@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
       # General elements
       # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
    * Correct `block` display not defined for any HTML5 element in IE 8/9
    * Correct `block` display not defined for `details` or `summary` in IE 10/11
    * and Firefox
    * Correct `block` display not defined for `main` in IE 11
    */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
  text-decoration: none;
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
       # Forms
       # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
       # Specify media element style
       # ================================================================= */
img {
  max-width: 100%;
  height: auto;
  /* border-style: none; Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
       # Accessibility
       # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
       # Selection
       # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* add */
ul {
  list-style-type: none;
}

p,
h2,
h3 {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  /* 1rem > 10px */
}

body {
  font-family: "BIZ UDPGothic", sans-serif;
  color: #000;
  line-height: 1.5;
  font-size: 1.6rem;
}
@media (max-width: 735px) {
  body {
    font-size: 1.4rem;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.rounded-btn {
  display: inline-flex;
  align-items: center;
  background-color: #f20012;
  color: #000;
  font-size: 12px;
  padding: 0.8em 1.2em;
  width: 260px;
  max-width: 100%;
  height: 48px;
  border-radius: 24px;
  border: solid 1px #f20012;
  line-height: 1.2;
}
.rounded-btn span {
  margin-inline: auto;
}
.rounded-btn--border {
  border-color: currentColor;
}
.rounded-btn--large {
  font-size: 21px;
  letter-spacing: 0.42px;
  padding: 0.8em 1.2em;
  height: 84px;
  border-radius: 42px;
}
@media screen and (max-width: 1039px) {
  .rounded-btn--share {
    font-size: 16px;
    width: 190px;
    height: 60px;
  }
}
@media (max-width: 735px) {
  .rounded-btn--share {
    width: 100%;
  }
}
.rounded-btn--x {
  color: #ffffff;
  background-color: #141313;
  border-color: #000;
}
@media (hover: hover) {
  .rounded-btn--x {
    transition: background-color 0.3s cubic-bezier(0, 0.5, 0.5, 1), color 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  }
  .rounded-btn--x:hover {
    background-color: #ffffff;
    color: #000;
  }
}
@media (hover: none) {
  .rounded-btn--x {
    transition: none;
  }
  .rounded-btn--x:active {
    background-color: #ffffff;
    color: #000;
  }
}
.rounded-btn--line {
  color: #ffffff;
  background-color: #00c674;
  border-color: #000;
}
@media (hover: hover) {
  .rounded-btn--line {
    transition: background-color 0.3s cubic-bezier(0, 0.5, 0.5, 1), color 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  }
  .rounded-btn--line:hover {
    background-color: #ffffff;
    color: #000;
  }
}
@media (hover: none) {
  .rounded-btn--line {
    transition: none;
  }
  .rounded-btn--line:active {
    background-color: #ffffff;
    color: #000;
  }
}
.rounded-btn--fb {
  color: #ffffff;
  background-color: #3170ff;
  border-color: #000;
}
@media (hover: hover) {
  .rounded-btn--fb {
    transition: background-color 0.3s cubic-bezier(0, 0.5, 0.5, 1), color 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  }
  .rounded-btn--fb:hover {
    background-color: #ffffff;
    color: #000;
  }
}
@media (hover: none) {
  .rounded-btn--fb {
    transition: none;
  }
  .rounded-btn--fb:active {
    background-color: #ffffff;
    color: #000;
  }
}

.link-btn {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 18px 20px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  text-align: center;
  font-size: 1.2rem;
  font-family: "BIZ UDPGothic", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000;
  transition: background-color 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
.link-btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-image: url(../../images/top/icon-arrow-black-right-01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.link-btn:hover {
  background-color: #f20012;
}

.breadcrumb {
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.breadcrumb__inner {
  width: 96%;
  margin: 0 auto;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  gap: 6px 10px;
}
@media (max-width: 735px) {
  .breadcrumb__list {
    gap: 3px 6px;
  }
}
.breadcrumb__list-item {
  font-size: 13px;
  color: #505050;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 735px) {
  .breadcrumb__list-item {
    font-size: 10px;
    column-gap: 6px;
  }
}
.breadcrumb__list-item:not(:last-child)::after {
  content: "／";
  display: block;
  color: currentColor;
}
.breadcrumb__link {
  color: #505050;
  padding: 0.3em 0.5em;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.breadcrumb__link:hover {
  text-decoration: none;
}

/*
* --- -- - -- --- -- - -- --- -- - -- --- -- - -- ---
* base
* --- -- - -- --- -- - -- --- -- - -- --- -- - -- ---
*/
body {
  background-color: #f1f1f1;
  font-family: "BIZ UDPGothic", sans-serif;
}

html {
  scroll-padding-top: 148px;
  scroll-behavior: smooth;
}

/*
* --- -- - -- --- -- - -- --- -- - -- --- -- - -- ---
* utility
* --- -- - -- --- -- - -- --- -- - -- --- -- - -- ---
*/
.d-inline-block {
  display: inline-block;
}

@media (max-width: 735px) {
  .u-sp-hide {
    display: none;
  }
}

.u-sp-show {
  display: none;
}
@media (max-width: 735px) {
  .u-sp-show {
    display: block;
  }
}

.dash-line {
  display: inline-block;
  width: 2em;
  height: 1px;
  background-color: #000;
  vertical-align: 0.4em;
}

/*
* --- -- - -- --- -- - -- --- -- - -- --- -- - -- ---
* anchor-button
* --- -- - -- --- -- - -- --- -- - -- --- -- - -- ---
*/
.anchor-button {
  padding: 1px 0px 1px 0px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  position: fixed;
  top: 257px;
  z-index: 3;
}
@media (max-width: 735px) {
  .anchor-button {
    flex-direction: row;
    top: auto;
    bottom: -1px;
    width: 100%;
    height: 60px;
    justify-content: center;
    align-items: end;
  }
}

.anchor-button__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  width: 133px;
  height: 80px;
  position: relative;
  transition: width 0.3s cubic-bezier(0, 0.5, 0.5, 1), height 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
@media (max-width: 1023px) {
  .anchor-button__item {
    width: 100px;
    height: 72px;
  }
}
@media (max-width: 735px) {
  .anchor-button__item {
    bottom: 0;
    width: 25%;
    height: 44px;
    position: static;
  }
}
@media (max-width: 735px) {
  .anchor-button__item:nth-child(1) {
    left: 0;
  }
}
@media (max-width: 735px) {
  .anchor-button__item:nth-child(2) {
    left: 25%;
  }
}
@media (max-width: 735px) {
  .anchor-button__item:nth-child(3) {
    left: 50%;
  }
}
@media (max-width: 735px) {
  .anchor-button__item:nth-child(4) {
    left: 75%;
  }
}
.anchor-button__item:hover {
  width: 200px;
}
@media (max-width: 1023px) {
  .anchor-button__item:hover {
    width: 150px;
  }
}
@media (max-width: 735px) {
  .anchor-button__item:hover {
    width: 25%;
    height: 60px;
  }
}
.anchor-button__item:first-child .anchor-button__link {
  border-radius: 0px 35px 0px 0px;
}
@media (max-width: 735px) {
  .anchor-button__item:first-child .anchor-button__link {
    border-left: 1px solid #000;
    border-radius: 23px 0px 0px 0px;
  }
}
.anchor-button__item:last-child .anchor-button__link {
  border-radius: 0px 0px 35px 0px;
  border-bottom: 1px solid #000;
}
@media (max-width: 735px) {
  .anchor-button__item:last-child .anchor-button__link {
    border-bottom: none;
    border-left: 1px solid #000;
    border-radius: 0px 23px 0px 0px;
  }
}

.anchor-button__link {
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  background-color: #eeeeee;
  transition: border-radius 0.3s cubic-bezier(0, 0.5, 0.5, 1);
}
.anchor-button__item:hover .anchor-button__link {
  border-bottom: 1px solid #000;
  border-top-right-radius: 23px;
  border-bottom-right-radius: 23px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  color: #000;
}
@media (max-width: 735px) {
  .anchor-button__item:hover .anchor-button__link {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 0px;
  }
}
.anchor-button__item:hover .anchor-button__link :is(.anchor-button__menu-en, .anchor-button__menu-ja) {
  color: #000;
}

.anchor-button__item.--concept:hover .anchor-button__link {
  background-color: #f24326;
}

.anchor-button__item.--purpose:hover .anchor-button__link {
  background-color: #e3dbed;
}

.anchor-button__item.--member:hover .anchor-button__link {
  background-color: #aee6ff;
}

.anchor-button__item.--about-us:hover .anchor-button__link {
  background-color: #e2ffdf;
}

.anchor-button__inner {
  display: flex;
  flex-direction: column;
  gap: 1.78px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  width: 133px;
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  will-change: transform;
}

.anchor-button__menu-en {
  color: #888888;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-weight: 400;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, 1);
}
@media (max-width: 1023px) {
  .anchor-button__menu-en {
    font-size: 1.1rem;
  }
}
@media (max-width: 735px) {
  .anchor-button__menu-en {
    font-size: 0.6rem;
  }
}

.anchor-button__menu-ja {
  color: #888888;
  text-align: center;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 0.9rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  font-weight: 700;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, 1);
}
@media (max-width: 735px) {
  .anchor-button__menu-ja {
    font-size: 0.9rem;
  }
}

/*
* --- -- - -- --- -- - -- --- -- - -- --- -- - -- ---
* modal-button
* --- -- - -- --- -- - -- --- -- - -- --- -- - -- ---
*/
@media (max-width: 735px) {
  .modal-button {
    scale: 0.73;
  }
}

/*
* --- -- - -- --- -- - -- --- -- - -- --- -- - -- ---
* container
* --- -- - -- --- -- - -- --- -- - -- --- -- - -- ---
*/
.title__container {
  margin-top: 178px;
  width: 53.3333333333%;
  max-width: 768px;
  margin-inline: auto;
}
@media (max-width: 735px) {
  .title__container {
    margin-top: 80px;
    width: 74.1333333333%;
  }
}

:is(.concept__container, .purpose__container) {
  width: 53.3333333333%;
  max-width: 768px;
  margin-inline: auto;
}
@media (max-width: 735px) {
  :is(.concept__container, .purpose__container) {
    width: 88%;
  }
}

.member .section-header__container {
  width: 52.0833333333%;
  max-width: 750px;
  margin-inline: auto;
}
@media (max-width: 735px) {
  .member .section-header__container {
    width: 89.3333333333%;
  }
}

.board__container {
  width: 56.3888888889%;
  max-width: 812px;
  margin-inline: auto;
}
@media (max-width: 1023px) {
  .board__container {
    width: 73.6111111111%;
    max-width: 1060px;
  }
}
@media (max-width: 735px) {
  .board__container {
    width: 93.3333333333%;
  }
}

.writer__container {
  width: 73.6111111111%;
  max-width: 1060px;
  margin-inline: auto;
}
@media (max-width: 735px) {
  .writer__container {
    width: 92%;
  }
}

:is(.editorial-office__container, .about-us__container) {
  width: 69.4444444444%;
  max-width: 1000px;
  margin-inline: auto;
}
@media (max-width: 735px) {
  :is(.editorial-office__container, .about-us__container) {
    width: 90.6666666667%;
  }
}

.company-overview__container {
  width: 75%;
  max-width: 1080px;
  margin-inline: auto;
}
@media (max-width: 735px) {
  .company-overview__container {
    width: 90.6666666667%;
  }
}

/*
* --- -- - -- --- -- - -- --- -- - -- --- -- - -- ---
* ページ内共通テキスト
* --- -- - -- --- -- - -- --- -- - -- --- -- - -- ---
*/
.about__content-text {
  margin-top: 40px;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 735px) {
  .about__content-text {
    font-size: 1.4rem;
  }
}
.about__content-text--em {
  font-size: 2rem;
  font-weight: bold;
  font-style: normal;
}
@media (max-width: 735px) {
  .about__content-text--em {
    font-size: 1.6rem;
  }
}

.about__content-emphasis {
  margin-top: 90px;
  padding-block: 42px;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media (max-width: 735px) {
  .about__content-emphasis {
    padding-block: 24px;
  }
}
.about__content-emphasis-text {
  display: inline-block;
  text-align: left;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 735px) {
  .about__content-emphasis-text {
    font-size: 1.8rem;
  }
}

.about__content-emphasis + .about__content-text {
  margin-top: 24px;
}
@media (max-width: 735px) {
  .about__content-emphasis + .about__content-text {
    margin-top: 40px;
  }
}

.about__sub-text {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (max-width: 735px) {
  .about__sub-text {
    font-size: 1rem;
  }
}

/*
* --- -- - -- --- -- - -- --- -- - -- --- -- - -- ---
* main
* --- -- - -- --- -- - -- --- -- - -- --- -- - -- ---
*/
.main {
  padding-top: 98px;
  background-color: #ffffff;
}
@media (max-width: 735px) {
  .main {
    padding-top: 84px;
  }
}

@media (max-width: 735px) {
  .breadcrumb {
    display: none;
  }
}

/*
* --- -- - -- --- -- - -- --- -- - -- --- -- - -- ---
* page-title
* --- -- - -- --- -- - -- --- -- - -- --- -- - -- ---
*/
.page-title {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 35px;
}
@media (max-width: 735px) {
  .page-title {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
}
.page-title__wrapper {
  display: inline-block;
  padding-bottom: 29px;
  border-bottom: 4px solid #000;
}
@media (max-width: 735px) {
  .page-title__wrapper {
    padding-bottom: 15px;
    border-bottom: 2.2px solid #000;
  }
}
.page-title__sub {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media (max-width: 735px) {
  .page-title__sub {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}
.page-title__logo {
  display: inline-block;
  width: 387px;
  margin-right: 31px;
}
@media (max-width: 735px) {
  .page-title__logo {
    width: 220px;
    margin-right: 15px;
  }
}
.page-title__logo img {
  width: 100%;
}

/*
* --- -- - -- --- -- - -- --- -- - -- --- -- - -- ---
* section-title
* --- -- - -- --- -- - -- --- -- - -- --- -- - -- ---
*/
.section-title__en {
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  width: 200px;
  height: 40px;
  border-radius: 35px;
  border: 1px solid #000;
}

.concept .section-title__en {
  background-color: #f24326;
}

.purpose .section-title__en {
  background-color: #e3dbed;
}

.member .section-title__en {
  background-color: #aee6ff;
}

.about-us .section-title__en {
  background-color: #e2ffdf;
}

.section-title__ja {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-top: 45px;
}
@media (max-width: 735px) {
  .section-title__ja {
    font-size: 2rem;
    margin-top: 29px;
  }
}

/*
* --- -- - -- --- -- - -- --- -- - -- --- -- - -- ---
* concept
* --- -- - -- --- -- - -- --- -- - -- --- -- - -- ---
*/
.concept {
  margin-top: 150px;
  background-color: #ffffff;
}
.concept .section-title__ja {
  line-height: 1.8;
  color: #f24326;
}
@media (max-width: 735px) {
  .concept .section-title__ja {
    margin-top: 48px;
  }
}
.concept .about__content-text-wrapper {
  display: block;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  margin-left: 1em;
}
@media (max-width: 735px) {
  .concept .about__content-text-wrapper {
    margin-left: 0;
  }
}

/*
* --- -- - -- --- -- - -- --- -- - -- --- -- - -- ---
* purpose
* --- -- - -- --- -- - -- --- -- - -- --- -- - -- ---
*/
.purpose {
  padding-block: 150px 96px;
  background-color: #ffffff;
}
@media (max-width: 735px) {
  .purpose {
    padding-block: 150px 48px;
  }
}
.purpose__question {
  display: inline-block;
  font-family: "Lato", sans-serif;
  color: #C7A3F3;
  vertical-align: middle;
  margin-inline: 0.25em;
  font-size: 6.4rem;
}
@media (max-width: 735px) {
  .purpose__question {
    font-size: 3.6rem;
  }
}
.purpose .about__content-text-wrapper {
  display: block;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
}
.purpose .about__content-emphasis-text {
  color: #c7a3f3;
  font-size: 2.4rem;
}
.purpose .about__content-emphasis-text-sub {
  display: inline-block;
  margin-top: 24px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 735px) {
  .purpose .about__content-emphasis-text-sub {
    font-size: 1.4rem;
  }
}
.purpose .about__content-lead {
  margin-top: 40px;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 735px) {
  .purpose .about__content-lead {
    font-size: 2rem;
  }
}
.purpose .about__content-lead.--add-mt {
  margin-top: 86px;
}
@media (max-width: 735px) {
  .purpose .about__content-lead.--add-mt {
    margin-top: 48px;
  }
}
.purpose .about__content-text:last-of-type {
  margin-bottom: 64px;
}
.purpose__text-em {
  display: inline-block;
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 735px) {
  .purpose__text-em {
    margin-top: 0.4em;
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

.purpose__vs-container {
  padding-block: 28px;
  background-color: #f1f1f1;
}

.purpose__vs-figure {
  width: 53.3333333333%;
  max-width: 768px;
  margin-inline: auto;
}
@media (max-width: 735px) {
  .purpose__vs-figure {
    width: 88%;
  }
}

/*
* ---------
* 「つづきを読む」ボタン
* ---------
*/
/*
* --- -- - -- --- -- - -- --- -- - -- --- -- - -- ---
* member
* --- -- - -- --- -- - -- --- -- - -- --- -- - -- ---
*/
.member {
  padding-top: 88px;
  padding-bottom: 103px;
  background-color: #F0F1F7;
  /*
  * ---------
  * board
  * ---------
  */
  /*
  * -------
  * writer
  * -------
  */
  /*
  * -------------------
  * Editorial office
  * -------------------
  */
}
@media (max-width: 735px) {
  .member {
    padding-top: 55px;
    padding-bottom: 38px;
  }
}
@media (max-width: 735px) {
  .member .section-header {
    margin-bottom: 35px;
    border-bottom: 1px solid #888888;
  }
}
.member .section-header__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 56px;
}
@media (max-width: 1023px) {
  .member .section-header__container {
    display: block;
    margin-bottom: 35px;
  }
}
.member .section-title__ja {
  width: 214px;
}
.member .section-header__note {
  text-align: right;
}
@media (max-width: 1023px) {
  .member .section-header__note {
    text-align: left;
    margin-top: 36px;
  }
}
.member__hr {
  display: none;
}
@media (max-width: 735px) {
  .member__hr {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #888888;
  }
}
.member .subsection__title-ja {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.member .subsection__title-en {
  display: block;
  margin-top: 10px;
  color: #aee6ff;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
}
@media (max-width: 735px) {
  .member .subsection__title-en {
    font-size: 1rem;
  }
}
.member .board .subsection__header {
  padding-top: 28px;
  border-top: 1px solid #888888;
  text-align: center;
}
@media (max-width: 735px) {
  .member .board .subsection__header {
    border-top: none;
    text-align: right;
  }
}
.member .board .subsection__note {
  margin-top: 32px;
  text-align: left;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.1em;
}
.member .board .subsection__title-en {
  color: #aee6ff;
}
.member .board__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(381px, 1fr));
  gap: 62px 32px;
  padding-top: 70px;
  justify-content: center;
}
@media (max-width: 735px) {
  .member .board__list {
    display: block;
    padding-top: 40px;
    width: calc(100% - 16px);
  }
}
.member .board__item {
  display: grid;
  position: relative;
  max-width: 500px;
  margin-inline: auto;
}
@media (max-width: 735px) {
  .member .board__item {
    margin-top: 42px;
  }
}
.member .board__item::before {
  display: block;
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  z-index: 2;
}
.member .board__item:nth-child(odd)::before {
  content: "";
  display: block;
  width: 100%;
  height: 22px;
  background-image: url(../../images/about/board-tab_bk.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.member .board__item:nth-child(even)::before {
  content: "";
  display: block;
  width: 100%;
  height: 22px;
  background-image: url(../../images/about/board-tab_bl.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.member .board__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 13px;
  width: 100%;
  height: 100%;
  transition: top 0.3s cubic-bezier(0, 0.5, 0.5, 1), left 0.3s cubic-bezier(0, 0.5, 0.5, 1);
  border-radius: 0 18px 18px 18px;
  z-index: 0;
}
@media (max-width: 735px) {
  .member .board__item::after {
    top: 11px;
    left: 11px;
  }
}
.member .board__item:nth-child(odd)::after {
  background: linear-gradient(to bottom, #1770ff, black);
}
.member .board__item:nth-child(even)::after {
  background-color: #ffffff;
  border: 1px solid #000;
}
.member .board__link {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  height: 100%;
}
.member .board__header {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  top: 1px;
  width: 100%;
  padding-top: 31px;
  padding-left: 14px;
  background-color: #000;
  border-radius: 0 16px 0 0;
  color: #ffffff;
  flex: 0 0 auto;
}
@media (max-width: 1299px) {
  .member .board__header {
    padding-top: 24px;
  }
}
@media (max-width: 1023px) {
  .member .board__header {
    padding-top: 20px;
  }
}
.member .board__content {
  flex: 1 1 auto;
}
.member .board__item:nth-child(even) .board__header {
  background-color: #3170ff;
  color: #ffffff;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.member .board__item:nth-child(even) .board__content {
  position: relative;
  background-color: #3170ff;
  color: #ffffff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.member .board__item:nth-child(even) .board__content::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 4%;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, #000, #3170ff);
}
.member .board__item:nth-child(odd) .board__header {
  background-color: #000;
  color: #ffffff;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.member .board__item:nth-child(odd) .board__content {
  position: relative;
  background-color: #000;
  color: #ffffff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.member .board__item:nth-child(odd) .board__content::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 4%;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, #3170ff, #000);
}
.member .board__item:nth-child(odd) .board__footer {
  position: relative;
}
.member .board__figure {
  display: block;
  width: 100%;
  max-width: 100px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 50%;
}
.member .board__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.member .board__info {
  padding-top: 15px;
}
.member .board__name {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.member .board__job {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
.member .board__field {
  margin-top: 16px;
  padding: 0.25em 0.75em;
  width: fit-content;
  border-radius: 13px;
  border: 1px solid #ffffff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
.member .board__comment {
  width: 71.13%;
  margin-left: 35px;
  padding-block: 10px;
  font-size: 1.1rem;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .member .board__comment {
    width: 80%;
    margin-left: 20px;
  }
}
@media (max-width: 735px) {
  .member .board__comment {
    width: 82%;
    margin-left: 24px;
    font-size: 1rem;
  }
}
.member .board__footer {
  position: relative;
  border-radius: 0 0 16px 16px;
  border: 1px solid #000;
  background-color: #ffffff;
  flex: 0 0 auto;
  min-height: 50px;
}
.member .board__footer::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 6%;
  right: calc(4% - 4px);
  width: 10px;
  height: 10px;
  background-color: #3170ff;
  border-radius: 50%;
  border: 1px solid #000;
  z-index: 2;
}
@media (max-width: 735px) {
  .member .board__footer::before {
    width: 9px;
    height: 9px;
  }
}
.member .board__footer::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 4%;
  width: 1px;
  height: 93%;
  background-color: #000;
}
.member .board__bio {
  width: 71.13%;
  margin-left: calc(35px + 1em);
  padding-block: 14px;
  color: #000;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 2;
  list-style: disc;
  list-style-position: outside;
}
@media (max-width: 1023px) {
  .member .board__bio {
    width: 76%;
    margin-left: 36px;
  }
}
@media (max-width: 735px) {
  .member .board__bio {
    width: 82%;
    margin-left: calc(24px + 1em);
    font-size: 1rem;
  }
}
.member .writer {
  padding-top: 98px;
  padding-bottom: 53px;
}
@media (max-width: 735px) {
  .member .writer {
    padding-top: 60px;
    padding-bottom: 25px;
  }
}
.member .writer__container {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 0 32px;
}
@media (max-width: 735px) {
  .member .writer__container {
    padding: 0px 10px;
    border-radius: 11px;
  }
}
.member .writer .section-header__container {
  margin-bottom: 56px;
}
.member .writer .subsection__header {
  padding-block: 58px 32px;
  border: 1px solid #aaaaaa;
  border-top: none;
}
.member .writer .subsection__title {
  text-align: center;
}
.member .writer .subsection__title-en {
  color: #000;
}
.member .writer__list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, minmax(134px, 1fr));
  gap: 60px;
  padding: 42px;
  border: 1px solid #aaaaaa;
  border-top: none;
}
@media (max-width: 1023px) {
  .member .writer__list {
    grid-template-columns: repeat(auto-fill, 24.6333333333%);
    padding: 36px 13px;
  }
}
@media (max-width: 735px) {
  .member .writer__list {
    grid-template-columns: repeat(auto-fill, calc(33.3333333333% - 10px));
    gap: 18px 12px;
    padding: 24px 11px;
  }
}
.member .writer__link {
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  transition: filter 0.3s ease-in-out;
  cursor: pointer;
}
.member .writer__link:hover .writer__image::after {
  background-color: rgba(0, 0, 0, 0.5);
}
.member .writer__figure {
  position: relative;
  /* オーバーレイの基準に */
  border-radius: 50%;
  overflow: hidden;
  max-width: 134px;
  width: 100%;
  aspect-ratio: 1/1;
  border: 2px solid #000;
}
.member .writer__figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  /* 初期は透明 */
  transition: background-color 0.3s ease;
  pointer-events: none;
  /* ユーザー操作を邪魔しない */
}
.member .writer__link:hover .writer__figure::after {
  background-color: rgba(0, 0, 0, 0.1);
  /* 黒 10% オーバーレイ */
}
.member .writer__image {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.member .writer__name {
  margin-top: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #000;
}
@media (max-width: 735px) {
  .member .writer__name {
    font-size: 1.1rem;
  }
}
.member .writer__field {
  display: block;
  margin-top: 4px;
  padding: 0.25em 0.75em;
  width: fit-content;
  min-width: 90px;
  border-radius: 13px;
  border: 1px solid #000;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.48;
  letter-spacing: 0.1em;
  color: #000;
}
@media (max-width: 735px) {
  .member .writer__field {
    font-size: 0.8rem;
  }
}
.member .writer .subsection__footer {
  display: grid;
  place-items: center;
  height: 71px;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
}
.member .writer .subsection__footer-text {
  font-family: "Lato", sans-serif;
  font-size: 0.9rem;
  color: #aaaaaa;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.member .editorial-office {
  padding-top: 25px;
}
@media (max-width: 735px) {
  .member .editorial-office {
    padding-top: 13px;
  }
}
.member .editorial-office__container {
  border: 1px solid #000;
  border-radius: 13px;
  padding: 36px 24px;
}
@media (max-width: 735px) {
  .member .editorial-office__container {
    padding: 18px 20px;
    border-radius: 11px;
  }
}
.member .subsection__title-en {
  color: #000;
}
@media (max-width: 735px) {
  .member .subsection__title-en {
    font-size: 1.3rem;
  }
}
.member .about__text {
  margin-top: 28px;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (max-width: 735px) {
  .member .about__text {
    margin-top: 24px;
    font-size: 1.1rem;
  }
}
.member .editorial-office__staff-list {
  margin-top: 28px;
  list-style: disc;
  list-style-position: outside;
  padding-left: 1.5em;
}
@media (max-width: 735px) {
  .member .editorial-office__staff-list {
    margin-top: 24px;
  }
}
.member .editorial-office__staff-item {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (max-width: 735px) {
  .member .editorial-office__staff-item {
    font-size: 1.4rem;
  }
}
@media (max-width: 735px) {
  .member .editorial-office__staff-item:not(:first-child) {
    margin-top: 0;
  }
}

/*
* --- -- - -- --- -- - -- --- -- - -- --- -- - --
* tab-list
* --- -- - -- --- -- - -- --- -- - -- --- -- - --
*/
.about .top-fv__bottom-slider {
  width: 100%;
  padding: 14px 0 15px;
  background-color: #F0F1F7;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.slider-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 0;
  letter-spacing: 0;
  font-family: "Lato", sans-serif;
  padding: 16px 15px;
  border: 1px solid #000;
  border-radius: 16px;
}

/*
* --- -- - -- --- -- - -- --- -- - -- --- -- - --
* about-us
* --- -- - -- --- -- - -- --- -- - -- --- -- - --
*/
.about-us {
  padding-top: 150px;
  padding-bottom: 104px;
  background-color: #ffffff;
  /*
  * -------------------
  * company-overview
  * -------------------
  */
  /*
  * -------------------
  * section-footer
  * -------------------
  */
}
@media (max-width: 735px) {
  .about-us {
    padding-top: 51px;
    padding-bottom: 98px;
  }
}
.about-us .section-title__ja {
  margin-top: 30px;
}
.about-us__subsection {
  margin-top: 44px;
}
.about-us .about__subsection-title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
.about-us .about__subsection-text {
  margin-top: 40px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (max-width: 735px) {
  .about-us .about__subsection-text {
    padding-inline: 5px;
    font-size: 1.4rem;
    line-height: 2.35;
  }
}
.about-us__note {
  position: relative;
  margin-top: 24px;
  padding-left: 110px;
}
@media (max-width: 735px) {
  .about-us__note {
    padding-inline: 53px 28px;
  }
}
.about-us__note::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 22px;
  border-left: 1px solid #888888;
  border-bottom: 1px solid #888888;
}
@media (max-width: 735px) {
  .about-us__note::before {
    width: 23px;
    height: 22px;
    left: 15px;
  }
}
.about-us__note-title {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (max-width: 735px) {
  .about-us__note-title {
    font-size: 1.2rem;
  }
}
.about-us__note-item {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (max-width: 735px) {
  .about-us__note-item {
    font-size: 1.2rem;
  }
}
.about-us .company-overview {
  margin-top: 40px;
}
.about-us .company-overview__container {
  background-color: #000;
  border-radius: 10px;
  padding: 39px 0 80px;
}
.about-us .company-overview__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  margin-inline: 72px;
}
@media (max-width: 1023px) {
  .about-us .company-overview__wrapper {
    justify-content: center;
    gap: 5%;
    margin-inline: 19px;
  }
}
@media (max-width: 735px) {
  .about-us .company-overview__wrapper {
    flex-direction: column;
    margin-inline: 19px;
    gap: 0;
  }
}
.about-us .company-overview__figure {
  margin-left: 65px;
  width: 216px;
}
@media (max-width: 1023px) {
  .about-us .company-overview__figure {
    margin-left: 0;
    width: 25%;
  }
}
@media (max-width: 735px) {
  .about-us .company-overview__figure {
    margin-top: 88px;
    margin-inline: auto;
    width: 47%;
  }
}
.about-us .company-overview__content {
  width: 57.37%;
}
@media (max-width: 735px) {
  .about-us .company-overview__content {
    margin-top: 108px;
    width: 100%;
  }
}
.about-us .company-overview__title {
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 735px) {
  .about-us .company-overview__title {
    font-size: 2.4rem;
  }
}
.about-us .company-overview__description {
  margin-top: 48px;
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media (max-width: 735px) {
  .about-us .company-overview__description {
    margin-top: 80px;
    font-size: 1.4rem;
  }
}
.about-us .company-overview__button {
  margin-top: 40px;
  width: 260px;
  margin-left: auto;
}
@media (max-width: 735px) {
  .about-us .company-overview__button {
    margin-top: 40px;
    margin-inline: auto;
  }
}
.about-us .section-footer {
  padding-top: 160px;
}
@media (max-width: 735px) {
  .about-us .section-footer {
    padding-top: 138px;
  }
}
.about-us .section-footer__text {
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 2.35;
}
@media (max-width: 735px) {
  .about-us .section-footer__text {
    font-size: 1.4rem;
  }
}

@media (max-width: 735px) {
  .modal-button {
    bottom: 64px;
  }
}

/*# sourceMappingURL=about.css.map */
