@charset "UTF-8";
/*
 * Config
 */
/*
 * Color
 */
/*
 * Media Break
 */
/*
 * Fonts
 */
@import url("https://fonts.googleapis.com/css2?family=Cinzel&family=Lora&family=Noto+Sans+JP:wght@400;500;600&family=Noto+Serif+JP:wght@400;500;600&display=swap");
@media screen and (min-width: 769px) {
  html {
    font-size: 0.685vw;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 10px;
  }
}
/*
 * BEM関連
 */
/*
 * clearfix
 */
/*
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;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-weight: 400;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #fff;
  background-color: #151515;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  background-size: 100%;
  position: relative;
  text-align: unset !important;
  font-size: 1.4rem;
  min-height: 100vh;
}
@media (min-width: 561px) {
  body {
    font-size: 1.6rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

header, nav, main, footer, small, button, label {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

a:hover, a:active, button:hover, button:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input[type=checkbox] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

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

.c-yellow {
  color: #B5AB3B;
}

.is-yumin {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", serif !important;
}

.is-cinzel {
  font-family: "Cinzel", serif !important;
  letter-spacing: 0.05em;
}

.is-lora {
  font-family: "Lora", serif !important;
}

* {
  letter-spacing: 0.1em;
}

.tabonly {
  display: block !important;
}
@media (min-width: 769px) {
  .tabonly {
    display: none !important;
  }
}

.sponly {
  display: block !important;
}
@media (min-width: 561px) {
  .sponly {
    display: none !important;
  }
}

.pconly {
  display: none !important;
}
@media (min-width: 769px) {
  .pconly {
    display: block !important;
  }
}

.js-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 50;
  opacity: 0;
  left: -100vw;
  transition: opacity 1s;
}
.js-overlay.is-show {
  left: 0;
  opacity: 1;
}

.header {
  position: relative;
  background-color: #222;
  transition: opacity 0.6s, top 0.6s;
}
@media (min-width: 769px) {
  .header {
    z-index: 8;
  }
}
@media (min-width: 769px) {
  .header.is-scrolled {
    opacity: 0;
    top: -6rem;
  }
}
@media (min-width: 769px) {
  .header.is-fixed {
    opacity: 1;
    z-index: 10;
    position: fixed;
    top: 0;
    width: 100%;
  }
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
}
.header__content h1 {
  margin-left: 2rem;
  height: 3.3rem;
  display: flex;
}
@media (min-width: 769px) {
  .header__content h1 {
    margin-left: 4.5rem;
  }
}
.header__content h1 img {
  height: 3.3rem;
}
.header__nav {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 100;
  background-color: #010101;
  height: 100vh;
  width: 30rem;
  top: 0;
  right: -30rem;
  font-weight: 600;
  padding-top: 6rem;
  transition: right 0.8s;
}
@media (min-width: 769px) {
  .header__nav {
    background-color: transparent;
    width: auto;
    height: auto;
    position: static;
    z-index: initial;
    top: initial;
    left: initial;
    padding-top: 0;
    align-items: center;
    flex-direction: row;
  }
}
.header__nav.is-show {
  right: 0;
}
@media (min-width: 769px) {
  .header__nav.is-show {
    right: initial;
  }
}
.header__nav a {
  font-size: 1.2rem;
  margin: 0 1.2rem;
}
.header__nav a:not(.btn) {
  padding: 2rem 0;
  border-bottom: 1px solid #222;
}
@media (min-width: 769px) {
  .header__nav a:not(.btn) {
    padding: 0;
  }
}
.header__nav .btn {
  margin: 0;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 769px) {
  .header__nav .btn {
    justify-content: initial;
    margin: 0 1.2rem;
    width: auto;
  }
}
@media (min-width: 769px) {
  .header__nav > ul {
    display: -webkit-flex; /* Safariç”¨ */
    display: flex;
    -webkit-justify-content: center; /* Safariç”¨ */
    justify-content: center;
    -webkit-align-items: center; /* Safariç”¨ */
    align-items: center;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .header__nav > ul > li {
    padding: 1.2rem;
    display: -webkit-flex; /* Safariç”¨ */
    display: flex;
    -webkit-justify-content: center; /* Safariç”¨ */
    justify-content: center;
    -webkit-align-items: center; /* Safariç”¨ */
    align-items: center;
    position: relative;
  }
}
.header__nav > ul > li:hover nav, .header__nav > ul > li:focus-within nav {
  -webkit-clip-path: inset(0 -50vw);
  clip-path: inset(0 -50vw);
  visibility: visible;
}
.header__nav > ul > li > a {
  display: block;
}
@media (min-width: 769px) {
  .header__nav > ul > li > a {
    font-size: 1.2rem;
    margin: 0;
  }
}
.header__nav > ul > li.is-open nav {
  -webkit-clip-path: inset(0 -50vw);
  clip-path: inset(0 -50vw);
  visibility: visible;
}
.header__nav > ul > li nav {
  -webkit-clip-path: inset(0 -50vw 100%);
  background: rgb(255, 255, 255);
  clip-path: inset(0 -50vw 100%);
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
  max-width: 18rem;
  min-width: 18rem;
  padding: 1.5rem 1.2rem;
  position: absolute;
  top: 80%;
  transition: all 0.4s;
  visibility: hidden;
  width: 100%;
  text-align: left;
  border-radius: 0.5rem;
  display: -webkit-flex; /* Safariç”¨ */
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 100;
}
.header__nav > ul > li nav ul li a {
  line-height: 2.2;
  font-size: 1rem;
  margin: 0;
  border-bottom: none !important;
  color: #222;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.header__nav > ul > li nav ul li a:hover {
  color: #B5AB3B;
}

.footer {
  background-color: #101010;
}
.footer__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1.8rem 0;
}
@media (min-width: 769px) {
  .footer__content {
    flex-direction: row;
  }
}
.footer__address {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 769px) {
  .footer__address {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 8.4rem;
  }
}
.footer__address > img {
  margin-bottom: 3rem;
}
@media (min-width: 561px) {
  .footer__address > img {
    margin-bottom: 5rem;
  }
}
.footer__address .address {
  font-size: 1.4rem;
  line-height: 2.2;
  padding-bottom: 3.2rem;
  text-align: center;
}
@media (min-width: 561px) {
  .footer__address .address {
    text-align: left;
    font-size: 1.6rem;
  }
}
.footer__address .address span {
  font-size: 1.6rem;
}
@media (min-width: 561px) {
  .footer__address .address span {
    font-size: 1.8rem;
  }
}
.footer__address > div {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 561px) {
  .footer__address > div {
    flex-direction: row;
  }
}
.footer__address > div a {
  width: 100%;
}
@media (min-width: 561px) {
  .footer__address > div a {
    width: auto;
  }
}
.footer__address > div a:first-child div {
  margin-bottom: 1.7rem;
}
@media (min-width: 561px) {
  .footer__address > div a:first-child div {
    margin-bottom: 0;
    margin-right: 1.7rem;
  }
}
.footer__address > div div {
  height: 10.8rem;
  background-color: #222;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0 2.8rem;
  width: 100%;
}
@media (min-width: 561px) {
  .footer__address > div div {
    width: auto;
  }
}
.footer__address > div div img {
  margin-right: 1rem;
}
.footer__address > div div p {
  line-height: 2;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
}
.footer__address > div div p:nth-child(2) {
  font-size: 1.4rem;
}
.footer__menu {
  padding-top: 4.4rem;
  padding-bottom: 4.4rem;
  display: flex;
  width: 100%;
  border-top: 2px solid #222;
}
@media (min-width: 769px) {
  .footer__menu {
    width: auto;
    padding-left: 8.4rem;
    border-left: 2px solid #222;
    border-top: none;
  }
}
.footer__menu ul {
  padding-right: 1rem;
}
@media (min-width: 561px) {
  .footer__menu ul {
    padding-right: 3.5rem;
  }
}
.footer__menu ul:last-child li:last-child {
  margin-bottom: 0;
}
.footer__menu ul li {
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
}
@media (min-width: 561px) {
  .footer__menu ul li {
    font-size: 1.6rem;
  }
}
.footer__menu div {
  width: 50%;
}
@media (min-width: 769px) {
  .footer__menu div {
    width: auto;
  }
}
.footer .copy {
  background-color: #222;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 2rem;
}
.footer .copy ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .copy ul li {
  padding: 0 0.7rem;
  font-size: 1.4rem;
}
.footer .copy p {
  text-align: center;
  padding-top: 1.7rem;
  font-size: 1.2rem;
}

.section__title {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 4rem;
}
@media (min-width: 769px) {
  .section__title {
    margin-bottom: 6rem;
  }
}
.section__title h2 {
  display: flex;
  align-items: center;
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  position: relative;
}
@media (min-width: 769px) {
  .section__title h2 {
    font-size: 4.8rem;
  }
}
.section__title h2 img {
  margin-right: 1rem;
  height: 2.5rem;
}
@media (min-width: 769px) {
  .section__title h2 img {
    height: auto;
  }
}
.section__title h2::before {
  content: "";
  width: 100%;
  height: 3em;
  display: block;
  position: absolute;
  z-index: -1;
  background-image: url(../../assets/images/common/title_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.section__title p {
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .section__title p {
    font-size: 1.8rem;
  }
}
.section__content > p {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  padding-bottom: 4rem;
}
@media (min-width: 769px) {
  .section__content > p {
    font-size: 1.6rem;
    padding-bottom: 8.5rem;
  }
}

.wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.inner {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1240px;
  margin: 0 auto;
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes FadeInY {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes FadeInY {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes FadeInX {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes FadeInX {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.is-fadeAutoin-no-transform {
  transition: opacity 0.6s ease;
  opacity: 0;
}

.is-fadeAutoin-no-transform.is-play {
  opacity: 1;
}

.is-fadein {
  transition: opacity 1s ease, transform 0.6s ease !important;
  opacity: 0;
}

.is-fadein.is-play {
  opacity: 1;
}

.is-fade-y {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateY(50px);
}

.is-fade-y.is-play {
  opacity: 1;
  transform: translateY(0);
}

.is-fade-x {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateX(50px);
}

.is-fade-x.is-play {
  opacity: 1;
  transform: translateX(0);
}

.is-fade-x-rev {
  transition: opacity 0.6s ease, transform 0.6s ease !important;
  opacity: 0;
  transform: translateX(-50px);
}

.is-fade-x-rev.is-play {
  opacity: 1;
  transform: translateX(0);
}

.is-fadeAutoin {
  opacity: 0;
  -webkit-animation: FadeIn 0.6s ease;
  animation: FadeIn 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-y {
  opacity: 0;
  -webkit-animation: FadeInY 0.6s ease;
  animation: FadeInY 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-x {
  opacity: 0;
  -webkit-animation: FadeInX 0.6s ease;
  animation: FadeInX 0.6s ease;
  animation-fill-mode: forwards;
}

.is-fadeAuto-x-rev {
  opacity: 0;
  -webkit-animation: FadeInXrev 0.6s ease;
  animation: FadeInXrev 0.6s ease;
  animation-fill-mode: forwards;
}

.is-delay.delay-1 {
  transition-delay: 0.6s !important;
}

.is-delay.delay-2 {
  transition-delay: 0.6s !important;
}

.is-delay.delay-3 {
  transition-delay: 0.9s !important;
}

.is-delay.delay-4 {
  transition-delay: 1.2s !important;
}

/* anim-delay */
.is-animdelay.delay-1 {
  animation-delay: 1s !important;
}

.is-animdelay.delay-2 {
  animation-delay: 1.5s !important;
}

.is-animdelay.delay-3 {
  animation-delay: 2s !important;
}

.is-animdelay.delay-4 {
  animation-delay: 2.5s !important;
}

.btn {
  position: relative;
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center !important;
  text-align: center;
  transition: opacity 0.5s;
  background-color: #b53b3b;
  max-width: 38rem;
  height: 6rem;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", serif;
  padding-left: 2.75rem;
  width: calc(100% - 4rem);
}
@media (min-width: 769px) {
  .btn {
    height: 7.9rem;
    font-size: 1.8rem;
  }
}
.btn:hover {
  opacity: 0.9;
}
.btn.is-mod {
  justify-content: center;
  padding-left: 0;
}
.btn::after {
  position: absolute;
  right: 2.7rem;
  content: "";
  width: 2.4rem;
  height: 4.2rem;
  margin-left: 2.4rem;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../assets/images/common/arr_wh.svg);
}
.btn-header {
  background-color: #b5ab3b;
  height: 6rem;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  padding: 0 2rem;
}
.btn-header::after {
  position: relative;
  right: initial;
  content: "";
  width: 1.7rem;
  height: 4.2rem;
  margin-left: 1.4rem;
}
.btn-flow {
  margin: 3rem 0 0;
  justify-content: center;
  padding-left: 0;
}
@media (min-width: 561px) {
  .btn-flow {
    margin: 5rem 0 0;
  }
}
.btn-recruit {
  margin: 5rem auto 0;
  justify-content: center;
  padding-left: 0;
}
@media (min-width: 561px) {
  .btn-recruit {
    margin: 8rem auto;
  }
}
.btn-recruit.no {
  pointer-events: none;
  background-color: #222 !important;
}
.btn-recruit.no::after {
  content: none;
}
.btn-seminar {
  display: flex;
  justify-content: center;
  width: 100%;
  color: #b5ab3b;
  font-size: 1.6rem;
  padding: 2.5rem 2rem;
  line-height: 1.3;
  border: 1px solid #b5ab3b;
  margin-top: 3rem;
  background-image: url(../../assets/images/common/expand_yl.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 2rem) center;
}
@media (min-width: 769px) {
  .btn-seminar {
    padding: 2.8rem 2rem;
    font-size: 1.8rem;
    margin-top: 5rem;
  }
}
.btn-seminar:hover {
  color: #b5ab3b;
}

.breadcrumb {
  background-color: #010101;
  padding: 1.3rem 0;
}
.breadcrumb .inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb a, .breadcrumb span {
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .breadcrumb a, .breadcrumb span {
    font-weight: 600;
    font-size: 1.6rem;
  }
}
.breadcrumb img {
  height: 1rem;
  margin: 0 0.5rem;
}
@media (min-width: 769px) {
  .breadcrumb img {
    margin: 0 1rem;
  }
}

.hamburger {
  position: fixed;
  z-index: 50;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
.hamburger span {
  height: 2px;
  width: 2rem;
  background-color: #b5ab3b;
  margin: 2px 0;
}

.js-ham-close {
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  top: 1rem;
  right: 0;
  height: 6rem;
}
@media (min-width: 769px) {
  .js-ham-close {
    display: none;
  }
}
.js-ham-close span {
  display: block;
  height: 2px;
  width: 2rem;
  background-color: #b5ab3b;
  transform: rotate(-45deg);
  margin-bottom: -2px;
}
.js-ham-close span:first-child {
  transform: rotate(45deg);
}

.article .inner {
  max-width: 1040px;
}
.article .title {
  background-color: #010101;
  padding: 3rem 0;
}
@media (min-width: 769px) {
  .article .title {
    padding: 5rem 0;
  }
}
.article .title h3 {
  border-left: 2px solid #b5ab3b;
  padding-left: 1.2rem;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 2rem;
}
@media (min-width: 561px) {
  .article .title h3 {
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .article .title h3 {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
}
.article .title .flex {
  display: flex;
  align-self: center;
}
.article .title .date {
  font-size: 1.4rem;
  line-height: 2.5rem;
  margin-right: 2rem;
}
@media (min-width: 561px) {
  .article .title .date {
    line-height: 2.8rem;
    font-size: 1.6rem;
  }
}
.article .title .cat {
  background-color: #b5ab3b;
  font-size: 1.4rem;
  line-height: 2.5rem;
  padding: 0 1.7rem;
}
@media (min-width: 561px) {
  .article .title .cat {
    line-height: 2.8rem;
    font-size: 1.6rem;
  }
}
.article .content {
  padding: 4rem 0 15rem;
}
@media (min-width: 769px) {
  .article .content {
    padding: 5.8rem 0 30rem;
  }
}
.article .content h2, .article .content h3, .article .content h4 {
  font-weight: bold;
  padding-bottom: 2rem;
}
.article .content h2 {
  padding-top: 2rem;
}
.article .content h3 {
  padding-top: 1rem;
}
.article .content p {
  padding-bottom: 2rem;
  font-size: 1.4rem;
  line-height: 1.9;
  font-weight: 400;
}
@media (min-width: 561px) {
  .article .content p {
    padding-bottom: 5rem;
  }
}
@media (min-width: 769px) {
  .article .content p {
    padding-bottom: 2rem;
    font-size: 1.4rem;
  }
}
.article .content img {
  width: 100%;
}
.article .content .entry-content img {
  margin: 0 0 1.5em 0;
}
.article .content .alignleft, .article .content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.article .content .alignright, .article .content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.article .content .aligncenter, .article .content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.article .content .wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.article .content .wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.article .content .wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.article .content .wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
.article .content blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
.article .content blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.top {
  background-image: url(../../assets/images/top/bg.png);
  background-position: center;
}
.top .mv {
  position: relative;
  height: 50vh;
}
@media (min-width: 769px) {
  .top .mv {
    height: auto;
  }
}
.top .mv .honey {
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  left: 0;
  height: 100%;
}
@media (min-width: 769px) {
  .top .mv .honey {
    height: auto;
  }
}
.top .mv .honey img {
  height: 100%;
  max-width: none;
}
@media (min-width: 769px) {
  .top .mv .honey img {
    height: auto;
    max-width: 100%;
  }
}
.top .mv__image {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .top .mv__image {
    height: auto;
  }
}
.top .mv__image img {
  height: 100%;
  width: auto;
  max-width: none;
}
@media (min-width: 769px) {
  .top .mv__image img {
    height: auto;
    max-width: 100%;
  }
}
.top .mv__text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.top .mv__text h2 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.3;
  padding-bottom: 2rem;
}
@media (min-width: 769px) {
  .top .mv__text h2 {
    font-size: 5rem;
  }
}
.top .mv__text p {
  text-align: center;
  font-weight: 600;
  font-size: 1.4rem;
}
@media (min-width: 769px) {
  .top .mv__text p {
    font-size: 1.8rem;
  }
}
.top .mv__text .scroll {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media (min-width: 769px) {
  .top .mv__text .scroll {
    margin-top: 5.7rem;
  }
}
.top .mv__text .scroll img {
  width: 3rem;
}
@media (min-width: 769px) {
  .top .mv__text .scroll img {
    width: auto;
  }
}
.top .sec1 {
  position: relative;
}
.top .sec1__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 561px) {
  .top .sec1__content {
    flex-direction: row;
  }
}
.top .sec1__content .image {
  flex-shrink: 0;
  width: 75%;
  margin-left: -5rem;
  margin-right: 2rem;
}
@media (min-width: 561px) {
  .top .sec1__content .image {
    width: 50%;
  }
}
@media (min-width: 769px) {
  .top .sec1__content .image {
    margin-right: 6rem;
    margin-left: -22rem;
    width: 63%;
  }
}
.top .sec1__content .image img {
  margin-top: -5rem;
}
@media (min-width: 769px) {
  .top .sec1__content .image img {
    width: auto;
  }
}
.top .sec1__content .text {
  padding: 2rem 0 6rem;
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 561px) {
  .top .sec1__content .text {
    width: 54%;
    padding: 6rem 0;
  }
}
@media (min-width: 769px) {
  .top .sec1__content .text {
    width: 50%;
    padding: 8rem 2rem 23rem 0;
  }
}
@media (min-width: 1181px) {
  .top .sec1__content .text {
    width: 53%;
  }
}
.top .sec1__content .text h2 {
  font-size: 1.8rem;
  line-height: 1.8;
  padding-bottom: 2rem;
}
@media (min-width: 561px) {
  .top .sec1__content .text h2 {
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .top .sec1__content .text h2 {
    font-size: 3.5rem;
    padding-bottom: 3rem;
  }
}
.top .sec1__content .text p {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .top .sec1__content .text p {
    font-size: 1.6rem;
  }
}
.top .sec2 {
  padding: 6rem 0;
}
@media (min-width: 769px) {
  .top .sec2 {
    padding: 6.8rem 0 8.5rem;
  }
}
.top .sec2__content dl {
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
@media (min-width: 561px) {
  .top .sec2__content dl {
    flex-direction: row;
  }
}
.top .sec2__content dl:nth-child(2) {
  flex-direction: column;
}
@media (min-width: 561px) {
  .top .sec2__content dl:nth-child(2) {
    flex-direction: row-reverse;
  }
}
.top .sec2__content dl:nth-child(2) dd {
  background-position: 29% 170%;
}
.top .sec2__content dl dt {
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 561px) {
  .top .sec2__content dl dt {
    width: 50%;
    height: 25.6rem;
  }
}
@media (min-width: 769px) {
  .top .sec2__content dl dt {
    height: auto;
  }
}
.top .sec2__content dl dt img {
  width: 100%;
}
@media (min-width: 561px) {
  .top .sec2__content dl dt img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
.top .sec2__content dl dd {
  width: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 2rem;
  background-color: #101010;
  background-image: url(../../assets/images/top/sec2_hex.png);
  background-repeat: no-repeat;
  background-position: 2rem 170%;
}
@media (min-width: 561px) {
  .top .sec2__content dl dd {
    width: 50%;
    padding: 4rem;
  }
}
@media (min-width: 769px) {
  .top .sec2__content dl dd {
    padding: 0 11.3rem;
  }
}
.top .sec2__content dl dd .point {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
@media (min-width: 769px) {
  .top .sec2__content dl dd .point {
    display: block;
  }
}
.top .sec2__content dl dd .text h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 2rem;
  padding-left: 1.2rem;
  border-left: 2px solid #b5ab3b;
}
@media (min-width: 561px) {
  .top .sec2__content dl dd .text h3 {
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .top .sec2__content dl dd .text h3 {
    font-size: 3rem;
    margin-bottom: 2.9rem;
  }
}
.top .sec2__content dl dd .text p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .top .sec2__content dl dd .text p {
    font-size: 1.6rem;
  }
}
.top .sec3 {
  padding: 6rem 0;
}
@media (min-width: 769px) {
  .top .sec3 {
    padding: 23rem 0 6rem;
  }
}
.top .sec3__content {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
}
@media (min-width: 561px) {
  .top .sec3__content {
    align-items: flex-start;
    flex-direction: row;
  }
}
.top .sec3__content p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 561px) {
  .top .sec3__content p {
    padding-right: 2rem;
  }
}
@media (min-width: 769px) {
  .top .sec3__content p {
    padding-right: 4.7rem;
    font-size: 1.6rem;
  }
}
.top .sec3__content img {
  width: 100%;
  flex-shrink: 0;
  margin-bottom: 2rem;
}
@media (min-width: 561px) {
  .top .sec3__content img {
    margin-bottom: 0;
    width: 55%;
    max-width: 670px;
  }
}
.top .sec4__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top .sec4__title h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.57;
  padding-bottom: 1rem;
}
@media (min-width: 769px) {
  .top .sec4__title h2 {
    font-size: 3rem;
    padding-bottom: 0;
  }
}
.top .sec4__content {
  background-color: #101010;
  padding: 6rem 0 4rem;
  margin-top: -2.5rem;
  margin-bottom: 5rem;
}
@media (min-width: 769px) {
  .top .sec4__content {
    padding: 7.5rem 0;
  }
}
.top .sec4__content .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .top .sec4__content .inner {
    flex-wrap: nowrap;
  }
}
.top .sec4__content .inner dl {
  text-align: center;
  width: 49%;
  padding-bottom: 2rem;
}
@media (min-width: 561px) {
  .top .sec4__content .inner dl {
    width: 32.3333333333%;
  }
}
@media (min-width: 769px) {
  .top .sec4__content .inner dl {
    padding-bottom: 0;
    width: 15.6666666667%;
    max-width: 190px;
  }
}
.top .sec4__content .inner dl dd {
  font-size: 1.2rem;
  line-height: 1.625;
  padding-top: 2rem;
}
@media (min-width: 769px) {
  .top .sec4__content .inner dl dd {
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
.top .sec5 {
  padding-top: 6rem;
}
@media (min-width: 769px) {
  .top .sec5 {
    padding-top: 23rem;
  }
}
.top .sec5__content .jobs dl {
  display: flex;
  margin-bottom: 2.8rem;
  flex-direction: column;
}
@media (min-width: 561px) {
  .top .sec5__content .jobs dl {
    flex-direction: row;
  }
}
.top .sec5__content .jobs dl:last-child {
  margin-bottom: 5rem;
}
.top .sec5__content .jobs dl dt {
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 561px) {
  .top .sec5__content .jobs dl dt {
    width: 33%;
    max-width: 318px;
  }
}
@media (min-width: 769px) {
  .top .sec5__content .jobs dl dt {
    width: 27%;
  }
}
.top .sec5__content .jobs dl dt img {
  height: 100%;
  max-width: none;
  width: 100%;
}
@media (min-width: 561px) {
  .top .sec5__content .jobs dl dt img {
    width: auto;
  }
}
.top .sec5__content .jobs dl dd {
  background-color: #101010;
  padding: 4rem 2rem;
  flex-grow: 1;
}
@media (min-width: 561px) {
  .top .sec5__content .jobs dl dd {
    padding: 4rem 2rem 2rem 4rem;
  }
}
@media (min-width: 769px) {
  .top .sec5__content .jobs dl dd {
    padding: 5.4rem 6.6rem 2rem;
  }
}
.top .sec5__content .jobs dl dd .cat {
  font-size: 1.2rem;
  line-height: 1.3;
  padding: 1rem 1.5rem;
  color: #b5ab3b;
  border: 1px solid #b5ab3b;
  margin-bottom: 1.5rem;
  width: fit-content;
}
@media (min-width: 561px) {
  .top .sec5__content .jobs dl dd .cat {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}
.top .sec5__content .jobs dl dd h3 {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
  padding-left: 1.2rem;
  border-left: 2px solid #b5ab3b;
  margin-bottom: 2rem;
}
@media (min-width: 561px) {
  .top .sec5__content .jobs dl dd h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) {
  .top .sec5__content .jobs dl dd h3 {
    margin-bottom: 3.3rem;
    font-size: 2.4rem;
  }
}
.top .sec5__content .jobs dl dd h3 br {
  display: none;
}
@media (min-width: 561px) {
  .top .sec5__content .jobs dl dd h3 br {
    display: block;
  }
}
.top .sec5__content .jobs dl dd > div {
  display: flex;
  flex-wrap: wrap;
}
.top .sec5__content .jobs dl dd > div > div {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  min-width: 32rem;
  flex-wrap: wrap;
}
@media (min-width: 561px) {
  .top .sec5__content .jobs dl dd > div > div {
    margin-bottom: 2.3rem;
  }
}
@media (min-width: 769px) {
  .top .sec5__content .jobs dl dd > div > div {
    flex-wrap: nowrap;
  }
}
.top .sec5__content .jobs dl dd > div > div p {
  padding: 1.2rem 1.2rem;
  font-size: 1.4rem;
}
@media (min-width: 561px) {
  .top .sec5__content .jobs dl dd > div > div p {
    font-size: 1.6rem;
  }
}
@media (min-width: 769px) {
  .top .sec5__content .jobs dl dd > div > div p {
    padding: 0 1.2rem;
  }
}
.top .sec5__content .jobs dl dd > div > div .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  line-height: 2.8rem;
  padding: 0 1rem;
  background-color: #b5ab3b;
  min-width: 8rem;
  flex-shrink: 0;
}
@media (min-width: 561px) {
  .top .sec5__content .jobs dl dd > div > div .tag {
    font-size: 1.6rem;
    line-height: 2.8rem;
    padding: 0 1.5rem;
  }
}
.top .sec6 {
  padding-top: 6rem;
}
@media (min-width: 769px) {
  .top .sec6 {
    padding-top: 23rem;
  }
}
.top .sec6__content .seminar {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  padding-bottom: 2rem;
}
@media (min-width: 561px) {
  .top .sec6__content .seminar {
    padding-bottom: 6.4rem;
    flex-direction: row;
  }
}
.top .sec6__content .seminar a {
  width: 100%;
  position: relative;
  margin-bottom: 4rem;
}
@media (min-width: 561px) {
  .top .sec6__content .seminar a {
    width: 49%;
    max-width: 583px;
  }
}
.top .sec6__content .seminar a:not(:nth-child(1)):not(:nth-child(2)) .new {
  display: none !important;
}
.top .sec6__content .seminar a dt {
  height: 20rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .top .sec6__content .seminar a dt {
    height: 25.4rem;
  }
}
.top .sec6__content .seminar a dt img {
  width: 100%;
}
.top .sec6__content .seminar a dd {
  background-color: #101010;
  padding: 4rem 2rem;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .top .sec6__content .seminar a dd {
    padding: 4.8rem 5rem 5.8rem;
  }
}
.top .sec6__content .seminar a dd .new {
  position: absolute;
  top: -2.3rem;
  left: 0;
  width: 5rem;
  height: 4.6rem;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #b5ab3b;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
@media (min-width: 769px) {
  .top .sec6__content .seminar a dd .new {
    top: -3.3rem;
    width: 7.5rem;
    height: 6.6rem;
    font-size: 1.6rem;
  }
}
.top .sec6__content .seminar a dd .cat {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #b5ab3b;
  line-height: 3.8rem;
  font-size: 1.2rem;
  padding: 0 1.6rem;
}
@media (min-width: 769px) {
  .top .sec6__content .seminar a dd .cat {
    line-height: 4.2rem;
    font-size: 1.6rem;
  }
}
.top .sec6__content .seminar a dd .title {
  font-size: 1.4rem;
  line-height: 1.9;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .top .sec6__content .seminar a dd .title {
    font-size: 1.8rem;
  }
}
.top .sec6__content .seminar a dd .title::after {
  position: absolute;
  right: 0;
  bottom: -1rem;
  content: "";
  width: 2.4rem;
  height: 0.6rem;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../assets/images/common/arr_yellow.svg);
}
.top .sec6__news {
  padding: 6rem 0;
  margin-bottom: 5rem;
}
@media (min-width: 769px) {
  .top .sec6__news {
    padding: 6.4rem 0;
  }
}
.top .sec6__news .section__title {
  margin-bottom: 2rem !important;
}
.top .sec6__news h2 {
  font-size: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
@media (min-width: 769px) {
  .top .sec6__news h2 {
    font-size: 3rem;
    padding-bottom: 4rem;
  }
}
.top .sec6__news h2:before {
  width: 120%;
  background-size: 100% 100%;
  left: 50%;
  transform: translateX(-50%);
  height: 4em;
  opacity: 0.8;
}
.top .sec6__news .news a {
  display: block;
  border-top: 2px solid #222;
}
.top .sec6__news .news a:last-child {
  border-bottom: 2px solid #222;
}
.top .sec6__news .news h4 {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 2rem 3rem 2rem 0;
  position: relative;
}
@media (min-width: 769px) {
  .top .sec6__news .news h4 {
    font-size: 1.6rem;
    padding: 2.5rem 3rem 2.5rem 0;
  }
}
.top .sec6__news .news h4::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 2.4rem;
  height: 0.6rem;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../assets/images/common/arr_yellow.svg);
}
.top .sec7 {
  padding-top: 6rem;
}
@media (min-width: 769px) {
  .top .sec7 {
    padding-top: 23rem;
  }
}
@media (min-width: 769px) {
  .top .sec7__content > p {
    text-align: center;
  }
}
.top .sec7__content .column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2.2rem;
}
.top .sec7__content .column a {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 561px) {
  .top .sec7__content .column a {
    width: 49%;
  }
}
@media (min-width: 769px) {
  .top .sec7__content .column a {
    margin-bottom: 2.9rem;
    width: 32%;
    max-width: 382px;
  }
}
.top .sec7__content .column a dt {
  height: 20rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 769px) {
  .top .sec7__content .column a dt {
    height: 25.4rem;
  }
}
.top .sec7__content .column a dt img {
  width: 100%;
}
.top .sec7__content .column a dd {
  background-color: #101010;
  padding: 4rem 2rem;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .top .sec7__content .column a dd {
    padding: 4.8rem 5rem 5.8rem;
  }
}
.top .sec7__content .column a dd.mod {
  flex-direction: column;
  align-items: flex-start;
}
.top .sec7__content .column a dd .cat {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #b5ab3b;
  line-height: 3.8rem;
  font-size: 1.2rem;
  padding: 0 1.6rem;
}
@media (min-width: 769px) {
  .top .sec7__content .column a dd .cat {
    line-height: 4.2rem;
    font-size: 1.6rem;
  }
}
.top .sec7__content .column a dd .date {
  font-size: 1.4rem;
  padding-bottom: 1rem;
}
@media (min-width: 769px) {
  .top .sec7__content .column a dd .date {
    font-size: 1.6rem;
  }
}
.top .sec7__content .column a dd .title {
  font-size: 1.4rem;
  line-height: 1.9;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .top .sec7__content .column a dd .title {
    font-size: 1.8rem;
  }
}
.top .sec7__content .column a dd .title::after {
  position: absolute;
  right: 0;
  bottom: -1rem;
  content: "";
  width: 2.4rem;
  height: 0.6rem;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../assets/images/common/arr_yellow.svg);
}
.top .sec8 {
  padding-top: 6rem;
  padding-bottom: 12rem;
}
@media (min-width: 769px) {
  .top .sec8 {
    padding-top: 23rem;
    padding-bottom: 23rem;
  }
}
.top .sec8__content dl {
  display: flex;
  margin-bottom: 3.6rem;
  flex-direction: column;
}
@media (min-width: 769px) {
  .top .sec8__content dl {
    flex-direction: row;
  }
}
.top .sec8__content dl dt {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 769px) {
  .top .sec8__content dl dt {
    width: 50%;
    flex-shrink: 0;
    max-width: 665px;
  }
}
.top .sec8__content dl dt img {
  width: 100%;
}
@media (min-width: 769px) {
  .top .sec8__content dl dt img {
    width: auto;
    height: 100%;
    max-width: none;
  }
}
.top .sec8__content dl dd {
  background-color: #101010;
  padding: 4rem 2rem;
}
@media (min-width: 561px) {
  .top .sec8__content dl dd {
    padding: 6rem 4rem;
  }
}
@media (min-width: 769px) {
  .top .sec8__content dl dd {
    padding: 6.4rem 12rem 6.4rem 10rem;
  }
}
.top .sec8__content dl dd p {
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 400;
  padding-bottom: 4rem;
}
@media (min-width: 769px) {
  .top .sec8__content dl dd p {
    font-size: 1.6rem;
  }
}
.top .sec8__content dl dd .btn {
  margin-left: 0;
  padding-left: 4.8rem;
  width: 100%;
}
@media (min-width: 561px) {
  .top .sec8__content dl dd .btn {
    width: auto;
  }
}

.service__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 14rem;
  flex-direction: column;
}
@media (min-width: 769px) {
  .service__content {
    padding-bottom: 24rem;
    flex-direction: row;
  }
}
.service__content a {
  display: block;
  width: 100%;
  max-width: 583px;
  margin-bottom: 3.4rem;
}
@media (min-width: 769px) {
  .service__content a {
    width: 49%;
  }
}
.service__content a dd {
  background-color: #101010;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  line-height: 1.3;
  padding: 3rem 0;
  position: relative;
}
@media (min-width: 769px) {
  .service__content a dd {
    font-size: 2.4rem;
  }
}
.service__content a dd:after {
  content: "";
  width: 3rem;
  height: 1rem;
  display: block;
  position: absolute;
  background-image: url(../../assets/images/service/arr.svg);
  background-size: 100% 100%;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .service__content a dd:after {
    width: 4rem;
    right: 5%;
    height: 1rem;
  }
}

.value .page__title {
  padding: 6rem 0;
}
@media (min-width: 769px) {
  .value .page__title {
    padding: 13.8rem 0;
  }
}
.value__content {
  display: flex;
  padding-bottom: 12rem;
  flex-direction: column;
  position: relative;
}
@media (min-width: 561px) {
  .value__content {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .value__content {
    padding-bottom: 21.6rem;
  }
}
.value__content .text {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 561px) {
  .value__content .text {
    width: 75%;
  }
}
@media (min-width: 769px) {
  .value__content .text {
    width: 58%;
  }
}
.value__content .text h3 {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 2rem;
  text-align: center;
}
@media (min-width: 561px) {
  .value__content .text h3 {
    text-align: left;
  }
}
@media (min-width: 769px) {
  .value__content .text h3 {
    padding-bottom: 4rem;
    font-size: 3.5rem;
  }
}
.value__content .text p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 561px) {
  .value__content .text p {
    width: 85%;
  }
}
@media (min-width: 769px) {
  .value__content .text p {
    font-size: 1.6rem;
  }
}
.value__content .image {
  flex-shrink: 0;
  width: 60%;
  position: absolute;
  bottom: 2rem;
  right: -6rem;
}
@media (min-width: 561px) {
  .value__content .image {
    position: static;
    width: 42%;
  }
}
.value__content .image img {
  width: 134%;
  max-width: 676px;
  margin-right: -12rem;
}

.archive.column .sec7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 769px) {
  .archive.column .sec7 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.archive.seminar .sec6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 769px) {
  .archive.seminar .sec6 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.archive.jobs {
  background-image: none !important;
}
.archive.jobs .jobs__content .drop {
  background-color: #101010;
  padding: 4rem 4rem 2rem;
}
@media (min-width: 769px) {
  .archive.jobs .jobs__content .drop {
    padding: 6rem;
  }
}
.archive.jobs .jobs__content .drop__items {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  padding-top: 2rem;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 561px) {
  .archive.jobs .jobs__content .drop__items {
    padding-top: 4rem;
  }
}
@media (min-width: 769px) {
  .archive.jobs .jobs__content .drop__items {
    justify-content: space-between;
    flex-direction: row;
  }
}
.archive.jobs .jobs__content .drop__items dl {
  width: 100%;
  display: flex;
  margin-bottom: 2rem;
  flex-direction: column;
}
@media (min-width: 561px) {
  .archive.jobs .jobs__content .drop__items dl {
    width: 80%;
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .archive.jobs .jobs__content .drop__items dl {
    margin-bottom: 0;
    width: 49%;
    max-width: 490px;
  }
}
.archive.jobs .jobs__content .drop__items dl dt {
  color: #fff;
  background-color: #b5ab3b;
  font-size: 1.4rem;
  padding: 1.5rem;
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 561px) {
  .archive.jobs .jobs__content .drop__items dl dt {
    font-size: 1.6rem;
    padding: 2rem;
    width: 200px;
  }
}
@media (min-width: 769px) {
  .archive.jobs .jobs__content .drop__items dl dt {
    width: fit-content;
    font-size: 1.8rem;
  }
}
.archive.jobs .jobs__content .drop__items dl dd {
  flex-grow: 1;
}
.archive.jobs .jobs__content .drop__items dl dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../assets/images/common/expand.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  width: 100%;
  height: 100%;
  background-color: #222222;
  padding: 1.5rem;
  color: #fff;
  border: none;
  font-size: 1.4rem;
}
@media (min-width: 561px) {
  .archive.jobs .jobs__content .drop__items dl dd select {
    font-size: 1.6rem;
    padding: 2rem 3rem;
  }
}
@media (min-width: 769px) {
  .archive.jobs .jobs__content .drop__items dl dd select {
    font-size: 1.8rem;
  }
}
.archive.jobs .jobs__content .drop__items dl dd select::-ms-expand {
  display: none;
}
.archive.jobs .jobs__content .drop__items dl dd select:focus {
  outline: none;
}
.archive.jobs .jobs__content .drop h3 {
  text-align: center;
  font-size: 1.8rem;
}
@media (min-width: 561px) {
  .archive.jobs .jobs__content .drop h3 {
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .archive.jobs .jobs__content .drop h3 {
    font-size: 3rem;
  }
}
.archive.jobs .sec5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 769px) {
  .archive.jobs .sec5 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

.page.is-selection_page .article .content li {
  line-height: 1.9;
  font-size: 1.4rem;
}
.page.is-selection_page .article .content h2 {
  color: #B5AB3B;
  font-size: 1.8rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  border-left: 0.2rem solid #B5AB3B;
  margin-bottom: 2rem;
  font-weight: bold;
  margin-top: 3.5rem;
}
@media (min-width: 769px) {
  .page.is-selection_page .article .content h2 {
    border-width: 0.4rem;
    padding-left: 2rem;
    font-size: 2.8rem;
    padding-top: 1rem;
    padding-right: 1rem;
    margin-bottom: 4rem;
    margin-top: 7rem;
  }
}
.page.is-selection_page .article .content h3 {
  font-size: 1.6rem;
  border-bottom: 0.1rem solid #fff;
  margin-bottom: 2rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  .page.is-selection_page .article .content h3 {
    font-size: 2.2rem;
    margin-bottom: 4rem;
  }
}
.page.is-selection_page .article .content h4 {
  font-weight: bold;
  padding-bottom: 1rem;
}
.page.is-selection_page .article .content h4:before {
  content: "・";
}
.page.is-selection_page .article .title {
  display: none;
}
.page.is-selection_page .article #ez-toc-container {
  margin-bottom: 4rem;
  font-weight: bold;
}
@media (min-width: 769px) {
  .page.is-selection_page .article #ez-toc-container {
    margin-bottom: 9rem;
  }
}
.page.is-selection_page .article #ez-toc-container .ez-toc-list {
  padding-left: 3rem;
}
.page.is-selection_page .article #ez-toc-container .ez-toc-list li {
  margin-bottom: 0.5rem;
}
.page.is-selection_page .article #ez-toc-container .ez-toc-title {
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .page.is-selection_page .article #ez-toc-container .ez-toc-title {
    font-size: 2rem;
  }
}
.page.is-selection_page .article #ez-toc-container .ez-toc-title:before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 1.8rem;
  height: 1.6rem;
  margin-right: 1.2rem;
  background: url(../images/top/title_hex.svg) center no-repeat;
  background-size: 100%;
}
.page__title {
  padding: 6rem 0 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 769px) {
  .page__title {
    flex-direction: row;
    padding: 7rem 0 6rem;
  }
}
.page__title div {
  display: flex;
  align-items: center;
}
.page__title div:first-child {
  margin-bottom: 1rem;
  position: relative;
}
@media (min-width: 769px) {
  .page__title div:first-child {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}
.page__title div:first-child h2 {
  position: relative;
  font-size: 3rem;
}
@media (min-width: 769px) {
  .page__title div:first-child h2 {
    font-size: 4.8rem;
  }
}
.page__title div:first-child::before {
  content: "";
  width: 100%;
  height: 10em;
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url(../../assets/images/common/title_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.page__title div:first-child img {
  margin-right: 1rem;
  margin-top: -2px;
  width: 3rem;
}
@media (min-width: 769px) {
  .page__title div:first-child img {
    width: 4.1rem;
  }
}
.page__title div:last-child {
  flex-direction: column;
}
@media (min-width: 561px) {
  .page__title div:last-child {
    flex-direction: row;
  }
}
.page__title div:last-child p {
  font-size: 1.4rem;
  font-weight: 400;
  padding-bottom: 2rem;
}
@media (min-width: 561px) {
  .page__title div:last-child p {
    padding-bottom: 0;
  }
}
@media (min-width: 769px) {
  .page__title div:last-child p {
    font-weight: 600;
    font-size: 1.8rem;
  }
}
.page__title div:last-child img {
  margin: 0 1.4rem;
  transform: rotate(90deg);
  width: 3.5rem;
}
@media (min-width: 561px) {
  .page__title div:last-child img {
    width: auto;
    transform: none;
  }
}
.page__title div:last-child h2 {
  font-size: 1.6rem;
  font-weight: 400;
  padding-top: 2rem;
}
@media (min-width: 561px) {
  .page__title div:last-child h2 {
    padding-top: 0;
  }
}
@media (min-width: 769px) {
  .page__title div:last-child h2 {
    font-weight: 600;
    font-size: 2.2rem;
  }
}
.page__text {
  margin-bottom: 7rem;
}
@media (min-width: 769px) {
  .page__text {
    margin-bottom: 13rem;
  }
}
.page__text p {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.9;
  font-weight: 400;
}
@media (min-width: 769px) {
  .page__text p {
    font-size: 1.6rem;
  }
}
.page__text p.left {
  text-align: left;
}

@media (min-width: 561px) {
  .mod.page__title .white {
    margin-left: -2rem;
  }
}
.mod.page__title .white img {
  display: none;
}
@media (min-width: 561px) {
  .mod.page__title .white img {
    display: block;
  }
}
.mod.page__title div:first-child h2 {
  font-size: 2.2rem;
}
@media (min-width: 561px) {
  .mod.page__title div:first-child h2 {
    font-size: 4.8rem;
  }
}

.reason__content {
  padding-bottom: 15rem;
}
@media (min-width: 769px) {
  .reason__content {
    padding-bottom: 35rem;
  }
}
.reason__content > div {
  background-color: #101010;
  padding: 4.5rem 0;
}
@media (min-width: 769px) {
  .reason__content > div {
    padding: 7.8rem 0;
  }
}
.reason__content > div:nth-child(2) {
  background-color: #151515;
}
@media (min-width: 769px) {
  .reason__content > div:nth-child(2) dl {
    flex-direction: row-reverse;
  }
}
.reason__content > div:nth-child(2) dl dt {
  padding-right: 0;
}
@media (min-width: 769px) {
  .reason__content > div:nth-child(2) dl dt {
    padding-left: 3.5rem;
  }
}
.reason__content > div .inner > div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5.7rem;
}
.reason__content > div .inner > div .why {
  text-align: center;
  border-right: 2px solid #b5ab3b;
  padding-right: 1.5rem;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .reason__content > div .inner > div .why {
    padding-right: 3rem;
  }
}
.reason__content > div .inner > div .why p {
  font-size: 1.4rem;
  letter-spacing: normal;
}
@media (min-width: 769px) {
  .reason__content > div .inner > div .why p {
    font-size: 2rem;
  }
}
.reason__content > div .inner > div .why p.no {
  font-size: 3.6rem;
}
.reason__content > div .inner > div h3 {
  font-size: 2rem;
  letter-spacing: 0.05em;
  padding-left: 1.5rem;
}
@media (min-width: 769px) {
  .reason__content > div .inner > div h3 {
    padding-left: 3rem;
    font-size: 2.4rem;
  }
}
.reason__content > div dl {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .reason__content > div dl {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .reason__content > div dl dt {
    padding-right: 3.5rem;
  }
}
.reason__content > div dl dt h4 {
  font-size: 2.2rem;
  line-height: 1.6;
  padding-left: 1rem;
  border-left: 2px solid #b5ab3b;
  margin-bottom: 4rem;
}
@media (min-width: 769px) {
  .reason__content > div dl dt h4 {
    font-size: 3rem;
    line-height: 1.3;
  }
}
.reason__content > div dl dt p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9;
}
@media (min-width: 769px) {
  .reason__content > div dl dt p {
    font-size: 1.6rem;
  }
}
.reason__content > div dl dd {
  flex-shrink: 0;
  padding-top: 3rem;
  text-align: right;
}
@media (min-width: 769px) {
  .reason__content > div dl dd {
    text-align: center;
    width: 35%;
    max-width: 417px;
  }
}
.reason__content > div dl dd img {
  width: 60%;
  max-width: 417px;
}
@media (min-width: 769px) {
  .reason__content > div dl dd img {
    width: 100%;
  }
}

.flow__content {
  padding-bottom: 15rem;
}
@media (min-width: 769px) {
  .flow__content {
    padding-bottom: 35rem;
  }
}
.flow__content > div.steps {
  background-color: #010101;
}
.flow__content > div.steps > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .flow__content > div.steps > div {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
}
.flow__content > div.steps > div img {
  width: 8%;
}
@media (min-width: 561px) {
  .flow__content > div.steps > div img {
    width: 5%;
  }
}
@media (min-width: 769px) {
  .flow__content > div.steps > div img {
    width: auto;
  }
}
.flow__content > div.steps > div div {
  width: 40%;
}
@media (min-width: 561px) {
  .flow__content > div.steps > div div {
    width: 20%;
  }
}
@media (min-width: 769px) {
  .flow__content > div.steps > div div {
    width: auto;
  }
}
.flow__content > div.steps > div div p {
  text-align: center;
  font-size: 1.8rem;
}
@media (min-width: 769px) {
  .flow__content > div.steps > div div p {
    font-size: 2rem;
  }
}
.flow__content > div.steps > div div p:first-child {
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .flow__content > div.steps > div div p:first-child {
    font-size: 1.5rem;
  }
}
.flow__content > div.steps > div div p:nth-child(2) {
  font-size: 2rem;
}
@media (min-width: 769px) {
  .flow__content > div.steps > div div p:nth-child(2) {
    font-size: 3.3rem;
  }
}
.flow__content > div:not(.steps) {
  padding: 4rem 0;
}
@media (min-width: 769px) {
  .flow__content > div:not(.steps) {
    padding: 7rem 0;
  }
}
.flow__content > div:not(.steps):nth-child(odd) {
  background-color: #010101;
}
.flow__content > div:not(.steps) .title {
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
}
@media (min-width: 561px) {
  .flow__content > div:not(.steps) .title {
    padding-bottom: 4rem;
  }
}
.flow__content > div:not(.steps) .title p {
  text-align: center;
  border-right: 2px solid #b5ab3b;
  font-size: 1.2rem;
  padding-right: 1rem;
  line-height: 1.3;
}
@media (min-width: 561px) {
  .flow__content > div:not(.steps) .title p {
    font-size: 1.6rem;
  }
}
@media (min-width: 769px) {
  .flow__content > div:not(.steps) .title p {
    font-size: 2rem;
  }
}
.flow__content > div:not(.steps) .title p span {
  font-size: 2.2rem;
}
@media (min-width: 561px) {
  .flow__content > div:not(.steps) .title p span {
    font-size: 2.8rem;
  }
}
@media (min-width: 769px) {
  .flow__content > div:not(.steps) .title p span {
    font-size: 3.6rem;
  }
}
.flow__content > div:not(.steps) .title h3 {
  padding-left: 1rem;
  font-size: 2.2rem;
}
@media (min-width: 561px) {
  .flow__content > div:not(.steps) .title h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 769px) {
  .flow__content > div:not(.steps) .title h3 {
    font-size: 3rem;
  }
}
.flow__content > div:not(.steps) dl {
  display: flex;
  flex-direction: column;
}
@media (min-width: 561px) {
  .flow__content > div:not(.steps) dl {
    flex-direction: row;
  }
}
.flow__content > div:not(.steps) dl dt {
  flex-shrink: 0;
  margin-bottom: 2rem;
}
@media (min-width: 561px) {
  .flow__content > div:not(.steps) dl dt {
    margin-bottom: 0;
    margin-right: 3rem;
    width: 33%;
    max-width: 387px;
  }
}
@media (min-width: 769px) {
  .flow__content > div:not(.steps) dl dt {
    margin-right: 5rem;
  }
}
.flow__content > div:not(.steps) dl dd > div {
  margin-bottom: 3.5rem;
}
@media (min-width: 561px) {
  .flow__content > div:not(.steps) dl dd > div {
    margin-bottom: 5.5rem;
  }
}
.flow__content > div:not(.steps) dl dd > div:last-child {
  margin-bottom: 0;
}
.flow__content > div:not(.steps) dl dd h4 {
  border-left: 2px solid #b5ab3b;
  padding-left: 1rem;
  font-size: 1.8rem;
  margin-bottom: 1.8rem;
}
@media (min-width: 561px) {
  .flow__content > div:not(.steps) dl dd h4 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 769px) {
  .flow__content > div:not(.steps) dl dd h4 {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.flow__content > div:not(.steps) dl dd p {
  font-size: 1.4rem;
  line-height: 1.9;
  font-weight: 400;
}
@media (min-width: 769px) {
  .flow__content > div:not(.steps) dl dd p {
    font-size: 1.6rem;
  }
}

.consultant .name h4 {
  font-size: 2.2rem;
  border-left: 2px solid #b5ab3b;
  padding-left: 1.5rem;
  line-height: 1.2;
}
@media (min-width: 769px) {
  .consultant .name h4 {
    font-size: 2.6rem;
  }
}
.consultant .name p {
  padding-top: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
}
@media (min-width: 769px) {
  .consultant .name p {
    font-size: 2rem;
  }
}
.consultant__content {
  padding-bottom: 15rem;
  padding-top: 3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 561px) {
  .consultant__content {
    padding-top: 7rem;
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .consultant__content {
    padding-bottom: 35rem;
  }
}
.consultant__content dl {
  margin-bottom: 3.5rem;
}
@media (min-width: 561px) {
  .consultant__content dl {
    width: 49%;
    max-width: 574px;
    margin-bottom: 5.4rem;
  }
}
.consultant__content dl dt {
  height: 28rem;
  overflow: hidden;
  background-color: #f1f3f2;
  text-align: center;
}
@media (min-width: 769px) {
  .consultant__content dl dt {
    height: 38.4rem;
  }
}
.consultant__content dl dt img {
  width: 85%;
}
.consultant__content dl dd {
  background-color: #010101;
  padding: 3rem 4rem;
}
@media (min-width: 769px) {
  .consultant__content dl dd {
    padding: 5rem 5rem;
  }
}

.js-modal {
  cursor: pointer;
}
.js-modal:hover {
  opacity: 0.8;
}

.modal {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: opacity 0.6s;
}
.modal.show {
  top: 0;
  opacity: 1;
}
.modal .inner {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 769px) {
  .modal .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.modal__cont {
  background-color: #101010;
  display: flex;
  align-items: flex-start;
  padding: 4rem 2rem 3rem;
  position: relative;
  cursor: pointer;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 561px) {
  .modal__cont {
    flex-direction: row;
  }
}
@media (min-width: 769px) {
  .modal__cont {
    padding: 5.5rem 7rem;
  }
}
.modal__cont::after {
  content: "";
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../../assets/images/consultant/close.svg);
  background-size: 100% 100%;
}
@media (min-width: 769px) {
  .modal__cont::after {
    width: 6rem;
    height: 6rem;
  }
}
.modal__cont img {
  width: 75%;
  margin: 0 auto 2rem;
}
@media (min-width: 561px) {
  .modal__cont img {
    margin: 0 3rem 0 0;
    width: 40%;
    max-width: 428px;
  }
}
@media (min-width: 769px) {
  .modal__cont img {
    margin-right: 7.3rem;
  }
}
@media (min-width: 769px) {
  .modal__cont .name h4 {
    font-size: 3.2rem;
  }
}
@media (min-width: 769px) {
  .modal__cont .name p {
    font-size: 2.2rem;
  }
}
.modal__cont dd {
  margin-top: 3.5rem;
  height: 30vh;
  overflow-y: scroll;
}
@media (min-width: 561px) {
  .modal__cont dd {
    height: auto;
  }
}
.modal__cont dd p {
  font-size: 1.4rem;
  line-height: 1.9;
}
@media (min-width: 769px) {
  .modal__cont dd p {
    font-size: 1.6rem;
  }
}

.about__text {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 2.5rem;
  flex-direction: column;
}
@media (min-width: 561px) {
  .about__text {
    align-items: center;
    flex-direction: row;
  }
}
.about__text p {
  font-size: 1.6rem;
}
@media (min-width: 769px) {
  .about__text p {
    font-size: 1.8rem;
  }
}
.about__text .tag {
  background-color: #b5ab3b;
  line-height: 4rem;
  font-size: 1.4rem;
  padding: 0 2rem;
  margin-bottom: 2rem;
  clip-path: polygon(90% 0, 100% 50%, 90% 100%, 0 100%, 0 0);
  flex-shrink: 0;
}
@media (min-width: 561px) {
  .about__text .tag {
    margin-bottom: 0;
    margin-right: 3rem;
    padding: 0 3rem;
  }
}
@media (min-width: 769px) {
  .about__text .tag {
    font-size: 1.6rem;
    margin-right: 5rem;
  }
}

.selection__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 14rem;
  flex-direction: column;
}
@media (min-width: 769px) {
  .selection__content {
    padding-bottom: 24rem;
    flex-direction: row;
  }
}
.selection__content a {
  display: block;
  width: 100%;
  max-width: 583px;
  margin-bottom: 3.4rem;
}
@media (min-width: 769px) {
  .selection__content a {
    width: 49%;
  }
}
.selection__content a dd {
  background-color: #101010;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  line-height: 1.3;
  padding: 3rem 0;
  position: relative;
}
@media (min-width: 769px) {
  .selection__content a dd {
    font-size: 2.4rem;
  }
}
.selection__content a dd:after {
  content: "";
  width: 3rem;
  height: 1rem;
  display: block;
  position: absolute;
  background-image: url(../../assets/images/service/arr.svg);
  background-size: 100% 100%;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 769px) {
  .selection__content a dd:after {
    width: 4rem;
    right: 5%;
    height: 1rem;
  }
}

.privacy__content {
  padding-top: 3rem;
  padding-bottom: 15rem;
}
@media (min-width: 769px) {
  .privacy__content {
    padding-bottom: 35rem;
  }
}
.privacy__content p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  padding-bottom: 1em;
}
@media (min-width: 769px) {
  .privacy__content p {
    font-size: 16px;
  }
}

.contact {
  background-color: #151515;
  padding-bottom: 10rem;
}
@media (min-width: 769px) {
  .contact {
    padding-bottom: 40rem;
  }
}
.contact #before_url {
  display: none;
}
.contact__content .inner > p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
}
.contact .form {
  max-width: 657px;
  padding-top: 6.8rem;
  margin: 0 auto;
}
.contact .form__line {
  margin-bottom: 4rem;
}
.contact .form__line dt {
  display: flex;
  align-items: center;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", serif;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.contact .form__line dt span {
  background-color: #b5ab3b;
  font-size: 1.6rem;
  padding: 0 1.5rem;
  margin-left: 3rem;
}
.contact .form__line dd input[type=text], .contact .form__line dd input[type=email], .contact .form__line dd textarea, .contact .form__line dd select {
  width: 100%;
  border: none;
  background-color: #222222;
  color: #fff;
  padding: 2rem 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  resize: none;
}
.contact .form__line dd input[type=text]:focus, .contact .form__line dd input[type=email]:focus, .contact .form__line dd textarea:focus, .contact .form__line dd select:focus {
  outline: none;
}
.contact .form .consent {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .form .consent .wpcf7-list-item-label {
  display: none;
}
.contact .form .consent [type=checkbox] {
  margin-right: 1rem;
}
.contact .form .consent a {
  color: #b5ab3b;
  text-decoration: underline;
}
.contact .form [type=submit] {
  color: #fff;
  text-align: center;
  display: block;
  padding-left: 0;
  margin-top: 6.9rem;
  background-position: 95% center;
  background-repeat: no-repeat;
  background-image: url(../../assets/images/common/arr_wh.svg);
}

.company__content {
  padding-bottom: 14rem;
}
@media (min-width: 769px) {
  .company__content {
    padding-bottom: 24rem;
  }
}
.company__content .table dl {
  display: flex;
  margin-bottom: 2rem;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 561px) {
  .company__content .table dl {
    margin-bottom: 3rem;
    flex-direction: row;
  }
}
.company__content .table dl dt {
  background-color: #222;
  border-left: 1px solid #b5ab3b;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", serif;
  font-size: 1.6rem;
  width: 100%;
  min-height: 6rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 2rem;
}
@media (min-width: 561px) {
  .company__content .table dl dt {
    font-size: 1.8rem;
    padding: 0;
    justify-content: center;
    width: 27%;
    min-height: 9.3rem;
    max-width: 318px;
  }
}
.company__content .table dl dd {
  background-color: #101010;
  font-size: 1.4rem;
  line-height: 1.9;
  min-height: 6rem;
  display: flex;
  align-items: center;
  padding: 2rem;
  flex-grow: 1;
}
@media (min-width: 561px) {
  .company__content .table dl dd {
    font-size: 1.6rem;
    min-height: 9.3rem;
    padding: 4rem 6.6rem;
  }
}
.company__content .link {
  display: flex;
  margin-bottom: 8rem;
  flex-direction: column;
}
@media (min-width: 561px) {
  .company__content .link {
    align-items: center;
    flex-direction: row;
    margin-bottom: 11.7rem;
  }
}
.company__content .link a {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media (min-width: 561px) {
  .company__content .link a {
    font-size: 1.8rem;
    margin-bottom: 0;
    padding-left: 5rem;
  }
}
.company__content .link a::after {
  content: "";
  width: 2.8rem;
  height: 1rem;
  margin-left: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../assets/images/service/arr.svg);
  background-size: 100% 100%;
}
.company__content .map {
  background-color: #222;
}

.recruitment .page__text {
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  .recruitment .page__text {
    margin-bottom: 0;
  }
}
.recruitment__content {
  padding-bottom: 14rem;
}
@media (min-width: 769px) {
  .recruitment__content {
    padding-bottom: 24rem;
  }
}
.recruitment__content .visual {
  position: relative;
  margin: -4rem 0 -2rem;
}
@media (min-width: 561px) {
  .recruitment__content .visual {
    margin: 0;
  }
}
@media (min-width: 769px) {
  .recruitment__content .visual {
    margin: -2rem 0 -9rem;
    height: auto;
  }
}
.recruitment__content .visual img {
  width: 260%;
  max-width: none;
  margin: 0 auto;
}
@media (min-width: 561px) {
  .recruitment__content .visual img {
    width: 150%;
  }
}
@media (min-width: 769px) {
  .recruitment__content .visual img {
    width: 100%;
  }
}
.recruitment__content .visual .text {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recruitment__content .visual .text h3 {
  font-size: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 561px) {
  .recruitment__content .visual .text h3 {
    font-weight: 600;
    font-size: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 769px) {
  .recruitment__content .visual .text h3 {
    font-size: 5rem;
    padding-bottom: 5rem;
  }
}
.recruitment__content .visual .text p {
  font-size: 1.2rem;
  line-height: 1.9;
}
@media (min-width: 561px) {
  .recruitment__content .visual .text p {
    font-weight: 400;
    font-size: 1.6rem;
  }
}
@media (min-width: 769px) {
  .recruitment__content .visual .text p {
    font-size: 1.8rem;
  }
}
.recruitment__content .table {
  position: relative;
  z-index: 1;
}
.recruitment__content .table dl {
  display: flex;
  margin-bottom: 2rem;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 561px) {
  .recruitment__content .table dl {
    margin-bottom: 3rem;
    flex-direction: row;
  }
}
.recruitment__content .table dl dt {
  background-color: #222;
  border-left: 1px solid #b5ab3b;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", serif;
  font-size: 1.6rem;
  width: 100%;
  min-height: 6rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 2rem;
}
@media (min-width: 561px) {
  .recruitment__content .table dl dt {
    font-size: 1.8rem;
    padding: 0;
    justify-content: center;
    width: 35%;
    min-height: 9.3rem;
    max-width: 318px;
  }
}
.recruitment__content .table dl dd {
  background-color: #101010;
  font-size: 1.4rem;
  line-height: 1.9;
  min-height: 6rem;
  display: flex;
  align-items: center;
  padding: 2rem;
  flex-grow: 1;
}
@media (min-width: 561px) {
  .recruitment__content .table dl dd {
    font-size: 1.6rem;
    min-height: 9.3rem;
    padding: 4rem 6.6rem;
  }
}
.recruitment__content .link {
  display: flex;
  margin-bottom: 8rem;
  flex-direction: column;
}
@media (min-width: 561px) {
  .recruitment__content .link {
    align-items: center;
    flex-direction: row;
    margin-bottom: 11.7rem;
  }
}
.recruitment__content .link a {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media (min-width: 561px) {
  .recruitment__content .link a {
    font-size: 1.8rem;
    margin-bottom: 0;
    padding-left: 5rem;
  }
}
.recruitment__content .link a::after {
  content: "";
  width: 2.8rem;
  height: 1rem;
  margin-left: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../assets/images/service/arr.svg);
  background-size: 100% 100%;
}
.recruitment__content .map {
  background-color: #222;
}

.jobs_detail__content {
  padding-bottom: 14rem;
}
@media (min-width: 769px) {
  .jobs_detail__content {
    padding-bottom: 24rem;
  }
}
.jobs_detail__content > h3 {
  font-size: 1.8rem;
  border-left: 2px solid #b5ab3b;
  padding-left: 1.2rem;
  margin-bottom: 2rem;
  line-height: 1.3;
}
@media (min-width: 561px) {
  .jobs_detail__content > h3 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 769px) {
  .jobs_detail__content > h3 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.jobs_detail__content .table {
  position: relative;
  z-index: 1;
}
.jobs_detail__content .table dl {
  display: flex;
  margin-bottom: 2rem;
  width: 100%;
  flex-direction: column;
}
@media (min-width: 561px) {
  .jobs_detail__content .table dl {
    margin-bottom: 3rem;
    flex-direction: row;
  }
}
.jobs_detail__content .table dl dt {
  background-color: #222;
  border-left: 1px solid #b5ab3b;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", serif;
  font-size: 1.6rem;
  width: 100%;
  min-height: 6rem;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 2rem;
}
@media (min-width: 561px) {
  .jobs_detail__content .table dl dt {
    font-size: 1.8rem;
    padding: 0;
    justify-content: center;
    width: 35%;
    min-height: 9.3rem;
    max-width: 318px;
  }
}
.jobs_detail__content .table dl dd {
  background-color: #101010;
  font-size: 1.4rem;
  line-height: 1.9;
  min-height: 6rem;
  display: flex;
  align-items: center;
  padding: 2rem;
  flex-grow: 1;
}
@media (min-width: 561px) {
  .jobs_detail__content .table dl dd {
    font-size: 1.6rem;
    min-height: 9.3rem;
    padding: 4rem 6.6rem;
  }
}
.jobs_detail__content .others {
  background-image: none !important;
  padding-top: 15rem;
}
@media (min-width: 769px) {
  .jobs_detail__content .others {
    padding-top: 20rem;
  }
}
.jobs_detail__content .others > h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 4rem;
  line-height: 1.3;
}
@media (min-width: 561px) {
  .jobs_detail__content .others > h2 {
    font-size: 2.5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 769px) {
  .jobs_detail__content .others > h2 {
    font-size: 3rem;
    margin-bottom: 6rem;
  }
}
.jobs_detail__content .others .sec5 {
  padding-top: 0;
}

.results__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 14rem;
}
@media (min-width: 769px) {
  .results__content {
    padding-bottom: 24rem;
  }
}
.results__content dl {
  width: 100%;
  margin-bottom: 3rem;
  background-color: #101010;
  display: flex;
  flex-direction: column;
}
@media (min-width: 561px) {
  .results__content dl {
    width: 49%;
    max-width: 575px;
  }
}
.results__content dl dt {
  display: flex;
  padding: 2rem 3rem;
}
@media (min-width: 561px) {
  .results__content dl dt {
    padding: 3rem;
  }
}
.results__content dl dt .image {
  width: 8rem;
  height: 8rem;
  border-radius: 5rem;
  background-color: #4d4c4c;
}
@media (min-width: 561px) {
  .results__content dl dt .image {
    width: 9.5rem;
    height: 9.5rem;
  }
}
.results__content dl dt .image img {
  width: 100%;
}
.results__content dl dt .text {
  padding: 1.5rem 2.5rem;
}
.results__content dl dt .text h3 {
  font-size: 1.8rem;
  border-left: 2px solid #b5ab3b;
  padding-left: 1.2rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 561px) {
  .results__content dl dt .text h3 {
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .results__content dl dt .text h3 {
    font-size: 2.4rem;
  }
}
.results__content dl dt .text p {
  font-size: 1.4rem;
}
@media (min-width: 561px) {
  .results__content dl dt .text p {
    font-size: 1.6rem;
  }
}
@media (min-width: 769px) {
  .results__content dl dt .text p {
    font-size: 2rem;
  }
}
.results__content dl dd {
  background-color: #080808;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 769px) {
  .results__content dl dd {
    flex-direction: row;
  }
}
.results__content dl dd div {
  width: 100%;
  padding: 2rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 769px) {
  .results__content dl dd div {
    padding: 3rem 2.5rem;
    width: 49%;
  }
}
.results__content dl dd div p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.9;
}
.results__content dl dd div p.salary {
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #b5ab3b;
  line-height: 3.5rem;
  margin-top: 1.5rem;
  color: #b5ab3b;
}
.results__content dl dd div:first-of-type {
  flex-grow: 1;
  width: 100%;
  background-color: #222;
  padding-bottom: 4.5rem;
  clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
}
@media (min-width: 769px) {
  .results__content dl dd div:first-of-type {
    padding-bottom: 3rem;
    padding-right: 3.5rem;
    clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 0 0);
    width: 51%;
  }
}
.results__content dl dd div:first-of-type p.salary {
  color: #fff !important;
  border-color: #fff;
}

.seminar {
  padding-bottom: 14rem;
}
@media (min-width: 769px) {
  .seminar {
    padding-bottom: 24rem;
  }
}
.seminar .page__text {
  margin-bottom: 6rem;
}
@media (min-width: 769px) {
  .seminar .page__text {
    margin-bottom: 10rem;
  }
}
.seminar__content > section {
  margin-bottom: 5rem;
}
@media (min-width: 769px) {
  .seminar__content > section {
    margin-bottom: 9rem;
  }
}
.seminar__content > section > h3 {
  font-size: 1.8rem;
  border-left: 2px solid #b5ab3b;
  padding-left: 1.2rem;
  margin-bottom: 2rem;
  line-height: 1.3;
}
@media (min-width: 561px) {
  .seminar__content > section > h3 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 769px) {
  .seminar__content > section > h3 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.seminar__list.is-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.seminar__list.is-flex a {
  display: flex;
  width: 100%;
}
@media (min-width: 769px) {
  .seminar__list.is-flex a {
    width: 49%;
    max-width: 574px;
  }
}
.seminar__list.is-flex a dl {
  flex-grow: 1;
  margin-bottom: 2rem;
}
.seminar__list.is-flex a dt {
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
  max-height: 250px;
}
@media (min-width: 561px) {
  .seminar__list.is-flex a dt {
    max-height: none;
    width: 33%;
    max-width: 318px;
  }
}
.seminar__list.is-flex a dt img {
  height: auto;
}
@media (min-width: 561px) {
  .seminar__list.is-flex a dt img {
    max-height: 25.2rem;
  }
}
.seminar__list.is-flex a dd h3 {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
  padding-left: 1.2rem;
  border-left: 2px solid #b5ab3b;
  margin-bottom: 2rem;
  word-break: keep-all;
}
@media (min-width: 561px) {
  .seminar__list.is-flex a dd h3 {
    font-size: 1.8rem;
  }
}
.seminar__list.is-flex a dd h3 br {
  display: none;
}
@media (min-width: 561px) {
  .seminar__list.is-flex a dd h3 br {
    display: block;
  }
}
.seminar__list.is-flex a dd .text {
  font-size: 1.4rem;
  line-height: 1.9;
}
.seminar__list dl {
  position: relative;
  display: flex;
  margin-bottom: 2.8rem;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 561px) {
  .seminar__list dl {
    flex-direction: row;
  }
}
.seminar__list dl:last-child {
  margin-bottom: 5rem;
}
.seminar__list dl dt {
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 561px) {
  .seminar__list dl dt {
    width: 33%;
    max-width: 318px;
  }
}
@media (min-width: 769px) {
  .seminar__list dl dt {
    width: 27%;
  }
}
.seminar__list dl dt img {
  height: 100%;
  max-width: none;
  width: 100%;
}
@media (min-width: 561px) {
  .seminar__list dl dt img {
    width: auto;
  }
}
.seminar__list dl dd {
  background-color: #101010;
  padding: 4rem 2rem;
  flex-grow: 1;
}
@media (min-width: 561px) {
  .seminar__list dl dd {
    padding: 5rem 2rem 2.5rem 4rem;
  }
}
@media (min-width: 769px) {
  .seminar__list dl dd {
    padding: 7rem 2rem 2.5rem 4rem;
  }
}
@media (min-width: 561px) {
  .seminar__list dl dd.mod {
    padding: 5rem 2rem 2.5rem 4rem;
  }
}
@media (min-width: 769px) {
  .seminar__list dl dd.mod {
    padding: 5rem 2rem 2.5rem 4rem;
  }
}
.seminar__list dl dd .cat {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-start;
}
.seminar__list dl dd .cat .accept {
  background-color: #4d4c4c;
  font-size: 1.4rem;
  line-height: 3.8rem;
  width: 7rem;
  text-align: center;
}
@media (min-width: 769px) {
  .seminar__list dl dd .cat .accept {
    line-height: 4.2rem;
    font-size: 1.6rem;
    width: 9rem;
  }
}
.seminar__list dl dd .cat .accept.yes {
  background-color: #b5ab3b;
}
.seminar__list dl dd .cat .campaign {
  color: #b5ab3b;
  background-color: #222;
  font-size: 1.4rem;
  line-height: 3.8rem;
  padding: 0 1.7rem;
  text-align: center;
  margin-top: -0.1rem;
}
@media (min-width: 769px) {
  .seminar__list dl dd .cat .campaign {
    line-height: 4.3rem;
    font-size: 1.6rem;
  }
}
.seminar__list dl dd h3 {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
  padding-left: 1.2rem;
  border-left: 2px solid #b5ab3b;
  margin-bottom: 2rem;
  word-break: keep-all;
}
@media (min-width: 561px) {
  .seminar__list dl dd h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) {
  .seminar__list dl dd h3 {
    margin-bottom: 3.3rem;
    font-size: 2.4rem;
  }
}
.seminar__list dl dd h3 br {
  display: none;
}
@media (min-width: 561px) {
  .seminar__list dl dd h3 br {
    display: block;
  }
}
.seminar__list dl dd .text {
  font-size: 1.4rem;
  line-height: 1.9;
}
@media (min-width: 769px) {
  .seminar__list dl dd .text {
    font-size: 1.6rem;
  }
}

.column__content {
  padding-bottom: 14rem;
}
@media (min-width: 769px) {
  .column__content {
    padding-bottom: 24rem;
  }
}
.column__content .category {
  background-color: #101010;
  padding: 3.5rem 0 4rem;
  margin-bottom: 5rem;
}
@media (min-width: 561px) {
  .column__content .category {
    margin-bottom: 8rem;
    padding: 4.5rem 0 5rem;
  }
}
@media (min-width: 769px) {
  .column__content .category {
    margin-bottom: 12rem;
    padding: 5.5rem 0 6rem;
  }
}
.column__content .category .inner {
  max-width: 835px;
}
.column__content .category .inner h3 {
  text-align: center;
  font-size: 1.8rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 561px) {
  .column__content .category .inner h3 {
    padding-bottom: 3.5rem;
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .column__content .category .inner h3 {
    font-size: 3rem;
  }
}
.column__content .category .inner .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column__content .category .inner .list div {
  width: 50%;
  font-size: 1.4rem;
  line-height: 4.5rem;
  border: 1px solid #b5ab3b;
  color: #b5ab3b;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
}
@media (min-width: 561px) {
  .column__content .category .inner .list div {
    margin-bottom: 1rem;
    width: 24%;
    max-width: 17.7rem;
    font-size: 1.6rem;
    line-height: 4.9rem;
  }
}
.column__content .category .inner .list div:hover {
  opacity: 0.8;
}
.column__content .category .inner .list div.selected {
  background-color: #b5ab3b;
  color: #fff;
}
.column__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2.2rem;
}
@media (min-width: 769px) {
  .column__list {
    justify-content: flex-start;
    gap: 1.4vw;
  }
}
.column__list a {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  position: relative;
}
@media (min-width: 561px) {
  .column__list a {
    width: 49%;
  }
}
@media (min-width: 769px) {
  .column__list a {
    margin-bottom: 2.9rem;
    width: 32%;
    max-width: 382px;
  }
}
.column__list a dt {
  height: 20rem;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 769px) {
  .column__list a dt {
    height: 25.4rem;
  }
}
.column__list a dt img {
  width: auto;
  max-width: none;
  min-height: 100%;
}
.column__list a dd {
  background-color: #101010;
  padding: 4rem 2rem;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .column__list a dd {
    padding: 4.8rem 5rem 5.8rem;
  }
}
.column__list a dd.mod {
  flex-direction: column;
  align-items: flex-start;
}
.column__list a dd .cat {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #b5ab3b;
  line-height: 3.8rem;
  font-size: 1.2rem;
  padding: 0 1.6rem;
}
@media (min-width: 769px) {
  .column__list a dd .cat {
    line-height: 4.2rem;
    font-size: 1.6rem;
  }
}
.column__list a dd .date {
  font-size: 1.4rem;
  padding-bottom: 1rem;
}
@media (min-width: 769px) {
  .column__list a dd .date {
    font-size: 1.6rem;
  }
}
.column__list a dd .title {
  font-size: 1.4rem;
  line-height: 1.9;
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .column__list a dd .title {
    font-size: 1.8rem;
  }
}
.column__list a dd .title::after {
  position: absolute;
  right: 0;
  bottom: -1rem;
  content: "";
  width: 2.4rem;
  height: 0.6rem;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../assets/images/common/arr_yellow.svg);
}
/*# sourceMappingURL=style.css.map */