@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------
writing-mode mixin
    Usage:
        $orientation    v (vertical)
                        h (horizontal)
		$direction      rl (right to left)
						lr (left to right)
----------------------------------------------------------------------------------------------------------*/
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

/**
 * !!! 変数の定義 !!!
 * 変数は作りすぎず、デザインコンポーネント、もしくはシンボルを元に作成する
 * またGoogle Font等の特殊なウェブフォントの場合、そのフォント名を定義してわかりやすくする
 */
/**
 * !!! ブレークポイント !!!
 */
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

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

/**
 * !!! ページCSS基本設定 !!!
 * 基本的にこの箇所は操作しないようにする
 * ----------------ここから----------------
 */
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif; }

* {
  box-sizing: border-box; }

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

a {
  color: inherit;
  text-decoration: none; }

textarea {
  resize: vertical; }

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer; }

select::-ms-expand {
  display: none; }

.row {
  overflow: hidden;
  *zoom: 1; }

/**
 * ----------------ここまで----------------
 */
.inner {
  max-width: 1120px;
  padding: 0 60px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .inner {
      padding: 0 18px; } }

[data-trigger] {
  opacity: 0;
  transform: translate(0px, 20px);
  transition: opacity .6s, transform .6s; }
  [data-trigger].visible {
    opacity: 1;
    transform: translate(0px, 0px); }
  [data-trigger].delay01 {
    transition-delay: .2s; }
  [data-trigger].delay02 {
    transition-delay: .4s; }
  [data-trigger].delay03 {
    transition-delay: .6s; }
  [data-trigger].delay04 {
    transition-delay: .8s; }

[data-anim] .image img {
  opacity: 0;
  transform: translate(0px, 20px);
  transition: opacity .6s, transform .6s; }

[data-anim] .image.delay01 img {
  transition-delay: .2s; }

[data-anim] .image.delay02 img {
  transition-delay: .4s; }

[data-anim] .image.delay03 img {
  transition-delay: .6s; }

[data-anim] .image.delay04 img {
  transition-delay: .8s; }

[data-anim] .image.delay05 img {
  transition-delay: 1s; }

[data-anim].is-active .image img {
  opacity: 1;
  transform: translate(0px, 0px); }

main {
  padding-top: 80px; }
  @media only screen and (max-width: 767px) {
    main {
      padding-top: 60px; } }

.footer .inner {
  max-width: 1277px; }

.footer__top {
  padding: 80px 0px 64px; }
  @media only screen and (max-width: 767px) {
    .footer__top {
      padding: 40px 0px 50px; } }
  .footer__top .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      .footer__top .inner {
        display: block; } }
  .footer__top .right {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end; }
    @media only screen and (max-width: 767px) {
      .footer__top .right {
        display: block; } }

.footer__bottom {
  padding: 24px 0px;
  border-top: 1px solid #AFAFAF; }
  @media only screen and (max-width: 767px) {
    .footer__bottom {
      padding: 32px 0px; } }
  .footer__bottom .inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .footer__bottom .inner {
        flex-direction: column;
        align-items: flex-start; } }
  @media only screen and (max-width: 767px) {
    .footer__bottom .text {
      order: 2; } }
  .footer__bottom .text ul {
    margin-bottom: 9px;
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      .footer__bottom .text ul {
        margin-bottom: 10px; } }
    .footer__bottom .text ul li {
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.05em;
      line-height: 1.42857143;
      font-weight: 500;
      margin-right: 24px;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .footer__bottom .text ul li {
          font-size: 12px;
          font-size: 1.2rem;
          letter-spacing: 0.03em;
          line-height: 1.6;
          margin-right: 20px;
          margin-bottom: 10px; } }
      .footer__bottom .text ul li a {
        transition: color .3s; }
        @media only screen and (min-width: 768px) {
          .footer__bottom .text ul li a:hover {
            color: #8F8F8F; } }
  .footer__bottom .text p {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
    font-family: "Roboto", sans-serif;
    color: #282828; }
    @media only screen and (max-width: 767px) {
      .footer__bottom .text p {
        font-size: 11px;
        font-size: 1.1rem; } }
  .footer__bottom .image {
    width: 200px; }
    @media only screen and (max-width: 767px) {
      .footer__bottom .image {
        margin-bottom: 32px; } }

.footer__logo {
  display: block;
  width: 220px;
  margin-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .footer__logo {
      width: 190px;
      margin: 0 auto 40px; } }
  .footer__logo img {
    width: 100%; }

.footer__nav {
  display: flex;
  justify-content: flex-end; }
  @media only screen and (max-width: 767px) {
    .footer__nav {
      display: block; } }
  .footer__nav > ul {
    margin-left: 64px; }
    @media only screen and (max-width: 767px) {
      .footer__nav > ul {
        margin: 0; } }
    @media only screen and (max-width: 767px) {
      .footer__nav > ul:first-of-type {
        border-top: 1px solid #D9D9D9; } }
    .footer__nav > ul > li {
      margin-bottom: 40px;
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.05em;
      line-height: 1.4375;
      font-weight: 500; }
      @media only screen and (max-width: 767px) {
        .footer__nav > ul > li {
          margin: 0;
          font-size: 15px;
          font-size: 1.5rem;
          letter-spacing: 0.01em;
          line-height: 1.75;
          font-weight: 600;
          border-bottom: 1px solid #D9D9D9; } }
      .footer__nav > ul > li:last-of-type {
        margin-bottom: 0; }
      .footer__nav > ul > li > a {
        transition: color .3s; }
        @media only screen and (min-width: 768px) {
          .footer__nav > ul > li > a:hover {
            color: #8F8F8F; } }
        @media only screen and (max-width: 767px) {
          .footer__nav > ul > li > a {
            display: block;
            padding: 16px 6px; } }
      @media only screen and (max-width: 767px) {
        .footer__nav > ul > li .trigger {
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding: 16px 6px; }
          .footer__nav > ul > li .trigger:after {
            content: "";
            width: 14px;
            height: 8px;
            display: inline-block;
            background: url(../img/common/arrow_bottom.svg) center center/cover no-repeat;
            transition: transform .3s; }
          .footer__nav > ul > li .trigger.is-active:after {
            transform: rotate(180deg); } }
      .footer__nav > ul > li .child {
        margin-top: 16px; }
        @media only screen and (max-width: 767px) {
          .footer__nav > ul > li .child {
            margin-top: 0;
            padding: 0 18px 16px;
            display: none; } }
        .footer__nav > ul > li .child li {
          font-size: 13px;
          font-size: 1.3rem;
          letter-spacing: 0.05em;
          line-height: 1.46153846;
          font-weight: 500;
          color: #525252;
          margin-bottom: 16px; }
          .footer__nav > ul > li .child li:last-of-type {
            margin-bottom: 0; }
          @media only screen and (max-width: 767px) {
            .footer__nav > ul > li .child li {
              font-size: 15px;
              font-size: 1.5rem;
              letter-spacing: 0.01em;
              line-height: 1.75;
              margin-bottom: 15px; } }

.footer .c-demo {
  margin-left: 64px; }
  @media only screen and (max-width: 767px) {
    .footer .c-demo {
      margin: 40px 0 0; } }

.header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 40px 0 55px;
  background: #fff;
  z-index: 99; }
  @media only screen and (max-width: 767px) {
    .header {
      height: 60px;
      padding: 0 8px 0 20px; }
      .header:before {
        content: "";
        width: 100%;
        height: 60px;
        display: block;
        background: #fff;
        position: absolute;
        top: 0;
        left: 0;
        z-index: +1; } }
  .header .inner {
    padding: 0;
    max-width: 1185px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__logo {
    display: block;
    width: 150px; }
    @media only screen and (max-width: 767px) {
      .header__logo {
        width: 125px;
        position: relative;
        z-index: +1; } }
    .header__logo img {
      width: 100%; }
  .header .gnav {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media only screen and (max-width: 767px) {
      .header .gnav {
        width: 100%;
        height: 100%;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        display: block;
        padding: 92px 18px 60px;
        overflow-y: scroll;
        opacity: 0;
        visibility: hidden;
        transition: opacity .3s, visibility .3s; }
        .header .gnav.is-active {
          opacity: 1;
          visibility: visible; } }
    .header .gnav__list {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      @media only screen and (max-width: 767px) {
        .header .gnav__list {
          display: block; } }
      .header .gnav__list > li {
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 0.05em;
        line-height: 1.42857143;
        font-weight: 500;
        margin-left: 24px;
        transition: color .3s;
        padding: 0px 0 30px;
        margin-top: 30px; }
        @media only screen and (max-width: 767px) {
          .header .gnav__list > li {
            font-size: 15px;
            font-size: 1.5rem;
            letter-spacing: 0.01em;
            line-height: 1.75;
            font-weight: 600;
            border-bottom: 1px solid #D9D9D9;
            margin: 0;
            padding: 0; } }
        @media only screen and (max-width: 767px) {
          .header .gnav__list > li:first-of-type {
            border-top: 1px solid #D9D9D9; } }
        @media only screen and (min-width: 768px) {
          .header .gnav__list > li.has-menu:hover > a, .header .gnav__list > li.has-menu:hover > span {
            color: #0143CA; }
          .header .gnav__list > li.has-menu:hover svg path {
            fill: #0143CA; } }
        @media only screen and (min-width: 768px) {
          .header .gnav__list > li:hover .mega-menu {
            opacity: 1;
            visibility: visible;
            z-index: +1; } }
        @media only screen and (max-width: 767px) {
          .header .gnav__list > li > a:after {
            content: "";
            width: 20px;
            height: 20px;
            display: inline-block;
            background: url(../img/common/circle_arrow_right.svg) center center/cover no-repeat; } }
        .header .gnav__list > li .trigger.is-active svg {
          transform: rotate(180deg); }
        .header .gnav__list > li > a, .header .gnav__list > li > span {
          transition: color .3s; }
          @media only screen and (max-width: 767px) {
            .header .gnav__list > li > a, .header .gnav__list > li > span {
              display: flex;
              justify-content: space-between;
              align-items: center;
              padding: 16px 6px; } }
          @media only screen and (min-width: 768px) {
            .header .gnav__list > li > a:hover, .header .gnav__list > li > span:hover {
              color: #0143CA; }
              .header .gnav__list > li > a:hover svg path, .header .gnav__list > li > span:hover svg path {
                fill: #0143CA; } }
        .header .gnav__list > li svg {
          position: relative;
          top: -2px;
          margin-left: 2px; }
          @media only screen and (max-width: 767px) {
            .header .gnav__list > li svg {
              top: 0;
              width: 13px;
              height: auto;
              display: block;
              margin-right: 4px;
              transition: transform .3s; } }
          .header .gnav__list > li svg path {
            transition: fill .3s; }
            @media only screen and (max-width: 767px) {
              .header .gnav__list > li svg path {
                fill: #0143CA; } }
    .header .gnav .mega-menu {
      position: fixed;
      top: 80px;
      left: 0;
      width: 100%;
      background: #fff;
      padding: 32px;
      border-top: 1px solid #D9D9D9;
      opacity: 0;
      visibility: hidden;
      transition: opacity .3s, visibility .3s; }
      @media only screen and (max-width: 767px) {
        .header .gnav .mega-menu {
          opacity: 1;
          visibility: visible;
          position: static;
          padding: 0;
          padding-bottom: 16px;
          border: none;
          display: none; } }
      .header .gnav .mega-menu ul {
        max-width: 700px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        @media only screen and (max-width: 767px) {
          .header .gnav .mega-menu ul {
            display: block; } }
        .header .gnav .mega-menu ul li {
          width: 48.57142857%;
          margin-top: 20px;
          border-bottom: 1px solid #D9D9D9; }
          @media only screen and (max-width: 767px) {
            .header .gnav .mega-menu ul li {
              border: none;
              margin-top: 15px;
              width: 100%; } }
          @media only screen and (max-width: 767px) {
            .header .gnav .mega-menu ul li:first-of-type {
              margin-top: 0; } }
          @media only screen and (min-width: 768px) {
            .header .gnav .mega-menu ul li:nth-of-type(-n + 2) {
              margin-top: 0; } }
          .header .gnav .mega-menu ul li a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding-bottom: 5px; }
            @media only screen and (max-width: 767px) {
              .header .gnav .mega-menu ul li a {
                padding-bottom: 0; } }
            @media only screen and (min-width: 768px) {
              .header .gnav .mega-menu ul li a:hover .text strong {
                color: #0143CA; }
              .header .gnav .mega-menu ul li a:hover svg circle {
                fill: #0143CA; }
              .header .gnav .mega-menu ul li a:hover svg path {
                fill: #fff; } }
          .header .gnav .mega-menu ul li .text strong {
            display: block;
            font-size: 14px;
            font-size: 1.4rem;
            letter-spacing: 0.05em;
            line-height: 1.42857143;
            font-weight: 500;
            transition: color .3s; }
            @media only screen and (max-width: 767px) {
              .header .gnav .mega-menu ul li .text strong {
                font-size: 15px;
                font-size: 1.5rem;
                letter-spacing: 0.01em;
                line-height: 1.75;
                padding-left: 16px;
                position: relative;
                margin-left: 14px; } }
            @media only screen and (max-width: 767px) {
              .header .gnav .mega-menu ul li .text strong:before {
                content: "";
                width: 8px;
                height: 1px;
                display: inline-block;
                background: #0143CA;
                position: absolute;
                top: 12px;
                left: 0; } }
          .header .gnav .mega-menu ul li .text small {
            display: block;
            font-size: 10px;
            font-size: 1rem;
            letter-spacing: 0.05em;
            line-height: 1.4;
            font-weight: 500;
            color: #959595;
            margin-top: 9px; }
          .header .gnav .mega-menu ul li svg {
            width: 20px; }
            @media only screen and (max-width: 767px) {
              .header .gnav .mega-menu ul li svg {
                display: none; } }
            .header .gnav .mega-menu ul li svg circle {
              fill: transparent;
              transition: .3s; }
            .header .gnav .mega-menu ul li svg path {
              transition: .3s; }
    .header .gnav .btn-col {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      margin-left: 32px; }
      @media only screen and (max-width: 767px) {
        .header .gnav .btn-col {
          margin: 12px 0 0;
          flex-direction: column-reverse; } }
      .header .gnav .btn-col .c-btn {
        width: 132px;
        height: 32px;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 8px 8px 9px;
        margin-left: 10px; }
        @media only screen and (max-width: 767px) {
          .header .gnav .btn-col .c-btn {
            width: 100%;
            height: 47px;
            font-size: 15px;
            font-size: 1.5rem;
            margin: 20px 0 0; } }

@media only screen and (max-width: 767px) {
  .c-btn.fix {
    width: 82px;
    height: 32px;
    padding: 2px;
    font-size: 13px;
    font-size: 1.3rem;
    position: fixed;
    top: 14px;
    right: 62px;
    z-index: +1; } }

.hamburger {
  width: 43px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color .3s;
  position: relative;
  z-index: +1; }
  .hamburger.is-active .hamburger__inner span:nth-of-type(1) {
    transform: rotate(135deg);
    top: 7px; }
  .hamburger.is-active .hamburger__inner span:nth-of-type(2) {
    opacity: 0; }
  .hamburger.is-active .hamburger__inner span:nth-of-type(3) {
    transform: rotate(-135deg);
    bottom: 7px; }
  .hamburger__inner {
    width: 23px;
    height: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .hamburger__inner span {
      width: 23px;
      height: 1px;
      display: block;
      background: #000;
      transition: opacity .3s, transform .3s, top .3s, bottom .3s, background-color .3s; }
      .hamburger__inner span:nth-of-type(1) {
        position: absolute;
        top: 0;
        left: 0; }
      .hamburger__inner span:nth-of-type(3) {
        position: absolute;
        bottom: 0;
        left: 0; }

.mask {
  position: fixed;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 90;
  opacity: 0;
  transition: opacity .3s; }
  .mask.is-active {
    opacity: 1; }

.c-title01.border {
  position: relative;
  padding-left: 26px; }
  @media only screen and (max-width: 767px) {
    .c-title01.border {
      padding-left: 13px; } }
  .c-title01.border:before {
    content: "";
    width: 6px;
    height: calc(100% - 16px);
    display: block;
    background: #0143CA;
    position: absolute;
    top: 10px;
    left: 0px; }
    @media only screen and (max-width: 767px) {
      .c-title01.border:before {
        width: 3px;
        height: calc(100% - 8px);
        top: 5px; } }

.c-title01 .jp {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-weight: 600;
  margin-right: 20px;
  word-break: keep-all; }
  @media only screen and (max-width: 767px) {
    .c-title01 .jp {
      font-size: 24px;
      font-size: 2.4rem;
      letter-spacing: 0.02em;
      margin-right: 12px;
      word-break: break-all; } }

.c-title01 .en {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #0143CA; }
  @media only screen and (max-width: 767px) {
    .c-title01 .en {
      font-size: 16px;
      font-size: 1.6rem;
      border-width: 1px;
      display: inline-block; } }
  .c-title01 .en:before {
    content: "";
    width: 2px;
    height: 21px;
    display: inline-block;
    background: #0143CA;
    margin-right: 12px;
    position: relative;
    top: 2px; }
    @media only screen and (max-width: 767px) {
      .c-title01 .en:before {
        width: 1px;
        height: 12px;
        margin-right: 8px;
        top: 0px; } }

.c-title02 {
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .c-title02 {
      font-size: 20px;
      font-size: 2rem; } }
  .c-title02.border {
    position: relative;
    padding-left: 18px; }
    @media only screen and (max-width: 767px) {
      .c-title02.border {
        padding-left: 9px; } }
    .c-title02.border:before {
      content: "";
      width: 6px;
      height: calc(100% - 16px);
      display: block;
      background: #0143CA;
      position: absolute;
      top: 10px;
      left: 0px; }
      @media only screen and (max-width: 767px) {
        .c-title02.border:before {
          width: 3px;
          height: calc(100% - 8px);
          top: 5px; } }

.c-title03 {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .c-title03 {
      font-size: 18px;
      font-size: 1.8rem;
      letter-spacing: 0.05em; } }

.c-title04 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .c-title04 {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5; } }

.c-title05 {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .c-title05 {
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.03em;
      line-height: 1.5; } }

.c-title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 24px;
  color: #0143CA; }
  @media only screen and (max-width: 767px) {
    .c-title {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.75;
      margin-bottom: 10px; } }
  .c-title:after {
    content: "";
    width: 20px;
    height: 2px;
    display: block;
    background: #0143CA;
    margin: 2px 0 0; }
    @media only screen and (max-width: 767px) {
      .c-title:after {
        width: 10px;
        margin-top: 0px;
        position: relative;
        top: -2px; } }

.c-text01 {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    .c-text01 {
      font-size: 15px;
      font-size: 1.5rem;
      letter-spacing: 0.01em; } }

.c-attention {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    .c-attention {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.6; } }

.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.44444444;
  font-weight: 500;
  border-radius: 4px;
  color: #fff;
  padding: 15px 24px;
  position: relative;
  transition: .3s; }
  @media only screen and (max-width: 767px) {
    .c-btn {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.43333333;
      padding: 11px 12px;
      border-radius: 2px; } }
  .c-btn.orange {
    border: 1px solid transparent;
    border-left: none;
    border-right: none;
    background: linear-gradient(to right, #FFA647, #F45714); }
    .c-btn.orange:before {
      content: "";
      width: calc(100% - 2px);
      height: calc(100% - 0px);
      position: absolute;
      top: 0px;
      left: 1px;
      display: block;
      background: #fff;
      border-radius: 3px;
      transition: opacity .3s;
      opacity: 0; }
    @media only screen and (min-width: 768px) {
      .c-btn.orange:hover {
        color: #FF6600; }
        .c-btn.orange:hover:before {
          opacity: 1; } }
  .c-btn.blue {
    border: 1px solid #0143CA;
    background: #0143CA; }
    @media only screen and (min-width: 768px) {
      .c-btn.blue:hover {
        background: #fff;
        color: #0143CA; }
        .c-btn.blue:hover svg path {
          fill: #0143CA; } }
  .c-btn.white {
    border: 1px solid #0143CA;
    background: #fff;
    color: #0143CA; }
    @media only screen and (min-width: 768px) {
      .c-btn.white:hover {
        background: #0143CA;
        color: #fff; }
        .c-btn.white:hover svg path {
          fill: #fff; } }
  .c-btn span {
    position: relative; }
  @media only screen and (max-width: 767px) {
    .c-btn svg {
      width: 5px; } }
  .c-btn svg path {
    transition: fill .3s; }

.c-breadcrumb {
  padding: 20px 0; }
  @media only screen and (max-width: 767px) {
    .c-breadcrumb {
      padding: 16px 0; } }
  .c-breadcrumb .inner {
    max-width: 1282px; }
  .c-breadcrumb ul {
    display: flex; }
    .c-breadcrumb ul li {
      font-size: 13px;
      font-size: 1.3rem;
      letter-spacing: 0.8px;
      line-height: 1.75;
      white-space: nowrap; }
      @media only screen and (max-width: 767px) {
        .c-breadcrumb ul li {
          font-size: 14px;
          font-size: 1.4rem; } }
      .c-breadcrumb ul li:last-of-type {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis; }
        .c-breadcrumb ul li:last-of-type:after {
          content: none; }
      .c-breadcrumb ul li a {
        color: #000000; }
      .c-breadcrumb ul li span {
        color: #676767; }
      .c-breadcrumb ul li:after {
        content: "";
        width: 4px;
        height: 6px;
        display: inline-block;
        background: url(../img/common/arrow_right_small.svg) center center/cover no-repeat;
        margin: 0 8px 0 5px;
        position: relative;
        top: -2px; }
        @media only screen and (max-width: 767px) {
          .c-breadcrumb ul li:after {
            width: 5px;
            height: 7px;
            margin: 0 7px 0 2px;
            top: -1px; } }

.c-events-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%; }
  @media only screen and (max-width: 767px) {
    .c-events-list {
      display: block; } }
  .c-events-list li {
    width: 30.666666667%;
    margin-top: 4%;
    border-radius: 4px;
    overflow: hidden;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
    will-change: filter; }
    @media only screen and (max-width: 767px) {
      .c-events-list li {
        width: 100%;
        margin: 32px 0 0;
        filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.1)); } }
    @media only screen and (max-width: 767px) {
      .c-events-list li:first-of-type {
        margin-top: 0; } }
    @media only screen and (min-width: 768px) {
      .c-events-list li:nth-of-type(-n + 3) {
        margin-top: 0; } }
    .c-events-list li a {
      display: flex;
      flex-direction: column;
      height: 100%;
      background: #fff; }
      @media only screen and (min-width: 768px) {
        .c-events-list li a:hover .thumb img {
          transform: scale(1.06); }
        .c-events-list li a:hover .thumb:after {
          opacity: 1; }
        .c-events-list li a:hover .text:after {
          background: url(../img/common/arrow_right_hover.svg) center center/cover no-repeat; } }
    .c-events-list li .thumb {
      aspect-ratio: 307/152;
      position: relative;
      overflow: hidden; }
      @media only screen and (max-width: 767px) {
        .c-events-list li .thumb {
          aspect-ratio: 678/337; } }
      .c-events-list li .thumb:after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(255, 255, 255, 0.3);
        pointer-events: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity .3s; }
      .c-events-list li .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        transition: transform .3s; }
    .c-events-list li .text {
      background: #fff;
      padding: 16px 20px 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .c-events-list li .text {
          padding: 16px 20px 20px; } }
      .c-events-list li .text:after {
        content: "";
        width: 18px;
        height: 16px;
        display: block;
        background: url(../img/common/arrow_right.svg) center center/cover no-repeat;
        transition: background-image .3s;
        position: absolute;
        right: 20px;
        bottom: 22px; }
      .c-events-list li .text .c-title05 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3; }
      .c-events-list li .text .cate-list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 16px; }
        @media only screen and (max-width: 767px) {
          .c-events-list li .text .cate-list {
            margin-top: 10px; } }
        .c-events-list li .text .cate-list .cate {
          display: inline-block;
          font-size: 13px;
          font-size: 1.3rem;
          letter-spacing: 0.03em;
          line-height: 1;
          padding: 5px 6px;
          background: #fff;
          border: 1px solid #C1C1C1;
          border-radius: 2px;
          margin-right: 6px;
          font-feature-settings: "palt"; }
          @media only screen and (max-width: 767px) {
            .c-events-list li .text .cate-list .cate {
              padding: 6px;
              margin-right: 3px; } }
          .c-events-list li .text .cate-list .cate.lt-blue {
            background: #AADAFF;
            border-color: #AADAFF; }
          .c-events-list li .text .cate-list .cate.lt-gray {
            background: #E8E8E8;
            border-color: #E8E8E8; }
          .c-events-list li .text .cate-list .cate.gray {
            background: #C1C1C1;
            border-color: #C1C1C1; }
      .c-events-list li .text .schedule {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.6;
        font-weight: 500;
        margin-top: 10px; }
        @media only screen and (max-width: 767px) {
          .c-events-list li .text .schedule {
            font-size: 12px;
            font-size: 1.2rem;
            letter-spacing: 0.03em;
            margin-top: 27px;
            font-weight: 400; } }

.c-case-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%; }
  @media only screen and (max-width: 767px) {
    .c-case-list {
      display: block; } }
  .c-case-list li {
    width: 30.666666667%;
    margin-top: 4%;
    border-radius: 4px;
    overflow: hidden;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
    will-change: filter; }
    @media only screen and (max-width: 767px) {
      .c-case-list li {
        width: 100%;
        margin: 32px 0 0;
        filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.1)); } }
    @media only screen and (max-width: 767px) {
      .c-case-list li:first-of-type {
        margin-top: 0; } }
    @media only screen and (min-width: 768px) {
      .c-case-list li:nth-of-type(-n + 3) {
        margin-top: 0; } }
    .c-case-list li a {
      display: flex;
      flex-direction: column;
      height: 100%;
      background: #fff; }
      @media only screen and (min-width: 768px) {
        .c-case-list li a:hover .thumb img {
          transform: scale(1.06); }
        .c-case-list li a:hover .thumb:after {
          opacity: 1; }
        .c-case-list li a:hover .text:after {
          background: url(../img/common/arrow_right_hover.svg) center center/cover no-repeat; } }
    .c-case-list li .thumb {
      aspect-ratio: 307/188;
      position: relative;
      overflow: hidden; }
      @media only screen and (max-width: 767px) {
        .c-case-list li .thumb {
          aspect-ratio: 678/414; } }
      .c-case-list li .thumb:after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(255, 255, 255, 0.3);
        pointer-events: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity .3s; }
      .c-case-list li .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        transition: transform .3s; }
    .c-case-list li .text {
      background: #fff;
      padding: 20px 20px 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .c-case-list li .text {
          padding: 16px 20px 20px; } }
      .c-case-list li .text:after {
        content: "";
        width: 18px;
        height: 16px;
        display: block;
        background: url(../img/common/arrow_right.svg) center center/cover no-repeat;
        position: absolute;
        right: 20px;
        bottom: 22px; }
      .c-case-list li .text > div {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
      .c-case-list li .text .c-attention {
        color: #676767;
        display: block;
        margin-top: 4px; }
        @media only screen and (max-width: 767px) {
          .c-case-list li .text .c-attention {
            margin-top: 5px; } }
      .c-case-list li .text .c-title05 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3; }
      .c-case-list li .text .cate-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 8px; }
        @media only screen and (max-width: 767px) {
          .c-case-list li .text .cate-logo {
            margin-top: 12px; } }
        .c-case-list li .text .cate-logo .cate-wrap {
          display: flex;
          flex-wrap: wrap; }
        .c-case-list li .text .cate-logo .cate {
          display: inline-block;
          font-size: 13px;
          font-size: 1.3rem;
          letter-spacing: 0;
          line-height: 1;
          padding: 6px 6px;
          background: #fff;
          border: 1px solid #C1C1C1;
          border-radius: 2px;
          margin-right: 3px;
          margin-bottom: 3px;
          font-feature-settings: "palt"; }
          @media only screen and (max-width: 767px) {
            .c-case-list li .text .cate-logo .cate {
              padding: 4px 6px; } }
        .c-case-list li .text .cate-logo .logo {
          width: 135px;
          height: 57px;
          display: flex;
          align-items: center;
          justify-content: center;
          flex-shrink: 0; }
          @media only screen and (max-width: 767px) {
            .c-case-list li .text .cate-logo .logo {
              width: 130px;
              height: 55px; } }

.c-knowhow-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%; }
  @media only screen and (max-width: 767px) {
    .c-knowhow-list {
      display: block; } }
  .c-knowhow-list li {
    width: 30.666666667%;
    margin-top: 4%;
    border-radius: 4px;
    overflow: hidden;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
    will-change: filter; }
    @media only screen and (max-width: 767px) {
      .c-knowhow-list li {
        width: 100%;
        margin: 32px 0 0;
        filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.1)); } }
    @media only screen and (max-width: 767px) {
      .c-knowhow-list li:first-of-type {
        margin-top: 0; } }
    @media only screen and (min-width: 768px) {
      .c-knowhow-list li:nth-of-type(-n + 3) {
        margin-top: 0; } }
    .c-knowhow-list li a {
      display: flex;
      flex-direction: column;
      height: 100%;
      background: #fff; }
      @media only screen and (min-width: 768px) {
        .c-knowhow-list li a:hover .thumb img {
          transform: scale(1.06); }
        .c-knowhow-list li a:hover .thumb:after {
          opacity: 1; }
        .c-knowhow-list li a:hover .text:after {
          background: url(../img/common/arrow_right_hover.svg) center center/cover no-repeat; } }
    .c-knowhow-list li .thumb {
      aspect-ratio: 307/173;
      position: relative;
      overflow: hidden; }
      @media only screen and (max-width: 767px) {
        .c-knowhow-list li .thumb {
          aspect-ratio: 678/381; } }
      .c-knowhow-list li .thumb:after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(255, 255, 255, 0.3);
        pointer-events: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity .3s; }
      .c-knowhow-list li .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        transition: transform .3s; }
    .c-knowhow-list li .text {
      background: #fff;
      padding: 16px 20px 20px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .c-knowhow-list li .text {
          padding: 16px 20px 20px; } }
      .c-knowhow-list li .text:after {
        content: "";
        width: 18px;
        height: 16px;
        display: block;
        background: url(../img/common/arrow_right.svg) center center/cover no-repeat;
        position: absolute;
        right: 20px;
        bottom: 22px; }
      .c-knowhow-list li .text .c-attention {
        display: block;
        color: #676767;
        line-height: 1.5;
        margin-top: 12px;
        position: relative;
        bottom: -1px; }
        @media only screen and (max-width: 767px) {
          .c-knowhow-list li .text .c-attention {
            margin-top: 10px; } }
      .c-knowhow-list li .text .c-title05 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3; }

.c-documents-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%; }
  @media only screen and (max-width: 767px) {
    .c-documents-list {
      display: block; } }
  .c-documents-list li {
    width: 30.666666667%;
    margin-top: 4%;
    border-radius: 4px;
    overflow: hidden;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
    will-change: filter; }
    @media only screen and (max-width: 767px) {
      .c-documents-list li {
        width: 100%;
        margin: 32px 0 0;
        filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.1)); } }
    @media only screen and (max-width: 767px) {
      .c-documents-list li:first-of-type {
        margin-top: 0; } }
    @media only screen and (min-width: 768px) {
      .c-documents-list li:nth-of-type(-n + 3) {
        margin-top: 0; } }
    .c-documents-list li a {
      display: flex;
      flex-direction: column;
      height: 100%;
      background: #fff; }
      @media only screen and (min-width: 768px) {
        .c-documents-list li a:hover .thumb img {
          transform: scale(1.06); }
        .c-documents-list li a:hover .thumb:after {
          opacity: 1; }
        .c-documents-list li a:hover .text:after {
          background: url(../img/common/arrow_right_hover.svg) center center/cover no-repeat; } }
    .c-documents-list li .thumb {
      aspect-ratio: 307/173;
      position: relative;
      overflow: hidden; }
      @media only screen and (max-width: 767px) {
        .c-documents-list li .thumb {
          aspect-ratio: 678/381; } }
      .c-documents-list li .thumb:after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(255, 255, 255, 0.3);
        pointer-events: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity .3s; }
      .c-documents-list li .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        transition: transform .3s; }
    .c-documents-list li .text {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background: #fff;
      padding: 16px 20px 48px;
      flex-grow: 1;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .c-documents-list li .text {
          padding: 16px 20px 46px; } }
      .c-documents-list li .text:after {
        content: "";
        width: 18px;
        height: 16px;
        display: block;
        background: url(../img/common/arrow_right.svg) center center/cover no-repeat;
        position: absolute;
        right: 20px;
        bottom: 22px; }
      .c-documents-list li .text .c-title05 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3; }
      .c-documents-list li .text .c-attention {
        color: #676767;
        margin-top: 12px; }

.c-demo {
  border-radius: 4px;
  background: linear-gradient(135deg, #E4F5FF 33%, #B5CDFF);
  padding: 12px;
  display: block;
  width: 284px; }
  @media only screen and (max-width: 767px) {
    .c-demo {
      width: 100%;
      padding: 20px; } }
  .c-demo__image {
    border-radius: 4px;
    overflow: hidden; }
  .c-demo__text {
    text-align: center;
    margin-top: 10px; }
    @media only screen and (max-width: 767px) {
      .c-demo__text {
        margin-top: 8px; } }
    .c-demo__text strong {
      display: block;
      color: #0143CA; }
    .c-demo__text small {
      display: block;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.05em;
      line-height: 1.5;
      font-weight: 500;
      color: #424242;
      margin-top: 4px; }
      @media only screen and (max-width: 767px) {
        .c-demo__text small {
          font-size: 12px;
          font-size: 1.2rem;
          letter-spacing: 0.03em;
          line-height: 1.6; } }
    .c-demo__text .c-btn {
      margin-top: 16px;
      width: 100%;
      height: 36px;
      font-size: 16px;
      font-size: 1.6rem;
      padding: 10px; }
      @media only screen and (max-width: 767px) {
        .c-demo__text .c-btn {
          margin-top: 12px;
          height: 42px;
          font-size: 13px;
          font-size: 1.3rem; } }

.c-category-search {
  max-width: 1000px;
  margin: 0 auto;
  border: 1px solid #0143CA;
  background: #E9F6FF;
  padding: 24px;
  border-radius: 4px; }
  @media only screen and (max-width: 767px) {
    .c-category-search {
      padding: 20px 12px 20px 20px;
      border-radius: 2px; } }
  .c-category-search .c-title04 {
    display: block;
    margin-bottom: 4px;
    padding-left: 18px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .c-category-search .c-title04 {
        padding-left: 12px;
        margin-bottom: 6px; } }
    .c-category-search .c-title04:before {
      content: "";
      width: 10px;
      height: 10px;
      display: inline-block;
      background: #0143CA;
      border-radius: 50%;
      position: absolute;
      top: 12px;
      left: 0; }
      @media only screen and (max-width: 767px) {
        .c-category-search .c-title04:before {
          width: 8px;
          height: 8px;
          top: 10px; } }
  .c-category-search__list {
    display: flex;
    flex-wrap: wrap; }
    .c-category-search__list li {
      margin-right: 12px;
      margin-top: 12px; }
      @media only screen and (max-width: 767px) {
        .c-category-search__list li {
          margin-right: 6px;
          margin-top: 6px; } }
      .c-category-search__list li a {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0.03em;
        line-height: 1;
        padding: 7px 10px;
        background: #fff;
        border: 1px solid #C1C1C1;
        border-radius: 2px;
        display: block;
        transition: color .3s, border .3s; }
        @media only screen and (max-width: 767px) {
          .c-category-search__list li a {
            font-size: 15px;
            font-size: 1.5rem;
            padding: 7px 10px; } }
        .c-category-search__list li a:hover {
          color: #0143CA;
          border: 1px solid #0143CA; }

.c-search-box__tab {
  display: flex; }
  .c-search-box__tab > div {
    width: 50%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C1C1C1;
    border-radius: 6px 6px 0 0;
    background: #F7F7F7;
    transition: color .3s, background-color .3s, border .3s;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .c-search-box__tab > div {
        height: 50px;
        border-radius: 2px 2px 0 0; } }
    @media only screen and (min-width: 768px) {
      .c-search-box__tab > div:hover {
        color: #676767;
        background: #FFFFFF; } }
    .c-search-box__tab > div.current {
      background: #0143CA;
      color: #fff;
      border: 1px solid #0143CA; }

.c-search-box__box {
  margin-top: -1px;
  position: relative; }
  .c-search-box__box .c-category-search {
    display: none;
    max-width: 100%;
    border-radius: 0 0 6px 6px;
    padding-top: 12px; }
    @media only screen and (max-width: 767px) {
      .c-search-box__box .c-category-search {
        padding-top: 12px;
        border-radius: 0 0 2px 2px; } }

.navigation.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 64px; }
  @media only screen and (max-width: 767px) {
    .navigation.pagination {
      margin-top: 50px; } }
  .navigation.pagination .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center; }
  .navigation.pagination span, .navigation.pagination a {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #C1C1C1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin: 0 5px;
    transition: color .3s, background-color .3s, border .3s; }
    @media only screen and (max-width: 767px) {
      .navigation.pagination span, .navigation.pagination a {
        width: 28px;
        height: 28px; } }
    @media only screen and (min-width: 768px) {
      .navigation.pagination span:hover, .navigation.pagination a:hover {
        border: 1px solid #0143CA; } }
  .navigation.pagination .current {
    background: #0143CA;
    color: #fff;
    border: 1px solid #0143CA; }
  .navigation.pagination .dots {
    border: none;
    width: auto;
    height: auto; }
  .navigation.pagination .prev, .navigation.pagination .next {
    border: none; }
    .navigation.pagination .prev:hover, .navigation.pagination .next:hover {
      border: none; }
  .navigation.pagination .prev {
    margin-right: 0; }
    .navigation.pagination .prev:after {
      content: "";
      width: 8px;
      height: 14px;
      display: inline-block;
      background: url(../img/common/arrow_left_nav.svg) center center/cover no-repeat; }
  .navigation.pagination .next {
    margin-left: 0; }
    .navigation.pagination .next:after {
      content: "";
      width: 8px;
      height: 14px;
      display: inline-block;
      background: url(../img/common/arrow_right_nav.svg) center center/cover no-repeat; }

.c-logo-slider {
  overflow: hidden; }
  .c-logo-slider__list {
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: auto; }
    .c-logo-slider__list li {
      width: 160px;
      margin-right: 20px; }
      @media only screen and (max-width: 767px) {
        .c-logo-slider__list li {
          width: 120px;
          margin-right: 10px; } }
  .c-logo-slider .swiper {
    overflow: visible; }
    .c-logo-slider .swiper .swiper-wrapper {
      transition-timing-function: linear !important; }
    .c-logo-slider .swiper .swiper-slide {
      width: auto; }
  .c-logo-slider.delay .swiper .swiper-wrapper {
    margin-left: 100px; }

.c-main-slider {
  max-width: 1000px;
  margin: 0 auto; }
  .c-main-slider__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 24px; }
    @media only screen and (max-width: 767px) {
      .c-main-slider__nav {
        margin-top: 25px; } }
    .c-main-slider__nav .swiper-button-prev {
      position: static;
      width: 8px;
      height: 13px;
      margin: 0;
      margin-right: 12px; }
      .c-main-slider__nav .swiper-button-prev:after {
        content: "";
        width: 8px;
        height: 13px;
        display: inline-block;
        background: url(../img/common/arrow_left_nav.svg) center center/cover no-repeat; }
    .c-main-slider__nav .swiper-button-next {
      position: static;
      width: 8px;
      height: 13px;
      margin: 0;
      margin-left: 12px; }
      .c-main-slider__nav .swiper-button-next:after {
        content: "";
        width: 8px;
        height: 13px;
        display: inline-block;
        background: url(../img/common/arrow_right_nav.svg) center center/cover no-repeat; }
    .c-main-slider__nav .swiper-pagination {
      position: static;
      display: flex;
      align-items: center;
      justify-content: center;
      width: max-content;
      margin: 0 auto; }
      .c-main-slider__nav .swiper-pagination .swiper-pagination-bullet {
        margin: 0 4px;
        padding: 0;
        opacity: 1;
        background: #C1C1C1;
        width: 12px;
        height: 12px;
        border-radius: 50%; }
        @media only screen and (max-width: 767px) {
          .c-main-slider__nav .swiper-pagination .swiper-pagination-bullet {
            width: 8px;
            height: 8px;
            margin: 0 4px; } }
      .c-main-slider__nav .swiper-pagination .swiper-pagination-bullet-active {
        width: 16px;
        height: 16px;
        background: #0143CA; }
        @media only screen and (max-width: 767px) {
          .c-main-slider__nav .swiper-pagination .swiper-pagination-bullet-active {
            width: 12px;
            height: 12px; } }
  .c-main-slider .swiper {
    overflow: visible; }
  .c-main-slider .swiper-slide {
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
    background: #fff;
    height: auto;
    will-change: filter; }
    @media only screen and (max-width: 767px) {
      .c-main-slider .swiper-slide {
        flex-direction: column; } }
    @media only screen and (min-width: 768px) {
      .c-main-slider .swiper-slide:hover .thumb img {
        transform: scale(1.06); }
      .c-main-slider .swiper-slide:hover .thumb:after {
        opacity: 1; }
      .c-main-slider .swiper-slide:hover .text:after {
        background: url(../img/common/arrow_right_hover.svg) center center/cover no-repeat; } }
    .c-main-slider .swiper-slide .thumb {
      width: 62%;
      aspect-ratio: 620/349;
      position: relative;
      overflow: hidden; }
      @media only screen and (max-width: 767px) {
        .c-main-slider .swiper-slide .thumb {
          width: 100%;
          aspect-ratio: 678/414; } }
      .c-main-slider .swiper-slide .thumb.tall {
        aspect-ratio: 620/349; }
        @media only screen and (max-width: 767px) {
          .c-main-slider .swiper-slide .thumb.tall {
            aspect-ratio: 678/420; } }
      .c-main-slider .swiper-slide .thumb:after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background: rgba(255, 255, 255, 0.3);
        pointer-events: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: opacity .3s; }
      .c-main-slider .swiper-slide .thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        position: absolute;
        top: 0;
        left: 0;
        transition: transform .3s; }
    .c-main-slider .swiper-slide .text {
      width: 38%;
      padding: 50px 40px 20px 40px;
      position: relative;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        .c-main-slider .swiper-slide .text {
          width: 100%;
          padding: 16px 20px 20px; } }
      .c-main-slider .swiper-slide .text:after {
        content: "";
        width: 18px;
        height: 16px;
        display: inline-block;
        background: url(../img/common/arrow_right.svg) center center/cover no-repeat;
        position: absolute;
        right: 20px;
        bottom: 22px;
        transition: background-image .3s; }
      .c-main-slider .swiper-slide .text .c-attention {
        color: #676767;
        margin-top: 4px; }
      .c-main-slider .swiper-slide .text .c-title03 {
        display: block;
        margin-bottom: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3; }
      .c-main-slider .swiper-slide .text .cate-list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 26px;
        margin-bottom: 14px; }
        @media only screen and (max-width: 767px) {
          .c-main-slider .swiper-slide .text .cate-list {
            margin-top: 0px;
            margin-bottom: 12px; } }
        .c-main-slider .swiper-slide .text .cate-list li {
          margin-top: 6px;
          margin-right: 6px; }
          @media only screen and (max-width: 767px) {
            .c-main-slider .swiper-slide .text .cate-list li {
              margin-top: 8px;
              margin-right: 8px; } }
          .c-main-slider .swiper-slide .text .cate-list li a, .c-main-slider .swiper-slide .text .cate-list li span {
            padding: 6px;
            border-radius: 2px;
            border: 1px solid #C1C1C1;
            display: inline-block;
            font-size: 13px;
            font-size: 1.3rem;
            letter-spacing: 0.03em;
            line-height: 1; }
            @media only screen and (max-width: 767px) {
              .c-main-slider .swiper-slide .text .cate-list li a, .c-main-slider .swiper-slide .text .cate-list li span {
                font-size: 12px;
                font-size: 1.2rem;
                padding: 5px 7px; } }
      .c-main-slider .swiper-slide .text .cate-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 12px; }
        @media only screen and (max-width: 767px) {
          .c-main-slider .swiper-slide .text .cate-logo {
            margin-top: 4px; } }
        .c-main-slider .swiper-slide .text .cate-logo .cate {
          display: inline-block;
          font-size: 13px;
          font-size: 1.3rem;
          letter-spacing: 0.03em;
          line-height: 1;
          font-feature-settings: "palt";
          padding: 6px;
          background: #fff;
          border: 1px solid #C1C1C1;
          border-radius: 2px;
          margin-right: 3px;
          margin-bottom: 3px; }
          @media only screen and (max-width: 767px) {
            .c-main-slider .swiper-slide .text .cate-logo .cate {
              font-size: 12px;
              font-size: 1.2rem;
              padding: 2px 6px 3px; } }
        .c-main-slider .swiper-slide .text .cate-logo .logo {
          width: 160px;
          height: 68px;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media only screen and (max-width: 767px) {
            .c-main-slider .swiper-slide .text .cate-logo .logo {
              width: 130px; } }
      .c-main-slider .swiper-slide .text .pick-up {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0.03em;
        line-height: 1.75;
        font-weight: 500;
        font-family: "Roboto", sans-serif;
        color: #fff;
        display: flex;
        position: absolute;
        top: 0;
        right: 0; }
        @media only screen and (max-width: 767px) {
          .c-main-slider .swiper-slide .text .pick-up {
            top: -40px;
            right: auto;
            left: 0;
            font-size: 16px;
            font-size: 1.6rem; } }
        .c-main-slider .swiper-slide .text .pick-up:after {
          content: "";
          width: 12px;
          height: 32px;
          display: block;
          background: #D1ECFF;
          margin-left: 4px; }
          @media only screen and (max-width: 767px) {
            .c-main-slider .swiper-slide .text .pick-up:after {
              width: 6px;
              height: 30px;
              margin: 0 2px 0 0; } }
        .c-main-slider .swiper-slide .text .pick-up span {
          background: #0143CA;
          display: inline-block;
          padding: 2px 13px;
          border-radius: 0 0 0 4px; }
          @media only screen and (max-width: 767px) {
            .c-main-slider .swiper-slide .text .pick-up span {
              padding: 1px 8px;
              order: 2;
              border-radius: 0 3px 3px 0; } }

.c-request {
  background: #0143CA;
  border-radius: 4px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .c-request {
      border-radius: 2px;
      padding: 32px 20px;
      flex-direction: column; } }
  .c-request__image {
    width: 48.14814815%;
    filter: drop-shadow(3px 3px 15px rgba(0, 0, 0, 0.2));
    will-change: filter; }
    @media only screen and (max-width: 767px) {
      .c-request__image {
        width: 100%;
        filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.2));
        margin-bottom: 12px; } }
  .c-request__text {
    width: 48.14814815%; }
    @media only screen and (max-width: 767px) {
      .c-request__text {
        width: 100%; } }
    .c-request__text .c-title01 {
      display: block;
      color: #fff;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .c-request__text .c-title01 {
          margin-bottom: 6px; } }
    .c-request__text .c-text01 {
      color: #fff;
      margin-bottom: 40px; }
      @media only screen and (max-width: 767px) {
        .c-request__text .c-text01 {
          margin-bottom: 20px; } }
    .c-request__text .c-btn {
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .c-request__text .c-btn {
          padding: 11px 12px; } }

.c-cate-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px; }
  @media only screen and (max-width: 767px) {
    .c-cate-list {
      margin-bottom: 17px; } }
  .c-cate-list li {
    margin-bottom: 12px;
    margin-right: 12px; }
    @media only screen and (max-width: 767px) {
      .c-cate-list li {
        margin-right: 8px;
        margin-bottom: 8px; } }
    .c-cate-list li a {
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.03em;
      font-feature-settings: "palt";
      border-radius: 2px;
      padding: 7px 10px 8px;
      border: 1px solid #C1C1C1;
      background: #fff;
      display: inline-block;
      transition: color .3s, border .3s; }
      @media only screen and (max-width: 767px) {
        .c-cate-list li a {
          font-size: 15px;
          font-size: 1.5rem;
          padding: 7px 10px 8px; } }
      .c-cate-list li a:hover {
        color: #0143CA;
        border: 1px solid #0143CA; }

.c-post {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.75;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    .c-post {
      font-size: 15px;
      font-size: 1.5rem;
      letter-spacing: 0.01em;
      font-weight: 400; } }
  .c-post p {
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .c-post p {
        margin-bottom: 20px; } }
  .c-post img {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .c-post img {
        margin-bottom: 20px; } }
  .c-post .has-small-font-size {
    font-size: 14px !important;
    line-height: 1.5; }
    @media only screen and (max-width: 767px) {
      .c-post .has-small-font-size {
        font-size: 12px !important;
        line-height: 1.6;
        letter-spacing: 0.03em; } }
  .c-post strong {
    font-weight: 600; }
  .c-post h2 {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 600;
    position: relative;
    padding-left: 18px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .c-post h2 {
        font-size: 20px;
        font-size: 2rem;
        padding-left: 12px;
        margin-bottom: 20px; } }
    .c-post h2:before {
      content: "";
      width: 6px;
      height: calc(100% - 16px);
      display: block;
      background: #0143CA;
      position: absolute;
      top: 10px;
      left: 0px; }
      @media only screen and (max-width: 767px) {
        .c-post h2:before {
          width: 3px;
          height: calc(100% - 8px);
          top: 5px; } }
  .c-post h3 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
    font-weight: 600;
    margin-top: 64px;
    margin-bottom: 20px;
    padding-bottom: 8px;
    position: relative;
    border-bottom: 2px solid #0143CA; }
    @media only screen and (max-width: 767px) {
      .c-post h3 {
        font-size: 18px;
        font-size: 1.8rem;
        letter-spacing: 0.05em;
        padding-bottom: 4px;
        border-bottom: 1px solid #0143CA;
        margin-top: 20px;
        margin-bottom: 10px; } }
  .c-post h4 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .c-post h4 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 10px; } }
  .c-post h5 {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
      .c-post h5 {
        font-size: 15px;
        font-size: 1.5rem;
        letter-spacing: 0.01em;
        line-height: 1.75;
        margin-bottom: 10px; } }
    .c-post h5:after {
      content: "";
      width: 20px;
      height: 2px;
      display: block;
      background: #0143CA;
      margin: 2px 0 0; }
      @media only screen and (max-width: 767px) {
        .c-post h5:after {
          width: 10px;
          margin-top: 1px; } }
  .c-post ul {
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .c-post ul {
        margin-bottom: 10px; } }
    .c-post ul li {
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.03em;
      line-height: 1.75;
      font-weight: 600;
      padding-left: 1.2em;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .c-post ul li {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.75;
          letter-spacing: 0.01em;
          font-weight: 400; } }
      .c-post ul li:before {
        content: "・";
        position: absolute;
        top: 0;
        left: 0; }
  .c-post ol {
    counter-reset: number 0;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .c-post ol {
        margin-bottom: 10px; } }
    .c-post ol li {
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.03em;
      line-height: 1.75;
      font-weight: 600;
      padding-left: 1.2em;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .c-post ol li {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.75;
          letter-spacing: 0.01em;
          font-weight: 400; } }
      .c-post ol li:before {
        counter-increment: number 1;
        content: counter(number) ".";
        position: absolute;
        top: 0;
        left: 0; }
  .c-post a {
    color: #428AC9;
    text-decoration: underline; }
  .c-post strong {
    font-weight: 700; }
  .c-post small {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
    font-weight: 500; }
    @media only screen and (max-width: 767px) {
      .c-post small {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.6;
        font-weight: 400; } }
  .c-post hr {
    border: none;
    outline: none;
    display: block;
    width: 100%;
    height: 1px;
    display: block;
    background: #C1C1C1;
    margin: 50px auto; }
    @media only screen and (max-width: 767px) {
      .c-post hr {
        margin: 32px auto; } }
  .c-post figure {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .c-post figure {
        margin-bottom: 20px; } }
    .c-post figure figcaption {
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.03em;
      line-height: 1.5;
      font-weight: 500;
      color: #333333;
      margin-top: 12px; }
      @media only screen and (max-width: 767px) {
        .c-post figure figcaption {
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 1.6;
          margin-top: 6px; } }
  @media only screen and (max-width: 767px) {
    .c-post :where(.wp-block-columns.is-layout-flex) {
      gap: 10px; } }
  .c-post .wp-block-columns {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .c-post .wp-block-columns {
        margin-bottom: 20px; } }
    .c-post .wp-block-columns .wp-block-buttons {
      margin-bottom: 0px; }
  .c-post .wp-block-buttons {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .c-post .wp-block-buttons {
        margin-bottom: 20px; } }
  .c-post .wp-block-column p {
    margin-bottom: 0; }
  .c-post .wp-block-column .wp-block-button {
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .c-post .wp-block-column .wp-block-button {
        width: auto; } }
    .c-post .wp-block-column .wp-block-button__link {
      min-width: 0; }
  .c-post .wp-block-button__link {
    padding: 14px 35px;
    background: #0143CA;
    border-radius: 4px;
    min-width: 240px;
    max-width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.44444444;
    color: #fff;
    text-decoration: none;
    border: 1px solid #0143CA;
    transition: color .3s, background-color .3s; }
    @media only screen and (max-width: 767px) {
      .c-post .wp-block-button__link {
        font-size: 15px;
        font-size: 1.5rem;
        border-radius: 2px;
        padding: 8px 20px; } }
    .c-post .wp-block-button__link:after {
      content: "";
      width: 9px;
      height: 14px;
      display: inline-block;
      background: url(../img/common/arrow_right_white.svg) center center/cover no-repeat;
      margin-left: 24px;
      position: relative;
      top: 0px;
      transition: background-image .3s; }
      @media only screen and (max-width: 767px) {
        .c-post .wp-block-button__link:after {
          width: 4px;
          height: 9px;
          margin-left: 12px;
          top: -1px; } }
    .c-post .wp-block-button__link:hover {
      background: #fff;
      color: #0143CA; }
      .c-post .wp-block-button__link:hover:after {
        background: url(../img/common/arrow_right_blue.svg) center center/cover no-repeat; }
  .c-post .wp-block-quote {
    padding: 32px 32px 32px 56px;
    border-radius: 4px;
    background: #F7F7F7;
    position: relative;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .c-post .wp-block-quote {
        padding: 20px 20px 20px 32px;
        border-radius: 2px;
        margin-bottom: 20px; } }
    .c-post .wp-block-quote:before {
      content: "";
      width: 1px;
      height: calc(100% - 64px);
      display: inline-block;
      background: #A6A6A6;
      position: absolute;
      top: 32px;
      left: 32px; }
      @media only screen and (max-width: 767px) {
        .c-post .wp-block-quote:before {
          height: calc(100% - 40px);
          top: 20px;
          left: 20px; } }
    .c-post .wp-block-quote p {
      margin-bottom: 24px; }
      .c-post .wp-block-quote p:last-of-type {
        margin-bottom: 0; }
  .c-post .wp-block-preformatted {
    padding: 32px;
    border-radius: 4px;
    background: #E9F6FF;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .c-post .wp-block-preformatted {
        padding: 20px;
        border-radius: 2px;
        margin-bottom: 20px; } }
    .c-post .wp-block-preformatted p {
      margin-bottom: 0; }
  .c-post .wp-block-embed {
    text-align: center; }
  @media only screen and (max-width: 767px) {
    .c-post .wp-block-table {
      overflow-x: scroll; } }
  .c-post .wp-block-table table {
    border-top: 1px solid #C1C1C1;
    border-left: 1px solid #C1C1C1;
    border-radius: 4px; }
    .c-post .wp-block-table table thead {
      border-bottom: none; }
      .c-post .wp-block-table table thead tr th, .c-post .wp-block-table table thead tr td {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0.02em;
        line-height: 1.75;
        font-weight: 500;
        border: none;
        border-right: 1px solid #C1C1C1;
        border-bottom: 1px solid #C1C1C1;
        padding: 18px 12px; }
        @media only screen and (max-width: 767px) {
          .c-post .wp-block-table table thead tr th, .c-post .wp-block-table table thead tr td {
            font-size: 15px;
            font-size: 1.5rem;
            letter-spacing: 0.01em;
            padding: 15px 10px; } }
      .c-post .wp-block-table table thead tr th {
        background: #0143CA;
        color: #fff; }
    .c-post .wp-block-table table tbody tr th, .c-post .wp-block-table table tbody tr td {
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.02em;
      line-height: 1.75;
      font-weight: 500;
      border: none;
      border-right: 1px solid #C1C1C1;
      border-bottom: 1px solid #C1C1C1;
      padding: 18px 12px; }
      @media only screen and (max-width: 767px) {
        .c-post .wp-block-table table tbody tr th, .c-post .wp-block-table table tbody tr td {
          font-size: 15px;
          font-size: 1.5rem;
          letter-spacing: 0.01em;
          padding: 15px 10px; } }

.c-sns-share {
  display: flex;
  align-items: center; }
  .c-sns-share li {
    width: 32px;
    margin-right: 16px; }
    @media only screen and (max-width: 767px) {
      .c-sns-share li {
        margin-right: 12px; } }

.c-sidebar__title {
  display: block;
  padding-left: 18px;
  margin-bottom: 20px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .c-sidebar__title {
      padding-left: 12px;
      margin-bottom: 20px; } }
  .c-sidebar__title:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #0143CA;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 0; }
    @media only screen and (max-width: 767px) {
      .c-sidebar__title:before {
        width: 8px;
        height: 8px;
        top: 10px; } }

.c-sidebar__events {
  padding: 20px 20px;
  background: #F7F7F7;
  border: 1px solid #C1C1C1;
  border-radius: 4px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .c-sidebar__events {
      padding: 20px;
      border-radius: 2px;
      margin-bottom: 32px; } }
  .c-sidebar__events .c-events-list li {
    width: 100%;
    margin-top: 20px; }
    .c-sidebar__events .c-events-list li:first-of-type {
      margin-top: 0; }
    .c-sidebar__events .c-events-list li .text .c-text01 {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      text-overflow: ellipsis;
      -webkit-line-clamp: 3;
      overflow: hidden; }
    .c-sidebar__events .c-events-list li .text .schedule {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 1.5;
      letter-spacing: 0.03em;
      margin-top: 6px; }
    .c-sidebar__events .c-events-list li .text .cate-list .cate {
      font-size: 11px;
      font-size: 1.1rem;
      margin-right: 6px; }
      @media only screen and (max-width: 767px) {
        .c-sidebar__events .c-events-list li .text .cate-list .cate {
          font-size: 13px;
          font-size: 1.3rem;
          margin-right: 3px; } }

@media only screen and (min-width: 768px) {
  .c-sidebar__request {
    position: sticky;
    top: 100px; } }

.c-sidebar__request .c-request {
  background: none;
  padding: 32px 20px;
  border: 1px solid #0143CA;
  border-radius: 4px;
  display: block; }
  .c-sidebar__request .c-request__image {
    width: 100%;
    filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.2));
    will-change: filter;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .c-sidebar__request .c-request__image {
        margin-bottom: 12px;
        filter: drop-shadow(2px 2px 7px rgba(0, 0, 0, 0.2)); } }
  .c-sidebar__request .c-request__text {
    width: 100%;
    max-width: 296px; }
    .c-sidebar__request .c-request__text .c-title04 {
      color: #0143CA;
      display: block;
      text-align: center;
      margin-bottom: 6px; }
    .c-sidebar__request .c-request__text .c-attention {
      margin-bottom: 19px; }
      @media only screen and (max-width: 767px) {
        .c-sidebar__request .c-request__text .c-attention {
          font-size: 15px;
          font-size: 1.5rem;
          line-height: 1.75;
          letter-spacing: 0.01em;
          margin-bottom: 20px; } }
    .c-sidebar__request .c-request__text .c-btn {
      height: 47px; }
      @media only screen and (max-width: 767px) {
        .c-sidebar__request .c-request__text .c-btn {
          font-size: 15px;
          font-size: 1.5rem;
          height: 45px; } }

.c-post div#toc_container {
  border: none;
  padding: 0;
  width: 100%;
  background: none;
  position: relative; }
  .c-post div#toc_container:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background: #C1C1C1;
    margin: 64px 0; }
    @media only screen and (max-width: 767px) {
      .c-post div#toc_container:after {
        margin: 32px 0; } }
  .c-post div#toc_container .toc_title {
    padding: 32px 24px;
    font-size: 26px;
    font-size: 2.6rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
    font-weight: 700;
    color: #0143CA;
    text-align: left;
    position: relative;
    background: #F7F7F7;
    border-radius: 4px 4px 0 0; }
    @media only screen and (max-width: 767px) {
      .c-post div#toc_container .toc_title {
        padding: 20px;
        font-size: 18px;
        font-size: 1.8rem;
        letter-spacing: 0.05em;
        border-radius: 2px 2px 0 0; } }
    .c-post div#toc_container .toc_title:before {
      content: "";
      width: 20px;
      height: 20px;
      display: inline-block;
      background: #0143CA;
      margin-right: 10px; }
      @media only screen and (max-width: 767px) {
        .c-post div#toc_container .toc_title:before {
          width: 14px;
          height: 14px;
          margin-right: 6px; } }
  .c-post div#toc_container .toc_list {
    padding: 24px;
    position: relative;
    margin: 0 !important;
    background: #F7F7F7;
    border-radius: 0 0 4px 4px; }
    @media only screen and (max-width: 767px) {
      .c-post div#toc_container .toc_list {
        padding: 20px;
        border-radius: 0 0 2px 2px; } }
    .c-post div#toc_container .toc_list:before {
      content: "";
      width: calc(100% - 48px);
      height: 1px;
      display: block;
      background: #C1C1C1;
      margin: 0 auto;
      position: absolute;
      left: 24px;
      top: 0; }
      @media only screen and (max-width: 767px) {
        .c-post div#toc_container .toc_list:before {
          width: calc(100% - 40px);
          left: 20px; } }
    .c-post div#toc_container .toc_list a {
      color: #000; }
      .c-post div#toc_container .toc_list a:hover {
        text-decoration: none;
        color: #676767;
        transition: color .3s; }
    .c-post div#toc_container .toc_list > li {
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.02em;
      line-height: 1.75;
      font-weight: 500;
      padding-left: 16px;
      position: relative;
      margin-bottom: 24px; }
      @media only screen and (max-width: 767px) {
        .c-post div#toc_container .toc_list > li {
          font-size: 15px;
          font-size: 1.5rem;
          letter-spacing: 0.01em;
          padding-left: 14px;
          margin-bottom: 12px; } }
      .c-post div#toc_container .toc_list > li:last-of-type {
        margin-bottom: 0; }
      .c-post div#toc_container .toc_list > li:before {
        content: "";
        width: 10px;
        height: 10px;
        display: block;
        border-radius: 50%;
        background: #0143CA;
        top: 10px;
        left: 0; }
        @media only screen and (max-width: 767px) {
          .c-post div#toc_container .toc_list > li:before {
            width: 7px;
            height: 7px;
            top: 9px; } }
      .c-post div#toc_container .toc_list > li ul {
        margin-left: 0; }
        .c-post div#toc_container .toc_list > li ul li {
          padding-left: 12px;
          position: relative;
          font-size: 14px;
          font-size: 1.4rem;
          letter-spacing: 0.03em;
          line-height: 1.5;
          font-weight: 500;
          margin-top: 9px; }
          @media only screen and (max-width: 767px) {
            .c-post div#toc_container .toc_list > li ul li {
              margin-top: 4px;
              font-size: 12px;
              font-size: 1.2rem;
              line-height: 1.6;
              padding-left: 12px; } }
          .c-post div#toc_container .toc_list > li ul li:before {
            content: "";
            width: 4px;
            height: 4px;
            display: inline-block;
            border-radius: 50%;
            background: none;
            border: 1px solid #676767;
            position: absolute;
            top: 8px;
            left: 0; }
            @media only screen and (max-width: 767px) {
              .c-post div#toc_container .toc_list > li ul li:before {
                width: 5px;
                height: 5px;
                top: 7px; } }
  .c-post div#toc_container.has-more-button .toc_list {
    padding-bottom: 120px;
    max-height: 370px;
    overflow: hidden;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .c-post div#toc_container.has-more-button .toc_list {
        padding-bottom: 80px; } }
    .c-post div#toc_container.has-more-button .toc_list:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 80px;
      background: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
      pointer-events: none;
      opacity: 1;
      transition: opacity 0.3s ease; }
  .c-post div#toc_container.has-more-button.is-expanded .toc_list:after {
    opacity: 0; }
  .c-post div#toc_container.has-more-button.is-expanded .toc-more-button .toc-more-button__text:after {
    opacity: 0; }
  .c-post div#toc_container .toc-more-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 128px;
    left: 0;
    width: 100%;
    padding: 24px;
    transition: background 0.3s ease; }
    @media only screen and (max-width: 767px) {
      .c-post div#toc_container .toc-more-button {
        padding: 12px;
        bottom: 64px; } }
    .c-post div#toc_container .toc-more-button:before {
      content: "";
      width: 100%;
      height: 140px;
      display: block;
      background: linear-gradient(to top, #f7f7f7, #f7f7f7, rgba(247, 247, 247, 0));
      position: absolute;
      left: 0;
      bottom: 0;
      pointer-events: none; }
      @media only screen and (max-width: 767px) {
        .c-post div#toc_container .toc-more-button:before {
          height: 90px; } }
    .c-post div#toc_container .toc-more-button__text {
      font-size: 18px;
      font-size: 1.8rem;
      letter-spacing: 0.05em;
      line-height: 1.44444444;
      font-weight: 500;
      color: #000000;
      position: relative;
      padding-right: 24px; }
      @media only screen and (max-width: 767px) {
        .c-post div#toc_container .toc-more-button__text {
          font-size: 15px;
          font-size: 1.5rem;
          padding-right: 20px; } }
      .c-post div#toc_container .toc-more-button__text:before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 2px;
        display: block;
        background: #0143CA;
        transition: transform 0.3s ease; }
      .c-post div#toc_container .toc-more-button__text:after {
        content: "";
        position: absolute;
        right: 7px;
        top: 50%;
        transform: translateY(-50%);
        width: 2px;
        height: 16px;
        display: block;
        background: #0143CA;
        transition: transform 0.3s ease; }

.custom-blog-card__link {
  border-radius: 4px;
  border: 1px solid #C1C1C1;
  padding: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none; }
  @media only screen and (max-width: 731px) {
    .custom-blog-card__link {
      border-radius: 2px;
      padding: 20px;
      display: block; } }
  .custom-blog-card__link:hover .custom-blog-card__image img {
    transform: scale(1.06); }
  .custom-blog-card__link:hover .custom-blog-card__image:after {
    opacity: 1; }
  .custom-blog-card__link:hover .custom-blog-card__body:after {
    background: url(../img/common/arrow_right_hover.svg) center center/cover no-repeat; }

.custom-blog-card__image {
  width: 41.37931034%;
  aspect-ratio: 288/162;
  pointer-events: none;
  overflow: hidden;
  position: relative; }
  .custom-blog-card__image:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.3);
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity .3s; }
  @media only screen and (max-width: 731px) {
    .custom-blog-card__image {
      width: 100%;
      aspect-ratio: 598/336;
      margin-bottom: 12px; } }
  .custom-blog-card__image img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .3s; }

.custom-blog-card__body {
  width: 55.17241379%;
  text-align: left;
  pointer-events: none; }
  @media only screen and (max-width: 731px) {
    .custom-blog-card__body {
      width: 100%; } }
  .custom-blog-card__body:after {
    content: "";
    width: 18px;
    height: 17px;
    display: block;
    background: url(../img/common/arrow_right.svg) center center/cover no-repeat;
    margin-top: 15px;
    margin-left: auto;
    transition: background-image .3s; }
    @media only screen and (max-width: 731px) {
      .custom-blog-card__body:after {
        margin-top: 14px; } }
  .custom-blog-card__body__title {
    color: #0143CA;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6; }
    @media only screen and (max-width: 731px) {
      .custom-blog-card__body__title {
        margin-bottom: 3px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5; } }
  .custom-blog-card__body__description {
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5; }
    @media only screen and (max-width: 731px) {
      .custom-blog-card__body__description {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.6; } }

.wp-embedded-content {
  width: 100%; }

.wp-embedded-content {
  width: 100% !important; }

.c-cv-area {
  background: linear-gradient(135deg, #fff, #E4F5FF, #B5CDFF);
  padding: 50px 0; }
  @media only screen and (max-width: 767px) {
    .c-cv-area {
      padding: 80px 0 60px; } }
  .c-cv-area .inner {
    max-width: 1120px; }
  .c-cv-area__col {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .c-cv-area__col {
        display: block; } }
  .c-cv-area__box {
    width: 48%;
    text-align: center;
    padding: 28px 28px 32px;
    border-radius: 6px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .c-cv-area__box {
        width: 100%;
        border-radius: 2px;
        padding: 32px 20px; } }
    .c-cv-area__box.blue {
      background: #0143CA;
      color: #fff; }
    .c-cv-area__box.white {
      background: #fff; }
      @media only screen and (max-width: 767px) {
        .c-cv-area__box.white {
          margin-top: 20px; } }
      .c-cv-area__box.white .c-title02 {
        color: #0143CA; }
    .c-cv-area__box .c-text01 {
      max-width: 380px;
      margin: 12px auto 0; }
      @media only screen and (max-width: 767px) {
        .c-cv-area__box .c-text01 {
          margin-top: 6px;
          text-align: left; } }
    .c-cv-area__box .c-btn {
      width: 100%;
      max-width: 344px;
      margin: 24px auto 0; }
      @media only screen and (min-width: 768px) {
        .c-cv-area__box .c-btn {
          padding: 12px; } }
      @media only screen and (max-width: 767px) {
        .c-cv-area__box .c-btn {
          max-width: 100%;
          margin-top: 20px;
          height: 45px;
          padding: 4px;
          font-size: 15px;
          font-size: 1.5rem; } }

main.c-gradation {
  background: linear-gradient(to bottom, #D2E5FF 20%, #E4F5FF, #FFFFFF);
  background-size: 100% 432px;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 767px) {
    main.c-gradation {
      background-size: 100% 201px; } }

.c-col {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .c-col {
      display: block; } }
  .c-col__cont {
    width: 65.51724138%; }
    @media only screen and (max-width: 767px) {
      .c-col__cont {
        width: 100%; } }
  .c-col__sidebar {
    width: 31.03448276%; }
    @media only screen and (max-width: 767px) {
      .c-col__sidebar {
        width: 100%; } }
    .c-col__sidebar .form {
      padding: 10px; }
      .c-col__sidebar .form iframe {
        height: auto; }

/* Z-INDEX */
.formError {
  z-index: 990; }

.formError .formErrorContent {
  z-index: 991; }

.formError .formErrorArrow {
  z-index: 996; }

.ui-dialog .formError {
  z-index: 5000; }

.ui-dialog .formError .formErrorContent {
  z-index: 5001; }

.ui-dialog .formError .formErrorArrow {
  z-index: 5006; }

.inputContainer {
  position: relative;
  float: left; }

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left; }

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none; }

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px; }

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0; }

.greenPopup .formErrorContent {
  background: #33be40; }

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative; }

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0; }

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px; }

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none; }

.greenPopup .formErrorArrow div {
  background: #33be40; }

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF; }

.formError .formErrorArrow .line10 {
  width: 13px;
  border: none; }

.formError .formErrorArrow .line9 {
  width: 11px;
  border: none; }

.formError .formErrorArrow .line8 {
  width: 11px; }

.formError .formErrorArrow .line7 {
  width: 9px; }

.formError .formErrorArrow .line6 {
  width: 7px; }

.formError .formErrorArrow .line5 {
  width: 5px; }

.formError .formErrorArrow .line4 {
  width: 3px; }

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd; }

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd; }

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd; }

main.aboutus {
  background: linear-gradient(to bottom, #D2E5FF, #E4F5FF 30%, #FFFFFF);
  background-size: 100% 1029px;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 767px) {
    main.aboutus {
      background-size: 100% 1207px; } }
  main.aboutus .intro {
    padding-bottom: 56px; }
    @media only screen and (max-width: 767px) {
      main.aboutus .intro {
        padding-bottom: 48px; } }
    main.aboutus .intro .c-title01 {
      margin-top: 17px;
      margin-bottom: 80px; }
      @media only screen and (max-width: 767px) {
        main.aboutus .intro .c-title01 {
          margin-top: 12px;
          margin-bottom: 32px; } }
    main.aboutus .intro .message {
      margin-bottom: 100px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      @media only screen and (max-width: 767px) {
        main.aboutus .intro .message {
          flex-direction: column;
          margin-bottom: 70px; } }
      main.aboutus .intro .message__text {
        width: 48.27586207%; }
        @media only screen and (max-width: 767px) {
          main.aboutus .intro .message__text {
            width: 100%; } }
        main.aboutus .intro .message__text .c-title02.border {
          margin-bottom: 40px; }
          @media only screen and (max-width: 767px) {
            main.aboutus .intro .message__text .c-title02.border {
              margin-bottom: 25px; } }
        @media only screen and (max-width: 767px) {
          main.aboutus .intro .message__text .image {
            width: 100%;
            border-radius: 2px;
            overflow: hidden;
            margin-bottom: 25px; } }
        main.aboutus .intro .message__text .c-title02 {
          margin-bottom: 20px; }
          @media only screen and (max-width: 767px) {
            main.aboutus .intro .message__text .c-title02 {
              margin-bottom: 12px; } }
        main.aboutus .intro .message__text .c-text01 {
          margin-bottom: 20px; }
          main.aboutus .intro .message__text .c-text01:last-of-type {
            margin-bottom: 0; }
      main.aboutus .intro .message__image {
        width: 48.27586207%;
        border-radius: 4px;
        overflow: hidden; }
        @media only screen and (max-width: 767px) {
          main.aboutus .intro .message__image {
            width: 100%;
            border-radius: 2px; } }
    main.aboutus .intro .philosophy dl {
      border-top: 1px solid #C1C1C1;
      padding: 64px 0;
      display: flex; }
      @media only screen and (max-width: 767px) {
        main.aboutus .intro .philosophy dl {
          padding: 32px 0;
          display: block; } }
      main.aboutus .intro .philosophy dl dt {
        width: 34.48275862%; }
        @media only screen and (max-width: 767px) {
          main.aboutus .intro .philosophy dl dt {
            width: 100%; } }
        main.aboutus .intro .philosophy dl dt span {
          font-size: 32px;
          font-size: 3.2rem;
          line-height: 1.6;
          font-weight: 500;
          font-family: "Roboto", sans-serif;
          color: #0143CA;
          display: block; }
          @media only screen and (max-width: 767px) {
            main.aboutus .intro .philosophy dl dt span {
              font-size: 16px;
              font-size: 1.6rem; } }
          main.aboutus .intro .philosophy dl dt span:after {
            content: "";
            width: 32px;
            height: 2px;
            display: block;
            background: #0143CA;
            margin: 0; }
            @media only screen and (max-width: 767px) {
              main.aboutus .intro .philosophy dl dt span:after {
                width: 10px;
                height: 1px; } }
      main.aboutus .intro .philosophy dl dd {
        width: 65.51724138%; }
        @media only screen and (max-width: 767px) {
          main.aboutus .intro .philosophy dl dd {
            width: 100%;
            margin-top: 20px; } }
        main.aboutus .intro .philosophy dl dd strong {
          display: block;
          font-size: 38px;
          font-size: 3.8rem;
          letter-spacing: 0.03em;
          line-height: 1.6;
          font-weight: 600;
          margin-bottom: 20px; }
          @media only screen and (max-width: 767px) {
            main.aboutus .intro .philosophy dl dd strong {
              font-size: 26px;
              font-size: 2.6rem;
              letter-spacing: 0.02em;
              margin-bottom: 10px; } }
        main.aboutus .intro .philosophy dl dd i {
          display: block;
          width: calc(100% + 5%);
          margin: 0 -2.5%;
          margin-bottom: 20px; }
          @media only screen and (max-width: 767px) {
            main.aboutus .intro .philosophy dl dd i {
              margin-bottom: 14px; } }
        main.aboutus .intro .philosophy dl dd p {
          font-size: 18px;
          font-size: 1.8rem;
          letter-spacing: 0.02em;
          line-height: 1.8;
          font-weight: 500; }
          @media only screen and (max-width: 767px) {
            main.aboutus .intro .philosophy dl dd p {
              font-size: 15px;
              font-size: 1.5rem;
              letter-spacing: 0.01em;
              line-height: 1.75; } }
  main.aboutus .company {
    background: #F7F7F7;
    padding: 100px 0; }
    @media only screen and (max-width: 767px) {
      main.aboutus .company {
        padding: 60px 0 80px; } }
    main.aboutus .company .inner {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      @media only screen and (max-width: 767px) {
        main.aboutus .company .inner {
          display: block; } }
    main.aboutus .company .c-title02 {
      width: 34.48275862%; }
      @media only screen and (max-width: 767px) {
        main.aboutus .company .c-title02 {
          width: 100%;
          margin-bottom: 32px; } }
    main.aboutus .company__table {
      width: 65.51724138%; }
      @media only screen and (max-width: 767px) {
        main.aboutus .company__table {
          width: 100%; } }
      main.aboutus .company__table table {
        width: 100%;
        border-bottom: 1px solid #C1C1C1; }
        @media only screen and (max-width: 767px) {
          main.aboutus .company__table table {
            display: block; } }
        @media only screen and (max-width: 767px) {
          main.aboutus .company__table table tbody {
            display: block; } }
        main.aboutus .company__table table tbody tr {
          border-top: 1px solid #C1C1C1; }
          @media only screen and (max-width: 767px) {
            main.aboutus .company__table table tbody tr {
              display: block;
              padding: 20px 6px; } }
          main.aboutus .company__table table tbody tr th {
            font-size: 16px;
            font-size: 1.6rem;
            letter-spacing: 0.05em;
            line-height: 1.75;
            font-weight: 600;
            color: #0143CA;
            width: 228px;
            padding: 32px 12px;
            vertical-align: top; }
            @media only screen and (max-width: 767px) {
              main.aboutus .company__table table tbody tr th {
                display: block;
                width: 100%;
                font-size: 15px;
                font-size: 1.5rem;
                letter-spacing: 0.01em;
                padding: 0;
                margin-bottom: 2px; } }
          main.aboutus .company__table table tbody tr td {
            width: calc(100% - 228px);
            padding: 32px 0; }
            @media only screen and (max-width: 767px) {
              main.aboutus .company__table table tbody tr td {
                display: block;
                width: 100%;
                padding: 0; } }

main.case_detail .c-col {
  padding: 57px 0 120px; }
  @media only screen and (max-width: 767px) {
    main.case_detail .c-col {
      padding: 12px 0 60px; } }
  main.case_detail .c-col .info {
    padding: 20px 24px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #0143CA;
    position: sticky;
    top: 100px; }
    @media only screen and (max-width: 767px) {
      main.case_detail .c-col .info {
        position: static;
        border-radius: 2px;
        margin-bottom: 32px; } }
    main.case_detail .c-col .info__logo {
      width: 100%;
      max-width: 280px;
      margin: 0 auto 20px; }
      @media only screen and (max-width: 767px) {
        main.case_detail .c-col .info__logo {
          max-width: 267px;
          margin-bottom: 27px; } }
    main.case_detail .c-col .info hr {
      border: none;
      outline: none;
      width: 100%;
      height: 1px;
      display: block;
      background: #C1C1C1;
      margin: 20px 0; }
      @media only screen and (max-width: 767px) {
        main.case_detail .c-col .info hr {
          margin: 10px 0; } }
    main.case_detail .c-col .info dl {
      display: flex; }
      main.case_detail .c-col .info dl dt {
        width: 41px;
        color: #656565; }
        @media only screen and (max-width: 767px) {
          main.case_detail .c-col .info dl dt {
            width: 39px; } }
      main.case_detail .c-col .info dl dd {
        width: calc(100% - 41px); }
        @media only screen and (max-width: 767px) {
          main.case_detail .c-col .info dl dd {
            width: calc(100% - 39px); } }
    main.case_detail .c-col .info .row {
      display: block; }
      main.case_detail .c-col .info .row dt {
        width: 100%; }
      main.case_detail .c-col .info .row dd {
        width: 100%; }
        main.case_detail .c-col .info .row dd ul {
          margin-top: 8px; }
          @media only screen and (max-width: 767px) {
            main.case_detail .c-col .info .row dd ul {
              margin-top: 4px; } }
          main.case_detail .c-col .info .row dd ul li {
            padding-left: 1.2em;
            position: relative;
            margin-bottom: 10px; }
            @media only screen and (max-width: 767px) {
              main.case_detail .c-col .info .row dd ul li {
                margin-bottom: 5px; } }
            main.case_detail .c-col .info .row dd ul li:last-of-type {
              margin-bottom: 0; }
            main.case_detail .c-col .info .row dd ul li:before {
              content: "・";
              position: absolute;
              top: 0;
              left: 0; }
    main.case_detail .c-col .info .c-btn {
      width: 100%;
      margin-top: 40px; }
      @media only screen and (max-width: 767px) {
        main.case_detail .c-col .info .c-btn {
          margin-top: 25px; } }
  main.case_detail .c-col__cont .c-title01 {
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
      main.case_detail .c-col__cont .c-title01 {
        margin-bottom: 25px; } }
    main.case_detail .c-col__cont .c-title01 .jp {
      word-break: break-all; }
  main.case_detail .c-col__cont .thumbnail {
    border-radius: 4px;
    overflow: hidden;
    margin-top: 24px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      main.case_detail .c-col__cont .thumbnail {
        border-radius: 2px;
        margin-top: 25px;
        margin-bottom: 32px; } }
  main.case_detail .c-col__cont .c-request {
    padding: 32px;
    margin-top: 80px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      main.case_detail .c-col__cont .c-request {
        margin-top: 50px;
        margin-bottom: 25px;
        padding: 32px 20px; } }
    main.case_detail .c-col__cont .c-request__image {
      width: 52.87356322%; }
      @media only screen and (max-width: 767px) {
        main.case_detail .c-col__cont .c-request__image {
          width: 100%; } }
      main.case_detail .c-col__cont .c-request__image img {
        margin-bottom: 0; }
    main.case_detail .c-col__cont .c-request__text {
      width: 42.52873563%; }
      @media only screen and (max-width: 767px) {
        main.case_detail .c-col__cont .c-request__text {
          width: 100%; } }
      main.case_detail .c-col__cont .c-request__text .c-title03 {
        color: #fff;
        margin-bottom: 6px; }
        @media only screen and (max-width: 767px) {
          main.case_detail .c-col__cont .c-request__text .c-title03 {
            font-size: 24px;
            font-size: 2.4rem;
            letter-spacing: 0.02em;
            line-height: 1.6; } }
      main.case_detail .c-col__cont .c-request__text .c-attention {
        color: #fff;
        margin-bottom: 0; }
        @media only screen and (max-width: 767px) {
          main.case_detail .c-col__cont .c-request__text .c-attention {
            font-size: 15px;
            font-size: 1.5rem;
            letter-spacing: 0.01em;
            line-height: 1.75;
            font-weight: 400; } }
      main.case_detail .c-col__cont .c-request__text .c-btn {
        height: 50px;
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: 19px; }
        @media only screen and (max-width: 767px) {
          main.case_detail .c-col__cont .c-request__text .c-btn {
            margin-top: 20px;
            font-size: 15px;
            font-size: 1.5rem; } }

main.case_detail .c-post h6 {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  font-weight: 600;
  color: #0143CA;
  position: relative;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    main.case_detail .c-post h6 {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.5;
      margin-bottom: 14px; } }

main.case_detail .c-post .wp-block-group.is-vertical {
  padding: 32px 24px;
  border-radius: 4px;
  background: #F7F7F7;
  display: block;
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    main.case_detail .c-post .wp-block-group.is-vertical {
      padding: 20px;
      border-radius: 2px;
      margin-bottom: 20px; } }
  main.case_detail .c-post .wp-block-group.is-vertical h4 {
    color: #0143CA;
    position: relative;
    padding-left: 22px;
    margin-left: 8px;
    margin-bottom: 12px; }
    @media only screen and (max-width: 767px) {
      main.case_detail .c-post .wp-block-group.is-vertical h4 {
        padding-left: 20px;
        margin-left: 0;
        margin-bottom: 6px; } }
    main.case_detail .c-post .wp-block-group.is-vertical h4:before {
      content: "";
      width: 12px;
      height: 12px;
      display: inline-block;
      background: #0143CA;
      position: absolute;
      top: 10px;
      left: 0; }
      @media only screen and (max-width: 767px) {
        main.case_detail .c-post .wp-block-group.is-vertical h4:before {
          width: 14px;
          height: 14px;
          top: 6px; } }
  main.case_detail .c-post .wp-block-group.is-vertical ul {
    margin-left: 8px; }
    @media only screen and (max-width: 767px) {
      main.case_detail .c-post .wp-block-group.is-vertical ul {
        margin-left: 0; } }
    main.case_detail .c-post .wp-block-group.is-vertical ul li {
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0.02em;
      line-height: 1.75;
      margin-bottom: 6px; }
      @media only screen and (max-width: 767px) {
        main.case_detail .c-post .wp-block-group.is-vertical ul li {
          font-size: 15px;
          font-size: 1.5rem;
          letter-spacing: 0.01em;
          margin-bottom: 3px; } }
  main.case_detail .c-post .wp-block-group.is-vertical hr {
    margin: 32px 0; }
    @media only screen and (max-width: 767px) {
      main.case_detail .c-post .wp-block-group.is-vertical hr {
        margin: 20px 0; } }

main.case_detail .related {
  background: #F7F7F7;
  padding: 100px 0 160px; }
  @media only screen and (max-width: 767px) {
    main.case_detail .related {
      padding: 60px 0 100px; } }
  main.case_detail .related .c-title02 {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      main.case_detail .related .c-title02 {
        margin-bottom: 32px; } }
  main.case_detail .related .c-btn {
    margin: 64px auto 0;
    width: 213px;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      main.case_detail .related .c-btn {
        width: 151px;
        margin-top: 40px; } }

main.case .main-visual {
  background: linear-gradient(to bottom, #D8EBFF 20%, #E4F5FF, #F0F9FF);
  padding-bottom: 80px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    main.case .main-visual {
      padding-bottom: 50px; } }
  main.case .main-visual .c-title01 {
    margin-top: 17px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      main.case .main-visual .c-title01 {
        margin-top: 12px;
        margin-bottom: 32px; } }

@media only screen and (min-width: 768px) {
  main.case .c-main-slider .swiper .swiper-slide .thumb {
    width: 60%;
    aspect-ratio: 600/325; } }

@media only screen and (min-width: 768px) {
  main.case .c-main-slider .swiper .swiper-slide .text {
    width: 40%; } }

main.case .c-main-slider .swiper .swiper-slide .text .c-title03 {
  -webkit-line-clamp: 4; }

main.case .cont {
  padding: 78px 0 120px; }
  @media only screen and (max-width: 767px) {
    main.case .cont {
      padding: 50px 0 100px; } }
  main.case .cont .c-search-box {
    margin-bottom: 64px; }
    @media only screen and (max-width: 767px) {
      main.case .cont .c-search-box {
        margin-bottom: 40px; } }
  main.case .cont .c-title02.border {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      main.case .cont .c-title02.border {
        margin-bottom: 32px; } }
  main.case .cont .c-btn {
    width: 165px;
    justify-content: space-between;
    margin: 64px auto 0;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      main.case .cont .c-btn {
        width: 120px;
        font-size: 15px;
        font-size: 1.5rem;
        margin-top: 50px; } }

main.case-cat .cont {
  padding: 17px 0 120px; }
  @media only screen and (max-width: 767px) {
    main.case-cat .cont {
      padding: 10px 0 100px; } }
  main.case-cat .cont .c-title01 {
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      main.case-cat .cont .c-title01 {
        margin-bottom: 32px; } }
  main.case-cat .cont .c-search-box {
    margin-bottom: 64px; }
    @media only screen and (max-width: 767px) {
      main.case-cat .cont .c-search-box {
        margin-bottom: 50px; } }

main.default .whole .c-title01 {
  margin-top: 17px;
  margin-bottom: 64px; }
  @media only screen and (max-width: 767px) {
    main.default .whole .c-title01 {
      margin-top: 12px;
      margin-bottom: 40px; } }

main.documents_detail .c-col {
  padding: 57px 0 120px; }
  @media only screen and (max-width: 767px) {
    main.documents_detail .c-col {
      padding: 12px 0 60px; } }
  main.documents_detail .c-col__cont .c-title01 {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      main.documents_detail .c-col__cont .c-title01 {
        margin-bottom: 32px; } }
    main.documents_detail .c-col__cont .c-title01 .jp {
      word-break: break-all; }
  main.documents_detail .c-col__cont .thumbnail {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      main.documents_detail .c-col__cont .thumbnail {
        margin-bottom: 32px; } }
  @media only screen and (max-width: 767px) {
    main.documents_detail .c-col__sidebar {
      margin-top: 32px; } }
  main.documents_detail .c-col__sidebar .form {
    position: sticky;
    top: 100px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1)); }
    @media only screen and (min-width: 768px) {
      main.documents_detail .c-col__sidebar .form {
        max-height: calc(100vh - 140px);
        overflow-y: auto; } }
    main.documents_detail .c-col__sidebar .form iframe {
      width: 100%;
      aspect-ratio: 100/236; }
      @media only screen and (max-width: 767px) {
        main.documents_detail .c-col__sidebar .form iframe {
          aspect-ratio: 100/215; } }

main.documents .c-title02.border {
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    main.documents .c-title02.border {
      margin-bottom: 32px; } }

main.documents .intro {
  padding-bottom: 120px; }
  @media only screen and (max-width: 767px) {
    main.documents .intro {
      padding-bottom: 80px; } }
  main.documents .intro .inner > .c-title01 {
    margin-top: 17px;
    margin-bottom: 64px; }
    @media only screen and (max-width: 767px) {
      main.documents .intro .inner > .c-title01 {
        margin-top: 12px;
        margin-bottom: 32px; } }
  main.documents .intro .c-request {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      main.documents .intro .c-request {
        margin-bottom: 50px; } }

main.documents .cont {
  padding: 100px 0 120px;
  background: #F7F7F7; }
  @media only screen and (max-width: 767px) {
    main.documents .cont {
      padding: 80px 0 100px; } }
  main.documents .cont .mt100 {
    margin-top: 100px; }
    @media only screen and (max-width: 767px) {
      main.documents .cont .mt100 {
        margin-top: 50px; } }
  main.documents .cont .anchor-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px; }
    @media only screen and (max-width: 767px) {
      main.documents .cont .anchor-list {
        display: block;
        margin-bottom: 50px; } }
    main.documents .cont .anchor-list a {
      width: 48.27586207%;
      justify-content: space-between;
      padding: 24px 32px; }
      @media only screen and (max-width: 767px) {
        main.documents .cont .anchor-list a {
          width: 100%;
          padding: 16px;
          margin-top: 20px;
          font-size: 16px;
          font-size: 1.6rem; }
          main.documents .cont .anchor-list a:first-of-type {
            margin-top: 0; } }
      @media only screen and (max-width: 767px) {
        main.documents .cont .anchor-list a svg {
          width: 13px; } }
  main.documents .cont #more-btn {
    margin: 64px auto 0;
    width: 182px;
    padding: 14px 24px;
    justify-content: space-between;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      main.documents .cont #more-btn {
        width: 140px;
        padding: 8px 20px;
        margin-top: 50px; } }
    main.documents .cont #more-btn:hover i:before {
      background: #0143CA; }
    main.documents .cont #more-btn:hover i:after {
      background: #0143CA; }
    main.documents .cont #more-btn i {
      width: 16px;
      height: 16px;
      display: inline-block;
      position: relative; }
      @media only screen and (max-width: 767px) {
        main.documents .cont #more-btn i {
          width: 10px;
          height: 10px; } }
      main.documents .cont #more-btn i:before {
        content: "";
        width: 100%;
        height: 2px;
        display: block;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: background-color .3s; }
      main.documents .cont #more-btn i:after {
        content: "";
        width: 2px;
        height: 100%;
        display: block;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: background-color .3s; }

main.events_detail .c-col {
  padding: 57px 0 120px; }
  @media only screen and (max-width: 767px) {
    main.events_detail .c-col {
      padding: 12px 0 60px; } }
  main.events_detail .c-col__cont .c-title01 {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      main.events_detail .c-col__cont .c-title01 {
        margin-bottom: 32px; } }
    main.events_detail .c-col__cont .c-title01 .jp {
      word-break: break-all; }
  main.events_detail .c-col__cont .thumbnail {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      main.events_detail .c-col__cont .thumbnail {
        margin-bottom: 32px; } }
  main.events_detail .c-col__sidebar .form {
    position: sticky;
    top: 100px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1)); }
    @media only screen and (min-width: 768px) {
      main.events_detail .c-col__sidebar .form {
        max-height: calc(100vh - 140px);
        overflow-y: auto; } }
    main.events_detail .c-col__sidebar .form iframe {
      width: 100%;
      aspect-ratio: 100/236; }
      @media only screen and (max-width: 767px) {
        main.events_detail .c-col__sidebar .form iframe {
          aspect-ratio: 100/215; } }

main.events_detail .c-post table {
  width: 100%;
  border: none; }
  @media only screen and (max-width: 767px) {
    main.events_detail .c-post table {
      display: block; } }
  @media only screen and (max-width: 767px) {
    main.events_detail .c-post table tbody {
      display: block; } }
  @media only screen and (max-width: 767px) {
    main.events_detail .c-post table tbody tr {
      display: block;
      margin-bottom: 16px; } }
  main.events_detail .c-post table tbody tr th {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1.75;
    font-weight: 500;
    padding: 32px 0 16px;
    vertical-align: top;
    position: relative;
    border: none;
    color: #0143CA;
    font-weight: 600;
    border-bottom: none;
    padding: 32px 20px 16px 0;
    min-width: 160px; }
    @media only screen and (max-width: 767px) {
      main.events_detail .c-post table tbody tr th {
        font-size: 15px;
        font-size: 1.5rem;
        letter-spacing: 0.01em;
        font-weight: 400;
        display: block;
        padding: 0 0 16px;
        display: inline-block;
        padding: 0 0 8px;
        margin-bottom: 16px;
        min-width: 101px; } }
    main.events_detail .c-post table tbody tr th::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: #C1C1C1;
      width: calc(100% - 20px);
      background: #0143CA; }
      @media only screen and (max-width: 767px) {
        main.events_detail .c-post table tbody tr th::after {
          width: 100%; } }
  main.events_detail .c-post table tbody tr td {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1.75;
    font-weight: 500;
    padding: 32px 0 16px;
    vertical-align: top;
    position: relative;
    border: none; }
    @media only screen and (max-width: 767px) {
      main.events_detail .c-post table tbody tr td {
        font-size: 15px;
        font-size: 1.5rem;
        letter-spacing: 0.01em;
        font-weight: 400;
        display: block;
        padding: 0 0 16px; } }
    main.events_detail .c-post table tbody tr td::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: #C1C1C1; }

main.events_detail .c-post .wp-block-column h4 {
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    main.events_detail .c-post .wp-block-column h4 {
      margin-bottom: 5px; } }

main.events_detail .c-post .wp-block-column p {
  margin-bottom: 20px; }
  main.events_detail .c-post .wp-block-column p:last-of-type {
    margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  main.events_detail .c-post .wp-block-column .has-small-font-size {
    margin-left: calc(-100vw + 36px + 100%); } }

main.events .c-title02 {
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    main.events .c-title02 {
      margin-bottom: 32px; } }

main.events .bg {
  background: linear-gradient(to bottom, #D2E5FF 20%, #E4F5FF, #FFFFFF); }

main.events .top {
  padding-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    main.events .top {
      padding-bottom: 80px; } }
  main.events .top .c-title01 {
    margin-top: 17px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      main.events .top .c-title01 {
        margin-top: 10px;
        margin-bottom: 32px; } }

main.events .cont {
  padding: 80px 0 120px;
  background: #F7F7F7; }
  @media only screen and (max-width: 767px) {
    main.events .cont {
      padding: 144px 0 100px; } }
  main.events .cont .c-btn {
    margin: 64px auto 0; }
    @media only screen and (max-width: 767px) {
      main.events .cont .c-btn {
        margin-top: 50px;
        font-size: 15px;
        font-size: 1.5rem;
        letter-spacing: 0.05em;
        width: 293px;
        justify-content: space-between;
        align-items: center; } }
    @media only screen and (min-width: 768px) {
      main.events .cont .c-btn svg {
        margin-left: 24px; } }
    @media only screen and (max-width: 767px) {
      main.events .cont .c-btn svg {
        width: 5px; } }

main.events .mb120 {
  margin-bottom: 120px; }
  @media only screen and (max-width: 767px) {
    main.events .mb120 {
      margin-bottom: 102px; } }

main.events-cat .cont {
  padding: 17px 0 120px; }
  @media only screen and (max-width: 767px) {
    main.events-cat .cont {
      padding: 10px 0 100px; } }
  main.events-cat .cont .c-title01 {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      main.events-cat .cont .c-title01 {
        margin-bottom: 32px; } }

main.knowhow_detail .c-col {
  padding: 57px 0 120px; }
  @media only screen and (max-width: 767px) {
    main.knowhow_detail .c-col {
      padding: 12px 0 60px; } }
  main.knowhow_detail .c-col__cont .c-title01 {
    margin-bottom: 24px; }
    main.knowhow_detail .c-col__cont .c-title01 .jp {
      word-break: break-all; }
  main.knowhow_detail .c-col__cont .sns-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px; }
    main.knowhow_detail .c-col__cont .sns-date .date {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      color: #676767; }
      @media only screen and (max-width: 767px) {
        main.knowhow_detail .c-col__cont .sns-date .date {
          display: block; } }
      main.knowhow_detail .c-col__cont .sns-date .date dl {
        margin-left: 20px;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        @media only screen and (max-width: 767px) {
          main.knowhow_detail .c-col__cont .sns-date .date dl {
            margin-top: -5px; } }
        @media only screen and (max-width: 767px) {
          main.knowhow_detail .c-col__cont .sns-date .date dl:first-of-type {
            margin-top: 0; } }
        main.knowhow_detail .c-col__cont .sns-date .date dl dd {
          font-size: 14px;
          font-size: 1.4rem;
          letter-spacing: -0.02em;
          line-height: 1.75;
          font-weight: 500;
          font-family: "Roboto", sans-serif;
          margin-left: 10px; }
          @media only screen and (max-width: 767px) {
            main.knowhow_detail .c-col__cont .sns-date .date dl dd {
              font-size: 12px;
              font-size: 1.2rem;
              letter-spacing: 0.02em;
              margin-top: 4px;
              margin-left: 5px; } }
  main.knowhow_detail .c-col__cont .thumbnail {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      main.knowhow_detail .c-col__cont .thumbnail {
        margin-bottom: 32px; } }
  main.knowhow_detail .c-col__cont .c-request {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      main.knowhow_detail .c-col__cont .c-request {
        margin-bottom: 32px; } }
    main.knowhow_detail .c-col__cont .c-request__image {
      width: 52.87356322%;
      filter: drop-shadow(3px 3px 7px rgba(0, 0, 0, 0.2)); }
      @media only screen and (max-width: 767px) {
        main.knowhow_detail .c-col__cont .c-request__image {
          width: 100%; } }
    main.knowhow_detail .c-col__cont .c-request__text {
      width: 42.52873563%; }
      @media only screen and (max-width: 767px) {
        main.knowhow_detail .c-col__cont .c-request__text {
          width: 100%; } }
      main.knowhow_detail .c-col__cont .c-request__text .c-title03 {
        display: block;
        color: #fff;
        margin-bottom: 6px; }
        @media only screen and (max-width: 767px) {
          main.knowhow_detail .c-col__cont .c-request__text .c-title03 {
            font-size: 24px;
            font-size: 2.4rem;
            letter-spacing: 0.02em;
            line-height: 1.6; } }
      main.knowhow_detail .c-col__cont .c-request__text .c-attention {
        color: #fff;
        margin-bottom: 19px; }
        @media only screen and (max-width: 767px) {
          main.knowhow_detail .c-col__cont .c-request__text .c-attention {
            font-size: 15px;
            font-size: 1.5rem;
            line-height: 1.75;
            font-weight: 400; } }
  @media only screen and (max-width: 767px) {
    main.knowhow_detail .c-col__sidebar {
      margin-top: 60px; } }
  main.knowhow_detail .c-col__sidebar .form {
    position: sticky;
    top: 100px;
    width: 100%;
    height: calc(100vh - 140px);
    background: #fff;
    border-radius: 4px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
    overflow-y: scroll; }

main.knowhow_detail .c-post .c-request {
  padding: 32px; }
  @media only screen and (max-width: 767px) {
    main.knowhow_detail .c-post .c-request {
      padding: 32px 20px; } }
  main.knowhow_detail .c-post .c-request__image img {
    margin-bottom: 0; }
  main.knowhow_detail .c-post .c-request.white {
    border: 1px solid #0143CA;
    background: #fff; }
    main.knowhow_detail .c-post .c-request.white .c-title03 {
      color: #0143CA; }
    main.knowhow_detail .c-post .c-request.white .c-attention {
      color: #000; }
    main.knowhow_detail .c-post .c-request.white .c-btn {
      color: #fff;
      text-decoration: none; }
      main.knowhow_detail .c-post .c-request.white .c-btn:hover {
        color: #FF6600; }

main.knowhow_detail .author {
  background: #F7F7F7;
  border: 1px solid #C1C1C1;
  border-radius: 4px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px; }
  @media only screen and (max-width: 767px) {
    main.knowhow_detail .author {
      border-radius: 2px;
      padding: 20px;
      align-items: flex-start; } }
  main.knowhow_detail .author__image {
    width: 22.98850575%;
    border-radius: 4px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      main.knowhow_detail .author__image {
        width: 38.39732888%;
        border-radius: 2px; } }
  main.knowhow_detail .author__text {
    width: 72.4137931%; }
    @media only screen and (max-width: 767px) {
      main.knowhow_detail .author__text {
        width: 56.26043406%; } }
    main.knowhow_detail .author__text span {
      width: 120px;
      height: 30px;
      border-radius: 2px;
      border: 1px solid #0143CA;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #0143CA;
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: 0.02em;
      line-height: 1.75;
      font-weight: 500;
      background: #fff;
      margin-bottom: 6px; }
      @media only screen and (max-width: 767px) {
        main.knowhow_detail .author__text span {
          width: 60px;
          height: 25px;
          font-size: 12px;
          font-size: 1.2rem;
          margin-bottom: 8px; } }
    main.knowhow_detail .author__text .c-title04 {
      margin-bottom: 6px;
      display: block; }
      @media only screen and (max-width: 767px) {
        main.knowhow_detail .author__text .c-title04 {
          margin-bottom: 8px; } }

main.knowhow_detail .related {
  background: #F7F7F7;
  padding: 100px 0 160px; }
  @media only screen and (max-width: 767px) {
    main.knowhow_detail .related {
      padding: 60px 0 100px; } }
  main.knowhow_detail .related .c-title02 {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      main.knowhow_detail .related .c-title02 {
        margin-bottom: 32px; } }
  main.knowhow_detail .related .c-btn {
    margin: 80px auto 0;
    width: 213px;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      main.knowhow_detail .related .c-btn {
        width: 151px;
        margin-top: 40px; } }

main.knowhow .bg {
  background: linear-gradient(to bottom, #D8EBFF 20%, #E4F5FF, #F0F9FF); }

main.knowhow .main-visual {
  padding-bottom: 80px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    main.knowhow .main-visual {
      padding-bottom: 50px; } }
  main.knowhow .main-visual .c-title01 {
    margin-top: 17px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      main.knowhow .main-visual .c-title01 {
        margin-top: 12px;
        margin-bottom: 32px; } }

main.knowhow .whole {
  padding: 80px 0 120px; }
  @media only screen and (max-width: 767px) {
    main.knowhow .whole {
      padding: 60px 0 100px; } }
  main.knowhow .whole .c-title02.border {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      main.knowhow .whole .c-title02.border {
        margin-bottom: 32px; } }
  main.knowhow .whole .inner {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      main.knowhow .whole .inner {
        display: block; } }
    main.knowhow .whole .inner .cont {
      width: 65.4%; }
      @media only screen and (max-width: 767px) {
        main.knowhow .whole .inner .cont {
          width: 100%; } }
      main.knowhow .whole .inner .cont .c-knowhow-list {
        margin-bottom: 40px;
        gap: 6.11620795%; }
        @media only screen and (max-width: 767px) {
          main.knowhow .whole .inner .cont .c-knowhow-list {
            margin-bottom: 50px; } }
        main.knowhow .whole .inner .cont .c-knowhow-list li {
          width: 46.94189602%; }
          @media only screen and (min-width: 768px) {
            main.knowhow .whole .inner .cont .c-knowhow-list li {
              margin-top: 6.11620795%; } }
          @media only screen and (max-width: 767px) {
            main.knowhow .whole .inner .cont .c-knowhow-list li {
              width: 100%; } }
          @media only screen and (min-width: 768px) {
            main.knowhow .whole .inner .cont .c-knowhow-list li:nth-of-type(-n + 2) {
              margin-top: 0; } }
          main.knowhow .whole .inner .cont .c-knowhow-list li:nth-of-type(3) {
            margin-top: 6.11620795%; }
            @media only screen and (max-width: 767px) {
              main.knowhow .whole .inner .cont .c-knowhow-list li:nth-of-type(3) {
                margin-top: 32px; } }
      main.knowhow .whole .inner .cont .c-documents-list {
        gap: 6.11620795%; }
        main.knowhow .whole .inner .cont .c-documents-list li {
          width: 46.94189602%; }
          @media only screen and (min-width: 768px) {
            main.knowhow .whole .inner .cont .c-documents-list li {
              margin-top: 6.11620795%; } }
          @media only screen and (max-width: 767px) {
            main.knowhow .whole .inner .cont .c-documents-list li {
              width: 100%; } }
          @media only screen and (min-width: 768px) {
            main.knowhow .whole .inner .cont .c-documents-list li:nth-of-type(-n + 2) {
              margin-top: 0; } }
          main.knowhow .whole .inner .cont .c-documents-list li:nth-of-type(3) {
            margin-top: 6.11620795%; }
            @media only screen and (max-width: 767px) {
              main.knowhow .whole .inner .cont .c-documents-list li:nth-of-type(3) {
                margin-top: 32px; } }
      main.knowhow .whole .inner .cont .c-category-search {
        margin-top: 64px;
        margin-bottom: 64px; }
      main.knowhow .whole .inner .cont .c-btn {
        width: 198px;
        justify-content: space-between;
        margin: 0 auto; }
        @media only screen and (max-width: 767px) {
          main.knowhow .whole .inner .cont .c-btn {
            width: 151px; } }
    main.knowhow .whole .inner .c-sidebar {
      width: 30.7%;
      padding-top: 88px; }
      @media only screen and (max-width: 767px) {
        main.knowhow .whole .inner .c-sidebar {
          width: 100%;
          padding-top: 0;
          margin-top: 50px; } }

main.knowhow-cat .cont {
  padding: 17px 0 120px; }
  @media only screen and (max-width: 767px) {
    main.knowhow-cat .cont {
      padding: 10px 0 100px; } }
  main.knowhow-cat .cont .c-title01 {
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      main.knowhow-cat .cont .c-title01 {
        margin-bottom: 32px; } }
  main.knowhow-cat .cont .c-category-search {
    margin-top: 64px; }
    @media only screen and (max-width: 767px) {
      main.knowhow-cat .cont .c-category-search {
        margin-top: 50px; } }

main.page404 .cont {
  padding: 80px 0 160px;
  border-bottom: 1px solid #AFAFAF; }
  @media only screen and (max-width: 767px) {
    main.page404 .cont {
      padding: 62px 0 100px; } }
  main.page404 .cont h1 {
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #0143CA;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      main.page404 .cont h1 {
        margin-bottom: 32px; } }
  main.page404 .cont .c-title04 {
    display: block;
    margin-bottom: 16px; }
  main.page404 .cont .c-btn {
    margin-top: 64px; }
    @media only screen and (max-width: 767px) {
      main.page404 .cont .c-btn {
        margin-top: 60px; } }
    main.page404 .cont .c-btn svg {
      margin-left: 24px;
      position: relative;
      top: 1px; }

main.policy .whole .c-title01 {
  margin-top: 17px;
  margin-bottom: 64px; }
  @media only screen and (max-width: 767px) {
    main.policy .whole .c-title01 {
      margin-top: 12px;
      margin-bottom: 40px; } }

main.policy .post {
  max-width: 860px;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
  font-weight: 500;
  padding-bottom: 262px; }
  @media only screen and (max-width: 767px) {
    main.policy .post {
      font-size: 15px;
      font-size: 1.5rem;
      letter-spacing: 0.01em;
      padding-bottom: 100px; } }
  main.policy .post h4 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.03em;
    line-height: 1.6;
    font-weight: 600;
    color: #0143CA;
    margin-top: 40px; }
    @media only screen and (max-width: 767px) {
      main.policy .post h4 {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
        margin-top: 32px; } }
  main.policy .post p {
    margin-top: 12px; }
  main.policy .post ol {
    counter-reset: number 0;
    margin-top: 12px; }
    main.policy .post ol li {
      padding-left: 2.8em;
      position: relative;
      margin-top: 6px; }
      @media only screen and (max-width: 767px) {
        main.policy .post ol li {
          margin-top: 3px; } }
      main.policy .post ol li:first-of-type {
        margin-top: 0; }
      main.policy .post ol li:before {
        counter-increment: number 1;
        content: "（" counter(number) "）";
        position: absolute;
        top: 0;
        left: 0; }
  main.policy .post blockquote {
    background: #F7F7F7;
    border-radius: 4px;
    padding: 24px;
    margin-top: 40px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      main.policy .post blockquote {
        padding: 20px;
        border-radius: 2px;
        margin: 32px 0; } }
    main.policy .post blockquote h4 {
      margin: 0 0 12px; }
    main.policy .post blockquote p {
      margin: 0; }

main.thanks .whole {
  padding: 80px 0 208px;
  border-bottom: 1px solid #AFAFAF; }
  @media only screen and (max-width: 767px) {
    main.thanks .whole {
      padding: 62px 0 100px; } }
  main.thanks .whole h1 {
    margin-bottom: 46px; }
    @media only screen and (max-width: 767px) {
      main.thanks .whole h1 {
        margin-bottom: 32px; } }
  main.thanks .whole .c-btn {
    margin-top: 64px; }
    @media only screen and (max-width: 767px) {
      main.thanks .whole .c-btn {
        margin-top: 60px; } }
    main.thanks .whole .c-btn svg {
      margin-left: 24px;
      position: relative;
      top: 1px; }

main.top {
  padding-top: 0; }
  main.top .inner {
    max-width: 1244px; }
  main.top .sec-title {
    margin-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      main.top .sec-title {
        margin-bottom: 32px; } }
    main.top .sec-title .c-title {
      color: #0143CA;
      display: block;
      margin-bottom: 11px; }
      @media only screen and (max-width: 767px) {
        main.top .sec-title .c-title {
          margin-bottom: 5px; } }
  main.top .btn-col {
    display: flex;
    justify-content: center;
    gap: 40px; }
    @media only screen and (max-width: 767px) {
      main.top .btn-col {
        gap: 10px; } }
    main.top .btn-col > div {
      width: 300px; }
      @media only screen and (max-width: 767px) {
        main.top .btn-col > div {
          width: calc((100% - 10px) / 2); } }
      main.top .btn-col > div .c-btn {
        width: 100%; }
        @media only screen and (max-width: 767px) {
          main.top .btn-col > div .c-btn {
            padding: 13px 12px; } }
      main.top .btn-col > div small {
        display: block;
        text-align: center;
        color: #0143CA;
        margin-top: 7px;
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0.02em;
        line-height: 1.75;
        font-weight: 500; }
        @media only screen and (max-width: 767px) {
          main.top .btn-col > div small {
            font-size: 12px;
            font-size: 1.2rem;
            letter-spacing: 0.03em;
            line-height: 1.3;
            height: 31px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 6px;
            white-space: nowrap; } }
  main.top .main-visual {
    padding: 152px 0 62px;
    background: linear-gradient(130deg, #fff 30%, #E4F5FF, #B5CDFF);
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      main.top .main-visual {
        padding: 90px 0 60px;
        background: linear-gradient(110deg, #fff 30%, #E4F5FF, #B5CDFF); } }
    main.top .main-visual .inner {
      max-width: 1320px;
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        main.top .main-visual .inner {
          display: block; } }
    main.top .main-visual__text {
      width: 38.33333333%;
      margin-top: 48px; }
      @media only screen and (max-width: 767px) {
        main.top .main-visual__text {
          width: 100%;
          margin-top: 0;
          display: flex;
          flex-direction: column; } }
      main.top .main-visual__text h1 {
        font-size: 64px;
        font-size: 6.4rem;
        letter-spacing: 0.025em;
        line-height: 1.3;
        font-weight: 600;
        color: #0143CA;
        margin-bottom: 16px; }
        @media only screen and (max-width: 767px) {
          main.top .main-visual__text h1 {
            font-size: 38px;
            font-size: 3.8rem;
            margin-bottom: 0;
            order: 1; } }
        main.top .main-visual__text h1 small {
          font-size: 52px;
          font-size: 5.2rem; }
          @media only screen and (max-width: 767px) {
            main.top .main-visual__text h1 small {
              font-size: 30px;
              font-size: 3rem; } }
      main.top .main-visual__text p {
        font-size: 16px;
        font-size: 1.6rem;
        letter-spacing: 0.05em;
        font-weight: 500;
        line-height: 1.4375;
        margin-bottom: 36px; }
        @media only screen and (max-width: 767px) {
          main.top .main-visual__text p {
            font-size: 15px;
            font-size: 1.5rem;
            letter-spacing: 0.02em;
            line-height: 1.75;
            order: 4;
            margin-bottom: 0;
            margin-top: 25px; } }
      main.top .main-visual__text .btn-col {
        gap: 17px; }
        @media only screen and (max-width: 767px) {
          main.top .main-visual__text .btn-col {
            gap: 10px;
            order: 3;
            margin-top: 32px; } }
        main.top .main-visual__text .btn-col > div small {
          font-size: 13px;
          font-size: 1.3rem;
          line-height: 1.46153846;
          margin-top: 10px;
          white-space: nowrap; }
          @media only screen and (max-width: 767px) {
            main.top .main-visual__text .btn-col > div small {
              font-size: 12px;
              font-size: 1.2rem;
              line-height: 1.3;
              margin-top: 6px;
              height: 31px;
              display: flex;
              align-items: center;
              justify-content: center; } }
    main.top .main-visual__image {
      width: 59.25%;
      aspect-ratio: 711/545;
      position: relative; }
      @media only screen and (max-width: 767px) {
        main.top .main-visual__image {
          width: calc(100% + 16px);
          aspect-ratio: 710/660;
          order: 2;
          margin: 0 -8px;
          margin-top: -17px; } }
      main.top .main-visual__image .bg {
        position: absolute; }
      main.top .main-visual__image .bg-01 {
        width: 88.18565401%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media only screen and (max-width: 767px) {
          main.top .main-visual__image .bg-01 {
            top: -1%;
            left: auto;
            right: -11%;
            transform: translate(0%, 0%); } }
      main.top .main-visual__image .bg-02 {
        width: 77.35583685%;
        top: -13.57798165%;
        left: -5.76933896%; }
        @media only screen and (max-width: 767px) {
          main.top .main-visual__image .bg-02 {
            width: 73.52112676%;
            top: -6.36363636%;
            left: 14.5%; } }
      main.top .main-visual__image .image {
        position: absolute; }
        main.top .main-visual__image .image img {
          width: 100%;
          image-rendering: -webkit-optimize-contrast;
          image-rendering: crisp-edges; }
      main.top .main-visual__image .image-01 {
        width: 82.13783404%;
        left: 5.5161744%;
        bottom: 4.95412844%; }
        @media only screen and (max-width: 767px) {
          main.top .main-visual__image .image-01 {
            width: 95.49295775%;
            left: 2.25352113%;
            bottom: 6.16363636%; } }
      main.top .main-visual__image .image-02 {
        width: 43.60056259%;
        top: 0;
        left: 14.62728551%;
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.05));
        will-change: filter; }
        @media only screen and (max-width: 767px) {
          main.top .main-visual__image .image-02 {
            width: 50.70422535%;
            top: 10.45454545%;
            left: 2.25352113%; } }
      main.top .main-visual__image .image-03 {
        width: 43.60056259%;
        top: 18.0733945%;
        left: 2.81293952%;
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.05));
        will-change: filter; }
        @media only screen and (max-width: 767px) {
          main.top .main-visual__image .image-03 {
            width: 48.5915493%;
            top: 26.21212121%;
            left: 2.25352113%; } }
      main.top .main-visual__image .image-04 {
        width: 23.90998594%;
        top: 15.79449541%;
        right: 3.4092827%;
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.05));
        will-change: filter; }
        @media only screen and (max-width: 767px) {
          main.top .main-visual__image .image-04 {
            width: 19.71830986%;
            top: 0;
            right: 0; } }
        @media only screen and (min-width: 768px) {
          main.top .main-visual__image .image-04 img {
            aspect-ratio: 158/125; } }
      main.top .main-visual__image .image-05 {
        width: 28.12939522%;
        left: 0;
        bottom: 9%; }
        @media only screen and (max-width: 767px) {
          main.top .main-visual__image .image-05 {
            width: 37%;
            left: -2%;
            bottom: 8%; } }
      main.top .main-visual__image .image-06 {
        width: 28.41068917%;
        right: 4.92264416%;
        bottom: 0;
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.05));
        will-change: filter; }
      main.top .main-visual__image .image-07 {
        width: 38.2559775%;
        right: 0;
        bottom: 10.84220183%;
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.05));
        will-change: filter; }
        @media only screen and (max-width: 767px) {
          main.top .main-visual__image .image-07 {
            width: 38.73239437%;
            right: 0;
            bottom: 0; } }
  main.top .gradation-wrap {
    background: linear-gradient(to bottom, #ffffff, #E4F5FF, #C8DDFF); }
  main.top .reason {
    padding: 100px 0 40px; }
    @media only screen and (max-width: 767px) {
      main.top .reason {
        padding: 40px 0 25px; } }
    main.top .reason .sec-title {
      margin-bottom: 64px; }
      @media only screen and (max-width: 767px) {
        main.top .reason .sec-title {
          margin-bottom: 30px; } }
    main.top .reason__image {
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        main.top .reason__image {
          display: block; } }
      main.top .reason__image > div {
        width: calc((100% - 40px) / 2); }
        @media only screen and (max-width: 767px) {
          main.top .reason__image > div {
            width: 100%; } }
        main.top .reason__image > div span {
          margin: 0 auto 24px;
          width: max-content;
          display: block;
          padding: 12px 15px;
          border-radius: 96px;
          font-size: 16px;
          font-size: 1.6rem;
          letter-spacing: 0.05em;
          font-weight: 500; }
          @media only screen and (max-width: 767px) {
            main.top .reason__image > div span {
              font-size: 13px;
              font-size: 1.3rem;
              padding: 7px 12px;
              border-radius: 57px;
              margin-bottom: 12px; } }
          main.top .reason__image > div span.white {
            color: #000;
            background: #F8F8F8;
            border: 1px solid #5D5D5D; }
          main.top .reason__image > div span.blue {
            color: #fff;
            background: #0143CA;
            border: 1px solid #0143CA; }
        main.top .reason__image > div .c-title03 {
          margin-bottom: 20px;
          text-align: center; }
          @media only screen and (max-width: 767px) {
            main.top .reason__image > div .c-title03 {
              margin-bottom: 12px;
              letter-spacing: -0.01em;
              white-space: nowrap;
              text-align: center; } }
          main.top .reason__image > div .c-title03 em {
            color: #0143CA; }
      main.top .reason__image .arrow {
        width: 16px;
        height: 22px;
        display: block;
        background: #0143CA;
        clip-path: polygon(0 0, 100% 50%, 0 100%);
        margin: 0 12px;
        margin-top: 122px;
        transform: translate(0, 0); }
        @media only screen and (max-width: 767px) {
          main.top .reason__image .arrow {
            width: 20px;
            height: 14px;
            clip-path: polygon(0 0, 100% 0%, 50% 100%);
            margin: 12px auto; } }
    main.top .reason .c-btn {
      justify-content: space-between;
      padding: 13px 24px;
      margin: 64px auto 0; }
      @media only screen and (max-width: 767px) {
        main.top .reason .c-btn {
          padding: 8px 12px;
          margin-top: 40px; } }
      main.top .reason .c-btn svg {
        margin-left: 24px;
        position: relative;
        top: 1px; }
        @media only screen and (max-width: 767px) {
          main.top .reason .c-btn svg {
            margin-left: 12px;
            width: 6px; } }
  main.top .solution {
    padding: 40px 0 100px; }
    @media only screen and (max-width: 767px) {
      main.top .solution {
        padding: 25px 0 60px; } }
    main.top .solution__cont {
      margin-top: 40px;
      padding: 20px;
      background: #fff;
      border-radius: 4px;
      filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
      will-change: filter;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        main.top .solution__cont {
          border-radius: 2px;
          flex-direction: column;
          padding: 10px;
          margin-top: 17px; } }
      main.top .solution__cont .text {
        width: 36.53136531%;
        padding: 20px 20px 40px;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        @media only screen and (max-width: 767px) {
          main.top .solution__cont .text {
            order: 2;
            width: 100%;
            padding: 20px 10px 10px; } }
        main.top .solution__cont .text .number {
          color: #0143CA;
          margin-bottom: 16px;
          display: flex;
          align-items: center; }
          @media only screen and (max-width: 767px) {
            main.top .solution__cont .text .number {
              margin-bottom: 8px; } }
          main.top .solution__cont .text .number small {
            font-size: 20px;
            font-size: 2rem;
            font-weight: 500;
            font-family: "Roboto", sans-serif;
            margin-right: 10px; }
            @media only screen and (max-width: 767px) {
              main.top .solution__cont .text .number small {
                font-size: 14px;
                font-size: 1.4rem;
                margin-right: 5px; } }
          main.top .solution__cont .text .number strong {
            font-size: 40px;
            font-size: 4rem;
            font-weight: 500;
            font-family: "Roboto", sans-serif; }
            @media only screen and (max-width: 767px) {
              main.top .solution__cont .text .number strong {
                font-size: 24px;
                font-size: 2.4rem; } }
        main.top .solution__cont .text .c-title02 {
          margin-bottom: 12px; }
          @media only screen and (max-width: 767px) {
            main.top .solution__cont .text .c-title02 {
              margin-bottom: 8px; } }
        main.top .solution__cont .text .c-text01 {
          margin-bottom: 39px; }
          @media only screen and (max-width: 767px) {
            main.top .solution__cont .text .c-text01 {
              margin-bottom: 20px; } }
        main.top .solution__cont .text .c-btn {
          padding: 9px 24px; }
          @media only screen and (max-width: 767px) {
            main.top .solution__cont .text .c-btn {
              padding: 4px 12px;
              margin-left: auto; } }
          main.top .solution__cont .text .c-btn svg {
            margin-left: 15px;
            position: relative;
            top: 1px; }
            @media only screen and (max-width: 767px) {
              main.top .solution__cont .text .c-btn svg {
                margin-left: 7px;
                width: 5px; } }
      main.top .solution__cont .image {
        width: 61.623616%; }
        @media only screen and (max-width: 767px) {
          main.top .solution__cont .image {
            width: 100%; } }
    main.top .solution .btn-col {
      margin-top: 64px; }
      @media only screen and (max-width: 767px) {
        main.top .solution .btn-col {
          margin-top: 40px; } }
  main.top .value {
    padding: 100px 0 80px; }
    @media only screen and (max-width: 767px) {
      main.top .value {
        padding: 60px 0 40px; } }
    main.top .value__list {
      display: flex;
      gap: 3.21543408%; }
      @media only screen and (max-width: 767px) {
        main.top .value__list {
          display: block;
          gap: 0; } }
      main.top .value__list li {
        width: 31.18971061%;
        border: 1px solid #0143CA;
        border-radius: 4px;
        padding: 40px 24px 24px; }
        @media only screen and (max-width: 767px) {
          main.top .value__list li {
            width: 100%;
            border-radius: 2px;
            padding: 20px 32px;
            margin-top: 20px; } }
        main.top .value__list li .number {
          color: #0143CA;
          margin-bottom: 24px;
          display: flex;
          align-items: center; }
          @media only screen and (max-width: 767px) {
            main.top .value__list li .number {
              margin-bottom: 10px; } }
          main.top .value__list li .number:after {
            content: "";
            width: 100%;
            height: 1px;
            display: block;
            background: #0143CA;
            margin-left: 12px; }
            @media only screen and (max-width: 767px) {
              main.top .value__list li .number:after {
                margin-left: 6px; } }
          main.top .value__list li .number small {
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: 600;
            font-family: "Roboto", sans-serif;
            margin-right: 6px;
            margin-top: 2px;
            flex-shrink: 0; }
            @media only screen and (max-width: 767px) {
              main.top .value__list li .number small {
                font-size: 14px;
                font-size: 1.4rem;
                margin-right: 3px; } }
          main.top .value__list li .number strong {
            font-size: 20px;
            font-size: 2rem;
            font-weight: 600;
            font-family: "Roboto", sans-serif;
            flex-shrink: 0; }
            @media only screen and (max-width: 767px) {
              main.top .value__list li .number strong {
                font-size: 18px;
                font-size: 1.8rem; } }
        main.top .value__list li .c-title05 {
          margin-bottom: 10px; }
          @media only screen and (max-width: 767px) {
            main.top .value__list li .c-title05 {
              margin-bottom: 12px; } }
        main.top .value__list li .col {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          main.top .value__list li .col .percent {
            color: #0143CA; }
            main.top .value__list li .col .percent strong {
              font-size: 64px;
              font-size: 6.4rem;
              font-weight: 500;
              font-family: "Roboto", sans-serif;
              margin-right: 4px; }
              @media only screen and (max-width: 767px) {
                main.top .value__list li .col .percent strong {
                  font-size: 55px;
                  font-size: 5.5rem;
                  margin-right: 4px; } }
            main.top .value__list li .col .percent small {
              font-size: 32px;
              font-size: 3.2rem;
              font-weight: 500;
              font-family: "Roboto", sans-serif; }
              @media only screen and (max-width: 767px) {
                main.top .value__list li .col .percent small {
                  font-size: 20px;
                  font-size: 2rem; } }
          main.top .value__list li .col i {
            display: block;
            width: 88px; }
            @media only screen and (max-width: 767px) {
              main.top .value__list li .col i {
                width: 64px; } }
  main.top .c-logo-slider-area .c-title01 {
    display: block;
    text-align: center;
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
      main.top .c-logo-slider-area .c-title01 {
        margin-bottom: 10px; } }
  main.top .success {
    padding: 80px 0 100px; }
    @media only screen and (max-width: 767px) {
      main.top .success {
        padding: 40px 0 60px; } }
    main.top .success .c-btn {
      justify-content: space-between;
      padding: 13px 24px;
      margin: 40px auto 0; }
      @media only screen and (max-width: 767px) {
        main.top .success .c-btn {
          padding: 8px 12px;
          margin-top: 40px; } }
      main.top .success .c-btn svg {
        margin-left: 24px;
        position: relative;
        top: 1px; }
        @media only screen and (max-width: 767px) {
          main.top .success .c-btn svg {
            margin-left: 12px;
            width: 6px; } }
  main.top .system {
    padding: 100px 0;
    background: linear-gradient(to bottom, #F5FBFF, #CBDFFF); }
    @media only screen and (max-width: 767px) {
      main.top .system {
        padding: 60px 0 106px; } }
    main.top .system .sec-title {
      margin-bottom: 16px; }
      @media only screen and (max-width: 767px) {
        main.top .system .sec-title {
          margin-bottom: 13px; } }
    main.top .system__list {
      display: flex;
      flex-wrap: wrap;
      gap: 3.21543408%;
      margin-top: 40px; }
      @media only screen and (max-width: 767px) {
        main.top .system__list {
          margin-top: 20px;
          gap: 2.94985251%; } }
      main.top .system__list li {
        width: 31.18971061%;
        margin-top: 3.21543408%;
        background: #fff;
        border-radius: 4px;
        filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.1));
        will-change: filter;
        padding: 26px 24px 24px; }
        @media only screen and (max-width: 767px) {
          main.top .system__list li {
            width: 48.52507375%;
            margin-top: 2.94985251%;
            border-radius: 2px;
            padding: 10px 10px 10px; } }
        @media only screen and (max-width: 767px) {
          main.top .system__list li:nth-of-type(-n + 2) {
            margin-top: 0; } }
        @media only screen and (min-width: 768px) {
          main.top .system__list li:nth-of-type(-n + 3) {
            margin-top: 0; } }
        @media only screen and (max-width: 767px) {
          main.top .system__list li:nth-of-type(odd) {
            transition-delay: 0s !important; } }
        @media only screen and (max-width: 767px) {
          main.top .system__list li:nth-of-type(2n) {
            transition-delay: 0.2s !important; } }
        main.top .system__list li .title {
          margin-bottom: 17px; }
          main.top .system__list li .title span {
            font-size: 20px;
            font-size: 2rem;
            line-height: 1.6;
            letter-spacing: -0.03em;
            font-weight: 500;
            font-family: "Roboto", sans-serif;
            color: #0143CA;
            margin-right: 4px; }
            @media only screen and (max-width: 767px) {
              main.top .system__list li .title span {
                font-size: 18px;
                font-size: 1.8rem;
                display: block;
                margin: 0 0 0px; } }
          main.top .system__list li .title strong {
            letter-spacing: 0; }
        main.top .system__list li .image {
          border-radius: 4px;
          overflow: hidden; }
          @media only screen and (max-width: 767px) {
            main.top .system__list li .image {
              border-radius: 2px; } }
    main.top .system .btn-col {
      margin-top: 64px; }
      @media only screen and (max-width: 767px) {
        main.top .system .btn-col {
          margin-top: 40px; } }
  main.top .support {
    padding: 100px 0 60px; }
    @media only screen and (max-width: 767px) {
      main.top .support {
        padding: 60px 0 30px; } }
    main.top .support .col {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      @media only screen and (max-width: 767px) {
        main.top .support .col {
          display: block; } }
      main.top .support .col .text {
        width: 48.22064057%; }
        @media only screen and (max-width: 767px) {
          main.top .support .col .text {
            width: 100%; } }
        @media only screen and (max-width: 767px) {
          main.top .support .col .text .sec-title {
            margin-bottom: 20px; } }
        main.top .support .col .text .c-title02 {
          margin-bottom: 20px; }
          @media only screen and (max-width: 767px) {
            main.top .support .col .text .c-title02 {
              margin-bottom: 12px; } }
      main.top .support .col .image {
        width: 48.30960854%;
        border-radius: 4px;
        overflow: hidden; }
        @media only screen and (max-width: 767px) {
          main.top .support .col .image {
            width: 100%;
            border-radius: 2px;
            margin-bottom: 20px; } }
  main.top .faq {
    padding: 60px 0 100px; }
    @media only screen and (max-width: 767px) {
      main.top .faq {
        padding: 30px 0 60px; } }
    main.top .faq .col {
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        main.top .faq .col {
          display: block; } }
      main.top .faq .col .text {
        width: 20%; }
        @media only screen and (max-width: 767px) {
          main.top .faq .col .text {
            width: 100%; } }
    main.top .faq__list {
      width: 65.48042705%; }
      @media only screen and (max-width: 767px) {
        main.top .faq__list {
          width: 100%; } }
      main.top .faq__list dl {
        border-top: 1px solid #C1C1C1; }
        main.top .faq__list dl:last-of-type {
          border-bottom: 1px solid #C1C1C1; }
        main.top .faq__list dl dt {
          padding: 28px 72px 28px 24px;
          position: relative;
          cursor: pointer; }
          @media only screen and (max-width: 767px) {
            main.top .faq__list dl dt {
              padding: 16px 42px 16px 12px; } }
          main.top .faq__list dl dt.active i:after {
            opacity: 0; }
          main.top .faq__list dl dt .text-wrap {
            display: flex;
            align-items: flex-start;
            width: 100%; }
          main.top .faq__list dl dt span {
            font-size: 32px;
            font-size: 3.2rem;
            letter-spacing: 0.03em;
            line-height: 1.21428571;
            font-weight: 600;
            font-family: "Roboto", sans-serif;
            color: #0143CA;
            margin-right: 8px; }
            @media only screen and (max-width: 767px) {
              main.top .faq__list dl dt span {
                font-size: 18px;
                font-size: 1.8rem; } }
          main.top .faq__list dl dt p {
            font-size: 18px;
            font-size: 1.8rem;
            letter-spacing: 0.03em;
            line-height: 1.6;
            font-weight: 700;
            margin-top: 4px; }
            @media only screen and (max-width: 767px) {
              main.top .faq__list dl dt p {
                font-size: 15px;
                font-size: 1.5rem;
                line-height: 1.5;
                margin-top: 0; } }
          main.top .faq__list dl dt i {
            width: 24px;
            height: 24px;
            display: block;
            position: absolute;
            top: 37px;
            right: 24px; }
            @media only screen and (max-width: 767px) {
              main.top .faq__list dl dt i {
                width: 20px;
                height: 20px;
                top: 50%;
                right: 12px;
                transform: translate(0, -50%); } }
            main.top .faq__list dl dt i:before {
              content: "";
              width: 100%;
              height: 2px;
              display: block;
              background: #0143CA;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
              @media only screen and (max-width: 767px) {
                main.top .faq__list dl dt i:before {
                  height: 1px; } }
            main.top .faq__list dl dt i:after {
              content: "";
              width: 2px;
              height: 100%;
              display: block;
              background: #0143CA;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              transition: opacity .3s; }
              @media only screen and (max-width: 767px) {
                main.top .faq__list dl dt i:after {
                  width: 1px; } }
        main.top .faq__list dl dd {
          border-top: 1px solid #EAEAEA;
          padding: 28px 72px 28px 24px;
          display: none; }
          @media only screen and (max-width: 767px) {
            main.top .faq__list dl dd {
              padding: 16px 12px 16px 12px; } }
          main.top .faq__list dl dd .text-wrap {
            display: flex;
            align-items: flex-start;
            width: 100%; }
          main.top .faq__list dl dd span {
            font-size: 32px;
            font-size: 3.2rem;
            letter-spacing: 0.03em;
            line-height: 1.0625;
            font-weight: 600;
            font-family: "Roboto", sans-serif;
            color: #0143CA;
            margin-right: 12px; }
            @media only screen and (max-width: 767px) {
              main.top .faq__list dl dd span {
                font-size: 18px;
                font-size: 1.8rem;
                margin-right: 6px; } }
          main.top .faq__list dl dd p {
            font-size: 16px;
            font-size: 1.6rem;
            letter-spacing: 0.02em;
            line-height: 1.75;
            font-weight: 500; }
            @media only screen and (max-width: 767px) {
              main.top .faq__list dl dd p {
                font-size: 15px;
                font-size: 1.5rem;
                letter-spacing: 0.01em;
                position: relative;
                top: -3px; } }
  main.top .c-cv-area {
    padding: 120px 0; }
    @media only screen and (max-width: 767px) {
      main.top .c-cv-area {
        padding: 60px 0; } }
    main.top .c-cv-area .c-request {
      margin-bottom: 40px;
      padding: 40px 50px; }
      @media only screen and (max-width: 767px) {
        main.top .c-cv-area .c-request {
          padding: 32px 20px;
          margin-bottom: 20px; } }
      main.top .c-cv-area .c-request__text {
        width: 50%;
        max-width: 492px; }
        @media only screen and (max-width: 767px) {
          main.top .c-cv-area .c-request__text {
            width: 100%;
            order: 2; } }
        main.top .c-cv-area .c-request__text .c-title01 {
          margin-bottom: 10px; }
          @media only screen and (max-width: 767px) {
            main.top .c-cv-area .c-request__text .c-title01 {
              text-align: center;
              margin-bottom: 6px; } }
        main.top .c-cv-area .c-request__text .c-text01 {
          margin-bottom: 32px; }
          @media only screen and (max-width: 767px) {
            main.top .c-cv-area .c-request__text .c-text01 {
              font-weight: 400;
              margin-bottom: 20px; } }
        main.top .c-cv-area .c-request__text .c-btn {
          max-width: 492px; }
          @media only screen and (max-width: 767px) {
            main.top .c-cv-area .c-request__text .c-btn {
              max-width: 100%; } }
      main.top .c-cv-area .c-request__image {
        width: 47.4609375%; }
        @media only screen and (max-width: 767px) {
          main.top .c-cv-area .c-request__image {
            width: 100%; } }
    main.top .c-cv-area__box {
      width: 100%; }
      main.top .c-cv-area__box .c-btn {
        max-width: 442px; }
        @media only screen and (min-width: 768px) {
          main.top .c-cv-area__box .c-btn {
            padding: 15px; } }
  main.top .events {
    padding: 100px 0 80px; }
    @media only screen and (max-width: 767px) {
      main.top .events {
        padding: 60px 0 50px; } }
    main.top .events .c-btn {
      justify-content: space-between;
      margin: 40px auto 0; }
      @media only screen and (max-width: 767px) {
        main.top .events .c-btn {
          margin-top: 40px; } }
      main.top .events .c-btn svg {
        margin-left: 24px;
        position: relative;
        top: 1px; }
        @media only screen and (max-width: 767px) {
          main.top .events .c-btn svg {
            margin-left: 12px;
            width: 6px; } }
  main.top hr {
    border: none;
    outline: none;
    width: calc(100% - 120px);
    max-width: 1244px;
    height: 1px;
    display: block;
    background: #C1C1C1;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      main.top hr {
        width: calc(100% - 36px); } }
  main.top .documents {
    padding: 80px 0 100px; }
    @media only screen and (max-width: 767px) {
      main.top .documents {
        padding: 50px 0 60px; } }
    main.top .documents .c-btn {
      justify-content: space-between;
      margin: 40px auto 0; }
      @media only screen and (max-width: 767px) {
        main.top .documents .c-btn {
          margin-top: 40px; } }
      main.top .documents .c-btn svg {
        margin-left: 24px;
        position: relative;
        top: 1px; }
        @media only screen and (max-width: 767px) {
          main.top .documents .c-btn svg {
            margin-left: 12px;
            width: 6px; } }
  main.top .knowhow {
    padding: 100px 0 100px;
    background: #EFF8FF; }
    @media only screen and (max-width: 767px) {
      main.top .knowhow {
        padding: 60px 0 80px; } }
    main.top .knowhow .c-btn {
      justify-content: space-between;
      margin: 40px auto 0; }
      @media only screen and (max-width: 767px) {
        main.top .knowhow .c-btn {
          margin-top: 40px; } }
      main.top .knowhow .c-btn svg {
        margin-left: 24px;
        position: relative;
        top: 1px; }
        @media only screen and (max-width: 767px) {
          main.top .knowhow .c-btn svg {
            margin-left: 12px;
            width: 6px; } }
