@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) accanto All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  accanto

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

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: inherit;
}

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  padding: 0;
  border: none;
  background-color: transparent;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

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

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.mincho {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "dnp-shuei-gothic-gin-std", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "drummond-variable", sans-serif;
}

:root {
  --extend: min(calc(( 50vw - 50% ) * -1), 0px);
  --sideW: min(4.86vw, 70px);
  --headerHeight: 110px;
  --contentsWideXS: 860px;
  --contentsWideS: 936px;
  --contentsWideM: 1140px;
  --contentsWideL: 1300px;
}

@media screen and (max-width: 820px) {
  :root {
    --sideW: 5.33vw;
    --headerHeight: 60px;
    --sectionWrap: 3.75em;
  }
}
html {
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--headerHeight);
}

body {
  font: 500 16px/1.875 "dnp-shuei-gothic-gin-std", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.04em;
  color: #212121;
  text-align: left;
  counter-reset: number 0;
}

.l_container_wrap {
  position: relative;
}
@media screen and (max-width: 820px) {
  .l_container_wrap {
    padding-top: var(--headerHeight);
  }
}

@media screen and (max-width: 820px) {
  .single-post .l_container_wrap,
  .page-entry .l_container_wrap,
  .page-meeting .l_container_wrap,
  .page-policy .l_container_wrap,
  .error404 .l_container_wrap,
  .post-type-archive-column .l_container_wrap,
  .archive.tax-column_cat .l_container_wrap,
  .single-column .l_container_wrap,
  .page-e-thanks .l_container_wrap,
  .page-m-thanks .l_container_wrap,
  .page-magazine .l_container_wrap,
  .page-f-thanks .l_container_wrap {
    padding-top: 0;
  }
}

.l_container {
  position: relative;
}

.section_wrap {
  padding: 2.5em 0 7.5em;
}
@media screen and (max-width: 820px) {
  .section_wrap {
    padding: 2em 0 5em;
  }
}

.inner, .freeplanner_sec_04 .list_voice, .inner_l, .top_environment--links > li a span, .meeting_ttl_wrap, .page-magazine--ttl--wrap, .post-type-archive-column .no-post,
.archive.tax-column_cat .no-post,
.single-column .no-post, .inner_m, .inner_s, .content_default, .inner_xs {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}

.inner_xs {
  max-width: calc(var(--contentsWideXS) + var(--sideW) * 2);
}

.inner_s, .content_default {
  max-width: calc(var(--contentsWideS) + var(--sideW) * 2);
}

.inner_m {
  max-width: calc(var(--contentsWideM) + var(--sideW) * 2);
}

.inner_l, .top_environment--links > li a span, .meeting_ttl_wrap, .page-magazine--ttl--wrap, .post-type-archive-column .no-post,
.archive.tax-column_cat .no-post,
.single-column .no-post {
  max-width: calc(var(--contentsWideL) + var(--sideW) * 2);
}

.login h1 a {
  width: 100px !important;
  height: 100px !important;
  background: url(../images/login_logo.png) no-repeat center/contain !important;
}

@media screen and (max-width: 820px) {
  .post_content {
    font-size: 0.975em;
  }
}
.post_content a {
  text-decoration: underline;
}
.post_content a:link, .post_content a:active, .post_content a:visited {
  text-decoration: underline;
}
.post_content a:hover {
  color: #D7AF23;
}
.post_content #ez-toc-container {
  background: transparent !important;
  border-radius: 0;
  border: none;
  border-top: 1px solid #91959E;
  border-bottom: 1px solid #91959E;
  padding: 50px 2.4% 60px;
  margin-top: -3.125em !important;
  margin-bottom: 5em !important;
}
@media screen and (max-width: 820px) {
  .post_content #ez-toc-container {
    margin-top: -1em !important;
    padding: 30px 0 40px;
    margin-bottom: 3.75em !important;
  }
}
.post_content #ez-toc-container li {
  margin-top: 8px;
}
.post_content #ez-toc-container .ez-toc-title-container {
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .post_content #ez-toc-container .ez-toc-title-container {
    margin-bottom: 10px;
  }
}
.post_content #ez-toc-container .ez-toc-title {
  font-family: "drummond-variable", sans-serif;
  font-size: 1.875em;
  font-weight: 500;
  color: #91959E;
}
@media screen and (max-width: 820px) {
  .post_content #ez-toc-container .ez-toc-title {
    font-size: 1.5em;
  }
}
.post_content #ez-toc-container .ez-toc-list {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .post_content #ez-toc-container .ez-toc-list {
    font-size: 0.875em;
  }
}
.post_content #ez-toc-container a {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.post_content #ez-toc-container a:before {
  content: "・";
  padding-left: 0;
  text-indent: -1em;
}
.post_content #ez-toc-container .ez-toc-heading-2 > a {
  font-size: 2rem;
}
@media screen and (max-width: 820px) {
  .post_content #ez-toc-container .ez-toc-heading-2 > a {
    font-size: 1em;
  }
}
.post_content #ez-toc-container .ez-toc-heading-level-3 {
  font-size: 1.5rem;
}
@media screen and (max-width: 820px) {
  .post_content #ez-toc-container .ez-toc-heading-level-3 {
    font-size: 1em;
  }
}
.post_content #ez-toc-container .ez-toc-heading-level-4 {
  font-size: 1.25rem;
}
@media screen and (max-width: 820px) {
  .post_content #ez-toc-container .ez-toc-heading-level-4 {
    font-size: 1em;
  }
}
.post_content #ez-toc-container .ez-toc-list-level-3 {
  margin-left: 2rem;
}
@media screen and (max-width: 820px) {
  .post_content #ez-toc-container .ez-toc-list-level-3 {
    margin-left: 1em;
  }
}
.post_content #ez-toc-container .ez-toc-list-level-4 {
  margin-left: 1.5rem;
}
@media screen and (max-width: 820px) {
  .post_content #ez-toc-container .ez-toc-list-level-4 {
    margin-left: 1em;
  }
}
.post_content #ez-toc-container .ez-toc-heading-level-2 + .ez-toc-heading-level-2 {
  margin-top: 20px;
}
.post_content.article_column--content #ez-toc-container {
  margin-top: 0 !important;
}

.editor_ttl_01 {
  padding-left: 20px;
  border-left: 4px solid #C49252;
  color: #C49252;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 80px 0 20px;
}
@media screen and (max-width: 820px) {
  .editor_ttl_01 {
    border-left: 3px solid #C49252;
    font-size: 1.5em;
    margin: 60px 0 20px;
  }
}

.editor_ttl_02 {
  padding-left: 60px;
  color: #C49252;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 80px 0 20px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .editor_ttl_02 {
    font-size: 1.375em;
    padding-left: 45px;
    margin: 60px 0 20px;
  }
}
.editor_ttl_02:before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #C49252;
  position: absolute;
  left: 0;
  top: 0.75em;
}
@media screen and (max-width: 820px) {
  .editor_ttl_02:before {
    width: 30px;
    height: 1px;
  }
}

.marker_y {
  background-color: #F9EAD4;
}

.link_text {
  color: #C49252;
  text-decoration: none !important;
  border-bottom: 1px solid #C49252;
}
.link_text:after {
  content: "";
  display: inline-block;
  width: 19px;
  aspect-ratio: 19/17;
  background: url(../images/ico_arrow_right_99.svg) no-repeat center/contain;
}

.decoration_block_01 {
  color: #484848;
  font-style: italic;
  padding: 40px 7.5%;
  position: relative;
  margin: 30px 0;
}
.decoration_block_01 .deco {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.decoration_block_01 .deco:before {
  content: "";
  display: block;
  width: 27px;
  aspect-ratio: 27/20;
  background: url(../images/decoration_block_01_01.svg) no-repeat center/contain;
  flex-shrink: 0;
}
.decoration_block_01 .deco:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #484848;
}
.decoration_block_01 .deco:last-of-type {
  flex-direction: row-reverse;
  top: unset;
  bottom: 0;
}
.decoration_block_01 .deco:last-of-type:before {
  transform: rotate(180deg);
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: inherit;
  line-height: 1.5;
}

label {
  cursor: pointer;
}

button {
  padding: 0;
  border: none;
  color: inherit;
}

picture {
  display: contents;
}
picture img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: auto;
}

.opacity, #magazine_new_slider .splide__arrow, .footer_main .child li a, .footer_main .parent, .hbm_sns a,
.footer_sns a, .hbm_main .child li a, .hbm_main .parent {
  transition: 0.5s;
}
@media (hover: hover) {
  .opacity:hover, #magazine_new_slider .splide__arrow:hover, .footer_main .child li a:hover, .footer_main .parent:hover, .hbm_sns a:hover,
  .footer_sns a:hover, .hbm_main .child li a:hover, .hbm_main .parent:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 820px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 821px) {
  .sp {
    display: none !important;
  }
}

.img_only {
  display: block;
}
.img_only img {
  display: block;
  width: 100%;
}

.text_link {
  text-decoration: underline !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.grecaptcha_text {
  margin-top: 30px;
  font-size: 0.75em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .grecaptcha_text {
    font-size: 0.6875em;
  }
}

@keyframes fade_in {
  80% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
[class^=fade_anim] {
  opacity: 0;
}
[class^=fade_anim].js-active {
  animation: fade_in 1s ease-out forwards;
}

.fade_anim.js-active {
  animation: fade_in 1s ease-in forwards;
}

.fade_anim_bottom {
  transform: translate(0, 60px);
}

.fade_anim_left {
  transform: translate(-40px, 0);
}

.fade_anim_right {
  transform: translate(60px, 0);
}

.ttl_anim_01 .letter,
.ttl_anim_02 .letter,
.ttl_anim_03 .letter {
  display: inline-block;
  line-height: 1.15em;
  opacity: 0; /* 初期は隠す */
  will-change: transform, opacity;
}
.ttl_anim_01 .line,
.ttl_anim_02 .line,
.ttl_anim_03 .line {
  display: block;
}
.ttl_anim_01.js-active .letter,
.ttl_anim_02.js-active .letter,
.ttl_anim_03.js-active .letter {
  opacity: 0;
}

.img_anim_01 {
  overflow: hidden;
}
.img_anim_01 img {
  transition: 0.3s;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.content_default {
  padding-top: 3.75em;
  padding-bottom: 5em;
}
@media screen and (max-width: 820px) {
  .content_default {
    padding: 30px 0 2.5em;
  }
}
.content_default p {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .content_default p {
    font-size: 0.9375em;
  }
}
.content_default a {
  margin: 80px auto 0;
  width: 100%;
  max-width: 326px;
  padding: 1em 0.66em;
  color: inherit;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 820px) {
  .content_default a {
    margin-top: 40px;
    font-size: 1em;
  }
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 0.85em 1em;
  border-radius: 0;
  border: none;
  background: #fff;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0.85em 2em 0.85em 1em;
  border-radius: 0;
  border: none;
  background: url(../images/ico_arrow_bottom_01_gray.svg) no-repeat center right 18px/10px 8px #fff;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-size: 16px !important;
}

textarea {
  height: 15em;
}

input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  aspect-ratio: 1/1;
  border: 0; /* 枠なし */
  background: #fff; /* 未チェック */
  border-radius: 4px;
  position: relative;
}
input[type=checkbox]:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 13px;
  width: 8px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translate(-50%, -50%);
  opacity: 0;
}
input[type=checkbox]:checked {
  background: #111;
}
input[type=checkbox]:checked:after {
  opacity: 1;
}
input[type=checkbox]:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}

input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 28px;
  height: 28px;
  border: 0; /* 線なし */
  background: #fff; /* 未選択 */
  border-radius: 50%;
  position: relative;
}
input[type=radio]:after {
  content: "";
  position: absolute;
  inset: 5px; /* 中央ドットのサイズ */
  background: #212121;
  border-radius: 50%;
  opacity: 0;
}
input[type=radio]:checked:after {
  opacity: 1;
}
input[type=radio]:focus-visible {
  outline: 2px solid #111;
  outline-offset: 2px;
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none !important;
}

.form_box {
  width: 100%;
  max-width: 700px;
}

.dlist_form {
  line-height: 1.5;
}
.dlist_form > dt {
  margin-bottom: 10px;
}
.dlist_form > dt.require:after {
  content: "※必須";
  color: #b8321F;
  font-size: 0.875em;
  margin-left: 10px;
}
.dlist_form > dd {
  margin-bottom: 24px;
}
.dlist_form > dd.your-name {
  display: flex;
  gap: 20px;
}
.dlist_form > dd.your-name > span {
  display: block;
  width: 100%;
}
.dlist_form > dd .list_kome {
  font-size: 0.875em;
  margin-bottom: 10px;
}
.dlist_form > dd .notice {
  font-size: 0.875em;
  margin-bottom: 10px;
}

.wpcf7-checkbox.your-joblisting, .wpcf7-checkbox.your-style, .wpcf7-checkbox.your-interest, .wpcf7-checkbox.your-hope,
.wpcf7-radio.your-joblisting,
.wpcf7-radio.your-style,
.wpcf7-radio.your-interest,
.wpcf7-radio.your-hope {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 10px 30px;
}
@media screen and (max-width: 820px) {
  .wpcf7-checkbox.your-joblisting, .wpcf7-checkbox.your-style, .wpcf7-checkbox.your-interest, .wpcf7-checkbox.your-hope,
  .wpcf7-radio.your-joblisting,
  .wpcf7-radio.your-style,
  .wpcf7-radio.your-interest,
  .wpcf7-radio.your-hope {
    display: block;
  }
}
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
  margin: 0;
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item label,
.wpcf7-radio .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  cursor: pointer;
}

.form_policy {
  margin-top: 50px;
  text-align: center;
}
.form_policy a {
  display: inline-block;
  border-bottom: 1px solid #212121;
}

.dlist_date .group {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 10px;
}
.dlist_date .group:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  .dlist_date .group {
    flex-direction: column;
    align-items: unset;
    gap: 10px;
    margin-bottom: 30px;
  }
}
.dlist_date dt {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.dlist_date dt:before {
  flex-shrink: 0;
  content: "必須";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  aspect-ratio: 55/30;
  border: 1px solid #b8321F;
  color: #b8321F;
  border: 1px solid #b8321F;
}
.dlist_date dt.not-require:before {
  content: "任意";
  color: #484848;
  border-color: #484848;
}
.dlist_date dd {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .dlist_date dd {
    flex-direction: column;
    gap: 10px;
  }
}

.wpcf7-form-control-wrap[data-name=your-date-01],
.wpcf7-form-control-wrap[data-name=your-date-02],
.wpcf7-form-control-wrap[data-name=your-date-03],
.wpcf7-form-control-wrap[data-name=your-date-04] {
  flex-shrink: 0;
  width: 100%;
  max-width: 154px;
}
@media screen and (max-width: 820px) {
  .wpcf7-form-control-wrap[data-name=your-date-01],
  .wpcf7-form-control-wrap[data-name=your-date-02],
  .wpcf7-form-control-wrap[data-name=your-date-03],
  .wpcf7-form-control-wrap[data-name=your-date-04] {
    max-width: unset;
  }
}

.wpcf7-form-control-wrap[data-name=your-time-01],
.wpcf7-form-control-wrap[data-name=your-time-02],
.wpcf7-form-control-wrap[data-name=your-time-03],
.wpcf7-form-control-wrap[data-name=your-time-04] {
  flex-shrink: 0;
  width: 100%;
  max-width: 265px;
}
@media screen and (max-width: 820px) {
  .wpcf7-form-control-wrap[data-name=your-time-01],
  .wpcf7-form-control-wrap[data-name=your-time-02],
  .wpcf7-form-control-wrap[data-name=your-time-03],
  .wpcf7-form-control-wrap[data-name=your-time-04] {
    max-width: unset;
  }
}

.ttl_cmn_01 {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.8;
}
.ttl_cmn_01 .en {
  display: block;
  font-family: "drummond-variable", sans-serif;
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 6px;
}
@media screen and (max-width: 820px) {
  .ttl_cmn_01 {
    font-size: 1em;
  }
  .ttl_cmn_01 .en {
    font-size: 2.25em;
  }
}

.ttl_cmn_02, .about_sec_03 ul li h3 {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.5em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .ttl_cmn_02, .about_sec_03 ul li h3 {
    font-size: 1.25em;
  }
}

.ttl_cmn_03 {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.5em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.14;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .ttl_cmn_03 {
    font-size: 2.25em;
  }
}

.ttl_cmn_04 {
  font-size: 1.625em;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .ttl_cmn_04 {
    font-size: 1.125em;
    font-weight: 500;
  }
}
.ttl_cmn_04 .en {
  font-family: "drummond-variable", sans-serif;
  font-size: 4.23em;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.1;
}
@media screen and (max-width: 820px) {
  .ttl_cmn_04 .en {
    font-size: 2em;
  }
}
.ttl_cmn_04.c_white {
  color: #fff;
}

.ttl_cmn_05 {
  font-size: 1.625em;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (max-width: 820px) {
  .ttl_cmn_05 {
    font-size: 1em;
  }
}
.ttl_cmn_05 .en {
  font-family: "drummond-variable", sans-serif;
  font-size: 4.23em;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 820px) {
  .ttl_cmn_05 .en {
    font-size: 3em;
    margin-top: 10px;
  }
}

.link_cmn_01, .wpcf7-submit, .content_default a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 10px;
  border-bottom: 1px solid #212121;
  width: 100%;
  max-width: 260px;
  position: relative;
}
.link_cmn_01 span, .wpcf7-submit span, .content_default a span {
  position: relative;
}
.link_cmn_01:before, .wpcf7-submit:before, .content_default a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #212121;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
}
.link_cmn_01:after, .wpcf7-submit:after, .content_default a:after {
  position: relative;
  content: "";
  display: block;
  width: 9px;
  aspect-ratio: 9/12;
  background: no-repeat center/contain;
  background-image: url(../images/ico_arrow_right_01_black.svg);
}
.link_cmn_01:hover, .wpcf7-submit:hover, .content_default a:hover {
  color: #fff;
}
.link_cmn_01:hover:before, .wpcf7-submit:hover:before, .content_default a:hover:before {
  width: 100%;
  right: unset;
  left: 0;
}
.link_cmn_01:hover:after, .wpcf7-submit:hover:after, .content_default a:hover:after {
  background-image: url(../images/ico_arrow_right_01_white.svg);
}

.link_cmn_02 {
  display: block;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 1.125em 16px;
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
  max-width: 430px;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 820px) {
  .link_cmn_02 {
    font-size: 1.25em;
  }
}
.link_cmn_02:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #212121;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
}
.link_cmn_02:after {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 13/10;
  background: no-repeat center/contain;
  background-image: url(../images/ico_arrow_bottom_01_black.svg);
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.link_cmn_02 span {
  display: block;
  position: relative;
}
.link_cmn_02:hover {
  color: #fff;
}
.link_cmn_02:hover:before {
  width: 100%;
  right: unset;
  left: 0;
}
.link_cmn_02:hover:after {
  background-image: url(../images/ico_arrow_bottom_01_white.svg);
}

.link_cmn_03 {
  display: block;
  border-top: 1px solid #212121;
  border-bottom: 3px solid #212121;
  position: relative;
}
.link_cmn_03:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background-color: #212121;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
}
.link_cmn_03 span {
  transition: 0.5s;
  padding: 3em 20px;
  display: block;
  position: relative;
}
@media screen and (max-width: 820px) {
  .link_cmn_03 span {
    padding: 1.875em 1.25em;
  }
}
.link_cmn_03 span:before {
  content: attr(data-en);
  font-family: "drummond-variable", sans-serif;
  font-size: 3.125em;
  letter-spacing: 0.04em;
  line-height: 1.04;
  margin-right: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 820px) {
  .link_cmn_03 span:before {
    font-size: 2.25em;
    display: block;
    margin-bottom: 10px;
  }
}
.link_cmn_03 span:after {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 13/16;
  background: no-repeat center/contain;
  background-image: url(../images/ico_arrow_right_01_black.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.link_cmn_03:hover:before {
  width: 100%;
  right: unset;
  left: 0;
}
.link_cmn_03:hover span {
  color: #fff;
}
.link_cmn_03:hover span:after {
  background-image: url(../images/ico_arrow_right_01_white.svg);
}

.wpcf7-submit {
  margin: 50px auto 0;
  width: 100%;
  max-width: 326px;
  padding: 1em 0.66em;
  color: inherit;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 820px) {
  .wpcf7-submit {
    font-size: 1.25em;
  }
}

.list_kome > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_kome > li:before {
  content: "※";
}

.list_dot > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_dot > li:before {
  content: "・";
}

.list_ast > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_ast > li:before {
  content: "＊";
}

.list_maru > li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_maru > li:before {
  content: "●";
}

.list_number {
  counter-reset: number 0;
}
.list_number > li {
  counter-increment: number 1;
}
.list_number > li:before {
  content: counter(number);
}

@media screen and (min-width: 821px) {
  .list_top_news {
    display: flex;
    gap: 2.28%;
    margin-top: 50px;
  }
  .list_top_news > li {
    width: 31.8133333333%;
  }
}

.list_archive_news {
  display: flex;
  flex-wrap: wrap;
  gap: 110px 12.5%;
}
@media screen and (max-width: 820px) {
  .list_archive_news {
    flex-direction: column;
    gap: 3.75em 12.5%;
  }
}
.list_archive_news > li {
  width: 43.75%;
}
@media screen and (max-width: 820px) {
  .list_archive_news > li {
    width: 100%;
  }
}
.list_archive_news.related {
  margin-top: 5em;
}

.card_news_01 {
  display: block;
}
.card_news_01--image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 420/250;
}
.card_news_01--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.card_news_01--image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.5s;
  opacity: 0;
}
.card_news_01--texts {
  padding: 0 4.76%;
}
.card_news_01--ttl {
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.card_news_01--category {
  margin-top: 20px;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.card_news_01--category > li {
  display: inline-block;
}
.card_news_01:hover .card_news_01--image img {
  transform: scale(1.05);
}
.card_news_01:hover .card_news_01--image:after {
  opacity: 1;
}

.card_news_02 {
  display: block;
}
.card_news_02--image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 420/250;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .card_news_02--image {
    margin-bottom: 20px;
  }
}
.card_news_02--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.card_news_02--image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.5s;
  opacity: 0;
}
.card_news_02--texts {
  padding: 0 4.76%;
}
.card_news_02--date {
  color: #91959E;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (max-width: 820px) {
  .card_news_02--date {
    font-size: 0.875em;
  }
}
.card_news_02--ttl {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 820px) {
  .card_news_02--ttl {
    margin-top: 12px;
    font-size: 1.125em;
  }
}
.card_news_02--desc {
  margin-top: 16px;
  color: #91959E;
  font-size: 0.875em;
  line-height: 1.78;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 820px) {
  .card_news_02--desc {
    margin-top: 12px;
    font-size: 0.9375em;
    -webkit-line-clamp: 2;
  }
}
.card_news_02:hover .card_news_02--image img {
  transform: scale(1.05);
}
.card_news_02:hover .card_news_02--image:after {
  opacity: 1;
}

.label_cmn_01 {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #C49252;
  padding: 2px 10px 1px;
  border-radius: 2px;
  font-size: 0.875rem;
  line-height: 1.78;
  color: #C49252;
}

.label_cmn_02, .article_column--category > li, .article_post--category li {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #C49252;
  padding: 1px 10px 1px;
  color: #C49252;
}

.sec_cmn_faq {
  background-color: #f4F5F7;
  padding: 10em 0;
}
@media screen and (max-width: 820px) {
  .sec_cmn_faq {
    padding: 5em 0;
  }
}
.sec_cmn_faq .ttl_cmn_01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .sec_cmn_faq .ttl_cmn_01 {
    margin-bottom: 40px;
  }
}

[data-accordion=content] {
  transition: 0.5s;
  height: 0;
  overflow: hidden;
}

.dlist_faq .accordion__btn {
  cursor: pointer;
  padding: 0.9em 30px;
  border-top: 1px solid #212121;
  background-color: #f4F5F7;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 820px) {
  .dlist_faq .accordion__btn {
    font-size: 1em;
    padding: 1.25em 42px 1.25em 10px;
  }
}
.dlist_faq .accordion__btn span {
  display: flex;
  align-items: baseline;
}
.dlist_faq .accordion__btn span:before {
  content: "Q.";
  font-family: "drummond-variable", sans-serif;
  font-size: 1.875em;
  font-weight: 500;
  margin-right: 24px;
}
@media screen and (max-width: 820px) {
  .dlist_faq .accordion__btn span:before {
    font-size: 1.25em;
    margin-right: 12px;
  }
}
.dlist_faq .accordion__btn:before, .dlist_faq .accordion__btn:after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background-color: #212121;
  position: absolute;
  top: 50%;
  right: 30px;
  transition: 0.5s;
}
@media screen and (max-width: 820px) {
  .dlist_faq .accordion__btn:before, .dlist_faq .accordion__btn:after {
    right: 15px;
  }
}
.dlist_faq .accordion__btn:after {
  transform: rotate(-270deg);
}
.dlist_faq .accordion__btn.js-active:before {
  transform: rotate(180deg);
}
.dlist_faq .accordion__btn.js-active:after {
  transform: rotate(0deg);
}
.dlist_faq .accordion__content {
  background-color: #fff;
  padding: 50px 90px;
  border-top: 1px solid #212121;
}
@media screen and (max-width: 820px) {
  .dlist_faq .accordion__content {
    padding: 30px 5.9%;
  }
}
.dlist_faq .group:last-child dt {
  border-bottom: 1px solid #212121;
}
.dlist_faq .group:last-child .accordion__content {
  border-top: none;
}

[data-tab=content] {
  display: none;
}
[data-tab=content].is-current {
  display: block;
}

.cta_cmn_01 {
  background-color: #f4F5F7;
  padding: 90px 0 40px;
}
@media screen and (max-width: 820px) {
  .cta_cmn_01 {
    padding: 70px 0 30px;
  }
}
.cta_cmn_01 ul {
  display: flex;
  gap: 50px 8.77%;
}
@media screen and (max-width: 820px) {
  .cta_cmn_01 ul {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.cta_cmn_01 ul > li {
  width: 100%;
}
.cta_cmn_01 .scroll_text {
  color: #fff;
  font-family: "drummond-variable", sans-serif;
  font-size: 11.25em;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (max-width: 820px) {
  .cta_cmn_01 .scroll_text {
    font-size: 5em;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll_text {
  margin: 0 var(--extend);
  overflow: hidden;
  white-space: nowrap;
}
.scroll_text > span {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 100s linear infinite;
}
.scroll_text > span + span {
  padding-left: 0.25em;
}

@keyframes marquee2 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}
/* 共通 */
.scroll_text {
  overflow: hidden;
  position: relative;
}

/* 横 */
.scroll_text__inner {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
  animation: marquee var(--dur, 60s) linear infinite;
}

@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
/* ===== 縦バージョン ===== */
.scroll_text--vertical {
  height: 100%;
}

.scroll_text--vertical .scroll_text__inner {
  flex-direction: column;
  height: -moz-max-content;
  height: max-content;
  animation: marquee2 var(--dur, 60s) linear infinite;
}

.scroll_text--vertical .scroll_text__inner > span {
  padding-bottom: 0.25em;
}

@keyframes marquee2 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -50%, 0);
  }
}
.breadcrumb {
  color: #91959E;
  font-family: "drummond-variable", sans-serif;
  font-size: 0.75em;
  padding: 30px 0;
}
@media screen and (max-width: 820px) {
  .breadcrumb {
    padding: 14px 0;
  }
  .breadcrumb .inner, .breadcrumb .freeplanner_sec_04 .list_voice, .freeplanner_sec_04 .breadcrumb .list_voice {
    white-space: nowrap;
    overflow: scroll;
  }
}

.navigation.pagination {
  text-align: center;
  margin-top: 6em;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 2;
}
@media screen and (max-width: 820px) {
  .navigation.pagination {
    margin-top: 3.75em;
  }
}
.navigation.pagination .nav-links {
  font-size: 0;
}
.navigation.pagination .nav-links .page-numbers {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  aspect-ratio: 24/48;
  font-size: 1rem;
  border-bottom: 2px solid transparent;
  margin-right: 20px;
}
.navigation.pagination .nav-links .page-numbers:last-child {
  margin-right: 0;
}
.navigation.pagination .nav-links .page-numbers.current {
  border-color: #212121;
}
.navigation.pagination .nav-links .page-numbers.prev, .navigation.pagination .nav-links .page-numbers.next {
  width: 50px;
  aspect-ratio: 2/1;
  border: 1px solid #212121;
  border-radius: 4px;
  text-indent: -99999px;
  background: no-repeat center/9px;
  background-image: url(../images/ico_arrow_right_01_black.svg);
}
.navigation.pagination .nav-links .page-numbers.prev:hover, .navigation.pagination .nav-links .page-numbers.next:hover {
  background-color: #D7AF23;
  border-color: #D7AF23;
  background-image: url(../images/ico_arrow_right_01_white.svg);
}
.navigation.pagination .nav-links .page-numbers.prev {
  transform: rotate(180deg);
}

.single_pagination {
  margin-top: 5em;
  padding-top: 2.5em;
  border-top: 1px solid #91959E;
  display: flex;
  align-items: center;
  gap: 10.36%;
  position: relative;
}
@media screen and (max-width: 820px) {
  .single_pagination {
    padding-bottom: 80px;
  }
}
.single_pagination li.prev {
  width: 100%;
}
.single_pagination li.prev a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid #212121;
  padding: 12px 0;
}
.single_pagination li.prev a:before {
  content: "";
  display: block;
  width: 9px;
  aspect-ratio: 9/12;
  background: url(../images/ico_arrow_right_01_black.svg) no-repeat center/contain;
  flex-shrink: 0;
  transform: rotate(180deg);
}
.single_pagination li.prev a span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.single_pagination li.archive {
  flex-shrink: 0;
  width: 70px;
}
@media screen and (max-width: 820px) {
  .single_pagination li.archive {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.single_pagination li.archive a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 70/46;
  background-color: #fff;
}
.single_pagination li.next {
  width: 100%;
}
.single_pagination li.next a {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid #212121;
  padding: 12px 0;
}
.single_pagination li.next a:after {
  content: "";
  display: block;
  width: 9px;
  aspect-ratio: 9/12;
  background: url(../images/ico_arrow_right_01_black.svg) no-repeat center/contain;
  flex-shrink: 0;
}
.single_pagination li.next a span {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.single_pagination--column {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}

.cmn_card_list_01 {
  display: flex;
  gap: 40px 2.3%;
}
@media screen and (max-width: 820px) {
  .cmn_card_list_01 {
    flex-direction: column;
  }
}

.cmn_card_01 {
  width: 100%;
}
.cmn_card_01--image {
  display: block;
  overflow: hidden;
  aspect-ratio: 420/250;
  margin-bottom: 30px;
}
.cmn_card_01--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 820px) {
  .cmn_card_01--image {
    margin-bottom: 20px;
  }
}
.cmn_card_01--texts {
  padding: 0 4%;
}
@media screen and (max-width: 820px) {
  .cmn_card_01--texts {
    padding: 0;
  }
}
.cmn_card_01 h3 {
  margin-bottom: 20px;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.66;
}
@media screen and (max-width: 820px) {
  .cmn_card_01 h3 {
    margin-bottom: 12px;
    font-size: 1.25em;
  }
}

.searchform {
  position: relative;
  margin-bottom: 46px;
}
.searchform input[type=text] {
  background: #fff;
  border: 1px solid #E4E5E7;
  border-radius: 4px;
}
.searchform input[type=submit] {
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  border: none;
  background: transparent url(../images/ico_search.svg) no-repeat center/18px;
  text-indent: -99999px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.loading.end {
  opacity: 0;
  visibility: hidden;
}

.hbm_btn {
  padding: 0;
  border: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 46px;
  aspect-ratio: 46/32;
  position: relative;
  z-index: 3;
}
.hbm_btn .box {
  display: block;
  width: 100%;
  position: relative;
}
.hbm_btn .box .bar {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #212121;
  position: absolute;
  right: 0;
  transition: 0.5s;
  box-shadow: 0px 0px 3px #fff;
}
.hbm_btn .text {
  font-family: "drummond-variable", sans-serif;
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  text-shadow: 0px 0px 5px #fff;
}

[data-hbm-bar="3"] .box {
  aspect-ratio: 2/1;
  margin: 15% 0;
}
[data-hbm-bar="3"] .bar:nth-child(1) {
  top: 0;
}
[data-hbm-bar="3"] .bar:nth-child(2) {
  top: 50%;
}
[data-hbm-bar="3"] .bar:nth-child(3) {
  top: 100%;
}
[data-hbm-bar="3"].js-active .bar:nth-child(1) {
  top: 50%;
  transform: rotate(135deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(2) {
  top: 50%;
  transform: rotateY(90deg);
}
[data-hbm-bar="3"].js-active .bar:nth-child(3) {
  top: 50%;
  transform: rotate(-135deg);
}

[data-hbm-bar="2"] .box {
  aspect-ratio: 44/8;
  margin: 0 0 6px;
}
[data-hbm-bar="2"] .bar:nth-child(1) {
  top: 0;
}
[data-hbm-bar="2"] .bar:nth-child(2) {
  top: 100%;
  right: 0;
  width: 50%;
}
[data-hbm-bar="2"].js-active .bar {
  box-shadow: none !important;
  background-color: #fff;
}
[data-hbm-bar="2"].js-active .bar:nth-child(1) {
  top: 50%;
  transform: rotate(160deg);
}
[data-hbm-bar="2"].js-active .bar:nth-child(2) {
  top: 50%;
  width: 100%;
  transform: rotate(-160deg);
}
[data-hbm-bar="2"].js-active .text {
  color: #fff;
  text-shadow: none;
}

.hbm_content {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.hbm_content:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(33, 33, 33, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: opacity 0.3s;
  opacity: 0;
}
.hbm_content.js-active {
  opacity: 1;
  visibility: visible;
}
.hbm_content.js-active:before {
  opacity: 1;
}
.hbm_content .inner, .hbm_content .freeplanner_sec_04 .list_voice, .freeplanner_sec_04 .hbm_content .list_voice {
  position: relative;
  color: #fff;
  height: 100%;
  overflow: scroll;
}

.hbm_main--wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 120px var(--sideW) 75px;
  margin: 0 var(--extend) 90px;
}
@media screen and (max-width: 820px) {
  .hbm_main--wrap {
    padding-top: 70px;
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
}
.hbm_main {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 4.16%;
}
@media screen and (max-width: 820px) {
  .hbm_main {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    grid-template-rows: repeat(4, max-content);
    gap: 30px 40px;
  }
  .hbm_main > li:nth-child(5) {
    grid-column: 1/3;
  }
  .hbm_main > li:last-child {
    grid-column: 1/3;
  }
}
.hbm_main .parent {
  display: block;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.375em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.63;
}
@media screen and (max-width: 820px) {
  .hbm_main .parent {
    font-size: 1.125em;
  }
}
.hbm_main .parent.second {
  margin-top: 5px;
}
@media screen and (max-width: 820px) {
  .hbm_main .parent.second {
    margin-top: 20px;
  }
}
.hbm_main .child {
  margin-top: 8px;
}
.hbm_main .child li {
  margin-top: 4px;
}
.hbm_main .child li a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  line-height: 1.5;
  padding-left: 1em;
}
.hbm_main .child li a:before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 11px;
  left: 0;
}

.hbm_sub_01 {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 60px;
  display: flex;
  align-items: center;
  gap: 7.7%;
}
@media screen and (max-width: 820px) {
  .hbm_sub_01 {
    flex-direction: column;
    gap: 5em;
    margin-bottom: 5em;
  }
}

.hbm_magazine {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #fff;
  border-bottom: 3px solid #fff;
  padding: 32px 50px 29px 20px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .hbm_magazine {
    width: 100%;
    flex-direction: column;
    gap: 4px;
    padding: 21px 50px 21px 10px;
  }
}
.hbm_magazine:before {
  content: "";
  display: block;
  width: 110px;
  aspect-ratio: 1/1;
  background: url(../images/decoration_text_01.svg) no-repeat center/contain;
  position: absolute;
  top: -55px;
  left: -55px;
  animation: spin 30s linear infinite;
}
@media screen and (max-width: 820px) {
  .hbm_magazine:before {
    width: 70px;
    top: -35px;
    left: -10px;
  }
}
.hbm_magazine:after {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 13/16;
  background: url(../images/ico_arrow_right_01_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 820px) {
  .hbm_magazine:after {
    right: 10px;
  }
}
.hbm_magazine .ttl {
  font-family: "drummond-variable", sans-serif;
  font-size: 3.125em;
  letter-spacing: 0.04em;
  position: relative;
}
@media screen and (max-width: 820px) {
  .hbm_magazine .ttl {
    width: 100%;
    font-size: 2.125em;
  }
}
.hbm_magazine .desc {
  position: relative;
}
@media (hover: hover) {
  .hbm_magazine:hover {
    background-color: #000;
  }
}

.hbm_entry {
  flex-shrink: 0;
}
.hbm_entry .ttl {
  text-align: center;
  font-family: "drummond-variable", sans-serif;
  font-size: 4.375em;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .hbm_entry .ttl {
    font-size: 3.125em;
    margin-bottom: 30px;
  }
}
.hbm_entry ul {
  display: flex;
  gap: 20px;
}
.hbm_entry ul li a {
  display: block;
  background-color: #C49252;
  color: #fff;
  padding: 5px 1.125em;
  border-radius: 4px;
}
@media screen and (max-width: 820px) {
  .hbm_entry ul li a {
    padding: 5px 0.5em;
  }
}

.hbm_sub_02 {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 5%;
}
@media screen and (max-width: 820px) {
  .hbm_sub_02 {
    padding: 0 10px;
  }
}

.hbm_logo {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
}

.link_policy {
  font-family: "drummond-variable", sans-serif;
  font-size: 0.75em;
}
@media (hover: hover) {
  .link_policy:hover {
    border-bottom: 1px solid #fff;
  }
}

.link_company {
  width: 100%;
  margin-bottom: 30px;
}
.link_company a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 40px 0 0;
  position: relative;
}
@media screen and (max-width: 820px) {
  .link_company a {
    font-size: 0.875em;
    width: 100%;
    padding: 0 30px 0 0;
  }
}
.link_company a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.link_company a:after {
  content: "";
  display: block;
  width: 19px;
  aspect-ratio: 19/17;
  background: url(../images/ico_arrow_left_top_01_white.svg) no-repeat center/contain;
  position: absolute;
  top: 7px;
  right: 5px;
}
@media screen and (max-width: 820px) {
  .link_company a:after {
    top: 4px;
  }
}
@media (hover: hover) {
  .link_company a:hover {
    transform: scale(1.01);
  }
  .link_company a:hover:before {
    width: 0;
    left: unset;
    right: 0;
  }
}

.hbm_sns,
.footer_sns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.hbm_sns li,
.footer_sns li {
  width: 20px;
}
.hbm_sns li:last-child,
.footer_sns li:last-child {
  width: 28px;
}
.hbm_sns a,
.footer_sns a {
  display: grid;
  place-content: center;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  height: var(--headerHeight);
}
@media screen and (max-width: 820px) {
  .header__inner {
    padding: 0 15px;
  }
}
@media screen and (max-width: 820px) {
  .header__logo {
    max-width: 230px;
  }
}
.header__content {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__links {
  display: flex;
  gap: 20px;
  font-size: 0.875em;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .header__links {
    display: none;
  }
}
.header__links > li a {
  display: block;
  padding: 0.678em 18px;
  text-align: center;
  background-color: #C49252;
  color: #fff;
  border-radius: 2px;
}
@media (hover: hover) {
  .header__links > li a:hover {
    background-color: #212121;
  }
}

.footer {
  padding: 60px 0 42px;
  background-color: #212121;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .footer {
    padding: 5em 0 1em;
  }
}

.footer_main--wrap {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 var(--sideW) 64px;
  margin: 0 var(--extend) 72px;
}
@media screen and (max-width: 820px) {
  .footer_main--wrap {
    padding-top: 0;
    margin: 0 var(--extend) 5em;
  }
}
.footer_main {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 4.16%;
}
@media screen and (max-width: 820px) {
  .footer_main {
    display: grid;
    grid-template-columns: repeat(2, max-content);
    grid-template-rows: repeat(4, max-content);
    gap: 40px;
  }
  .footer_main > li:nth-child(5) {
    grid-column: 1/3;
  }
  .footer_main > li:last-child {
    grid-column: 1/3;
  }
}
.footer_main .parent {
  display: block;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.375em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.63;
}
@media screen and (max-width: 820px) {
  .footer_main .parent {
    font-size: 1.125em;
  }
}
.footer_main .parent.second {
  margin-top: 5px;
}
@media screen and (max-width: 820px) {
  .footer_main .parent.second {
    margin-top: 20px;
  }
}
.footer_main .child {
  margin-top: 20px;
}
.footer_main .child li {
  margin-top: 10px;
}
.footer_main .child li a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  line-height: 1.5;
  padding-left: 1em;
}
.footer_main .child li a:before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 11px;
  left: 0;
}

.footer_sub_01 {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 6em;
  display: flex;
  align-items: center;
  gap: 7.7%;
}
@media screen and (max-width: 820px) {
  .footer_sub_01 {
    flex-direction: column;
    gap: 5em;
    margin-bottom: 5em;
  }
}

.footer_sub_02 {
  display: flex;
  align-items: flex-end;
  margin: 0 calc(var(--sideW) * -0.5);
}
@media screen and (max-width: 820px) {
  .footer_sub_02 {
    flex-direction: column;
    align-items: stretch;
    gap: 5em;
    margin: 0;
  }
}
.footer_sub_02 .box_left {
  flex-grow: 1;
}
.footer_sub_02 .box_right {
  flex-shrink: 0;
}
@media screen and (max-width: 820px) {
  .footer_sub_02 .box_right {
    text-align: center;
  }
}
.footer_sub_02 address {
  display: inline-block;
  color: #91959E;
  margin-top: 1em;
}
@media screen and (max-width: 820px) {
  .footer_sub_02 address {
    margin-top: 10px;
    font-size: 0.875em;
  }
}
.footer_sub_02 .link_company {
  margin-left: 17px;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
}
@media screen and (max-width: 820px) {
  .footer_sub_02 .link_company {
    font-size: 0.875em;
    margin: 10px 0 0;
  }
}

.footer_sns {
  justify-content: flex-end;
  margin-bottom: 8px;
}
@media screen and (max-width: 820px) {
  .footer_sns {
    justify-content: center;
  }
}

.copyright {
  margin-left: 20px;
  display: inline-block;
  font-family: "drummond-variable", sans-serif;
  font-size: 0.75em;
  color: #91959E;
}

.footer_joblisting {
  margin-bottom: 7.5em;
  background-color: #fff;
}
@media screen and (max-width: 820px) {
  .footer_joblisting {
    margin-bottom: 5em;
    overflow: hidden;
  }
}
.footer_joblisting--layout {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .footer_joblisting--layout {
    flex-direction: column;
    gap: 50px;
  }
}
.footer_joblisting--layout .box_left {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 50%;
  padding-left: 20px;
}
@media screen and (max-width: 820px) {
  .footer_joblisting--layout .box_left {
    width: 100%;
    padding-left: 0;
  }
}
.footer_joblisting--layout .box_right {
  margin: 132px var(--extend) 0 -11.53%;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .footer_joblisting--layout .box_right {
    margin: 0 var(--extend) 0 0;
    width: calc(100vw - var(--sideW));
  }
}
.footer_joblisting--ttl {
  margin-bottom: 28px;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.5em;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 820px) {
  .footer_joblisting--ttl {
    margin-bottom: 20px;
    font-size: 1.375em;
    line-height: 1.6;
  }
}
.footer_joblisting--ttl:before {
  content: attr(data-en);
  display: block;
  color: #F1DBBA;
  font-family: "drummond-variable", sans-serif;
  font-size: 110px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-weight: 500;
  transform: translateX(-20px);
  margin-bottom: 16px;
}
@media screen and (max-width: 820px) {
  .footer_joblisting--ttl:before {
    font-size: 2.27em;
    transform: translateX(-10px);
    margin-bottom: 6px;
  }
}
.footer_joblisting--text {
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .footer_joblisting--text {
    margin-bottom: 30px;
  }
}
.footer_joblisting--link li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 16px;
  border-bottom: 1px solid #212121;
  max-width: 324px;
  position: relative;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .footer_joblisting--link li a {
    font-size: 1.25em;
    padding: 20px 16px;
  }
}
.footer_joblisting--link li a span {
  position: relative;
}
.footer_joblisting--link li a:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #212121;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
}
.footer_joblisting--link li a:after {
  position: relative;
  content: "";
  display: block;
  width: 9px;
  aspect-ratio: 9/12;
  background: no-repeat center/contain;
  background-image: url(../images/ico_arrow_right_01_black.svg);
}
.footer_joblisting--link li a:hover {
  color: #fff;
}
.footer_joblisting--link li a:hover:before {
  width: 100%;
  right: unset;
  left: 0;
}
.footer_joblisting--link li a:hover:after {
  background-image: url(../images/ico_arrow_right_01_white.svg);
}

.footer_joblisting_slider {
  width: 100%;
  position: relative;
  touch-action: pan-y;
}
.footer_joblisting_slider:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: 225px;
  height: calc(100% + 1px);
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media screen and (max-width: 820px) {
  .footer_joblisting_slider:after {
    width: 82px;
  }
}
.footer_joblisting_slider .splide__slide .wrap {
  height: 650px;
  clip-path: polygon(225px 0%, 100% 0, 100% 100%, 0% 100%);
  margin: 0 -112px;
}
@media screen and (max-width: 820px) {
  .footer_joblisting_slider .splide__slide .wrap {
    height: 240px;
    clip-path: polygon(82px 0%, 100% 0, 100% 100%, 0% 100%);
    margin: 0 -50px;
  }
}
.footer_joblisting_slider .splide__slide .wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_joblisting_slider .splide__track,
.footer_joblisting_slider .splide__list {
  transform: translate3d(0, 0, 0);
  will-change: transform;
  backface-visibility: hidden;
}

.footer_planner {
  padding-bottom: 167px;
  position: relative;
  margin-bottom: 2em;
}
@media screen and (max-width: 820px) {
  .footer_planner {
    padding-bottom: 66px;
    margin-bottom: 0;
  }
}
.footer_planner:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 120px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70.3%, #FFFFFF 100%), #F9EAD4;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer_planner--layout {
  position: relative;
  display: flex;
}
@media screen and (max-width: 820px) {
  .footer_planner--layout {
    flex-direction: column;
    gap: 40px;
  }
}
.footer_planner--layout .image {
  flex-grow: 1;
  margin: 0 -2.31% 0 var(--extend);
  display: block;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0%, calc(100% - 238px) 100%, 0% 100%);
  height: 650px;
}
@media screen and (max-width: 820px) {
  .footer_planner--layout .image {
    height: 240px;
    margin: 0 20% 0 var(--extend);
    clip-path: polygon(0 0, 100% 0%, calc(100% - 86px) 100%, 0% 100%);
  }
}
.footer_planner--layout .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_planner--layout .text {
  flex-shrink: 0;
  width: 47.69%;
  padding-top: 295px;
}
@media screen and (max-width: 820px) {
  .footer_planner--layout .text {
    width: 100%;
    padding-top: 0;
  }
}
.footer_planner--layout .ttl_cmn_01 {
  margin-bottom: 28px;
}
.footer_planner--layout .ttl_cmn_01 + p {
  margin-bottom: 28px;
}
.footer_planner--layout .link_cmn_01, .footer_planner--layout .content_default a, .content_default .footer_planner--layout a, .footer_planner--layout .wpcf7-submit {
  max-width: 300px;
}
@media screen and (max-width: 820px) {
  .footer_planner--layout .link_cmn_01, .footer_planner--layout .content_default a, .content_default .footer_planner--layout a, .footer_planner--layout .wpcf7-submit {
    margin: 0 auto;
  }
}

.home .section_wrap {
  padding-top: 7.5em;
}
@media screen and (max-width: 820px) {
  .home .section_wrap {
    padding-top: 5em;
  }
}
.home .section_wrap section {
  margin-bottom: 7.5em;
}
@media screen and (max-width: 820px) {
  .home .section_wrap section {
    margin-bottom: 5em;
  }
}
.home .section_wrap section:last-child {
  margin-bottom: 0;
}
.home .splide.is-initialized:not(.is-active) .splide__list {
  display: flex;
}

.firstview {
  position: relative;
  z-index: -1;
}
.firstview .inner, .firstview .freeplanner_sec_04 .list_voice, .freeplanner_sec_04 .firstview .list_voice {
  height: 100%;
  padding-bottom: 60px;
  display: flex;
  align-items: flex-end;
}
.firstview--images {
  width: 100%;
}
.firstview--images .image {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  clip-path: polygon(41% 0, 100% 0, 100% 78%, 55% 100%, 0 100%, 0 55%);
}
@media screen and (max-width: 820px) {
  .firstview--images .image {
    height: calc(100svh - var(--headerHeight));
    clip-path: polygon(41% 0, 100% 0, 100% 78%, 70% 100%, 0 100%, 0 55%);
  }
}
.firstview--images .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.firstview--copy {
  position: absolute;
  bottom: 60px;
  left: 0;
  margin: 0;
  color: #fff;
  font-size: 50px;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  padding: 0 var(--sideW);
}
@media screen and (max-width: 820px) {
  .firstview--copy {
    font-size: 26px;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
}
.firstview--copy .line {
  display: block; /* 3ブロックは必ず縦に並ぶ */
}
.firstview--copy .letter {
  display: inline-block;
  line-height: 1.15em;
  will-change: transform, opacity;
}
.firstview--copy .en {
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 820px) {
  .firstview--copy .en {
    margin-top: 4px;
    font-size: 25px;
  }
}
.firstview--copy .fp_h1 {
  font-family: "dnp-shuei-gothic-gin-std", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .firstview--copy .fp_h1 {
    font-size: 1rem;
    margin-bottom: 6px;
  }
}
.firstview .bg {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  clip-path: polygon(41% 0, 100% 0, 100% 78%, 55% 100%, 0 100%, 0 55%);
}
@media screen and (max-width: 820px) {
  .firstview .bg {
    height: calc(100svh - var(--headerHeight));
    clip-path: polygon(41% 0, 100% 0, 100% 78%, 70% 100%, 0 100%, 0 55%);
  }
}
.firstview .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home_anim .firstview--images {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  opacity: 0;
  transition: 1s ease-out;
  position: relative;
}
.home_anim .firstview--copy div {
  overflow: hidden;
}
.home_anim .firstview--copy div span {
  display: block;
  transform: translateY(100%);
}
.home_anim .firstview--copy div:nth-child(1) span {
  transition: 0.7s ease-out 0.9s;
}
.home_anim .firstview--copy div:nth-child(2) span {
  transition: 0.7s ease-out 1.1s;
}
.home_anim .firstview--copy div:nth-child(3) span {
  transition: 0.7s ease-out 1.3s;
}
.home_anim .firstview--copy div:nth-child(4) span {
  transition: 0.7s ease-out 1.5s;
}
.home_anim.js-active .firstview--images {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 1;
}
.home_anim.js-active .firstview--copy div span {
  transform: translateY(0);
}

@media screen and (max-width: 820px) {
  .top_news {
    overflow: hidden;
  }
}
.top_news .layout {
  display: grid;
  grid-template-columns: 1fr 260px;
  grid-template-rows: repeat(2, max-content);
  gap: 50px;
}
@media screen and (max-width: 820px) {
  .top_news .layout {
    display: block;
  }
}
.top_news .layout .top_news--ttl {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 820px) {
  .top_news .layout .top_news--ttl {
    margin-bottom: 30px;
  }
}
.top_news .layout .top_news_slider {
  grid-column: 1/3;
  grid-row: 2/3;
}
@media screen and (max-width: 820px) {
  .top_news .layout .top_news_slider {
    width: 81.49%;
    margin: 0 auto;
  }
  .top_news .layout .top_news_slider .splide__track {
    overflow: visible;
  }
}
.top_news .layout .top_news--link {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: flex-end;
}
@media screen and (max-width: 820px) {
  .top_news .layout .top_news--link {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 820px) {
  .top_news .layout .splide__slide {
    opacity: 0.5;
    transition: opacity 2s;
  }
  .top_news .layout .splide__slide.is-active {
    opacity: 1;
  }
}

.top_fan {
  margin-bottom: 15em !important;
}
@media screen and (max-width: 820px) {
  .top_fan {
    margin-bottom: 5em !important;
  }
}
.top_fan--layout {
  display: flex;
}
@media screen and (max-width: 820px) {
  .top_fan--layout {
    flex-direction: column-reverse;
    gap: 50px;
  }
}
.top_fan--texts {
  width: 50%;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 820px) {
  .top_fan--texts {
    width: 100%;
  }
}
.top_fan--texts .para {
  padding: 0 0 0 36px;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.375em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.top_fan--texts .para p {
  margin-top: 1.5em;
}
@media screen and (max-width: 820px) {
  .top_fan--texts .para {
    padding: 0;
    font-size: 1em;
  }
}
.top_fan--ttl {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 820px) {
  .top_fan--ttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.top_fan--btn {
  margin: 40px 0 0 36px;
}
@media screen and (max-width: 820px) {
  .top_fan--btn {
    margin: 40px auto 0;
  }
}
.top_fan--image {
  flex-grow: 1;
  margin: 0 var(--extend) 0 -19.4%;
}
@media screen and (max-width: 820px) {
  .top_fan--image {
    margin: 0 var(--extend) 0 0;
  }
}

.top_works--layout {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .top_works--layout {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.top_works--texts {
  padding: 17.69% 0 0 30px;
  width: 50%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 820px) {
  .top_works--texts {
    padding: 0;
    width: 100%;
  }
}
.top_works--texts .para {
  line-height: 2;
  margin-top: 40px;
}
.top_works--texts .para p {
  margin-bottom: 1.5em;
}
.top_works--texts .para p:last-child {
  margin-bottom: 0;
}
.top_works--ttl:before {
  content: attr(data-en);
  display: block;
  color: #E4E5E7;
  font-family: "drummond-variable", sans-serif;
  font-size: 110px;
  letter-spacing: 0.04em;
  line-height: 1.2;
  font-weight: 500;
  transform: translateX(-40px);
}
@media screen and (max-width: 820px) {
  .top_works--ttl:before {
    font-size: 2.27em;
    transform: translateX(-10px);
  }
}
.top_works--ttl {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 820px) {
  .top_works--ttl {
    font-size: 1.375em;
  }
}
.top_works--btn {
  margin: 40px 0 0;
}
@media screen and (max-width: 820px) {
  .top_works--btn {
    margin: 40px auto 0;
  }
}
.top_works--image {
  flex-grow: 1;
  margin: 0 -29.5% 0 var(--extend);
}
@media screen and (max-width: 820px) {
  .top_works--image {
    margin: 0 0 0 var(--extend);
  }
}

.top_environment {
  background-color: #212121;
  color: #fff;
  padding-top: 8.75em;
}
@media screen and (max-width: 820px) {
  .top_environment {
    padding-top: 5em;
  }
}
.top_environment--ttl {
  text-align: center;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .top_environment--ttl {
    font-size: 1.375em;
  }
}
.top_environment--ttl .en {
  display: block;
  font-family: "drummond-variable", sans-serif;
  font-size: 6.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .top_environment--ttl .en {
    font-size: 2.27em;
    letter-spacing: 0.04em;
  }
}
.top_environment--text {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .top_environment--text {
    text-align: left;
    margin-bottom: 60px;
  }
}
.top_environment--links {
  margin: 0 var(--extend);
}
.top_environment--links > li {
  border-bottom: 1px solid #fff;
}
.top_environment--links > li:first-child {
  border-top: 1px solid #fff;
}
.top_environment--links > li a {
  display: block;
}
.top_environment--links > li a span {
  padding-top: 3.125em;
  padding-bottom: 3.125em;
  display: block;
  position: relative;
}
@media screen and (max-width: 820px) {
  .top_environment--links > li a span {
    padding-top: 1.75em;
    padding-bottom: 1.75em;
  }
}
.top_environment--links > li a span:before {
  content: attr(data-en);
  font-family: "drummond-variable", sans-serif;
  font-size: 3.125em;
  letter-spacing: 0.04em;
  line-height: 1.04;
  margin-right: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 820px) {
  .top_environment--links > li a span:before {
    display: block;
    font-size: 1.625em;
    line-height: 1.2;
    margin-bottom: 2px;
  }
}
.top_environment--links > li a span:after {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 13/16;
  background: no-repeat center/contain;
  background-image: url(../images/ico_arrow_right_01_white.svg);
  position: absolute;
  top: 50%;
  right: var(--sideW);
  transform: translateY(-50%);
}
.top_environment--links > li a:hover {
  background-color: #fff;
}
.top_environment--links > li a:hover span {
  color: #212121;
}
.top_environment--links > li a:hover span:after {
  background-image: url(../images/ico_arrow_right_01_black.svg);
}
.top_environment--image {
  display: block;
  overflow: hidden;
  aspect-ratio: 1440/600;
  margin: 0 var(--extend);
}
@media screen and (max-width: 820px) {
  .top_environment--image {
    aspect-ratio: 375/210;
  }
}
.top_environment--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 820px) {
  .top_people {
    overflow: hidden;
  }
}
.top_people--layout {
  display: flex;
  gap: 10%;
}
@media screen and (max-width: 820px) {
  .top_people--layout {
    flex-direction: column;
  }
}
.top_people--layout .box_left {
  flex-shrink: 0;
  width: 220px;
  padding-top: 10.74%;
}
@media screen and (max-width: 820px) {
  .top_people--layout .box_left {
    display: contents;
  }
}
.top_people--layout .box_right {
  flex-grow: 1;
  margin-right: var(--extend);
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .top_people--layout .box_right {
    order: 2;
    margin: 0 var(--extend);
  }
  .top_people--layout .box_right #top_people_slider {
    margin: 0 auto;
    width: 73.33%;
  }
  .top_people--layout .box_right #top_people_slider .splide__track {
    overflow: visible;
  }
}
@media screen and (max-width: 820px) {
  .top_people .top_people--ttl {
    order: 1;
    margin-bottom: 30px;
  }
}
.top_people--btn {
  margin-top: 100px;
}
@media screen and (max-width: 820px) {
  .top_people--btn {
    order: 3;
    margin: 40px auto 0;
  }
}

/* bg */
.grid_cmn_01 {
  display: flex;
  gap: 10%;
}
@media screen and (max-width: 820px) {
  .grid_cmn_01 {
    flex-direction: column;
  }
}
.grid_cmn_01 .box_left {
  flex-shrink: 0;
  width: 100%;
  max-width: 442px;
}
@media screen and (max-width: 820px) {
  .grid_cmn_01 .box_left {
    display: contents;
  }
}
@media screen and (max-width: 820px) {
  .grid_cmn_01 .box_right {
    order: 2;
  }
}
.grid_cmn_01--ttl {
  font-family: "drummond-variable", sans-serif;
  font-size: 4.375em;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 820px) {
  .grid_cmn_01--ttl {
    font-size: 2.25em;
    order: 1;
    margin-bottom: 24px;
  }
}
.grid_cmn_01--btn {
  margin-top: 100px;
}
@media screen and (max-width: 820px) {
  .grid_cmn_01--btn {
    order: 3;
    margin: 40px auto 0;
  }
}

.post_cmn_01 > li {
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .post_cmn_01 > li {
    margin-bottom: 30px;
  }
}
.post_cmn_01 > li:last-child {
  margin-bottom: 0;
}

.card_cmn_01 {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  max-width: 610px;
}
@media screen and (max-width: 820px) {
  .card_cmn_01 {
    flex-wrap: wrap;
    gap: 16px 4.77%;
  }
}
.card_cmn_01 .image {
  flex-shrink: 0;
  display: block;
  overflow: hidden;
  width: 200px;
  aspect-ratio: 200/140;
}
@media screen and (max-width: 820px) {
  .card_cmn_01 .image {
    width: 35.83%;
  }
}
.card_cmn_01 .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card_cmn_01 .texts {
  padding-top: 20px;
}
@media screen and (max-width: 820px) {
  .card_cmn_01 .texts {
    display: contents;
  }
}
.card_cmn_01 .texts .ttl {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 820px) {
  .card_cmn_01 .texts .ttl {
    margin-bottom: 0;
    width: 59.4%;
    font-size: 1em;
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 820px) {
  .card_cmn_01 .texts .cat {
    width: 100%;
    line-height: 1.2;
  }
}
.card_cmn_01 .texts .cat > li {
  display: inline;
  color: #91959E;
  font-size: 0.875em;
}
.card_cmn_01 .texts .cat > li:after {
  content: "、";
}
.card_cmn_01 .texts .cat > li:last-child:after {
  content: none;
}

.top_event {
  padding: 80px 0;
  margin-bottom: 0 !important;
  background: linear-gradient(202.28deg, rgba(255, 255, 255, 0) 56.18%, #FFFFFF 92.82%), #F4F5F7;
}

.top_magazine {
  padding: 80px 0;
  background: linear-gradient(22.28deg, rgba(255, 255, 255, 0) 56.18%, #FFFFFF 92.82%), #F4F5F7;
}
@media screen and (max-width: 820px) {
  .top_magazine {
    background: linear-gradient(202.28deg, rgba(255, 255, 255, 0) 56.18%, #FFFFFF 92.82%), #F4F5F7;
  }
}

.top_instagram {
  padding: 120px 0;
}
@media screen and (max-width: 820px) {
  .top_instagram {
    padding: 5em 0;
  }
}
.top_instagram--ttl {
  font-family: "drummond-variable", sans-serif;
  font-size: 4.375em;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .top_instagram--ttl {
    font-size: 2.25em;
    margin-bottom: 10px;
  }
}
.top_instagram--ttl + p {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .top_instagram--ttl + p {
    text-align: left;
    margin-bottom: 30px;
  }
}

.page_hero {
  position: relative;
}
.page_hero .bg {
  width: 100%;
  aspect-ratio: 1440/600;
  clip-path: polygon(0 0, 100% 0, 100% 68%, 55% 100%, 0 100%);
}
@media screen and (max-width: 820px) {
  .page_hero .bg {
    aspect-ratio: 375/210;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 60% 100%, 0 100%);
  }
}
.page_hero .bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_hero .inner, .page_hero .freeplanner_sec_04 .list_voice, .freeplanner_sec_04 .page_hero .list_voice {
  position: absolute;
  left: 0;
  bottom: 44px;
}
@media screen and (max-width: 820px) {
  .page_hero .inner, .page_hero .freeplanner_sec_04 .list_voice, .freeplanner_sec_04 .page_hero .list_voice {
    bottom: 15px;
  }
}

.page-about .page_hero,
.page-about .breadcrumb {
  background-color: #f4F5F7;
}
.page-about .section_wrap {
  padding-top: 0;
}

.about_sec_01 {
  padding: 2.5em 0 15em;
  background: #f4F5F7 url(../images/about_sec_01_01.svg) no-repeat right top 50px/auto 893px;
}
@media screen and (max-width: 820px) {
  .about_sec_01 {
    background: #f4F5F7 url(../images/about_sec_01_01.svg) no-repeat right top 50px/auto 893px;
    background-position: right top;
    background-size: auto 351px;
    padding: 2.5em 0 6.26em;
  }
}
.about_sec_01--container {
  width: 100%;
  max-width: 1040px;
  margin: 50px auto 0;
}
@media screen and (max-width: 820px) {
  .about_sec_01--container {
    margin-top: 36px;
  }
}
.about_sec_01--subttl {
  font-size: 1.625em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .about_sec_01--subttl {
    font-size: 1em;
    margin-bottom: 30px;
  }
}
.about_sec_01--subttl .large {
  display: block;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.846em;
  font-weight: 600;
  letter-spacing: 1.1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 820px) {
  .about_sec_01--subttl .large {
    font-size: 2em;
    margin-bottom: 10px;
  }
}
.about_sec_01 .para {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.375em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.64;
}
@media screen and (max-width: 820px) {
  .about_sec_01 .para {
    font-size: 1em;
    line-height: 1.875em;
  }
}
.about_sec_01 .para p {
  margin-bottom: 1.5em;
}
.about_sec_01 .para p:last-child {
  margin-bottom: 0;
}

.about_slider .splide__slide .wrap {
  height: 445px;
  clip-path: polygon(252px 0%, 100% 0, calc(100% - 252px) 100%, 0% 100%);
  margin: 0 -112px;
}
@media screen and (max-width: 820px) {
  .about_slider .splide__slide .wrap {
    height: 163px;
    margin: 0 -38px;
    clip-path: polygon(92px 0%, 100% 0, calc(100% - 92px) 100%, 0% 100%);
  }
}
.about_slider .splide__slide .wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about_sec_02 {
  overflow: hidden;
  padding: 212px 0 260px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .about_sec_02 {
    padding: 100px 0 0;
  }
}
.about_sec_02::before {
  content: "";
  display: block;
  width: auto;
  height: 100%;
  width: 79.86%;
  background: url(../images/about_sec_02_02.jpg) no-repeat right bottom/auto 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 820px) {
  .about_sec_02::before {
    display: none;
  }
}
.about_sec_02 .inner_l, .about_sec_02 .post-type-archive-column .no-post, .post-type-archive-column .about_sec_02 .no-post,
.about_sec_02 .archive.tax-column_cat .no-post,
.archive.tax-column_cat .about_sec_02 .no-post,
.about_sec_02 .single-column .no-post,
.single-column .about_sec_02 .no-post, .about_sec_02 .page-magazine--ttl--wrap, .about_sec_02 .meeting_ttl_wrap, .about_sec_02 .top_environment--links > li a span, .top_environment--links > li a .about_sec_02 span {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 84px;
}
@media screen and (max-width: 820px) {
  .about_sec_02 .inner_l, .about_sec_02 .post-type-archive-column .no-post, .post-type-archive-column .about_sec_02 .no-post,
  .about_sec_02 .archive.tax-column_cat .no-post,
  .archive.tax-column_cat .about_sec_02 .no-post,
  .about_sec_02 .single-column .no-post,
  .single-column .about_sec_02 .no-post, .about_sec_02 .page-magazine--ttl--wrap, .about_sec_02 .meeting_ttl_wrap, .about_sec_02 .top_environment--links > li a span, .top_environment--links > li a .about_sec_02 span {
    flex-direction: column;
    gap: 0;
  }
}
.about_sec_02 .inner_l .box_left, .about_sec_02 .post-type-archive-column .no-post .box_left, .post-type-archive-column .about_sec_02 .no-post .box_left,
.about_sec_02 .archive.tax-column_cat .no-post .box_left,
.archive.tax-column_cat .about_sec_02 .no-post .box_left,
.about_sec_02 .single-column .no-post .box_left,
.single-column .about_sec_02 .no-post .box_left, .about_sec_02 .page-magazine--ttl--wrap .box_left, .about_sec_02 .meeting_ttl_wrap .box_left, .about_sec_02 .top_environment--links > li a span .box_left, .top_environment--links > li a .about_sec_02 span .box_left {
  flex-shrink: 0;
  width: 500px;
}
@media screen and (max-width: 820px) {
  .about_sec_02 .inner_l .box_left, .about_sec_02 .post-type-archive-column .no-post .box_left, .post-type-archive-column .about_sec_02 .no-post .box_left,
  .about_sec_02 .archive.tax-column_cat .no-post .box_left,
  .archive.tax-column_cat .about_sec_02 .no-post .box_left,
  .about_sec_02 .single-column .no-post .box_left,
  .single-column .about_sec_02 .no-post .box_left, .about_sec_02 .page-magazine--ttl--wrap .box_left, .about_sec_02 .meeting_ttl_wrap .box_left, .about_sec_02 .top_environment--links > li a span .box_left, .top_environment--links > li a .about_sec_02 span .box_left {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .about_sec_02 .inner_l .box_right, .about_sec_02 .post-type-archive-column .no-post .box_right, .post-type-archive-column .about_sec_02 .no-post .box_right,
  .about_sec_02 .archive.tax-column_cat .no-post .box_right,
  .archive.tax-column_cat .about_sec_02 .no-post .box_right,
  .about_sec_02 .single-column .no-post .box_right,
  .single-column .about_sec_02 .no-post .box_right, .about_sec_02 .page-magazine--ttl--wrap .box_right, .about_sec_02 .meeting_ttl_wrap .box_right, .about_sec_02 .top_environment--links > li a span .box_right, .top_environment--links > li a .about_sec_02 span .box_right {
    width: auto;
    margin: 0 var(--extend);
  }
}
.about_sec_02 .para {
  margin-top: 30px;
}
.about_sec_02 .para p {
  margin-bottom: 1.875em;
}
.about_sec_02 .para p:last-child {
  margin-bottom: 0;
}

.about_sec_03 {
  overflow: hidden;
  background-color: #212121;
  color: #fff;
  margin-bottom: 7.5em;
}
@media screen and (max-width: 820px) {
  .about_sec_03 {
    margin-bottom: 5em;
  }
}
.about_sec_03 .inner, .about_sec_03 .freeplanner_sec_04 .list_voice, .freeplanner_sec_04 .about_sec_03 .list_voice {
  position: relative;
  padding: 0;
}
.about_sec_03 .scroll_text {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  color: #fff;
  opacity: 0.5;
  font-family: "drummond-variable", sans-serif;
  font-size: 5.625em;
  letter-spacing: 0.04em;
  line-height: 1.2;
  writing-mode: vertical-lr;
  padding: 0 56px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 820px) {
  .about_sec_03 .scroll_text {
    font-size: 2em;
    padding: 0 10px 0 9px;
    contain: paint;
    overscroll-behavior: auto;
  }
  .about_sec_03 .scroll_text__inner {
    will-change: auto;
  }
}
.about_sec_03 .scroll_text span {
  animation: marquee2 200s linear infinite;
  opacity: 0.2;
}
@media screen and (max-width: 820px) {
  .about_sec_03 .scroll_text span {
    animation: marquee2 150s linear infinite;
  }
}
.about_sec_03 .image {
  margin: 0 var(--extend);
  clip-path: polygon(45% 0, 100% 0, 100% 100%, 0 100%, 0 31%);
}
.about_sec_03 .box {
  padding-left: 220px;
}
@media screen and (max-width: 820px) {
  .about_sec_03 .box {
    padding-left: 58px;
  }
}
@media screen and (max-width: 820px) {
  .about_sec_03 ul {
    padding-top: 10px;
  }
}
.about_sec_03 ul li {
  padding: 90px 14.75%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 820px) {
  .about_sec_03 ul li {
    padding: 50px 7.5%;
  }
}
.about_sec_03 ul li:last-child {
  border-bottom: 0;
}
.about_sec_03 ul li h3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .about_sec_03 ul li h3 {
    margin-bottom: 20px;
  }
}

.about_sec_04 {
  padding: 7.5em 0;
}
@media screen and (max-width: 820px) {
  .about_sec_04 {
    padding: 0 0 3.125em;
  }
}
.about_sec_04 .ttl_cmn_01 {
  margin-bottom: 30px;
}
.about_sec_04--subttl {
  max-width: 1210px;
  margin: 0 auto;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.75em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .about_sec_04--subttl {
    font-size: 1.375em;
  }
}
.about_sec_04 .para p {
  margin-bottom: 1.875em;
}
.about_sec_04 .para p:last-child {
  margin-bottom: 0;
}
.about_sec_04 .box_flex {
  max-width: 1200px;
  margin: 0 auto 7.5em;
  display: flex;
}
@media screen and (max-width: 820px) {
  .about_sec_04 .box_flex {
    flex-direction: column;
    gap: 30px;
    margin: 0 0 3.125em;
  }
}
.about_sec_04 .box_flex .box_text {
  flex-shrink: 0;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 820px) {
  .about_sec_04 .box_flex .box_text {
    width: 100%;
  }
}
.about_sec_04 .box_flex .box_image {
  flex-grow: 1;
  margin: 0 var(--extend) 0 -20%;
}
@media screen and (max-width: 820px) {
  .about_sec_04 .box_flex .box_image {
    margin: 0 var(--extend) 0 0;
  }
}
@media screen and (max-width: 820px) {
  .about_sec_04 .brandmap {
    width: 872px;
  }
}
.about_sec_04 .link_pages {
  width: 100%;
  max-width: 1140px;
  margin: 7.5em auto 0;
  display: flex;
  gap: 6.94%;
}
.about_sec_04 .link_pages > li {
  width: 100%;
}
@media screen and (max-width: 820px) {
  .about_sec_04 .link_pages {
    margin: 50px 0 0;
    flex-direction: column;
    gap: 50px;
  }
}

.business_sec_01 {
  margin-bottom: 15em;
}
@media screen and (max-width: 820px) {
  .business_sec_01 {
    margin-bottom: 5em;
  }
}
.business_sec_01 .container {
  width: 100%;
  max-width: 954px;
  margin: 0 auto;
}
.business_sec_01 h2 {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.75em;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .business_sec_01 h2 {
    font-size: 2em;
    margin-bottom: 30px;
  }
}
.business_sec_01 .para {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.375em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.64em;
}
@media screen and (max-width: 820px) {
  .business_sec_01 .para {
    font-size: 1em;
    line-height: 1.875em;
  }
}
.business_sec_01 .para p {
  margin-bottom: 1.5em;
}
.business_sec_01 .para p:last-child {
  margin-bottom: 0;
}

.business_sec_02 {
  margin-bottom: 7.5em;
}
@media screen and (max-width: 820px) {
  .business_sec_02 {
    margin-bottom: 5em;
  }
}
.business_sec_02 {
  overflow: hidden;
  position: relative;
}
.business_sec_02:before {
  content: "";
  display: block;
  width: 100%;
  height: 644px;
  background: linear-gradient(198deg, #FFFFFF 42.74%, #F9EAD4 84.66%);
  transform: skew(-30deg);
  position: absolute;
  bottom: 0;
  left: 26%;
}
@media screen and (max-width: 820px) {
  .business_sec_02:before {
    height: 670px;
    left: 50%;
    background: linear-gradient(224deg, #FFFFFF 42.74%, #F9EAD4 84.66%);
  }
}
.business_sec_02 .ttl_cmn_02, .business_sec_02 .about_sec_03 ul li h3, .about_sec_03 ul li .business_sec_02 h3 {
  margin-bottom: 90px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .business_sec_02 .ttl_cmn_02, .business_sec_02 .about_sec_03 ul li h3, .about_sec_03 ul li .business_sec_02 h3 {
    font-size: 1.5em;
    margin-bottom: 40px;
  }
}
.business_sec_02 .box_flex {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 100px;
  padding-bottom: 104px;
}
@media screen and (max-width: 820px) {
  .business_sec_02 .box_flex {
    flex-direction: column;
    gap: 40px;
    align-items: stretch;
    padding-bottom: 68px;
  }
}
.business_sec_02 .box_left {
  padding-left: 34px;
  width: -moz-max-content;
  width: max-content;
  flex-shrink: 0;
}
@media screen and (max-width: 820px) {
  .business_sec_02 .box_left {
    padding-left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 820px) {
  .business_sec_02 .box_left .logo {
    max-width: 175px;
    margin: 0 auto;
  }
}
.business_sec_02 .box_left p {
  margin-top: 30px;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 820px) {
  .business_sec_02 .box_left p {
    margin-top: 1em;
    font-size: 1.25em;
  }
}
.business_sec_02 .box_right {
  flex-grow: 1;
}

.list_business {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px 30px;
}
@media screen and (max-width: 820px) {
  .list_business {
    grid-template-columns: max-content 1fr;
    gap: 16px;
  }
}
.list_business .label {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  background-color: #fff;
  color: #C49252;
  border: 1px solid #C49252;
  text-align: center;
  padding: 1em 0.375em;
}
@media screen and (max-width: 820px) {
  .list_business .label {
    max-width: 216px;
    padding: 0.6em 0.375em;
  }
}
.list_business .list_dot {
  margin-top: 0.5em;
}
@media screen and (max-width: 820px) {
  .list_business .list_dot {
    font-size: 0.75em;
  }
}
.list_business > li:nth-child(1) {
  grid-column: 1/5;
}
@media screen and (max-width: 820px) {
  .list_business > li:nth-child(1) {
    grid-column: 1/3;
  }
}
.list_business > li:nth-child(1) .label {
  max-width: 400px;
  font-size: 1.5em;
  padding: 0.6875em 0.5em;
}
.list_business > li:nth-child(1) .list_dot {
  margin: 1em 0 28px;
  max-width: 590px;
}
@media screen and (max-width: 820px) {
  .list_business > li:nth-child(1) .list_dot {
    margin: 10px 0 5px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px 8px;
  }
}
.list_business > li:nth-child(1) .list_dot > li {
  display: inline-block;
  margin-right: 1.25em;
}
@media screen and (max-width: 820px) {
  .list_business > li:nth-child(1) .list_dot > li {
    margin-right: 0;
  }
  .list_business > li:nth-child(1) .list_dot > li:last-child {
    grid-column: 1/3;
  }
}
@media screen and (max-width: 820px) {
  .list_business > li:nth-child(6) {
    grid-column: 1/3;
  }
}
.list_business > li:nth-child(8) .label {
  max-width: 136px;
}

.business_sec_03 {
  background-color: #E4E5E7;
  padding: 100px 0 120px;
}
@media screen and (max-width: 820px) {
  .business_sec_03 {
    padding: 5em 0;
  }
}
.business_sec_03 h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .business_sec_03 h2 {
    margin-bottom: 30px;
  }
}

.business_sec_04 {
  background-color: #212121;
  color: #fff;
  padding: 140px 0 130px;
  margin-bottom: 7.5em;
}
@media screen and (max-width: 820px) {
  .business_sec_04 {
    padding: 6.25em 0;
    margin-bottom: 5em;
  }
}
.business_sec_04 h2 {
  margin-bottom: 50px;
}
.business_sec_04 ul li {
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .business_sec_04 ul li {
    margin-bottom: 40px;
  }
}
.business_sec_04 ul li:last-child {
  margin-bottom: 0;
}
.business_sec_04 ul li {
  display: flex;
  align-items: flex-start;
  gap: 6.84%;
}
@media screen and (max-width: 820px) {
  .business_sec_04 ul li {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }
}
.business_sec_04 ul li .image {
  width: 46.92%;
  flex-shrink: 0;
  clip-path: polygon(44% 0, 100% 0, 100% 78%, 63% 100%, 0 100%, 0 60%);
}
@media screen and (max-width: 820px) {
  .business_sec_04 ul li .image {
    width: 91%;
    clip-path: polygon(44% 0, 100% 0, 100% 78%, 45% 100%, 0 100%, 0 60%);
  }
}
.business_sec_04 ul li .text {
  padding-top: 10%;
  width: 100%;
  max-width: 496px;
}
@media screen and (max-width: 820px) {
  .business_sec_04 ul li .text {
    padding: 0 0 0 5.9%;
    text-align: justify;
  }
}
.business_sec_04 ul li .text h3 {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.5em;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .business_sec_04 ul li .text h3 {
    font-size: 1.25em;
    margin-bottom: 20px;
  }
}
.business_sec_05 {
  margin-bottom: 7.5em;
}
@media screen and (max-width: 820px) {
  .business_sec_05 {
    margin-bottom: 5em;
  }
}
.business_sec_05 h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .business_sec_05 h2 {
    margin-bottom: 30px;
  }
}
.business_sec_05 .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 820px) {
  .business_sec_05 .gallery {
    gap: 15px;
  }
}
.business_sec_05 .gallery .image {
  width: calc((100% - 80px) / 5);
  aspect-ratio: 1/1;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .business_sec_05 .gallery .image {
    width: calc((100% - 15px) / 2);
  }
}
.business_sec_05 .gallery .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-environment .page_hero {
  background-color: #212121;
}
.page-environment .breadcrumb {
  background-color: #212121;
}
.page-environment .section_wrap {
  padding-top: 0;
}
.page-environment .splide.is-initialized:not(.is-active) .splide__list {
  display: flex;
}

.environment_nav_01 {
  background-color: #212121;
  color: #fff;
}
.environment_nav_01 ul {
  padding-top: 0.875em;
}
.environment_nav_01 li a span:after {
  transform: translateY(-50%) rotate(90deg);
}

.environment_sec_01 {
  background-color: #212121;
  color: #fff;
  padding-top: 140px;
}
@media screen and (max-width: 820px) {
  .environment_sec_01 {
    padding-top: 3.75em;
  }
}
.environment_sec_01 .text {
  margin: 0 auto 120px;
  width: 100%;
  max-width: 984px;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .environment_sec_01 .text {
    margin-bottom: 3.75em;
  }
}
.environment_sec_01 .text h2 {
  font-size: 3.75em;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .environment_sec_01 .text h2 {
    font-size: 1.375em;
    margin-bottom: 30px;
  }
}
.environment_sec_01 .text p {
  font-size: 1.375em;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 820px) {
  .environment_sec_01 .text p {
    font-size: 1em;
  }
}
.environment_sec_01 .image {
  margin: 0 var(--extend);
  display: block;
  overflow: hidden;
  aspect-ratio: 1440/600;
}
@media screen and (max-width: 820px) {
  .environment_sec_01 .image {
    aspect-ratio: 375/210;
  }
}
.environment_sec_01 .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.environment_sec_02 {
  background-color: #E4E5E7;
  padding: 7.5em 0;
}
@media screen and (max-width: 820px) {
  .environment_sec_02 {
    padding: 5em 0;
  }
}
.environment_sec_02 .ttl_cmn_01 {
  margin-bottom: 30px;
}
.environment_sec_02--lead {
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .environment_sec_02--lead {
    margin-bottom: 60px;
  }
}
.environment_sec_02--end {
  margin-bottom: 7.5rem;
  text-align: center;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.66;
}
@media screen and (max-width: 820px) {
  .environment_sec_02--end {
    font-size: 1em;
    text-align: left;
    margin-bottom: 3.75rem;
  }
}
.environment_sec_02--step {
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .environment_sec_02--step {
    margin-bottom: 60px;
  }
}
.environment_sec_02--step h3 {
  text-align: center;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .environment_sec_02--step h3 {
    font-size: 1.5em;
  }
}
.environment_sec_02--step ol {
  gap: 30px 45px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 820px) {
  .environment_sec_02--step ol {
    gap: 16px 24px;
    justify-content: center;
    padding: 0 calc(var(--sideW) * 2) 0 var(--sideW);
  }
}
.environment_sec_02--step ol li {
  width: calc((100% - (9.69% + 135px)) / 4);
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #212121;
  text-align: center;
  font-family: "drummond-variable", sans-serif;
  font-size: 2.25em;
  letter-spacing: 0.04em;
  line-height: 1.1;
  position: relative;
}
.environment_sec_02--step ol li:nth-child(5) {
  margin-left: 9.69%;
}
@media screen and (max-width: 820px) {
  .environment_sec_02--step ol li {
    width: calc((100% - 24px) / 2);
    font-size: 1.125em;
  }
  .environment_sec_02--step ol li:nth-child(5) {
    margin-left: 0;
  }
}
.environment_sec_02--step ol li span {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 0.8em;
}
.environment_sec_02--step ol li:after {
  content: "";
  display: block;
  width: 25px;
  aspect-ratio: 25/30;
  background: url(../images/ico_arrow_right_01_gray.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 10px);
}
@media screen and (max-width: 820px) {
  .environment_sec_02--step ol li:after {
    width: 13px;
    left: calc(100% + 7px);
  }
}
.environment_sec_02--step ol li:nth-child(n+5):after {
  left: unset;
  right: calc(100% + 10px);
}
@media screen and (max-width: 820px) {
  .environment_sec_02--step ol li:nth-child(n+5):after {
    right: unset;
    left: calc(100% + 7px);
  }
}
.environment_sec_02--step ol li:last-child:after {
  content: none;
}
.environment_sec_02--description {
  margin-bottom: 68px;
}
@media screen and (max-width: 820px) {
  .environment_sec_02--description {
    margin-bottom: 30px;
  }
}
.environment_sec_02--description li {
  padding: 55px var(--sideW);
  display: flex;
  align-items: center;
  gap: 5%;
  border-bottom: 1px solid #212121;
}
.environment_sec_02--description li:first-child {
  border-top: 1px solid #212121;
}
@media screen and (max-width: 820px) {
  .environment_sec_02--description li {
    flex-direction: column;
    align-items: stretch;
    padding: 30px 2%;
  }
}
.environment_sec_02--description li h3 {
  width: 45%;
  font-family: "drummond-variable", sans-serif;
  font-size: 3.125em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 820px) {
  .environment_sec_02--description li h3 {
    width: 100%;
    font-size: 1.625em;
    margin-bottom: 10px;
  }
}
.environment_sec_02--description li h3 span {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 0.8em;
}
.environment_sec_02--description li p {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .environment_sec_02--description li p {
    width: 100%;
  }
}
.environment_sec_02--more {
  display: grid;
  grid-template-columns: 1fr 260px;
  grid-template-rows: repeat(2, max-content);
  gap: 50px 0;
}
@media screen and (max-width: 820px) {
  .environment_sec_02--more {
    display: block;
    overflow: hidden;
    margin: 0 var(--extend);
    padding: 0 var(--sideW);
  }
}
.environment_sec_02--more h3 {
  grid-column: 1/2;
  grid-row: 1/2;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.5em;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 820px) {
  .environment_sec_02--more h3 {
    font-size: 1.5em;
    letter-spacing: 0.04em;
    margin-bottom: 30px;
  }
}
.environment_sec_02--more .environment_staff_slider {
  grid-column: 1/3;
  grid-row: 2/3;
}
@media screen and (max-width: 820px) {
  .environment_sec_02--more .environment_staff_slider {
    margin: 0 auto;
    width: 82.09%;
  }
  .environment_sec_02--more .environment_staff_slider .splide__track {
    overflow: visible;
  }
}
.environment_sec_02--more .link_cmn_01, .environment_sec_02--more .content_default a, .content_default .environment_sec_02--more a, .environment_sec_02--more .wpcf7-submit {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: flex-end;
}
@media screen and (max-width: 820px) {
  .environment_sec_02--more .link_cmn_01, .environment_sec_02--more .content_default a, .content_default .environment_sec_02--more a, .environment_sec_02--more .wpcf7-submit {
    margin: 40px auto 0;
  }
}

.environment_sec_03 {
  padding: 7.5em 0;
}
@media screen and (max-width: 820px) {
  .environment_sec_03 {
    padding: 5em 0;
  }
}
.environment_sec_03 .ttl_cmn_01 {
  margin-bottom: 94px;
}
@media screen and (max-width: 820px) {
  .environment_sec_03 .ttl_cmn_01 {
    margin-bottom: 30px;
  }
}
.environment_sec_03--list {
  margin-bottom: 92px;
}
@media screen and (max-width: 820px) {
  .environment_sec_03--list {
    margin-bottom: 3.75em;
  }
}
.environment_sec_03--list li {
  display: flex;
  align-items: flex-start;
  gap: 12.7%;
  margin-bottom: 154px;
}
@media screen and (max-width: 820px) {
  .environment_sec_03--list li {
    flex-direction: column-reverse;
    gap: 30px;
    margin-bottom: 3.75em;
  }
}
.environment_sec_03--list li:last-child {
  margin-bottom: 0;
}
.environment_sec_03--list li .text {
  flex-shrink: 0;
  width: 34.47%;
  padding-top: 3.92%;
}
@media screen and (max-width: 820px) {
  .environment_sec_03--list li .text {
    width: 100%;
    padding-top: 0;
  }
}
.environment_sec_03--list li .text h3 {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.562;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .environment_sec_03--list li .text h3 {
    font-size: 1.25em;
    margin-bottom: 20px;
  }
}
.environment_sec_03--list li .text h3 span {
  display: block;
  font-family: "dnp-shuei-gothic-gin-std", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 0.5em;
  font-weight: 500;
  margin-top: 8px;
}
@media screen and (max-width: 820px) {
  .environment_sec_03--list li .text h3 span {
    font-size: 0.8em;
  }
}
.environment_sec_03--list li .text p {
  margin-bottom: 30px;
}
.environment_sec_03--list li .text .link_cmn_01, .environment_sec_03--list li .text .content_default a, .content_default .environment_sec_03--list li .text a, .environment_sec_03--list li .text .wpcf7-submit {
  margin: 0 auto;
}
.environment_sec_03--list li .image {
  flex-grow: 1;
  width: 100%;
  max-width: 620px;
  display: block;
  overflow: hidden;
  aspect-ratio: 620/450;
}
@media screen and (max-width: 820px) {
  .environment_sec_03--list li .image {
    aspect-ratio: 335/220;
  }
}
.environment_sec_03--list li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dlist_training {
  padding: 30px 0;
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .dlist_training {
    flex-direction: column;
    align-items: stretch;
    padding: 30px 5.97%;
  }
}
.dlist_training dt {
  flex-shrink: 0;
  width: 25.23%;
  padding: 0 4.61%;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 820px) {
  .dlist_training dt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.dlist_training dd {
  border-left: 1px solid #212121;
  padding: 20px 4.61%;
}
@media screen and (max-width: 820px) {
  .dlist_training dd {
    border-left: none;
    border-top: 1px solid #212121;
    padding: 20px 0 0;
  }
}
.dlist_training dd ul {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  gap: 0 30px;
}
@media screen and (max-width: 820px) {
  .dlist_training dd ul {
    display: block;
  }
}

.environment_sec_04 {
  padding: 7.5em 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70.3%, #FFFFFF 100%), #F4F5F7;
}
@media screen and (max-width: 820px) {
  .environment_sec_04 {
    padding: 5em 0;
  }
}
.environment_sec_04 .ttl_cmn_01 {
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .environment_sec_04 .ttl_cmn_01 {
    margin-bottom: 30px;
  }
}
.environment_sec_04--main {
  display: flex;
}
@media screen and (max-width: 820px) {
  .environment_sec_04--main {
    display: block;
  }
}
.environment_sec_04--main > li {
  width: 100%;
  background-color: #fff;
  border: 1px solid #91959E;
  padding: 50px 3.96%;
}
@media screen and (max-width: 820px) {
  .environment_sec_04--main > li {
    padding: 30px 8.95%;
  }
}
.environment_sec_04--main > li h3 {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .environment_sec_04--main > li h3 {
    margin-bottom: 10px;
  }
}
.environment_sec_04--sub {
  margin-top: 50px;
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
  padding: 40px 4.76%;
}
@media screen and (max-width: 820px) {
  .environment_sec_04--sub {
    margin-top: 30px;
    padding: 30px 5.97%;
  }
}
.environment_sec_04--sub h3 {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 20px;
}
.environment_sec_04--sub dl .group {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 4.8%;
}
@media screen and (max-width: 820px) {
  .environment_sec_04--sub dl .group {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.environment_sec_04--sub dl .group:last-child {
  margin-bottom: 0;
}
.environment_sec_04--sub dt {
  flex-shrink: 0;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.125em;
  font-weight: 600;
  width: 100%;
  max-width: 208px;
}
@media screen and (max-width: 820px) {
  .environment_sec_04--sub dt {
    max-width: unset;
    font-size: 1em;
    margin-bottom: 10px;
  }
}
.environment_sec_04--sub dd {
  flex-grow: 1;
  padding: 0.25em 0 0.25em 4.8%;
  border-left: 1px solid #212121;
}
@media screen and (max-width: 820px) {
  .environment_sec_04--sub dd {
    border-left: none;
    border-top: 1px solid #212121;
    padding: 10px 0 0;
    width: 100%;
  }
}
.environment_sec_04--sub dd .list_dot > li {
  display: inline-block;
}
@media screen and (max-width: 820px) {
  .environment_sec_04--sub dd .list_dot > li {
    display: block;
  }
}

.page-freeplanner .section_wrap {
  padding-top: 7.5em;
}
@media screen and (max-width: 820px) {
  .page-freeplanner .section_wrap {
    padding-top: 5em;
  }
}
.page-freeplanner .firstview .breadcrumb {
  position: absolute;
  top: 5em;
  left: 0;
}
@media screen and (max-width: 820px) {
  .page-freeplanner .firstview .breadcrumb {
    top: 100%;
  }
}
@media screen and (max-width: 820px) {
  .page-freeplanner .firstview--copy {
    bottom: 60px;
  }
}

.freeplanner_sec_01 {
  padding-bottom: 15em;
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_01 {
    padding-bottom: 6.25em;
  }
}
.freeplanner_sec_01 .inner, .freeplanner_sec_01 .freeplanner_sec_04 .list_voice, .freeplanner_sec_04 .freeplanner_sec_01 .list_voice {
  max-width: calc(1200px + var(--sideW) * 2);
}
.freeplanner_sec_01 .inner .box_flex, .freeplanner_sec_01 .freeplanner_sec_04 .list_voice .box_flex, .freeplanner_sec_04 .freeplanner_sec_01 .list_voice .box_flex {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_01 .inner .box_flex, .freeplanner_sec_01 .freeplanner_sec_04 .list_voice .box_flex, .freeplanner_sec_04 .freeplanner_sec_01 .list_voice .box_flex {
    flex-direction: column;
    gap: 30px;
  }
}
.freeplanner_sec_01 .inner .box_text, .freeplanner_sec_01 .freeplanner_sec_04 .list_voice .box_text, .freeplanner_sec_04 .freeplanner_sec_01 .list_voice .box_text {
  width: 50%;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_01 .inner .box_text, .freeplanner_sec_01 .freeplanner_sec_04 .list_voice .box_text, .freeplanner_sec_04 .freeplanner_sec_01 .list_voice .box_text {
    width: 100%;
  }
}
.freeplanner_sec_01 .inner .box_image, .freeplanner_sec_01 .freeplanner_sec_04 .list_voice .box_image, .freeplanner_sec_04 .freeplanner_sec_01 .list_voice .box_image {
  margin: 9.5% var(--extend) 0 -20%;
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_01 .inner .box_image, .freeplanner_sec_01 .freeplanner_sec_04 .list_voice .box_image, .freeplanner_sec_04 .freeplanner_sec_01 .list_voice .box_image {
    margin: 0 var(--extend) 0 0;
  }
}
.freeplanner_sec_01 h2 {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.75em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_01 h2 {
    font-size: 1.5em;
    line-height: 1.66;
    margin-bottom: 30px;
  }
}
.freeplanner_sec_01 .para {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.375em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.64;
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_01 .para {
    font-size: 1em;
  }
}
.freeplanner_sec_01 .para p {
  margin-bottom: 1.5em;
}
.freeplanner_sec_01 .para p:last-child {
  margin-bottom: 0;
}

.freeplanner_sec_02 {
  position: relative;
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_02 {
    margin-bottom: 5.625em;
  }
}
.freeplanner_sec_02 .inner_l, .freeplanner_sec_02 .post-type-archive-column .no-post, .post-type-archive-column .freeplanner_sec_02 .no-post,
.freeplanner_sec_02 .archive.tax-column_cat .no-post,
.archive.tax-column_cat .freeplanner_sec_02 .no-post,
.freeplanner_sec_02 .single-column .no-post,
.single-column .freeplanner_sec_02 .no-post, .freeplanner_sec_02 .page-magazine--ttl--wrap, .freeplanner_sec_02 .meeting_ttl_wrap, .freeplanner_sec_02 .top_environment--links > li a span, .top_environment--links > li a .freeplanner_sec_02 span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_02 .inner_l, .freeplanner_sec_02 .post-type-archive-column .no-post, .post-type-archive-column .freeplanner_sec_02 .no-post,
  .freeplanner_sec_02 .archive.tax-column_cat .no-post,
  .archive.tax-column_cat .freeplanner_sec_02 .no-post,
  .freeplanner_sec_02 .single-column .no-post,
  .single-column .freeplanner_sec_02 .no-post, .freeplanner_sec_02 .page-magazine--ttl--wrap, .freeplanner_sec_02 .meeting_ttl_wrap, .freeplanner_sec_02 .top_environment--links > li a span, .top_environment--links > li a .freeplanner_sec_02 span {
    position: static;
    transform: none;
  }
  .freeplanner_sec_02 .inner_l h2, .freeplanner_sec_02 .post-type-archive-column .no-post h2, .post-type-archive-column .freeplanner_sec_02 .no-post h2,
  .freeplanner_sec_02 .archive.tax-column_cat .no-post h2,
  .archive.tax-column_cat .freeplanner_sec_02 .no-post h2,
  .freeplanner_sec_02 .single-column .no-post h2,
  .single-column .freeplanner_sec_02 .no-post h2, .freeplanner_sec_02 .page-magazine--ttl--wrap h2, .freeplanner_sec_02 .meeting_ttl_wrap h2, .freeplanner_sec_02 .top_environment--links > li a span h2, .top_environment--links > li a .freeplanner_sec_02 span h2 {
    margin-bottom: 20px;
  }
}

.freeplanner_sec_03 {
  margin-bottom: 7.5em;
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_03 {
    margin-bottom: 6.25em;
  }
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_03 .ttl_cmn_02, .freeplanner_sec_03 .about_sec_03 ul li h3, .about_sec_03 ul li .freeplanner_sec_03 h3 {
    font-size: 1.5em;
    margin-bottom: 2.5em;
  }
}
.freeplanner_sec_03 ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_03 ul li {
    flex-direction: column;
    margin-bottom: 3.75em;
    gap: 30px;
  }
}
.freeplanner_sec_03 ul li:last-child {
  margin-bottom: 0;
}
.freeplanner_sec_03 ul li .texts {
  padding-top: 6.85%;
  flex-grow: 1;
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_03 ul li .texts {
    padding-top: 0;
  }
}
.freeplanner_sec_03 ul li .texts h3 {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_03 ul li .texts h3 {
    font-size: 1.25em;
    margin-bottom: 20px;
  }
}
.freeplanner_sec_03 ul li .texts p {
  width: 100%;
  max-width: 412px;
}
.freeplanner_sec_03 ul li .texts p .kome {
  display: block;
  margin-top: 1.5em;
  color: #91959E;
}
.freeplanner_sec_03 ul li .image {
  flex-shrink: 0;
  width: 53.22%;
  display: block;
  overflow: hidden;
  aspect-ratio: 660/450;
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_03 ul li .image {
    width: 100%;
  }
}
.freeplanner_sec_03 ul li .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.freeplanner_sec_03--link {
  max-width: 590px;
  margin: 100px auto 0;
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_03--link {
    margin: 2.5em 0 0;
    line-height: 1.5;
  }
  .freeplanner_sec_03--link span {
    padding-top: 1.0625em;
    padding-bottom: 1.0625em;
  }
}

.freeplanner_sec_04 {
  background-color: #212121;
  color: #fff;
  padding: 7.5em 0;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_04 {
    padding: 5em 0;
  }
  .freeplanner_sec_04 .ttl_cmn_02, .freeplanner_sec_04 .about_sec_03 ul li h3, .about_sec_03 ul li .freeplanner_sec_04 h3 {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
}
.freeplanner_sec_04 .sidenote {
  margin-top: 100px;
  display: flex;
  gap: 2.44%;
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_04 .sidenote {
    margin-top: 50px;
    flex-direction: column;
    gap: 30px;
  }
}
.freeplanner_sec_04 .sidenote li {
  width: 100%;
  border: 1px solid #fff;
  padding: 50px 4%;
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_04 .sidenote li {
    padding: 24px 5.9%;
  }
}
.freeplanner_sec_04 .sidenote li h3 {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_04 .sidenote li h3 {
    font-size: 1em;
    margin-bottom: 10px;
    line-height: 1.875;
  }
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_04 .list_voice {
    padding: 0 5.2%;
  }
}
.freeplanner_sec_04 .list_voice > li {
  margin-bottom: 100px;
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_04 .list_voice > li {
    margin-bottom: 50px;
  }
}
.freeplanner_sec_04 .list_voice > li:last-child {
  margin-bottom: 0;
}
.freeplanner_sec_04 .list_voice > li h3 {
  font-family: "drummond-variable", sans-serif;
  font-size: 4.375em;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_04 .list_voice > li h3 {
    font-size: 2em;
    margin-bottom: 30px;
  }
}
.freeplanner_sec_04 .list_voice > li h3 span {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.142em;
  margin-left: 10px;
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_04 .list_voice > li h3 span {
    font-size: 1.125em;
    margin-left: 5px;
  }
}
.freeplanner_sec_04 .list_voice > li .splide__track {
  overflow: visible;
}
.freeplanner_sec_04 .list_voice > li .splide__slide {
  opacity: 0.5;
  transition: opacity 0.5s;
}
.freeplanner_sec_04 .list_voice > li .splide__slide.is-active {
  opacity: 1;
}
.freeplanner_sec_04 .list_voice > li .splide__slide dl {
  width: 100%;
  background-color: #fff;
  padding: 110px 7.76% 100px;
  color: #212121;
  display: flex;
  gap: 4.46%;
  clip-path: polygon(168px 0%, 100% 0, 100% calc(100% - 88px), calc(100% - 168px) 100%, 0 100%, 0% 88px);
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_04 .list_voice > li .splide__slide dl {
    flex-direction: column;
    clip-path: polygon(44px 0%, 100% 0, 100% calc(100% - 40px), calc(100% - 44px) 100%, 0 100%, 0% 40px);
    padding: 35px 7.33% 40px;
  }
}
.freeplanner_sec_04 .list_voice > li .splide__slide dt {
  flex-shrink: 0;
  width: 100%;
  max-width: 320px;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_04 .list_voice > li .splide__slide dt {
    width: 100%;
    font-size: 1em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_04 .list_voice > li .splide__slide dt .num {
    margin-bottom: 6px;
  }
}
.freeplanner_sec_04 .list_voice > li .splide__slide dt .num span {
  font-family: "drummond-variable", sans-serif;
  font-size: 1.16em;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_04 .list_voice > li .splide__slide dt .num span {
    font-size: 1em;
  }
}
.freeplanner_sec_04 .list_voice > li .splide__slide dd {
  flex-grow: 1;
}
.freeplanner_sec_04 .list_voice > li .splide__arrow {
  position: absolute;
  top: -74px;
  transform: translate(0);
  right: -10px;
}
.freeplanner_sec_04 .list_voice > li .splide__arrow:disabled {
  opacity: 0.5;
}
.freeplanner_sec_04 .list_voice > li .splide__arrow svg {
  display: none;
}
.freeplanner_sec_04 .list_voice > li .splide__arrow {
  display: block;
  width: 120px;
  height: auto;
  aspect-ratio: 120/44;
  border-radius: 4px;
  border: 1px solid #fff;
  opacity: 1;
  background: none;
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_04 .list_voice > li .splide__arrow {
    width: 50px;
    aspect-ratio: 2/1;
    right: 0;
    top: -64px;
  }
}
.freeplanner_sec_04 .list_voice > li .splide__arrow:after {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 15/20;
  background: url(../images/ico_arrow_right_01_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_04 .list_voice > li .splide__arrow:after {
    width: 9px;
    aspect-ratio: 9/12;
  }
}
.freeplanner_sec_04 .list_voice > li .splide__arrow--prev {
  left: unset;
  right: 140px;
  transform: rotate(180deg);
}
@media screen and (max-width: 820px) {
  .freeplanner_sec_04 .list_voice > li .splide__arrow--prev {
    right: 70px;
  }
}

@media screen and (max-width: 820px) {
  .freeplanner_sec_06 {
    padding-bottom: 0 !important;
  }
}

.arrow_anim_01 {
  transform-origin: bottom right;
  transform: rotate(-8deg);
  opacity: 0;
}
.arrow_anim_01.js-active {
  animation: arrow_anim_01 1s forwards;
}

@keyframes arrow_anim_01 {
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
.arrow_anim_02 {
  transform: translate(-203px, 0px);
  opacity: 0;
}
.arrow_anim_02.js-active {
  animation: arrow_anim_02 1s forwards;
}

@keyframes arrow_anim_02 {
  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}
.arrow_anim_03 {
  transform: translate(343px, -118px);
  opacity: 0;
}
.arrow_anim_03.js-active {
  animation: arrow_anim_03 1s forwards;
}

@keyframes arrow_anim_03 {
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.page-entry .l_container {
  padding-top: 3.75em;
  background-color: #f4F5F7;
}
.page-entry .footer_joblisting {
  padding-top: 7.5em;
}
.page-entry .ttl_cmn_05 {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .page-entry .ttl_cmn_05 {
    margin-bottom: 40px;
  }
}
.page-entry--lead {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.375em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 2;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #212121;
}
.page-entry--lead .link {
  text-decoration: underline;
}
@media screen and (max-width: 820px) {
  .page-entry--lead {
    font-size: 1em;
    line-height: 1.8;
  }
}

.form_layout {
  display: flex;
  gap: 13%;
}
@media screen and (max-width: 820px) {
  .form_layout {
    flex-direction: column;
    gap: 30px;
  }
}
.form_layout .l_left {
  flex-shrink: 0;
  width: 263px;
}
@media screen and (max-width: 820px) {
  .form_layout .l_left {
    width: 100%;
  }
}
.form_layout .l_left .list_kome {
  color: #b8321F;
  font-size: 0.875em;
}
.form_layout .l_right {
  flex-grow: 1;
}

.page-meeting .l_container {
  padding-top: 3.75em;
}
.meeting_ttl_wrap {
  padding-top: 32px;
  margin-bottom: 50px;
}

.meeting_sec_01 {
  margin-bottom: 200px;
}
@media screen and (max-width: 820px) {
  .meeting_sec_01 {
    margin-bottom: 5em;
  }
}
.meeting_sec_01--lead {
  margin-top: 50px;
  padding: 0 5.79%;
}
@media screen and (max-width: 820px) {
  .meeting_sec_01--lead {
    padding: 0;
  }
}
.meeting_sec_01--link {
  margin: 100px auto 0;
}
@media screen and (max-width: 820px) {
  .meeting_sec_01--link {
    margin-top: 3.75em;
  }
}

.meeting_sec_01--about .accordion__btn {
  cursor: pointer;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.375em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 820px) {
  .meeting_sec_01--about .accordion__btn {
    font-size: 1.25em;
  }
}
.meeting_sec_01--about .accordion__btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #212121;
  position: absolute;
  top: 50%;
  left: 0;
}
.meeting_sec_01--about .accordion__btn span {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 34px;
  background-color: #fff;
}
.meeting_sec_01--about .accordion__btn span:after {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 15/12;
  background: url(../images/ico_arrow_bottom_01_black.svg) no-repeat center/contain;
}
@media screen and (max-width: 820px) {
  .meeting_sec_01--about .accordion__btn span:after {
    width: 12px;
  }
}
.meeting_sec_01--about .accordion__content {
  padding: 50px 5.79%;
  border-bottom: 1px solid #212121;
}
@media screen and (max-width: 820px) {
  .meeting_sec_01--about .accordion__content {
    padding: 30px 3%;
  }
}

.meeting_sec_02 {
  margin-bottom: 120px;
}
@media screen and (max-width: 820px) {
  .meeting_sec_02 {
    margin-bottom: 5em;
  }
}
@media screen and (max-width: 820px) {
  .meeting_sec_02 .ttl_cmn_02, .meeting_sec_02 .about_sec_03 ul li h3, .about_sec_03 ul li .meeting_sec_02 h3 {
    font-size: 1.5em;
  }
}

.sec_cmn_entry {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70.3%, #FFFFFF 100%), #F9EAD4;
  padding: 7.5em 0;
}
@media screen and (max-width: 820px) {
  .sec_cmn_entry {
    padding: 5em 0;
  }
}
.sec_cmn_entry--ttl {
  font-family: "drummond-variable", sans-serif;
  font-size: 4.375em;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .sec_cmn_entry--ttl {
    font-size: 2.25em;
    margin-bottom: 20px;
  }
}
.sec_cmn_entry--ttl + p {
  padding-bottom: 50px;
  border-bottom: 1px solid #212121;
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .sec_cmn_entry--ttl + p {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.page-policy .l_container {
  padding-top: 3.75em;
}
.page-policy .footer_joblisting {
  padding-top: 7.5em;
}
@media screen and (max-width: 820px) {
  .page-policy .footer_joblisting {
    padding-top: 5em;
  }
}
.page-policy .ttl_cmn_05 {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px) {
  .page-policy .ttl_cmn_05 {
    margin-bottom: 40px;
  }
}

.policy_txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .policy_txt {
    font-size: 0.9375em;
    margin-bottom: 30px;
  }
}

.dlist_policy dt {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px) {
  .dlist_policy dt {
    font-size: 1.25em;
  }
}
.dlist_policy dd {
  line-height: 1.875;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px) {
  .dlist_policy dd {
    font-size: 0.9375em;
    margin-bottom: 30px;
  }
}
.dlist_policy dd:last-child {
  margin-bottom: 0;
}
.dlist_policy dd .block {
  display: block;
  margin-bottom: 1.5em;
}
.dlist_policy dd .block:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 821px) {
  .list_archive_people {
    display: flex;
    flex-wrap: wrap;
    gap: 120px 3.85%;
  }
  .list_archive_people li {
    width: 30.7666666667%;
  }
}

@media screen and (max-width: 820px) {
  .post-type-archive-people .list_archive_people {
    width: 82%;
    margin: 0 auto;
  }
}
.post-type-archive-people .list_archive_people > li {
  margin-bottom: 3.75em;
}
.post-type-archive-people .list_archive_people > li:last-child {
  margin-bottom: 0;
}

.card_people_01,
.card_people_02 {
  display: block;
}
.card_people_01 .image,
.card_people_02 .image {
  display: block;
  overflow: hidden;
  aspect-ratio: 400/490;
  margin-bottom: 36px;
  position: relative;
}
.card_people_01 .image img,
.card_people_02 .image img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 1.2s;
  width: 0;
  opacity: 0;
  clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
}
.card_people_01 .image img:nth-of-type(2),
.card_people_02 .image img:nth-of-type(2) {
  transition-delay: 0.8s;
}
.card_people_01.js-active .image img:nth-of-type(1),
.card_people_02.js-active .image img:nth-of-type(1) {
  width: 100%;
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.card_people_01.js-active .image img:nth-of-type(2),
.card_people_02.js-active .image img:nth-of-type(2) {
  width: 100%;
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.card_people_01 dl,
.card_people_02 dl {
  padding: 0 10%;
}
@media screen and (max-width: 820px) {
  .card_people_01 dl,
  .card_people_02 dl {
    padding: 0 5%;
  }
}
.card_people_01 dl .group,
.card_people_02 dl .group {
  display: flex;
  align-items: baseline;
}
.card_people_01 dl .group dt,
.card_people_02 dl .group dt {
  font-family: "drummond-variable", sans-serif;
  font-size: 0.875em;
  letter-spacing: 0.02em;
}
.card_people_01 dl .group dd:before,
.card_people_02 dl .group dd:before {
  content: "/";
  margin: 0 0.5em;
}
.card_people_01 dl .group dd .en,
.card_people_02 dl .group dd .en {
  font-size: 1.125em;
}
.card_people_01 dl .group:first-child,
.card_people_02 dl .group:first-child {
  display: block;
  margin-bottom: 20px;
}
.card_people_01 dl .group:first-child dt,
.card_people_02 dl .group:first-child dt {
  font-size: 1.125em;
}
.card_people_01 dl .group:first-child dd,
.card_people_02 dl .group:first-child dd {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5em;
  letter-spacing: 0.04em;
  line-height: 1.66;
}
.card_people_01 dl .group:first-child dd:before,
.card_people_02 dl .group:first-child dd:before {
  content: none;
}
@media screen and (max-width: 820px) {
  .card_people_01 dl .group:first-child dd,
  .card_people_02 dl .group:first-child dd {
    font-size: 1.125em;
  }
}

.single-people .firstview .breadcrumb {
  position: absolute;
  top: 5em;
  left: 0;
}
@media screen and (max-width: 820px) {
  .single-people .firstview .breadcrumb {
    top: 100%;
  }
}

.people_attr {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
  position: absolute;
  bottom: 70px;
  color: #fff;
}
.people_attr .position,
.people_attr .name {
  font-family: "drummond-variable", sans-serif;
  font-size: 1.125em;
}
.people_attr .ttl_cmn_02, .people_attr .about_sec_03 ul li h3, .about_sec_03 ul li .people_attr h3 {
  margin-bottom: 18px;
}

.people_story {
  padding: 237px 0 303px;
  padding: 7.5em 0;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .people_story {
    padding: 3.75em 0;
  }
}
.people_story .inner, .people_story .freeplanner_sec_04 .list_voice, .freeplanner_sec_04 .people_story .list_voice {
  width: 100%;
  max-width: calc(1140px + 20.8vw);
  margin: 0 auto;
  padding: 9.375em 10.4vw 13em;
  position: relative;
}
@media screen and (max-width: 820px) {
  .people_story .inner, .people_story .freeplanner_sec_04 .list_voice, .freeplanner_sec_04 .people_story .list_voice {
    padding: 3.75em calc(var(--sideW) * 3) 6.25em calc(var(--sideW) * 2);
  }
}
.people_story .inner:before, .people_story .freeplanner_sec_04 .list_voice:before, .freeplanner_sec_04 .people_story .list_voice:before {
  content: "";
  display: block;
  height: 100%;
  aspect-ratio: 2660/888;
  background: url(../images/people_single_01.png) no-repeat top right/auto 100%;
  position: absolute;
  top: 0;
  right: 1vw;
}
@media screen and (max-width: 767px) {
  .people_story .inner:before, .people_story .freeplanner_sec_04 .list_voice:before, .freeplanner_sec_04 .people_story .list_voice:before {
    background: url(../images/people_single_01_sp.jpg?ver=1.0) no-repeat top right/auto 100%;
  }
}
.people_story h2 {
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .people_story h2 {
    margin-bottom: 30px;
  }
}
.people_story ul {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 1004px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 80px 64px;
}
@media screen and (max-width: 820px) {
  .people_story ul {
    flex-direction: column;
    gap: 0;
  }
}
.people_story ul li {
  width: calc((100% - 64px) / 2);
  padding-top: 36px;
  position: relative;
}
@media screen and (max-width: 820px) {
  .people_story ul li {
    width: 100%;
    padding: 0px 0 40px 20px;
  }
}
.people_story ul li:before {
  content: "";
  display: block;
  width: calc(100% + 64px);
  height: 1px;
  background-color: #484848;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 820px) {
  .people_story ul li:before {
    width: 1px;
    height: 100%;
    top: 12px;
  }
}
.people_story ul li:after {
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #484848;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 820px) {
  .people_story ul li:after {
    transform: translate(-50%, 0);
    top: 8px;
    left: 1px;
  }
}
.people_story ul li h3 {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  .people_story ul li h3 {
    font-size: 1.125em;
  }
}
.people_story ul li:nth-child(2) h3:after {
  content: "";
  display: block;
  width: 27px;
  height: 3px;
  background: url(../images/people_single_02.png) no-repeat center/contain;
  position: absolute;
  top: -1px;
  left: calc(100% + 88px);
}
@media screen and (max-width: 820px) {
  .people_story ul li:nth-child(2) h3:after {
    content: none;
  }
}
.people_story ul li:nth-child(3) h3:before {
  content: "";
  display: block;
  width: 64px;
  height: 1px;
  background-color: #484848;
  position: absolute;
  top: 0;
  right: 100%;
}
@media screen and (max-width: 820px) {
  .people_story ul li:nth-child(3) h3:before {
    content: none;
  }
}
.people_story ul li:nth-child(3) h3:after {
  content: "";
  display: block;
  width: 27px;
  height: 3px;
  background: url(../images/people_single_02.png) no-repeat center/contain;
  position: absolute;
  top: -1px;
  right: calc(100% + 78px);
}
@media screen and (max-width: 820px) {
  .people_story ul li:nth-child(3) h3:after {
    content: none;
  }
}
.people_story ul li:last-child:before {
  content: none;
}

.single_people_sec {
  margin-bottom: 7.5em;
}
@media screen and (max-width: 820px) {
  .single_people_sec {
    margin-bottom: 5em;
  }
}
.single_people_sec .image {
  margin: 0 var(--extend) 5em;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 820px) {
  .single_people_sec .image {
    margin-bottom: 2.5em;
  }
}
.single_people_sec .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_people_sec .ttl {
  margin-bottom: 30px;
}

.other_staff {
  display: grid;
  grid-template-columns: 1fr 260px;
  grid-template-rows: repeat(2, max-content);
  gap: 50px 0;
  padding: 7.5em 0;
}
.other_staff .splide.is-initialized:not(.is-active) .splide__list {
  display: flex;
}
@media screen and (max-width: 820px) {
  .other_staff {
    padding: 2.5em 0 5em;
    display: block;
  }
}
.other_staff--ttl,
.other_staff h3 {
  grid-column: 1/2;
  grid-row: 1/2;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.5em;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 820px) {
  .other_staff--ttl,
  .other_staff h3 {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
}
.other_staff .single_pepole_slider {
  grid-column: 1/3;
  grid-row: 2/3;
}
@media screen and (max-width: 820px) {
  .other_staff .single_pepole_slider {
    margin: 0 var(--extend);
  }
}
.other_staff .link_cmn_01, .other_staff .content_default a, .content_default .other_staff a, .other_staff .wpcf7-submit {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: flex-end;
}
@media screen and (max-width: 820px) {
  .other_staff .link_cmn_01, .other_staff .content_default a, .content_default .other_staff a, .other_staff .wpcf7-submit {
    margin: 30px auto 0;
  }
}

.post-type-archive-joblisting .section_wrap {
  padding-bottom: 15em;
}
@media screen and (max-width: 820px) {
  .post-type-archive-joblisting .section_wrap {
    padding-bottom: 7.5em;
  }
}

.nav_joblisting_cat {
  margin-bottom: 90px;
}
@media screen and (max-width: 820px) {
  .nav_joblisting_cat {
    margin-bottom: 3.75em;
  }
}
.nav_joblisting_cat ul {
  display: flex;
}
@media screen and (max-width: 820px) {
  .nav_joblisting_cat ul {
    justify-content: stretch;
  }
}
.nav_joblisting_cat ul li {
  width: 100%;
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
  border-right: 1px solid #212121;
}
.nav_joblisting_cat ul li:first-child {
  border-left: 1px solid #212121;
}
@media screen and (max-width: 820px) {
  .nav_joblisting_cat ul li {
    width: auto;
    flex-shrink: 0;
  }
  .nav_joblisting_cat ul li:last-child {
    width: 100%;
    flex-shrink: unset;
  }
}
.nav_joblisting_cat button {
  display: block;
  width: 100%;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 0.916em;
  text-align: center;
  transition: 0.3s;
}
.nav_joblisting_cat button:hover, .nav_joblisting_cat button.is-current {
  background-color: #212121;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .nav_joblisting_cat button {
    font-size: 1.125em;
    padding: 0.6em 0.375em;
  }
}

.list_jpblisting {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.list_jpblisting > li {
  margin-bottom: 80px;
}
.list_jpblisting > li:last-child {
  margin-bottom: 0;
}
.list_jpblisting > li.no-post {
  text-align: center;
}
@media screen and (max-width: 820px) {
  .list_jpblisting > li.no-post {
    text-align: left;
  }
}

.card_joblisting {
  display: flex;
  align-items: center;
  background-color: #fff;
}
@media screen and (max-width: 820px) {
  .card_joblisting {
    flex-direction: column;
    gap: 1.875em;
  }
}
.card_joblisting--image {
  flex-shrink: 0;
  width: 42.66%;
  display: block;
  overflow: hidden;
  aspect-ratio: 512/345;
}
.card_joblisting--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 820px) {
  .card_joblisting--image {
    width: 100%;
  }
}
.card_joblisting--texts {
  flex-grow: 1;
  padding: 0 5.41%;
}
@media screen and (max-width: 820px) {
  .card_joblisting--texts {
    padding: 0;
  }
}
.card_joblisting--cat {
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.card_joblisting--cat > li {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #C49252;
  padding: 2px 1.0625em 2px;
  border-radius: 2px;
  color: #C49252;
}
@media screen and (max-width: 820px) {
  .card_joblisting--cat > li {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 820px) {
  .card_joblisting--area {
    font-size: 0.875em;
  }
}
.card_joblisting--ttl {
  margin-top: 16px;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.5em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .card_joblisting--ttl {
    font-size: 1.5em;
  }
}
.card_joblisting:hover {
  box-shadow: 10px 10px 20px #E4E5E7;
}
.card_joblisting:hover .img_anim_01 img {
  transform: scale(1.05);
}

.single-joblisting .l_container {
  padding-top: 3.75em;
}
@media screen and (max-width: 820px) {
  .single-joblisting .l_container {
    padding: 0;
  }
}

.joblisting_hero {
  margin-bottom: 7.5em;
}
@media screen and (max-width: 820px) {
  .joblisting_hero {
    margin-bottom: 5em;
  }
}
.joblisting_hero .inner_l, .joblisting_hero .post-type-archive-column .no-post, .post-type-archive-column .joblisting_hero .no-post,
.joblisting_hero .archive.tax-column_cat .no-post,
.archive.tax-column_cat .joblisting_hero .no-post,
.joblisting_hero .single-column .no-post,
.single-column .joblisting_hero .no-post, .joblisting_hero .page-magazine--ttl--wrap, .joblisting_hero .top_environment--links > li a span, .top_environment--links > li a .joblisting_hero span, .joblisting_hero .meeting_ttl_wrap {
  display: flex;
  align-items: flex-start;
  gap: 4.61%;
}
@media screen and (max-width: 820px) {
  .joblisting_hero .inner_l, .joblisting_hero .post-type-archive-column .no-post, .post-type-archive-column .joblisting_hero .no-post,
  .joblisting_hero .archive.tax-column_cat .no-post,
  .archive.tax-column_cat .joblisting_hero .no-post,
  .joblisting_hero .single-column .no-post,
  .single-column .joblisting_hero .no-post, .joblisting_hero .page-magazine--ttl--wrap, .joblisting_hero .top_environment--links > li a span, .top_environment--links > li a .joblisting_hero span, .joblisting_hero .meeting_ttl_wrap {
    flex-direction: column;
    gap: 20px;
  }
}
.joblisting_hero--texts {
  flex-grow: 1;
  padding-top: 10%;
}
@media screen and (max-width: 820px) {
  .joblisting_hero--texts {
    padding-top: 0;
  }
}
.joblisting_hero--ttl {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.5em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .joblisting_hero--ttl {
    font-size: 1.6em;
  }
}
.joblisting_hero--description {
  margin-top: 30px;
}
@media screen and (max-width: 820px) {
  .joblisting_hero--description {
    margin-top: 20px;
    font-size: 0.9375em;
  }
}
.joblisting_hero--image {
  flex-shrink: 0;
  width: 57.69%;
  display: block;
  overflow: hidden;
  aspect-ratio: 750/506;
}
@media screen and (max-width: 820px) {
  .joblisting_hero--image {
    width: 100%;
  }
}
.joblisting_hero--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.dlist_joblisting .group {
  display: flex;
  align-items: baseline;
  gap: 3.84%;
  padding: 50px 6.15%;
  border-bottom: 1px solid #212121;
}
.dlist_joblisting .group:first-child {
  border-top: 1px solid #212121;
}
@media screen and (max-width: 820px) {
  .dlist_joblisting .group {
    flex-direction: column;
    padding: 30px 0;
  }
}
.dlist_joblisting .group dt {
  width: 330px;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.5;
  flex-shrink: 0;
}
@media screen and (max-width: 820px) {
  .dlist_joblisting .group dt {
    font-size: 1.25em;
    margin-bottom: 20px;
  }
}
.dlist_joblisting .group dd {
  font-size: 0.9375em;
}

.post-type-archive-post .l_container,
.archive.category .l_container {
  background-color: #f4F5F7;
}
.post-type-archive-post .footer_joblisting,
.archive.category .footer_joblisting {
  padding-top: 7.5em;
}
@media screen and (max-width: 820px) {
  .post-type-archive-post .footer_joblisting,
  .archive.category .footer_joblisting {
    padding-top: 5em;
  }
}

.layout_split_news {
  display: flex;
  flex-direction: row-reverse;
  gap: 5em 9.23%;
}
@media screen and (max-width: 820px) {
  .layout_split_news {
    flex-direction: column;
  }
}
.layout_split_news .main {
  flex-grow: 1;
  width: 100%;
}
.layout_split_news .aside {
  flex-shrink: 0;
  width: 330px;
}
@media screen and (max-width: 820px) {
  .layout_split_news .aside {
    width: 100%;
  }
}

.sidemenu_category + .sidemenu_category {
  margin-top: 50px;
}
.sidemenu_category dt {
  font-family: "drummond-variable", sans-serif;
  font-size: 2.5em;
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin-bottom: 16px;
}
@media screen and (max-width: 820px) {
  .sidemenu_category dt {
    font-size: 1.75em;
  }
}
.sidemenu_category dt.ja {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
}
.sidemenu_category dd {
  padding-left: 1em;
  line-height: 1.5;
}
.sidemenu_category dd ul li {
  margin-bottom: 0.75em;
}
@media screen and (max-width: 820px) {
  .sidemenu_category dd ul li {
    font-size: 0.9375em;
  }
}
.sidemenu_category dd ul li:last-child {
  margin-bottom: 0;
}
.sidemenu_category dd ul li a:hover {
  color: #D7AF23;
}
.sidemenu_category dd ul li a.is-current {
  font-weight: 700;
  pointer-events: none;
  color: #D7AF23;
}
.sidemenu_category dd ul li a.is-current:before {
  content: "- ";
}

.single-post .l_container {
  background-color: #f4F5F7;
  padding-top: 3.75em;
}
.single-post .footer_joblisting {
  padding-top: 7.5em;
}
@media screen and (max-width: 820px) {
  .single-post .footer_joblisting {
    padding-top: 5em;
  }
}

.article_post--header {
  margin-bottom: 5em;
}
@media screen and (max-width: 820px) {
  .article_post--header {
    margin-bottom: 3.75em;
  }
}
.article_post--attr {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .article_post--attr {
    flex-direction: column;
    align-items: flex-start;
  }
}
.article_post--date {
  flex-shrink: 0;
  color: #91959E;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.375em;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 820px) {
  .article_post--date {
    font-size: 1.25em;
  }
}
.article_post--category {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
@media screen and (max-width: 820px) {
  .article_post--category li {
    font-size: 0.875em;
  }
}
.article_post--ttl {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.5em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .article_post--ttl {
    font-size: 1.75em;
  }
}

.page-magazine .l_container {
  background-color: #f4F5F7;
  padding-top: 3.75em;
}
.page-magazine .section_wrap {
  padding-bottom: 0;
}
@media screen and (max-width: 820px) {
  .page-magazine .section_wrap {
    padding-top: 10px;
  }
}
.page-magazine .splide.is-initialized:not(.is-active) .splide__list {
  display: flex;
}
.page-magazine .magazine_new_slider .splide__slide a {
  opacity: 0.5;
  transform: scale(0.8);
  transform-origin: left bottom;
  transition: none;
}
.page-magazine .magazine_new_slider .splide__slide.is-active a {
  opacity: 1;
  transform: scale(1);
}
.page-magazine .magazine_news {
  background-color: #fff;
  padding: 7.5em 0;
}
@media screen and (max-width: 820px) {
  .page-magazine .magazine_news {
    padding: 5em 0 1.875em;
  }
}
.page-magazine .footer_joblisting {
  padding-top: 7.5em;
}
.page-magazine--ttl {
  font-family: "drummond-variable", sans-serif;
  font-size: 6.875em;
  letter-spacing: 0.04em;
  line-height: 1.2;
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .page-magazine--ttl {
    font-size: 2.25em;
    margin-bottom: 20px;
  }
}
.page-magazine--ttl--wrap {
  position: relative;
}
.page-magazine--ttl--wrap:after {
  content: "";
  display: block;
  width: 246px;
  aspect-ratio: 1/1;
  background: url(../images/decoration_text_01.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: calc(var(--sideW) / 2);
  animation: spin 30s linear infinite;
  will-change: transform;
  transform-origin: 50% 50%;
}
@media screen and (max-width: 820px) {
  .page-magazine--ttl--wrap:after {
    width: 100px;
    right: 10px;
  }
}

.magazine_sec_01 {
  overflow: hidden;
  background: url(../images/nav_column_cat_bg.svg) no-repeat bottom 20px right/865px;
}
@media screen and (max-width: 820px) {
  .magazine_sec_01 {
    background: url(../images/nav_column_cat_bg.svg) no-repeat bottom 14px right/300px;
  }
}
.magazine_sec_01--wrap {
  overflow: hidden;
}
.magazine_sec_01:before, .magazine_sec_01:after {
  content: "";
  display: block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 20px;
}
@media screen and (max-width: 820px) {
  .magazine_sec_01:before, .magazine_sec_01:after {
    height: 14px;
  }
}
.magazine_sec_01 .inner_l, .magazine_sec_01 .post-type-archive-column .no-post, .post-type-archive-column .magazine_sec_01 .no-post,
.magazine_sec_01 .archive.tax-column_cat .no-post,
.archive.tax-column_cat .magazine_sec_01 .no-post,
.magazine_sec_01 .single-column .no-post,
.single-column .magazine_sec_01 .no-post, .magazine_sec_01 .top_environment--links > li a span, .top_environment--links > li a .magazine_sec_01 span, .magazine_sec_01 .meeting_ttl_wrap, .magazine_sec_01 .page-magazine--ttl--wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .magazine_sec_01 .inner_l, .magazine_sec_01 .post-type-archive-column .no-post, .post-type-archive-column .magazine_sec_01 .no-post,
  .magazine_sec_01 .archive.tax-column_cat .no-post,
  .archive.tax-column_cat .magazine_sec_01 .no-post,
  .magazine_sec_01 .single-column .no-post,
  .single-column .magazine_sec_01 .no-post, .magazine_sec_01 .top_environment--links > li a span, .top_environment--links > li a .magazine_sec_01 span, .magazine_sec_01 .meeting_ttl_wrap, .magazine_sec_01 .page-magazine--ttl--wrap {
    padding-top: 30px;
  }
}
.magazine_sec_01--link {
  max-width: 220px;
  margin: 120px auto 0;
}
@media screen and (max-width: 820px) {
  .magazine_sec_01--link {
    max-width: 260px;
    margin: 110px auto 0;
  }
}

.magazine_sec_02 {
  padding: 7.5em 0;
  background-color: #212121;
  color: #fff;
}
@media screen and (max-width: 820px) {
  .magazine_sec_02 {
    padding: 5em 0;
  }
}
.magazine_sec_02 .attr {
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .magazine_sec_02 .attr {
    flex-direction: column;
    align-items: unset;
    gap: 38px;
    margin-bottom: 38px;
  }
}
.magazine_sec_02 .attr .ttl_cmn_01 {
  flex-grow: 1;
}
.magazine_sec_02 .attr .pickup_theme {
  flex-shrink: 0;
  background-color: #fff;
  padding: 16px 30px;
  display: flex;
  gap: 26px;
  align-items: baseline;
  color: #212121;
  border-radius: 4px;
}
.magazine_sec_02 .attr .pickup_theme dd {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5em;
  font-weight: 600;
}
@media screen and (max-width: 820px) {
  .magazine_sec_02 .attr .pickup_theme dd {
    font-size: 1.125em;
  }
}
.magazine_sec_02 .list_archive_column--wrap {
  border-top: 1px solid #212121;
  border-color: #fff;
  grid-column: 1/3;
  grid-row: 2/3;
}
.magazine_sec_02 .list_archive_column > li {
  border-color: #fff !important;
}
@media screen and (max-width: 820px) {
  .magazine_sec_02 .list_archive_column > li:first-child {
    border-top: 1px solid;
  }
}
.magazine_sec_02--link {
  max-width: 220px;
  margin: 30px auto 0;
  border-color: #fff;
}
.magazine_sec_02--link:after {
  background: url(../images/ico_arrow_right_01_white.svg) no-repeat center/contain;
}
@media screen and (max-width: 820px) {
  .magazine_sec_02--link {
    max-width: 260px;
    margin-top: 40px;
  }
}

.layout_cmn_01 {
  display: flex;
  gap: 3.85%;
  margin-bottom: 7.5em;
}
@media screen and (max-width: 820px) {
  .layout_cmn_01 {
    flex-direction: column;
    gap: 5em;
    margin-bottom: 5em;
  }
}
.layout_cmn_01 .main {
  flex-grow: 1;
}
.layout_cmn_01 .main section {
  margin-top: 100px;
  position: relative;
}
.layout_cmn_01 .main section:after {
  content: "";
  display: block;
  width: 170px;
  aspect-ratio: 1/1;
  background: url(../images/decoration_text_01.svg) no-repeat center/contain;
  position: absolute;
  top: -30px;
  right: calc(var(--sideW) / 2);
  animation: spin 30s linear infinite;
  will-change: transform;
  transform-origin: 50% 50%;
}
@media screen and (max-width: 820px) {
  .layout_cmn_01 .main section:after {
    width: 80px;
    right: 0px;
    top: -10px;
  }
}
.layout_cmn_01 .main section .link_cmn_01, .layout_cmn_01 .main section .content_default a, .content_default .layout_cmn_01 .main section a, .layout_cmn_01 .main section .wpcf7-submit {
  margin: 50px auto 0;
}
@media screen and (max-width: 820px) {
  .layout_cmn_01 .main section .link_cmn_01, .layout_cmn_01 .main section .content_default a, .content_default .layout_cmn_01 .main section a, .layout_cmn_01 .main section .wpcf7-submit {
    margin-top: 30px;
  }
}
@media screen and (max-width: 820px) {
  .layout_cmn_01 .main section {
    margin-top: 70px;
  }
  .layout_cmn_01 .main section .ttl_cmn_02, .layout_cmn_01 .main section .about_sec_03 ul li h3, .about_sec_03 ul li .layout_cmn_01 .main section h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  .layout_cmn_01 .main section .link_cmn_01, .layout_cmn_01 .main section .content_default a, .content_default .layout_cmn_01 .main section a, .layout_cmn_01 .main section .wpcf7-submit {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 820px) and (max-width: 820px) {
  .layout_cmn_01 .main section .link_cmn_01, .layout_cmn_01 .main section .content_default a, .content_default .layout_cmn_01 .main section a, .layout_cmn_01 .main section .wpcf7-submit {
    margin-top: 30px;
  }
}
.layout_cmn_01 .aside {
  flex-shrink: 0;
  width: 330px;
  margin-top: 214px;
}
@media screen and (max-width: 820px) {
  .layout_cmn_01 .aside {
    width: 100%;
    margin-top: 0;
  }
}

.list_archive_column_02--wrap {
  position: relative;
  padding: 30px 45px 30px 0;
}
@media screen and (max-width: 820px) {
  .list_archive_column_02--wrap {
    display: contents;
  }
}
.list_archive_column_02--wrap:before {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #212121;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 820px) {
  .list_archive_column_02--wrap:before {
    content: none;
  }
}
.list_archive_column_02--wrap:after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #212121;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 820px) {
  .list_archive_column_02--wrap:after {
    content: none;
  }
}
.list_archive_column_02--wrap + .list_archive_column_02--wrap:before {
  content: none;
}
@media screen and (max-width: 820px) {
  .list_archive_column_02--wrap + .list_archive_column_02--wrap li:first-child {
    border-top: none !important;
  }
}
.list_archive_column_02 {
  display: flex;
}
@media screen and (max-width: 820px) {
  .list_archive_column_02 {
    flex-direction: column;
    margin: 0 var(--extend);
  }
}
.list_archive_column_02 > li {
  width: 50%;
  border-right: 1px solid #212121;
}
.list_archive_column_02 > li:first-child {
  border-left: 1px solid #212121;
}
@media screen and (max-width: 820px) {
  .list_archive_column_02 > li {
    width: 100%;
    padding: 30px var(--sideW);
    border-right: none;
    border-bottom: 1px solid #212121;
  }
  .list_archive_column_02 > li:first-child {
    border-left: none;
    border-top: 1px solid #212121;
  }
}

section .list_archive_column_02--wrap:last-child:after {
  content: "";
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #212121;
  position: absolute;
  bottom: 0;
  right: 0;
}

.card_magazine_01 {
  display: flex;
  align-items: flex-start;
  gap: 5.18%;
}
@media screen and (max-width: 820px) {
  .card_magazine_01 {
    flex-direction: column;
    gap: 60px;
  }
}
.card_magazine_01 .box_image {
  flex-shrink: 0;
  clip-path: polygon(41% 0, 100% 0, 100% 78%, 55% 100%, 0 100%, 0 22%);
  width: 53.54%;
}
@media screen and (max-width: 820px) {
  .card_magazine_01 .box_image {
    width: 100%;
  }
}
.card_magazine_01 .box_text {
  flex-grow: 1;
  padding-top: 6.17%;
}
@media screen and (max-width: 820px) {
  .card_magazine_01 .box_text {
    padding-top: 0;
  }
}
.card_magazine_01 .box_text .ttl {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.66;
  margin-bottom: 36px;
}
@media screen and (max-width: 820px) {
  .card_magazine_01 .box_text .ttl {
    font-size: 1em;
    margin-bottom: 30px;
  }
}

#magazine_new_slider .splide__track {
  overflow: visible;
}
#magazine_new_slider .splide__arrows {
  position: relative;
  margin-top: 50px;
}
#magazine_new_slider .splide__arrow {
  position: absolute;
  transform: none;
}
#magazine_new_slider .splide__arrow svg {
  display: none;
}
#magazine_new_slider .splide__arrow {
  display: block;
  width: 120px;
  height: auto;
  aspect-ratio: 120/44;
  border-radius: 4px;
  border: 1px solid #212121;
  opacity: 1;
  background: none;
}
@media screen and (max-width: 820px) {
  #magazine_new_slider .splide__arrow {
    width: 50px;
    aspect-ratio: 50/25;
  }
}
#magazine_new_slider .splide__arrow:after {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 15/20;
  background: url(../images/ico_arrow_right_01_black.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 820px) {
  #magazine_new_slider .splide__arrow:after {
    width: 9px;
  }
}
#magazine_new_slider .splide__arrow--next {
  top: 0;
  right: 0;
}
#magazine_new_slider .splide__arrow--prev {
  top: 0;
  left: 0;
  transform: rotate(180deg);
}

.post-type-archive-column .l_container,
.archive.tax-column_cat .l_container,
.single-column .l_container {
  background-color: #f4F5F7;
  padding-top: 3.75em;
}
.post-type-archive-column .section_wrap,
.archive.tax-column_cat .section_wrap,
.single-column .section_wrap {
  padding-bottom: 0;
}
.post-type-archive-column .footer_joblisting,
.archive.tax-column_cat .footer_joblisting,
.single-column .footer_joblisting {
  padding-top: 7.5em;
}
@media screen and (max-width: 820px) {
  .post-type-archive-column .footer_joblisting,
  .archive.tax-column_cat .footer_joblisting,
  .single-column .footer_joblisting {
    padding-top: 5em;
  }
}
.post-type-archive-column .no-post,
.archive.tax-column_cat .no-post,
.single-column .no-post {
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}
.post-type-archive-column .no-post + .scroll_text,
.archive.tax-column_cat .no-post + .scroll_text,
.single-column .no-post + .scroll_text {
  border-top: 1px solid #212121;
}

.scroll_text--nanomagazine {
  padding: 50px 0 55px;
  color: #91959E;
  font-family: "drummond-variable", sans-serif;
  font-size: 5.625em;
  letter-spacing: 0.04em;
  line-height: 1.11;
  border-bottom: 1px solid #212121;
}
.scroll_text--nanomagazine.bt1 {
  border-top: 1px solid #212121;
}
@media screen and (max-width: 820px) {
  .scroll_text--nanomagazine {
    font-size: 1.875em;
    padding: 20px 0;
  }
}

.scroll_text--nanomagazine + .nav_column_cat {
  border-top: none;
}

.nav_column_cat {
  margin: 0 var(--extend);
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
  padding: 20px 0;
  background: url(../images/nav_column_cat_bg.svg) no-repeat bottom 20px right/865px;
}
@media screen and (max-width: 820px) {
  .nav_column_cat {
    padding: 10px 0;
    background: url(../images/nav_column_cat_bg.svg) no-repeat bottom 10px right/50%;
  }
}
.nav_column_cat:before, .nav_column_cat:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #212121;
}
.nav_column_cat .inner_l, .nav_column_cat .top_environment--links > li a span, .top_environment--links > li a .nav_column_cat span, .nav_column_cat .meeting_ttl_wrap, .nav_column_cat .page-magazine--ttl--wrap, .nav_column_cat .post-type-archive-column .no-post, .post-type-archive-column .nav_column_cat .no-post,
.nav_column_cat .archive.tax-column_cat .no-post,
.archive.tax-column_cat .nav_column_cat .no-post,
.nav_column_cat .single-column .no-post,
.single-column .nav_column_cat .no-post {
  padding-top: 5em;
  padding-bottom: 7.25em;
  position: relative;
}
@media screen and (max-width: 820px) {
  .nav_column_cat .inner_l, .nav_column_cat .top_environment--links > li a span, .top_environment--links > li a .nav_column_cat span, .nav_column_cat .meeting_ttl_wrap, .nav_column_cat .page-magazine--ttl--wrap, .nav_column_cat .post-type-archive-column .no-post, .post-type-archive-column .nav_column_cat .no-post,
  .nav_column_cat .archive.tax-column_cat .no-post,
  .archive.tax-column_cat .nav_column_cat .no-post,
  .nav_column_cat .single-column .no-post,
  .single-column .nav_column_cat .no-post {
    padding-top: 2.5em;
    padding-bottom: 3.5em;
  }
}
.nav_column_cat .inner_l:after, .nav_column_cat .top_environment--links > li a span:after, .top_environment--links > li a .nav_column_cat span:after, .nav_column_cat .meeting_ttl_wrap:after, .nav_column_cat .page-magazine--ttl--wrap:after, .nav_column_cat .post-type-archive-column .no-post:after, .post-type-archive-column .nav_column_cat .no-post:after,
.nav_column_cat .archive.tax-column_cat .no-post:after,
.archive.tax-column_cat .nav_column_cat .no-post:after,
.nav_column_cat .single-column .no-post:after,
.single-column .nav_column_cat .no-post:after {
  content: "";
  display: block;
  width: 246px;
  aspect-ratio: 1/1;
  background: url(../images/decoration_text_01.svg) no-repeat center/contain;
  position: absolute;
  top: -150px;
  right: calc(var(--sideW) / 2);
  animation: spin 30s linear infinite;
  will-change: transform;
  transform-origin: 50% 50%;
}
@media screen and (max-width: 820px) {
  .nav_column_cat .inner_l:after, .nav_column_cat .top_environment--links > li a span:after, .top_environment--links > li a .nav_column_cat span:after, .nav_column_cat .meeting_ttl_wrap:after, .nav_column_cat .page-magazine--ttl--wrap:after, .nav_column_cat .post-type-archive-column .no-post:after, .post-type-archive-column .nav_column_cat .no-post:after,
  .nav_column_cat .archive.tax-column_cat .no-post:after,
  .archive.tax-column_cat .nav_column_cat .no-post:after,
  .nav_column_cat .single-column .no-post:after,
  .single-column .nav_column_cat .no-post:after {
    width: 100px;
    top: -80px;
    right: var(--sideW);
  }
}
.nav_column_cat .head {
  font-family: "drummond-variable", sans-serif;
  font-size: 4.375em;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 820px) {
  .nav_column_cat .head {
    font-size: 1.875em;
    margin-bottom: 40px;
  }
}
.nav_column_cat ul {
  padding: 0 3%;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 3.67%;
}
@media screen and (max-width: 820px) {
  .nav_column_cat ul {
    padding: 0;
    gap: 20px;
  }
}
.nav_column_cat ul > li {
  width: 17.064%;
}
@media screen and (max-width: 820px) {
  .nav_column_cat ul > li {
    width: calc((100% - 20px) / 2);
  }
}
.nav_column_cat ul > li a {
  display: block;
  padding: 1em;
  background-color: #fff;
  border: 1px solid #212121;
  text-align: center;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 820px) {
  .nav_column_cat ul > li a {
    padding: 0.5em;
  }
}
.nav_column_cat ul > li a:after {
  content: attr(data-num);
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #212121;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  letter-spacing: 0;
  padding-bottom: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 820px) {
  .nav_column_cat ul > li a:after {
    width: 30px;
    font-size: 0.75em;
  }
}
.nav_column_cat ul > li a.is-current, .nav_column_cat ul > li a:hover {
  background-color: #212121;
  color: #fff;
}
.nav_column_cat ul > li a.is-current:after, .nav_column_cat ul > li a:hover:after {
  border: 1px solid #fff;
}
.nav_column_cat .label {
  text-align: center;
  margin: 50px 0 -50px;
}
@media screen and (max-width: 820px) {
  .nav_column_cat .label {
    margin: 30px 0 -30px;
  }
}
.nav_column_cat .label span {
  border-bottom: 1px solid #212121;
}

.list_archive_column--wrap {
  border-bottom: 1px solid #212121;
  padding: 30px 0;
  margin: 0 var(--extend);
}
@media screen and (max-width: 820px) {
  .list_archive_column--wrap {
    display: contents;
  }
  .list_archive_column--wrap .inner_l, .list_archive_column--wrap .top_environment--links > li a span, .top_environment--links > li a .list_archive_column--wrap span, .list_archive_column--wrap .meeting_ttl_wrap, .list_archive_column--wrap .page-magazine--ttl--wrap, .list_archive_column--wrap .post-type-archive-column .no-post, .post-type-archive-column .list_archive_column--wrap .no-post,
  .list_archive_column--wrap .archive.tax-column_cat .no-post,
  .archive.tax-column_cat .list_archive_column--wrap .no-post,
  .list_archive_column--wrap .single-column .no-post,
  .single-column .list_archive_column--wrap .no-post {
    padding: 0;
  }
}
.list_archive_column {
  display: flex;
}
@media screen and (max-width: 820px) {
  .list_archive_column {
    flex-direction: column;
    margin: 0 var(--extend);
  }
}
.list_archive_column > li {
  width: 33.3333333333%;
  border-right: 1px solid #212121;
}
@media screen and (max-width: 820px) {
  .list_archive_column > li {
    width: 100%;
    border-right: none;
    padding: 30px var(--sideW);
    border-bottom: 1px solid #212121;
  }
}
.list_archive_column > li:first-child {
  border-left: 1px solid #212121;
}
@media screen and (max-width: 820px) {
  .list_archive_column > li:first-child {
    border-left: none;
  }
}
.list_archive_column.related {
  width: 100%;
  max-width: 990px;
  margin: 5em auto 0;
  padding: 30px 45px;
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
  margin-bottom: 7.5em;
}
@media screen and (max-width: 820px) {
  .list_archive_column.related {
    flex-direction: column;
    padding: 0;
    margin-left: var(--extend);
    margin-right: var(--extend);
    width: auto;
    margin-bottom: 5em;
  }
}
.list_archive_column.related > li {
  width: 50%;
}
@media screen and (max-width: 820px) {
  .list_archive_column.related > li {
    width: 100%;
  }
  .list_archive_column.related > li:last-child {
    border-bottom: none;
  }
}
.list_archive_column.related > li a {
  padding-bottom: 30px;
}
@media screen and (max-width: 820px) {
  .list_archive_column.related > li a {
    padding-bottom: 0;
  }
}

.card_column_01 {
  display: block;
  padding: 20px 11.11%;
}
@media screen and (max-width: 820px) {
  .card_column_01 {
    padding: 0;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 16px;
  }
}
.card_column_01--image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 350/220;
}
.card_column_01--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s;
}
.card_column_01--image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.5s;
  opacity: 0;
}
.card_column_01--texts {
  padding: 0 8.57%;
}
@media screen and (max-width: 820px) {
  .card_column_01--texts {
    display: contents;
  }
}
.card_column_01--ttl {
  margin-top: 30px;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 820px) {
  .card_column_01--ttl {
    -webkit-line-clamp: 3;
    font-size: 1em;
    margin-top: 0;
  }
}
.card_column_01--category {
  margin-top: 16px;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 820px) {
  .card_column_01--category {
    grid-column: 1/3;
    margin-top: 0;
    font-size: 0.875em;
  }
}
.card_column_01--category > li {
  display: inline-block;
}
.card_column_01:hover .card_column_01--image img {
  transform: scale(1.05);
}
.card_column_01:hover .card_column_01--image:after {
  width: 100%;
  opacity: 1;
}

.single-column .nav_column_cat .inner_l:after, .single-column .nav_column_cat .top_environment--links > li a span:after, .top_environment--links > li a .single-column .nav_column_cat span:after, .single-column .nav_column_cat .meeting_ttl_wrap:after, .single-column .nav_column_cat .page-magazine--ttl--wrap:after,
.single-column .nav_column_cat .no-post:after {
  content: none;
}
.single-column .section_wrap + .scroll_text {
  border-top: 1px solid #212121;
}

.article_column--header {
  margin: 0 var(--extend);
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
  padding: 20px 0;
  background: url(../images/nav_column_cat_bg.svg) no-repeat bottom 20px right/865px;
}
@media screen and (max-width: 820px) {
  .article_column--header {
    padding: 10px 0;
    background: url(../images/nav_column_cat_bg.svg) no-repeat bottom 10px right/50%;
  }
}
.article_column--header:before, .article_column--header:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #212121;
}
.article_column--header .inner_l, .article_column--header .top_environment--links > li a span, .top_environment--links > li a .article_column--header span, .article_column--header .meeting_ttl_wrap, .article_column--header .page-magazine--ttl--wrap, .article_column--header .post-type-archive-column .no-post, .post-type-archive-column .article_column--header .no-post,
.article_column--header .archive.tax-column_cat .no-post,
.archive.tax-column_cat .article_column--header .no-post,
.article_column--header .single-column .no-post,
.single-column .article_column--header .no-post {
  position: relative;
  padding-top: 5em;
  padding-bottom: 5em;
}
@media screen and (max-width: 820px) {
  .article_column--header .inner_l, .article_column--header .top_environment--links > li a span, .top_environment--links > li a .article_column--header span, .article_column--header .meeting_ttl_wrap, .article_column--header .page-magazine--ttl--wrap, .article_column--header .post-type-archive-column .no-post, .post-type-archive-column .article_column--header .no-post,
  .article_column--header .archive.tax-column_cat .no-post,
  .archive.tax-column_cat .article_column--header .no-post,
  .article_column--header .single-column .no-post,
  .single-column .article_column--header .no-post {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
  }
}
.article_column--header .inner_l:after, .article_column--header .top_environment--links > li a span:after, .top_environment--links > li a .article_column--header span:after, .article_column--header .meeting_ttl_wrap:after, .article_column--header .page-magazine--ttl--wrap:after, .article_column--header .post-type-archive-column .no-post:after, .post-type-archive-column .article_column--header .no-post:after,
.article_column--header .archive.tax-column_cat .no-post:after,
.archive.tax-column_cat .article_column--header .no-post:after,
.article_column--header .single-column .no-post:after,
.single-column .article_column--header .no-post:after {
  content: "";
  display: block;
  width: 246px;
  aspect-ratio: 1/1;
  background: url(../images/decoration_text_01.svg) no-repeat center/contain;
  position: absolute;
  top: -50px;
  right: calc(var(--sideW) / 2);
  animation: spin 30s linear infinite;
  transform-origin: 50% 50%;
  will-change: transform;
}
@media screen and (max-width: 820px) {
  .article_column--header .inner_l:after, .article_column--header .top_environment--links > li a span:after, .top_environment--links > li a .article_column--header span:after, .article_column--header .meeting_ttl_wrap:after, .article_column--header .page-magazine--ttl--wrap:after, .article_column--header .post-type-archive-column .no-post:after, .post-type-archive-column .article_column--header .no-post:after,
  .article_column--header .archive.tax-column_cat .no-post:after,
  .archive.tax-column_cat .article_column--header .no-post:after,
  .article_column--header .single-column .no-post:after,
  .single-column .article_column--header .no-post:after {
    width: 100px;
    right: var(--sideW);
  }
}
.article_column--header__content {
  max-width: calc(830px + var(--sideW) * 2);
  margin: 0 auto;
}
.article_column--ttl {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  padding-right: 1em;
}
@media screen and (max-width: 820px) {
  .article_column--ttl {
    font-size: 1.5em;
    padding-right: 0;
  }
}
.article_column--category {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
@media screen and (max-width: 820px) {
  .article_column--category > li {
    font-size: 0.875em;
  }
}
.article_column--content {
  padding: 5em 0;
  margin: 0 auto;
  width: 100%;
  max-width: 830px;
}
@media screen and (max-width: 820px) {
  .article_column--content {
    padding: 3.75em 0;
  }
}

.error404 .l_container,
.page-e-thanks .l_container,
.page-m-thanks .l_container,
.page-f-thanks .l_container {
  padding-top: 3.75em;
}