@charset "UTF-8";
/*
Theme Name: Otaks
Theme URI: https://otaks.jp/
Author: Otaks
Author https://otaks.jp/
Version: 1.0.0
*/
/* A Modern CSS Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #1a1a1a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  word-wrap: break-word;
}
@media screen and (min-width: 48em) {
  body {
    font-size: 1.6rem;
  }
}

.sp, .tab {
  display: none;
}

img {
  height: auto;
}

.font-bold {
  font-weight: bold;
}

.wp-block-search__inside-wrapper {
  border: #1a1a1a 1px solid;
  border-radius: 25px;
  height: 50px;
  overflow: hidden;
}

.wp-block-search {
  margin: 0 auto 3.5em;
  max-width: 1106px;
}
@media screen and (min-width: 48em) {
  .wp-block-search {
    margin: 0 auto 6em;
  }
}

:where(.wp-block-search__button) {
  border: none;
  border-radius: 5px;
}

a {
  border-bottom: 1px solid transparent;
  color: #1a1a1a;
  text-decoration: none;
  transition: 0.2s;
}
a img {
  transition: 0.2s;
}
a:hover {
  border-bottom: 1px solid #1a1a1a;
}
a:hover img {
  opacity: 0.8;
}
.bg-black a {
  color: #fff;
}
.bg-black a:hover {
  border-bottom: 1px solid #fff;
}
.site-header a, .wp-block-image a {
  border: none;
}

.link-arrow {
  text-indent: -1.2em;
  padding-left: 1.2em !important;
}
.link-arrow:before {
  background: url("/wp-content/themes/otaks/images/common/icon_arrow.svg") 0 0.3em no-repeat;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
}
.bg-black .link-arrow:before {
  background: url("/wp-content/themes/otaks/images/common/icon_arrow-w.svg") 0 0.3em no-repeat;
  color: #fff;
}

.wp-block-query a {
  border: none;
}
.wp-block-query a:hover {
  color: #999;
}

.wp-block-buttons .wp-block-button {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 47.9375em) {
  .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
.wp-block-buttons .wp-block-button__link {
  background: #1a1a1a;
  border: 2px solid #1a1a1a;
  border-radius: 14px;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  min-width: 100%;
  padding: 0.7em 2.3em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .wp-block-buttons .wp-block-button__link {
    min-width: 200px;
  }
}
.wp-block-buttons .wp-block-button__link:hover {
  background: transparent;
  border: 2px solid #1a1a1a;
  color: #1a1a1a;
}
.bg-black .wp-block-buttons .wp-block-button__link {
  background: #fff;
  border: 2px solid #fff;
  color: #1a1a1a;
}
.bg-black .wp-block-buttons .wp-block-button__link:hover {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.hover-blue .wp-block-button__link:hover {
  background: #f9f9f9 !important;
}

.cont {
  overflow: hidden;
  padding: 5em 0 0;
}
@media screen and (min-width: 48em) {
  .cont {
    padding: 4.4em 0 0;
  }
}
.cont.bg-black {
  background-color: #1a1a1a;
  color: #fff;
}
.cont__inner {
  padding: 0 5%;
}
@media screen and (min-width: 64.0625em) {
  .cont__inner {
    padding: 0 4%;
  }
}
.cont__inner02 {
  padding: 0 5%;
}
@media screen and (min-width: 64.0625em) {
  .cont__inner02 {
    padding: 0 4% 0 0;
  }
}
.cont__inner03 {
  padding: 0 5%;
}
@media screen and (min-width: 64.0625em) {
  .cont__inner03 {
    padding: 0 0 0 4%;
  }
}

.blog-cont .container,
.blog-cont .entry-content {
  padding-top: 3.2em;
  padding-bottom: 6em;
}
.blog-cont .container.search-cont,
.blog-cont .entry-content.search-cont {
  padding-top: 3.2em;
  padding-bottom: 0;
}
.blog-cont .container.search-cont02,
.blog-cont .entry-content.search-cont02 {
  padding-top: 0;
  padding-bottom: 0;
}
.blog-cont .container.type02,
.blog-cont .entry-content.type02 {
  padding-bottom: 0;
}

.bg-gray {
  background: #f9f9f9;
}

.bg-blue {
  background: #f1fdff;
}

.site-main h1, .site-main h2 {
  font-family: "IBM Plex Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 5.4rem;
  line-height: 1.2;
  margin-bottom: 0.4em;
  padding: 0 5%;
}
@media screen and (min-width: 48em) {
  .site-main h1, .site-main h2 {
    font-size: 11rem;
    line-height: 1;
    margin-bottom: 0.5em;
    padding: 0 0.5em;
  }
}
.site-main h1 .ttl-jp, .site-main h2 .ttl-jp {
  background: url("/wp-content/themes/otaks/images/common/icon_ttl-jp.svg") left center no-repeat;
  display: block;
  font-size: 1.8rem;
  padding: 0.4em 0 0.4em 26px;
}
@media screen and (min-width: 48em) {
  .site-main h1 .ttl-jp, .site-main h2 .ttl-jp {
    font-size: 2.8rem;
    padding: 0 0 0 26px;
  }
}
.site-main .bg-black h1, .site-main .bg-black h2 {
  color: rgba(0, 0, 0, 0);
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
}
@media screen and (min-width: 48em) {
  .site-main .bg-black h1, .site-main .bg-black h2 {
    text-stroke: 2px #fff;
    -webkit-text-stroke: 2px #fff;
  }
}
.site-main .bg-black h1 .ttl-jp, .site-main .bg-black h2 .ttl-jp {
  background: url("/wp-content/themes/otaks/images/common/icon_ttl-jp-w.svg") left center no-repeat;
  color: #fff;
  text-stroke: 0;
  -webkit-text-stroke: 0;
}
.site-main .cont__inner h1, .site-main .cont__inner h2,
.site-main .cont__inner02 h1,
.site-main .cont__inner02 h2,
.site-main .cont__inner03 h1,
.site-main .cont__inner03 h2 {
  padding: 0;
}
.site-main h3 {
  font-size: 1.8rem;
  line-height: 1.9;
  margin-bottom: 2em;
}
@media screen and (min-width: 48em) {
  .site-main h3 {
    font-size: 3.2rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
  }
}
.site-main h3 .wavy-line {
  background: url("/wp-content/themes/otaks/images/common/bg_wavyline.svg") left bottom repeat-x;
  background-size: 1150px;
  padding-bottom: 0.3em;
}
@media screen and (min-width: 48em) {
  .site-main h3 .wavy-line {
    background-size: auto;
  }
}
.site-main h3.size-l {
  font-size: 1.8rem;
}
@media screen and (min-width: 48em) {
  .site-main h3.size-l {
    font-size: 4rem;
  }
}
@media screen and (min-width: 48em) {
  .site-main h3.size-xl {
    font-size: 4.8rem;
    line-height: 1.9;
    margin-bottom: 0.8em;
  }
}
.site-main h3.type02 {
  font-size: 2.8rem;
}
.site-main h4 {
  font-size: 2rem;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 48em) {
  .site-main h4 {
    font-size: 2.8rem;
    margin-bottom: 0.5em;
  }
}
.site-main h4.type02 {
  font-size: 2.8rem;
}
.site-main p {
  margin-bottom: 1.5em;
}
.site-main ul {
  list-style: disc;
  margin-bottom: 1.7em;
  padding: 0 0 0 1.5em;
}
.site-main ul .lh-s {
  line-height: 1.3;
}
.site-main ul.type02,
.site-main ol.type02 {
  counter-reset: number 0;
  list-style: none;
  padding: 0;
}
.site-main ul.type02 li,
.site-main ol.type02 li {
  padding: 1.4em 0 0.4em 2.3em;
  position: relative;
}
@media screen and (min-width: 48em) {
  .site-main ul.type02 li,
.site-main ol.type02 li {
    padding: 3em 0 1.7em 3.3em;
  }
}
.site-main ul.type02 li:before,
.site-main ol.type02 li:before {
  color: #f9f9f9;
  content: counter(number, upper-alpha);
  counter-increment: number 1;
  font-family: "IBM Plex Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 5rem;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 48em) {
  .site-main ul.type02 li:before,
.site-main ol.type02 li:before {
    font-size: 10rem;
  }
}
.site-main ol {
  margin-bottom: 1.7em;
}
.site-main ol.type02 li {
  font-weight: bold;
}
@media screen and (min-width: 48em) {
  .site-main ol.type02 li {
    font-size: 1.8rem;
    padding: 2.4em 0 2.4em 3.3em;
  }
}
.site-main ol.type02 li:before {
  content: counter(number, decimal-leading-zero);
}

table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 2.5em;
}
table th,
table td {
  border-bottom: #1a1a1a solid 1px !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  padding: 0.8em !important;
  vertical-align: top;
}
@media screen and (max-width: 47.9375em) {
  table th,
table td {
    font-size: 1.6rem;
    display: block;
  }
}
table th {
  font-weight: bold;
  text-align: left;
  width: 25%;
}
@media screen and (max-width: 47.9375em) {
  table th {
    border: none !important;
    padding-bottom: 0 !important;
    width: 100%;
  }
}
table caption {
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 48em) {
  table caption {
    font-size: 2rem;
  }
}
table thead th,
table thead + tbody th,
table thead + tbody td {
  display: table-cell;
  width: auto;
}
@media screen and (max-width: 47.9375em) {
  table thead th,
table thead + tbody th,
table thead + tbody td {
    font-size: 1.4rem;
  }
}

dl {
  display: flex;
  flex-wrap: wrap;
}
dl dt {
  width: 100%;
}
@media screen and (min-width: 48em) {
  dl dt {
    width: 30%;
  }
}
dl dd {
  width: 100%;
}
@media screen and (min-width: 48em) {
  dl dd {
    padding-left: 1em;
    width: 70%;
  }
}

.site-branding {
  left: 10px;
  position: fixed;
  top: 15px;
}
@media screen and (min-width: 48em) {
  .site-branding {
    left: 28px;
    top: 30px;
  }
}
.blog-cont .site-branding {
  background: #f9f9f9;
  height: 40px;
  padding: 0.8em;
  width: auto;
}
@media screen and (min-width: 64.0625em) {
  .blog-cont .site-branding {
    background: none;
    height: auto;
    margin-left: 1.8em;
    padding: 0;
  }
}

.site-title {
  margin: 0;
}
.site-title__logo {
  height: 30px;
  margin: 0 auto;
  transition: 0.2s;
  width: 80px;
}
@media screen and (min-width: 48em) {
  .site-title__logo {
    height: 42px;
    width: 110px;
  }
}
@media screen and (min-width: 64.0625em) {
  .site-title__logo {
    height: 60px;
    width: 160px;
  }
}
.blog-cont .site-title__logo {
  height: 47px;
  width: 198px;
}
.main-navigation {
  background: rgba(255, 255, 255, 0.9);
  font-display: optional;
  font-family: "IBM Plex Sans JP", "Zen Kaku Gothic New", sans-serif;
  height: 100vh;
  right: -1025px;
  padding: 50px 0 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 64.0625em) {
  .main-navigation {
    background: transparent;
    display: flex;
    height: auto;
    right: 0;
    padding: 0;
    width: auto;
  }
}
.main-navigation.active {
  background: #1a1a1a;
  height: 100vh;
  left: 0;
  padding: 6em 0.5em;
  position: fixed;
  width: 100%;
}
@media screen and (min-width: 64.0625em) {
  .main-navigation.active {
    display: block;
    padding: 10em 2em;
  }
}

@media screen and (min-width: 64.0625em) {
  .site-branding,
.main-navigation {
    color: #fff;
    fill: #fff;
    mix-blend-mode: difference;
    z-index: 999;
  }
}

/*
.search-bt{
  @media screen and (min-width: $mediapc) {
    background:$mainColor url("/wp-content/themes/otaks/images/common/icon_loupe.svg") no-repeat center;
    width: 100px;
    height: 100px;
    cursor: pointer;
    .js-fixed &{
      display: none;
    }
  }
}
form.search-form{
  position: relative;
}
.screen-reader-text{
  display: none;
}
.search-field{
  border: 1px solid #666;
  font-size: 1.4rem;
  height: 50px;
  line-height: 1;
  padding: 0 50px 0 10px;
  width: 100%;
}
input[type="submit"].search-submit{
  background: $mainColor02 url("/wp-content/themes/otaks/images/common/icon_loupe.svg") no-repeat 50% 50%;
  background-size: 25px;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  height: 50px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  width: 50px;
  &:hover{
    background: $mainColor02 url("/wp-content/themes/otaks/images/common/icon_loupe.svg") no-repeat 50% 50%;
    background-size: 25px;
  }
}
.search-form-box{
  margin: 0 0 20px 2em;
  max-width: 300px;
  @media screen and (min-width: $mediapc){
    background-color: $mainColor;
    left:-100%;
    opacity: 0;
    overflow-y: auto;
    margin: 0 0 20px;
    max-width: 100%;
    padding: 40px 50px;
    position: fixed;
    top:100px;
    transition:0.2s;
    z-index: 1100;
    &.active{
      left:0;
      opacity: 1;
      width: 100%;
    }
  }
}
.search-form-box02{
  background-color: #f6f6f6;
  background-image: radial-gradient(#e5e5e5 10%,transparent 20%),radial-gradient(#e5e5e5 10%,transparent 20%);
  background-position: 0 0,3px 3px;
  background-size: 6px 6px;
  padding: 3.2em 2em;
  .wp-block-group__inner-container{
    position: relative;
    max-width: 800px;
    margin: 0 auto;
  }
  .wp-block-search__input{
    border: 1px solid #ccc;
    font-size: 1.4rem;
    height: 50px;
    line-height: 1;
    padding: 0 50px 0 10px;
    width: 100%;
  }
  .wp-block-search__button{
    background: #ccc url("/wp-content/themes/otaks/images/common/icon_loupe.svg") no-repeat 50% 50%;
    background-size: 25px;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    height: 50px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    transition: .2s;
    top: 0;
    width: 50px;
    &:hover{
      background: $mainColor02 url("/wp-content/themes/otaks/images/common/icon_loupe.svg") no-repeat 50% 50%;
      background-size: 25px;
    }
  }
}
*/
.menu {
  list-style: none;
  padding-left: 2em;
}
@media screen and (min-width: 64.0625em) {
  .menu {
    align-items: center;
    display: flex;
    margin-right: 1em;
    padding: 0;
  }
}
.blog-cont .menu {
  margin: 0;
}
.menu .menu-item {
  margin-bottom: 1em;
}
@media screen and (min-width: 64.0625em) {
  .menu .menu-item {
    margin: 0 0 0 2em;
  }
}
.menu .menu-item a {
  color: #fff;
  font-size: 3rem;
}
@media screen and (min-width: 64.0625em) {
  .menu .menu-item a {
    font-size: 2rem;
  }
  .menu .menu-item a:hover {
    border-bottom: 5px solid #f9f9f9;
  }
  .site-footer .menu .menu-item a:hover {
    border-bottom: 2px solid #f9f9f9;
    padding-bottom: 0.2em;
  }
}
.menu .menu-item.current-menu-item a {
  border-bottom: 5px solid #f9f9f9;
}
.site-footer .menu .menu-item.current-menu-item a {
  border-bottom: 2px solid #f9f9f9;
  padding-bottom: 0.2em;
}
@media screen and (min-width: 64.0625em) {
  .menu .menu-item.bt-entry a {
    background: #fff;
    border-radius: 50%;
    color: #000 !important;
    display: grid;
    font-size: 2.4rem;
    height: 125px;
    margin: 0;
    place-items: center;
    width: 125px;
  }
}
.site-footer .menu {
  margin: 1.2em 0 0.8em;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .site-footer .menu {
    display: flex;
    justify-content: flex-end;
    margin: 1.3em 0 0;
  }
}
.site-footer .menu .menu-item {
  font-weight: bold;
  margin: 0.8em 0;
  text-align: right;
}
@media screen and (min-width: 48em) {
  .site-footer .menu .menu-item {
    margin: 0 0 0 1em;
  }
}
.site-footer .menu .menu-item a {
  font-size: 1.4rem;
}
@media screen and (min-width: 64.0625em) {
  .site-footer .menu .menu-item a {
    margin: 0;
  }
}
@media screen and (min-width: 64.0625em) {
  .menu.sns {
    margin: 1.5em 0 4.5em;
  }
}
@media screen and (min-width: 64.0625em) {
  .menu.sns .menu-item {
    margin: 0 0 0 1.8em;
  }
}

@media screen and (min-width: 64.0625em) {
  .js-drawer {
    opacity: 0;
  }
}
.js-drawer-bt {
  background-color: #1a1a1a;
  border-radius: 50%;
  color: #fff;
  display: grid;
  font-size: 1.4rem;
  height: 60px;
  line-height: 1;
  place-items: center;
  position: fixed;
  right: 10px;
  top: 10px;
  width: 60px;
  z-index: 1200;
}
@media screen and (min-width: 48em) {
  .js-drawer-bt {
    font-size: 2.4rem;
    height: 125px;
    right: 13px;
    top: 13px;
    width: 125px;
  }
}
.js-drawer-bt.open {
  background: #fff;
  color: #1a1a1a;
}

.mainvisual {
  background: url("/wp-content/themes/otaks/images/common/mainvisual-sp.svg") center no-repeat;
  height: 480px;
}
@media screen and (min-width: 48em) {
  .mainvisual {
    background: url("/wp-content/themes/otaks/images/common/mainvisual-tab.svg") center no-repeat;
    height: 620px;
  }
}
@media screen and (min-width: 64.0625em) {
  .mainvisual {
    background: url("/wp-content/themes/otaks/images/common/mainvisual.svg") center no-repeat;
    background-size: cover;
    height: 620px;
    margin-top: 10px;
  }
}
.mainvisual-page {
  background: url("/wp-content/themes/otaks/images/common/mainvisual_page-sp.svg") center no-repeat;
  overflow: hidden;
  height: 160px;
}
.blog .mainvisual-page {
  background: url("/wp-content/themes/otaks/images/common/mainvisual_page-sp.svg") center top no-repeat;
  height: auto;
}
@media screen and (min-width: 48em) {
  .mainvisual-page {
    background: url("/wp-content/themes/otaks/images/common/mainvisual_page-tab.svg") center no-repeat;
    height: 290px;
  }
  .blog .mainvisual-page {
    background: url("/wp-content/themes/otaks/images/common/mainvisual_page-tab.svg") center top no-repeat;
    height: auto;
  }
}
@media screen and (min-width: 64.0625em) {
  .mainvisual-page {
    background: url("/wp-content/themes/otaks/images/common/mainvisual_page.svg") center bottom no-repeat;
    background-size: cover;
    height: 420px;
    margin-top: 0;
  }
  .blog .mainvisual-page {
    background: url("/wp-content/themes/otaks/images/common/mainvisual_page.svg") center top no-repeat;
    background-size: contain;
    height: auto;
    overflow: hidden;
  }
}

/* member slide */
.member-slide {
  position: relative;
}
.member-slide .wp-block-post-title {
  display: block;
  font-family: "IBM Plex Sans JP", "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0;
  margin-bottom: 0.1em;
}
@media screen and (min-width: 48em) {
  .member-slide .wp-block-post-title {
    font-size: 3.2rem;
  }
}
.member-slide .wp-block-post-excerpt {
  color: #888;
}
@media screen and (min-width: 48em) {
  .member-slide .wp-block-post-excerpt {
    font-size: 2rem;
  }
}
@media screen and (min-width: 48em) {
  .member-slide .slick-track {
    padding-bottom: 7em;
  }
}
.member-slide .slick-slide {
  padding: 0 1em;
}
.member-slide .slick-arrow {
  align-items: center;
  background: transparent;
  border: #1a1a1a 1px solid;
  border-radius: 50%;
  bottom: 0;
  cursor: pointer;
  color: #1a1a1a;
  display: flex;
  font-size: 0;
  height: 60px;
  justify-content: center;
  position: absolute;
  width: 60px;
  z-index: 100;
}
@media screen and (min-width: 64.0625em) {
  .member-slide .slick-arrow {
    height: 80px;
    width: 80px;
  }
}
.member-slide .slick-arrow.slick-prev {
  right: 51%;
}
.member-slide .slick-arrow.slick-prev:after {
  content: "◀︎";
  font-size: 1.4rem;
}
.member-slide .slick-arrow.slick-next {
  left: 51%;
}
.member-slide .slick-arrow.slick-next:after {
  content: "▶︎";
  font-size: 1.4rem;
}

/* アコーディオン */
.aioseo-faq-block-question,
.aioseo-faq-block-answer {
  position: relative;
}
.aioseo-faq-block-question:before,
.aioseo-faq-block-answer:before {
  font-family: "IBM Plex Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 2.6rem;
  line-height: 1;
  position: absolute;
}
@media screen and (min-width: 48em) {
  .aioseo-faq-block-question:before,
.aioseo-faq-block-answer:before {
    font-size: 4rem;
  }
}

.aioseo-faq-block-question {
  border-bottom: #1a1a1a 1px solid;
  cursor: pointer;
  padding: 2em 2.6em 1.2em;
}
@media screen and (min-width: 48em) {
  .aioseo-faq-block-question {
    padding: 4.1em 4em 1.6em;
  }
}
.aioseo-faq-block-question:before {
  content: "Q.";
  left: 0;
  top: 0.9em;
}
@media screen and (min-width: 48em) {
  .aioseo-faq-block-question:before {
    top: 1.3em;
  }
}
.aioseo-faq-block-question:after {
  align-items: center;
  border: #1a1a1a 1px solid;
  border-radius: 50%;
  content: "▼";
  display: flex;
  font-size: 1rem;
  height: 30px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 0.2em;
  top: 2.4em;
  width: 30px;
}
@media screen and (min-width: 48em) {
  .aioseo-faq-block-question:after {
    height: 50px;
    top: 5.2em;
    width: 50px;
  }
}
.aioseo-faq-block-question.active:after {
  content: "▲";
}

.aioseo-faq-block-answer {
  background: #f9f9f9;
  display: none;
  overflow: hidden;
  padding: 1.5em 1.5em 0 3.6em;
}
@media screen and (min-width: 48em) {
  .aioseo-faq-block-answer {
    padding: 3.6em 4em 1em 7em;
  }
}
.aioseo-faq-block-answer:before {
  content: "A.";
  left: 0.6em;
  top: 0.7em;
}
@media screen and (min-width: 48em) {
  .aioseo-faq-block-answer:before {
    left: 1.3em;
    top: 1.1em;
  }
}

/* form */
.contact__title {
  display: inline-block;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 1.4em 0 0.5em;
}
.contact .title-privacy {
  border-bottom: #1a1a1a 1px solid;
}
.contact__policy {
  background: #fff;
  border: 1px solid #eee;
  padding: 1.8em 2em 1.6em;
}
@media screen and (min-width: 48em) {
  .contact__policy .heading04 {
    font-size: 1.6rem;
  }
}
.contact__policy-txt {
  color: #999;
  font-weight: normal;
  margin: 0;
}

.req {
  color: #ff4343;
  font-size: 1rem;
  margin-left: 0.5em;
  vertical-align: top;
}

.privacy-box {
  font-size: 1.4rem;
  margin: 0.5em 0;
}
.privacy-box a {
  display: inline-block;
  margin-bottom: 0.5em;
}
.privacy-box a:hover {
  color: #f9f9f9;
}

input[type=submit] {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: 14px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 2.5em 0 0;
  min-width: 100%;
  padding: 0.6em 2.3em;
  text-align: center;
  transition: 0.2s;
}
@media screen and (min-width: 48em) {
  input[type=submit] {
    min-width: 200px;
  }
}
input[type=submit]:hover {
  background: #f9f9f9;
  color: #1a1a1a;
}
input[type=text], input[type=tel], input[type=email] {
  border: 1px solid #eee;
  height: 50px;
  padding: 1em 0.8em;
  width: 100%;
}
input[type=radio] {
  display: none;
}
input[type=radio]:checked + .wpcf7-list-item-label {
  background: #1a1a1a;
  border: none;
  color: #fff;
}

/* 送信ボタン無効時 */
input.wpcf7-form-control.wpcf7-submit:disabled {
  background: #eee;
  color: #1a1a1a;
}

select {
  appearance: none;
  border: 1px solid #eee;
  height: 50px;
  padding: 0 0.8em;
  width: 100%;
}

textarea {
  border: 1px solid #eee;
  max-height: 250px;
  padding: 1em;
  width: 100%;
}

::placeholder {
  color: #c1c1c1;
}

.entry-type {
  margin: 0;
}
@media screen and (min-width: 48em) {
  .entry-type {
    margin: 2em 0;
  }
}

.wpcf7-form {
  font-weight: bold;
}
.wpcf7-form .wpcf7-list-item {
  width: 50%;
}
.wpcf7-form .wpcf7-list-item .wpcf7-list-item-label:not(input[type=checkbox] + .wpcf7-list-item-label) {
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  color: #999;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  transition: 0.2s;
}
@media screen and (min-width: 48em) {
  .wpcf7-form .wpcf7-list-item .wpcf7-list-item-label:not(input[type=checkbox] + .wpcf7-list-item-label) {
    height: 60px;
  }
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control-wrap.type {
  position: relative;
}
.wpcf7-form-control-wrap.type::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 3%;
  top: 30%;
  border-bottom: #1a1a1a 1px solid;
  border-right: #1a1a1a 1px solid;
  transform: rotate(45deg) translateY(-30%);
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment- .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  background: #f9f9f9;
  border-color: #f9f9f9;
  color: #fff;
}

/* map */
.map {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* footer */
.site-footer {
  background: #1a1a1a;
  color: #fff;
  padding: 1.5em 8% 2.5em;
}
@media screen and (min-width: 48em) {
  .site-footer {
    padding: 3em 3em 3em 2em;
  }
}
@media screen and (min-width: 64.0625em) {
  .site-footer {
    padding: 3em 5em 3em 2em;
  }
}
.site-footer .wp-block-columns {
  flex-wrap: wrap !important;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 64.0625em) {
  .site-footer .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.site-footer .wp-block-column {
  flex-basis: 100% !important;
}
@media screen and (min-width: 64.0625em) {
  .site-footer .wp-block-column {
    flex-basis: auto !important;
    flex-grow: 1 !important;
  }
}
.site-footer h2 {
  font-size: 2.4rem;
  margin: 1em 0 0;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .site-footer h2 {
    margin: 0;
  }
}
.site-footer .site-info {
  font-family: "IBM Plex Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .site-footer .site-info {
    margin-top: 4.5em;
  }
}
@media screen and (min-width: 64.0625em) {
  .site-footer .site-info {
    margin-top: 17.3em;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (min-width: 48em) {
  .home .about .wp-block-heading {
    margin-bottom: 0.16em;
  }
}
@media screen and (min-width: 48em) {
  .home .about-cont .wp-block-group.font-en {
    gap: 0.8em 4em;
  }
}
@media screen and (min-width: 64.0625em) {
  .home .about-cont .wp-block-group.font-en .wp-block-group {
    max-width: 43%;
  }
}
.home .about-cont img {
  border-radius: 20px;
  margin-top: 1em;
}
@media screen and (min-width: 64.0625em) {
  .home .about-cont img {
    border-radius: 32px 0 0 32px;
    margin: 0;
  }
}
.home .features .wp-block-heading {
  margin-bottom: 1.2em;
}
@media screen and (min-width: 48em) {
  .home .features .wp-block-heading {
    margin-bottom: 0.7em;
  }
}
.home .features .grid4-3-2 {
  margin-bottom: 4em;
}
@media screen and (min-width: 48em) {
  .home .features .grid4-3-2 {
    margin-bottom: 2em;
  }
}
.home .features .grid4-3-2 .wp-block-group {
  margin-bottom: 1em;
}
@media screen and (min-width: 48em) {
  .home .features .grid4-3-2 .wp-block-group {
    margin-bottom: 5em;
  }
}
.home .features .wp-element-caption {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0.5em 0 0;
  text-align: left;
}
.home .features .link-arrow {
  line-height: 1.2;
  margin: 0 auto;
  max-width: 200px;
}
.home .features .link-arrow a {
  background-position: 0 6px;
  font-weight: bold;
  font-size: 1.8rem;
}
.home .blog-home {
  display: none;
}
.home .blog-home .wp-block-post {
  padding: 0 0.6em;
}
.home .blog-home .wp-block-post-featured-image {
  margin-bottom: 1.4em;
}
.home .blog-home .taxonomy-category a {
  margin-bottom: 1em;
}
.home .blog-home .wp-block-post-title {
  margin-bottom: 1em;
}

.comingsoon .menu .menu-item.current-menu-item a {
  border: none;
}
.comingsoon .wp-block-cover {
  min-height: 620px;
}
@media screen and (min-width: 48em) {
  .comingsoon .wp-block-cover {
    margin: 10em 0;
  }
}
.comingsoon .wp-block-cover__background {
  background: url("/wp-content/uploads/2024/03/mainvisual_cs-sp.svg") center;
  background-color: #fff !important;
  background-size: cover;
}
@media screen and (min-width: 48em) {
  .comingsoon .wp-block-cover__background {
    background: url("/wp-content/uploads/2024/03/mainvisual_cs-tab.svg") center;
    background-size: cover;
  }
}
@media screen and (min-width: 64.0625em) {
  .comingsoon .wp-block-cover__background {
    background: url("/wp-content/uploads/2024/03/mainvisual_cs.svg") center;
    background-size: cover;
  }
}

/* タブ */
.tab_wrap {
  margin: 6em auto 1em;
  max-width: 320px;
  position: relative;
}
@media screen and (min-width: 48em) {
  .tab_wrap {
    margin: 14em auto 2em;
    max-width: 700px;
  }
}
@media wp-block-cover-imagescreen and (min-width: 64.0625em) {
  .tab_wrap {
    margin: 12em auto 3em;
    max-width: 800px;
  }
}
@media screen and (min-width: 80em) {
  .tab_wrap {
    max-width: 1106px;
  }
}
.tab_wrap input[type=radio] {
  display: none;
}
.tab_wrap .tab_area {
  border-radius: 20px;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  justify-content: center;
  margin-bottom: 1.9em;
  overflow: hidden;
}
.tab_wrap .tab_area label {
  background: #fff;
  cursor: pointer;
  font-weight: bold;
  line-height: 1;
  padding: 0.73em 0;
  position: relative;
  text-align: center;
  transition: 0.2s;
  width: 50%;
}
.tab_wrap .tab_area label .txt {
  color: #1a1a1a;
  transition: 0.2s;
}
.tab_wrap .tab_panel {
  display: none;
}

#tab1:checked ~ .tab_area .tab1_label,
#tab2:checked ~ .tab_area .tab2_label {
  background: #1a1a1a;
}
#tab1:checked ~ .tab_area .tab1_label .txt,
#tab2:checked ~ .tab_area .tab2_label .txt {
  color: #fff;
}

#tab1:checked ~ .tab_area .tab1_label .txt:before {
  content: url("./images/common/icon_crown.svg");
}

#tab2:checked ~ .tab_area .tab2_label .txt:before {
  content: url("./images/common/icon_star.svg");
}

#tab1:checked ~ .panel_area #panel1,
#tab2:checked ~ .panel_area #panel2 {
  display: block;
}

.swiper-wrapper {
  list-style: none;
  margin-top: 0;
  padding: 0;
}

.swiper-container {
  overflow: hidden;
  padding-bottom: 3em;
}
@media screen and (min-width: 48em) {
  .swiper-container {
    padding-bottom: 0;
  }
}

.swiper-slide {
  background: #fff;
  border-radius: 24px;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.swiper-slide .taxonomy-category a {
  margin: 0.9em 0.9em 0;
}
.swiper-slide p {
  font-weight: 700;
  font-size: 1.4rem;
  margin: 0.5em 0.9em 0.9em;
}
.swiper-slide p a {
  border: none;
}
.swiper-slide p a:hover {
  color: #999;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-next {
  background-image: url("./images/common/icon_arrow04.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 12px 11px;
  left: auto !important;
  right: -25px !important;
}
@media screen and (min-width: 48em) {
  .swiper-button-next, .swiper-container-rtl .swiper-button-next {
    background-size: 21px 19px;
    right: -40px !important;
  }
}
@media screen and (min-width: 64.0625em) {
  .swiper-button-next, .swiper-container-rtl .swiper-button-next {
    right: -100px !important;
  }
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-prev {
  background-image: url("./images/common/icon_arrow03.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 12px 11px;
  left: -25px !important;
  right: auto !important;
}
@media screen and (min-width: 48em) {
  .swiper-button-prev, .swiper-container-rtl .swiper-button-prev {
    background-size: 21px 19px;
    left: -40px !important;
  }
}
@media screen and (min-width: 64.0625em) {
  .swiper-button-prev, .swiper-container-rtl .swiper-button-prev {
    left: -100px !important;
  }
}

.swiper-pagination-bullet {
  background: #fff !important;
  border: #ccc 1px solid !important;
  border-radius: 0 !important;
  height: 10px !important;
  opacity: 1 !important;
  width: 10px !important;
}

.swiper-pagination-bullet-active {
  background: #1a1a1a !important;
  border: none !important;
}

.subscribe-box {
  overflow: hidden !important;
  width: 300px !important;
}
@media screen and (min-width: 48em) {
  .subscribe-box {
    width: auto !important;
  }
}

/* page */
.page.about {
  background-blend-mode: lighten;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url("/wp-content/themes/otaks/images/common/logo_white.svg");
  background-position: right 52em;
  background-repeat: no-repeat;
  background-size: 128px;
}
@media screen and (min-width: 48em) {
  .page.about {
    background-blend-mode: normal;
    background-color: white;
    background-size: 178px;
  }
}
.page.about .cont03 .wp-block-media-text__media img {
  max-height: 100%;
  max-width: fit-content;
}
@media screen and (min-width: 48em) {
  .page.about .cont03 .wp-block-media-text__media img {
    margin-top: 0.5em;
    max-height: 400px;
  }
}
@media screen and (min-width: 64.0625em) {
  .page.about .cont03 .wp-block-media-text__media img {
    margin-top: 0;
    max-height: 100%;
  }
}
@media screen and (max-width: 64em) {
  .page.about .cont03 .mb-l,
.page.about .cont03 .mb-xxxl {
    margin-bottom: 2em !important;
  }
}
@media screen and (max-width: 64em) {
  .page.about .cont03 .has-text-align-right {
    text-align: left;
  }
}
.page.features .wp-block-media-text {
  padding: 3em 0;
}
@media screen and (min-width: 48em) {
  .page.features .wp-block-media-text {
    padding: 6em 0 0;
  }
  .page.features .wp-block-media-text:first-child {
    padding: 4em 0 0;
  }
}
.page.features .cont-navi {
  gap: 1.6em;
  padding: 3.3em 0;
}
@media screen and (min-width: 48em) {
  .page.features .cont-navi {
    gap: 2%;
    padding: 5em 5% 0;
  }
}
@media screen and (min-width: 64.0625em) {
  .page.features .cont-navi .link-arrow {
    width: 23%;
  }
}
.page.recruit .wp-block-query a {
  border: 2px solid #1a1a1a;
  border-radius: 14px;
  display: block;
  font-size: 1.8rem;
  padding: 1.2em 2.3em;
  text-align: center;
}
.page.recruit .wp-block-query a:hover {
  background: #1a1a1a;
  color: #fff;
}
@media screen and (max-width: 47.9375em) {
  .page.thanks .thanks-cont {
    background: #f9f9f9;
    margin: 2em 0 3em;
    padding-top: 2.5em;
  }
  .page.thanks .thanks-cont p {
    text-align: left;
  }
}
@media screen and (min-width: 48em) {
  .page.thanks .wp-block-heading {
    margin-bottom: 0.6em;
  }
  .page.thanks .thanks-cont {
    padding-left: 18em;
  }
  .page.thanks .thanks-cont p {
    margin-bottom: 2em;
  }
}

.video-block {
  margin: 1.8em auto;
  max-width: 800px;
}
.video-block .video {
  background: #fff;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.video-block .video iframe {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.cont.recruit {
  background: url("/wp-content/themes/otaks/images/common/bg_recruit_sp.jpg") center;
  background-size: cover;
  padding: 2em 0 0.5em;
}
@media screen and (min-width: 48em) {
  .cont.recruit {
    background: url("/wp-content/themes/otaks/images/common/bg_recruit_tab.jpg") center;
    background-size: cover;
    padding: 4.4em 0 0.2em;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont.recruit {
    background: url("/wp-content/themes/otaks/images/common/bg_recruit.jpg") center;
    background-size: cover;
  }
}
.cont.recruit .wp-block-heading {
  margin-bottom: 0.7em;
}
@media screen and (min-width: 48em) {
  .cont.recruit .wp-block-heading {
    margin-bottom: 0.4em;
  }
}

.cont.company .wp-block-heading {
  margin-bottom: 1.2em;
}
@media screen and (min-width: 48em) {
  .cont.company .wp-block-heading {
    margin-bottom: 0.6em;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont.company .wp-block-heading {
    margin-bottom: 0.1em;
  }
}
@media screen and (min-width: 64.0625em) {
  .company .cont.company .wp-block-heading {
    margin-bottom: 0.6em;
  }
}
.cont.company .wp-block-columns {
  gap: 0.3em;
}
@media screen and (min-width: 64.0625em) {
  .cont.company .wp-block-columns {
    gap: 3.8em;
  }
}
.cont.company iframe {
  border: 1px solid #1a1a1a !important;
  border-radius: 20px;
  height: 250px;
}
@media screen and (min-width: 48em) {
  .cont.company iframe {
    height: 544px;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont.company iframe {
    border-radius: 0 32px 32px 0;
    height: 476px;
  }
}
@media screen and (min-width: 64.0625em) {
  .company .cont.company iframe {
    height: 420px;
  }
}
.cont.company table a[title=map] {
  border: 1px solid #1a1a1a;
  border-radius: 8px;
  display: inline-block;
  font-weight: bold;
  margin: 0.5em 0;
  padding: 0.3em 1em;
}
.cont.company table a[title=map]:hover {
  background: #1a1a1a;
  color: #fff;
}
.cont.company table a[title=map2] {
  background: #1a1a1a;
  border: 1px solid #1a1a1a;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin: 0.5em 0;
  padding: 0.3em 1em;
}
.cont.company table a[title=map2]:hover {
  background: #fff;
  color: #1a1a1a;
}

/* blog */
@media screen and (min-width: 48em) {
  .blog .site-main h2 {
    font-size: 6rem;
  }
}
@media screen and (max-width: 47.9375em) {
  .blog .cont {
    padding-top: 1em;
  }
}

.cta02 {
  background-blend-mode: lighten;
  background-image: url("/wp-content/themes/otaks/images/common/logo_white.svg");
  background-position: right 0;
  background-repeat: no-repeat;
  background-size: 128px;
  margin-bottom: 1em;
}
@media screen and (min-width: 48em) {
  .cta02 {
    background-blend-mode: normal;
    background-size: 178px;
    margin-bottom: 3em;
  }
}
.cta02 .wp-block-heading {
  padding: 0;
}

.taxonomy-category a {
  background: #1a1a1a;
  border: none;
  color: #fff !important;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  margin: 0 1em 0.8em 0;
  padding: 0.5em 0.6em !important;
}
.taxonomy-category a:hover {
  background: #999;
}
.taxonomy-category .wp-block-post-terms__separator {
  display: none;
}
.single .taxonomy-category {
  margin: 2.8em 0 1em;
}

.site-main .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  list-style: none;
  margin: 1.4em;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .site-main .breadcrumb {
    margin: 1.4em 2.8em;
  }
}
.site-main .breadcrumb li {
  margin: 0;
}
.site-main .breadcrumb li:after {
  content: ">";
  margin: 0 8px;
}
.site-main .breadcrumb li:last-child:after {
  display: none;
}
.site-main .wp-block-post-template {
  list-style: none;
  padding: 0;
}
.site-main .wp-block-post-template .wp-block-group {
  padding: 0 !important;
}
.site-main .wp-block-post-template .wp-post-image {
  border-radius: 24px;
}
.site-main .wp-block-post-template .wp-block-post-title {
  font-size: 1.8rem;
}
.site-main .wp-block-post-featured-image {
  margin-bottom: 1em;
}
.site-main .wp-block-categories-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.site-main .wp-block-categories-list a {
  font-size: 1.4rem;
}

.wp-block-post-date {
  color: #888;
  font-size: 1.2rem;
}

.cont-editor {
  font-weight: bold;
  font-size: 1.4rem;
}
.cont-editor h2 {
  margin-bottom: 1.3em;
}
@media screen and (min-width: 48em) {
  .cont-editor .wp-block-columns {
    gap: 3em;
  }
}
.cont-editor .editor-box {
  background: #f9f9f9;
  padding: 2em 1.5em;
}
@media screen and (min-width: 64.0625em) {
  .cont-editor .editor-box {
    padding: 3em;
  }
}
.cont-editor .editor-box .wp-block-columns {
  border-bottom: #1a1a1a 2px solid;
  padding-bottom: 2em;
}
@media screen and (min-width: 48em) {
  .cont-editor .editor-box .wp-block-columns {
    gap: 2.5em;
  }
}
.cont-editor .wp-block-group {
  gap: 0.8em;
}
.cont-editor .wp-block-image {
  margin: 0;
}
.cont-editor .wp-block-image a {
  align-items: center;
  background: #1a1a1a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: 40px;
  padding: 0;
  width: 40px;
}
@media screen and (min-width: 64.0625em) {
  .cont-editor .wp-block-image a {
    height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 64em) {
  .cont-editor .wp-block-image a img {
    height: 16px;
    width: auto;
  }
}
.cont-editor .wp-block-image img {
  border-radius: 0;
  margin: 0 auto;
}
.cont-editor a {
  border-bottom: #1a1a1a 1px solid !important;
  color: #1a1a1a !important;
}

.pagination {
  gap: 0;
  margin: 3em 0 0;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .pagination {
    margin: 4.5em 0 0;
  }
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  margin: 0;
}
.pagination .page-numbers {
  align-items: center;
  background: #1a1a1a;
  border: #1a1a1a 2px solid !important;
  color: #fff !important;
  font-weight: bold;
  font-size: 1.4rem;
  display: flex;
  height: 30px;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 5px;
  padding: 0 !important;
  width: 30px;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background: #fff;
  color: #1a1a1a !important;
}

/* single */
.single-post .entry-content {
  line-height: 1.9;
  margin: 0 auto 2em;
  max-width: 996px;
}
@media screen and (min-width: 48em) {
  .single-post .entry-content {
    margin: 0 auto 6em;
  }
}
.single-post .entry-title {
  font-size: 2rem;
  padding: 0.5em 0;
}
@media screen and (min-width: 48em) {
  .single-post .entry-title {
    font-size: 4rem;
  }
}
.single-post .post-thumbnail {
  margin-bottom: 2.6em;
}

/* ブログパーツ */
.single-cont .table-of-contents,
.single-cont .no_bullets {
  border: 1px solid #eee !important;
  margin-bottom: 5em !important;
  padding: 1em 2em 2em !important;
}
.single-cont .table-of-contents-ttl,
.single-cont .table-of-contents .toc_title,
.single-cont .no_bullets-ttl,
.single-cont .no_bullets .toc_title {
  border-bottom: solid 1px #1a1a1a;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0;
  padding: 0.5em 0 0.1em;
  position: relative;
  text-align: left !important;
}
@media screen and (min-width: 48em) {
  .single-cont .table-of-contents-ttl,
.single-cont .table-of-contents .toc_title,
.single-cont .no_bullets-ttl,
.single-cont .no_bullets .toc_title {
    font-size: 2.4rem;
  }
}
.single-cont .table-of-contents-ttl:before,
.single-cont .table-of-contents .toc_title:before,
.single-cont .no_bullets-ttl:before,
.single-cont .no_bullets .toc_title:before {
  border-bottom: solid 1px #1a1a1a;
  bottom: 3px;
  content: "";
  position: absolute;
  width: 100%;
}
.single-cont .table-of-contents a,
.single-cont .no_bullets a {
  border: none !important;
  display: block;
  padding: 0.2em 0 !important;
}
.single-cont .table-of-contents a:hover,
.single-cont .no_bullets a:hover {
  text-decoration: none !important;
}
.single-cont .table-of-contents ul,
.single-cont .no_bullets ul {
  border: none;
}
.single-cont .table-of-contents ul.toc_list,
.single-cont .no_bullets ul.toc_list {
  padding: 0 1em !important;
}
.single-cont .table-of-contents ul.toc_list > li:not(:nth-child(1)):not(:nth-child(2)),
.single-cont .no_bullets ul.toc_list > li:not(:nth-child(1)):not(:nth-child(2)) {
  display: none;
}
.single-cont .table-of-contents .toc_title,
.single-cont .no_bullets .toc_title {
  color: #1a1a1a;
  cursor: pointer;
}
.single-cont .table-of-contents .toc_title::after,
.single-cont .no_bullets .toc_title::after {
  content: "目次を開く▼";
  font-size: 1.2rem;
  margin-left: 1em;
}
.single-cont .table-of-contents .toc_title.active::after,
.single-cont .no_bullets .toc_title.active::after {
  content: "目次を閉じる▲";
}
.single-cont .table-of-contents .toc_title.active + .toc_list > li:not(:nth-child(1)):not(:nth-child(2)),
.single-cont .no_bullets .toc_title.active + .toc_list > li:not(:nth-child(1)):not(:nth-child(2)) {
  display: block;
}
.single-cont h2 {
  font-size: 1.8rem;
  margin: 1.5em 0 0.8em;
  text-align: left;
}
@media screen and (min-width: 48em) {
  .single-cont h2 {
    font-size: 3rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 64.0625em) {
  .single-cont h2 {
    font-size: 4rem;
  }
}
.single-cont h3 {
  background: none;
  font-size: 1.6rem;
  margin: 1.5em 0 1.8em;
  padding: 1.2em 0 0 1.8em;
  position: relative;
}
@media screen and (min-width: 48em) {
  .single-cont h3 {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.single-cont h3:before {
  color: #eee;
  content: "●";
  font-size: 5rem;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 48em) {
  .single-cont h3:before {
    font-size: 8rem;
  }
}
.single-cont h4 {
  background-image: radial-gradient(#dfdfdf 10%, transparent 20%), radial-gradient(#dfdfdf 10%, transparent 20%);
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
  font-size: 1.4rem;
  padding: 0.6em 1em;
}
@media screen and (min-width: 48em) {
  .single-cont h4 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
.single-cont h5 {
  background: none;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 1.8em;
  padding: 0.4em 0 0 1.2em;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 48em) {
  .single-cont h5 {
    font-size: 1.6rem;
    padding: 0.3em 0 0 1.2em;
  }
}
.single-cont h5:before {
  color: #ccc;
  content: "●";
  font-size: 3.5rem;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  z-index: -1;
}
.single-cont ul, .single-cont ol:not(.table-of-contents ol) {
  border: #1a1a1a 2px solid;
  border-radius: 5px;
  line-height: 1.6;
  list-style: url("./images/common/icon_list01.svg");
  margin: 0 0 2em;
  padding: 0.7em 1.5em 0.7em 2.5em;
}
.single-cont ul li, .single-cont ol:not(.table-of-contents ol) li {
  padding: 0.3em 0 0.3em 0.3em;
}
.single-cont ul.type02, .single-cont ol:not(.table-of-contents ol).type02 {
  list-style: url("./images/common/icon_list02.svg");
}
.single-cont ul.type03, .single-cont ol:not(.table-of-contents ol).type03 {
  list-style: url("./images/common/icon_list03.svg");
}
.single-cont ol:not(.table-of-contents ol) {
  counter-reset: num;
  list-style: none;
}
.single-cont ol:not(.table-of-contents ol) li {
  position: relative;
}
.single-cont ol:not(.table-of-contents ol) li:before {
  background: #1a1a1a;
  border-radius: 50%;
  color: #fff;
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  font-weight: bold;
  font-size: 1.2rem;
  height: 20px;
  left: -1.8em;
  line-height: 20px;
  position: absolute;
  text-align: center;
  top: 0.5em;
  width: 20px;
}
.single-cont .wp-block-image {
  margin-bottom: 2em;
}
.single-cont .list-ttl {
  background: #1a1a1a;
  border-radius: 5px 5px 0 0;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6;
  margin: 0 0 0 1.5em;
  min-height: 30px;
  padding: 0.3em 0.8em 0.2em;
}
.single-cont .post-box .list-ttl {
  background: #1a1a1a url("./images/common/icon_page.svg") 0.4em 0.4em no-repeat;
  background-size: 18px;
  padding-left: 2.3em;
}
.single-cont .post-box .wp-block-columns {
  background: #f9f9f9;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  gap: 1.5em;
  padding: 1.2em;
}
.single-cont .post-box .wp-block-columns p {
  margin: 0;
}
.single-cont .post-box-photo {
  max-width: 100px;
}
@media screen and (min-width: 48em) {
  .single-cont .post-box-photo {
    max-width: 150px;
  }
}
.single-cont .post-box-ttl {
  position: relative;
  padding-bottom: 2.2em;
}
.single-cont .post-box .wp-block-image {
  margin: 0;
}
.single-cont .post-box a {
  padding-bottom: 0.2em;
}
.single-cont .post-box .more {
  bottom: 0;
  font-size: 1.4rem;
  position: absolute;
  right: 0;
}
.single-cont .post-box .more a {
  border-bottom: #1a1a1a 1px solid;
  color: #1a1a1a;
}
.single-cont .post-box.type02 .list-ttl {
  background: #1a1a1a url("./images/common/icon_hand.svg") 0.4em 0.2em no-repeat;
  background-size: 20px;
}
.single-cont .talk {
  align-items: start;
  display: flex;
  margin-bottom: 2em;
}
@media screen and (min-width: 48em) {
  .single-cont .talk {
    margin-bottom: 1em;
  }
}
.single-cont .talk .wp-block-image {
  overflow: visible;
}
.single-cont .talk .wp-block-image img {
  border: #1a1a1a 2px solid;
  border-radius: 50%;
  max-width: 70px;
}
@media screen and (min-width: 48em) {
  .single-cont .talk .wp-block-image img {
    max-width: 100px;
  }
}
.single-cont .talk .wp-block-image figcaption {
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 0.3em;
}
@media screen and (min-width: 48em) {
  .single-cont .talk .wp-block-image figcaption {
    font-size: 1.4rem;
  }
}
.single-cont .talk p {
  background: #f5f5f5;
  border-radius: 5px;
  display: block;
  margin-left: 1em;
  padding: 0.7em 1.5em;
  position: relative;
}
@media screen and (min-width: 48em) {
  .single-cont .talk p {
    margin-left: 1.2em;
  }
}
.single-cont .talk p:before {
  border: 6px solid transparent;
  border-right: 20px solid #f5f5f5;
  content: "";
  left: -25px;
  margin-top: 15px;
  position: absolute;
  top: 0;
}
.single-cont .talk.is-content-justification-right {
  flex-direction: row-reverse;
}
.single-cont .talk.is-content-justification-right p {
  margin: 0 1em 0 0;
}
@media screen and (min-width: 48em) {
  .single-cont .talk.is-content-justification-right p {
    margin: 0 1.2em 0 0;
  }
}
.single-cont .talk.is-content-justification-right p:before {
  border: 6px solid transparent;
  border-left: 20px solid #f5f5f5;
  left: auto;
  right: -25px;
}

.supervisor {
  background: #f9f9f9;
  margin: 3em auto;
  overflow: hidden;
}
.supervisor-cont {
  padding: 1em 1.2em 1.5em;
}
@media screen and (min-width: 48em) {
  .supervisor-cont {
    padding: 1.9em 2.5em 2.8em;
  }
}
.supervisor .wp-block-columns {
  border-bottom: #1a1a1a 2px solid;
  margin-bottom: 1.2em;
  padding-bottom: 0.5em;
}
.supervisor .wp-block-columns.is-layout-flex {
  gap: 0;
}
.supervisor-ttl {
  margin-bottom: 1em;
}
@media screen and (min-width: 48em) {
  .supervisor-ttl {
    margin-bottom: 1.5em;
  }
}
.supervisor-ttl .txt {
  line-height: 1.5;
}
.supervisor-ttl a {
  font-size: 1.4rem;
}
.supervisor-link {
  justify-content: center !important;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 48em) {
  .supervisor-link {
    justify-content: flex-end !important;
  }
}
.supervisor-link a {
  align-items: center;
  background: #1a1a1a;
  border-radius: 25px;
  display: flex;
  height: 50px;
  justify-content: center;
  padding: 0 !important;
  width: 50px;
}
@media screen and (min-width: 48em) {
  .supervisor-link a {
    margin-right: 0.2em;
  }
}
.supervisor-link a:hover {
  background: #666;
}
.supervisor-link a img {
  opacity: 1;
  width: 60%;
}
.supervisor p.wp-block-heading {
  background: #1a1a1a;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
  padding: 0.8em 1.5em;
}
.supervisor p.wp-block-heading:after {
  display: none;
}
.supervisor h4 {
  background: none;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .supervisor h4 {
    font-size: 1.8rem;
    margin-bottom: 1.6em;
  }
}
.supervisor h5 {
  margin: 1.5em 0;
}
.supervisor p:last-child {
  margin-bottom: 0;
}
.supervisor-name {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.3;
  margin: 0 !important;
}
@media screen and (min-width: 48em) {
  .supervisor-name {
    font-size: 2.8rem;
  }
}
.supervisor-name.type02 {
  font-size: 1.8rem;
}
@media screen and (min-width: 48em) {
  .supervisor-name.type02 {
    font-size: 2.2rem;
  }
}
.supervisor-name .en {
  display: block;
  font-family: 游ゴシック体, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin: 0.1em 0 0.5em;
}
@media screen and (min-width: 48em) {
  .supervisor-name .en {
    font-size: 1.2rem;
  }
}
.supervisor-img {
  overflow: visible;
  padding-right: 1em;
}
.supervisor-img img {
  border-radius: 50%;
  max-width: 70px;
}
@media screen and (min-width: 48em) {
  .supervisor-img img {
    max-width: 100px;
  }
}
.supervisor.writer {
  margin: 0 auto 5em;
  padding: 1.5em 1em;
}
@media screen and (min-width: 48em) {
  .supervisor.writer {
    padding: 3.2em 2.5em 2.8em;
  }
}
.supervisor.writer .supervisor-ttl {
  align-items: start;
}
@media screen and (min-width: 48em) {
  .supervisor.writer .supervisor-ttl {
    margin-bottom: 0.9em;
  }
}
.supervisor.writer .writer-ttl {
  background: #333;
  border-radius: 20px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0.3em 1em;
  margin-bottom: 1.4em;
}
.supervisor.writer figure img {
  border: #1a1a1a 2px solid;
}
.supervisor.comment {
  background-image: linear-gradient(transparent 80%, #f9f9f9 20%), linear-gradient(90deg, transparent 80%, #f9f9f9 20%);
  background-size: 4px 4px;
  background-repeat: repeat;
  background-color: #fff;
}
.supervisor.comment .supervisor-ttl {
  margin-bottom: 2.8em;
}

/* 関連記事 */
.relation {
  border: #1a1a1a 2px solid;
  border-radius: 5px;
  margin: 0 auto 3em;
  padding: 2em 1em;
}
@media screen and (min-width: 64.0625em) {
  .relation {
    margin: 0 auto 6.2em;
    padding: 1.7em 2.2em 1.8em;
  }
}
.relation .heading03 {
  background: none;
  border-bottom: #1a1a1a 1px solid;
  display: block;
  margin: 0 0 1em;
  padding: 0 0 0.4em;
}
.relation .heading03:before {
  display: none;
}
@media screen and (min-width: 48em) {
  .relation .heading03 {
    font-size: 2rem;
  }
}
.relation .heading03 a {
  border: none;
  padding-bottom: 0.2em !important;
}
.relation .heading03 a:hover {
  color: #666;
}
.relation-cont {
  flex-wrap: wrap !important;
}
.relation .wp-block-columns {
  margin: 0;
}
.relation .wp-block-image {
  margin-bottom: 0.6em;
}
.relation .wp-post-image {
  max-width: 100px;
}
@media screen and (min-width: 64.0625em) {
  .relation .wp-post-image {
    max-width: 125px;
  }
}
.relation p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 48em) {
  .relation p {
    padding-right: 1em;
  }
}
.relation .date {
  background: url("images/common/icon_modified.png") no-repeat;
  background-size: 11px;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 1em;
  padding-left: 1.2em;
}

/* recruit */
@media screen and (min-width: 48em) {
  .recruitment-list .wp-block-post-template {
    margin-bottom: 10em;
  }
}
@media screen and (min-width: 64.0625em) {
  .recruitment-list .wp-block-post {
    padding: 0 2em;
  }
}
@media screen and (min-width: 48em) {
  .recruitment-list .wp-block-post .wp-block-post-title {
    font-size: 1.6rem;
  }
}

.single-recruit,
.form-block {
  /* recruit top */
}
.single-recruit .cont__inner,
.form-block .cont__inner {
  background: #f9f9f9;
  margin: 0 auto 2em;
  max-width: 926px;
  padding: 2em 2em 3em;
}
.single-recruit .cont__inner.entry-form,
.form-block .cont__inner.entry-form {
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .single-recruit .cont__inner.entry-form,
.form-block .cont__inner.entry-form {
    margin-bottom: 7em;
  }
}
.single-recruit .outline__header,
.form-block .outline__header {
  font-weight: bold;
  margin-bottom: 3em;
}
.single-recruit .outline dt, .single-recruit .outline dd,
.form-block .outline dt,
.form-block .outline dd {
  border-bottom: #1a1a1a 1px solid;
  padding: 1.2em 0;
}
@media screen and (min-width: 48em) {
  .single-recruit .outline dt, .single-recruit .outline dd,
.form-block .outline dt,
.form-block .outline dd {
    padding: 1.2em;
  }
}
.single-recruit .outline dt,
.form-block .outline dt {
  font-weight: bold;
}
@media screen and (min-width: 48em) {
  .single-recruit .outline dt,
.form-block .outline dt {
    width: 20%;
  }
}
@media screen and (min-width: 48em) {
  .single-recruit .outline dd,
.form-block .outline dd {
    width: 80%;
  }
}
.single-recruit .outline dd p:last-child,
.form-block .outline dd p:last-child {
  margin-bottom: 0;
}
.single-recruit .movie,
.form-block .movie {
  padding-top: 0;
}
@media screen and (min-width: 48em) {
  .single-recruit .movie,
.form-block .movie {
    padding-bottom: 4.3em;
  }
}
@media screen and (min-width: 48em) {
  .single-recruit .flow .heading02,
.form-block .flow .heading02 {
    margin-bottom: 1.8em;
  }
}
.single-recruit .flow .flexbox,
.form-block .flow .flexbox {
  background: url("images/common/bg_flow-sp.svg") center no-repeat;
  background-size: contain;
  color: #fff;
  font-weight: bold;
  margin-bottom: 3em;
  max-width: 1262px;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .single-recruit .flow .flexbox,
.form-block .flow .flexbox {
    background: url("images/common/bg_flow.svg") center no-repeat;
    background-size: contain;
    font-size: 1.3rem;
    margin-bottom: 6em;
  }
}
@media screen and (min-width: 64.0625em) {
  .single-recruit .flow .flexbox,
.form-block .flow .flexbox {
    font-size: 1.6rem;
  }
}
.single-recruit .flow .flexbox .flexbox__item,
.form-block .flow .flexbox .flexbox__item {
  padding: 1.2em 0;
}
@media screen and (min-width: 48em) {
  .single-recruit .flow .flexbox .flexbox__item,
.form-block .flow .flexbox .flexbox__item {
    padding: 1em 0;
  }
}
@media screen and (min-width: 64.0625em) {
  .single-recruit .flow .flexbox .flexbox__item,
.form-block .flow .flexbox .flexbox__item {
    padding: 1.4em 0;
  }
}
.single-recruit .people,
.form-block .people {
  text-align: center;
}
.single-recruit .people a.people-item,
.form-block .people a.people-item {
  border: none;
  color: #1a1a1a;
  display: block;
}
.single-recruit .people a.people-item:hover,
.form-block .people a.people-item:hover {
  border: none;
  color: #f9f9f9;
}
.single-recruit .people-img,
.form-block .people-img {
  background-size: cover;
  margin-bottom: 0.3em;
  min-height: 50vw;
}
@media screen and (min-width: 48em) {
  .single-recruit .people-img,
.form-block .people-img {
    min-height: 18vw;
  }
}
.single-recruit .people-name,
.form-block .people-name {
  font-weight: bold;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .single-recruit .people-name,
.form-block .people-name {
    font-size: 1.5rem;
  }
}
.single-recruit .people-position,
.form-block .people-position {
  color: #666;
  font-weight: normal;
  font-size: 1.3rem;
}
@media screen and (min-width: 48em) {
  .single-recruit.page-template-page-full .cont__inner04,
.form-block.page-template-page-full .cont__inner04 {
    margin-bottom: 6em;
  }
}
.single-recruit.page-template-page-full .cont__inner04 p,
.form-block.page-template-page-full .cont__inner04 p {
  line-height: 1.9;
}
@media screen and (min-width: 48em) {
  .single-recruit.page-template-page-full .wp-block-media-text,
.form-block.page-template-page-full .wp-block-media-text {
    margin-bottom: 5em;
  }
}
.single-recruit.page-template-page-full .member,
.form-block.page-template-page-full .member {
  padding-left: 0;
  padding-right: 0;
}

/* 404 */
.error404 {
  background-color: rgba(50, 134, 145, 0.8);
  background-image: radial-gradient(#5c909c 20%, transparent 0), radial-gradient(#5c909c 20%, transparent 0);
  background-size: 8px 8px;
  background-position: 0 0, 4px 4px;
  color: #fff;
}
.error404 .heading02 {
  line-height: 1.1;
  margin: 8em auto 0.2em;
}
@media screen and (min-width: 48em) {
  .error404 .heading02 {
    font-size: 5rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .error404 .heading02 {
    font-size: 10rem;
    margin: 3.6em auto 0.2em;
  }
}
.error404 .heading02 .size-l {
  font-size: 5rem;
}
@media screen and (min-width: 48em) {
  .error404 .heading02 .size-l {
    font-size: 10rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .error404 .heading02 .size-l {
    font-size: 20rem;
  }
}
.error404__txt {
  margin-bottom: 20em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .error404__txt {
    font-size: 2rem;
  }
}
@media screen and (min-width: 64.0625em) {
  .error404__txt {
    font-size: 4rem;
    margin-bottom: 10em;
  }
}

.cont__inner .wp-block-media-text__media img {
  margin: 0 auto 2em;
  max-height: 230px;
  max-width: fit-content;
}
@media screen and (min-width: 64.0625em) {
  .cont__inner .wp-block-media-text__media img {
    margin: 0 0 0 auto;
    max-height: 300px;
  }
}
@media screen and (min-width: 64.0625em) {
  .cont__inner .has-media-on-the-right img {
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 64em) {
  .cont__inner .wp-block-media-text__content,
.cont__inner .wp-block-media-text__media {
    padding: 0 !important;
  }
}

@media screen and (max-width: 47.9375em) {
  .sp-reverse.wp-block-columns {
    flex-direction: column-reverse;
  }
  .sp-reverse .wp-block-media-text__content {
    grid-row: 1 !important;
  }
  .sp-reverse .wp-block-media-text__media {
    grid-row: 2 !important;
  }
}

@media screen and (max-width: 64em) {
  .tab-one-col.wp-block-columns {
    flex-direction: column;
  }
  .tab-one-col.wp-block-media-text {
    grid-template-columns: 100% !important;
  }
  .tab-one-col .wp-block-media-text__content,
.tab-one-col .wp-block-media-text__media {
    grid-column: 1 !important;
    grid-row: unset;
    padding: 0 5% !important;
  }
  .cont__inner .tab-one-col .wp-block-media-text__content,
.cont__inner .tab-one-col .wp-block-media-text__media {
    padding: 0 !important;
  }
}

.tab-two-col {
  flex-wrap: wrap !important;
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .tab-two-col {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .tab-two-col .wp-block-column {
    flex-basis: 47% !important;
  }
}

@media screen and (min-width: 48em) and (max-width: 64em) {
  .tab-reverse.wp-block-columns {
    flex-direction: column-reverse;
  }
  .tab-reverse .wp-block-media-text__content {
    grid-row: 1 !important;
  }
  .tab-reverse .wp-block-media-text__media {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }
}

@media screen and (max-width: 64em) {
  .wp-block-media-text {
    grid-template-columns: 50% !important;
  }
}

.grid4-3-2 {
  gap: 0;
}
.grid4-3-2 > div {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .grid4-3-2 > div {
    width: 33.3333%;
  }
}
@media screen and (min-width: 64.0625em) {
  .grid4-3-2 > div {
    width: 25%;
  }
}

.font-en {
  font-family: "IBM Plex Sans JP", "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
}

.color-blue {
  color: #f9f9f9;
}

.site-main .size-xxs {
  font-size: 1.1rem;
}
.site-main .size-xs {
  font-size: 1.2rem;
}
.site-main .size-s {
  font-size: 1.4rem;
}
.site-main .size-m {
  font-size: 1.6rem;
}
.site-main .size-ml {
  font-size: 1.8rem;
}
.site-main .size-l {
  font-size: 2rem;
}
@media screen and (min-width: 48em) {
  .site-main .size-xl {
    font-size: 2.4rem;
  }
}

.txt-r {
  text-align: right !important;
}

.txt-c {
  text-align: center !important;
}

.txt-l {
  text-align: left !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-m {
  margin-top: 2em !important;
}

.mt-l {
  margin-top: 3em !important;
}

.mt-xl {
  margin-top: 5em !important;
}

.mr-xs {
  margin-right: 0.5em !important;
}

.mr-s {
  margin-right: 1em !important;
}

.mr-m {
  margin-right: 2em !important;
}

.mr-l {
  margin-right: 2em !important;
}
@media screen and (min-width: 64.0625em) {
  .mr-l {
    margin-right: 4em !important;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-xxs {
  margin-bottom: 0.1em !important;
}
@media screen and (min-width: 48em) {
  .mb-xxs {
    margin-bottom: 0.4em !important;
  }
}

.mb-xs {
  margin-bottom: 0.3em !important;
}
@media screen and (min-width: 48em) {
  .mb-xs {
    margin-bottom: 0.8em !important;
  }
}

.mb-s {
  margin-bottom: 0.5em !important;
}
@media screen and (min-width: 48em) {
  .mb-s {
    margin-bottom: 1em !important;
  }
}

.mb-ms {
  margin-bottom: 0.8em !important;
}
@media screen and (min-width: 48em) {
  .mb-ms {
    margin-bottom: 1.5em !important;
  }
}

.mb-m {
  margin-bottom: 1em !important;
}
@media screen and (min-width: 48em) {
  .mb-m {
    margin-bottom: 2em !important;
  }
}

.mb-l {
  margin-bottom: 1.5em !important;
}
@media screen and (min-width: 48em) {
  .mb-l {
    margin-bottom: 3em !important;
  }
}

.mb-xl {
  margin-bottom: 2em !important;
}
@media screen and (min-width: 48em) {
  .mb-xl {
    margin-bottom: 4em !important;
  }
}

.mb-xxl {
  margin-bottom: 2.5em !important;
}
@media screen and (min-width: 48em) {
  .mb-xxl {
    margin-bottom: 5em !important;
  }
}

.mb-xxxl {
  margin-bottom: 3em !important;
}
@media screen and (min-width: 48em) {
  .mb-xxxl {
    margin-bottom: 6em !important;
  }
}

.underline {
  border-bottom: 1px solid #1a1a1a;
  display: inline-block;
}

@media only screen and (min-width: 48em) and (max-width: 64em) {
  .tab {
    display: block;
  }

  .pc-only {
    display: none;
  }
}
@media only screen and (max-width: 47.9375em) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .sp-mb-0 {
    margin-bottom: 0 !important;
  }

  .sp-mb-xl {
    margin-bottom: 3em !important;
  }
}
