@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

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

/* ===================================================================

setting

=================================================================== */
html {
  font-size: 62.5%;
  background-color: #ffffff; }

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: 'Noto Sans JP' , "Lato", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  text-align: center;
  background-color: #ffffff;
  line-height: 1;
  position: relative;
  font-feature-settings: "palt";
  text-align: justify;
  overflow-wrap: break-word;
  word-wrap: break-word; }

* {
  box-sizing: border-box; }

a {
  color: #333333;
  text-decoration: none; }
  a:active, a:hover {
    outline: 0; }

a,
a img,
button,
input[type="submit"] {
  transition: all linear 0.25s; }
  a:hover,
  a img:hover,
  button:hover,
  input[type="submit"]:hover {
    cursor: pointer; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

figure {
  margin: 0; }

@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

.videoclip {
  position: relative;
  padding-top: 56.25%; }
  .videoclip iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

body {
  color: #646464;
  letter-spacing: .15em;
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  opacity: 0;
  transition: opacity 0.5s ease-in-out; }
  @media screen and (max-width: 800px) {
    body {
      font-size: 12px;
      font-size: 1.2rem;
      letter-spacing: 0; } }
  body.loaded {
    opacity: 1; }

.container {
  width: 100%; }

.inner {
  width: 840px;
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    .inner {
      width: 100%; } }

.inner-narrow {
  width: 640px;
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    .inner-narrow {
      width: 100%; } }

.inner-wide {
  width: 960px;
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    .inner-wide {
      width: 100%; } }

.page-index {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 800px) {
    .page-index {
      padding-top: 0; } }

.page-second {
  padding-top: calc( 80px + 2em );
  padding-bottom: 80px; }

.page-service {
  padding-top: calc( 80px + 2em );
  padding-bottom: 0; }

main article {
  position: relative;
  min-height: 80vh; }

.index-header .index-header-main {
  position: relative;
  height: 470px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 800px) {
    .index-header .index-header-main {
      height: calc(470 / 960 * 100vw);
      background-size: calc(297 / 960 * 100vw), calc(275 / 960 * 100vw); } }
  .index-header .index-header-main .index-header-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/main_chara01.svg"), url("../img/main_chara02.svg");
    background-position: bottom -1em left -2em, bottom -1em right -2em;
    background-size: 297px, 275px;
    background-repeat: no-repeat, no-repeat;
    opacity: 0;
    /* 初期状態で透明 */
    transition: opacity 1s ease-in-out;
    /* フェードインのアニメーション */ }
    @media screen and (max-width: 800px) {
      .index-header .index-header-main .index-header-bg {
        background-size: calc( 297 / 1040 * 100vw), calc( 275 / 1040 * 100vw); } }
  .index-header .index-header-main ul li {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 1em; }
    .index-header .index-header-main ul li:last-of-type {
      margin-bottom: 0; }
    @media screen and (max-width: 800px) {
      .index-header .index-header-main ul li {
        font-size: 16px;
        font-size: 1.6rem; } }
    .index-header .index-header-main ul li .brackets::before {
      content: '「';
      color: rgba(0, 160, 233, 0.4); }
    .index-header .index-header-main ul li .brackets::after {
      content: '」';
      color: rgba(0, 160, 233, 0.4); }
    .index-header .index-header-main ul li .underline {
      display: inline-block;
      transition: transform 0.3s;
      position: relative; }
      .index-header .index-header-main ul li .underline::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 30%;
        background: rgba(0, 160, 233, 0.2);
        bottom: -1px;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .5s; }
      .index-header .index-header-main ul li .underline.animate::after {
        transform: scale(1, 1);
        /* アニメーション後の状態 */ }
.index-header .index-header-sub {
  background-image: repeating-linear-gradient(-234.79deg, rgba(0, 160, 233, 0.1), rgba(0, 160, 233, 0.1) 10px, transparent 10px, transparent 12px);
  font-family: "Zen Maru Gothic", serif;
  padding: 40px 0;
  text-align: center; }
  .index-header .index-header-sub h1 {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 1em; }
    @media screen and (max-width: 800px) {
      .index-header .index-header-sub h1 {
        font-size: 16px;
        font-size: 1.6rem; } }
  .index-header .index-header-sub .slider-image {
    margin-bottom: 2.5em; }
  .index-header .index-header-sub p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2; }
    @media screen and (max-width: 800px) {
      .index-header .index-header-sub p {
        font-size: 14px;
        font-size: 1.4rem; } }
    .index-header .index-header-sub p .gray {
      color: #969696; }
    .index-header .index-header-sub p .brackets::before {
      content: '＼';
      color: #00a0e9; }
    .index-header .index-header-sub p .brackets::after {
      content: '／';
      color: #00a0e9; }
    .index-header .index-header-sub p .glow {
      color: #00a0e9;
      text-shadow: 0 0 2px #ffffff, 0 0 5px #ffffff, 0 0 10px #00a0e9, 0 0 20px #00a0e9;
      background-color: transparent; }

.index-system {
  margin: 4em auto 4em; }
  .index-system .inner .system-banner a {
    background: url("../img/system_chara01.svg"), url("../img/system_chara02.svg"), linear-gradient(0deg, rgba(0, 100, 200, 0.5) 20%, rgba(0, 100, 200, 0.3) 100%);
    background-size: 88px, 63px, cover;
    background-position: bottom -20px left 1em, bottom -22px right 2.5em,  center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    transition: background-image 0.5s linear, border 0.5s linear;
    display: block;
    width: 500px;
    border: 2px solid #0064c8;
    border-radius: 8px;
    padding: .5em;
    margin: auto;
    position: relative;
    transition: all .5s linear;
    height: 5.5em;
    z-index: 1;
    text-align: center; }
    @media screen and (max-width: 800px) {
      .index-system .inner .system-banner a {
        width: 100%;
        height: auto; } }
    .index-system .inner .system-banner a::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 50px 150px 0 150px;
      /* 上が三角形の頂点 */
      border-color: rgba(0, 100, 200, 0.6) transparent transparent transparent;
      /* 青色の三角形 */
      z-index: 2; }
    .index-system .inner .system-banner a::after {
      content: url("../img/service_arrow.svg");
      position: absolute;
      right: .5em;
      bottom: .5em;
      width: 20px;
      height: 20px;
      z-index: 3; }
    .index-system .inner .system-banner a .banner-main {
      font-size: 26px;
      font-size: 2.6rem;
      display: block;
      color: #FFF;
      text-shadow: 0 0 2px #ffffff, 0 0 5px #ffffff, 0 0 10px #0064c8, 0 0 20px #0064c8, -2px -2px 0px #0064c8, 2px -2px 0px #0064c8, -2px 2px 0px #0064c8, 2px 2px 0px #0064c8;
      background-color: transparent;
      margin-bottom: .5em;
      position: relative;
      transition: all .5s linear;
      z-index: 4; }
      @media screen and (max-width: 800px) {
        .index-system .inner .system-banner a .banner-main {
          font-size: 16px;
          font-size: 1.6rem; } }
    .index-system .inner .system-banner a .banner-sub {
      position: absolute;
      bottom: .5em;
      left: 0;
      right: 0;
      margin: auto;
      font-size: 18px;
      font-size: 1.8rem;
      display: block;
      color: #FFF;
      transition: all .5s linear;
      z-index: 4; }
      @media screen and (max-width: 800px) {
        .index-system .inner .system-banner a .banner-sub {
          position: relative;
          font-size: 12px;
          font-size: 1.2rem;
          color: #FFF; } }
    .index-system .inner .system-banner a:hover {
      background: url("../img/system_chara01.svg"), url("../img/system_chara02.svg"), linear-gradient(0deg, rgba(0, 100, 200, 0.6) 20%, rgba(0, 100, 200, 0.3) 100%);
      background-size: 88px, 63px, cover;
      background-position: bottom -20px left 1em, bottom -22px right 2.5em,  center;
      background-repeat: no-repeat, no-repeat, no-repeat; }
      .index-system .inner .system-banner a:hover .banner-main {
        font-size: 28px;
        font-size: 2.8rem; }
        @media screen and (max-width: 800px) {
          .index-system .inner .system-banner a:hover .banner-main {
            font-size: 16px;
            font-size: 1.6rem; } }
      .index-system .inner .system-banner a:hover .banner-sub {
        color: #FFF; }

.index-column {
  margin: 0 auto 4em; }
  .index-column .inner ul.archive-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; }
    @media screen and (max-width: 800px) {
      .index-column .inner ul.archive-list {
        justify-content: flex-start;
        gap: calc(4% / 2);
        margin: 0 auto 2em; } }
    .index-column .inner ul.archive-list > li {
      width: 272px;
      margin-bottom: 1em;
      margin-right: 12px; }
      .index-column .inner ul.archive-list > li:nth-last-of-type(3n+1) {
        margin-right: 0; }
      @media screen and (max-width: 800px) {
        .index-column .inner ul.archive-list > li {
          width: 32%;
          margin-right: 0; } }
      .index-column .inner ul.archive-list > li .archive-image {
        margin: 0 auto .5em;
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        /* 横長に揃えたい場合 */
        overflow: hidden;
        border-radius: 6px;
        /* 角丸任意 */ }
        .index-column .inner ul.archive-list > li .archive-image figure {
          margin: 0;
          width: 100%;
          height: 100%; }
          .index-column .inner ul.archive-list > li .archive-image figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            /* トリミングしつつ枠にフィット */
            display: block; }
      .index-column .inner ul.archive-list > li .archive-title {
        margin: 0 auto .5em;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold; }
        @media screen and (max-width: 800px) {
          .index-column .inner ul.archive-list > li .archive-title {
            font-size: 14px;
            font-size: 1.4rem; } }
        .index-column .inner ul.archive-list > li .archive-title a {
          color: rgba(0, 100, 200, 0.6); }
          .index-column .inner ul.archive-list > li .archive-title a:hover {
            opacity: 0.7; }
      .index-column .inner ul.archive-list > li .archive-date {
        margin: 0 auto .5em;
        font-size: 12px;
        font-size: 1.2rem; }
        @media screen and (max-width: 800px) {
          .index-column .inner ul.archive-list > li .archive-date {
            font-size: 10px;
            font-size: 1rem; } }
      .index-column .inner ul.archive-list > li .archive-categories > li {
        display: flex;
        justify-content: flex-start; }
        .index-column .inner ul.archive-list > li .archive-categories > li a {
          background: rgba(0, 100, 200, 0.6);
          font-size: 12px;
          font-size: 1.2rem;
          padding: .5em 1em;
          line-height: 1;
          color: #FFF;
          border-radius: 1.5em; }
          .index-column .inner ul.archive-list > li .archive-categories > li a:hover {
            opacity: 0.7; }

@media screen and (max-width: 800px) {
  .index-system, .index-column, .index-service, .index-works {
    width: 92%; } }
.index-system h1, .index-column h1, .index-service h1, .index-works h1 {
  margin: 0 auto 1.5em; }
  .index-system h1 .title-wrap, .index-column h1 .title-wrap, .index-service h1 .title-wrap, .index-works h1 .title-wrap {
    text-align: left; }
    .index-system h1 .title-wrap .title-en, .index-column h1 .title-wrap .title-en, .index-service h1 .title-wrap .title-en, .index-works h1 .title-wrap .title-en {
      color: rgba(0, 100, 200, 0.6);
      font-size: 80px;
      font-size: 8rem;
      font-family: "Lato", sans-serif;
      font-weight: 500;
      display: block;
      padding-left: calc((100% - 840px)/2 - .25em);
      border-bottom: 1px solid rgba(150, 150, 150, 0.5);
      margin-bottom: .1em; }
      @media screen and (max-width: 800px) {
        .index-system h1 .title-wrap .title-en, .index-column h1 .title-wrap .title-en, .index-service h1 .title-wrap .title-en, .index-works h1 .title-wrap .title-en {
          padding-left: 0;
          font-size: 26px;
          font-size: 2.6rem; } }
    .index-system h1 .title-wrap .title-jp, .index-column h1 .title-wrap .title-jp, .index-service h1 .title-wrap .title-jp, .index-works h1 .title-wrap .title-jp {
      font-size: 24px;
      font-size: 2.4rem;
      display: block;
      width: 840px;
      margin: auto; }
      @media screen and (max-width: 800px) {
        .index-system h1 .title-wrap .title-jp, .index-column h1 .title-wrap .title-jp, .index-service h1 .title-wrap .title-jp, .index-works h1 .title-wrap .title-jp {
          width: auto;
          font-size: 10px;
          font-size: 1rem; } }

.index-service {
  margin: 0 auto 4em; }
  .index-service .inner ul.service-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 800px) {
      .index-service .inner ul.service-list {
        justify-content: flex-start;
        gap: calc(4% / 3);
        margin: 0 auto 2em; } }
    .index-service .inner ul.service-list li {
      width: 160px;
      margin-bottom: 10px; }
      @media screen and (max-width: 800px) {
        .index-service .inner ul.service-list li {
          width: 24%;
          margin-bottom: calc(4% / 3); } }
      .index-service .inner ul.service-list li a {
        display: block;
        height: 208px;
        border: 2px solid rgba(0, 160, 233, 0.5);
        border-radius: 8px;
        padding: 0;
        position: relative;
        overflow: hidden;
        transition: background 0.5s linear; }
        @media screen and (max-width: 800px) {
          .index-service .inner ul.service-list li a {
            height: 32vw; } }
        .index-service .inner ul.service-list li a::before {
          content: '';
          position: absolute;
          top: -35px;
          left: -20px;
          width: 200px;
          height: 120px;
          border-radius: 50%;
          z-index: 1;
          transition: background-color 0.5s linear; }
        .index-service .inner ul.service-list li a::after {
          content: url("../img/service_arrow.svg");
          position: absolute;
          right: .5em;
          bottom: .5em;
          width: 20px;
          height: 20px;
          z-index: 3; }
        .index-service .inner ul.service-list li a:hover {
          cursor: pointer;
          border: 2px solid rgba(0, 100, 200, 0.5); }
          .index-service .inner ul.service-list li a:hover .service-title {
            color: #ffffff; }
        .index-service .inner ul.service-list li a .service-title {
          font-size: 18px;
          font-size: 1.8rem;
          letter-spacing: 0;
          display: flex;
          flex-wrap: wrap;
          align-content: center;
          justify-content: center;
          position: relative;
          height: 3.6em;
          z-index: 1;
          text-align: center;
          color: #969696; }
          @media screen and (max-width: 800px) {
            .index-service .inner ul.service-list li a .service-title {
              font-size: 12px;
              font-size: 1.2rem;
              height: 5.6em; } }
          .index-service .inner ul.service-list li a .service-title span {
            font-size: 16px;
            font-size: 1.6rem;
            display: block; }
            @media screen and (max-width: 800px) {
              .index-service .inner ul.service-list li a .service-title span {
                font-size: 10px;
                font-size: 1rem; } }
        .index-service .inner ul.service-list li a figure {
          position: absolute;
          bottom: .5em;
          left: 0;
          right: 0;
          margin: auto;
          z-index: 2;
          display: flex;
          justify-content: center; }
          .index-service .inner ul.service-list li a figure.reflect {
            transform: scaleX(-1); }
          @media screen and (max-width: 800px) {
            .index-service .inner ul.service-list li a figure {
              width: 12.5vw; } }
      .index-service .inner ul.service-list li:nth-of-type(2n+1) a {
        background-image: linear-gradient(0deg, rgba(0, 160, 233, 0.25) 0%, rgba(0, 160, 233, 0.1) 60%);
        /* 初期のグラデーション */
        transition: background 0.5s linear; }
        .index-service .inner ul.service-list li:nth-of-type(2n+1) a::before {
          background-color: rgba(0, 160, 233, 0.25); }
        .index-service .inner ul.service-list li:nth-of-type(2n+1) a:hover {
          background-image: linear-gradient(0deg, rgba(0, 100, 200, 0.5) 20%, rgba(0, 100, 200, 0.3) 100%);
          /* 初期のグラデーション */ }
          .index-service .inner ul.service-list li:nth-of-type(2n+1) a:hover::before {
            background-color: rgba(0, 100, 200, 0.2); }
      .index-service .inner ul.service-list li:nth-of-type(2n) a {
        background-image: linear-gradient(0deg, rgba(0, 160, 233, 0.4) 0%, rgba(0, 160, 233, 0.2) 60%);
        transition: background 0.5s linear; }
        .index-service .inner ul.service-list li:nth-of-type(2n) a::before {
          background-color: rgba(0, 160, 233, 0.3); }
        .index-service .inner ul.service-list li:nth-of-type(2n) a:hover {
          background-image: linear-gradient(0deg, rgba(0, 100, 200, 0.6) 20%, rgba(0, 100, 200, 0.3) 100%); }
          .index-service .inner ul.service-list li:nth-of-type(2n) a:hover::before {
            background-color: rgba(0, 100, 200, 0.3); }
  .index-service .inner .more-info a {
    background: url("../img/dtp_chara01.svg"), url("../img/dtp_chara02.svg"), linear-gradient(180deg, rgba(255, 180, 90, 0.4) 60%, rgba(255, 180, 90, 0.75) 100%);
    background-size: 88px, 63px, cover;
    background-position: bottom -4px left .5em, bottom -4px right 2.5em,  center;
    background-repeat: no-repeat, no-repeat, no-repeat;
    transition: background-image 0.5s linear, border 0.5s linear;
    display: block;
    width: 500px;
    border: 2px solid #ffb45a;
    border-radius: 8px;
    padding: .5em;
    margin: auto;
    position: relative;
    transition: all .5s linear;
    height: 5.5em;
    z-index: 1;
    text-align: center; }
    @media screen and (max-width: 800px) {
      .index-service .inner .more-info a {
        width: 100%;
        height: auto; } }
    .index-service .inner .more-info a::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 50px 150px 0 150px;
      /* 上が三角形の頂点 */
      border-color: rgba(255, 180, 90, 0.6) transparent transparent transparent;
      /* 青色の三角形 */
      z-index: 2; }
    .index-service .inner .more-info a::after {
      content: url("../img/service_arrow.svg");
      position: absolute;
      right: .5em;
      bottom: .5em;
      width: 20px;
      height: 20px;
      z-index: 3; }
    .index-service .inner .more-info a .info-main {
      font-size: 26px;
      font-size: 2.6rem;
      display: block;
      color: #FFF;
      text-shadow: 0 0 2px #ffffff, 0 0 5px #ffffff, 0 0 10px #ffb45a, 0 0 20px #ffb45a, -2px -2px 0px #ffb45a, 2px -2px 0px #ffb45a, -2px 2px 0px #ffb45a, 2px 2px 0px #ffb45a;
      background-color: transparent;
      margin-bottom: .5em;
      position: relative;
      transition: all .5s linear;
      z-index: 4; }
      @media screen and (max-width: 800px) {
        .index-service .inner .more-info a .info-main {
          font-size: 16px;
          font-size: 1.6rem; } }
      .index-service .inner .more-info a .info-main .strong {
        color: #ffff96; }
      .index-service .inner .more-info a .info-main .small {
        font-size: .7em; }
    .index-service .inner .more-info a .info-sub {
      position: absolute;
      bottom: .5em;
      left: 0;
      right: 0;
      margin: auto;
      font-size: 18px;
      font-size: 1.8rem;
      display: block;
      color: #ffb45a;
      transition: all .5s linear;
      z-index: 4; }
      @media screen and (max-width: 800px) {
        .index-service .inner .more-info a .info-sub {
          position: relative;
          font-size: 12px;
          font-size: 1.2rem;
          color: #FFF; } }
    .index-service .inner .more-info a:hover {
      background: url("../img/dtp_chara01.svg"), url("../img/dtp_chara02.svg"), linear-gradient(180deg, rgba(255, 180, 90, 0.6) 60%, rgba(255, 180, 90, 0.9) 100%);
      background-size: 88px, 63px, cover;
      background-position: bottom -4px left .5em, bottom -4px right 2.5em,  center;
      background-repeat: no-repeat, no-repeat, no-repeat; }
      .index-service .inner .more-info a:hover .info-main {
        font-size: 28px;
        font-size: 2.8rem; }
        @media screen and (max-width: 800px) {
          .index-service .inner .more-info a:hover .info-main {
            font-size: 16px;
            font-size: 1.6rem; } }
      .index-service .inner .more-info a:hover .info-sub {
        color: #FFF;
        text-shadow: 0 0 2px #ffffff, 0 0 5px #ffffff, 0 0 10px #ffb45a, 0 0 20px #ffb45a, -2px -2px 0px #ffb45a, 2px -2px 0px #ffb45a, -2px 2px 0px #ffb45a, 2px 2px 0px #ffb45a; }

.index-works {
  margin: 0 auto 4em; }
  .index-works .inner p {
    color: #646464;
    line-height: 1.5;
    font-family: "Zen Maru Gothic", serif; }
    .index-works .inner p:last-of-type {
      margin-bottom: 3em; }
  .index-works .inner ul.works-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 800px) {
      .index-works .inner ul.works-list {
        justify-content: flex-start;
        gap: calc(4% / 3); } }
    .index-works .inner ul.works-list > li {
      width: 110px;
      border-radius: 10px;
      overflow: hidden;
      display: flex;
      flex-wrap: wrap;
      background-image: repeating-linear-gradient(90deg, rgba(150, 150, 150, 0.2), rgba(150, 150, 150, 0.2) 1px, transparent 1px, transparent 20px), repeating-linear-gradient(0deg, rgba(150, 150, 150, 0.2), rgba(150, 150, 150, 0.2) 1px, #fffae1 1px, #fffae1 20px);
      background-position: center;
      /* 中央に配置 */
      background-size: 20px 20px;
      /* 格子のサイズ */
      background-repeat: repeat;
      box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 800px) {
        .index-works .inner ul.works-list > li {
          width: 24%;
          margin-bottom: calc(4% / 3); } }
      .index-works .inner ul.works-list > li > ul {
        padding: 1em .25em;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        align-self: flex-start;
        width: 100%; }
        .index-works .inner ul.works-list > li > ul > li {
          color: #646464;
          font-size: 14px;
          font-size: 1.4rem;
          letter-spacing: 0;
          display: block;
          width: 100%; }
          @media screen and (max-width: 800px) {
            .index-works .inner ul.works-list > li > ul > li {
              font-size: 12px;
              font-size: 1.2rem; } }
          .index-works .inner ul.works-list > li > ul > li::after {
            content: "\f067";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            display: block;
            margin: auto;
            padding: .5em 0;
            color: #969696; }
          .index-works .inner ul.works-list > li > ul > li:last-of-type::after {
            display: none; }

.index-links {
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    .index-links {
      width: 92%; } }
  .index-links .inner ul.links-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .index-links .inner ul.links-list li {
      width: 192px;
      letter-spacing: 0; }
      @media screen and (max-width: 800px) {
        .index-links .inner ul.links-list li {
          width: 49%;
          margin: 0 auto 2%; } }
      .index-links .inner ul.links-list li a {
        border: 2px solid #00a0e9;
        display: block;
        padding: 1em;
        border-radius: 4em;
        box-shadow: 3px 3px 0 rgba(0, 100, 200, 0.2); }
        .index-links .inner ul.links-list li a .label-en {
          display: flex;
          justify-content: space-between;
          color: #00a0e9;
          font-size: 34px;
          font-size: 3.4rem;
          font-family: "Lato", serif;
          margin-bottom: .2em;
          border-bottom: 1px solid #969696; }
          @media screen and (max-width: 800px) {
            .index-links .inner ul.links-list li a .label-en {
              font-size: 20px;
              font-size: 2rem;
              padding: 0 0; } }
          .index-links .inner ul.links-list li a .label-en::after {
            content: "\f138";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            display: inline-block;
            padding: .5em 0;
            color: #969696;
            font-size: 20px;
            font-size: 2rem; }
            @media screen and (max-width: 800px) {
              .index-links .inner ul.links-list li a .label-en::after {
                padding: 0 0; } }
        .index-links .inner ul.links-list li a .label-jp {
          display: block;
          font-size: 14px;
          font-size: 1.4rem;
          padding-left: 1em; }
          @media screen and (max-width: 800px) {
            .index-links .inner ul.links-list li a .label-jp {
              font-size: 10px;
              font-size: 1rem; } }
        .index-links .inner ul.links-list li a:hover {
          background: rgba(0, 160, 233, 0.2); }
          .index-links .inner ul.links-list li a:hover .label-en {
            border-bottom: 1px solid #FFf; }
            .index-links .inner ul.links-list li a:hover .label-en::after {
              color: rgba(0, 100, 200, 0.4); }

section:last-of-type .index-content {
  padding-bottom: 0; }

#header {
  width: 100%;
  background-color: white;
  box-shadow: 0px 4px 8px -4px rgba(0, 0, 0, 0.1);
  position: fixed;
  height: 80px;
  top: 0;
  left: 0;
  z-index: 1000; }
  @media screen and (max-width: 800px) {
    #header {
      height: auto;
      padding: 0 4%;
      height: 80px; } }
  #header .header-inner {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    display: flex; }
    @media screen and (max-width: 800px) {
      #header .header-inner {
        height: 100%; } }
    #header .header-inner .logo-header {
      z-index: 1;
      width: 100px;
      display: flex;
      align-items: center; }
      #header .header-inner .logo-header a {
        display: block;
        padding: .5em 0;
        width: 100px; }
      @media screen and (max-width: 800px) {
        #header .header-inner .logo-header {
          width: 50%;
          max-width: 200px;
          position: static;
          margin: 0 auto; }
          #header .header-inner .logo-header a {
            width: 100%; } }
    #header .header-inner .drawer-hamburger {
      display: none; }
      @media screen and (max-width: 800px) {
        #header .header-inner .drawer-hamburger {
          display: block; } }

#header .g-navi {
  margin: 0 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  @media screen and (max-width: 800px) {
    #header .g-navi {
      display: none; } }
  #header .g-navi ul.nav-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-size: 1.6rem; }
    #header .g-navi ul.nav-list li.nav-item {
      position: relative;
      transition: all .5s linear; }
      #header .g-navi ul.nav-list li.nav-item a {
        display: block;
        padding: 1em 0;
        position: relative;
        color: #969696; }
        @media screen and (max-width: 800px) {
          #header .g-navi ul.nav-list li.nav-item a {
            margin-right: 0.25em;
            padding: .5em 0; } }
        #header .g-navi ul.nav-list li.nav-item a span {
          display: block;
          padding: 0 1.5em;
          text-align: center; }
          @media screen and (max-width: 800px) {
            #header .g-navi ul.nav-list li.nav-item a span {
              padding: 0 1em; } }
          #header .g-navi ul.nav-list li.nav-item a span.navi-jp {
            font-size: 12px;
            font-size: 1.2rem;
            letter-spacing: 0;
            opacity: 0;
            /* 完全に透明 */
            visibility: hidden;
            /* 視覚的に非表示 */
            transition: opacity 0.3s ease, visibility 0.3s ease;
            /* フェードイン効果 */ }
            @media screen and (max-width: 800px) {
              #header .g-navi ul.nav-list li.nav-item a span.navi-jp {
                opacity: 1;
                visibility: visible;
                font-size: 9px;
                font-size: 0.9rem; } }
          #header .g-navi ul.nav-list li.nav-item a span.navi-en {
            padding-bottom: .5em; }
            @media screen and (max-width: 800px) {
              #header .g-navi ul.nav-list li.nav-item a span.navi-en {
                font-size: 12px;
                font-size: 1.2rem; } }
        #header .g-navi ul.nav-list li.nav-item a::after {
          position: absolute;
          left: 0;
          content: '';
          width: 100%;
          height: 2px;
          background: rgba(0, 160, 233, 0.2);
          bottom: 1em;
          transform: scale(0, 1);
          transform-origin: center top;
          /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
          transition: transform 0.3s;
          /*変形の時間*/ }
        #header .g-navi ul.nav-list li.nav-item a:hover .navi-jp {
          opacity: 1;
          /* 完全に表示 */
          visibility: visible;
          /* 表示状態に変更 */ }
        #header .g-navi ul.nav-list li.nav-item a:hover::after {
          transform: scale(1, 1);
          /*ホバー後、x軸方向に1（相対値）伸長*/ }
      #header .g-navi ul.nav-list li.nav-item ul.dropdown {
        list-style: none;
        background: rgba(255, 255, 255, 0.75);
        position: absolute;
        top: 100%;
        left: 0;
        overflow: hidden;
        white-space: nowrap;
        min-width: 10em;
        height: 0;
        /* 初期状態で非表示 */
        transform: translateY(-10px);
        /* スライド開始位置 */
        transition: max-height 0.3s ease, transform 0.3s ease;
        /* アニメーション */ }
        #header .g-navi ul.nav-list li.nav-item ul.dropdown li a {
          display: block;
          padding: 1em;
          margin-right: 0;
          color: #969696;
          text-decoration: none;
          font-size: 14px;
          font-size: 1.4rem;
          background-color: rgba(0, 160, 233, 0.5);
          color: #FFF; }
          #header .g-navi ul.nav-list li.nav-item ul.dropdown li a:hover {
            background-color: #00a0e9; }
      #header .g-navi ul.nav-list li.nav-item:hover ul.dropdown {
        height: auto;
        /* 適切な高さに調整 */
        transform: translateY(0);
        /* 元の位置にスライドイン */ }
  #header .g-navi ul.sns-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .5em;
    font-size: 16px;
    font-size: 1.6rem; }
    #header .g-navi ul.sns-list li.sns-item {
      position: relative;
      transition: all .5s linear; }
      #header .g-navi ul.sns-list li.sns-item a {
        line-height: 1;
        color: rgba(0, 100, 200, 0.6); }
        #header .g-navi ul.sns-list li.sns-item a:hover {
          opacity: 0.7; }
        #header .g-navi ul.sns-list li.sns-item a i {
          font-size: 32px;
          font-size: 3.2rem; }

aside.footer-chara {
  position: relative; }
  @media screen and (max-width: 800px) {
    aside.footer-chara {
      display: none; } }
  aside.footer-chara .inner {
    position: relative;
    height: 0;
    right: -2em;
    top: -3em;
    transition: .5s; }
    aside.footer-chara .inner:hover {
      animation: bounce 1s infinite;
      /* アニメーション名、長さ、無限再生 */
      animation-fill-mode: both;
      /* アニメーション後の状態を保持 */ }
    aside.footer-chara .inner.animate {
      top: -6em; }
    aside.footer-chara .inner a {
      display: inline-block;
      margin-right: 0;
      position: absolute;
      right: -2em; }

#footer {
  position: relative;
  z-index: 1000; }
  #footer .g-navi {
    width: 90%;
    margin: 0 auto;
    padding: 2em 0; }
    #footer .g-navi ul {
      display: flex;
      flex-wrap: wrap;
      margin: auto;
      justify-content: center; }
      @media screen and (max-width: 800px) {
        #footer .g-navi ul {
          margin-bottom: .5em;
          font-size: 12px;
          font-size: 1.2rem; } }
      #footer .g-navi ul li {
        line-height: 1; }
        @media screen and (max-width: 800px) {
          #footer .g-navi ul li {
            margin-bottom: 1.5em;
            width: 33%; } }
        @media screen and (max-width: 800px) {
          #footer .g-navi ul li:nth-of-type(3) a span {
            border-right: rgba(0, 100, 200, 0.4) 2px solid; } }
        #footer .g-navi ul li a {
          color: #969696; }
          #footer .g-navi ul li a span {
            border-left: rgba(0, 100, 200, 0.4) 2px solid;
            padding: .15em 1.5em;
            text-align: center; }
            @media screen and (max-width: 800px) {
              #footer .g-navi ul li a span {
                display: block; } }
          #footer .g-navi ul li a:hover {
            color: #00a0e9; }
        #footer .g-navi ul li:last-of-type a span {
          border-right: rgba(0, 100, 200, 0.4) 2px solid; }

.service-title {
  position: relative; }
  .service-title .inner-wide h1 .title-en {
    color: rgba(0, 100, 200, 0.6);
    font-size: 60px;
    font-size: 6rem;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    padding-right: .25em; }
    @media screen and (max-width: 800px) {
      .service-title .inner-wide h1 .title-en {
        font-size: 24px;
        font-size: 2.4rem; } }
  .service-title .inner-wide h1 .title-jp {
    font-size: 24px;
    font-size: 2.4rem;
    color: #969696; }
    @media screen and (max-width: 800px) {
      .service-title .inner-wide h1 .title-jp {
        font-size: 10px;
        font-size: 1rem; } }
  .service-title .service-header-title {
    position: relative;
    z-index: 2;
    background: #FFF;
    border-bottom: 1px solid rgba(150, 150, 150, 0.5); }
    @media screen and (max-width: 800px) {
      .service-title .service-header-title {
        padding: 0 2%; } }

.slider-wrap {
  position: relative;
  padding-bottom: 4em; }

.slider-item {
  overflow: hidden; }

.service01 .service-header-main {
  background: url("../img/service_main01@2x.png") no-repeat top right; }
@media screen and (max-width: 800px) {
  .service01 .service-main .service-main-title .inner-wide figure {
    width: calc(214 / 750 * 100vw); } }

.service02 .service-header-main {
  background: url("../img/service_main02@2x.png") no-repeat top right; }
@media screen and (max-width: 800px) {
  .service02 .service-main .service-main-title .inner-wide figure {
    width: calc(168 / 750 * 100vw); } }

.service03 .service-header-main {
  background: url("../img/service_main03@2x.png") no-repeat top right; }
@media screen and (max-width: 800px) {
  .service03 .service-main .service-main-title .inner-wide figure {
    width: calc(189 / 750 * 100vw); } }

.service04 .service-header-main {
  background: url("../img/service_main04@2x.png") no-repeat top right; }
@media screen and (max-width: 800px) {
  .service04 .service-main .service-main-title .inner-wide figure {
    width: calc(170 / 750 * 100vw); } }

.service05 .service-header-main {
  background: url("../img/service_main05@2x.png") no-repeat top right; }
@media screen and (max-width: 800px) {
  .service05 .service-main .service-main-title .inner-wide figure {
    width: calc(184 / 750 * 100vw); } }

.service06 .service-header-main {
  background: url("../img/service_main06@2x.png") no-repeat top right; }
@media screen and (max-width: 800px) {
  .service06 .service-main .service-main-title .inner-wide figure {
    width: calc(201 / 750 * 100vw); } }

.service07 .service-header-main {
  background: url("../img/service_main07@2x.png") no-repeat top right; }
@media screen and (max-width: 800px) {
  .service07 .service-main .service-main-title .inner-wide figure {
    width: calc(233 / 750 * 100vw); } }

.service08 .service-header-main {
  background: url("../img/service_main08@2x.png") no-repeat top right; }
@media screen and (max-width: 800px) {
  .service08 .service-main .service-main-title .inner-wide figure {
    width: calc(208 / 750 * 100vw); } }

.service09 .service-header-main {
  background: url("../img/service_main09@2x.png") no-repeat top right; }
@media screen and (max-width: 800px) {
  .service09 .service-main .service-main-title .inner-wide figure {
    width: calc(191 / 750 * 100vw); } }

.service10 .service-header-main {
  background: url("../img/service_main10@2x.png") no-repeat top right; }
@media screen and (max-width: 800px) {
  .service10 .service-main .service-main-title .inner-wide figure {
    width: calc(147 / 750 * 100vw); } }

.service-header {
  position: relative;
  margin-bottom: 4em;
  background: rgba(0, 160, 233, 0.2); }
  .service-header::after {
    content: url("../img/service_mask.svg");
    display: block;
    width: 100%;
    position: absolute;
    bottom: -2%;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      .service-header::after {
        bottom: -4%; } }
  .service-header .service-header-main {
    height: calc( 274 / 960 * 100vw);
    max-height: 274px;
    width: 960px;
    margin: auto;
    background-size: contain;
    position: relative; }
    @media screen and (max-width: 800px) {
      .service-header .service-header-main {
        width: 100%; } }
    .service-header .service-header-main .inner-wide {
      position: relative; }
      @media screen and (max-width: 800px) {
        .service-header .service-header-main .inner-wide {
          position: static; } }
      .service-header .service-header-main .inner-wide h2 {
        color: #646464;
        position: absolute;
        left: 0;
        top: 0;
        width: 390px;
        height: 274px;
        z-index: 2;
        font-size: 50px;
        font-size: 5rem;
        font-weight: 300;
        line-height: 1.5;
        color: #646464;
        text-shadow: 3px 3px 0 rgba(100, 100, 100, 0.2);
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center; }
        @media screen and (max-width: 800px) {
          .service-header .service-header-main .inner-wide h2 {
            font-size: 18px;
            font-size: 1.8rem;
            width: calc(156 / 375 * 100vw);
            height: auto;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto; } }
        .service-header .service-header-main .inner-wide h2::after {
          content: '';
          width: 390px;
          height: 370px;
          display: block;
          background: url("../img/service_main_bg@2x.png") no-repeat center center;
          background-size: contain;
          position: absolute;
          top: -80px;
          left: 0;
          z-index: -1;
          transform: rotate(8deg); }
          @media screen and (max-width: 800px) {
            .service-header .service-header-main .inner-wide h2::after {
              width: calc(156 / 375 * 100vw);
              height: calc(178 / 375 * 100vw);
              top: calc(-40 / 375 * 100vw); } }

.service-main .service-main-title .inner-wide {
  width: 840px;
  position: relative; }
  @media screen and (max-width: 800px) {
    .service-main .service-main-title .inner-wide {
      width: 100%; } }
  .service-main .service-main-title .inner-wide h2 {
    text-align: center;
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: .2em;
    position: relative;
    z-index: 2;
    margin: 0 auto 1em;
    color: #00a0e9;
    text-shadow: 0 0 2px #ffffff, 0 0 5px #ffffff, 0 0 10px #00a0e9, 0 0 20px #00a0e9;
    background-color: transparent; }
    @media screen and (max-width: 800px) {
      .service-main .service-main-title .inner-wide h2 {
        font-size: 16px;
        font-size: 1.6rem; } }
  .service-main .service-main-title .inner-wide h3 {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .2em;
    color: #00a0e9;
    margin: 0 auto 1em; }
    @media screen and (max-width: 800px) {
      .service-main .service-main-title .inner-wide h3 {
        font-size: 14px;
        font-size: 1.4rem; } }
  .service-main .service-main-title .inner-wide figure {
    position: absolute;
    right: -80px;
    bottom: 3em;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      .service-main .service-main-title .inner-wide figure {
        right: 4%;
        bottom: 10vh; } }
.service-main .service-main-contents {
  margin-bottom: 3em; }
  .service-main .service-main-contents .inner-narrow {
    width: 480px; }
    @media screen and (max-width: 800px) {
      .service-main .service-main-contents .inner-narrow {
        width: 92%; } }
    .service-main .service-main-contents .inner-narrow p {
      margin: 0 auto 1em;
      font-size: 14px;
      font-size: 1.4rem;
      font-family: "Zen Maru Gothic", serif; }
      @media screen and (max-width: 800px) {
        .service-main .service-main-contents .inner-narrow p {
          font-size: 12px;
          font-size: 1.2rem; } }
      .service-main .service-main-contents .inner-narrow p:last-of-type {
        margin-bottom: 0; }

.side-nav {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (max-width: 800px) {
    .side-nav {
      display: none; } }
  .side-nav a, .side-nav button {
    display: block;
    width: 6px;
    height: 6px;
    margin: 10px 0;
    background-color: gray;
    border-radius: 50%;
    transition: background-color 0.3s, transform 0.3s;
    border: none;
    cursor: pointer; }
  .side-nav a.active {
    background-color: black;
    transform: scale(1.5); }
  .side-nav button {
    width: auto;
    height: auto;
    padding: 5px 10px;
    margin: 5px 0;
    background-color: #ddd;
    border-radius: 5px; }
    .side-nav button:disabled {
      background-color: #aaa;
      cursor: not-allowed; }
    .side-nav button:hover {
      background-color: #eee; }

.dtp-title {
  position: relative;
  margin-bottom: 2em; }
  @media screen and (max-width: 800px) {
    .dtp-title .inner-wide {
      width: 92%; } }
  .dtp-title .inner-wide h1 .title-en {
    color: rgba(0, 100, 200, 0.6);
    font-size: 60px;
    font-size: 6rem;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    padding-right: .25em; }
    @media screen and (max-width: 800px) {
      .dtp-title .inner-wide h1 .title-en {
        font-size: 24px;
        font-size: 2.4rem; } }
  .dtp-title .inner-wide h1 .title-jp {
    font-size: 24px;
    font-size: 2.4rem;
    color: #969696; }
    @media screen and (max-width: 800px) {
      .dtp-title .inner-wide h1 .title-jp {
        font-size: 10px;
        font-size: 1rem; } }
    .dtp-title .inner-wide h1 .title-jp span {
      color: #ffb45a; }
  .dtp-title .dtp-header-title {
    position: relative;
    z-index: 2;
    background: #FFF;
    border-bottom: 1px solid rgba(150, 150, 150, 0.5); }

@media screen and (max-width: 800px) {
  .dtp-main .dtp-main-title .inner-narrow {
    width: 92%; } }
.dtp-main .dtp-main-title h2 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #00a0e9;
  border-bottom: 2px dotted #00a0e9;
  padding-bottom: .5em;
  margin-bottom: .8em; }
  @media screen and (max-width: 800px) {
    .dtp-main .dtp-main-title h2 {
      font-size: 14px;
      font-size: 1.4rem; } }
.dtp-main .dtp-main-contents .inner-narrow {
  margin-bottom: 2em; }
  @media screen and (max-width: 800px) {
    .dtp-main .dtp-main-contents .inner-narrow {
      width: 92%; } }
  .dtp-main .dtp-main-contents .inner-narrow p {
    margin-bottom: 1em;
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (max-width: 800px) {
      .dtp-main .dtp-main-contents .inner-narrow p {
        font-size: 12px;
        font-size: 1.2rem; } }
.dtp-main .dtp-main-contents .inner {
  width: 600px;
  margin-bottom: 2em; }
  @media screen and (max-width: 800px) {
    .dtp-main .dtp-main-contents .inner {
      width: 92%; } }

.recruit-title {
  position: relative;
  margin-bottom: 2em; }
  @media screen and (max-width: 800px) {
    .recruit-title .inner-wide {
      width: 92%; } }
  .recruit-title .inner-wide h1 .title-en {
    color: rgba(0, 100, 200, 0.6);
    font-size: 60px;
    font-size: 6rem;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    padding-right: .25em; }
    @media screen and (max-width: 800px) {
      .recruit-title .inner-wide h1 .title-en {
        font-size: 24px;
        font-size: 2.4rem; } }
  .recruit-title .inner-wide h1 .title-jp {
    font-size: 24px;
    font-size: 2.4rem;
    color: #969696; }
    @media screen and (max-width: 800px) {
      .recruit-title .inner-wide h1 .title-jp {
        font-size: 10px;
        font-size: 1rem; } }
    .recruit-title .inner-wide h1 .title-jp span {
      color: #ffb45a; }
  .recruit-title .recruit-header-title {
    position: relative;
    z-index: 2;
    background: #FFF;
    border-bottom: 1px solid rgba(150, 150, 150, 0.5);
    margin: 0 auto 2em; }
  .recruit-title .recruit-header-main p {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500; }
    @media screen and (max-width: 800px) {
      .recruit-title .recruit-header-main p {
        font-size: 14px;
        font-size: 1.4rem; } }

@media screen and (max-width: 800px) {
  .recruit-main .inner-wide {
    width: 92%; } }
.recruit-main .recruit-main-title {
  margin: 0 auto 2em; }
  .recruit-main .recruit-main-title h2 {
    position: relative; }
    .recruit-main .recruit-main-title h2 .title-en {
      color: rgba(0, 100, 200, 0.2);
      font-size: 60px;
      font-size: 6rem;
      font-family: "Lato", sans-serif;
      font-weight: 500;
      padding-right: .25em; }
      @media screen and (max-width: 800px) {
        .recruit-main .recruit-main-title h2 .title-en {
          font-size: 26px;
          font-size: 2.6rem; } }
    .recruit-main .recruit-main-title h2 .title-jp {
      font-size: 16px;
      font-size: 1.6rem;
      color: #0064c8;
      position: absolute;
      left: 2em;
      bottom: .5em; }
      @media screen and (max-width: 800px) {
        .recruit-main .recruit-main-title h2 .title-jp {
          font-size: 10px;
          font-size: 1rem;
          position: relative;
          left: inherit;
          bottom: inherit; } }
.recruit-main .recruit-main-contents .inner-narrow {
  margin-bottom: 2em; }
  @media screen and (max-width: 800px) {
    .recruit-main .recruit-main-contents .inner-narrow {
      width: 92%; } }
  .recruit-main .recruit-main-contents .inner-narrow p {
    margin-bottom: 1em;
    font-size: 14px;
    font-size: 1.4rem; }
.recruit-main .recruit-main-contents .inner {
  width: 600px;
  margin-bottom: 2em; }
  @media screen and (max-width: 800px) {
    .recruit-main .recruit-main-contents .inner {
      width: 92%; } }
.recruit-main .recruit-main-contents .inner-wide {
  width: calc( 960px - 4em);
  margin-bottom: 2em; }
  @media screen and (max-width: 800px) {
    .recruit-main .recruit-main-contents .inner-wide {
      width: 92%; } }
.recruit-main .recruit-main-contents nav {
  margin: 0 auto 3em; }
  .recruit-main .recruit-main-contents nav ul {
    display: flex;
    justify-content: center;
    gap: 2em; }
    .recruit-main .recruit-main-contents nav ul li {
      font-size: 16px;
      font-size: 1.6rem; }
      .recruit-main .recruit-main-contents nav ul li::before {
        content: "\f13a";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        line-height: 1;
        opacity: 1;
        color: #969696; }
      .recruit-main .recruit-main-contents nav ul li a {
        color: #0064c8; }
.recruit-main .recruit-main-contents h3 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #0064c8;
  margin-bottom: 1.5em; }
  .recruit-main .recruit-main-contents h3::before {
    content: '●';
    color: #969696;
    display: inline-block; }
.recruit-main .recruit-main-contents dl.job-description {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", serif;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted rgba(0, 160, 233, 0.2); }
  .recruit-main .recruit-main-contents dl.job-description:last-of-type {
    margin-bottom: 1em;
    padding-bottom: 0;
    border-bottom: none; }
  .recruit-main .recruit-main-contents dl.job-description dt {
    width: 25%;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 800px) {
      .recruit-main .recruit-main-contents dl.job-description dt {
        width: 100%; } }
    .recruit-main .recruit-main-contents dl.job-description dt ul li {
      color: #969696; }
      .recruit-main .recruit-main-contents dl.job-description dt ul li::before {
        content: '';
        display: inline-block;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 9px solid #0064c8;
        margin-right: 4px; }
  .recruit-main .recruit-main-contents dl.job-description dd {
    width: 75%; }
    @media screen and (max-width: 800px) {
      .recruit-main .recruit-main-contents dl.job-description dd {
        width: 100%; } }
.recruit-main .recruit-main-contents dl.job-qa {
  margin-bottom: 3em; }
  .recruit-main .recruit-main-contents dl.job-qa dt {
    width: 100%;
    color: #0064c8;
    padding-left: 30px;
    position: relative;
    font-weight: 500;
    margin-bottom: .5em;
    font-size: 16px;
    font-size: 1.6rem; }
    @media screen and (max-width: 800px) {
      .recruit-main .recruit-main-contents dl.job-qa dt {
        font-size: 12px;
        font-size: 1.2rem; } }
    .recruit-main .recruit-main-contents dl.job-qa dt::before {
      content: 'Q';
      background: #0064c8;
      font-size: 16px;
      font-size: 1.6rem;
      width: 1.5em;
      height: 1.5em;
      border-radius: 50%;
      color: #FFF;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      line-height: 1.5em;
      text-align: center; }
      @media screen and (max-width: 800px) {
        .recruit-main .recruit-main-contents dl.job-qa dt::before {
          font-size: 12px;
          font-size: 1.2rem; } }
  .recruit-main .recruit-main-contents dl.job-qa dd {
    width: 100%;
    color: #969696;
    padding-left: 30px;
    position: relative;
    margin-bottom: 1em;
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (max-width: 800px) {
      .recruit-main .recruit-main-contents dl.job-qa dd {
        font-size: 12px;
        font-size: 1.2rem; } }
    .recruit-main .recruit-main-contents dl.job-qa dd::before {
      content: 'A';
      background: #969696;
      font-size: 16px;
      font-size: 1.6rem;
      width: 1.5em;
      height: 1.5em;
      border-radius: 50%;
      color: #FFF;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      line-height: 1.5em;
      text-align: center; }
      @media screen and (max-width: 800px) {
        .recruit-main .recruit-main-contents dl.job-qa dd::before {
          font-size: 12px;
          font-size: 1.2rem; } }

.about-title {
  position: relative;
  margin-bottom: 2em; }
  .about-title .about-header-title {
    position: relative;
    z-index: 2;
    background: #FFF;
    border-bottom: 1px solid rgba(150, 150, 150, 0.5);
    margin: 0 auto 2em; }
    @media screen and (max-width: 800px) {
      .about-title .about-header-title .inner-wide {
        width: 92%; } }
    .about-title .about-header-title .inner-wide h1 .title-en {
      color: rgba(0, 100, 200, 0.6);
      font-size: 60px;
      font-size: 6rem;
      font-family: "Lato", sans-serif;
      font-weight: 500;
      padding-right: .25em; }
      @media screen and (max-width: 800px) {
        .about-title .about-header-title .inner-wide h1 .title-en {
          font-size: 24px;
          font-size: 2.4rem; } }
    .about-title .about-header-title .inner-wide h1 .title-jp {
      font-size: 24px;
      font-size: 2.4rem;
      color: #969696; }
      @media screen and (max-width: 800px) {
        .about-title .about-header-title .inner-wide h1 .title-jp {
          font-size: 10px;
          font-size: 1rem; } }
      .about-title .about-header-title .inner-wide h1 .title-jp span {
        color: #ffb45a; }
  .about-title .about-header-main .inner {
    width: 960px;
    padding-left: 2em; }
    @media screen and (max-width: 800px) {
      .about-title .about-header-main .inner {
        width: 92%;
        padding-left: 0; } }
    .about-title .about-header-main .inner h2 {
      color: #0064c8;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 500;
      margin: 0 auto 1em; }
      @media screen and (max-width: 800px) {
        .about-title .about-header-main .inner h2 {
          font-size: 14px;
          font-size: 1.4rem; } }
    .about-title .about-header-main .inner .column-wrapper {
      width: 748px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media screen and (max-width: 800px) {
        .about-title .about-header-main .inner .column-wrapper {
          width: 100%; } }
      .about-title .about-header-main .inner .column-wrapper p {
        width: 100%;
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 1em;
        letter-spacing: 0; }
        @media screen and (max-width: 800px) {
          .about-title .about-header-main .inner .column-wrapper p {
            font-size: 12px;
            font-size: 1.2rem; } }
        .about-title .about-header-main .inner .column-wrapper p.signature {
          text-align: right; }
          .about-title .about-header-main .inner .column-wrapper p.signature span {
            font-weight: 700; }
  .about-title .about-header-main p {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500; }

@media screen and (max-width: 800px) {
  .about-main .inner-wide {
    width: 92%; } }
.about-main.ground-light {
  background: rgba(0, 160, 233, 0.1);
  padding: 2em 0;
  margin: 0 auto 2em; }
.about-main .about-main-title {
  margin: 0 auto 2em; }
  .about-main .about-main-title h2 {
    position: relative; }
    .about-main .about-main-title h2 .title-en {
      color: rgba(0, 100, 200, 0.2);
      font-size: 60px;
      font-size: 6rem;
      font-family: "Lato", sans-serif;
      font-weight: 500;
      padding-right: .25em; }
      @media screen and (max-width: 800px) {
        .about-main .about-main-title h2 .title-en {
          font-size: 26px;
          font-size: 2.6rem; } }
    .about-main .about-main-title h2 .title-jp {
      font-size: 16px;
      font-size: 1.6rem;
      color: #0064c8;
      position: absolute;
      left: 2em;
      bottom: .5em; }
      @media screen and (max-width: 800px) {
        .about-main .about-main-title h2 .title-jp {
          font-size: 10px;
          font-size: 1rem;
          position: relative;
          left: inherit;
          bottom: inherit; } }
.about-main .about-main-contents .inner-wide {
  width: 960px;
  width: calc( 960px - 4em);
  margin-bottom: 2em;
  padding-left: 188px; }
  @media screen and (max-width: 800px) {
    .about-main .about-main-contents .inner-wide {
      width: 92%;
      padding-left: 0; } }
  .about-main .about-main-contents .inner-wide table {
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (max-width: 800px) {
      .about-main .about-main-contents .inner-wide table {
        font-size: 12px;
        font-size: 1.2rem; } }
    .about-main .about-main-contents .inner-wide table tbody tr {
      border-bottom: 2px solid #FFF; }
      .about-main .about-main-contents .inner-wide table tbody tr:last-of-type {
        border: none; }
      .about-main .about-main-contents .inner-wide table tbody tr th, .about-main .about-main-contents .inner-wide table tbody tr td {
        font-weight: normal;
        padding: 1em 0;
        letter-spacing: 0; }
      .about-main .about-main-contents .inner-wide table tbody tr th {
        width: 30%; }
      .about-main .about-main-contents .inner-wide table tbody tr td {
        width: 70%; }
        @media screen and (max-width: 800px) {
          .about-main .about-main-contents .inner-wide table tbody tr td {
            white-space: nowrap; } }
.about-main .about-main-contents .inner {
  width: 600px;
  margin-bottom: 2em; }
  @media screen and (max-width: 800px) {
    .about-main .about-main-contents .inner {
      width: 92%; } }
.about-main .about-main-contents dl.access-map {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", serif;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted rgba(0, 160, 233, 0.2);
  align-items: flex-start;
  letter-spacing: 0; }
  @media screen and (max-width: 800px) {
    .about-main .about-main-contents dl.access-map {
      font-size: 12px;
      font-size: 1.2rem; } }
  .about-main .about-main-contents dl.access-map:last-of-type {
    margin-bottom: 1em;
    padding-bottom: 0;
    border-bottom: none; }
  .about-main .about-main-contents dl.access-map dt {
    color: #969696;
    display: flex;
    align-items: center;
    margin-bottom: .5em; }
    .about-main .about-main-contents dl.access-map dt:nth-of-type(1) {
      width: 100%; }
    .about-main .about-main-contents dl.access-map dt:nth-of-type(2) {
      width: 35%; }
      @media screen and (max-width: 800px) {
        .about-main .about-main-contents dl.access-map dt:nth-of-type(2) {
          width: 100%; } }
    .about-main .about-main-contents dl.access-map dt::before {
      content: '';
      display: inline-block;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 9px solid #0064c8;
      margin-right: 4px; }
  .about-main .about-main-contents dl.access-map dd:nth-of-type(1) {
    width: 100%;
    margin-bottom: 2em;
    position: relative;
    height: 0;
    padding-top: 75%;
    /* 比率を4:3に固定 */ }
    .about-main .about-main-contents dl.access-map dd:nth-of-type(1) iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .about-main .about-main-contents dl.access-map dd:nth-of-type(2) {
    width: 65%; }
    @media screen and (max-width: 800px) {
      .about-main .about-main-contents dl.access-map dd:nth-of-type(2) {
        width: 100%; } }
  .about-main .about-main-contents dl.access-map dd ul li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: .5em; }
    .about-main .about-main-contents dl.access-map dd ul li::before {
      content: '●';
      color: rgba(0, 160, 233, 0.4);
      position: absolute;
      left: 0;
      top: 0; }
    .about-main .about-main-contents dl.access-map dd ul li:last-of-type {
      margin-bottom: 0; }

.guest-title {
  position: relative;
  margin-bottom: 2em; }
  @media screen and (max-width: 800px) {
    .guest-title .inner-wide {
      width: 92%; } }
  .guest-title .inner-wide h1 .title-en {
    color: rgba(0, 100, 200, 0.6);
    font-size: 60px;
    font-size: 6rem;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    padding-right: .25em; }
    @media screen and (max-width: 800px) {
      .guest-title .inner-wide h1 .title-en {
        font-size: 24px;
        font-size: 2.4rem; } }
  .guest-title .inner-wide h1 .title-jp {
    font-size: 24px;
    font-size: 2.4rem;
    color: #969696; }
    @media screen and (max-width: 800px) {
      .guest-title .inner-wide h1 .title-jp {
        font-size: 10px;
        font-size: 1rem; } }
    .guest-title .inner-wide h1 .title-jp span {
      color: #ffb45a; }
  .guest-title .guest-header-title {
    position: relative;
    z-index: 2;
    background: #FFF;
    border-bottom: 1px solid rgba(150, 150, 150, 0.5);
    margin: 0 auto 2em; }
  .guest-title .guest-header-main p {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500; }
    @media screen and (max-width: 800px) {
      .guest-title .guest-header-main p {
        font-size: 14px;
        font-size: 1.4rem; } }

.guest-main .inner-narrow {
  width: 480px; }
.guest-main .guest-main-title {
  margin: 0 auto 2em; }
  .guest-main .guest-main-title h2 {
    position: relative; }
    .guest-main .guest-main-title h2 .title-en {
      color: rgba(0, 100, 200, 0.2);
      font-size: 60px;
      font-size: 6rem;
      font-family: "Lato", sans-serif;
      font-weight: 500;
      padding-right: .25em; }
    .guest-main .guest-main-title h2 .title-jp {
      font-size: 16px;
      font-size: 1.6rem;
      color: #0064c8;
      position: absolute;
      left: 2em;
      bottom: .5em; }
.guest-main .guest-main-contents .inner {
  width: 560px;
  margin-bottom: 2em; }
  @media screen and (max-width: 800px) {
    .guest-main .guest-main-contents .inner {
      width: 92%; } }
  .guest-main .guest-main-contents .inner > ul > li {
    background: rgba(0, 160, 233, 0.07);
    margin: 0 auto 2em;
    padding: 1.5em;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .guest-main .guest-main-contents .inner > ul > li h2 {
      color: #0064c8;
      margin-top: -2.25em;
      margin-bottom: 1em;
      text-align: center; }
    .guest-main .guest-main-contents .inner > ul > li p {
      font-size: 15px;
      font-size: 1.5rem;
      display: flex;
      justify-content: center;
      margin: 0 auto .5em; }
      @media screen and (max-width: 800px) {
        .guest-main .guest-main-contents .inner > ul > li p {
          font-size: 13px;
          font-size: 1.3rem; } }
    .guest-main .guest-main-contents .inner > ul > li a {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin: 0 0 .5em auto;
      color: #0064c8; }
      .guest-main .guest-main-contents .inner > ul > li a::before {
        content: '';
        display: inline-block;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 9px solid #0064c8;
        margin-right: 4px; }
      .guest-main .guest-main-contents .inner > ul > li a:hover {
        opacity: 0.7; }
    .guest-main .guest-main-contents .inner > ul > li a.icon-pdf {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin: 0 0 .5em auto;
      color: #0064c8; }
      .guest-main .guest-main-contents .inner > ul > li a.icon-pdf::before {
        content: '';
        display: inline-block;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 9px solid #0064c8;
        margin-right: 4px; }
      .guest-main .guest-main-contents .inner > ul > li a.icon-pdf::after {
        content: url("../img/icon-pdf.png"); }
      .guest-main .guest-main-contents .inner > ul > li a.icon-pdf:hover {
        opacity: 0.7; }
    .guest-main .guest-main-contents .inner > ul > li ul.font-list {
      position: relative;
      margin: auto; }
      .guest-main .guest-main-contents .inner > ul > li ul.font-list li {
        position: relative;
        padding-left: 1.2em; }
        .guest-main .guest-main-contents .inner > ul > li ul.font-list li::before {
          content: '●';
          display: block;
          position: absolute;
          left: 0;
          top: 0; }

.contact-title {
  position: relative;
  margin-bottom: 2em; }
  @media screen and (max-width: 800px) {
    .contact-title .inner-wide {
      width: 92%; } }
  .contact-title .inner-wide h1 .title-en {
    color: rgba(0, 100, 200, 0.6);
    font-size: 60px;
    font-size: 6rem;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    padding-right: .25em; }
    @media screen and (max-width: 800px) {
      .contact-title .inner-wide h1 .title-en {
        font-size: 24px;
        font-size: 2.4rem; } }
  .contact-title .inner-wide h1 .title-jp {
    font-size: 24px;
    font-size: 2.4rem;
    color: #969696; }
    @media screen and (max-width: 800px) {
      .contact-title .inner-wide h1 .title-jp {
        font-size: 10px;
        font-size: 1rem; } }
  .contact-title .contact-header-title {
    position: relative;
    z-index: 2;
    background: #FFF;
    border-bottom: 1px solid rgba(150, 150, 150, 0.5);
    margin: 0 auto 2em; }
  .contact-title .contact-header-main .inner-wide {
    margin: 0 auto 2em; }
    @media screen and (max-width: 800px) {
      .contact-title .contact-header-main .inner-wide {
        width: 92%; } }
    .contact-title .contact-header-main .inner-wide p {
      margin-bottom: 1em; }
      .contact-title .contact-header-main .inner-wide p.button {
        margin-top: 4em;
        margin-bottom: 4em; }
        .contact-title .contact-header-main .inner-wide p.button a {
          display: flex;
          justify-content: flex-start;
          align-items: center;
          margin: 0 0 .5em auto;
          color: #0064c8; }
          .contact-title .contact-header-main .inner-wide p.button a::before {
            content: '';
            display: inline-block;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-left: 9px solid #0064c8;
            margin-right: 4px; }
          .contact-title .contact-header-main .inner-wide p.button a:hover {
            opacity: 0.7; }
  .contact-title .contact-header-main .inner {
    width: 600px;
    border: 3px solid rgba(0, 160, 233, 0.15);
    padding: 0 1.5em 1.5em;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 800px) {
      .contact-title .contact-header-main .inner {
        width: 92%; } }
    .contact-title .contact-header-main .inner h2 {
      font-size: 18px;
      font-size: 1.8rem;
      color: #00a0e9;
      font-weight: 500;
      background: #FFF;
      padding: 0 .5em;
      display: inline-block;
      position: relative;
      top: -1em;
      left: 0;
      right: 0;
      margin: auto; }
      @media screen and (max-width: 800px) {
        .contact-title .contact-header-main .inner h2 {
          font-size: 14px;
          font-size: 1.4rem; } }
    .contact-title .contact-header-main .inner p {
      font-size: 60px;
      font-size: 6rem;
      color: #A6880A;
      font-family: "Lato", sans-serif;
      font-weight: 500; }
      @media screen and (max-width: 800px) {
        .contact-title .contact-header-main .inner p {
          font-size: 36px;
          font-size: 3.6rem; } }

.contact-main .inner-narrow {
  width: 480px; }
  @media screen and (max-width: 800px) {
    .contact-main .inner-narrow {
      width: 92%; } }
.contact-main .contact-main-title {
  margin: 0 auto 2em; }
  .contact-main .contact-main-title h2 {
    position: relative; }
    .contact-main .contact-main-title h2 .title-en {
      color: rgba(0, 100, 200, 0.2);
      font-size: 60px;
      font-size: 6rem;
      font-family: "Lato", sans-serif;
      font-weight: 500;
      padding-right: .25em; }
    .contact-main .contact-main-title h2 .title-jp {
      font-size: 16px;
      font-size: 1.6rem;
      color: #0064c8;
      position: absolute;
      left: 2em;
      bottom: .5em; }
.contact-main .contact-main-contents .inner {
  width: 600px; }
  @media screen and (max-width: 800px) {
    .contact-main .contact-main-contents .inner {
      width: 92%; } }
  .contact-main .contact-main-contents .inner .form-wrapper {
    background: rgba(0, 160, 233, 0.07);
    margin-bottom: 2em;
    padding: 1.5em;
    position: relative; }
    .contact-main .contact-main-contents .inner .form-wrapper h2 {
      color: #00a0e9;
      margin-bottom: 1em;
      text-align: center;
      position: absolute;
      top: -.75em;
      left: 0;
      right: 0;
      margin: auto; }
    .contact-main .contact-main-contents .inner .form-wrapper p {
      text-align: inherit;
      margin-bottom: 2em;
      font-size: 12px;
      font-size: 1.2rem; }
      .contact-main .contact-main-contents .inner .form-wrapper p strong {
        font-weight: bold;
        color: #CC0000; }
    .contact-main .contact-main-contents .inner .form-wrapper table {
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0;
      table-layout: fixed;
      margin: 0 auto 1em;
      width: 100%; }
      @media screen and (max-width: 800px) {
        .contact-main .contact-main-contents .inner .form-wrapper table {
          font-size: 12px;
          font-size: 1.2rem; } }
      .contact-main .contact-main-contents .inner .form-wrapper table tbody tr {
        border-bottom: 2px solid #FFF; }
        .contact-main .contact-main-contents .inner .form-wrapper table tbody tr th, .contact-main .contact-main-contents .inner .form-wrapper table tbody tr td {
          font-weight: normal;
          padding: 1em 0;
          letter-spacing: 0; }
          @media screen and (max-width: 800px) {
            .contact-main .contact-main-contents .inner .form-wrapper table tbody tr th, .contact-main .contact-main-contents .inner .form-wrapper table tbody tr td {
              display: block; } }
        .contact-main .contact-main-contents .inner .form-wrapper table tbody tr th {
          text-align: right;
          width: 35%;
          white-space: nowrap;
          vertical-align: top; }
          @media screen and (max-width: 800px) {
            .contact-main .contact-main-contents .inner .form-wrapper table tbody tr th {
              width: 100%;
              text-align: inherit; } }
          .contact-main .contact-main-contents .inner .form-wrapper table tbody tr th span {
            font-size: 12px;
            font-size: 1.2rem;
            color: #0064c8;
            display: block; }
        .contact-main .contact-main-contents .inner .form-wrapper table tbody tr td {
          width: calc(100% - 35% - 2em);
          padding-left: 2em; }
          @media screen and (max-width: 800px) {
            .contact-main .contact-main-contents .inner .form-wrapper table tbody tr td {
              width: 100%;
              padding-left: 0; } }
    .contact-main .contact-main-contents .inner .form-wrapper ul {
      display: flex;
      justify-content: flex-end;
      width: 100%;
      gap: 1em; }
  .contact-main .contact-main-contents .inner .wpcf7-response-output {
    border: #CC0000 1px solid;
    color: #CC0000;
    padding: 1em 2em;
    background: #FFF; }

.contact-title .alert-warning, .contact-main .alert-warning {
  background: rgba(255, 180, 90, 0.4); }
.contact-title .alert-danger, .contact-main .alert-danger {
  color: #CC0000;
  padding: 0;
  margin: .25em 0 0; }

.contact-footer .inner {
  width: 600px; }
  @media screen and (max-width: 800px) {
    .contact-footer .inner {
      width: 92%; } }
  .contact-footer .inner p {
    text-align: right;
    font-size: 12px;
    font-size: 1.2rem;
    color: #646464; }
    @media screen and (max-width: 800px) {
      .contact-footer .inner p {
        font-size: 10px;
        font-size: 1rem;
        text-align: inherit; } }

.column-title {
  position: relative;
  margin-bottom: 2em; }
  @media screen and (max-width: 800px) {
    .column-title .inner-wide {
      width: 92%; } }
  .column-title .inner-wide h1 .title-en {
    color: rgba(0, 100, 200, 0.6);
    font-size: 60px;
    font-size: 6rem;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    padding-right: .25em; }
    @media screen and (max-width: 800px) {
      .column-title .inner-wide h1 .title-en {
        font-size: 24px;
        font-size: 2.4rem; } }
  .column-title .inner-wide h1 .title-jp {
    font-size: 24px;
    font-size: 2.4rem;
    color: #969696; }
    @media screen and (max-width: 800px) {
      .column-title .inner-wide h1 .title-jp {
        font-size: 10px;
        font-size: 1rem; } }
    .column-title .inner-wide h1 .title-jp span {
      color: #ffb45a; }
  .column-title .column-header-title {
    position: relative;
    z-index: 2;
    background: #FFF;
    border-bottom: 1px solid rgba(150, 150, 150, 0.5);
    margin: 0 auto 2em; }
  .column-title .column-header-main p {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 500; }
    @media screen and (max-width: 800px) {
      .column-title .column-header-main p {
        font-size: 14px;
        font-size: 1.4rem; } }

.column-main .inner-narrow {
  width: 480px; }
.column-main .column-main-title {
  margin: 0 auto 2em; }
  @media screen and (max-width: 800px) {
    .column-main .column-main-title {
      width: 92%; } }
  .column-main .column-main-title h2 {
    position: relative;
    color: rgba(0, 100, 200, 0.6);
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 1em;
    border: 6px double rgba(0, 100, 200, 0.6); }
    @media screen and (max-width: 800px) {
      .column-main .column-main-title h2 {
        font-size: 20px;
        font-size: 2rem; } }
.column-main .column-main-timestamp {
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 auto 1em; }
  .column-main .column-main-timestamp .inner {
    max-width: 640px; }
    @media screen and (max-width: 800px) {
      .column-main .column-main-timestamp .inner {
        width: 92%; } }
.column-main .column-main-category {
  margin: 0 auto 2em; }
  .column-main .column-main-category .inner {
    max-width: 640px;
    display: flex;
    justify-content: flex-end; }
    @media screen and (max-width: 800px) {
      .column-main .column-main-category .inner {
        width: 92%; } }
    .column-main .column-main-category .inner a {
      background: rgba(0, 100, 200, 0.6);
      font-size: 14px;
      font-size: 1.4rem;
      padding: .5em 1em;
      line-height: 1;
      color: #FFF;
      border-radius: 1.5em; }
      .column-main .column-main-category .inner a:hover {
        opacity: 0.7; }
.column-main .column-main-sns {
  margin: 0 auto 1em; }
  .column-main .column-main-sns .inner {
    max-width: 640px;
    display: flex;
    justify-content: center;
    gap: .5em; }
    @media screen and (max-width: 800px) {
      .column-main .column-main-sns .inner {
        width: 92%; } }
    .column-main .column-main-sns .inner a {
      line-height: 1;
      color: #FFF;
      background: rgba(0, 100, 200, 0.6);
      padding: .5em 1em;
      border-radius: 4em;
      display: flex;
      align-items: center;
      gap: .25em;
      min-width: 8em;
      justify-content: center;
      font-size: 16px;
      font-size: 1.6rem; }
      .column-main .column-main-sns .inner a:hover {
        opacity: 0.7; }
      .column-main .column-main-sns .inner a i {
        font-size: 20px;
        font-size: 2rem; }
.column-main .column-main-contents .inner {
  max-width: 640px;
  margin-bottom: 6em; }
  @media screen and (max-width: 800px) {
    .column-main .column-main-contents .inner {
      width: 92%; } }
  .column-main .column-main-contents .inner h2 {
    color: rgba(0, 100, 200, 0.6);
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 auto 1em; }
    @media screen and (max-width: 800px) {
      .column-main .column-main-contents .inner h2 {
        font-size: 20px;
        font-size: 2rem; } }
  .column-main .column-main-contents .inner h3 {
    color: rgba(0, 100, 200, 0.6);
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 auto 1.25em; }
    @media screen and (max-width: 800px) {
      .column-main .column-main-contents .inner h3 {
        font-size: 16px;
        font-size: 1.6rem; } }
  .column-main .column-main-contents .inner h4 {
    color: rgba(0, 100, 200, 0.6);
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 auto 1.5em; }
    @media screen and (max-width: 800px) {
      .column-main .column-main-contents .inner h4 {
        font-size: 14px;
        font-size: 1.4rem; } }
  .column-main .column-main-contents .inner h5 {
    color: rgba(0, 100, 200, 0.6);
    font-weight: bold;
    margin: 0 auto 2em; }
  .column-main .column-main-contents .inner h6 {
    font-weight: bold; }
  .column-main .column-main-contents .inner ul, .column-main .column-main-contents .inner ol {
    margin: 0 auto 2em; }
    .column-main .column-main-contents .inner ul li, .column-main .column-main-contents .inner ol li {
      background: rgba(0, 160, 233, 0.07);
      margin: 0 auto 2em;
      padding: 1.5em;
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .column-main .column-main-contents .inner ul li h2, .column-main .column-main-contents .inner ol li h2 {
        color: #0064c8;
        margin-top: -2.25em;
        margin-bottom: 1em;
        text-align: center; }
      .column-main .column-main-contents .inner ul li p, .column-main .column-main-contents .inner ol li p {
        font-size: 15px;
        font-size: 1.5rem;
        display: flex;
        justify-content: center;
        margin: 0 auto .5em; }
        @media screen and (max-width: 800px) {
          .column-main .column-main-contents .inner ul li p, .column-main .column-main-contents .inner ol li p {
            font-size: 13px;
            font-size: 1.3rem; } }
      .column-main .column-main-contents .inner ul li a.icon-pdf, .column-main .column-main-contents .inner ol li a.icon-pdf {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: 0 0 .5em auto;
        color: #0064c8; }
        .column-main .column-main-contents .inner ul li a.icon-pdf::before, .column-main .column-main-contents .inner ol li a.icon-pdf::before {
          content: '';
          display: inline-block;
          border-top: 6px solid transparent;
          border-bottom: 6px solid transparent;
          border-left: 9px solid #0064c8;
          margin-right: 4px; }
        .column-main .column-main-contents .inner ul li a.icon-pdf::after, .column-main .column-main-contents .inner ol li a.icon-pdf::after {
          content: url("../img/icon-pdf.png"); }
        .column-main .column-main-contents .inner ul li a.icon-pdf:hover, .column-main .column-main-contents .inner ol li a.icon-pdf:hover {
          opacity: 0.7; }
      .column-main .column-main-contents .inner ul li ul.font-list, .column-main .column-main-contents .inner ol li ul.font-list {
        position: relative;
        margin: auto; }
        .column-main .column-main-contents .inner ul li ul.font-list li, .column-main .column-main-contents .inner ol li ul.font-list li {
          position: relative;
          padding-left: 1.2em; }
          .column-main .column-main-contents .inner ul li ul.font-list li::before, .column-main .column-main-contents .inner ol li ul.font-list li::before {
            content: '●';
            display: block;
            position: absolute;
            left: 0;
            top: 0; }
  .column-main .column-main-contents .inner p {
    margin: 0 auto 2em;
    line-height: 2; }
  .column-main .column-main-contents .inner strong {
    color: rgba(0, 100, 200, 0.6); }
  .column-main .column-main-contents .inner figure {
    margin: 0 auto 2em; }
  .column-main .column-main-contents .inner table {
    width: 100%;
    margin: 0 auto 2em; }
.column-main .column-main-contents .inner-wide {
  width: 840px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  @media screen and (max-width: 800px) {
    .column-main .column-main-contents .inner-wide {
      width: 92%; } }
  .column-main .column-main-contents .inner-wide article {
    width: 272px;
    margin-right: 12px;
    height: auto;
    min-height: auto;
    margin-bottom: 1em; }
    .column-main .column-main-contents .inner-wide article:nth-of-type(3n) {
      margin-right: 0; }
    @media screen and (max-width: 800px) {
      .column-main .column-main-contents .inner-wide article {
        width: 48%;
        margin-right: 4%; }
        .column-main .column-main-contents .inner-wide article:nth-of-type(2n) {
          margin-right: 0; }
        .column-main .column-main-contents .inner-wide article:nth-of-type(3n) {
          margin-right: inherit; } }
    .column-main .column-main-contents .inner-wide article .column-archive-thumb {
      margin: 0 auto .5em;
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 9;
      /* 横長に揃えたい場合 */
      overflow: hidden;
      border-radius: 6px;
      /* 角丸任意 */ }
      .column-main .column-main-contents .inner-wide article .column-archive-thumb figure {
        margin: 0;
        width: 100%;
        height: 100%; }
        .column-main .column-main-contents .inner-wide article .column-archive-thumb figure img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          /* トリミングしつつ枠にフィット */
          display: block; }
      .column-main .column-main-contents .inner-wide article .column-archive-thumb .column-archive-taxonomy {
        position: absolute;
        display: flex;
        justify-content: flex-end;
        right: .5em;
        bottom: .5em; }
        .column-main .column-main-contents .inner-wide article .column-archive-thumb .column-archive-taxonomy a {
          background: rgba(0, 100, 200, 0.6);
          font-size: 12px;
          font-size: 1.2rem;
          padding: .5em 1em;
          line-height: 1;
          color: #FFF;
          border-radius: 1.5em; }
          .column-main .column-main-contents .inner-wide article .column-archive-thumb .column-archive-taxonomy a:hover {
            opacity: 0.7; }
    .column-main .column-main-contents .inner-wide article .column-archive-date {
      margin: 0 auto .5em;
      text-align: right;
      font-size: 12px;
      font-size: 1.2rem; }
      @media screen and (max-width: 800px) {
        .column-main .column-main-contents .inner-wide article .column-archive-date {
          font-size: 10px;
          font-size: 1rem; } }
    .column-main .column-main-contents .inner-wide article .column-archive-title {
      margin: 0 auto .5em;
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: bold; }
      @media screen and (max-width: 800px) {
        .column-main .column-main-contents .inner-wide article .column-archive-title {
          font-size: 14px;
          font-size: 1.4rem; } }
      .column-main .column-main-contents .inner-wide article .column-archive-title a {
        color: rgba(0, 100, 200, 0.6); }

.index-slider, .flow-slider {
  background-color: #cccccc;
  position: relative; }
  .index-slider .index-catch, .flow-slider .index-catch {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1; }
  .index-slider .slider-image div, .flow-slider .slider-image div {
    width: 100%;
    height: 100%;
    height: 960px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 800px) {
      .index-slider .slider-image div, .flow-slider .slider-image div {
        height: calc(calc(750px * (3 / 4)) - 60px); } }

.flow-slider {
  position: relative;
  overflow: hidden; }
  .flow-slider img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    /* この一行を追加するだけ！ */ }

#footer {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  background-image: repeating-linear-gradient(-234.79deg, rgba(0, 160, 233, 0.1), rgba(0, 160, 233, 0.1) 10px, transparent 10px, transparent 12px);
  background-color: white;
  margin-top: -20px;
  z-index: 100; }
  #footer .footer-inner {
    max-width: 840px;
    margin: 0 auto 2em;
    display: flex;
    justify-content: center;
    position: relative;
    gap: 1.5em;
    align-items: flex-end; }
    #footer .footer-inner a {
      width: 134px; }
      @media screen and (max-width: 800px) {
        #footer .footer-inner a {
          display: none; } }
    #footer .footer-inner p {
      font-size: 12px;
      font-size: 1.2rem; }
  #footer .logo-footer {
    width: 90%;
    margin: 0 auto;
    padding-bottom: calc(48 / 800 * 100%); }
    #footer .logo-footer a, #footer .logo-footer span {
      display: block;
      margin: 0 auto; }
    #footer .logo-footer a {
      width: 54px;
      height: 67px; }
    #footer .logo-footer span {
      max-width: 237px;
      font-weight: bold;
      margin-top: 1em;
      color: #ffffff; }
  @media screen and (max-width: 800px) {
    #footer {
      font-size: 14px;
      font-size: 1.4rem; }
      #footer .sub-navi span {
        border-right: none !important;
        padding: 0 .5em; } }
  #footer .copyright {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 2em 2em 2em;
    text-align: center;
    color: rgba(0, 100, 200, 0.6); }
    @media screen and (max-width: 800px) {
      #footer .copyright {
        font-size: 12px;
        font-size: 1.2rem; } }

.contact-navi {
  margin-bottom: calc(48 / 800 * 100%); }
  .contact-navi ul {
    display: flex;
    justify-content: center;
    align-items: stretch; }
    .contact-navi ul li {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 49%;
      background-color: #ffffff; }
      .contact-navi ul li:not(:nth-of-type(2n)) {
        margin-right: 2%; }
      .contact-navi ul li a span {
        white-space: nowrap;
        overflow: hidden; }
    @media screen and (max-width: 800px) {
      .contact-navi ul li {
        width: calc(50% - 1px); }
        .contact-navi ul li:not(:nth-of-type(2n)) {
          margin-right: 2px; }
        .contact-navi ul li span {
          display: block; } }

.slick-prev:before, .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 44px;
  line-height: 1;
  opacity: 1;
  color: #000000; }
  @media screen and (max-width: 800px) {
    .slick-prev:before, .slick-next:before {
      font-size: 32px; } }

.slick-prev:before {
  content: "\f053"; }

.slick-next:before {
  content: "\f054"; }

.slick-prev, .slick-next {
  top: 20%;
  width: 44px;
  height: 44px;
  z-index: 1; }
  @media screen and (max-width: 800px) {
    .slick-prev, .slick-next {
      width: 32px;
      height: 32px; } }

.slick-prev {
  left: 0; }

.slick-next {
  right: 0; }

.slider-second {
  opacity: 0;
  transition: opacity .3s linear;
  max-width: 800px;
  width: 100%;
  margin: 0 auto; }

.slider-second.slick-initialized {
  opacity: 1; }

.drawer--top.drawer-open .drawer-nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--left.drawer-open .drawer-nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.drawer--top .drawer-hamburger {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  width: 32px;
  left: inherit;
  right: 0; }
.drawer--top .drawer-hamburger-icon {
  height: 2px;
  background-color: rgba(150, 150, 150, 0.5); }
  .drawer--top .drawer-hamburger-icon:before, .drawer--top .drawer-hamburger-icon:after {
    height: 2px;
    background-color: rgba(150, 150, 150, 0.5); }
  .drawer--top .drawer-hamburger-icon:before {
    top: -12px; }
  .drawer--top .drawer-hamburger-icon:after {
    top: 12px; }
.drawer--top.drawer-open .drawer-hamburger-icon {
  background-color: rgba(0, 0, 0, 0); }
  .drawer--top.drawer-open .drawer-hamburger-icon:before {
    top: 0px; }
  .drawer--top.drawer-open .drawer-hamburger-icon:after {
    top: 0px; }
.drawer--top .drawer-nav {
  width: 100%;
  left: 0;
  z-index: 101; }
.drawer--top.drawer-open .drawer-hamburger {
  left: inherit;
  right: 0; }
.drawer--top .drawer-hamburger {
  z-index: 11; }

.drawer-g-navi {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  position: relative; }
  .drawer-g-navi li {
    position: relative; }
    .drawer-g-navi li a {
      color: #000000;
      display: block;
      padding: 1em;
      border-bottom: 1px solid rgba(150, 150, 150, 0.5); }
      .drawer-g-navi li a:hover {
        background: rgba(0, 160, 233, 0.2); }
    .drawer-g-navi li.has-submenu > a {
      cursor: pointer;
      position: relative; }
      .drawer-g-navi li.has-submenu > a::before, .drawer-g-navi li.has-submenu > a::after {
        content: '';
        display: block;
        height: 2px;
        background-color: rgba(150, 150, 150, 0.5);
        position: absolute;
        right: 4%;
        width: 1em;
        top: 48%; }
      .drawer-g-navi li.has-submenu > a::before {
        transform: translateY(-50%) rotate(90deg);
        top: 50%; }
    .drawer-g-navi li.open > a::before {
      transform: rotate(180deg);
      transition: 0.2s; }
    .drawer-g-navi li.open > a::after {
      transform: rotate(180deg);
      transition: .2s;
      opacity: 0; }
    .drawer-g-navi li.close > a::before {
      transform: rotate(90deg);
      transition: 0.2s; }
    .drawer-g-navi li.close > a::after {
      transform: rotate(0deg);
      transition: .2s;
      opacity: 1; }
  .drawer-g-navi .dropdown {
    display: none;
    background: rgba(150, 150, 150, 0.1);
    padding: .4em 0; }
    .drawer-g-navi .dropdown li a {
      border: none;
      padding: .4em .8em; }
      .drawer-g-navi .dropdown li a:hover {
        background: rgba(0, 160, 233, 0.2); }

.drawer-g-navi {
  padding-top: 80px;
  font-size: 16px;
  font-size: 1.6rem; }

.drawer-sns {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 1.5em; }
  .drawer-sns li {
    position: relative; }
    .drawer-sns li a {
      color: rgba(0, 100, 200, 0.6);
      display: block;
      font-size: 32px;
      font-size: 3.2rem; }
      .drawer-sns li a:hover {
        background: rgba(0, 160, 233, 0.2); }

.drawer-overlay {
  z-index: 100; }

.grecaptcha-badge {
  z-index: 10000; }

.column-archive-pagenation .inner {
  max-width: 840px;
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    .column-archive-pagenation .inner {
      width: 92%; } }
  .column-archive-pagenation .inner .wp-pagenavi {
    text-align: center; }
    .column-archive-pagenation .inner .wp-pagenavi .pages {
      border: none; }
    .column-archive-pagenation .inner .wp-pagenavi .page {
      display: inline-block;
      min-width: 2em;
      border-color: rgba(150, 150, 150, 0.5);
      color: rgba(150, 150, 150, 0.5); }
      .column-archive-pagenation .inner .wp-pagenavi .page:hover {
        background: rgba(0, 100, 200, 0.6);
        opacity: 0.7;
        color: #FFF; }
    .column-archive-pagenation .inner .wp-pagenavi .current {
      display: inline-block;
      min-width: 2em;
      border-color: rgba(0, 100, 200, 0.6);
      color: rgba(0, 100, 200, 0.6); }
    .column-archive-pagenation .inner .wp-pagenavi .previouspostslink, .column-archive-pagenation .inner .wp-pagenavi .nextpostslink {
      border: none; }
      .column-archive-pagenation .inner .wp-pagenavi .previouspostslink:hover, .column-archive-pagenation .inner .wp-pagenavi .nextpostslink:hover {
        background: rgba(0, 100, 200, 0.6);
        opacity: 0.7;
        color: #FFF; }

.only_pc {
  display: inherit !important; }

.only_sp {
  display: none !important; }

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

  .only_sp {
    display: inherit !important; } }
