@charset "UTF-8";
/*========== normalize ==========*/
html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ========== base ========== */
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  color: #0435C1;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-weight: 500;
  line-break: strict;
  line-height: 1.75;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
html:not(.no-smooth-scrolling) {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  height: 100%;
  line-break: strict;
  position: relative;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}

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

a {
  color: #0435C1;
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}
@media (pointer: fine) {
  a.underline:hover {
    filter: brightness(1.25);
  }
}

figure,
picture {
  display: block;
}
figure > img,
picture > img {
  display: block;
  height: auto;
  width: 100%;
}

.sr-only {
  display: none;
}

@media screen and (min-width: 576px) {
  .xs-ssm {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .md-over,
  .pc-only {
    display: none;
  }
}

.d-ib {
  display: inline-block;
}

.page__container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

/*==========
  "cmn" classes
==========*/
.cmn__contwidth {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: calc(100% - 40px);
}
@media screen and (min-width: 576px) {
  .cmn__contwidth {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 768px) {
  .cmn__contwidth {
    width: 690px;
  }
}
@media screen and (min-width: 992px) {
  .cmn__contwidth {
    width: 912px;
  }
}
@media screen and (min-width: 1200px) {
  .cmn__contwidth {
    width: 1062px;
  }
}
@media screen and (min-width: 1440px) {
  .cmn__contwidth {
    width: 1200px;
  }
}

.cmn__yghead {
  color: #E6BC15;
  font-size: 24px;
  line-height: 1.25;
}
.cmn__yghead span.en {
  display: block;
  font-weight: 700;
  font-size: 3.375em;
}
@media screen and (min-width: 768px) {
  .cmn__yghead span.en {
    font-size: 3.75em;
  }
}
.cmn__yghead span.ja {
  display: block;
  font-weight: 500;
  margin-top: -0.2916666667em;
}
@media screen and (min-width: 768px) {
  .cmn__yghead span.ja {
    margin-top: -0.0416666667em;
  }
}

/* --- 青いボタン --- */
a.cmn__arrow-button,
button.cmn__arrow-button {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: linear-gradient(90deg, #1d3778 0%, #5173d3 100%);
  background-color: transparent;
  border: #fff 1px solid;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0.5555555556em;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
  padding: 0.8888888889em 2.1111111111em 1em 1.6666666667em;
  text-align: left;
  transition: color 0.5s;
}

a.cmn__arrow-button::before,
button.cmn__arrow-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #fff 0%, #fff 100%);
  opacity: 0;
  transition: opacity 0.8s ease;
}

a.cmn__arrow-button::after,
button.cmn__arrow-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 1.1111111111em;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url(../img/cmn/arrow-gold.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (pointer: fine) {
  a.cmn__arrow-button:hover::before,
  button.cmn__arrow-button:hover::before {
    opacity: 1;
  }
  a.cmn__arrow-button:hover,
  button.cmn__arrow-button:hover {
    color: #0435c1;
    border: #0435c1 1px solid;
  }
}
a.cmn__arrow-button:active,
button.cmn__arrow-button:active {
  transform: scale(0.98);
}

a.cmn__booklink > img {
  display: block;
  box-shadow: 2px 4px 8px 2px rgba(0, 0, 0, 0.25);
  transform-origin: right bottom;
  transform-style: preserve-3d;
  transition-property: box-shadow, transform, filter;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a.cmn__booklink > div.cmn__amazon-link-badge {
  margin: 27px auto 0;
}
@media (pointer: fine) {
  a.cmn__booklink:hover > img {
    filter: brightness(1.1);
    box-shadow: 4px 13px 10px 0px rgba(0, 0, 0, 0.25);
    transform: perspective(500px) translate3d(-1px, -10px, 4px);
  }
}
@media (pointer: coarse) {
  a.cmn__booklink:active > img {
    transform: perspective(200px) translate3d(0px, 1px, -3px);
  }
}
a.cmn__booklink.block {
  display: block;
}
a.cmn__booklink.block > img {
  height: auto;
  width: 100%;
}

div.cmn__amazon-link-badge {
  overflow: hidden;
  text-indent: 125%;
  white-space: nowrap;
  background: #fff url(../img/cmn/amazon-link-badge-label@2x.webp) center/contain no-repeat;
  border: 2px solid #f90;
  border-radius: 10px;
  height: 50px;
  width: 220px;
  transition-duration: 0.1s;
  transition-property: filter, transform;
  transition-timing-function: ease-out;
}
@media screen and (min-width: 768px) {
  div.cmn__amazon-link-badge {
    border-radius: 5.75px;
    border-width: 1.15px;
    height: 28.75px;
    width: 126.5px;
  }
}
@media screen and (min-width: 992px) {
  div.cmn__amazon-link-badge {
    border-radius: 7.6px;
    border-width: 1.52px;
    height: 38px;
    width: 167.2px;
  }
}
@media screen and (min-width: 1200px) {
  div.cmn__amazon-link-badge {
    border-radius: 8.85px;
    border-width: 1.77px;
    height: 44.25px;
    width: 194.7px;
  }
}
@media screen and (min-width: 1440px) {
  div.cmn__amazon-link-badge {
    border-radius: 10px;
    border-width: 2px;
    height: 50px;
    width: 220px;
  }
}
div.cmn__amazon-link-badge:active {
  transform: scale(0.99);
  filter: brightness(1.3);
}

a.cmn__textlink {
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 2.5px;
  transition: filter 0.1s ease-out;
}
@media (pointer: fine) {
  a.cmn__textlink:hover {
    filter: brightness(1.3);
  }
}

/* ==========
  sliding設定
========== */
.sliding_left {
  opacity: 0;
  transform: translateX(14vw);
  transition-delay: 0s;
  transition-duration: 0.2s, 2s;
  transition-property: opacity, transform;
  transition-timing-function: ease-in, cubic-bezier(0.19, 1, 0.22, 1);
}
.sliding_left.done-sliding {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
@media screen and (min-width: 768px) {
  .sliding_left.done-sliding {
    transition-delay: calc(var(--pcdelay, 0s) + 0.2s);
  }
}

.sliding_up {
  opacity: 0;
  transform: translateY(40px);
  transition-property: opacity, transform;
  transition-delay: 0s;
  transition-duration: 0.75s, 0.5s;
  transition-timing-function: linear, cubic-bezier(0.075, 0.82, 0.165, 1);
}
.sliding_up.done-sliding {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
@media screen and (min-width: 768px) {
  .sliding_up.done-sliding {
    transition-delay: calc(var(--pcdelay, 0s) + 0.2s);
  }
}

.sliding_right {
  opacity: 0;
  transform: translateX(-14vw);
  transition-property: opacity, transform;
  transition-delay: 0s;
  transition-duration: 0.2s, 0.7s;
  transition-timing-function: ease-in, cubic-bezier(0.19, 1, 0.22, 1);
}
.sliding_right.done-sliding {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
@media screen and (min-width: 768px) {
  .sliding_right.done-sliding {
    transition-delay: calc(var(--pcdelay, 0s) + 0.2s);
  }
}

/*==========
  header
  全ページ共有
==========*/
header {
  align-items: center;
  backdrop-filter: blur(2px);
  background-color: #fff;
  display: flex;
  height: 80px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  transition-property: background-color, height;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
@media screen and (min-width: 768px) {
  header {
    height: 115px;
  }
}
header.narrow {
  background-color: rgba(255, 255, 255, 0.85);
  height: 70px;
}

.header__content {
  align-items: center;
  display: flex;
  height: 70px;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .header__content {
    height: 95px;
  }
}
.header__content .site-title {
  font-size: 23px;
  line-height: 1.1304347826;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header__content .site-title {
    font-size: 32px;
    line-height: 1.125;
    transition: font-size 0.5s ease-out;
  }
}
.header__content .site-title > a {
  display: block;
}
.header__content .site-title span.lg,
.header__content .site-title span.sm {
  display: block;
}
.header__content .site-title span.lg {
  font-family: "Zen Old Mincho", "Noto Serif JP", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  margin-right: -0.2em;
}
.header__content .site-title span.sm {
  font-size: 0.5652173913em;
  font-weight: 500;
  letter-spacing: 0.4em;
  line-height: 1;
  margin-right: -0.4em;
}
@media screen and (min-width: 768px) {
  .header__content .site-title span.sm {
    font-size: 0.5625em;
    margin-top: 4px;
  }
}
.header__content button.header-nav-closer {
  overflow: hidden;
  text-indent: 125%;
  white-space: nowrap;
  background: url(../img/cmn/header-nav-close-icon.svg) center/contain no-repeat;
  border: none;
  height: 36px;
  left: 20px;
  padding: 0;
  position: sticky;
  top: 0px;
  width: 36px;
}
@media screen and (min-width: 375px) {
  .header__content button.header-nav-closer {
    left: 40px;
  }
}
.header__content button.header-nav-closer:active {
  transform: scale(0.95);
}

@media screen and (min-width: 768px) {
  header.narrow {
    transition-property: all;
    height: 60px;
  }
  header.narrow .site-title {
    font-size: 24px;
    line-height: 1.125;
  }
}
@media screen and (max-width: 767px) {
  button.header-nav-opener {
    overflow: hidden;
    text-indent: 125%;
    white-space: nowrap;
    background: url(../img/cmn/header-nav-open-icon.svg) 0 0/contain no-repeat;
    border: none;
    height: 33px;
    width: 44px;
  }
  button.header-nav-opener:active {
    transform: scale(0.95);
  }
  nav.header__nav {
    background: url(../img/cmn/footer-bg-sp-q75@2x.webp) 50% 0/cover no-repeat;
    color: white;
    filter: brightness(0.25);
    height: 100vh;
    height: 100dvh;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-top: 40px;
    padding-bottom: 40px;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    transition-property: filter, opacity;
    transition-duration: 0.5s, 0.2s;
    transition-delay: 0.2s, 0s;
    transition-timing-function: ease-out;
  }
  nav.header__nav.opened {
    filter: brightness(1);
    opacity: 1;
    pointer-events: all;
  }
  nav.header__nav a {
    color: inherit;
  }
  nav.header__nav > ul {
    list-style: none;
    margin: 0 auto;
    padding-left: 0;
    position: relative;
    width: max-content;
  }
  nav.header__nav > ul li.top,
  nav.header__nav > ul li.reg,
  nav.header__nav > ul li.contact,
  nav.header__nav > ul li.privacy {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 19px;
  }
  nav.header__nav > ul li.site-title {
    font-size: 35px;
    margin-bottom: 35px;
  }
  nav.header__nav > ul li.site-title span.lg {
    line-height: 1.4285714286;
  }
  nav.header__nav > ul li.site-title span.sm {
    font-size: 0.5428571429em;
    font-weight: 900;
    letter-spacing: 0.72em;
    padding-left: 0.72em;
  }
  nav.header__nav > ul li.contact .label.sp-only {
    display: inline;
  }
  nav.header__nav > ul li.sns > ul {
    display: flex;
    gap: 24px;
    list-style: none;
    margin: 34px 0 0;
    padding: 0;
  }
  nav.header__nav > ul li.sns > ul > li > a {
    overflow: hidden;
    text-indent: 125%;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 36px;
    width: 36px;
  }
  nav.header__nav > ul li.sns > ul > li.xtwi > a {
    background-image: url(../img/cmn/sns-xtwi-wt36-logo.svg);
  }
  nav.header__nav > ul li.sns > ul > li.inst > a {
    background-image: url(../img/cmn/sns-inst-wt36-logo.svg);
  }
  nav.header__nav > ul li.sns > ul > li.note > a {
    background-image: url(../img/cmn/sns-note-wt36-logo.svg);
  }
}
@media screen and (min-width: 768px) {
  nav.header__nav {
    position: relative;
  }
  nav.header__nav > ul {
    align-items: center;
    list-style: none;
    margin: 0;
    padding-left: 0;
    position: relative;
  }
  nav.header__nav > ul li.reg > a {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 1;
  }
  nav.header__nav > ul li.reg > a::before {
    background-color: #0435C1;
    content: "";
    height: 1px;
    margin: 9px 0 5px;
    order: 1;
    width: 45px;
  }
  nav.header__nav > ul li.reg > a::after {
    content: var(--label);
    font-size: 13px;
    letter-spacing: 0.3em;
    margin-right: -0.3em;
    order: 2;
    height: 1em;
    opacity: 1;
    transform: scaleY(1);
    transform-origin: 50% 0%;
    transition-duration: 0.5s;
    transition-property: height, transform, opacity;
    transition-timing-function: ease-out;
  }
}
@media screen and (min-width: 768px) and (pointer: fine) {
  nav.header__nav > ul li.reg > a:hover::before {
    animation: li_reg_divider_anim 1s ease-out 0s 1 normal both;
  }
}
@media screen and (min-width: 768px) {
  @keyframes li_reg_divider_anim {
    0% {
      width: 45px;
    }
    10% {
      width: 2px;
    }
    100% {
      width: 45px;
    }
  }
  nav.header__nav > ul li.contact > a {
    align-items: center;
    border: 1px solid #0435C1;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 7px 0 10px;
    width: 100%;
    transition-duration: 0.5s;
    transition-property: background-color, color, padding;
    transition-timing-function: ease-out;
  }
  nav.header__nav > ul li.contact > a .label.pc-only {
    text-align: center;
  }
  nav.header__nav > ul li.contact > a .label.pc-only .en {
    font-size: 13px;
    letter-spacing: 0.1em;
    height: 19px;
    line-height: 1.4615384615;
    margin-right: -0.1em;
    opacity: 1;
    transform: scaleY(1);
    transform-origin: 50% 100%;
    transition-duration: 0.5s;
    transition-property: height, opacity, transform;
    transition-timing-function: ease-out;
  }
  nav.header__nav > ul li.contact > a .label.pc-only .ja {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 2px;
    transition-duration: 0.5s;
    transition-property: font-size, margin-top;
    transition-timing-function: ease-out;
  }
}
@media screen and (min-width: 768px) and (pointer: fine) {
  nav.header__nav > ul li.contact > a:hover {
    color: white;
    background-color: #0435C1;
  }
}
@media screen and (min-width: 768px) {
  header.narrow nav.header__nav > ul li.reg > a::after {
    height: 0;
    opacity: 0;
    transform: scaleY(0);
  }
  header.narrow nav.header__nav > ul li.contact > a {
    padding: 4px 0 5px;
  }
  header.narrow nav.header__nav > ul li.contact > a .label.pc-only .en {
    height: 0;
    transform: scaleY(0);
    opacity: 0;
  }
  header.narrow nav.header__nav > ul li.contact > a .label.pc-only .ja {
    font-size: 12px;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  nav.header__nav > ul {
    display: grid;
    gap: 19px;
    grid-template-columns: repeat(4, auto) 162px;
  }
}
@media screen and (min-width: 992px) {
  nav.header__nav > ul {
    gap: 0;
    grid-template-columns: repeat(4, 1fr) 186px;
  }
}
@media screen and (min-width: 992px) {
  nav.header__nav > ul li.reg {
    width: 140px;
  }
}
@media screen and (min-width: 1200px) {
  nav.header__nav > ul li.reg {
    width: 162px;
  }
}
@media screen and (min-width: 992px) {
  nav.header__nav > ul li.contact {
    margin-left: 24px;
  }
}

/*==========
  footer
  全ページ共有
==========*/
footer {
  background: url(../img/cmn/footer-bg-sp-q75@2x.webp) 50% 0/cover no-repeat;
  color: #fff;
  padding: 106px 0 20px;
}
@media screen and (min-width: 768px) {
  footer {
    background-image: url(../img/cmn/footer-bg-pc@2x.webp);
  }
}
footer a {
  color: inherit;
}
footer ul {
  list-style: none;
  margin: 0 auto;
  padding-left: 0;
  text-align: center;
}
footer .site-name {
  font-size: 40px;
  text-align: center;
}
footer .site-name span.lg,
footer .site-name span.sm {
  display: block;
}
footer .site-name span.lg {
  font-family: "Zen Old Mincho", "Noto Serif JP", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  line-height: 1.45;
  padding-left: 0.2em;
}
footer .site-name span.sm {
  font-weight: 900;
  font-size: 0.55em;
  letter-spacing: 0.72em;
  line-height: 1.4545454545;
  margin-top: 1px;
  padding-left: 0.72em;
}
footer ul.menu-list {
  font-size: 18px;
  line-height: 2;
  margin-top: 68px;
  width: 200px;
}
footer ul.menu-list li + li {
  margin-top: 4px;
}
footer ul.menu-list li > a {
  border-radius: 8px;
  display: block;
  transition: background-color 0.1s ease-out;
}
@media (pointer: fine) {
  footer ul.menu-list li > a:hover {
    background-color: rgba(0, 0, 0, 0.25);
  }
}
footer ul.sns-list {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-top: 60px;
}
footer ul.sns-list > li > a {
  overflow: hidden;
  text-indent: 125%;
  white-space: nowrap;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 8px;
  display: block;
  height: 36px;
  transition: background-color 0.1s ease-out;
  width: 36px;
}
@media (pointer: fine) {
  footer ul.sns-list > li > a:hover {
    background-color: rgba(0, 0, 0, 0.25);
  }
}
footer ul.sns-list > li.xtwi > a {
  background-image: url(../img/cmn/sns-xtwi-wt36-logo.svg);
}
footer ul.sns-list > li.inst > a {
  background-image: url(../img/cmn/sns-inst-wt36-logo.svg);
}
footer ul.sns-list > li.note > a {
  background-image: url(../img/cmn/sns-note-wt36-logo.svg);
}
footer .contact-link {
  margin-top: 72px;
}
footer .contact-link > a {
  background: transparent url(../img/cmn/arrow-white.svg) right 20px center/18px auto no-repeat;
  border-radius: 8px;
  border: 1px solid white;
  display: block;
  font-size: 18px;
  line-height: 1.4444444444;
  margin: 0 auto;
  max-width: 300px;
  padding: 17px 39px 19px 22px;
  transition: background-color 0.1s ease-out;
  width: 100%;
}
@media (pointer: fine) {
  footer .contact-link > a:hover {
    background-color: rgba(0, 0, 0, 0.25);
  }
}
footer .copyright {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4285714286;
  margin-top: 80px;
  text-align: center;
}

/*==========
  top 基礎
==========*/
body.page-top main {
  margin-top: 80px;
  margin-bottom: 200px;
}
@media screen and (min-width: 768px) {
  body.page-top main {
    margin-bottom: 310px;
    margin-top: 115px;
  }
}

/*==========
  top (index)
  intro__sect
  メインビジュアル＆リード
==========*/
body.page-top .intro__mainv {
  position: relative;
}
body.page-top .intro__mainv #topIntroSlide {
  aspect-ratio: 430/600;
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  body.page-top .intro__mainv #topIntroSlide {
    aspect-ratio: 1440/960;
  }
}
body.page-top .intro__mainv #topIntroSlide picture {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 2s linear;
}
body.page-top .intro__mainv #topIntroSlide picture.reveal {
  opacity: 1;
}
body.page-top .intro__mainv #topIntroSlide picture > img {
  display: block;
  height: auto;
  width: 100%;
}
body.page-top .intro__mainv .intro__mainv-caption {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 3px;
  text-align: right;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  body.page-top .intro__mainv .intro__mainv-caption {
    font-size: 14px;
  }
}
body.page-top .intro__leads {
  overflow: hidden;
  padding-top: 70px;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.page-top .intro__leads {
    padding-top: 46px;
  }
}
@media screen and (min-width: 992px) {
  body.page-top .intro__leads {
    padding-top: 60.8px;
  }
}
@media screen and (min-width: 1200px) {
  body.page-top .intro__leads {
    padding-top: 70.8px;
  }
}
@media screen and (min-width: 1440px) {
  body.page-top .intro__leads {
    padding-top: 80px;
  }
}
body.page-top img.intro__leads-background {
  display: block;
  height: auto;
  left: -90.6976744186vw;
  position: absolute;
  top: 51.1627906977vw;
  width: 311.6279069767vw;
  z-index: 1;
  transform: rotate(35deg) scale(0.65);
  transform-origin: 60.1% 48.4%;
  transition: transform 0.75s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (min-width: 768px) {
  body.page-top img.intro__leads-background {
    left: 50%;
    top: 63.25px;
    translate: -50%;
    width: 828px;
  }
}
@media screen and (min-width: 992px) {
  body.page-top img.intro__leads-background {
    top: 83.6px;
    width: 1094.4px;
  }
}
@media screen and (min-width: 1200px) {
  body.page-top img.intro__leads-background {
    top: 97.35px;
    width: 1274.4px;
  }
}
@media screen and (min-width: 1440px) {
  body.page-top img.intro__leads-background {
    top: 110px;
    width: 1440px;
  }
}
body.page-top img.intro__leads-background.rotated {
  transform: rotate(0deg) scale(1);
}
body.page-top .intro__leads-content {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  body.page-top .intro__leads-content {
    display: grid;
    grid-template-areas: "upper_img body" "lower_img lower_img";
    grid-template-columns: 49.1666666667% 1fr;
  }
}
body.page-top .intro__leads-content .leads-img-upper {
  margin: 0 auto;
  width: 50vw;
}
@media screen and (min-width: 768px) {
  body.page-top .intro__leads-content .leads-img-upper {
    grid-area: upper_img;
    margin-left: 85.675px;
    width: 184px;
  }
}
@media screen and (min-width: 992px) {
  body.page-top .intro__leads-content .leads-img-upper {
    margin-left: 113.24px;
    width: 243.2px;
  }
}
@media screen and (min-width: 1200px) {
  body.page-top .intro__leads-content .leads-img-upper {
    margin-left: 131.865px;
    width: 283.2px;
  }
}
@media screen and (min-width: 1440px) {
  body.page-top .intro__leads-content .leads-img-upper {
    margin-left: 149px;
    width: 320px;
  }
}
body.page-top .intro__leads-content .leads-img-upper > .caption {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 2px;
}
body.page-top .intro__leads-content p.leads-body {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  margin-top: 31px;
}
@media screen and (min-width: 768px) {
  body.page-top .intro__leads-content p.leads-body {
    grid-area: body;
    margin-top: 6.95em;
    font-size: 11.5px;
  }
}
@media screen and (min-width: 992px) {
  body.page-top .intro__leads-content p.leads-body {
    font-size: 15.2px;
  }
}
@media screen and (min-width: 1200px) {
  body.page-top .intro__leads-content p.leads-body {
    font-size: 17.7px;
  }
}
@media screen and (min-width: 1440px) {
  body.page-top .intro__leads-content p.leads-body {
    font-size: 20px;
  }
}
body.page-top .intro__leads-content picture.leads-img-lower {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  body.page-top .intro__leads-content picture.leads-img-lower {
    grid-area: lower_img;
    margin-top: -60.95px;
  }
}
@media screen and (min-width: 992px) {
  body.page-top .intro__leads-content picture.leads-img-lower {
    margin-top: -80.56px;
  }
}
@media screen and (min-width: 1200px) {
  body.page-top .intro__leads-content picture.leads-img-lower {
    margin-top: -93.81px;
  }
}
@media screen and (min-width: 1440px) {
  body.page-top .intro__leads-content picture.leads-img-lower {
    margin-top: -106px;
  }
}

/*==========
  top (index)
  profi__sect
  "プロフィール"
==========*/
body.page-top section.profi__sect {
  padding-top: 97px;
  position: relative;
}
@media screen and (min-width: 768px) {
  body.page-top section.profi__sect {
    padding-top: 61.525px;
  }
}
@media screen and (min-width: 992px) {
  body.page-top section.profi__sect {
    padding-top: 81.32px;
  }
}
@media screen and (min-width: 1200px) {
  body.page-top section.profi__sect {
    padding-top: 94.695px;
  }
}
@media screen and (min-width: 1440px) {
  body.page-top section.profi__sect {
    padding-top: 107px;
  }
}
@media screen and (min-width: 768px) {
  body.page-top section.profi__sect .profi__content {
    display: grid;
    gap: 47px 0;
    grid-template-areas: "pic head" "pic body" "pic button";
    grid-template-columns: 46.6666666667% 1fr;
  }
}
@media screen and (min-width: 768px) {
  body.page-top section.profi__sect .profi__content h2.cmn__yghead {
    grid-area: head;
  }
}
body.page-top section.profi__sect .profi__content > picture {
  margin: 43px -20px 0;
}
@media screen and (min-width: 768px) {
  body.page-top section.profi__sect .profi__content > picture {
    grid-area: pic;
    margin: 29px 0 0;
    width: 230px;
  }
}
@media screen and (min-width: 992px) {
  body.page-top section.profi__sect .profi__content > picture {
    width: 304px;
  }
}
@media screen and (min-width: 1200px) {
  body.page-top section.profi__sect .profi__content > picture {
    width: 354px;
  }
}
@media screen and (min-width: 1440px) {
  body.page-top section.profi__sect .profi__content > picture {
    width: 400px;
  }
}
body.page-top section.profi__sect .profi__content > p.body {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.4;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  body.page-top section.profi__sect .profi__content > p.body {
    font-size: 18px;
    grid-area: body;
    line-height: 2;
    margin-top: 0;
  }
}
body.page-top section.profi__sect .profi__content .link-button {
  grid-area: button;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  body.page-top section.profi__sect .profi__content .link-button {
    align-self: end;
    margin-top: 0;
  }
}
body.page-top section.profi__sect .profi__content .link-button > a.cmn__arrow-button {
  margin: 0 auto;
  max-width: 290px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.page-top section.profi__sect .profi__content .link-button > a.cmn__arrow-button {
    margin-right: 0;
  }
}

/*==========
  top (index)
  works__sect
  "著書一覧"
==========*/
body.page-top section.works__sect {
  padding-top: 97px;
}
@media screen and (min-width: 768px) {
  body.page-top section.works__sect {
    padding-top: 87px;
  }
}
body.page-top section.works__sect h2.cmn__yghead span.ja {
  letter-spacing: 0.3em;
  margin-top: -0.2916666667em;
}
body.page-top section.works__sect .link-button {
  margin-top: 60px;
}
body.page-top section.works__sect .link-button > a.cmn__arrow-button {
  margin: 0 auto;
  max-width: 290px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.page-top section.works__sect .link-button > a.cmn__arrow-button {
    margin-right: 0;
  }
}
body.page-top .works__new-callout {
  background-color: #ECF1FF;
  margin: 41px -20px 0;
  padding: 58px 20px 66px;
}
@media screen and (min-width: 768px) {
  body.page-top .works__new-callout {
    border-radius: 40px;
    margin: 47px 0 0;
    padding: 32.775px 27.025px 41.4px 28.75px;
  }
}
@media screen and (min-width: 992px) {
  body.page-top .works__new-callout {
    padding: 43.32px 35.72px 54.72px 38px;
  }
}
@media screen and (min-width: 1200px) {
  body.page-top .works__new-callout {
    padding: 50.445px 41.595px 63.72px 44.25px;
  }
}
@media screen and (min-width: 1440px) {
  body.page-top .works__new-callout {
    padding: 57px 47px 72px 50px;
  }
}
body.page-top .works__new-callout .new-callout-heading {
  background: url(../img/cmn/new-book-icon.svg) 0 50%/contain no-repeat;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  padding-left: 3.0416666667em;
}
body.page-top .works__new-callout article.book {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  body.page-top .works__new-callout article.book {
    display: grid;
    gap: 37.375px;
    grid-template-areas: "photo main";
    grid-template-columns: 21.76% 1fr;
  }
}
body.page-top .works__new-callout article.book a.cmn__booklink {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.page-top .works__new-callout article.book a.cmn__booklink {
    width: 138px;
  }
}
@media screen and (min-width: 992px) {
  body.page-top .works__new-callout article.book a.cmn__booklink {
    width: 182.4px;
  }
}
@media screen and (min-width: 1200px) {
  body.page-top .works__new-callout article.book a.cmn__booklink {
    width: 212.4px;
  }
}
@media screen and (min-width: 1440px) {
  body.page-top .works__new-callout article.book a.cmn__booklink {
    width: 240px;
  }
}
body.page-top .works__new-callout article.book a.cmn__booklink > img {
  height: auto;
  width: 100%;
}
body.page-top .works__new-callout article.book .book-title {
  font-family: "Zen Old Mincho", "Noto Serif JP", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2666666667;
  margin-top: 1.3333333333em;
}
@media screen and (min-width: 768px) {
  body.page-top .works__new-callout article.book .book-title {
    font-size: 36px;
    margin-top: -0.2222222222em;
  }
}
body.page-top .works__new-callout article.book .book-title span.main, body.page-top .works__new-callout article.book .book-title span.sub {
  display: block;
}
body.page-top .works__new-callout article.book .book-title span.sub {
  font-size: 0.6666666667em;
  margin-top: 0.2em;
}
@media screen and (min-width: 768px) {
  body.page-top .works__new-callout article.book .book-title span.sub {
    margin-top: 0.0416666667em;
  }
}
body.page-top .works__new-callout article.book ul.book-meta {
  display: flex;
  flex-direction: column;
  gap: 27px;
  list-style: none;
  margin: 15px 0 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  body.page-top .works__new-callout article.book ul.book-meta {
    align-items: center;
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }
}
body.page-top .works__new-callout article.book ul.book-meta li.author {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.4583333333;
}
body.page-top .works__new-callout article.book ul.book-meta li.releasedate {
  align-self: flex-end;
  background-color: #E21203;
  border-radius: 0.5em;
  color: white;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.625;
  padding: 0 0.75em;
}
@media screen and (min-width: 768px) {
  body.page-top .works__new-callout article.book ul.book-meta li.releasedate {
    align-self: unset;
  }
}
body.page-top .works__new-callout article.book p.book-desc {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8666666667;
  margin-top: 2.5333333333em;
}
body.page-top .works__new-callout article.book p.book-desc span.lg {
  font-size: 1.25em;
}
@media screen and (min-width: 768px) {
  body.page-top .works__new-callout article.book p.book-desc {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 3.125em;
  }
}
body.page-top .works__list ul.booklist {
  list-style: none;
  margin: 0 auto;
  max-width: 300px;
  padding-left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.page-top .works__list ul.booklist {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    justify-content: space-between;
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  body.page-top .works__list ul.booklist {
    padding: 0 40px;
  }
}
body.page-top .works__list ul.booklist > li {
  margin-top: 60px;
}
body.page-top .works__list ul.booklist > li a.cmn__booklink > img {
  height: auto;
  max-width: 300px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.page-top .works__list ul.booklist > li a.cmn__booklink > img {
    height: 172.5px;
    max-width: 100%;
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  body.page-top .works__list ul.booklist > li a.cmn__booklink > img {
    height: 228px;
  }
}
@media screen and (min-width: 1200px) {
  body.page-top .works__list ul.booklist > li a.cmn__booklink > img {
    height: 265.5px;
  }
}
@media screen and (min-width: 1440px) {
  body.page-top .works__list ul.booklist > li a.cmn__booklink > img {
    height: 300px;
  }
}
body.page-top .works__list ul.booklist > li .book-title {
  font-family: "Zen Old Mincho", "Noto Serif JP", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-size: 20px;
  font-weight: 900;
  margin-top: 1.25em;
}
body.page-top .works__list ul.booklist > li .book-title span.main, body.page-top .works__list ul.booklist > li .book-title span.sub {
  display: block;
}
body.page-top .works__list ul.booklist > li .book-title span.main {
  line-height: 1.5;
}
body.page-top .works__list ul.booklist > li .book-title span.sub {
  font-size: 0.7em;
  line-height: 1.4285714286;
}

/*==========
  top (index)
  lectu__sect
  "講演・執筆・取材について"
==========*/
body.page-top section.lectu__sect {
  padding-top: 120px;
}
@media screen and (min-width: 768px) {
  body.page-top section.lectu__sect {
    padding-top: 130px;
  }
}

hr.expandingbar {
  background-color: #E6BC15;
  border: 0;
  height: 3px;
  margin: 0;
  transition: width 1.6s 0.1s ease-in-out;
  width: 1px;
}
@media screen and (min-width: 768px) {
  hr.expandingbar {
    height: 2px;
  }
}
hr.expandingbar.done {
  width: 100%;
}

body.page-top .lectu__head {
  background: url(../img/top/top-lectu-title-bg-sp@2x.webp) 50% 0/cover no-repeat;
  height: 297px;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  body.page-top .lectu__head {
    background-image: url(../img/top/top-lectu-title-bg-pc@2x.webp);
    height: 498px;
    padding-top: 74px;
  }
}
body.page-top .lectu__head h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  body.page-top .lectu__head h2 {
    font-size: 40px;
  }
}

body.page-top .lectu__main {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  body.page-top .lectu__main {
    display: grid;
    grid-template-areas: "shots summary" "shots subject";
    grid-template-columns: 172.5px 1fr;
    gap: 0 57.5px;
    margin-top: 120px;
  }
}
@media screen and (min-width: 992px) {
  body.page-top .lectu__main {
    column-gap: 76px;
    grid-template-columns: 228px 1fr;
  }
}
@media screen and (min-width: 1200px) {
  body.page-top .lectu__main {
    column-gap: 88.5px;
    grid-template-columns: 265.5px 1fr;
  }
}
@media screen and (min-width: 1440px) {
  body.page-top .lectu__main {
    column-gap: 100px;
    grid-template-columns: 300px 1fr;
  }
}
body.page-top .lectu__main .main-summary {
  grid-area: summary;
}
body.page-top .lectu__main .main-summary p.desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7777777778;
  text-align: justify;
}
body.page-top .lectu__main .main-summary .link-button {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  body.page-top .lectu__main .main-summary .link-button {
    margin-top: 32px;
  }
}
body.page-top .lectu__main .main-summary .link-button > a.cmn__arrow-button {
  margin: 0 auto;
  max-width: 290px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.page-top .lectu__main .main-summary .link-button > a.cmn__arrow-button {
    margin-right: 0;
  }
}
body.page-top .lectu__main .main-shots {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  grid-area: shots;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  body.page-top .lectu__main .main-shots {
    margin-top: 0;
  }
}
body.page-top .lectu__main .main-shots > img {
  height: auto;
  max-width: 300px;
  width: 100%;
}
body.page-top .lectu__main .main-subject {
  grid-area: subject;
  margin-top: 50px;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  body.page-top .lectu__main .main-subject {
    margin-top: 30px;
  }
}
body.page-top .lectu__main .main-subject h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3333333333;
}
body.page-top .lectu__main .main-subject p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7777777778;
  margin-top: 1.5555555556em;
  text-align: justify;
  letter-spacing: -0.04em;
}
body.page-top .lectu__main .main-subject h3 + p {
  margin-top: 18px;
}
body.page-top .lectu__main .main-subject > dl {
  background-color: #F3F5FA;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 21px 20px 26px;
  margin-top: 18px;
  margin-bottom: 38px;
}
body.page-top .lectu__main .main-subject > dl dd {
  margin-left: 0;
}
body.page-top .lectu__main .main-subject > dl dd > ul {
    /*　*/
  list-style-position: outside;
  margin: 0;
  padding-left: 2em;
  text-indent: 0.1em;
}

body.page-top .lectu__form {
  background-color: #F6F3E9;
  padding-bottom: 110px;
  padding-top: 60px;
  scroll-margin-top: 40px;
}
@media screen and (min-width: 768px) {
  body.page-top .lectu__form {
    scroll-margin-top: 60px;
  }
}
body.page-top .lectu__form form .form-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4642857143;
}
@media screen and (min-width: 768px) {
  body.page-top .lectu__form form .form-title {
    font-size: 32px;
    line-height: 1.4375;
  }
}
body.page-top .lectu__form form .form-req {
  color: #E21203;
}
body.page-top .lectu__form form .form-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3333333333;
  margin: 1.6666666667em 0 2em;
}
@media screen and (min-width: 768px) {
  body.page-top .lectu__form form .form-desc {
    margin: 2.2222222222em 0;
  }
}
body.page-top .lectu__form form .form-row {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  padding-top: 5px;
}
@media screen and (min-width: 768px) {
  body.page-top .lectu__form form .form-row {
    column-gap: 86.25px;
    display: grid;
    font-size: 22px;
    grid-template-columns: 210px 1fr;
    margin-top: 12px;
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  body.page-top .lectu__form form .form-row {
    column-gap: 114px;
  }
}
@media screen and (min-width: 1200px) {
  body.page-top .lectu__form form .form-row {
    column-gap: 132.75px;
  }
}
@media screen and (min-width: 1440px) {
  body.page-top .lectu__form form .form-row {
    column-gap: 150px;
  }
}
body.page-top .lectu__form form .form-row > label {
  line-height: 2.1111111111;
}
body.page-top .lectu__form form .form-row input[type=text],
body.page-top .lectu__form form .form-row input[type=email],
body.page-top .lectu__form form .form-row input[type=tel],
body.page-top .lectu__form form .form-row textarea {
  border: 1px solid #c5c5c5;
  display: block;
  line-height: 1.5555555556;
  padding: 0.8333333333em;
  width: 100%;
}

/*　お問い合わせのラジオボタン　*/
body.page-top .lectu__form form .form-row .radiobutton label {
	padding: 0 0 0 30px;	/* ラベルの位置 */
    margin:0 40px 0 0;
	/* font-size: 16px; */
	line-height: 20px;		/* ボタンのサイズに合わせる */
	display: inline-block;
	cursor:	pointer;
	position: relative;
}
body.page-top .lectu__form form .form-row .radiobutton label:before {
	content: '';
	width: 20px;		/* ボタンの横幅 */
	height: 20px;		/* ボタンの縦幅 */
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	border-radius: 50%;
}
body.page-top .lectu__form form .form-row .radiobutton input[type="radio"]{
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  pointer-events: none; /* クリックはlabel側で */
}
body.page-top .lectu__form form .form-row .radiobutton input[type="radio"]:checked + label:after {
	content: '';
	width: 12px;		/* マークの横幅 */
	height: 12px;		/* マークの縦幅 */
	position: absolute;
	top: 4px;
	left: 4px;
	background-color: #0435C1;
	border-radius: 50%;
}



body.page-top .lectu__form form .form-row .textarea-note {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  margin-top: 2px;
}
body.page-top .lectu__form form .form-row.short input {
  width: 74%;
}
body.page-top .lectu__form form .agreement-row {
  margin-top: 30px;
}
body.page-top .lectu__form form .agreement-row .agreement-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  body.page-top .lectu__form form .agreement-row .agreement-desc {
    font-size: 18px;
  }
}
body.page-top .lectu__form form .agreement-row .agreement-input label {
  cursor: pointer;
  display: grid;
  font-size: 18px;
  gap: 10px;
  grid-template-columns: 30px 1fr;
  line-height: 1.6666666667;
  margin: 33px 0;
  width: max-content;
}
body.page-top .lectu__form form .agreement-row .agreement-input label::before {
  align-items: center;
  background-color: #fff;
  border: 2px solid #0435C1;
  content: "";
  height: 30px;
  display: flex;
  font-size: 30px;
  justify-content: center;
  line-height: 30px;
  overflow: hidden;
  width: 30px;
}
body.page-top .lectu__form form .agreement-row .agreement-input input:checked + label::before {
  content: "✓";
}
body.page-top .lectu__form form .submit-row {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  body.page-top .lectu__form form .submit-row {
    margin-top: 60px;
  }
}
body.page-top .lectu__form form .submit-row > button {
  margin: 0 auto;
  max-width: 290px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.page-top .lectu__form form .submit-row > button {
    margin-right: 0;
  }
}

/*==========
  top (index)
  blogp__sect
  "最新の投稿"
==========*/
body.page-top section.blogp__sect {
  margin-top: 97px;
}
@media screen and (min-width: 768px) {
  body.page-top section.blogp__sect {
    margin-top: 91px;
  }
}
body.page-top section.blogp__sect p.blogp__summary {
  margin-top: 73px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3333333333;
}
body.page-top section.blogp__sect .link-button {
  margin-top: 60px;
}
body.page-top section.blogp__sect .link-button > a.cmn__arrow-button {
  margin: 0 auto;
  max-width: 290px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.page-top section.blogp__sect .link-button > a.cmn__arrow-button {
    margin-right: 0;
  }
}
body.page-top section.blogp__sect .link-button .link-note {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142857143;
  margin-top: 6px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.page-top section.blogp__sect .link-button .link-note {
    margin-top: 4px;
    text-align: right;
  }
}

body.page-top ul.blogp__list {
  display: grid;
  gap: 40px;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  margin-top: 60px;
  padding-left: 0;
}
@media screen and (min-width: 576px) {
  body.page-top ul.blogp__list {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px) {
  body.page-top ul.blogp__list {
    gap: 30px;
  }
}
@media screen and (min-width: 992px) {
  body.page-top ul.blogp__list {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  body.page-top ul.blogp__list {
    gap: 30px;
  }
}
@media screen and (min-width: 1440px) {
  body.page-top ul.blogp__list {
    gap: 40px;
  }
}
body.page-top ul.blogp__list li.post {
  border-left: 1px solid #0435C1;
  border-top: 1px solid #0435C1;
  max-width: 440px;
  position: relative;
}
body.page-top ul.blogp__list li.post > a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
body.page-top ul.blogp__list li.post > a .post-hover-effect {
  background-color: #0435C1;
  bottom: -1px;
  height: 46px;
  position: absolute;
  right: 0;
  width: 140px;
  transition-duration: 0.75s;
  transition-property: height, width;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.page-top ul.blogp__list li.post > a .post-container {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 1px 1px 0;
  padding: 20px 0 0 20px;
  position: relative;
  width: calc(100% - 1px);
}
body.page-top ul.blogp__list li.post > a .post-container::after {
  align-self: flex-end;
  background: url(../img/cmn/arrow-blue.svg) right 19px center/18px auto no-repeat;
  content: "Read more";
  font-size: 16px;
  height: 45px;
  line-height: 41px;
  margin-top: auto;
  padding-left: 15px;
  width: 139px;
}
body.page-top ul.blogp__list li.post > a .post-container .thumbnail {
  background: linear-gradient(to right, #0435C1 200px, #fff 200px);
}
body.page-top ul.blogp__list li.post > a .post-container .thumbnail > figure {
  height: 160px;
  margin-left: 0;
  transition: margin-left 1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 200px;
}
body.page-top ul.blogp__list li.post > a .post-container .thumbnail > figure > img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
body.page-top ul.blogp__list li.post > a .post-container h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7777777778;
  margin-bottom: 50px;
  margin-top: 20px;
  padding-right: 20px;
}
@media (pointer: fine) {
  body.page-top ul.blogp__list li.post > a:hover .post-hover-effect {
    height: calc(100% + 1px);
    width: calc(100% + 1px);
  }
  body.page-top ul.blogp__list li.post > a:hover .post-container .thumbnail > figure {
    margin-left: calc(100% - 200px - 20px);
  }
}

/*==========
  body.page-leaf の共有スタイル
==========*/
body.page-leaf main {
  font-weight: 400;
  margin-bottom: 200px;
}
@media screen and (min-width: 768px) {
  body.page-leaf main {
    margin-bottom: 200px;
  }
}
body.page-leaf section {
  margin-top: 120px;
}
body.page-leaf h1.leaf__page-title {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 80px;
  height: 4.4444444444em;
  margin-bottom: 120px;
  padding-top: 1.7777777778em;
  text-align: center;
}
@media screen and (min-width: 375px) {
  body.page-leaf h1.leaf__page-title {
    font-size: 90px;
  }
}
@media screen and (min-width: 768px) {
  body.page-leaf h1.leaf__page-title {
    height: 5em;
    font-size: 100px;
    padding-top: 2.26em;
  }
}
body.page-leaf h1.leaf__page-title span.lg {
  font-weight: 700;
  line-height: 1.1;
}
body.page-leaf h1.leaf__page-title span.sm {
  font-size: 0.2666666667em;
  font-weight: 500;
  line-height: 1.4583333333;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  body.page-leaf h1.leaf__page-title span.sm {
    font-size: 0.24em;
    margin-top: 0.375em;
  }
}
body.page-leaf h2.leaf__sect-heading {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.4444444444;
  margin-bottom: 50px;
}
body.page-leaf h2.leaf__sect-heading::after {
  background-color: #E6BC15;
  content: "";
  display: block;
  height: 2px;
  margin-top: 0.3055555556em;
  width: 2.8333333333em;
}
body.page-leaf h2.leaf__sect-heading span.sm {
  display: inline-block;
  font-size: 0.5555555556em;
  letter-spacing: 0.05em;
}
body.page-leaf h2.leaf__sect-heading > span.multisizes {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
}

/*==========
  profile "プロフィール" ページ
==========*/
body.profile h1.leaf__page-title {
  background-image: url(../img/profile/prof-title-bg-sp-q20@2x.webp);
}
@media screen and (min-width: 768px) {
  body.profile h1.leaf__page-title {
    background-image: url(../img/profile/prof-title-bg-pc-q20@2x.webp);
  }
}
body.profile section.intro__sect .intro__body {
  display: grid;
  gap: 50px 0;
}
@media screen and (min-width: 768px) {
  body.profile section.intro__sect .intro__body {
    grid-template-areas: "fig text";
    grid-template-columns: 33.5% 1fr;
    gap: 0 46px;
  }
}
@media screen and (min-width: 992px) {
  body.profile section.intro__sect .intro__body {
    column-gap: 60.8px;
  }
}
@media screen and (min-width: 1200px) {
  body.profile section.intro__sect .intro__body {
    column-gap: 70.8px;
  }
}
@media screen and (min-width: 1440px) {
  body.profile section.intro__sect .intro__body {
    column-gap: 80px;
  }
}
@media screen and (min-width: 768px) {
  body.profile section.intro__sect .intro__body .body-texts {
    grid-area: text;
  }
}
body.profile section.intro__sect .intro__body .body-texts p + p {
  margin-top: 2.125em;
}
@media screen and (min-width: 768px) {
  body.profile section.intro__sect .intro__body figure {
    grid-area: fig;
  }
}
body.profile section.edubg__sect,
body.profile section.caree__sect {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  body.profile section.edubg__sect,
  body.profile section.caree__sect {
    font-size: 18px;
  }
}
body.profile section.edubg__sect ul.edubg__list,
body.profile section.caree__sect ul.edubg__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
}
body.profile section.edubg__sect ul.edubg__list > li,
body.profile section.caree__sect ul.edubg__list > li {
  width: 100%;
}
body.profile section.edubg__sect ul.edubg__list > li + li,
body.profile section.caree__sect ul.edubg__list > li + li {
  margin-top: 1.125em;
}
@media screen and (min-width: 768px) {
  body.profile section.edubg__sect ul.edubg__list > li + li,
  body.profile section.caree__sect ul.edubg__list > li + li {
    margin-top: 0.8333333333em;
  }
}
body.profile section.edubg__sect dl.caree__list,
body.profile section.caree__sect dl.caree__list {
  display: grid;
  gap: 0 2em;
  grid-template-columns: 5.8333333333em 1fr;
}
@media screen and (min-width: 768px) {
  body.profile section.edubg__sect dl.caree__list,
  body.profile section.caree__sect dl.caree__list {
    gap: 0 4.0555555556em;
  }
}
body.profile section.edubg__sect dl.caree__list dt, body.profile section.edubg__sect dl.caree__list dd,
body.profile section.caree__sect dl.caree__list dt,
body.profile section.caree__sect dl.caree__list dd {
  margin-top: 0.8333333333em;
}
body.profile section.edubg__sect dl.caree__list dd,
body.profile section.caree__sect dl.caree__list dd {
  margin-left: 0;
}
body.profile section.calld__sect,
body.profile section.recei__sect {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  body.profile section.calld__sect,
  body.profile section.recei__sect {
    font-size: 20px;
  }
}
body.profile .galle__sect {
  margin-top: 126px;
}
body.profile .galle__sect .cmn__contwidth {
  display: grid;
  gap: 10px 0;
}
@media screen and (min-width: 768px) {
  body.profile .galle__sect .cmn__contwidth {
    gap: 10px 45px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  body.profile .galle__sect .cmn__contwidth {
    grid-template-columns: repeat(3, 1fr);
  }
}
body.profile .galle__sect figcaption {
  font-size: 14px;
  line-height: 1.4285714286;
  margin-top: 0.1428571429em;
  min-height: 60px;
}
/*==========
  works "著書一覧" ページ
==========*/
body.works h1.leaf__page-title {
  background-image: url(../img/works/works-title-bg-sp-q50@2x.webp);
}
@media screen and (min-width: 768px) {
  body.works h1.leaf__page-title {
    background-image: url(../img/works/works-title-bg-pc-q50@2x.webp);
  }
}
body.works article.book-post {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  body.works article.book-post {
    align-items: start;
    display: grid;
    gap: 0 74.75px;
    grid-template-columns: 126.5px 1fr;
  }
}
@media screen and (min-width: 992px) {
  body.works article.book-post {
    column-gap: 98.8px;
    grid-template-columns: 167.2px 1fr;
  }
}
@media screen and (min-width: 1200px) {
  body.works article.book-post {
    column-gap: 115.05px;
    grid-template-columns: 194.7px 1fr;
  }
}
@media screen and (min-width: 1440px) {
  body.works article.book-post {
    column-gap: 130px;
    grid-template-columns: 220px 1fr;
  }
}
body.works article.book-post a.cmn__booklink {
  margin: 0 auto;
  width: 300px;
}
@media screen and (min-width: 768px) {
  body.works article.book-post a.cmn__booklink {
    width: 100%;
  }
}
body.works article.book-post .book-main {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  body.works article.book-post .book-main {
    margin-top: 0;
  }
}
body.works article.book-post .book-main .book-title {
  font-family: "Zen Old Mincho", "Noto Serif JP", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.1538461538;
}
body.works article.book-post .book-main .book-title span.main,
body.works article.book-post .book-main .book-title span.sub {
  display: block;
}
body.works article.book-post .book-main .book-title span.sub {
  font-size: 0.6153846154em;
  line-height: 1.4375;
  margin-top: 1em;
}
body.works article.book-post .book-main ul.bookstore-rankings {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3333333333;
  list-style: none;
  margin: 12px 0 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  body.works article.book-post .book-main ul.bookstore-rankings {
    margin-top: 25px;
  }
}
body.works article.book-post .book-main ul.bookstore-rankings > li {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
}
body.works article.book-post .book-main ul.bookstore-rankings > li span.date {
  font-weight: 400;
  font-size: 0.6666666667em;
}
body.works article.book-post .book-main .book-desc {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  body.works article.book-post .book-main .book-desc {
    margin-top: 0.5em;
  }
}
body.works article.book-post .book-main .book-desc p.lg {
  font-size: 1.25em;
}
body.works article.book-post .book-main .book-desc > p + p {
  margin-top: 1.75em;
}
body.works article.book-post .book-main .book-desc > p + p.mt-none {
  margin: 0;
}
body.works article.book-post blockquote.book-quote {
  background-color: #F9FAFB;
  background-image: url(../img/cmn/quote-mark-top.svg), url(../img/cmn/quote-mark-bottom.svg);
  background-position: left 21px top 21px, right 21px bottom 15px;
  background-repeat: no-repeat;
  background-size: 43px auto;
  color: #000;
  margin: 15px 0 0;
  padding: 58px 26px;
}
@media screen and (min-width: 768px) {
  body.works article.book-post blockquote.book-quote {
    background-position: left 21px top 15px, right 21px bottom 15px;
    padding: 55px 34px;
  }
}
body.works article.book-post blockquote.book-quote .quote-texts .quote-body {
  font-size: 17px;
  font-weight: 500;
  line-height: 2;
}
body.works article.book-post blockquote.book-quote .quote-texts .quote-note {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 0.125em;
  text-align: right;
}

body.works article.book-post blockquote.book-quote .quote-images {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  body.works article.book-post blockquote.book-quote .quote-images {
    margin-top: 21px;
    gap: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
body.works article.book-post blockquote.book-quote .quote-images > img {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.works article.book-post blockquote.book-quote .quote-images > img {
    width: 24.5%;
  }
}

body.works article.book-post blockquote.book-quote .quote-images-caption {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
}
body.works .main-row.link-button {
  margin-top: 100px;
}
body.works .main-row.link-button > a.cmn__arrow-button {
  margin: 0 auto;
  max-width: 360px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.works .main-row.link-button > a.cmn__arrow-button {
    margin-right: 0;
  }
}

body.works section.newbo__sect h2.leaf__sect-heading {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  body.works section.newbo__sect h2.leaf__sect-heading {
    margin-bottom: 35px;
  }
}
body.works section.newbo__sect h2.leaf__sect-heading span {
  align-items: center;
  display: flex;
  gap: 18px;
}
body.works section.newbo__sect h2.leaf__sect-heading span > img {
  margin-top: 6px;
}
body.works section.newbo__sect article.book-post.new {
  background-color: #ecf1ff;
  margin: 0 -20px;
  padding: 52px 20px 61px;
}
@media screen and (min-width: 768px) {
  body.works section.newbo__sect article.book-post.new {
    border-radius: 40px;
    gap: 0 34.5px;
    grid-template-columns: 126.5px 1fr;
    margin: 0;
    padding: 28.75px;
  }
}
@media screen and (min-width: 992px) {
  body.works section.newbo__sect article.book-post.new {
    column-gap: 45.6px;
    grid-template-columns: 182.4px 1fr;
    padding: 38px;
  }
}
@media screen and (min-width: 1200px) {
  body.works section.newbo__sect article.book-post.new {
    column-gap: 53.1px;
    grid-template-columns: 212.4px 1fr;
    padding: 44.25px;
  }
}
@media screen and (min-width: 1440px) {
  body.works section.newbo__sect article.book-post.new {
    column-gap: 60px;
    grid-template-columns: 240px 1fr;
    padding: 50px;
  }
}
body.works section.newbo__sect article.book-post.new .book-main .book-title {
  font-size: 30px;
  line-height: 1.2666666667;
}
@media screen and (min-width: 768px) {
  body.works section.newbo__sect article.book-post.new .book-main .book-title {
    font-size: 36px;
  }
}
body.works section.newbo__sect article.book-post.new .book-main .book-title span.sub {
  font-size: 0.6666666667em;
  line-height: 1.4;
  margin-top: 1px;
}
body.works section.newbo__sect article.book-post.new .book-main .book-meta {
  display: flex;
  flex-direction: column;
  gap: 27px;
  list-style: none;
  margin: 15px 0 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  body.works section.newbo__sect article.book-post.new .book-main .book-meta {
    flex-direction: row;
    gap: 0;
  }
}
body.works section.newbo__sect article.book-post.new .book-main .book-meta li.author {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.0416666667;
}
body.works section.newbo__sect article.book-post.new .book-main .book-meta li.releasedate {
  background-color: #E21203;
  border-radius: 0.5em;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4375;
  margin-left: auto;
  padding: 0.0625em 0.8125em 0.125em;
}
body.works section.newbo__sect article.book-post.new .book-main .book-desc {
  font-size: 15px;
  line-height: 1.8666666667;
  margin-top: 2.5333333333em;
}
@media screen and (min-width: 768px) {
  body.works section.newbo__sect article.book-post.new .book-main .book-desc {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 3.125em;
  }
}
body.works section.newbo__sect article.book-post.new blockquote.book-quote {
    background-color: #fff;
}
/*==========
  lecture "講演実績" ページ
==========*/
body.lecture h1.leaf__page-title {
  background-image: url(../img/lecture/lectu-title-bg-sp-q50@2x.webp);
}
@media screen and (min-width: 768px) {
  body.lecture h1.leaf__page-title {
    background-image: url(../img/lecture/lectu-title-bg-pc-q50@2x.webp);
  }
}
body.lecture section.pastl__sect p.intro {
  font-size: 20px;
  line-height: 1.4;
}
body.lecture .pastl__posts {
  margin-top: 72px;
}
@media screen and (min-width: 768px) {
  body.lecture .pastl__post {
    align-items: center;
    column-gap: 20px;
    display: grid;
    grid-template-columns: 370px 1fr;
  }
}
@media screen and (min-width: 992px) {
  body.lecture .pastl__post {
    column-gap: 60.8px;
  }
}
@media screen and (min-width: 1200px) {
  body.lecture .pastl__post {
    column-gap: 70.8px;
  }
}
@media screen and (min-width: 1440px) {
  body.lecture .pastl__post {
    column-gap: 80px;
  }
}
body.lecture .pastl__post + .pastl__post {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  body.lecture .pastl__post + .pastl__post {
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) {
  body.lecture .pastl__post + .pastl__post {
    margin-top: 20px;
  }
}
body.lecture .pastl__post .post-main-cat {
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  padding: 0 18px 2px;
  width: max-content;
}
body.lecture .pastl__post .post-main-cat.lecture {
  background-color: #2E64FC;
}
body.lecture .pastl__post .post-main-cat.keynote {
  background-color: #0303B1;
}
body.lecture .pastl__post .post-main-cat.panel {
  background-color: #0393D5;
}
body.lecture .pastl__post .post-main-title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 1.3125em;
}
body.lecture .pastl__post .post-photo {
  margin-top: 20px;
}
body.lecture .pastl__post .post-photo > img {
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.lecture .pastl__post .post-photo > img {
    max-width: 484px;
    width: 64.5333333333%;
  }
}
body.lecture .pastl__post .post-photo.grid {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 992px) {
  body.lecture .pastl__post .post-photo.grid {
    gap: 10px;
  }
}
body.lecture .pastl__post .post-photo.grid > img {
  height: auto;
  width: 100%;
}
body.lecture p.outro {
  font-size: 18px;
  line-height: 1.7777777778;
  margin-top: 120px;
}
body.lecture .cmn__contwidth > .link-button {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  body.lecture .cmn__contwidth > .link-button {
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-end;
  }
}
body.lecture .cmn__contwidth a.cmn__arrow-button {
  width: 100%;
}
body.lecture .cmn__contwidth a.cmn__arrow-button.lecture {
  max-width: 360px;
}
body.lecture .cmn__contwidth a.cmn__arrow-button.blog {
  max-width: 290px;
}
body.lecture .cmn__contwidth .for-blog > .note {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7142857143;
  margin-top: 4px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  body.lecture .cmn__contwidth .for-blog > .note {
    text-align: right;
  }
}

/*==========
  privacy "個人情報保護方針" ページ
==========*/
body.privacy h1.leaf__page-title {
  background-image: url(../img/privacy/priva-title-bg-sp-q50@2x.webp);
  font-size: 45px;
  height: 7.2727272727em;
  padding-top: 3.5818181818em;
}
@media screen and (min-width: 375px) {
  body.privacy h1.leaf__page-title {
    font-size: 55px;
  }
}
@media screen and (min-width: 768px) {
  body.privacy h1.leaf__page-title {
    background-image: url(../img/privacy/priva-title-bg-pc-q50@2x.webp);
    font-size: 80px;
    height: 500px;
    padding-top: 2.9875em;
  }
}
body.privacy h1.leaf__page-title span.sm {
  font-size: 24px;
  margin-top: 0.5416666667em;
}
@media screen and (min-width: 768px) {
  body.privacy h1.leaf__page-title span.sm {
    font-size: 24px;
    margin-top: 0.7916666667em;
  }
}
body.privacy p.page__intro {
  font-size: 20px;
  line-height: 1.4;
}
body.privacy section.priva__sect {
  margin-top: 50px;
}
body.privacy section.priva__sect .leaf__sect-heading {
  letter-spacing: normal;
}
body.privacy section.priva__sect dl.policy dt {
  align-items: start;
  display: grid;
  font-size: 24px;
  font-weight: 500;
  gap: 20px;
  grid-template-columns: 40px 1fr;
  line-height: 1.4583333333;
  margin-top: 50px;
  letter-spacing: 0.1em;
}
body.privacy section.priva__sect dl.policy dt span.num {
  background-color: #0435C1;
  border-radius: 4px;
  color: #fff;
  font-family: "Zen Old Mincho", "Noto Serif JP", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: normal;
  line-height: 1.3333333333;
  text-align: center;
}
body.privacy section.priva__sect dl.policy dd {
  margin-left: 0;
  margin-top: 30px;
}
body.privacy section.priva__sect dl.policy dd > ul {
  margin: 0;
  padding-left: 1.5em;
}
body.privacy section.priva__sect dl.contact {
  border: 1px solid #0435C1;
  margin-top: 50px;
  padding: 38px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  body.privacy section.priva__sect dl.contact {
    padding: 38px 60px;
    width: max-content;
  }
}
body.privacy section.priva__sect dl.contact dd {
  margin-left: 0;
}
/*# sourceMappingURL=style.css.map */
