@charset "UTF-8";
/*!
*/
/* CSS Document */
html {
  font: 10px/1.667 "Lato", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  /* 基本文字設定 */
  *font-size: small;
  /* Win IE7およびWin IE6標準準拠モード向け */
  *font: x-small;
  /* Win IE 5-5.5､6(後方互換モード)向け */
  letter-spacing: 0;
  background-color: #fff;
  color: #001dff;
  font-weight: normal; }

/*==============================================
◆00：基本設定
==============================================*/
/* web-font icon 読み込み */
@font-face {
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  src: url("font/icomoon/fonts/icomoon.eot?tvokyj");
  src: url("font/icomoon/fonts/icomoon.eot?tvokyj#iefix") format("embedded-opentype"), url("font/icomoon/fonts/icomoon.ttf?tvokyj") format("truetype"), url("font/icomoon/fonts/icomoon.woff?tvokyj") format("woff"), url("font/icomoon/fonts/icomoon.svg?tvokyj#icomoon") format("svg"); }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  speak: none;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

* {
  outline: none; }

/*リンク*/
a {
  outline: none;
  text-decoration: none;
  transition: all 300ms ease-out; }
  a:after {
    text-decoration: none; }
  a:hover, a:focus {
    opacity: 0.8; }
    a:hover img, a:focus img {
      opacity: 0.8; }
  a img {
    background: url(image/share/transparent.png);
    transition: all 300ms ease-out; }
  .main-wpcontent a {
    color: #001dff;
    text-decoration: underline; }

/*--見出し--*/
#h1-area h1 {
  font-size: 52px;
  font-weight: normal;
  line-height: 1.077;
  letter-spacing: 0.02em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 0 0 10px; }
  @media screen and (max-width: 600px) {
    #h1-area h1 {
      font-size: 34px;
      letter-spacing: 0.02em; } }

.main-wpcontent h2 {
  position: relative;
  font-size: 21px;
  font-weight: normal;
  line-height: 2.333;
  letter-spacing: 0.02em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 40px auto 10px;
  padding: 0 0 2px;
  border-bottom: 1px solid #001dff; }

.main-wpcontent h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 40px 0 20px;
  padding: 10px 0;
  border-top: 1px solid #001dff;
  border-bottom: 1px solid #001dff; }

.main-wpcontent h4 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 40px 0 20px;
  padding: 1px 0 1px 16px;
  border-left: 5px solid #001dff; }

.main-wpcontent h5 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 40px 0 20px; }

.main-wpcontent h6 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 40px 0 20px; }

h2 + h3,
h2 + section > h3:first-child,
.main-wpcontent > h2:first-child,
.wp-block-group__inner-container > h2:first-child,
.wp-block-column > h2:first-child,
h2:first-child,
h2 + table {
  margin-top: 0; }

h3 + h4,
h3 + section > h4:first-child,
.main-wpcontent > h3:first-child,
.wp-block-group__inner-container > h3:first-child,
.wp-block-column > h3:first-child,
h3:first-child,
h3 + table {
  margin-top: 0; }

h4 + h5,
h4 + section > h5:first-child,
.main-wpcontent > h4:first-child,
.wp-block-group__inner-container > h4:first-child,
.wp-block-column > h4:first-child,
h4:first-child,
h4 + table {
  margin-top: 0; }

h5 + h6,
h5 + section > h6:first-child,
.main-wpcontent > h5:first-child,
.wp-block-group__inner-container > h5:first-child,
.wp-block-column > h5:first-child,
h5:first-child,
h5 + table {
  margin-top: 0; }

h6 + h7,
h6 + section > h7:first-child,
.main-wpcontent > h6:first-child,
.wp-block-group__inner-container > h6:first-child,
.wp-block-column > h6:first-child,
h6:first-child,
h6 + table {
  margin-top: 0; }

/* セクション */
section {
  margin: 100px 0; }
  section:first-child {
    margin-top: 0; }
  section:last-child {
    margin-bottom: 0; }
  section::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0; }

/*--リスト--*/
ul, ol, dl {
  list-style-type: none;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 20px 0;
  padding: 0; }

.main-wpcontent ul > li dl, .main-wpcontent ul > li ul, .main-wpcontent ul > li ol, .main-wpcontent ol > li dl, .main-wpcontent ol > li ul, .main-wpcontent ol > li ol, dl dd dl, dl dd ul, dl dd ol {
  margin: 1em 0 1.5em; }

.main-wpcontent ul > li {
  position: relative;
  margin: 0 0 1em;
  padding: 0 0 0 1.75em; }
  .main-wpcontent ul > li::before {
    position: absolute;
    content: "";
    display: block;
    background-color: #001dff;
    width: 0.3em;
    height: 0.3em;
    border-radius: 0.3em;
    left: 0.75em;
    top: 0.9em; }
ul > li {
  margin: 0;
  padding: 0; }
  ul > li:last-child {
    margin-bottom: 0; }

ol {
  margin-bottom: 1em; }
  .main-wpcontent ol {
    counter-reset: ol-counter; }
    .main-wpcontent ol > li {
      position: relative;
      margin: 0 0 1em;
      padding: 0 0 0 1.75em; }
      .main-wpcontent ol > li::before {
        position: absolute;
        counter-increment: ol-counter;
        content: counter(ol-counter) ".";
        color: #001dff;
        font-size: 1.2em;
        top: -0.1em;
        left: 0.4em;
        width: 1.76em; }
      .main-wpcontent ol > li:last-child {
        margin-bottom: 0; }

dl dt {
  font-weight: bold;
  margin: 0 0 0.5em;
  padding: 0; }
dl dd {
  margin: 0 0 1em 0;
  padding: 0; }
  dl dd:last-child {
    margin-bottom: 0; }

/* --TABLE-- */
table {
  width: 100%;
  font-size: 100%;
  margin: 0 auto; }
  table thead {
    border-bottom: 2px solid #001dff; }
  table tr:nth-child(2n+1) {
    background-color: #f0f5f8; }
  table th, table td {
    font-size: 18px;
    text-align: left;
    vertical-align: middle;
    overflow-wrap: break-word;
    padding: 10px 20px;
    min-width: 100px;
    max-width: 400px;
    box-sizing: border-box; }
  table dl:last-child,
  table ul:last-child,
  table p:last-child {
    margin-bottom: 0; }

/* --OTHER TAGS-- */
abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help; }

blockquote {
  background-color: rgba(185, 203, 160, 0.11);
  border: 1px solid #999;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font-style: italic;
  font-weight: normal;
  text-align: justify;
  padding: 1em;
  margin-top: 40px;
  margin-bottom: 40px; }
  blockquote p {
    margin-bottom: 2em; }
  blockquote dl:last-child,
  blockquote ul:last-child,
  blockquote p:last-child {
    margin-bottom: 0; }

small {
  font-size: 70%; }

em, span.em {
  color: #000;
  font-weight: bold;
  font-style: normal;
  border-style: none; }

strong {
  font-weight: bold;
  font-style: normal;
  border-style: none; }

code {
  font-style: normal;
  font-weight: bold;
  color: #ffff00;
  padding: 0 0.5em;
  border: 1px solid #000;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  margin: 0 0.5em;
  background: #000; }

p {
  text-align: justify;
  text-justify: inter-ideograph;
  background-image: url(image/share/transparent.png);
  margin-bottom: 1.5em; }
  p:last-child {
    margin-bottom: 0; }

hr {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px; }

figure {
  margin: 50px auto;
  padding: 0; }

figcaption {
  font-size: 21px;
  text-align: center;
  margin: 28px 0 0;
  padding: 0; }

address {
  font-style: normal; }

/* clearfix */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0; }

.pc-none {
  display: none; }

.sp-none {
  display: block; }

.fw_bold {
  font-weight: bold; }

/* ◆ ヘッダー */
#header {
  position: relative;
  z-index: 200; }
  #header__inner {
    padding: 35px 35px 0; }
    @media screen and (max-width: 600px) {
      #header__inner {
        padding: 5vw 0 0;
        text-align: center; } }
    #header__inner a {
      display: block;
      width: 164px; }
      @media screen and (max-width: 600px) {
        #header__inner a {
          width: 27.333vw;
          margin: 0 auto; } }
      #header__inner a img {
        width: 100%;
        height: auto; }

#global-area {
  position: absolute;
  z-index: 300;
  right: 20px;
  top: 30px; }
  @media screen and (max-width: 600px) {
    #global-area {
      position: sticky;
      top: auto;
      left: auto;
      right: auto;
      bottom: 3.333vw;
      margin: 0 3.333vw; } }

#nav-global {
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 600px) {
    #nav-global {
      gap: 2.5vw; } }
  #nav-global > li a {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 140px;
    height: 34px;
    background-color: #fff;
    border: 1px solid #231815;
    border-radius: 9999px;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #231815;
    text-align: center; }
    @media screen and (max-width: 600px) {
      #nav-global > li a {
        width: 23.33vw;
        height: 6vw;
        font-size: 2.667vw; } }
  #nav-global > li.nav-global--shop a {
    background-color: #231815;
    color: #fff; }

/* ◆ キービジュアル */
/* ◆15 コンテンツ */
#contents-area {
  text-align: center;
  width: 100%;
  margin: 0 auto 125px; }
  @media screen and (max-width: 600px) {
    #contents-area {
      margin-bottom: 50px; } }
  #contents-area__inner {
    width: 1140px;
    margin: 0 auto; }
    @media screen and (max-width: 1240px) {
      #contents-area__inner {
        width: auto;
        padding: 0 18px; } }
    #news-detail #contents-area__inner, #works-detail #contents-area__inner {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (max-width: 1240px) {
        #news-detail #contents-area__inner, #works-detail #contents-area__inner {
          display: block; } }
    #works-archive #contents-area__inner, #about #contents-area__inner, #company #contents-area__inner {
      width: auto; }

#h1-area {
  height: 240px;
  width: 1140px;
  margin: 0 auto;
  padding: 85px 0 0;
  box-sizing: border-box; }
  @media screen and (max-width: 1240px) {
    #h1-area {
      width: auto; } }
  @media screen and (max-width: 600px) {
    #h1-area {
      margin: 0 0 35px;
      padding: 25px 0 0;
      height: auto; } }

/* ◆メインコンテンツ */
#main-area {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 18px;
  letter-spacing: 0.04em; }
  @media screen and (max-width: 600px) {
    #main-area {
      font-size: 16px;
      letter-spacing: 0.04em;
      line-height: 1.625; } }
  #main-area__inner {
    width: 100%;
    margin: 0; }

/* ◆ フッター */
body[id^="unflag"] .grecaptcha-badge {
  display: none; }

@media screen and (max-width: 600px) {
  #unflag-unflag #mainScroll {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start; } }
@media screen and (max-width: 600px) {
  #unflag-unflag #global-area {
    position: relative;
    bottom: auto; } }

#unflag-mainarea {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 100; }

#unflag-mvarea {
  position: relative;
  width: 100%;
  height: 100%; }
  #unflag-mvarea #unflag-mv {
    object-fit: cover;
    width: 100%;
    height: 100%; }

#unflag-start {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 400; }
  #unflag-start__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 247px;
    height: 100px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 1000ms ease-in-out; }
    #unflag-start__inner.step1 {
      opacity: 1;
      transition: all 1000ms ease-in-out; }
    #unflag-start__inner.step2 {
      top: 35px;
      left: 35px;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      width: 164px;
      height: auto; }
      @media screen and (max-width: 600px) {
        #unflag-start__inner.step2 {
          top: 5vw;
          left: 50%;
          -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
          width: 27.333vw; } }
    @media screen and (max-width: 600px) {
      #unflag-start__inner {
        width: 41.167vw;
        height: 16.667vw; } }
  #unflag-start img {
    object-fit: contain;
    width: 100%;
    height: 100%; }

#unflag-news {
  position: absolute;
  z-index: 150;
  bottom: 25px;
  left: 25px;
  right: 25px;
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.4); }
  @media screen and (max-width: 600px) {
    #unflag-news {
      position: relative;
      bottom: auto;
      left: auto;
      right: auto;
      margin: 5vw 3.333vw 3.333vw;
      padding: 1.667vw; } }
  #unflag-news__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    gap: 25px; }
    @media screen and (max-width: 600px) {
      #unflag-news__inner {
        gap: 5vw; } }
    #unflag-news__inner .unflag-news--title {
      font-size: 16px;
      font-weight: normal;
      line-height: 1.25;
      letter-spacing: 0.04em;
      color: #231815; }
      @media screen and (max-width: 600px) {
        #unflag-news__inner .unflag-news--title {
          font-size: 3.333vw; } }

#unflag-news-list {
  margin: 0;
  padding: 0; }
  #unflag-news-list > li .unflag-news-list--date {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    letter-spacing: 0.04em;
    color: #231815; }
    @media screen and (max-width: 600px) {
      #unflag-news-list > li .unflag-news-list--date {
        font-size: 3.333vw; } }
    #unflag-news-list > li .unflag-news-list--date::after {
      content: "｜"; }
  #unflag-news-list > li .unflag-news-list--title {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    letter-spacing: 0.04em;
    color: #231815; }
    @media screen and (max-width: 600px) {
      #unflag-news-list > li .unflag-news-list--title {
        font-size: 3.333vw; } }

#contact-form .contact-form--dl {
  margin: 0 0 10px;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  font-size: 1em;
  line-height: 2;
  letter-spacing: 0.04em; }
  @media screen and (max-width: 600px) {
    #contact-form .contact-form--dl {
      display: block;
      margin-bottom: 30px; } }
  #contact-form .contact-form--dl dt {
    flex: 0 0 200px;
    margin: 0 10px 0 0;
    padding: 8px 0;
    font-weight: normal; }
    @media screen and (max-width: 600px) {
      #contact-form .contact-form--dl dt {
        margin: 0 0 10px; } }
  #contact-form .contact-form--dl dd {
    flex: 0 1 100%; }
#contact-form input,
#contact-form textarea {
  background-color: #f0f5f8;
  border: none;
  padding: 7px;
  box-sizing: border-box;
  width: 100%;
  font-size: 1em;
  line-height: 2;
  letter-spacing: 0.04em; }
#contact-form textarea {
  height: 240px; }
#contact-form input[type="submit"],
#contact-form input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }
#contact-form .contact-submit-area {
  margin: 55px 0 0;
  padding: 0 0 0 210px; }
  @media screen and (max-width: 600px) {
    #contact-form .contact-submit-area {
      padding: 0; } }
  #contact-form .contact-submit-area #contact-submit {
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 1;
    color: #fff;
    height: 50px;
    background-color: #001dff;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: all 300ms ease-out; }
    #contact-form .contact-submit-area #contact-submit:hover {
      opacity: 0.8;
      cursor: pointer; }

/*==============================================
◆70：WordPress専用
==============================================*/
.main-wpcontent {
  text-align: justify;
  font-size: 18px; }

/* クラシック用 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

img .size-full,
img .size-large,
img .header-image,
img .wp-post-image, .gallery img {
  max-width: 100% !important;
  height: auto !important; }
img .size-full,
img .size-large,
img .header-image,
img .wp-post-image, img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  width: auto\9; }
[id*="gallery-"] img {
  border: none !important; }

.alignleft {
  float: left;
  max-width: 100%;
  margin-right: 25px;
  margin-bottom: 1em; }
  @media screen and (max-width: 600px) {
    .alignleft {
      float: none;
      margin-right: 0; } }

.alignright {
  float: right;
  max-width: 100%;
  margin-left: 25px;
  margin-bottom: 1em; }
  @media screen and (max-width: 600px) {
    .alignright {
      float: none;
      margin-left: 0; } }

.aligncenter {
  display: block;
  max-width: 100%; }
  .aligncenter margin {
    left: auto;
    right: auto;
    bottom: 1em; }
  @media screen and (max-width: 600px) {
    .aligncenter {
      display: block;
      max-width: 100%; }
      .aligncenter margin {
        left: auto;
        right: auto;
        bottom: 1em; } }

.alignnone {
  max-width: 100%;
  height: auto;
  margin: 0 40px 1em 0; }
  @media screen and (max-width: 600px) {
    .alignnone {
      max-width: 100%;
      height: auto;
      margin: 0 40px 1em 0; } }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

embed,
iframe,
object,
video {
  max-width: 100%; }

.caption-center {
  text-align: center; }

.wp-caption {
  max-width: 100% !important;
  padding: 4px;
  border: 1px solid #666666;
  box-sizing: border-box; }

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
  text-align: left;
  font-size: 0.75em;
  font-style: normal;
  color: #000;
  margin-top: 14px;
  margin-bottom: 14px; }

.gallery-caption {
  margin: 0;
  padding: 0 10px; }

dl.gallery-item {
  margin: 0;
  padding: 3px;
  box-sizing: border-box; }

/* WP5以降 用 */
/* wp-includes/css/dlist/block-library/style.css 参照 変更の部分だけ抜き出し。 */
.has-small-font-size {
  font-size: 10px; }

.has-medium-font-size {
  font-size: 14px; }

.has-large-font-size {
  font-size: 20px; }

.has-huge-font-size, .has-larger-font-size {
  font-size: 24px; }

.wp-block-media-text {
  margin-top: 100px; }
  .wp-block-media-text h2, .wp-block-media-text h3, .wp-block-media-text h4, .wp-block-media-text h5 {
    margin-top: 0; }

.wp-block-image img {
  height: auto; }
.wp-block-image.radius-none img {
  border-radius: 0; }
.wp-block-image figure.alignright {
  margin-top: 0; }
.wp-block-image figure.alignleft {
  margin-top: 0; }
@media screen and (max-width: 600px) {
  .wp-block-image .aligncenter,
  .wp-block-image .alignleft,
  .wp-block-image .alignright, .wp-block-image.is-resized {
    margin-left: 0;
    margin-right: 0; } }

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  box-sizing: border-box; }

/* ブルクオート 装飾変更しても良いかと citeは、引用先 */
.wp-block-code {
  max-width: 100%;
  overflow-x: scroll; }

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 20px 0 30px;
  padding: 25px; }

.wp-block-video figcaption {
  text-align: center; }

.wp-block-pullquote {
  border: 1px solid #999;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 25px; }

.wp-block-pullquote blockquote {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0; }

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: inherit; }

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100px;
  margin-left: auto;
  margin-right: auto; }

.wp-block-separator.is-style-dots {
  border-bottom-style: dotted; }
  .wp-block-separator.is-style-dots::before {
    display: none; }

.wp-block-button__link {
  font-size: 1em;
  border-radius: 0;
  display: inline-block;
  padding: 1em 3.5em;
  font-weight: bold; }
  .main-wpcontent .wp-block-button__link {
    text-decoration: none; }
  .wp-block-button .wp-block-button__link:hover {
    opacity: 0.8; }
  .wp-block-button__link.has-background {
    color: #fff; }
  .is-style-outline .wp-block-button__link {
    border: 2px solid #001dff;
    color: #001dff; }
    .is-style-outline .wp-block-button__link:hover {
      opacity: 0.8; }

.wp-block-button:last-child,
.is-style-outline:last-child {
  margin-bottom: 0; }
@media screen and (max-width: 600px) {
  .wp-block-button.has-text-align-left,
  .is-style-outline.has-text-align-left {
    text-align: center; } }
@media screen and (max-width: 600px) {
  .wp-block-button.has-text-align-right,
  .is-style-outline.has-text-align-right {
    text-align: center; } }

.wp-block-columns {
  margin-top: 40px;
  margin-bottom: 40px; }

.wp-block-column {
  box-sizing: border-box; }
  @media screen and (max-width: 600px) {
    .wp-block-column {
      margin-bottom: 30px; } }
  @media screen and (max-width: 600px) {
    .wp-block-column h2, .wp-block-column h3, .wp-block-column h4, .wp-block-column h5, .wp-block-column h6 {
      margin-bottom: 20px; } }
  .wp-block-column > :first-child {
    margin-top: 0; }
  .wp-block-column > :last-child {
    margin-bottom: 0; }

.wp-block-group__inner-container figure:last-child {
  margin-bottom: 0; }

.wp-block-quote cite {
  font-size: 15px; }

.wp-block-group.has-background {
  padding: 2em 1em; }

ul.blocks-gallery-grid > li {
  padding: 0;
  max-height: 224px; }
  ul.blocks-gallery-grid > li::before {
    display: none; }

.wp-block-table.is-style-stripes td {
  border-left-color: #001dff;
  border-right-color: #001dff;
  background-color: transparent; }
.wp-block-table.is-style-stripes th {
  border-left-color: #fff;
  border-right-color: #fff; }
.wp-block-table figcaption {
  font-size: 18px;
  margin-top: 10px; }

.wp-block-audio audio {
  min-width: 300px; }
  @media screen and (max-width: 600px) {
    .wp-block-audio audio {
      min-width: inherit; } }

.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin-top: 10px;
  margin-bottom: 60px; }

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  color: #000;
  padding: 0;
  background: none;
  bottom: auto; }

.has-drop-cap::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0; }

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 4em;
  line-height: .68;
  font-weight: 100;
  margin: 0 .1em 0 0;
  text-transform: uppercase;
  font-style: normal; }

.main-wpcontent .wp-block-button__link,
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
  color: #fff; }

.wp-block-button__link {
  position: relative;
  font-size: 1em;
  line-height: 25px;
  color: #fff;
  background-color: #001dff;
  border-radius: 5px;
  padding: 1.1875em 3.5em;
  font-weight: bold;
  min-width: 220px;
  box-sizing: border-box; }
  @media screen and (max-width: 600px) {
    .wp-block-button__link {
      padding: 1.1875em 2em; } }
  @media screen and (max-width: 374px) {
    .wp-block-button__link {
      padding: 1em; } }

.wp-block-button__link[target="_blank"] {
  color: #001dff;
  background-color: #fff;
  border: 1px solid #001dff; }

.wp-block-cover,
.wp-block-cover-image {
  box-sizing: border-box; }

/* 背景色 */
/* 文字色 */
/* プラグイン */
.wp_pagenavi_out {
  margin: 115px 0 0;
  text-align: center; }
  @media screen and (max-width: 600px) {
    .wp_pagenavi_out {
      margin-top: 85px; } }

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center; }
  .wp-pagenavi a,
  .wp-pagenavi span {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    color: #001dff;
    height: 40px;
    width: 40px;
    padding: 0;
    margin: 0 4px;
    border: 1px solid #001dff;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center; }
    @media screen and (max-width: 600px) {
      .wp-pagenavi a,
      .wp-pagenavi span {
        font-size: 14px;
        height: 30px;
        width: 30px; } }
  .wp-pagenavi .previouspostslink_out,
  .wp-pagenavi .nextpostslink_out {
    display: inline-block;
    background: none;
    height: auto;
    padding: 0;
    margin: 0; }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    border: none;
    width: auto;
    font-size: 16px;
    display: inline-block;
    position: relative;
    display: flex; }
    .wp-pagenavi .previouspostslink::after,
    .wp-pagenavi .nextpostslink::after {
      position: absolute;
      display: block;
      content: "";
      background-color: #001dff;
      height: 1px;
      width: 0;
      transition: all 300ms ease-out;
      bottom: -1px;
      left: 0; }
    .wp-pagenavi .previouspostslink:hover::after,
    .wp-pagenavi .nextpostslink:hover::after {
      width: 100%; }
    @media screen and (max-width: 600px) {
      .wp-pagenavi .previouspostslink,
      .wp-pagenavi .nextpostslink {
        font-size: 19px; } }
    .wp-pagenavi .previouspostslink::after,
    .wp-pagenavi .nextpostslink::after {
      bottom: 8px; }
    .wp-pagenavi .previouspostslink:hover,
    .wp-pagenavi .nextpostslink:hover {
      background: none;
      color: #001dff; }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .previouspostslink_out a {
    margin-right: 38px; }
    @media screen and (max-width: 600px) {
      .wp-pagenavi .previouspostslink,
      .wp-pagenavi .previouspostslink_out a {
        margin-right: 15px; } }
    .wp-pagenavi .previouspostslink::after,
    .wp-pagenavi .previouspostslink_out a::after {
      left: auto;
      right: 0; }
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .nextpostslink_out a {
    margin-left: 38px; }
    @media screen and (max-width: 600px) {
      .wp-pagenavi .nextpostslink,
      .wp-pagenavi .nextpostslink_out a {
        margin-left: 15px; } }
  .wp-pagenavi span.current,
  .wp-pagenavi a:hover {
    background: #001dff;
    color: #fff; }

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .blocks-gallery-grid .blocks-gallery-image figure {
    overflow: hidden; } }
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .blocks-gallery-grid .blocks-gallery-item figure {
    overflow: hidden; } }
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .wp-block-gallery .blocks-gallery-image figure {
    overflow: hidden; } }
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .wp-block-gallery .blocks-gallery-item figure {
    overflow: hidden; } }
.wp-block-preformatted {
  max-width: 100%;
  overflow-x: scroll; }

/*
.ai1ec-single-event {
  padding: 20px;
  box-sizing: border-box;
  background: rgba(255,255,255,1)!important;
}
*/
@media screen and (max-width: 600px) {
  .fb_iframe_widget > span {
    max-width: 100%; } }

@media screen and (max-width: 600px) {
  iframe.instagram-media {
    min-width: inherit !important; } }

/* CSS Document */
/*==============================================
◆90：プリント用
==============================================*/
@media print {
  @page {
    margin: 12.7mm 9.7mm;
    page-break-before: always; }
  body {
    background-image: none;
    max-width: 1400px;
    -webkit-print-color-adjust: exact; }

  #header, footer {
    position: relative; }

  #mobile, #sidr {
    display: none; }

  a:link:after,
  a:visited:after {
    /*
    content: " (" attr(href) ") ";
    font-size: 90%;
    */ }

  #back-to-top,
  #side-menu,
  #sidr {
    display: none; }

  #map-root img,
  #map_canvas img {
    max-width: none !important;
    zoom: 1; }

  #section-map {
    page-break-before: always; }

  #map-root {
    display: inline-block;
    width: 100%; }

  .map-section {
    page-break-after: always; }

  #mainScroll,
  #top-slide {
    margin-top: 0; }

  @supports (-ms-ime-align: auto) {
    /*
        .h1-area .h1-area-inner {
          width: 100%;
          padding: 1.5em;
          flex-direction: column-reverse;
        }
        .h1-area .h1-area-inner > .h1-img-area {
          flex: 0 0 auto;
          width: 100%;
          margin-right: 0;
          max-width: inherit;
        }
        .h1-area .h1-area-inner > .h1-text-area {
          flex: 0 0 auto;
          width: 100%;
          margin-bottom: 0;
          padding: 2em;
          max-width: inherit;
        }
        .h1-area .h1-area-inner > .h1-img-area img {
          width: 100%;
          height: auto;
        }
        .main-wpcontent .wp-block-button__link {
          color: $c_off_black;
    //      border: 1px solid $c_tertiary;
        }
        #nav-global li.nav-global-recruit a {
          background: none;
          display: inline;
          padding: inherit;
          color: $c_off_black;
        }
        #top #main-area section .top-type1 .top-type1-img {
          flex: 0 0 68%;
          max-width: 68%;
        }
    */ } }
