@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* Scss Document */
:root {
  --placeholder:#afafaf; }

/* Scss Document */
input:not([type=range]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding: 10px 28px;
  border: 1px solid #5A5A5A;
  color: #333;
  background: #FFF;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 24px;
  line-height: 28px; }
  @media (max-width: 520px) {
    input:not([type=range]),
    textarea,
    select {
      height: 58px; }
      input:not([type=range]):active,
      textarea:active,
      select:active {
        line-height: 36px;
        font-size: 22px; } }
  input:not([type=range]):not(.filled),
  textarea:not(.filled),
  select:not(.filled) {
    background: rgba(29, 32, 136, 0.05); }

select {
  border-radius: 2px; }
  select option[value=""] {
    display: none; }
  select.empty {
    color: var(--placeholder); }
  select::-ms-expand {
    display: none; }

textarea {
  min-height: 12rem;
  line-height: 1.5; }

label {
  display: inline-flex;
  margin-right: 2rem;
  height: 48px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer; }
  label input {
    display: none !important; }
    label input + .txt,
    label input + .mwform-checkbox-field-text,
    label input + .mwform-radio-field-text {
      padding-left: 36px;
      min-height: 32px;
      display: inline-flex;
      align-items: center;
      justify-content: flex-start;
      position: relative;
      color: #333; }
      label input + .txt::before, label input + .txt::after,
      label input + .mwform-checkbox-field-text::before,
      label input + .mwform-checkbox-field-text::after,
      label input + .mwform-radio-field-text::before,
      label input + .mwform-radio-field-text::after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        content: "";
        box-sizing: border-box; }
      label input + .txt::before,
      label input + .mwform-checkbox-field-text::before,
      label input + .mwform-radio-field-text::before {
        width: 24px;
        height: 24px;
        border: 1px solid #5A5A5A;
        background: #F3F3F9;
        border-radius: 2px; }
    label input[type=radio] + .txt::before,
    label input[type=radio] + .txt::after,
    label input[type=radio] + .mwform-radio-field-text::before,
    label input[type=radio] + .mwform-radio-field-text::after {
      border-radius: 50%; }
    label input[type=radio] + .txt::after,
    label input[type=radio] + .mwform-radio-field-text::after {
      width: 10px;
      height: 10px;
      left: 4px;
      background: #1D2088; }
    label input[type=checkbox] + .txt::before,
    label input[type=checkbox] + .mwform-checkbox-field-text::before {
      border-radius: 2px; }
    label input[type=checkbox] + .txt::after,
    label input[type=checkbox] + .mwform-checkbox-field-text::after {
      width: 14px;
      height: 8px;
      border: 3px solid #1D2088;
      border-top: 0;
      border-right: 0;
      left: 6px;
      bottom: 4px;
      transform: rotate(-45deg); }
    label input[type=checkbox].nomark + .txt,
    label input[type=checkbox].nomark + .mwform-checkbox-field-text,
    label input[type=checkbox].nomark + .mwform-radio-field-text {
      padding: 0;
      min-width: 80px;
      justify-content: center;
      height: 36px;
      border-radius: 18px;
      background: #FFF;
      border: 1px solid #5A5A5A;
      color: #5A5A5A;
      box-sizing: border-box;
      padding: 0 10px;
      font-size: 0.86rem; }
      label input[type=checkbox].nomark + .txt::before, label input[type=checkbox].nomark + .txt::after,
      label input[type=checkbox].nomark + .mwform-checkbox-field-text::before,
      label input[type=checkbox].nomark + .mwform-checkbox-field-text::after,
      label input[type=checkbox].nomark + .mwform-radio-field-text::before,
      label input[type=checkbox].nomark + .mwform-radio-field-text::after {
        display: none !important; }
    label input[type=checkbox].nomark:checked + .txt,
    label input[type=checkbox].nomark:checked + .mwform-checkbox-field-text,
    label input[type=checkbox].nomark:checked + .mwform-radio-field-text {
      background: #0081CC;
      border: 1px solid #0081CC;
      color: #FFF; }
    label input:not(:checked) + .txt::after,
    label input:not(:checked) + .mwform-checkbox-field-text::after,
    label input:not(:checked) + .mwform-radio-field-text::after {
      display: none; }

button {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 800;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: 0;
  background: #1D2088; }

button:not(:disabled),
input[type=button]:not(:disabled) {
  cursor: pointer; }

.textarea_wrap {
  position: relative;
  width: 100%; }
  .textarea_wrap .placeholder {
    pointer-events: none;
    color: #5A5A5A;
    box-sizing: border-box;
    padding: 10px 28px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-weight: 400; }
  .textarea_wrap textarea:not(.empty) + .placeholder,
  .textarea_wrap textarea:focus + .placeholder {
    display: none; }

.select_wrap {
  position: relative; }
  .select_wrap select {
    padding-right: 4rem; }
  .select_wrap.free {
    width: fit-content; }
    .select_wrap.free select {
      min-width: 120px; }
  .select_wrap::after {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 1rem;
    pointer-events: none;
    border-width: 4px;
    border-style: solid;
    border-color: #5A5A5A transparent transparent transparent;
    width: 0;
    height: 0;
    margin: auto; }

::placeholder {
  color: var(--placeholder);
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 26px;
  font-size: 1rem; }
  @media (max-width: 520px) {
    ::placeholder {
      font-size: 14px;
      line-height: 34px; } }

.part {
  margin: 0 auto 20px auto;
  max-width: 640px; }
  .part > .label {
    margin-bottom: 0.5rem;
    box-sizing: border-box;
    font-size: 0.86rem; }
  .part .w100p {
    width: 100%; }
  .part .w50p {
    width: 50%; }
  .part .w70p {
    width: 70%; }
  .part .cont {
    position: relative; }
    .part .cont .example {
      position: absolute;
      bottom: -1.5rem;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      font-size: 0.86rem;
      color: #5A5A5A; }
      .part .cont .example::before {
        content: "記入例";
        display: block;
        width: 60px; }
  .part.required > .label::after {
    width: 40px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #E61F53;
    color: #FFF;
    font-size: 0.86rem;
    content: "必須"; }
  .part.part_birthday .flex input {
    width: 100px; }
  .part.part_agree .cont {
    display: flex;
    justify-content: center; }
  @media (min-width: 768px) {
    .part {
      margin-bottom: 40px;
      box-sizing: border-box;
      position: relative; } }
  @media (min-width: 960px) {
    .part {
      display: flex;
      justify-content: space-between;
      position: relative; }
      .part > .label {
        width: 140px;
        padding-top: 14px;
        line-height: 1.5;
        position: absolute;
        top: 0;
        left: -140px; }
      .part > .cont {
        width: 100%; } }

.mw_wp_form_confirm .part .cont .example {
  display: none; }
.mw_wp_form_confirm .part .cont .red {
  display: none; }
@media (min-width: 960px) {
  .mw_wp_form_confirm .part > .label {
    padding-top: 0; } }

.steps {
  max-width: 324px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; }
  .steps::before, .steps::after {
    width: calc( ( 100% - 48px * 3 - 80px ) / 2 );
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #5A5A5A; }
  .steps::before {
    left: 68px; }
  .steps::after {
    right: 68px; }
  .steps .step {
    width: 48px;
    height: 48px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    color: #5A5A5A; }

.mw_wp_form.mw_wp_form_input .steps .step_input {
  color: #333; }
.mw_wp_form.mw_wp_form_confirm .steps .step_confirm {
  color: #333; }
.mw_wp_form.mw_wp_form_complete .steps .step_complete {
  color: #333; }
.mw_wp_form:not(.mw_wp_form_confirm) .for_confirm {
  display: none; }
.mw_wp_form:not(.mw_wp_form_input) .for_input {
  display: none; }
.mw_wp_form:not(.mw_wp_form_complete) .for_complete {
  display: none; }
.mw_wp_form .to_link {
  margin: 40px auto;
  flex-direction: column;
  grid-gap: 10px; }

.mw_wp_form_confirm .part {
  margin-bottom: 4rem; }
.mw_wp_form_confirm .with_label {
  padding-top: 3rem; }
  .mw_wp_form_confirm .with_label .label {
    transform: translate(0, 0) !important;
    top: 0;
    padding: 0 !important; }
.mw_wp_form_confirm .not_for_confirm {
  display: none; }

.privacy_txt_wrap {
  height: 180px;
  padding: 30px;
  overflow: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
  background: #F3F3F9; }
  .privacy_txt_wrap::-webkit-scrollbar {
    width: 8px;
    background: #5A5A5A; }
  .privacy_txt_wrap::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: #333; }

.p-country-name {
  display: none !important; }

/* Scss Document */
/* Scss Document */
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

:root {
  --headheight:80px;
  --bp_sp:520px;
  --bp_tab:bp2; }

@media (min-width: 768px) {
  :root {
    --headheight:120px; } }
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../plugins/fontawesome/webfonts/fa-solid-900.ttf") format("woff2"), url("../plugins/fontawesome/webfonts/fa-solid-900.woff2") format("truetype"); }
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../plugins/fontawesome/webfonts/fa-brands-400.ttf") format("woff2"), url("../plugins/fontawesome/webfonts/fa-brands-400.woff2") format("truetype"); }
body, html {
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  transition: none !important;
  font-size: calc( ( 100vw - 40px ) / 28 );
  scroll-behavior: smooth;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400; }

@media (min-width: 521px) {
  body, html {
    font-size: calc( ( 100vw - 80px ) / 48 ); } }
@media (min-width: 640px) {
  body, html {
    font-size: calc( ( 100vw - 80px ) / 56 ); } }
@media (min-width: 768px) {
  body, html {
    font-size: calc( ( 100vw - 80px ) / 68 ); } }
@media (min-width: 960px) {
  body, html {
    font-size: 16px; } }
@media (max-width: 1440px) and (max-resolution: 1.8dppx), (-webkit-max-device-pixel-ratio: 1.8) {
  body, html {
    font-size: 14px; } }
html {
  height: -webkit-fill-available; }

body {
  background: #FFF;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.1rem;
  text-rendering: auto;
  color: #333;
  word-wrap: break-word;
  font-feature-settings: "palt";
  min-height: -webkit-fill-available;
  position: relative; }
  @media (max-width: 767px) {
    body {
      letter-spacing: normal; } }

body.touch {
  /*overflow-x: hidden;
  overflow-y:auto;*/ }

div, p, img, iframe {
  padding: 0;
  margin: 0;
  border: 0; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  padding: 0;
  margin: 0;
  line-height: 1.5;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400; }

h1, .h1 {
  font-size: 3rem; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 3rem; } }

h2, .h2 {
  font-size: 2rem; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 2.2rem; } }

h3, .h3 {
  font-size: 1.6rem; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 1.5rem; } }

h4, .h4 {
  font-size: 1.2rem; }

h5, .h5 {
  font-size: 1.1rem; }

a {
  text-decoration: underline;
  color: #1D2088; }
  a.blank::after {
    font-family: 'Font Awesome 6 Free';
    content: "\f08e";
    margin-left: 10px; }

a:hover,
a:focus {
  text-decoration: none; }

img {
  line-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  max-width: 100%; }

.fit_image {
  position: relative; }
  .fit_image img {
    width: 100%;
    height: auto; }

.photo .bg {
  height: 0;
  padding-top: 66%;
  background-color: #F3F3F9;
  background-image: url(../images/common/thumb.jpg); }

.video video {
  width: 100%;
  height: auto; }

figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0; }
  figure img {
    max-width: 100%;
    height: auto !important; }
  figure figcaption {
    font-size: 0.86rem; }
  figure.bridge {
    width: 100vw;
    height: 50vh;
    max-height: 320px;
    background: #5A5A5A;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    figure.bridge img {
      width: 100%;
      height: auto;
      max-width: none; }
    @media (min-height: 641px) and (max-aspect-ratio: 3 / 2) {
      figure.bridge img {
        height: 100% !important;
        width: auto; } }
    @media (orientation: portrait) {
      figure.bridge {
        height: 30vh; } }

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

span {
  display: inline-block; }

.with_comma:not(:last-child)::after {
  content: "、"; }

sub {
  vertical-align: baseline; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*\*/
     /*/
height: auto;
overflow: hidden;
/**/ }

.flex {
  display: flex;
  grid-gap: 10px 20px; }
  .flex.ac {
    align-items: center; }
  .flex.post_wrap {
    flex-direction: column;
    grid-gap: 40px; }
    .flex.post_wrap .flex_inner_sub .boxes .box .title {
      color: #1D2088; }
    .flex.post_wrap .flex_inner_sub .boxes .btns .btn .a {
      text-decoration: none;
      color: #333; }
    @media (max-width: 767px) {
      .flex.post_wrap .flex_inner_sub .boxes .btns {
        flex-direction: row;
        flex-wrap: wrap;
        grid-gap: 10px 30px; }
        .flex.post_wrap .flex_inner_sub .boxes .btns .btn {
          width: fit-content; } }
    @media (min-width: 768px) {
      .flex.post_wrap {
        justify-content: space-between;
        align-items: stretch;
        flex-direction: row-reverse;
        grid-gap: 80px; }
        .flex.post_wrap .flex_inner_sub {
          min-width: 240px;
          max-width: 240px;
          position: relative; }
          .flex.post_wrap .flex_inner_sub .boxes {
            position: sticky;
            top: calc( var(--headheight) + $space4 );
            grid-gap: 80px 20px; }
            .flex.post_wrap .flex_inner_sub .boxes .box {
              padding: 0;
              background: none; }
            .flex.post_wrap .flex_inner_sub .boxes .btns {
              flex-direction: column;
              align-items: flex-start;
              grid-gap: 10px; }
        .flex.post_wrap .flex_inner_main {
          max-width: 806px;
          min-width: 366px;
          width: 100%; } }

table {
  width: 100%;
  border-collapse: collapse;
  border: 0; }
  table td, table th {
    padding: 10px 20px; }
    table td .inner, table th .inner {
      display: flex;
      align-items: center; }
  table th {
    text-align: left;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-weight: 400; }
  table thead {
    font-size: 0.8rem;
    border-bottom: 1px solid #5A5A5A; }
  table tbody th {
    font-size: 0.86rem;
    min-width: 80px; }
  table tr:not(:last-child) {
    border-bottom: 1px solid #5A5A5A; }

.a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%; }
  .a > * {
    pointer-events: none; }
  .a:not(.disabled) {
    cursor: pointer; }
    .a:not(.disabled) > * {
      cursor: pointer; }

.nw {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400; }

.b {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 800; }

.w40 {
  width: 40px !important; }

.w60 {
  width: 60px !important; }

.w80 {
  width: 80px !important; }

.w100 {
  width: 100px !important; }

.w120 {
  width: 120px !important; }

.w140 {
  width: 140px !important; }

.w160 {
  width: 160px !important; }

.w180 {
  width: 180px !important; }

.over100 {
  width: 100vw !important;
  transform: translateX(-20px); }
  @media (min-width: 768px) {
    .over100 {
      transform: translateX(-30px); } }
  @media (min-width: 960px) {
    .over100 {
      transform: translateX(-40px); } }

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

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

.mt10 {
  margin-top: 1rem !important; }

.mb10 {
  margin-bottom: 1rem !important; }

.ml10 {
  margin-left: 1rem !important; }

.mr10 {
  margin-right: 1rem !important; }

.mt20 {
  margin-top: 2rem !important; }

.mb20 {
  margin-bottom: 2rem !important; }

.mt30 {
  margin-top: 3rem !important; }

.mb30 {
  margin-bottom: 3rem !important; }

.mt40 {
  margin-top: 4rem !important; }

.mb40 {
  margin-bottom: 4rem !important; }

.mt50 {
  margin-top: 5rem !important; }

.mb50 {
  margin-bottom: 5rem !important; }

.mt60 {
  margin-top: 6rem !important; }

.mb60 {
  margin-bottom: 6rem !important; }

.mt80 {
  margin-top: 8rem !important; }

.mb80 {
  margin-bottom: 8rem !important; }

.caption {
  font-size: 0.9rem;
  line-height: 1.5; }

.caption_wrap {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .caption_wrap .caption:not(:last-child) {
    margin-bottom: 5px; }

.text {
  font-size: 1rem;
  line-height: 2; }

.mini {
  font-size: 0.8rem;
  position: relative;
  top: -1px; }

.red {
  color: #E61F53; }

.blue {
  color: #1D2088; }

.underline {
  text-decoration: underline; }

.title_wrap {
  display: flex;
  flex-direction: column;
  grid-gap: 30px; }
  @media (min-width: 768px) {
    .title_wrap .title.h2 {
      font-size: 2.8rem;
      letter-spacing: 0.02rem; } }

.box_wrap,
.box_wrap_slendar,
.box_wrap_minimum,
.container {
  position: relative;
  margin: 0 auto;
  width: calc( 100% - 20px * 2 );
  box-sizing: border-box;
  max-width: 1206px; }
  @media (min-width: 768px) {
    .box_wrap,
    .box_wrap_slendar,
    .box_wrap_minimum,
    .container {
      width: calc( 100% - 30px * 2 ); } }
  @media (min-width: 960px) {
    .box_wrap,
    .box_wrap_slendar,
    .box_wrap_minimum,
    .container {
      width: calc( 100% - 40px * 2 ); } }

.box_wrap_minimum {
  max-width: 568px; }

.box_wrap_slendar {
  max-width: 840px; }

.container {
  max-width: none; }

.section {
  position: relative;
  width: 100%; }
  .section.section_wblue {
    background: rgba(29, 32, 136, 0.05); }
  .section.section_cont_sb_blue {
    padding-bottom: 0; }
    .section.section_cont_sb_blue .section_body_wrap {
      padding-top: 80px;
      padding-bottom: 80px;
      background: rgba(29, 32, 136, 0.05); }
  .section.section_cont_sb_dblue {
    padding-bottom: 0; }
    .section.section_cont_sb_dblue .section_body_wrap {
      padding-top: 80px;
      padding-bottom: 80px;
      background: linear-gradient(20deg, #1D2088 0%, #1D2088 30%, #00AFEC); }
  .section.section_fit_height {
    min-height: 100vh;
    height: 100%;
    box-sizing: border-box; }
  .section.section_cont {
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (min-width: 960px) {
      .section.section_cont {
        padding-top: 80px;
        padding-bottom: 80px; } }
    .section.section_cont.section_cont_pt0 {
      padding-top: 0 !important; }
    .section.section_cont.section_cont_pb0 {
      padding-bottom: 0 !important; }
    .section.section_cont.bg_gray::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #F3F3F9;
      z-index: -1; }
      @media (min-width: calc( $maxwidth1 + var(--headheight) + $space4 * 2 + var(--headheight))) {
        .section.section_cont.bg_gray::before {
          width: calc( 100vw - var(--headheight) ); } }
  .section.section_scroller_sticky {
    width: 100vw;
    padding-top: 0;
    padding-bottom: 0; }
    .section.section_scroller_sticky .section_body_wrap {
      position: sticky;
      top: 0;
      height: 100vh;
      width: 100vw;
      box-sizing: border-box;
      padding-top: 40px;
      padding-bottom: 40px;
      overflow: hidden; }
    .section.section_scroller_sticky .box_wrap {
      height: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
  .section .section_title_wrap {
    margin-bottom: 80px; }
    .section .section_title_wrap .title_wrap .title.eng {
      color: #1D2088; }
    .section .section_title_wrap .section_text {
      margin-top: 48px; }
  .section.section_cont_sub .section_title_wrap {
    margin-bottom: 60px; }

.tc {
  text-align: center !important; }

.tr {
  text-align: right !important; }

.tl {
  text-align: left !important; }

@media (max-width: 520px) {
  .tl_for_sp {
    text-align: left !important; } }
@media (min-width: 521px) {
  .for_sp {
    display: none !important; } }

@media (max-width: 520px) {
  .not_for_sp {
    display: none !important; } }

@media (max-width: 767px) {
  .for_device {
    display: none !important; } }

@media (min-width: 768px) {
  .not_for_device {
    display: none !important; } }

.radius {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px; }

.icon {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%; }

.fixed_center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }

.movie {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: calc( 100% * ( 9 / 16 ) ); }
  .movie > .inner {
    display: flex;
    justify-content: center;
    align-items: center; }
    .movie > .inner video {
      width: 100%;
      height: auto; }

.movie > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.vertical_adjust_wrap {
  display: flex;
  flex-direction: column; }
  .vertical_adjust_wrap .vertical_adjust_margin {
    margin-bottom: auto; }

.gmap {
  position: relative;
  padding-top: 80%;
  background: #5A5A5A; }

.eng {
  font-family: "Roboto", "Noto Sans JP", sans-serif; }

.mincho {
  font-family: "Times", "Noto Serif JP", serif; }

.scroll {
  /*mix-blend-mode: exclusion;*/
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 240px; }
  .scroll .a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #333;
    text-decoration: none;
    width: 180px; }
  .scroll > *:not(:last-child) {
    margin-bottom: 10px; }
  .scroll .txt {
    font-size: 0.66rem;
    transform: rotate(90deg);
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .scroll .bar {
    width: 1px;
    height: 160px;
    background: rgba(51, 51, 51, 0.33);
    /*background:rgba(255,255,255,0.33);*/
    position: relative;
    overflow: hidden; }
    .scroll .bar::after {
      left: 0;
      bottom: 0;
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background: #333;
      animation-name: expansion;
      animation-iteration-count: infinite;
      animation-duration: 1.5s; }
  .scroll.scrolldown {
    top: auto;
    bottom: -120px; }
    .scroll.scrolldown .txt::before {
      content: "Scroll Down"; }
    .scroll.scrolldown .bar {
      transform: rotate(180deg); }
  .scroll.scrollup {
    position: relative; }
    .scroll.scrollup .txt::before {
      content: "Scroll Up"; }
    @media (max-width: 520px) {
      .scroll.scrollup {
        height: 180px; }
        .scroll.scrollup .bar {
          height: 100px; } }

@keyframes expansion {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(-100%); } }
@keyframes expansion2 {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(100%); } }
.to_pagetop {
  top: 80px;
  bottom: auto;
  left: auto;
  right: 10px;
  width: 40px; }
  @media (min-width: 768px) {
    .to_pagetop {
      width: 80px; } }
  .to_pagetop .a {
    color: #FFF; }
  .to_pagetop .bar {
    height: 80px;
    background: rgba(255, 255, 255, 0.33); }
    .to_pagetop .bar::after {
      background: #FFF; }

.to_scroll {
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
  width: 40px; }
  .to_scroll .bar {
    height: 80px; }

.animate:not(.active),
.effect:not(.active) {
  transform: translateY(100px);
  opacity: 0;
  filter: Alpha(opacity=0); }
.animate.active,
.effect.active {
  transition: 0.66s transform, 0.66s opacity; }
.animate.block:not(.active),
.effect.block:not(.active) {
  transform: translateY(0);
  opacity: 1;
  filter: Alpha(opacity=100); }
  .animate.block:not(.active) > *,
  .effect.block:not(.active) > * {
    transform: translateY(100px);
    opacity: 0;
    filter: Alpha(opacity=0); }
.animate.block.active > *,
.effect.block.active > * {
  transition: 0.66s transform, 0.66s opacity; }

.to_link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 20px;
  margin: 20px auto; }
  .to_link.tl {
    justify-content: flex-start; }
  .to_link.tc {
    justify-content: center; }
  .to_link.tr {
    justify-content: flex-end; }
  .to_link.to_link_more .txt::before {
    content: "View More"; }
  .to_link .a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    grid-gap: 0 10px;
    width: fit-content;
    max-width: 400px;
    min-width: 160px;
    height: 48px;
    background: #1D2088;
    border-radius: calc( 48px / 2);
    text-decoration: none;
    cursor: pointer;
    padding: 0 40px;
    transition: 0.33s color, 0.33s background;
    position: relative;
    overflow: hidden;
    letter-spacing: normal;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-weight: 800;
    color: #FFF; }
    .to_link .a > * {
      z-index: 1; }
      .to_link .a > *:not(.fixed_center) {
        position: relative; }
    .to_link .a .txt,
    .to_link .a .category {
      font-size: 1; }
      @media (max-width: 520px) {
        .to_link .a .txt,
        .to_link .a .category {
          font-size: 0.9rem; } }
    .to_link .a .icon {
      width: 24px;
      height: 24px; }
      .to_link .a .icon svg * {
        fill: #1D2088 !important; }
    .to_link .a .arrow {
      width: 24px;
      height: 24px; }
    .to_link .a.white {
      background: #FFF;
      color: #1D2088; }
      .to_link .a.white .icon svg * {
        fill: #FFF !important; }
    .to_link .a.border {
      border: 1px solid #1D2088;
      background: #FFF;
      color: #1D2088; }
      .to_link .a.border .icon svg * {
        fill: #1D2088 !important; }
      .to_link .a.border.white {
        border: 1px solid #FFF;
        background: #1D2088;
        color: #FFF; }
        .to_link .a.border.white .icon svg * {
          fill: #FFF !important; }
    .to_link .a.text_link {
      border: 0;
      text-decoration: underline;
      color: #1D2088;
      min-width: 0;
      max-width: none;
      height: auto;
      border-radius: 0;
      line-height: 2;
      background: none; }
      .to_link .a.text_link::before, .to_link .a.text_link::after {
        display: none; }
  @media (max-width: 520px) {
    .to_link.tc_for_sp {
      justify-content: center; } }

.to_load_more .a .txt::before {
  content: "もっと読み込む"; }
.to_load_more .a::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid transparent;
  transform: rotate(45deg);
  display: inline-block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-width: 1px;
  border-bottom-color: #FFF;
  border-right-color: #FFF;
  position: relative;
  top: -2px; }

.to_text_link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 20px; }
  .to_text_link.tl {
    justify-content: flex-start; }
  .to_text_link.tc {
    justify-content: center; }
  .to_text_link .a {
    width: auto;
    color: #0081CC; }
  .to_text_link.to_return .a {
    overflow: visible;
    align-items: center;
    grid-gap: 10px;
    line-height: 15.96px;
    text-decoration: none; }
    .to_text_link.to_return .a::before {
      width: 12px;
      height: 12px;
      border: 2px solid transparent;
      transform: rotate(45deg);
      display: inline-block;
      box-sizing: border-box;
      position: relative;
      width: 12px;
      height: 12px;
      content: "";
      border-left-color: #0081CC;
      border-bottom-color: #0081CC;
      transition: 0.33s left; }

.btns {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  justify-content: flex-start;
  letter-spacing: 0.025rem; }
  .btns.tc {
    justify-content: center; }
  .btns.sns .btn {
    width: 48px;
    height: 48px; }
    .btns.sns .btn .a {
      text-decoration: none; }
    .btns.sns .btn .icon {
      font-size: 2rem;
      display: flex;
      justify-content: center;
      align-items: center; }
    .btns.sns .btn[key=facebook] .a {
      color: #3B5998; }
    .btns.sns .btn[key=twitter] .a {
      color: #00acee; }
    .btns.sns .btn[key=instagram] .a {
      color: #333; }
  .btns.btns_cont_move .a {
    background: #000;
    color: #FFF;
    text-decoration: none;
    position: relative; }
    .btns.btns_cont_move .a .bg {
      opacity: 0.8;
      filter: Alpha(opacity=80);
      padding-top: 60%;
      height: 0;
      transition: 0.33s opacity; }
    .btns.btns_cont_move .a .inner {
      height: 240px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .btns.btns_cont_move .a .icon {
      width: 12px;
      height: 12px;
      right: 10px;
      top: 10px;
      bottom: auto;
      left: auto; }
      .btns.btns_cont_move .a .icon svg * {
        fill: #FFF !important; }
  .btns.btns_move_archives {
    width: 100%;
    justify-content: space-between;
    margin-top: 80px; }
    .btns.btns_move_archives .btn {
      margin-bottom: 0;
      max-width: 160px; }
      .btns.btns_move_archives .btn .a {
        background: #0081CC;
        height: 36px;
        color: #FFF;
        padding: 0 10px;
        box-sizing: border-box;
        text-decoration: none; }
        .btns.btns_move_archives .btn .a .txt {
          font-size: 0.66rem;
          text-align: center; }
      .btns.btns_move_archives .btn div.a {
        background: #5A5A5A;
        opacity: 0.5;
        filter: Alpha(opacity=50); }
      .btns.btns_move_archives .btn.btn_prev .a .txt::before {
        content: "〈 前へ"; }
      .btns.btns_move_archives .btn.btn_next .a .txt::before {
        content: "次へ"; }
      .btns.btns_move_archives .btn.btn_next .a .txt::after {
        content: " 〉"; }

.section_cont_move .section_title_wrap {
  margin-bottom: 40px !important; }
  .section_cont_move .section_title_wrap .title_wrap {
    color: #CCC; }
.section_cont_move .btns {
  grid-gap: 0;
  justify-content: center; }
  @media (min-width: 768px) {
    .section_cont_move .btns {
      grid-gap: 40px; } }
  .section_cont_move .btns .btn {
    height: 200px;
    width: 100%;
    flex: 1;
    max-width: 360px; }
    .section_cont_move .btns .btn .a {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      grid-gap: 20px;
      text-decoration: none;
      color: #FFF; }
      .section_cont_move .btns .btn .a .h1 {
        font-size: 2rem; }
      .section_cont_move .btns .btn .a .ex {
        font-size: 0.72rem; }
    .section_cont_move .btns .btn[key=bf] .a {
      background: #1D2088; }
    .section_cont_move .btns .btn[key=project] .a {
      background: #0081CC; }
    .section_cont_move .btns .btn[key=solution] .a {
      background: #00AFEC; }
    @media (max-width: 767px) {
      .section_cont_move .btns .btn {
        height: 180px; }
        .section_cont_move .btns .btn .a .h1 {
          font-size: 1.2rem; }
        .section_cont_move .btns .btn .a .ex {
          font-size: 0.86rem; } }
  @media (min-width: 521px) {
    .section_cont_move .btns {
      grid-gap: 20px; } }

.share {
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-items: center; }
  .share .sns {
    grid-gap: 10px; }
    .share .sns .btn {
      width: 48px;
      height: 48px;
      margin: 0;
      flex-wrap: wrap; }
      .share .sns .btn .icon {
        width: 24px;
        height: 24px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2rem;
        font-family: 'Font Awesome 6 Brands';
        color: #1D2088; }
      .share .sns .btn .a {
        box-sizing: content-box; }
        .share .sns .btn .a .txt {
          font-size: 0.86rem; }
      .share .sns .btn.btn_facebook .icon::before, .share .sns .btn[key=facebook] .icon::before {
        content: "\f39e"; }
      .share .sns .btn.btn_twitter .icon::before, .share .sns .btn[key=twitter] .icon::before {
        content: "\f099"; }
      .share .sns .btn.btn_line .icon::before, .share .sns .btn[key=line] .icon::before {
        content: "\f3c0"; }
      .share .sns .btn.btn_note .icon, .share .sns .btn[key=note] .icon {
        width: 40px;
        height: 40px;
        background-image: url(../images/common/icon_note.svg); }

.textures {
  pointer-events: none;
  width: 100%;
  height: 100%; }
  .textures .texture {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto; }
    .textures .texture:not(.active) {
      transform: translateY(0); }

.fav_wrap label {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  display: block; }
.fav_wrap .wpulike {
  width: 100%; }
  .fav_wrap .wpulike.wpulike-animated-heart .wp_ulike_btn {
    background: none;
    box-shadow: none; }
    .fav_wrap .wpulike.wpulike-animated-heart .wp_ulike_btn svg * {
      fill: #FFF !important; }
  .fav_wrap .wpulike.wpulike-animated-heart .count-box {
    color: #FFF; }
  .fav_wrap .wpulike .wp_ulike_general_class {
    display: flex;
    height: 48px;
    background: #00AFEC;
    color: #FFF;
    font-size: 0.86rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px; }
    .fav_wrap .wpulike .wp_ulike_general_class .count-box::before {
      content: "この記事にいいねする（"; }
    .fav_wrap .wpulike .wp_ulike_general_class .count-box::after {
      content: "）"; }
    .fav_wrap .wpulike .wp_ulike_general_class.wp_ulike_is_liked {
      background: #0081CC; }
      .fav_wrap .wpulike .wp_ulike_general_class.wp_ulike_is_liked .count-box::before {
        content: "この記事にいいねしました（"; }

.category_btns_wrap {
  /*background:$conceptcolor;
  padding:$space1 0;*/
  position: absolute;
  top: calc( var(--headheight) + 20px );
  right: 0;
  z-index: 1;
  display: none;
  width: calc( 100% - 240px );
  /*@include media_query(sp){
      .now{
          width:100%;
          height:100%;
          display:flex;
          justify-content: flex-start;
          align-items: center;
          height:$btnheight;
          color:#FFF;
      }
      .btns{
          background:$conceptcolor;
          border:0 solid #FFF;
          position:absolute;
          top:-1px;
          left:-1px;
          flex-direction: column;
          flex-wrap:nowrap;
          grid-gap:$space1;
          width:100%;
          height:0;
          overflow:hidden;
          transition:$animation_duration height;
          align-items: flex-start;
          .btn{
              width:100%;
              &::after{
                  display:none;
              }
              .a{
                  justify-content: flex-start;
                  box-sizing: border-box;
                  padding:0 $space2;
              }
          }
          
          &.active{
              height:240px;
              overflow-y: auto;
              border-width:1px;
          }
      }
  }*/ }
  @media (min-width: 768px) {
    .category_btns_wrap {
      display: block; } }
  .category_btns_wrap .btns {
    width: 100%;
    grid-gap: 0 20px;
    flex-wrap: wrap;
    justify-content: flex-end; }
    .category_btns_wrap .btns .btn {
      position: relative; }
      .category_btns_wrap .btns .btn .a {
        height: 40px;
        /*color:#FFF;*/
        text-decoration: none;
        font-size: 0.72rem; }
      .category_btns_wrap .btns .btn.here .a {
        position: relative;
        color: #0081CC; }
        .category_btns_wrap .btns .btn.here .a::after {
          width: 100%;
          height: 2px;
          content: "";
          position: absolute;
          bottom: 8px;
          left: 0;
          right: 0;
          margin: auto;
          background: #0081CC; }
      .category_btns_wrap .btns .btn:not(:last-child)::after {
        width: 20px;
        content: "|";
        position: absolute;
        right: -20px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0;
        bottom: 0;
        margin: auto;
        /*color:#FFF;*/
        opacity: 0.5;
        filter: Alpha(opacity=50); }

.btns_wrap {
  border-top: 1px solid #5A5A5A;
  border-bottom: 1px solid #5A5A5A;
  height: 48px;
  margin-bottom: 4rem; }
  .btns_wrap .btns .btn {
    position: relative; }
    .btns_wrap .btns .btn.here::after {
      width: 100%;
      height: 3px;
      background: #5A5A5A;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    .btns_wrap .btns .btn .a {
      text-decoration: none !important; }
      .btns_wrap .btns .btn .a .txt {
        transition: 0.33s opacity; }
  @media (max-width: 767px) {
    .btns_wrap {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 0; } }
  @media (min-width: 768px) {
    .btns_wrap {
      height: 64px; }
      .btns_wrap .btns {
        height: 100%; }
        .btns_wrap .btns .btn {
          height: 100%; }
          .btns_wrap .btns .btn:not(:last-child) {
            margin-right: 2rem; } }

.categories,
.tags {
  flex-wrap: wrap;
  grid-gap: 10px; }
  .categories .btn,
  .tags .btn {
    margin: 0; }
    .categories .btn .a,
    .tags .btn .a {
      min-width: 60px;
      text-decoration: none;
      box-sizing: border-box;
      padding: 0 10px;
      box-sizing: border-box;
      height: 24px;
      border-radius: 12px; }
      .categories .btn .a .txt,
      .tags .btn .a .txt {
        font-size: 0.86rem; }

.categories .btn .a {
  background: #00AFEC;
  color: #FFF; }

.tags .btn .a {
  background: #FFF; }

.category_select_wrap .categories {
  grid-gap: 10px 20px; }
  .category_select_wrap .categories .btn .a {
    width: fit-content;
    min-width: 0;
    padding: 0;
    height: auto;
    border: 0;
    color: #5A5A5A;
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-weight: 800; }
    .category_select_wrap .categories .btn .a .txt {
      font-size: 1rem; }
  .category_select_wrap .categories .btn.active .a {
    color: #333; }

.tabs .tab {
  height: 48px;
  margin: 0 20px; }
  .tabs .tab .a {
    position: relative;
    height: 100%;
    cursor: pointer;
    text-decoration: none; }
    .tabs .tab .a .txt {
      font-size: 1rem; }
    .tabs .tab .a::after {
      width: 100%;
      height: 4px;
      background: #1D2088;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    .tabs .tab .a:not(.active)::after {
      display: none; }
    .tabs .tab .a.active {
      color: #1D2088; }

.tabs_wrap > .tabs {
  margin-bottom: 20px; }

.accordion_wrap {
  position: relative;
  left: -20px;
  width: calc( 100% + 20px * 2 );
  --btnheight:48px; }
  .accordion_wrap .accordion_head {
    cursor: pointer;
    padding: 0 40px 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: var(--btnheight);
    border-bottom: 1px solid #5A5A5A;
    position: relative; }
    .accordion_wrap .accordion_head::after {
      width: 12px;
      height: 12px;
      border: 2px solid transparent;
      transform: rotate(45deg);
      display: inline-block;
      box-sizing: border-box;
      border-bottom-color: #5A5A5A;
      border-right-color: #5A5A5A;
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 10px;
      margin: auto; }
  .accordion_wrap .accordion_body {
    overflow: hidden;
    height: fit-content;
    box-sizing: border-box;
    padding: 0 20px;
    background: #FFF; }
    .accordion_wrap .accordion_body > .btns {
      display: block; }
      .accordion_wrap .accordion_body > .btns .btn {
        width: 100%;
        margin: 0 !important;
        min-height: var(--btnheight);
        height: fit-content; }
        .accordion_wrap .accordion_body > .btns .btn:not(:last-child) {
          border-bottom: 1px solid #5A5A5A; }
        .accordion_wrap .accordion_body > .btns .btn .a {
          width: 100%;
          height: 100%;
          padding: 0;
          min-height: var(--btnheight);
          background: transparent;
          border: 0;
          border-radius: 0;
          justify-content: flex-start;
          align-items: center; }
  .accordion_wrap.active > .accordion_head::after {
    width: 12px;
    height: 12px;
    border: 2px solid transparent;
    transform: rotate(45deg);
    display: inline-block;
    box-sizing: border-box;
    border-top-color: #5A5A5A;
    border-left-color: #5A5A5A;
    border-bottom-color: transparent;
    border-right-color: transparent; }
  .accordion_wrap:not(.active) > .accordion_body {
    height: 0; }
  .accordion_wrap:not(.active) > .accordion_head {
    border-bottom: 0; }
  .accordion_wrap + .accordion_wrap {
    border-top: 1px solid #5A5A5A; }

.list_wrap .list {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  padding: 1rem 0; }
  .list_wrap .list:not(:last-child) {
    border-bottom: 1px solid #5A5A5A; }
  .list_wrap .list > .a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    text-decoration: none;
    color: #333; }
    .list_wrap .list > .a > * {
      box-sizing: border-box;
      padding: 20px 20px;
      position: relative;
      z-index: 2; }
      @media (max-width: 520px) {
        .list_wrap .list > .a > * {
          padding: 10px 10px; } }
      .list_wrap .list > .a > *:not(:last-child) {
        padding-right: 0; }
        @media (max-width: 520px) {
          .list_wrap .list > .a > *:not(:last-child) {
            padding-right: 0; } }
  .list_wrap .list .label .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
  .list_wrap .list .cont {
    width: 100%; }
    .list_wrap .list .cont .inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
.list_wrap.list_wrap_slendar {
  margin-left: auto;
  margin-right: auto;
  width: calc( 100% - 80px * 2 );
  min-width: 320px; }
.list_wrap.list_info_wrap {
  margin-bottom: 40px; }
  .list_wrap.list_info_wrap.mb0 {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .list_wrap.list_info_wrap .list {
      display: block; }
      .list_wrap.list_info_wrap .list .label {
        margin-bottom: 0.5rem; } }
  @media (min-width: 768px) {
    .list_wrap.list_info_wrap .list {
      padding: 20px 0;
      align-items: flex-start; }
      .list_wrap.list_info_wrap .list .label {
        width: 120px; }
      .list_wrap.list_info_wrap .list .cont {
        width: calc( 100% - 120px - 20px ); } }
.list_wrap.list_news_wrap .list > .a {
  padding: 0;
  text-decoration: none; }
  .list_wrap.list_news_wrap .list > .a > * {
    padding: 0; }
  .list_wrap.list_news_wrap .list > .a .date_wrap {
    justify-content: flex-start; }
  .list_wrap.list_news_wrap .list > .a .title {
    font-size: 1.25rem; }
  .list_wrap.list_news_wrap .list > .a .categories .category .a {
    min-width: 120px; }
  @media (max-width: 767px) {
    .list_wrap.list_news_wrap .list > .a {
      display: block; }
      .list_wrap.list_news_wrap .list > .a .label {
        margin-bottom: 10px; } }
  @media (min-width: 768px) {
    .list_wrap.list_news_wrap .list > .a {
      flex-wrap: nowrap;
      grid-gap: 40px;
      align-items: flex-start; }
      .list_wrap.list_news_wrap .list > .a .label {
        width: 360px;
        padding-top: 3px; }
      .list_wrap.list_news_wrap .list > .a .cont {
        width: 100%; } }
.list_wrap.list_link_wrap .list {
  padding: 0;
  border: 0; }
  .list_wrap.list_link_wrap .list > .a {
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0;
    grid-gap: 40px; }
    .list_wrap.list_link_wrap .list > .a > * {
      padding: 0; }
    .list_wrap.list_link_wrap .list > .a .categories .btn .a {
      min-width: 120px;
      background: #333;
      color: #FFF; }
      .list_wrap.list_link_wrap .list > .a .categories .btn .a .txt {
        font-size: 0.66rem; }
    .list_wrap.list_link_wrap .list > .a .title {
      font-size: 1rem; }
    @media (max-width: 520px) {
      .list_wrap.list_link_wrap .list > .a {
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 10px; } }
.list_wrap.mini_list_wrap .list:not(:last-child) {
  border-bottom: 0; }
.list_wrap.mini_list_wrap .list .label {
  width: 120px;
  height: 24px;
  border: 1px solid #5A5A5A;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.86rem; }
.list_wrap.mini_list_wrap .list .cont {
  line-height: 24px; }
@media (max-width: 520px) {
  .list_wrap.mini_list_wrap .list {
    display: block; }
    .list_wrap.mini_list_wrap .list .label {
      margin-bottom: 10px; } }
@media (min-width: 521px) {
  .list_wrap.mini_list_wrap .list {
    justify-content: space-between;
    align-items: flex-start; }
    .list_wrap.mini_list_wrap .list .cont {
      width: calc( 100% - 120px - 30px ); } }

ol {
  padding-inline-start: 20px;
  margin-block-start: 0;
  margin-block-end: 0; }
  ol li {
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: decimal; }
  ol:first-child li:first-child {
    padding-top: 0; }

.dotted {
  padding-left: 10px;
  box-sizing: border-box;
  position: relative; }
  .dotted::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0; }

@media (max-width: 767px) {
  .block_wrap.flex {
    flex-direction: column;
    grid-gap: 40px; } }
@media (min-width: 768px) {
  .block_wrap.flex {
    flex-direction: row;
    grid-gap: 40px; }
    .block_wrap.flex .flex_inner_left {
      width: 100%; }
    .block_wrap.flex .flex_inner_right {
      min-width: 45%;
      max-width: 45%; } }

.block {
  width: 100%; }
  .block:not(:last-child) {
    margin-bottom: 120px; }
  .block .head {
    margin-bottom: 20px;
    position: relative; }
  .block .copy,
  .block .title {
    letter-spacing: 0.2rem; }
  .block .title.black {
    background: #1D2088;
    color: #FFF;
    box-sizing: border-box;
    padding: 10px 20px; }
  .block > .foot {
    margin-top: 40px; }
  .block.article .head,
  .block.article .body .text,
  .block.article .foot {
    display: flex;
    flex-direction: column;
    grid-gap: 20px; }
  .block.article .head .date_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-gap: 10px 20px;
    align-items: center; }
  .block.article .body .text {
    grid-gap: 40px; }
    .block.article .body .text .to_link {
      width: 100%; }
  .block.article .foot {
    grid-gap: 40px; }
  .block.block_not_found .head .not_found {
    font-size: 3rem; }
  .block.block_not_found .head .sub {
    font-size: 1.1rem; }
  @media (min-width: 768px) {
    .block.block_not_found .head .not_found {
      font-size: 4rem; }
    .block.block_not_found .head .sub {
      font-size: 1.5rem; } }

.sub_block:not(:last-child) {
  margin-bottom: 40px; }
.sub_block > h4 {
  margin-bottom: 10px; }
.sub_block .head {
  margin-bottom: 10px; }

.photo + .article_wrap {
  margin-top: 30px; }

.boxes {
  display: flex;
  flex-direction: column;
  grid-gap: 40px 20px; }

.box {
  background: #F3F3F9;
  box-sizing: border-box;
  padding: 20px; }
  .box .title {
    font-size: 1rem;
    margin-bottom: 10px; }
  .box.box_attention .title {
    font-size: 0.86rem; }
  .box.box_attention .text {
    font-size: 0.66rem; }

.article_move_btns {
  justify-content: space-between;
  padding: 40px 0 120px 0; }
  .article_move_btns .btn .arrow {
    width: 12px;
    height: 12px;
    border: 2px solid transparent;
    transform: rotate(45deg);
    display: inline-block;
    box-sizing: border-box; }

.article_options .btns {
  flex-wrap: wrap; }
  .article_options .btns .btn {
    margin-bottom: 10px; }
    .article_options .btns .btn .a .num::before {
      content: "（"; }
    .article_options .btns .btn .a .num::after {
      content: "）"; }
.article_options .tag_clouds a {
  margin: 0 10px 10px 0; }

.flex_column_gap {
  display: flex;
  flex-direction: column;
  grid-gap: 80px; }

.columns {
  --gap:20px;
  display: flex;
  flex-wrap: wrap;
  grid-gap: var(--gap); }
  @media (min-width: 521px) {
    .columns {
      --gap:40px; } }
  .columns.slim {
    --gap:20px; }
  .columns.wide {
    --gap:80px; }
  .columns.zero {
    --gap:0px; }
  .columns .column {
    width: 100%; }
  @media (min-width: 768px) {
    .columns.column2 .column {
      width: calc( ( 100% - var(--gap) ) / 2 ); } }
  @media (min-width: 521px) {
    .columns.column3 .column {
      width: calc( ( 100% - var(--gap) ) / 2 ); } }
  @media (min-width: 960px) {
    .columns.column3 .column {
      width: calc( ( 100% - var(--gap) * 2 ) / 3 - 1px ); } }
  @media (max-width: 767px) {
    .columns.column4 .column {
      width: calc( ( 100% - var(--gap) ) / 2 ); } }
  @media (min-width: 768px) {
    .columns.column4 .column {
      width: calc( ( 100% - var(--gap) * 3 ) / 4 ); } }
  .columns.column5 .column {
    width: calc( ( 100% - var(--gap) ) / 2 ); }
  @media (min-width: 521px) {
    .columns.column5 .column {
      width: calc( ( 100% - var(--gap) * 2 ) / 3 - 1px ); } }
  @media (min-width: 768px) {
    .columns.column5 .column {
      width: calc( ( 100% - var(--gap) * 4 ) / 5 ); } }
  .columns.column6 .column {
    width: calc( ( 100% - var(--gap) ) / 2 ); }
  @media (min-width: 521px) {
    .columns.column6 .column {
      width: calc( ( 100% - var(--gap) * 2 ) / 3 - 1px ); } }
  @media (min-width: 768px) {
    .columns.column6 .column {
      width: calc( ( 100% - var(--gap) * 3 ) / 4 ); } }
  @media (min-width: 960px) {
    .columns.column6 .column {
      width: calc( ( 100% - var(--gap) * 5 ) / 6 ); } }

.search_wrap {
  max-width: 320px;
  min-width: 280px;
  margin: 20px auto 0 auto; }
  .search_wrap form {
    width: 100%; }
  .search_wrap .inner {
    width: 100%;
    position: relative; }
    .search_wrap .inner input {
      width: 100%;
      border-radius: 24px;
      padding-left: 24px;
      padding-right: 72px;
      border: 0;
      background: #F3F3F9; }
    .search_wrap .inner button {
      left: auto;
      right: 12px;
      width: 48px;
      height: 48px;
      background: none; }
      .search_wrap .inner button .icon {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.4rem; }

.search_categories_wrap {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .search_categories_wrap .category_wrap {
    max-width: 320px; }
    .search_categories_wrap .category_wrap::after {
      border-top-color: #FFF; }
    .search_categories_wrap .category_wrap select {
      background: #0081CC;
      color: #FFF;
      border: 0; }
  .search_categories_wrap .search_wrap {
    margin: 0; }

.new {
  position: relative;
  top: -2px; }
  .new::before {
    content: "New!";
    color: #0081CC;
    font-size: 0.66rem;
    margin-right: 10px; }

.date {
  font-size: 0.9rem;
  letter-spacing: 0.01rem; }
  .date .new {
    margin-left: 10px; }

.date_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 10px 20px; }

.archives .archive > .a {
  text-decoration: none;
  flex-direction: column;
  justify-content: flex-start;
  color: #333;
  grid-gap: 10px; }
  .archives .archive > .a.disabled {
    pointer-events: none; }
.archives .archive .photo {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .archives .archive .photo .bg {
    transition: 0.33s transform; }
.archives .archive .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 10px; }
  .archives .archive .info .inner {
    display: flex;
    flex-direction: column;
    grid-gap: 5px; }
  .archives .archive .info .title {
    font-size: 1rem; }
  .archives .archive .info .ex {
    font-size: 0.66rem; }
.archives .archive.to_archive_list > .a {
  flex-direction: row;
  color: #FFF;
  min-height: 120px; }
  .archives .archive.to_archive_list > .a .photo {
    background: #1D2088; }
    .archives .archive.to_archive_list > .a .photo .bg {
      background: #1D2088; }
    .archives .archive.to_archive_list > .a .photo .txt {
      width: 100%;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center; }
.archives.archives_column .archive .photo .bg {
  padding-top: 100%; }
  .archives.archives_column .archive .photo .bg.pressrelease {
    background-image: url("../images/common/thumb_pressrelease.jpg"); }
  .archives.archives_column .archive .photo .bg.information {
    background-image: url("../images/common/thumb_information.jpg"); }
  .archives.archives_column .archive .photo .bg.technique {
    background-image: url("../images/common/thumb_technique.jpg"); }
  .archives.archives_column .archive .photo .bg.talksession {
    background-image: url("../images/common/thumb_talk.jpg"); }
.archives.archives_news .archive > .a {
  flex-direction: row;
  grid-gap: 20px;
  align-items: center; }
  .archives.archives_news .archive > .a .photo {
    width: 100px;
    min-width: 100px;
    max-width: 100px; }
  .archives.archives_news .archive > .a .info {
    width: 100%; }
    .archives.archives_news .archive > .a .info .date_wrap {
      font-size: 0.86rem; }
      .archives.archives_news .archive > .a .info .date_wrap .categories .btn .a {
        height: 16px; }
        .archives.archives_news .archive > .a .info .date_wrap .categories .btn .a .txt {
          font-size: 0.66rem; }
    .archives.archives_news .archive > .a .info .title {
      font-size: 0.86rem; }
.archives.archives_bf_category {
  grid-gap: 0;
  justify-content: center; }
  .archives.archives_bf_category .archive {
    width: 33.33%; }
    .archives.archives_bf_category .archive > .a {
      background: #1D2088; }
      .archives.archives_bf_category .archive > .a .photo {
        height: 100%; }
        .archives.archives_bf_category .archive > .a .photo::after {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: linear-gradient(20deg, #1D2088 0%, #1D2088 30%, #00AFEC);
          content: "";
          opacity: 0.5;
          filter: Alpha(opacity=50);
          mix-blend-mode: multiply;
          transition: 0.33s opacity; }
        .archives.archives_bf_category .archive > .a .photo .bg {
          padding-top: 66%;
          height: 0; }
      .archives.archives_bf_category .archive > .a .info {
        width: 100%;
        height: calc( 100% - 40px * 2 );
        align-items: center;
        justify-content: flex-end;
        color: #FFF; }
        .archives.archives_bf_category .archive > .a .info .inner {
          width: calc( 100% - 40px * 2 ); }
          .archives.archives_bf_category .archive > .a .info .inner .h3 {
            font-family: "Roboto", "Noto Sans JP", sans-serif;
            font-weight: 800; }
          .archives.archives_bf_category .archive > .a .info .inner .eng {
            font-size: 0.66rem; }
    .archives.archives_bf_category .archive:nth-child(1) > .a .photo .bg {
      background-image: url("../images/bf/photo_mobility.jpg"); }
    .archives.archives_bf_category .archive:nth-child(2) > .a .photo .bg {
      background-image: url(../images/bf/photo_healthcare.jpg); }
    .archives.archives_bf_category .archive:nth-child(3) > .a .photo .bg {
      background-image: url("../images/bf/photo_kyoso.jpg"); }
    .archives.archives_bf_category .archive:nth-child(4) > .a .photo .bg {
      background-image: url("../images/bf/photo_eco.jpg"); }
    .archives.archives_bf_category .archive:nth-child(5) > .a .photo .bg {
      background-image: url("../images/bf/photo_cashless.jpg"); }
    .archives.archives_bf_category .archive:nth-child(6) > .a .photo .bg {
      background-image: url("../images/bf/photo_sightseeing.jpg"); }
    .archives.archives_bf_category .archive:nth-child(7) > .a .photo .bg {
      background-image: url(../images/bf/photo_cashless.jpg); }
    .archives.archives_bf_category .archive:nth-child(8) > .a .photo .bg {
      background-image: url("../images/bf/photo_cooperation.jpg"); }
@media (max-width: 520px) {
  .archives.archives_casestudy .archive > .a {
    flex-direction: row;
    grid-gap: 20px;
    align-items: center; }
    .archives.archives_casestudy .archive > .a .photo {
      width: 100px;
      min-width: 100px;
      max-width: 100px; }
    .archives.archives_casestudy .archive > .a .info {
      width: 100%; }
      .archives.archives_casestudy .archive > .a .info .date_wrap {
        font-size: 0.86rem; }
        .archives.archives_casestudy .archive > .a .info .date_wrap .categories .btn .a {
          height: 16px; }
          .archives.archives_casestudy .archive > .a .info .date_wrap .categories .btn .a .txt {
            font-size: 0.66rem; }
      .archives.archives_casestudy .archive > .a .info .title {
        font-size: 0.86rem; } }
@media (max-width: 767px) {
  .archives.archives_bf_category .archive:nth-child(2) > .a, .archives.archives_bf_category .archive:nth-child(3) > .a, .archives.archives_bf_category .archive:nth-child(6) > .a {
    background: #00AFEC; } }
@media (min-width: 768px) {
  .archives.archives_news .archive .a {
    grid-gap: 40px; }
    .archives.archives_news .archive .a .photo {
      width: 240px;
      min-width: 240px;
      max-width: 240px; } }
.archives + .to_link {
  margin-top: 80px; }

.relation {
  color: #1D2088;
  font-size: 0.72rem;
  display: flex;
  flex-direction: row;
  grid-gap: 0 20px;
  flex-wrap: wrap; }
  .relation > span {
    position: relative; }
    .relation > span:not(:last-child)::after {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: -10px;
      height: 8px;
      background: #1D2088;
      content: "";
      width: 1px; }

.slick .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background: #333;
  transition: 0.33s background;
  z-index: 1; }
  .slick .slick-arrow::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    border: 2px solid transparent;
    transform: rotate(45deg);
    display: inline-block;
    box-sizing: border-box;
    border-width: 2px; }
  .slick .slick-arrow.slick-disabled {
    background: #5A5A5A;
    pointer-events: none;
    display: none !important; }
  .slick .slick-arrow.slick-next {
    right: 0; }
    .slick .slick-arrow.slick-next::before {
      border-right-color: #FFF;
      border-top-color: #FFF;
      right: 3.3333333333px; }
  .slick .slick-arrow.slick-prev {
    left: 0; }
    .slick .slick-arrow.slick-prev::before {
      border-left-color: #FFF;
      border-bottom-color: #FFF;
      position: relative;
      left: 3.3333333333px; }

.scroller_wrap {
  position: relative;
  overflow: hidden;
  overflow-x: scroll;
  width: 100vw;
  height: fit-content;
  left: -20px;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .scroller_wrap::-webkit-scrollbar {
    display: none; }
  .scroller_wrap.moving .scroller .archives .archive .a {
    pointer-events: none; }
  .scroller_wrap .scroller {
    position: relative;
    min-width: fit-content;
    box-sizing: border-box; }
    .scroller_wrap .scroller > * {
      width: fit-content;
      padding-left: 20px;
      padding-right: 20px; }
    .scroller_wrap .scroller .archives {
      display: flex;
      box-sizing: border-box;
      width: fit-content;
      flex-wrap: nowrap; }
      .scroller_wrap .scroller .archives .archive {
        width: 75vw;
        max-width: 280px; }
  .scroller_wrap .btn_move_control {
    left: auto;
    bottom: auto;
    top: -78px; }
  .scroller_wrap .scroll_alert {
    pointer-events: none;
    width: 96px;
    height: 96px; }
    .scroller_wrap .scroll_alert .inner {
      width: 100%;
      height: 100%;
      color: #FFF;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      background: rgba(166, 166, 166, 0.33);
      border-radius: 2px; }
      .scroller_wrap .scroll_alert .inner::before {
        content: "↔︎";
        font-size: 1rem;
        line-height: 1; }
      .scroller_wrap .scroll_alert .inner::after {
        content: "swipe";
        font-size: 0.66rem; }
      .scroller_wrap .scroll_alert .inner i {
        font-size: 2rem;
        margin-bottom: 5px; }
  @media (min-width: 768px) {
    .scroller_wrap {
      left: -30px; }
      .scroller_wrap .scroller > * {
        padding-left: 30px;
        padding-right: 30px; }
      .scroller_wrap .scroller .archives .archive {
        max-width: calc( ( 100vw - 30px * 2 - 40px * 2 ) / 3 ); } }
  @media (min-width: 960px) {
    .scroller_wrap {
      left: -40px; }
      .scroller_wrap .scroller {
        /*left:-$space4;*/ }
        .scroller_wrap .scroller > * {
          padding-left: 40px;
          padding-right: 40px; }
        .scroller_wrap .scroller .archives .archive {
          max-width: calc( ( 100vw - 40px * 2 - 40px * 2 ) / 3 ); } }
  @media (min-width: calc(1206px + 40px * 2 + 1px)) {
    .scroller_wrap {
      left: calc( ( 1206px - 100vw ) / 2 ); }
      .scroller_wrap .scroller > * {
        padding-left: calc( ( 100vw - 1206px ) / 2 );
        padding-right: calc( ( 100vw - 1206px ) / 2 ); }
      .scroller_wrap .scroller .archives .archive {
        max-width: calc( ( 1206px - 40px * 2 ) / 3 ); } }
  @media (max-width: 767px) {
    .scroller_wrap.tile_for_sp .scroller {
      overflow: auto;
      width: 100%;
      height: fit-content; }
      .scroller_wrap.tile_for_sp .scroller .archives {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        justify-content: space-between; }
        .scroller_wrap.tile_for_sp .scroller .archives > .archive {
          width: calc( 50% - 10px ); }
    .scroller_wrap.tile_for_sp .btn_control {
      display: none !important; } }

@keyframes blink {
  0% {
    opacity: 1;
    filter: Alpha(opacity=100); }
  100% {
    opacity: 0;
    filter: Alpha(opacity=0); } }
.scroller_control_wrap {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px; }
  .scroller_control_wrap .arrow {
    width: 48px;
    min-width: btnheight;
    max-width: btnheight;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .scroller_control_wrap .arrow::before {
      width: 12px;
      height: 12px;
      border: 2px solid transparent;
      transform: rotate(45deg);
      display: inline-block;
      box-sizing: border-box;
      content: "";
      width: 24px;
      height: 24px;
      transform: scaleX(0.66) rotate(45deg); }
    .scroller_control_wrap .arrow:not(.disabled) {
      cursor: pointer; }
    .scroller_control_wrap .arrow.disabled {
      opacity: 0.5;
      filter: Alpha(opacity=50); }
    .scroller_control_wrap .arrow.arrow_prev::before {
      border-bottom-color: #1D2088;
      border-left-color: #1D2088; }
    .scroller_control_wrap .arrow.arrow_next::before {
      border-top-color: #1D2088;
      border-right-color: #1D2088; }
  .scroller_control_wrap .range {
    width: 100%;
    height: 1px;
    position: relative; }
    .scroller_control_wrap .range::before {
      background: #1D2088;
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      opacity: 0.25;
      filter: Alpha(opacity=25); }
    .scroller_control_wrap .range .here {
      height: 1px;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #1D2088; }
  .scroller_control_wrap.white .arrow.arrow_prev::before {
    border-bottom-color: #FFF;
    border-left-color: #FFF; }
  .scroller_control_wrap.white .arrow.arrow_next::before {
    border-top-color: #FFF;
    border-right-color: #FFF; }
  .scroller_control_wrap.white .range::before {
    background: #FFF; }
  .scroller_control_wrap.white .range .here {
    background: #FFF; }
  .scroller_control_wrap + .to_link {
    margin-top: 80px; }

.logo_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.tag_clouds {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  grid-gap: 10px; }
  .tag_clouds.tc {
    justify-content: center; }
  .tag_clouds a {
    min-width: 60px;
    height: 24px;
    border-radius: 12px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: rgba(29, 32, 136, 0.05); }

.relation_link_wrap {
  display: flex;
  flex-direction: column;
  grid-gap: 20px; }
  .relation_link_wrap::before {
    content: "関連リンク";
    font-family: "Roboto", "Noto Sans JP", sans-serif;
    font-weight: 800; }
  .relation_link_wrap > p {
    padding-left: 30px;
    box-sizing: border-box;
    position: relative; }
    .relation_link_wrap > p::before {
      content: "";
      width: 20px;
      height: 1px;
      background: #1D2088;
      left: 0;
      top: 0.75rem;
      position: absolute; }

.share_link_wrap {
  background: rgba(29, 32, 136, 0.05);
  padding: 30px; }
  .share_link_wrap::before {
    content: "SHARE!";
    display: flex;
    justify-content: center; }
  .share_link_wrap .share {
    margin-bottom: 0; }

.to_modal {
  cursor: pointer; }

.black {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  transition: 0.33s opacity; }
  .black:not(.active) {
    opacity: 0;
    filter: Alpha(opacity=0);
    pointer-events: none !important;
    transition-duration: 0s; }
  @media (max-width: 520px) {
    .black {
      background: white; } }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  transition: 0.33s opacity; }
  .modal[stl=youtube] .modal_inner_wrap {
    width: calc( 100% - 20px * 2 );
    max-width: 1280px; }
    .modal[stl=youtube] .modal_inner_wrap .modal_inner .movie {
      padding-top: calc( 100% * 9 / 16 ); }
  .modal .modal_inner_wrap {
    position: relative;
    z-index: 1;
    width: fit-content;
    height: fit-content;
    max-width: calc( 100vw - 20px * 2 );
    max-height: calc( 100vh - 20px * 2 );
    min-height: 240px;
    min-width: 240px;
    background: #FFF;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    overflow-y: auto; }
    .modal .modal_inner_wrap .modal_inner {
      height: fit-content;
      width: 100%;
      box-sizing: border-box;
      padding: 30px; }
    @media (max-width: 520px) {
      .modal .modal_inner_wrap {
        max-height: calc( 100vh - 20px * 2 - 48px * 2 ); } }
  .modal:not(.active) {
    opacity: 0;
    filter: Alpha(opacity=0);
    pointer-events: none !important;
    transition-duration: 0s; }
  .modal .btn_close.btn {
    cursor: pointer;
    width: 48px;
    height: 48px;
    background: #1D2088;
    bottom: auto;
    left: auto;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center; }
    .modal .btn_close.btn::after {
      content: "×"; }
  @media (min-width: 1280px) {
    .modal .modal_inner_wrap {
      max-width: 1206px; } }

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  transition: 0.66s opacity; }
  #loading .bg {
    background: linear-gradient(20deg, #1D2088 0%, #1D2088 30%, #00AFEC);
    transition: 0.33s transform; }
  #loading .icon {
    width: 120px;
    height: 154px;
    background-image: url("../images/common/logo_tate_w.png");
    transition: 0.33s transform; }

.navi .navi_btn .a {
  text-decoration: none; }
  .navi .navi_btn .a .txt {
    transition: 0.33s opacity; }
.navi .navi_btn[key=home] > .a .txt::before {
  content: "Home"; }
.navi .navi_btn[key=concept] > .a .txt::before {
  content: "Concept"; }
.navi .navi_btn[key=bf] > .a .txt::before {
  content: "Business Field"; }
.navi .navi_btn[key=project] > .a .txt::before {
  content: "Project"; }
.navi .navi_btn[key=news] > .a .txt::before {
  content: "News"; }
.navi .navi_btn[key=casestudy] > .a .txt::before {
  content: "Case Study"; }
.navi .navi_btn[key=solution] > .a .txt::before {
  content: "Solution"; }
.navi .navi_btn[key=contact] > .a .txt::before {
  content: "Contact"; }
.navi .navi_btn[key=guide] .txt::before {
  content: "ご利用にあたって"; }
.navi .navi_btn[key=privacy] .txt::before {
  content: "個人情報保護について"; }
.navi .navi_btn[key=securitypolicy] .txt::before {
  content: "情報セキュリティ基本方針"; }
.navi .navi_btn[key=socialmediapolicy] .txt::before {
  content: "ソーシャルメディアポリシー"; }
.navi .navi_btn[key=webaccessibility] .txt::before {
  content: "ウェブアクセシビリティ"; }
.navi.horizontal {
  width: fit-content;
  flex-direction: row;
  grid-gap: 20px; }
  .navi.horizontal .navi_btn {
    width: auto; }
    .navi.horizontal .navi_btn .a {
      width: fit-content; }

nav {
  display: flex;
  flex-wrap: wrap; }
  nav .navi {
    flex-direction: column;
    grid-gap: 0; }
    nav .navi .btn {
      width: 100%; }
      nav .navi .btn .a {
        height: 48px;
        justify-content: flex-start;
        color: #333; }
      nav .navi .btn.here .a {
        color: #0081CC; }
      nav .navi .btn:not(.sub_navi_btn) {
        font-size: 1.2rem; }
    nav .navi.sub_navi {
      margin-top: 10px !important;
      flex-direction: row;
      flex-wrap: wrap;
      grid-gap: 10px 30px !important; }
      nav .navi.sub_navi .btn.sub_navi_btn {
        width: fit-content; }
        nav .navi.sub_navi .btn.sub_navi_btn .a {
          padding-left: 20px;
          font-size: 0.86rem; }
          nav .navi.sub_navi .btn.sub_navi_btn .a::before {
            width: 10px;
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            left: 0;
            background: #FFF;
            content: "";
            height: 1px;
            opacity: 0.5;
            filter: Alpha(opacity=50); }
  @media (min-width: 521px) {
    nav .navi .btn.sub_navi_btn .a {
      padding-left: 0; } }
  @media (min-width: 768px) {
    nav .navi .btn .a {
      font-size: 1.2rem; } }

.navi_wrap {
  width: 0px;
  height: 100vh;
  position: fixed;
  z-index: 15;
  overflow: hidden;
  background: linear-gradient(20deg, #1D2088 0%, #1D2088 30%, #00AFEC);
  color: #FFF;
  top: 0;
  right: 0;
  transition: 0.33s width; }
  .navi_wrap > .inner {
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    overflow-y: auto; }
  .navi_wrap .cont_wrap {
    padding-top: var(--headheight);
    padding-bottom: 40px;
    height: fit-content; }
  .navi_wrap .btns .btn:not(.here) .a {
    color: #FFF !important; }

.copyrigh_wrap {
  display: flex;
  flex-direction: column;
  grid-gap: 40px;
  align-items: center; }
  .copyrigh_wrap .caption_connectx {
    font-size: 0.66rem;
    margin-right: auto; }
  @media (min-width: 768px) {
    .copyrigh_wrap {
      flex-direction: row;
      justify-content: space-between; } }

.copyright {
  font-size: 0.66rem;
  letter-spacing: normal; }

.cont_wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 40px; }
  .cont_wrap .flex {
    flex-direction: column;
    grid-gap: 20px; }
  .cont_wrap .cont_upper .logo_wrap {
    width: 180px; }
    .cont_wrap .cont_upper .logo_wrap .logo {
      width: 100%; }
      .cont_wrap .cont_upper .logo_wrap .logo svg * {
        fill: #FFF !important; }
  .cont_wrap .cont_bottom .flex {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 40px;
    margin-bottom: 10px; }
    .cont_wrap .cont_bottom .flex .flex_inner_right {
      display: flex;
      flex-direction: column;
      grid-gap: 20px; }
      .cont_wrap .cont_bottom .flex .flex_inner_right .banners .banner {
        width: 200px; }
      .cont_wrap .cont_bottom .flex .flex_inner_right .btns {
        flex-direction: column; }
        .cont_wrap .cont_bottom .flex .flex_inner_right .btns .btn {
          width: 100%; }
          .cont_wrap .cont_bottom .flex .flex_inner_right .btns .btn .a {
            justify-content: flex-start; }
    .cont_wrap .cont_bottom .flex .flex_inner_left {
      margin-top: 20px; }
      .cont_wrap .cont_bottom .flex .flex_inner_left .logo_wrap {
        justify-content: flex-start;
        align-items: flex-start; }
        .cont_wrap .cont_bottom .flex .flex_inner_left .logo_wrap .logo {
          width: 120px;
          height: 26px; }
          .cont_wrap .cont_bottom .flex .flex_inner_left .logo_wrap .logo .icon svg * {
            fill: #FFF !important; }
          .cont_wrap .cont_bottom .flex .flex_inner_left .logo_wrap .logo .icon svg > g > g:nth-child(2) > path {
            fill: #1D2088 !important; }
  .cont_wrap .cont_bottom .btns {
    font-size: 0.66rem; }
  .cont_wrap .sitemaps {
    padding-left: 60px; }
    .cont_wrap .sitemaps .navi {
      margin-top: 20px;
      grid-gap: 10px; }
      .cont_wrap .sitemaps .navi .btn:not(.sub_navi_btn) > .a {
        height: 32px; }
      .cont_wrap .sitemaps .navi .btn.sub_navi_btn > .a {
        height: 24px; }
      .cont_wrap .sitemaps .navi .sub_navi {
        padding-left: 20px; }
  @media (min-width: 768px) {
    .cont_wrap {
      grid-gap: 60px; }
      .cont_wrap .flex {
        width: 100%;
        grid-gap: 80px;
        flex-direction: row-reverse; }
      .cont_wrap .sitemaps .navi {
        margin-top: 30px;
        grid-gap: 20px; }
        .cont_wrap .sitemaps .navi .btn .a {
          height: 48px;
          font-size: 1.2rem; }
      .cont_wrap .cont_upper .flex {
        align-items: center;
        justify-content: space-between; }
        .cont_wrap .cont_upper .flex .flex_inner_left {
          min-width: 320px;
          max-width: 320px; }
        .cont_wrap .cont_upper .flex .flex_inner_right {
          width: 100%; }
      .cont_wrap .cont_bottom .flex {
        align-items: center;
        grid-gap: 40px;
        margin-bottom: 40px;
        justify-content: flex-end;
        padding-top: 20px; }
        .cont_wrap .cont_bottom .flex .flex_inner_left {
          width: auto;
          margin-top: 0; }
        .cont_wrap .cont_bottom .flex .flex_inner_right {
          align-items: flex-start;
          justify-content: flex-start; }
          .cont_wrap .cont_bottom .flex .flex_inner_right .navi {
            flex-direction: row;
            flex-wrap: wrap; }
            .cont_wrap .cont_bottom .flex .flex_inner_right .navi .btn {
              width: fit-content; }
              .cont_wrap .cont_bottom .flex .flex_inner_right .navi .btn .a .txt {
                font-size: 0.66rem; }
              .cont_wrap .cont_bottom .flex .flex_inner_right .navi .btn .a.blank::after {
                font-size: 0.5rem; }
      .cont_wrap .sitemaps .navi .navi_btn .a {
        height: 32px; } }
  @media (min-width: 1280px) {
    .cont_wrap .cont_bottom .flex .flex_inner_right {
      justify-content: space-between;
      flex-direction: row-reverse;
      align-items: center;
      width: 100%; } }

#head {
  position: fixed;
  width: 100%;
  height: var(--headheight);
  z-index: 14;
  transition: 0.33s transform, 0.33s background;
  box-sizing: border-box;
  padding-right: 80px;
  top: 0; }
  #head::before {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #00AFEC, #1D2088);
    position: absolute;
    bottom: 0;
    left: 0;
    content: ""; }
  #head .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #head .logo_wrap .logo {
    width: 180px;
    height: 54px; }
  #head nav .navi {
    grid-gap: 30px; }
    #head nav .navi.sub_navi {
      grid-gap: 10px 20px !important;
      top: auto;
      left: auto; }
      #head nav .navi.sub_navi .a {
        height: 32px;
        text-decoration: none;
        color: #333;
        padding-left: 0; }
        #head nav .navi.sub_navi .a .txt {
          font-size: 0.72rem; }
      #head nav .navi.sub_navi .btn.here .a {
        color: #0081CC; }
        #head nav .navi.sub_navi .btn.here .a::before {
          width: calc( 100% + 10px);
          bottom: 1px;
          top: auto;
          height: 2px;
          content: "";
          background: #0081CC;
          position: absolute;
          opacity: 1;
          filter: Alpha(opacity=100);
          left: -5px; }
  @media (max-width: 767px) {
    #head nav {
      display: none; } }
  @media (min-width: 768px) {
    #head {
      padding-right: 0; } }

#hamburger {
  width: var(--headheight);
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  bottom: auto;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 15;
  transition: 0.33s transform, 0.33s background;
  /*&::after{
      content:"menu";
      font-size:0.66rem !important;
      position:absolute;
      display:flex;
      justify-content: center;
      bottom:auto;
      top:calc( 50% - 0.5rem + 120px / 2 );
      margin:auto;
      text-align:center;
      height:1rem;
      letter-spacing:normal;
      color:#FFF;
  }*/ }
  #hamburger > .a {
    width: calc( var(--headheight) - $space2 );
    height: 60px; }
  #hamburger .lines {
    width: 30px;
    height: 12px;
    position: relative; }
    #hamburger .lines .line {
      background: #1D2088;
      height: 2px;
      transition: 0.33s all;
      width: 100%;
      border-radius: 2px; }
      #hamburger .lines .line:nth-child(1) {
        bottom: auto;
        left: auto; }
      #hamburger .lines .line:nth-child(2) {
        top: auto;
        right: auto; }
  #hamburger .new {
    position: absolute;
    top: 0;
    width: 12px;
    height: 12px;
    z-index: 1;
    border-radius: 50%;
    background: #E61F53;
    bottom: 40px;
    left: 50px; }
    #hamburger .new::before {
      display: none; }
  @media (min-width: 768px) {
    #hamburger {
      display: none; } }

#contents {
  position: relative;
  padding-top: calc( var(--headheight) + 20px );
  box-sizing: border-box; }
  @media (min-width: 521px) {
    #contents {
      padding-top: calc( var(--headheight) + 40px ); } }
  #contents > .section {
    position: relative; }
    #contents > .section:last-child:not(.section_cont_move) {
      padding-bottom: 160px; }
      @media (min-width: 768px) {
        #contents > .section:last-child:not(.section_cont_move) {
          padding-bottom: 240px; } }

#foot {
  background: linear-gradient(20deg, #1D2088 0%, #1D2088 30%, #00AFEC);
  padding-top: 80px;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10; }
  #foot .cont_wrap {
    color: #FFF; }
    #foot .cont_wrap .btn:not(.here) a:not(.white) {
      color: #FFF; }

#cont_head {
  position: absolute;
  top: calc( var(--headheight) + 20px );
  width: 100%;
  z-index: 2; }
  #cont_head .container {
    min-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #cont_head .cont_title {
    position: relative; }
    #cont_head .cont_title::before {
      width: 14px;
      height: 1px;
      background: #5A5A5A;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      left: -20px;
      opacity: 0.66;
      filter: Alpha(opacity=66);
      content: ""; }
    @media (min-width: 768px) {
      #cont_head .cont_title::before {
        width: 22px;
        left: -30px; } }
    @media (min-width: 960px) {
      #cont_head .cont_title::before {
        width: 32px;
        left: -40px; } }

#pan {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  grid-gap: 40px; }
  #pan .a {
    text-decoration: none;
    overflow: visible;
    font-size: 0.86rem; }
  #pan .root .txt::before {
    content: "HOME"; }
  #pan .txt {
    position: relative;
    top: -1px; }
  #pan > *:not(:last-child) {
    position: relative; }
    #pan > *:not(:last-child)::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 1px;
      right: -32px;
      width: calc( 40px - 16px );
      background: #5A5A5A;
      opacity: 0.66;
      filter: Alpha(opacity=66); }
  @media (max-width: 520px) {
    #pan {
      display: none; } }

#foot {
  position: relative;
  box-sizing: border-box;
  padding: 40px 0; }

#float_navi_wrap {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  padding: 20px 0;
  margin-top: 80px; }
  #float_navi_wrap .container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 0;
    grid-gap: 20px; }
  #float_navi_wrap .movie_link_wrap {
    width: 160px; }
    #float_navi_wrap .movie_link_wrap .comment_wrap {
      margin-bottom: -50px; }
      #float_navi_wrap .movie_link_wrap .comment_wrap::before, #float_navi_wrap .movie_link_wrap .comment_wrap::after {
        box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1); }
      #float_navi_wrap .movie_link_wrap .comment_wrap .comment {
        box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1); }
    #float_navi_wrap .movie_link_wrap .thumb {
      width: 120px;
      margin-left: auto;
      margin-right: auto; }
  @media (max-width: 520px) {
    #float_navi_wrap .movie_link_wrap {
      width: 120px; }
      #float_navi_wrap .movie_link_wrap .comment_wrap {
        margin-bottom: -40px; }
        #float_navi_wrap .movie_link_wrap .comment_wrap .comment {
          width: 120px;
          height: 120px; }
        #float_navi_wrap .movie_link_wrap .comment_wrap::before {
          bottom: calc( 50% + 50px );
          left: calc( 50% + 40px ); }
        #float_navi_wrap .movie_link_wrap .comment_wrap::after {
          bottom: calc( 50% + 30px );
          right: calc( 50% + 60px ); } }
  @media (max-width: 767px) {
    #float_navi_wrap .container {
      justify-content: space-between; } }
  @media (min-width: 768px) {
    #float_navi_wrap nav {
      display: none; } }

body:not(.touch) .for_touch {
  display: none !important; }
body:not(.touch) a.tel {
  text-decoration: none;
  color: #333;
  cursor: default;
  pointer-events: none; }
body:not(.touch):not(.navi_on) #hamburger:hover .lines .line {
  width: 100% !important; }
body:not(.touch) .to_link .a:not(.text_link):hover {
  background: #0081CC; }
body:not(.touch) .to_link .a.text_link:hover {
  text-decoration: none; }
body:not(.touch) .to_text_link.to_return .a:hover::before {
  left: -4px; }
body:not(.touch) nav .navi .btn .a:not(.disabled):hover .txt {
  opacity: 0.5;
  filter: Alpha(opacity=50); }
body:not(.touch) .btns.btns_cont_move .a:hover .bg {
  opacity: 1;
  filter: Alpha(opacity=100); }
body:not(.touch) .btns:not(.btns_cont_move) .btn .a:hover {
  opacity: 0.5;
  filter: Alpha(opacity=50); }
body:not(.touch) .archives .a:hover .photo .bg {
  transform: scale(1.1); }
body:not(.touch) .slick .slick-arrow:hover {
  background: #5A5A5A; }
body:not(.touch) .steps_wrap .column > .a:hover {
  background-color: #00AFEC; }
body.touch .not_for_touch {
  display: none !important; }
body:not(.navi_on) .navi_wrap {
  pointer-events: none; }
body.navi_on {
  height: 100vh !important;
  overflow: hidden !important; }
  body.navi_on .navi_wrap {
    width: 100vw; }
  body.navi_on #contents {
    pointer-events: none; }
  body.navi_on #hamburger {
    /*&::after{
        content:"CLOSE";
    }*/ }
    body.navi_on #hamburger .lines .line {
      background: #FFF; }
      body.navi_on #hamburger .lines .line:nth-child(1) {
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        transform: rotate(30deg); }
      body.navi_on #hamburger .lines .line:nth-child(2) {
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        transform: rotate(-30deg); }
  body.navi_on .scroll {
    display: none !important; }
body.scrolled #head {
  background: rgba(255, 255, 255, 0.9); }
body.reach_to_foot #head {
  transform: translateY(calc( -1 * var(--headheight) )); }
body.loaded #loading {
  opacity: 0;
  filter: Alpha(opacity=0);
  pointer-events: none; }
  body.loaded #loading .icon {
    transform: rotateY(90deg); }

/*WP用追記*/
.article .wp-block-button__link {
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none; }

.wp-block-image {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .wp-block-image.tl {
    align-items: flex-start; }
  .wp-block-image.tr {
    align-items: flex-end; }
  .wp-block-image img {
    max-width: 100%;
    height: auto !important; }
  .wp-block-image figcaption {
    font-size: 0.66rem;
    text-align: left; }
  .wp-block-image.no_flex {
    display: block; }

.wp-block-embed {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin: 20px 0; }
  .wp-block-embed:first-child {
    margin-top: 0; }
  .wp-block-embed:last-child {
    margin-bottom: 0; }
  .wp-block-embed.wp-block-embed-youtube, .wp-block-embed.wp-embed-aspect-16-9, .wp-block-embed.wp-block-embed-vimeo {
    max-width: 960px; }
    .wp-block-embed.wp-block-embed-youtube > .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-16-9 > .wp-block-embed__wrapper, .wp-block-embed.wp-block-embed-vimeo > .wp-block-embed__wrapper {
      width: 100%;
      height: 0;
      padding-top: calc( ( 9 / 16 ) * 100% );
      position: relative; }
      .wp-block-embed.wp-block-embed-youtube > .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-16-9 > .wp-block-embed__wrapper iframe, .wp-block-embed.wp-block-embed-vimeo > .wp-block-embed__wrapper iframe {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        top: 0;
        left: 0; }

.wp-block-columns.photos .wp-block-image figure {
  display: flex;
  flex-direction: column; }
  .wp-block-columns.photos .wp-block-image figure img {
    width: 100%;
    max-width: 100%;
    height: auto; }
@media (min-width: 782px) {
  .wp-block-columns.photos .photo {
    max-width: 50%; } }
.wp-block-columns.two_col {
  align-items: center; }
  .wp-block-columns.two_col .wp-block-image figure {
    display: flex;
    flex-direction: column; }
    .wp-block-columns.two_col .wp-block-image figure img {
      width: 100%;
      max-width: 100%;
      height: auto; }
@media (max-width: 599px) {
  .wp-block-columns > .wp-block-column:not(:last-child) {
    margin-bottom: 1.75em; } }

.caution {
  border: 1px solid 	#DEDEDE;
  box-sizing: border-box;
  padding: 20px;
  margin: 40px auto 0;
  max-width: 818px; }
  .caution .txt:first-child {
    margin-bottom: 1rem; }

.tab_change_tgt:not(.active) {
  display: none; }

.section[key=magazine] {
  background: #F3F3F9; }

.connectx_magazine_wrap .inner {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
  align-items: center;
  justify-content: center; }
  .connectx_magazine_wrap .inner .banners .banner {
    max-width: 320px; }
    .connectx_magazine_wrap .inner .banners .banner .a {
      overflow: visible;
      transition: 0.33s transform;
      position: relative; }
      .connectx_magazine_wrap .inner .banners .banner .a img {
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1); }
      .connectx_magazine_wrap .inner .banners .banner .a::after {
        position: absolute;
        top: 5px;
        margin-left: 0;
        right: 5px;
        font-size: 0.66rem; }
      .connectx_magazine_wrap .inner .banners .banner .a:hover {
        transform: scale(1.1); }
