@charset "UTF-8";
/*
brakepoint
*/
/* line 30, common.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* line 37, common.scss */
*,
*:before,
*:after {
  box-sizing: border-box;
  -ms-box-sizing: border-box; }

/* line 43, common.scss */
html,
body {
  overflow-x: clip; }

/* line 47, common.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth; }

/* line 53, common.scss */
body {
  font-size: 15px;
  color: #202124;
  line-height: 1;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased; }
  /* line 59, common.scss */
  body.fixed {
    width: 100%;
    height: 100%;
    position: fixed; }

/* line 65, common.scss */
:target {
  scroll-margin-top: 100px; }

/* line 68, common.scss */
body,
input,
textarea,
body.custom-font-enabled {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  word-break: break-all; }

/* line 76, common.scss */
ol,
ul {
  list-style: none; }

/* line 80, common.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  /* line 85, common.scss */
  table tr th,
  table tr td {
    position: relative;
    text-align: left;
    font-size: 15px;
    line-height: 1.8;
    padding: 30px 0; }
    @media screen and (max-width: 800px) {
      /* line 85, common.scss */
      table tr th,
      table tr td {
        display: block; } }
    /* line 95, common.scss */
    table tr th::before, table tr th::after,
    table tr td::before,
    table tr td::after {
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      content: ""; }
    /* line 103, common.scss */
    table tr th::before,
    table tr td::before {
      top: 0px;
      background-color: rgba(0, 0, 0, 0.2); }
    /* line 107, common.scss */
    table tr th::after,
    table tr td::after {
      top: 1px;
      background-color: #FFFFFF; }
  /* line 112, common.scss */
  table tr th {
    width: 30%;
    padding-right: 20px; }
    @media screen and (max-width: 800px) {
      /* line 112, common.scss */
      table tr th {
        width: 100%;
        padding: 25px 0 10px; } }
  /* line 120, common.scss */
  table tr td {
    width: 70%; }
    @media screen and (max-width: 800px) {
      /* line 120, common.scss */
      table tr td {
        width: 100%;
        padding: 0 0 30px; } }
    @media screen and (max-width: 800px) {
      /* line 126, common.scss */
      table tr td::before, table tr td::after {
        display: none; } }

/* line 135, common.scss */
caption {
  font-weight: normal;
  text-align: left; }

/* line 139, common.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  color: #202124;
  font-weight: 600;
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0; }

/* line 153, common.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

/* line 165, common.scss */
p {
  margin-bottom: 15px;
  line-height: 1.8; }

/* line 171, common.scss */
ul li,
ol li {
  line-height: 1.8;
  margin: 0 0 5px; }

/* line 178, common.scss */
ol {
  counter-reset: item;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  /* line 183, common.scss */
  ol > li {
    line-height: 1.4;
    margin: 0 0 20px 30px; }
    /* line 186, common.scss */
    ol > li::before {
      display: inline-block;
      width: 30px;
      color: #008CAF;
      font-weight: 600;
      counter-increment: item;
      content: counter(item) ".";
      margin-left: -30px; }

/* line 198, common.scss */
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0; }

/* line 204, common.scss */
dl {
  margin: 0 0 24px 0; }

/* line 207, common.scss */
dt,
dd {
  line-height: 1.8; }

/* line 213, common.scss */
dt {
  font-weight: 600; }

/* line 216, common.scss */
dd {
  margin: 0 0 18px 20px; }

/* line 219, common.scss */
strong {
  font-weight: 600; }

/* line 222, common.scss */
cite,
i {
  font-style: normal; }

/* line 226, common.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 233, common.scss */
sup {
  top: -0.5em; }

/* line 236, common.scss */
sub {
  bottom: -0.25em; }

/* line 239, common.scss */
small {
  font-size: smaller; }

/* line 242, common.scss */
img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto; }

/* line 248, common.scss */
video {
  width: 100%; }

/* line 251, common.scss */
address {
  position: relative;
  font-style: normal;
  width: 100%; }

/* line 257, common.scss */
.alignleft {
  float: left;
  margin: 0 24px 35px 0; }

/* line 261, common.scss */
.alignright {
  float: right;
  margin: 0 0 35px 24px; }

/* line 265, common.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px; }

/* line 273, common.scss */
.pc {
  display: block; }
  @media screen and (max-width: 800px) {
    /* line 273, common.scss */
    .pc {
      display: none; } }

/* line 279, common.scss */
.sp {
  display: none; }
  @media screen and (max-width: 800px) {
    /* line 279, common.scss */
    .sp {
      display: block; } }

/* line 285, common.scss */
.komelist {
  margin: 0 0 35px; }

/* line 288, common.scss */
.komelist li {
  list-style: none;
  margin-left: 1em; }

/* line 292, common.scss */
.komelist li::before {
  content: "※";
  margin-left: -1em; }

/* line 297, common.scss */
main {
  position: relative;
  width: 100%;
  z-index: 1;
  background-color: #F1F0EF;
  padding-bottom: 150px; }
  @media screen and (max-width: 800px) {
    /* line 297, common.scss */
    main {
      margin-top: 64px;
      padding-bottom: 95px; } }
  /* line 307, common.scss */
  main h2 {
    font-size: 30px;
    line-height: 1.4;
    padding-left: 32px;
    margin-bottom: 110px; }
    @media screen and (max-width: 800px) {
      /* line 307, common.scss */
      main h2 {
        font-size: 20px;
        margin-bottom: 40px;
        padding-left: 22px; } }
    /* line 317, common.scss */
    main h2::before, main h2::after {
      position: absolute;
      content: "";
      border-radius: 50%; }
    /* line 323, common.scss */
    main h2::before {
      top: 18px;
      left: 4px;
      width: 8px;
      height: 8px;
      background-color: #008CAF; }
      @media screen and (max-width: 800px) {
        /* line 323, common.scss */
        main h2::before {
          top: 12px;
          width: 6px;
          height: 6px; } }
    /* line 335, common.scss */
    main h2::after {
      top: 14px;
      left: 0;
      width: 16px;
      height: 16px;
      border: 2px solid #008CAF; }
      @media screen and (max-width: 800px) {
        /* line 335, common.scss */
        main h2::after {
          top: 8px;
          width: 14px;
          height: 14px; } }

/* line 349, common.scss */
.cbox {
  position: relative;
  width: calc(100% - 40px);
  max-width: 1024px;
  margin: 0 auto; }
  /* line 354, common.scss */
  .cbox.cbox865 {
    max-width: 865px; }
    @media screen and (max-width: 800px) {
      /* line 354, common.scss */
      .cbox.cbox865 {
        max-width: inherit; } }

/* line 362, common.scss */
section {
  position: relative; }

/* line 365, common.scss */
.en {
  font-family: "Inter Tight", sans-serif;
  font-optical-sizing: auto; }

/* line 369, common.scss */
a {
  position: relative;
  color: #202124; }
  /* line 372, common.scss */
  a .arrow-r {
    width: 10px;
    height: 8px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden; }
    /* line 380, common.scss */
    a .arrow-r::before, a .arrow-r::after {
      position: absolute;
      left: 0;
      top: 1px;
      background-image: url("../img/arrow_r_blue_s02.svg");
      width: 100%;
      height: 100%;
      content: "";
      background-repeat: no-repeat;
      background-position: center center;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; }
    /* line 394, common.scss */
    a .arrow-r::before {
      animation: slideleftoff1 0.3s linear 0s forwards; }
      @media screen and (max-width: 800px) {
        /* line 394, common.scss */
        a .arrow-r::before {
          animation: none; } }
    /* line 400, common.scss */
    a .arrow-r::after {
      animation: slideleftoff2 0.3s linear 0s forwards; }
      @media screen and (max-width: 800px) {
        /* line 400, common.scss */
        a .arrow-r::after {
          animation: none; } }
  /* line 407, common.scss */
  a .arrow-d {
    width: 13px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden; }
    /* line 415, common.scss */
    a .arrow-d::before, a .arrow-d::after {
      position: absolute;
      left: 0;
      top: 1px;
      background-image: url("../img/arrow_d_blue03.svg");
      width: 100%;
      height: 100%;
      content: "";
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 13px 7px;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden; }
    /* line 430, common.scss */
    a .arrow-d::before {
      animation: slidedownoff1 0.3s linear 0s forwards; }
      @media screen and (max-width: 800px) {
        /* line 430, common.scss */
        a .arrow-d::before {
          animation: none; } }
    /* line 436, common.scss */
    a .arrow-d::after {
      animation: slidedownoff2 0.3s linear 0s forwards; }
      @media screen and (max-width: 800px) {
        /* line 436, common.scss */
        a .arrow-d::after {
          animation: none; } }
  /* line 445, common.scss */
  a:hover .arrow-r::before {
    animation: slideleft1 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 445, common.scss */
      a:hover .arrow-r::before {
        animation: none; } }
  /* line 451, common.scss */
  a:hover .arrow-r::after {
    animation: slideleft2 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 451, common.scss */
      a:hover .arrow-r::after {
        animation: none; } }
  /* line 459, common.scss */
  a:hover .arrow-d::before {
    animation: slidedown1 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 459, common.scss */
      a:hover .arrow-d::before {
        animation: none; } }
  /* line 465, common.scss */
  a:hover .arrow-d::after {
    animation: slidedown2 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 465, common.scss */
      a:hover .arrow-d::after {
        animation: none; } }
  /* line 474, common.scss */
  a:hover .btn_shosai .btn_content .btn_text {
    color: #008CAF; }
    @media screen and (max-width: 800px) {
      /* line 474, common.scss */
      a:hover .btn_shosai .btn_content .btn_text {
        color: #FFFFFF; } }
  /* line 483, common.scss */
  a:hover .btn_shosai .btn_content .btn_arrow .btn_circle.btn_circle01::before {
    animation: btncircle1off 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 483, common.scss */
      a:hover .btn_shosai .btn_content .btn_arrow .btn_circle.btn_circle01::before {
        animation: none; } }
  /* line 489, common.scss */
  a:hover .btn_shosai .btn_content .btn_arrow .btn_circle.btn_circle01::after {
    animation: btncircle1 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 489, common.scss */
      a:hover .btn_shosai .btn_content .btn_arrow .btn_circle.btn_circle01::after {
        animation: none; } }
  /* line 497, common.scss */
  a:hover .btn_shosai .btn_content .btn_arrow .btn_circle.btn_circle02::before {
    animation: btncircle2off 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 497, common.scss */
      a:hover .btn_shosai .btn_content .btn_arrow .btn_circle.btn_circle02::before {
        animation: none; } }
  /* line 503, common.scss */
  a:hover .btn_shosai .btn_content .btn_arrow .btn_circle.btn_circle02::after {
    animation: btncircle2 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 503, common.scss */
      a:hover .btn_shosai .btn_content .btn_arrow .btn_circle.btn_circle02::after {
        animation: none; } }
  /* line 512, common.scss */
  a:hover .btn_shosai .btn_content .btn_arrow .btn_arrow_img::before {
    animation: slideleft1 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 512, common.scss */
      a:hover .btn_shosai .btn_content .btn_arrow .btn_arrow_img::before {
        animation: none; } }
  /* line 518, common.scss */
  a:hover .btn_shosai .btn_content .btn_arrow .btn_arrow_img::after {
    animation: slideleft2 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 518, common.scss */
      a:hover .btn_shosai .btn_content .btn_arrow .btn_arrow_img::after {
        animation: none; } }
  /* line 532, common.scss */
  a:hover .btn_shosai.s_size .btn_content .btn_arrow .btn_circle.btn_circle01::before {
    animation: btncircle1off_s 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 532, common.scss */
      a:hover .btn_shosai.s_size .btn_content .btn_arrow .btn_circle.btn_circle01::before {
        animation: none; } }
  /* line 538, common.scss */
  a:hover .btn_shosai.s_size .btn_content .btn_arrow .btn_circle.btn_circle01::after {
    animation: btncircle1_s 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 538, common.scss */
      a:hover .btn_shosai.s_size .btn_content .btn_arrow .btn_circle.btn_circle01::after {
        animation: none; } }
  /* line 546, common.scss */
  a:hover .btn_shosai.s_size .btn_content .btn_arrow .btn_circle.btn_circle02::before {
    animation: btncircle2off_s 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 546, common.scss */
      a:hover .btn_shosai.s_size .btn_content .btn_arrow .btn_circle.btn_circle02::before {
        animation: none; } }
  /* line 552, common.scss */
  a:hover .btn_shosai.s_size .btn_content .btn_arrow .btn_circle.btn_circle02::after {
    animation: btncircle2_s 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 552, common.scss */
      a:hover .btn_shosai.s_size .btn_content .btn_arrow .btn_circle.btn_circle02::after {
        animation: none; } }
  /* line 567, common.scss */
  a:hover .btn_shosai.btn_shosai_l .btn_content .btn_arrow .btn_arrow_img::before {
    animation: slideright1 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 567, common.scss */
      a:hover .btn_shosai.btn_shosai_l .btn_content .btn_arrow .btn_arrow_img::before {
        animation: none; } }
  /* line 573, common.scss */
  a:hover .btn_shosai.btn_shosai_l .btn_content .btn_arrow .btn_arrow_img::after {
    animation: slideright2 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 573, common.scss */
      a:hover .btn_shosai.btn_shosai_l .btn_content .btn_arrow .btn_arrow_img::after {
        animation: none; } }
  /* line 584, common.scss */
  a:hover .slide:first-child {
    animation: slideup1 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 584, common.scss */
      a:hover .slide:first-child {
        animation: none; } }
  /* line 590, common.scss */
  a:hover .slide:last-child {
    animation: slideup2 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 590, common.scss */
      a:hover .slide:last-child {
        animation: none; } }
  /* line 597, common.scss */
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none; }

/* line 602, common.scss */
.btn_shosai {
  position: absolute;
  right: -8px;
  bottom: -8px; }
  /* line 606, common.scss */
  .btn_shosai a {
    text-decoration: none; }
  /* line 609, common.scss */
  .btn_shosai .btn_content {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2; }
    /* line 614, common.scss */
    .btn_shosai .btn_content .btn_text {
      display: inline-block;
      color: #FFFFFF;
      font-size: 15px;
      line-height: 1.4;
      margin: 0 15px 5px;
      transition: color 0.3s ease-out; }
    /* line 622, common.scss */
    .btn_shosai .btn_content .btn_arrow {
      position: relative;
      display: inline-block;
      width: 80px;
      height: 80px;
      background-color: #FFFFFF;
      border-radius: 50%; }
      @media screen and (max-width: 800px) {
        /* line 622, common.scss */
        .btn_shosai .btn_content .btn_arrow {
          width: 64px;
          height: 64px; } }
      /* line 633, common.scss */
      .btn_shosai .btn_content .btn_arrow .btn_circle {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        /* line 639, common.scss */
        .btn_shosai .btn_content .btn_arrow .btn_circle::before, .btn_shosai .btn_content .btn_arrow .btn_circle::after {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          content: "";
          background-color: rgba(255, 255, 255, 0.2);
          border-radius: 50%;
          transition: width 0.4s ease-out, height 0.4s ease-out, opacity 0.4s ease-out; }
        /* line 651, common.scss */
        .btn_shosai .btn_content .btn_arrow .btn_circle.btn_circle01::before, .btn_shosai .btn_content .btn_arrow .btn_circle.btn_circle01::after {
          width: 80px;
          height: 80px; }
          @media screen and (max-width: 800px) {
            /* line 651, common.scss */
            .btn_shosai .btn_content .btn_arrow .btn_circle.btn_circle01::before, .btn_shosai .btn_content .btn_arrow .btn_circle.btn_circle01::after {
              width: 64px;
              height: 64px; } }
        /* line 660, common.scss */
        .btn_shosai .btn_content .btn_arrow .btn_circle.btn_circle01::before {
          animation: btncircle1 0.3s linear 0s forwards; }
          @media screen and (max-width: 800px) {
            /* line 660, common.scss */
            .btn_shosai .btn_content .btn_arrow .btn_circle.btn_circle01::before {
              animation: none; } }
        /* line 668, common.scss */
        .btn_shosai .btn_content .btn_arrow .btn_circle.btn_circle02::before, .btn_shosai .btn_content .btn_arrow .btn_circle.btn_circle02::after {
          width: 96px;
          height: 96px;
          opacity: 0; }
          @media screen and (max-width: 800px) {
            /* line 668, common.scss */
            .btn_shosai .btn_content .btn_arrow .btn_circle.btn_circle02::before, .btn_shosai .btn_content .btn_arrow .btn_circle.btn_circle02::after {
              width: 80px;
              height: 80px;
              opacity: 1; } }
        /* line 679, common.scss */
        .btn_shosai .btn_content .btn_arrow .btn_circle.btn_circle02::before {
          animation: btncircle2 0.3s linear 0s forwards; }
          @media screen and (max-width: 800px) {
            /* line 679, common.scss */
            .btn_shosai .btn_content .btn_arrow .btn_circle.btn_circle02::before {
              animation: none; } }
      /* line 687, common.scss */
      .btn_shosai .btn_content .btn_arrow .btn_arrow_img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 18px;
        height: 18px;
        overflow: hidden; }
        /* line 695, common.scss */
        .btn_shosai .btn_content .btn_arrow .btn_arrow_img::before, .btn_shosai .btn_content .btn_arrow .btn_arrow_img::after {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          content: "";
          background-image: url("../img/arrow_r_blue02.svg");
          background-repeat: no-repeat;
          background-position: left top; }
        /* line 707, common.scss */
        .btn_shosai .btn_content .btn_arrow .btn_arrow_img::before {
          animation: slideleftoff1 0.3s linear 0s forwards; }
          @media screen and (max-width: 800px) {
            /* line 707, common.scss */
            .btn_shosai .btn_content .btn_arrow .btn_arrow_img::before {
              animation: none; } }
        /* line 713, common.scss */
        .btn_shosai .btn_content .btn_arrow .btn_arrow_img::after {
          animation: slideleftoff2 0.3s linear 0s forwards; }
          @media screen and (max-width: 800px) {
            /* line 713, common.scss */
            .btn_shosai .btn_content .btn_arrow .btn_arrow_img::after {
              animation: none; } }
  /* line 724, common.scss */
  .btn_shosai.s_size .btn_content .btn_arrow {
    width: 24px;
    height: 24px; }
    /* line 729, common.scss */
    .btn_shosai.s_size .btn_content .btn_arrow .btn_circle.btn_circle01::before, .btn_shosai.s_size .btn_content .btn_arrow .btn_circle.btn_circle01::after {
      width: 24px;
      height: 24px; }
    /* line 734, common.scss */
    .btn_shosai.s_size .btn_content .btn_arrow .btn_circle.btn_circle01::before {
      animation: btncircle1_s 0.3s linear 0s forwards; }
      @media screen and (max-width: 800px) {
        /* line 734, common.scss */
        .btn_shosai.s_size .btn_content .btn_arrow .btn_circle.btn_circle01::before {
          animation: none; } }
    /* line 742, common.scss */
    .btn_shosai.s_size .btn_content .btn_arrow .btn_circle.btn_circle02::before, .btn_shosai.s_size .btn_content .btn_arrow .btn_circle.btn_circle02::after {
      width: 32px;
      height: 32px; }
    /* line 747, common.scss */
    .btn_shosai.s_size .btn_content .btn_arrow .btn_circle.btn_circle02::before {
      animation: btncircle2_s 0.3s linear 0s forwards; }
      @media screen and (max-width: 800px) {
        /* line 747, common.scss */
        .btn_shosai.s_size .btn_content .btn_arrow .btn_circle.btn_circle02::before {
          animation: none; } }
    /* line 755, common.scss */
    .btn_shosai.s_size .btn_content .btn_arrow .btn_arrow_img {
      width: 10px;
      height: 8px; }
      /* line 758, common.scss */
      .btn_shosai.s_size .btn_content .btn_arrow .btn_arrow_img::before, .btn_shosai.s_size .btn_content .btn_arrow .btn_arrow_img::after {
        background-image: url("../img/arrow_d_blue_s.svg"); }
  /* line 766, common.scss */
  .btn_shosai.btn_shosai_l {
    left: 0;
    top: 50%;
    right: auto;
    transform: translateY(-50%); }
    /* line 773, common.scss */
    .btn_shosai.btn_shosai_l .btn_content .btn_arrow .btn_arrow_img {
      width: 10px;
      height: 8px; }
      /* line 776, common.scss */
      .btn_shosai.btn_shosai_l .btn_content .btn_arrow .btn_arrow_img::before, .btn_shosai.btn_shosai_l .btn_content .btn_arrow .btn_arrow_img::after {
        background-image: url("../img/arrow_l_blue.svg"); }
      /* line 780, common.scss */
      .btn_shosai.btn_shosai_l .btn_content .btn_arrow .btn_arrow_img::before {
        animation: sliderightoff1 0.3s linear 0s forwards; }
        @media screen and (max-width: 800px) {
          /* line 780, common.scss */
          .btn_shosai.btn_shosai_l .btn_content .btn_arrow .btn_arrow_img::before {
            animation: none; } }
      /* line 786, common.scss */
      .btn_shosai.btn_shosai_l .btn_content .btn_arrow .btn_arrow_img::after {
        animation: sliderightoff2 0.3s linear 0s forwards; }
        @media screen and (max-width: 800px) {
          /* line 786, common.scss */
          .btn_shosai.btn_shosai_l .btn_content .btn_arrow .btn_arrow_img::after {
            animation: none; } }
  /* line 798, common.scss */
  .btn_shosai:hover .btn_content .btn_text {
    color: #008CAF; }
    @media screen and (max-width: 800px) {
      /* line 798, common.scss */
      .btn_shosai:hover .btn_content .btn_text {
        color: #FFFFFF; } }
  /* line 807, common.scss */
  .btn_shosai:hover .btn_content .btn_arrow .btn_circle.btn_circle01::before {
    animation: btncircle1off 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 807, common.scss */
      .btn_shosai:hover .btn_content .btn_arrow .btn_circle.btn_circle01::before {
        animation: none; } }
  /* line 813, common.scss */
  .btn_shosai:hover .btn_content .btn_arrow .btn_circle.btn_circle01::after {
    animation: btncircle1 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 813, common.scss */
      .btn_shosai:hover .btn_content .btn_arrow .btn_circle.btn_circle01::after {
        animation: none; } }
  /* line 821, common.scss */
  .btn_shosai:hover .btn_content .btn_arrow .btn_circle.btn_circle02::before {
    animation: btncircle2off 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 821, common.scss */
      .btn_shosai:hover .btn_content .btn_arrow .btn_circle.btn_circle02::before {
        animation: none; } }
  /* line 827, common.scss */
  .btn_shosai:hover .btn_content .btn_arrow .btn_circle.btn_circle02::after {
    animation: btncircle2 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 827, common.scss */
      .btn_shosai:hover .btn_content .btn_arrow .btn_circle.btn_circle02::after {
        animation: none; } }
  /* line 836, common.scss */
  .btn_shosai:hover .btn_content .btn_arrow .btn_arrow_img::before {
    animation: slideleft1 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 836, common.scss */
      .btn_shosai:hover .btn_content .btn_arrow .btn_arrow_img::before {
        animation: none; } }
  /* line 842, common.scss */
  .btn_shosai:hover .btn_content .btn_arrow .btn_arrow_img::after {
    animation: slideleft2 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 842, common.scss */
      .btn_shosai:hover .btn_content .btn_arrow .btn_arrow_img::after {
        animation: none; } }

/* line 854, common.scss */
.slide-area {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  /* line 859, common.scss */
  .slide-area .slide:first-child {
    animation: slideupoff1 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 859, common.scss */
      .slide-area .slide:first-child {
        animation: none; } }
  /* line 865, common.scss */
  .slide-area .slide:last-child {
    position: absolute;
    left: 0;
    top: 100%;
    color: #008CAF;
    animation: slideupoff2 0.3s linear 0s forwards; }
    @media screen and (max-width: 800px) {
      /* line 865, common.scss */
      .slide-area .slide:last-child {
        animation: none; } }

@keyframes slideupoff1 {
  0% {
    transform: translateY(100%);
    opacity: 1; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
@keyframes slideupoff2 {
  0% {
    transform: translateY(-100%);
    opacity: 1; }
  98% {
    transform: translateY(-200%);
    opacity: 1; }
  99% {
    animation-timing-function: steps(1);
    transform: translateY(0);
    opacity: 0; }
  100% {
    animation-timing-function: steps(1);
    transform: translateY(0);
    opacity: 1; } }
@keyframes slideup1 {
  0% {
    transform: translateY(0);
    opacity: 1; }
  98% {
    transform: translateY(-100%);
    opacity: 1; }
  99% {
    animation-timing-function: steps(1);
    transform: translateY(100%);
    opacity: 0; }
  100% {
    animation-timing-function: steps(1);
    transform: translateY(100%);
    opacity: 1; } }
@keyframes slideup2 {
  0% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(-100%);
    opacity: 1; } }
@keyframes btncircle1 {
  0% {
    width: 80px;
    height: 80px;
    opacity: 1; }
  100% {
    width: 96px;
    height: 96px;
    opacity: 1; } }
@keyframes btncircle1off {
  0% {
    width: 96px;
    height: 96px;
    opacity: 1; }
  0.1% {
    width: 80px;
    height: 80px;
    opacity: 0; }
  100% {
    width: 80px;
    height: 80px;
    opacity: 0; } }
@keyframes btncircle2 {
  0% {
    width: 96px;
    height: 96px;
    opacity: 0; }
  0.1% {
    width: 96px;
    height: 96px;
    opacity: 1; }
  100% {
    width: 112px;
    height: 112px;
    opacity: 0; } }
@keyframes btncircle2off {
  0% {
    width: 112px;
    height: 112px;
    opacity: 0; }
  0.1% {
    width: 96px;
    height: 96px;
    opacity: 0; }
  100% {
    width: 96px;
    height: 96px;
    opacity: 0; } }
@keyframes btncircle1_s {
  0% {
    width: 24px;
    height: 24px;
    opacity: 1; }
  100% {
    width: 32px;
    height: 32px;
    opacity: 1; } }
@keyframes btncircle1off_s {
  0% {
    width: 32px;
    height: 32px;
    opacity: 1; }
  0.1% {
    width: 24px;
    height: 24px;
    opacity: 0; }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0; } }
@keyframes btncircle2off_s {
  0% {
    width: 40px;
    height: 40px;
    opacity: 0; }
  0.1% {
    width: 32px;
    height: 32px;
    opacity: 0; }
  100% {
    width: 32px;
    height: 32px;
    opacity: 0; } }
@keyframes btncircle2_s {
  0% {
    width: 32px;
    height: 32px;
    opacity: 0; }
  0.1% {
    width: 32px;
    height: 32px;
    opacity: 1; }
  100% {
    width: 40px;
    height: 40px;
    opacity: 0; } }
@keyframes btncircle1_m {
  0% {
    width: 64px;
    height: 64px;
    opacity: 1; }
  100% {
    width: 80px;
    height: 80px;
    opacity: 1; } }
@keyframes btncircle1off_m {
  0% {
    width: 80px;
    height: 80px;
    opacity: 1; }
  0.1% {
    width: 64px;
    height: 64px;
    opacity: 0; }
  100% {
    width: 64px;
    height: 64px;
    opacity: 0; } }
@keyframes btncircle2_m {
  0% {
    width: 80px;
    height: 80px;
    opacity: 0; }
  0.1% {
    width: 80px;
    height: 80px;
    opacity: 1; }
  100% {
    width: 96px;
    height: 96px;
    opacity: 0; } }
@keyframes btncircle2off_m {
  0% {
    width: 96px;
    height: 96px;
    opacity: 0; }
  0.1% {
    width: 80px;
    height: 80px;
    opacity: 0; }
  100% {
    width: 80px;
    height: 80px;
    opacity: 0; } }
/*
header
*/
/* line 1135, common.scss */
header {
  position: fixed;
  top: 32px;
  left: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 64px);
  height: 80px;
  background-color: #FFFFFF;
  border-radius: 40px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  padding: 0 32px;
  z-index: 10;
  opacity: 0;
  transition: opacity .3s; }
  @media screen and (max-width: 1000px) {
    /* line 1135, common.scss */
    header {
      top: 0;
      left: 0;
      width: 100%;
      height: 64px;
      border-radius: 0;
      box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.16);
      padding: 0; } }

/* line 1161, common.scss */
.site-title {
  position: relative;
  width: 360px; }
  @media screen and (max-width: 1200px) {
    /* line 1161, common.scss */
    .site-title {
      width: 248px;
      margin-left: 20px; } }
  /* line 1168, common.scss */
  .site-title a {
    display: block; }
    /* line 1171, common.scss */
    .site-title a:hover img {
      opacity: 1; }

/*
mainmenu
*/
/* line 1182, common.scss */
.mainmenu {
  display: flex;
  height: 100%; }
  @media screen and (max-width: 1000px) {
    /* line 1182, common.scss */
    .mainmenu {
      display: none; } }
  /* line 1188, common.scss */
  .mainmenu ul {
    display: flex;
    align-items: center;
    gap: 0 30px; }
    @media screen and (max-width: 1200px) {
      /* line 1188, common.scss */
      .mainmenu ul {
        gap: 0 14px; } }
    /* line 1195, common.scss */
    .mainmenu ul li {
      position: relative;
      height: 100%;
      margin: 0;
      padding: 0; }
      /* line 1200, common.scss */
      .mainmenu ul li a {
        position: relative;
        display: grid;
        place-content: center;
        height: 100%;
        color: #202124;
        line-height: 1.4;
        text-decoration: none;
        padding-right: 20px; }
        @media screen and (max-width: 1200px) {
          /* line 1200, common.scss */
          .mainmenu ul li a {
            font-size: 13px; } }
        /* line 1212, common.scss */
        .mainmenu ul li a .menu-arrow-r,
        .mainmenu ul li a .menu-arrow-d {
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          overflow: hidden; }
          /* line 1219, common.scss */
          .mainmenu ul li a .menu-arrow-r::before, .mainmenu ul li a .menu-arrow-r::after,
          .mainmenu ul li a .menu-arrow-d::before,
          .mainmenu ul li a .menu-arrow-d::after {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: "";
            background-repeat: no-repeat;
            background-position: center center;
            backface-visibility: hidden;
            -webkit-backface-visibility: hidden; }
        /* line 1233, common.scss */
        .mainmenu ul li a .menu-arrow-r {
          width: 14px;
          height: 10px; }
          /* line 1236, common.scss */
          .mainmenu ul li a .menu-arrow-r::before, .mainmenu ul li a .menu-arrow-r::after {
            top: 1px;
            background-image: url("../img/arrow_r_blue.svg"); }
          /* line 1241, common.scss */
          .mainmenu ul li a .menu-arrow-r::before {
            animation: slideleftoff1 0.3s linear 0s forwards; }
          /* line 1244, common.scss */
          .mainmenu ul li a .menu-arrow-r::after {
            animation: slideleftoff2 0.3s linear 0s forwards; }
        /* line 1248, common.scss */
        .mainmenu ul li a .menu-arrow-d {
          width: 11px;
          height: 6px; }
          /* line 1251, common.scss */
          .mainmenu ul li a .menu-arrow-d::before, .mainmenu ul li a .menu-arrow-d::after {
            background-image: url("../img/arrow_d_blue.svg"); }
          /* line 1255, common.scss */
          .mainmenu ul li a .menu-arrow-d::before {
            animation: slidedownoff1 0.3s linear 0s forwards; }
          /* line 1258, common.scss */
          .mainmenu ul li a .menu-arrow-d::after {
            animation: slidedownoff2 0.3s linear 0s forwards; }
        /* line 1264, common.scss */
        .mainmenu ul li a:hover .menu-arrow-r::before {
          animation: slideleft1 0.3s linear 0s forwards; }
        /* line 1267, common.scss */
        .mainmenu ul li a:hover .menu-arrow-r::after {
          animation: slideleft2 0.3s linear 0s forwards; }
        /* line 1272, common.scss */
        .mainmenu ul li a:hover .menu-arrow-d::before {
          animation: slidedown1 0.3s linear 0s forwards; }
        /* line 1275, common.scss */
        .mainmenu ul li a:hover .menu-arrow-d::after {
          animation: slidedown2 0.3s linear 0s forwards; }
      /* line 1282, common.scss */
      .mainmenu ul li.micon a {
        padding-right: 50px; }
        /* line 1284, common.scss */
        .mainmenu ul li.micon a .mcircle {
          display: block;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 40px;
          height: 40px;
          content: "";
          border: 1px solid rgba(0, 140, 175, 0.5);
          border-radius: 50%;
          overflow: hidden; }
          /* line 1296, common.scss */
          .mainmenu ul li.micon a .mcircle svg {
            position: absolute;
            left: -1px;
            top: -1px;
            fill: transparent;
            stroke: #008CAF;
            stroke-dashoffset: 160;
            stroke-dasharray: 160;
            transition: all 0.5s ease;
            transform: rotate(-90deg); }
          /* line 1307, common.scss */
          .mainmenu ul li.micon a .mcircle .mimg {
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
            /* line 1313, common.scss */
            .mainmenu ul li.micon a .mcircle .mimg::before, .mainmenu ul li.micon a .mcircle .mimg::after {
              position: absolute;
              left: 0;
              top: 0;
              content: "";
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-position: left top; }
            /* line 1324, common.scss */
            .mainmenu ul li.micon a .mcircle .mimg.mrecruit-diagonal {
              width: 12px;
              height: 12px; }
              /* line 1327, common.scss */
              .mainmenu ul li.micon a .mcircle .mimg.mrecruit-diagonal::before, .mainmenu ul li.micon a .mcircle .mimg.mrecruit-diagonal::after {
                background-image: url("../img/arrow_diagonal_blue.svg"); }
              /* line 1331, common.scss */
              .mainmenu ul li.micon a .mcircle .mimg.mrecruit-diagonal::before {
                animation: slidediagonaloff1_wide 0.3s linear 0s forwards; }
              /* line 1334, common.scss */
              .mainmenu ul li.micon a .mcircle .mimg.mrecruit-diagonal::after {
                animation: slidediagonaloff2_wide 0.3s linear 0s forwards; }
            /* line 1338, common.scss */
            .mainmenu ul li.micon a .mcircle .mimg.mcontact-left {
              width: 16px;
              height: 12px; }
              /* line 1341, common.scss */
              .mainmenu ul li.micon a .mcircle .mimg.mcontact-left::before, .mainmenu ul li.micon a .mcircle .mimg.mcontact-left::after {
                background-image: url("../img/icon_contact.svg"); }
              /* line 1345, common.scss */
              .mainmenu ul li.micon a .mcircle .mimg.mcontact-left::before {
                animation: slideleftoff1_wide 0.3s linear 0s forwards; }
              /* line 1348, common.scss */
              .mainmenu ul li.micon a .mcircle .mimg.mcontact-left::after {
                animation: slideleftoff2_wide 0.3s linear 0s forwards; }
        /* line 1356, common.scss */
        .mainmenu ul li.micon a:hover .mcircle svg {
          stroke-width: 1;
          stroke-dashoffset: 0; }
        /* line 1362, common.scss */
        .mainmenu ul li.micon a:hover .mcircle .mimg.mrecruit-diagonal::before {
          animation: slidediagonal1_wide 0.3s linear 0s forwards; }
        /* line 1365, common.scss */
        .mainmenu ul li.micon a:hover .mcircle .mimg.mrecruit-diagonal::after {
          animation: slidediagonal2_wide 0.3s linear 0s forwards; }
        /* line 1370, common.scss */
        .mainmenu ul li.micon a:hover .mcircle .mimg.mcontact-left::before {
          animation: slideleft1_wide 0.3s linear 0s forwards; }
        /* line 1373, common.scss */
        .mainmenu ul li.micon a:hover .mcircle .mimg.mcontact-left::after {
          animation: slideleft2_wide 0.3s linear 0s forwards; }
      /* line 1382, common.scss */
      .mainmenu ul li ul {
        display: none;
        position: absolute;
        top: 95px;
        left: 50%;
        transform: translateX(-50%);
        width: 256px;
        height: auto;
        text-align: left;
        background-color: #FFFFFF;
        border-radius: 16px;
        padding: 15px 32px; }
        /* line 1394, common.scss */
        .mainmenu ul li ul::before {
          position: absolute;
          left: 50%;
          top: 0;
          transform: translateX(-50%);
          width: 80px;
          height: 4px;
          content: "";
          background-color: #008CAF; }
        /* line 1404, common.scss */
        .mainmenu ul li ul li {
          width: calc(100% - 15px);
          margin: 0 0 0 auto; }
          /* line 1407, common.scss */
          .mainmenu ul li ul li a {
            justify-content: flex-start;
            line-height: 1.4;
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
            padding: 15px 15px 15px 0; }
          /* line 1413, common.scss */
          .mainmenu ul li ul li:first-child {
            width: 100%; }
            /* line 1415, common.scss */
            .mainmenu ul li ul li:first-child a {
              font-size: 18px; }
          /* line 1420, common.scss */
          .mainmenu ul li ul li:last-child a {
            border-bottom: none; }

@keyframes slideleftoff1 {
  0% {
    transform: translateX(-100%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes slideleftoff2 {
  0% {
    transform: translateX(0%);
    opacity: 1; }
  98% {
    transform: translateX(100%);
    opacity: 1; }
  99% {
    animation-timing-function: steps(1);
    transform: translateX(0%);
    opacity: 0; }
  100% {
    animation-timing-function: steps(1);
    transform: translateX(0%);
    opacity: 1; } }
@keyframes slideleft1 {
  0% {
    transform: translateX(0);
    opacity: 1; }
  98% {
    transform: translateX(100%);
    opacity: 1; }
  99% {
    animation-timing-function: steps(1);
    transform: translateX(-100%);
    opacity: 0; }
  100% {
    animation-timing-function: steps(1);
    transform: translateX(-100%);
    opacity: 1; } }
@keyframes slideleft2 {
  0% {
    transform: translateX(-100%);
    opacity: 1; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }
@keyframes sliderightoff1 {
  0% {
    transform: translateX(100%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes sliderightoff2 {
  0% {
    transform: translateX(0%);
    opacity: 1; }
  98% {
    transform: translateX(-100%);
    opacity: 1; }
  99% {
    animation-timing-function: steps(1);
    transform: translateX(0%);
    opacity: 0; }
  100% {
    animation-timing-function: steps(1);
    transform: translateX(0%);
    opacity: 1; } }
@keyframes slideright1 {
  0% {
    transform: translateX(0);
    opacity: 1; }
  98% {
    transform: translateX(-100%);
    opacity: 1; }
  99% {
    animation-timing-function: steps(1);
    transform: translateX(100%);
    opacity: 0; }
  100% {
    animation-timing-function: steps(1);
    transform: translateX(100%);
    opacity: 1; } }
@keyframes slideright2 {
  0% {
    transform: translateX(100%);
    opacity: 1; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }
@keyframes slidedownoff1 {
  0% {
    transform: translateY(-100%);
    opacity: 1; }
  100% {
    transform: translateY(0%);
    opacity: 1; } }
@keyframes slidedownoff2 {
  0% {
    transform: translateY(0%);
    opacity: 1; }
  98% {
    transform: translateY(100%);
    opacity: 1; }
  99% {
    animation-timing-function: steps(1);
    transform: translateY(0%);
    opacity: 0; }
  100% {
    animation-timing-function: steps(1);
    transform: translateY(0%);
    opacity: 1; } }
@keyframes slidedown1 {
  0% {
    transform: translateY(0);
    opacity: 1; }
  98% {
    transform: translateY(100%);
    opacity: 1; }
  99% {
    animation-timing-function: steps(1);
    transform: translateY(-100%);
    opacity: 0; }
  100% {
    animation-timing-function: steps(1);
    transform: translateY(-100%);
    opacity: 1; } }
@keyframes slidedown2 {
  0% {
    transform: translateY(-100%);
    opacity: 1; }
  100% {
    transform: translateY(0%);
    opacity: 1; } }
@keyframes slidedownoff1_wide {
  0% {
    transform: translateY(-200%);
    opacity: 1; }
  100% {
    transform: translateY(0%);
    opacity: 1; } }
@keyframes slidedownoff2_wide {
  0% {
    transform: translateY(0%);
    opacity: 1; }
  98% {
    transform: translateY(200%);
    opacity: 1; }
  99% {
    animation-timing-function: steps(1);
    transform: translateY(0%);
    opacity: 0; }
  100% {
    animation-timing-function: steps(1);
    transform: translateY(0%);
    opacity: 1; } }
@keyframes slidedown1_wide {
  0% {
    transform: translateY(0);
    opacity: 1; }
  98% {
    transform: translateY(200%);
    opacity: 1; }
  99% {
    animation-timing-function: steps(1);
    transform: translateY(-200%);
    opacity: 0; }
  100% {
    animation-timing-function: steps(1);
    transform: translateY(-200%);
    opacity: 1; } }
@keyframes slidedown2_wide {
  0% {
    transform: translateY(-200%);
    opacity: 1; }
  100% {
    transform: translateY(0%);
    opacity: 1; } }
@keyframes slidediagonaloff1 {
  0% {
    transform: translate(-100%, 100%);
    opacity: 1; }
  100% {
    transform: translate(0);
    opacity: 1; } }
@keyframes slidediagonaloff2 {
  0% {
    transform: translate(0%, 0%);
    opacity: 1; }
  98% {
    transform: translate(100%, -100%);
    opacity: 1; }
  99% {
    animation-timing-function: steps(1);
    transform: translate(0%, 0%);
    opacity: 0; }
  100% {
    animation-timing-function: steps(1);
    transform: translate(0%, 0%);
    opacity: 1; } }
@keyframes slidediagonal1 {
  0% {
    transform: translate(0%, 0%);
    opacity: 1; }
  98% {
    transform: translate(100%, -100%);
    opacity: 1; }
  99% {
    animation-timing-function: steps(1);
    transform: translate(-100%, 100%);
    opacity: 0; }
  100% {
    animation-timing-function: steps(1);
    transform: translate(-100%, 100%);
    opacity: 1; } }
@keyframes slidediagonal2 {
  0% {
    transform: translate(-100%, 100%);
    opacity: 1; }
  100% {
    transform: translate(0%, 0%);
    opacity: 1; } }
@keyframes slidediagonaloff1_wide {
  0% {
    transform: translate(-200%, 200%);
    opacity: 1; }
  100% {
    transform: translate(0);
    opacity: 1; } }
@keyframes slidediagonaloff2_wide {
  0% {
    transform: translate(0%, 0%);
    opacity: 1; }
  98% {
    transform: translate(200%, -200%);
    opacity: 1; }
  99% {
    animation-timing-function: steps(1);
    transform: translate(0%, 0%);
    opacity: 0; }
  100% {
    animation-timing-function: steps(1);
    transform: translate(0%, 0%);
    opacity: 1; } }
@keyframes slidediagonal1_wide {
  0% {
    transform: translate(0%, 0%);
    opacity: 1; }
  98% {
    transform: translate(200%, -200%);
    opacity: 1; }
  99% {
    animation-timing-function: steps(1);
    transform: translate(-200%, 200%);
    opacity: 0; }
  100% {
    animation-timing-function: steps(1);
    transform: translate(-200%, 200%);
    opacity: 1; } }
@keyframes slidediagonal2_wide {
  0% {
    transform: translate(-200%, 200%);
    opacity: 1; }
  100% {
    transform: translate(0%, 0%);
    opacity: 1; } }
@keyframes slidediagonaloff1_wide_reverse {
  0% {
    transform: translate(-200%, -200%);
    opacity: 1; }
  100% {
    transform: translate(0);
    opacity: 1; } }
@keyframes slidediagonaloff2_wide_reverse {
  0% {
    transform: translate(0%, 0%);
    opacity: 1; }
  98% {
    transform: translate(200%, 200%);
    opacity: 1; }
  99% {
    animation-timing-function: steps(1);
    transform: translate(0%, 0%);
    opacity: 0; }
  100% {
    animation-timing-function: steps(1);
    transform: translate(0%, 0%);
    opacity: 1; } }
@keyframes slidediagonal1_wide_reverse {
  0% {
    transform: translate(0%, 0%);
    opacity: 1; }
  98% {
    transform: translate(200%, 200%);
    opacity: 1; }
  99% {
    animation-timing-function: steps(1);
    transform: translate(-200%, -200%);
    opacity: 0; }
  100% {
    animation-timing-function: steps(1);
    transform: translate(-200%, -200%);
    opacity: 1; } }
@keyframes slidediagonal2_wide_reverse {
  0% {
    transform: translate(-200%, -200%);
    opacity: 1; }
  100% {
    transform: translate(0%, 0%);
    opacity: 1; } }
@keyframes slideleftoff1_wide {
  0% {
    transform: translateX(-250%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes slideleftoff2_wide {
  0% {
    transform: translateX(0%);
    opacity: 1; }
  98% {
    transform: translateX(250%);
    opacity: 1; }
  99% {
    animation-timing-function: steps(1);
    transform: translateX(0%);
    opacity: 0; }
  100% {
    animation-timing-function: steps(1);
    transform: translateX(0%);
    opacity: 1; } }
@keyframes slideleft1_wide {
  0% {
    transform: translateX(0);
    opacity: 1; }
  98% {
    transform: translateX(250%);
    opacity: 1; }
  99% {
    animation-timing-function: steps(1);
    transform: translateX(-250%);
    opacity: 0; }
  100% {
    animation-timing-function: steps(1);
    transform: translateX(-250%);
    opacity: 1; } }
@keyframes slideleft2_wide {
  0% {
    transform: translateX(-250%);
    opacity: 1; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }
@keyframes sliderightoff1_wide {
  0% {
    transform: translateX(250%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes sliderightoff2_wide {
  0% {
    transform: translateX(0%);
    opacity: 1; }
  98% {
    transform: translateX(-250%);
    opacity: 1; }
  99% {
    animation-timing-function: steps(1);
    transform: translateX(0%);
    opacity: 0; }
  100% {
    animation-timing-function: steps(1);
    transform: translateX(0%);
    opacity: 1; } }
@keyframes slideright1_wide {
  0% {
    transform: translateX(0);
    opacity: 1; }
  98% {
    transform: translateX(-250%);
    opacity: 1; }
  99% {
    animation-timing-function: steps(1);
    transform: translateX(250%);
    opacity: 0; }
  100% {
    animation-timing-function: steps(1);
    transform: translateX(250%);
    opacity: 1; } }
@keyframes slideright2_wide {
  0% {
    transform: translateX(250%);
    opacity: 1; }
  100% {
    transform: translateX(0%);
    opacity: 1; } }
/*
toggle
*/
/* line 1983, common.scss */
#toggle {
  display: none; }
  @media screen and (max-width: 1000px) {
    /* line 1983, common.scss */
    #toggle {
      display: block;
      position: absolute;
      top: 0px;
      right: 0px;
      width: 64px;
      height: 64px;
      cursor: pointer;
      z-index: 10;
      border-left: 1px solid #F1F0EF; } }

@media screen and (max-width: 1000px) {
  /* line 1997, common.scss */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s; } }

@media screen and (max-width: 1000px) {
  /* line 2004, common.scss */
  .menu-trigger {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    outline: none; } }
@media screen and (max-width: 1000px) {
  /* line 2012, common.scss */
  .menu-trigger span {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4D5156;
    width: 24px;
    height: 1px; } }
@media screen and (max-width: 1000px) {
  /* line 2022, common.scss */
  .menu-trigger span:nth-of-type(1) {
    top: 24px; } }
@media screen and (max-width: 1000px) {
  /* line 2027, common.scss */
  .menu-trigger span:nth-of-type(2) {
    top: 32px; } }
@media screen and (max-width: 1000px) {
  /* line 2032, common.scss */
  .menu-trigger span:nth-of-type(3) {
    top: 40px; } }
@media screen and (max-width: 1000px) {
  /* line 2039, common.scss */
  .menu-trigger.active :nth-of-type(1) {
    -webkit-transform: translate(-50%, 8px) rotate(45deg);
    transform: translate(-50%, 8px) rotate(45deg); } }
@media screen and (max-width: 1000px) {
  /* line 2045, common.scss */
  .menu-trigger.active :nth-of-type(2) {
    opacity: 0; } }
@media screen and (max-width: 1000px) {
  /* line 2050, common.scss */
  .menu-trigger.active :nth-of-type(3) {
    -webkit-transform: translate(-50%, -8px) rotate(-45deg);
    transform: translate(-50%, -8px) rotate(-45deg); } }

/*
overlay
*/
/* line 2063, common.scss */
.overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  pointer-events: none; }

/*
spmainmenu
*/
/* line 2079, common.scss */
.spmainmenubox {
  display: none; }
  @media screen and (max-width: 1000px) {
    /* line 2079, common.scss */
    .spmainmenubox {
      position: absolute;
      left: 0;
      top: 64px;
      width: 100%;
      height: calc(100svh - 64px);
      z-index: 2;
      box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.16); }
      /* line 2089, common.scss */
      .spmainmenubox .spmainmenu {
        width: 100%;
        background-color: #FFFFFF;
        padding: 0 20px;
        overflow-y: auto; }
        /* line 2094, common.scss */
        .spmainmenubox .spmainmenu ul {
          max-height: 455px; }
          /* line 2096, common.scss */
          .spmainmenubox .spmainmenu ul li {
            width: 100%;
            margin: 0;
            padding: 0;
            border-right: 1px solid #FFFFFF;
            border-bottom: 1px solid #F1F0EF; }
            /* line 2102, common.scss */
            .spmainmenubox .spmainmenu ul li a {
              display: flex;
              width: 100%;
              height: 100%;
              align-items: center;
              min-height: 56px;
              text-decoration: none;
              line-height: 1.4;
              padding: 0 45px 0 20px;
              background-image: url("../img/arrow_r_blue.svg");
              background-repeat: no-repeat;
              background-position: right 20px top 50%; }
            /* line 2115, common.scss */
            .spmainmenubox .spmainmenu ul li.spm {
              display: flex;
              flex-wrap: wrap; }
              /* line 2118, common.scss */
              .spmainmenubox .spmainmenu ul li.spm a {
                width: calc(100% - 56px); }
              /* line 2121, common.scss */
              .spmainmenubox .spmainmenu ul li.spm .open-menu {
                position: relative;
                width: 56px;
                height: 56px;
                border-right: 1px solid #FFFFFF;
                border-left: 1px solid #F1F0EF;
                cursor: pointer; }
                /* line 2128, common.scss */
                .spmainmenubox .spmainmenu ul li.spm .open-menu::before, .spmainmenubox .spmainmenu ul li.spm .open-menu::after {
                  position: absolute;
                  left: 50%;
                  top: 50%;
                  width: 16px;
                  height: 1px;
                  background-color: #008CAF;
                  content: "";
                  pointer-events: none;
                  transition: transform 0.3s ease-out; }
                /* line 2140, common.scss */
                .spmainmenubox .spmainmenu ul li.spm .open-menu::before {
                  transform: translate(-50%, -50%); }
                /* line 2143, common.scss */
                .spmainmenubox .spmainmenu ul li.spm .open-menu::after {
                  transform: translate(-50%, -50%) rotate(-90deg); }
                /* line 2146, common.scss */
                .spmainmenubox .spmainmenu ul li.spm .open-menu.active {
                  background-color: #F1F0EF; }
                  /* line 2148, common.scss */
                  .spmainmenubox .spmainmenu ul li.spm .open-menu.active::before {
                    transform: translate(-50%, -50%) rotate(-45deg); }
                  /* line 2151, common.scss */
                  .spmainmenubox .spmainmenu ul li.spm .open-menu.active::after {
                    transform: translate(-50%, -50%) rotate(-135deg); }
              /* line 2156, common.scss */
              .spmainmenubox .spmainmenu ul li.spm ul {
                display: none;
                flex-wrap: wrap;
                width: 100%;
                transition: all 0.3s ease-out;
                max-height: inherit; }
                /* line 2162, common.scss */
                .spmainmenubox .spmainmenu ul li.spm ul.active {
                  display: flex; }
                /* line 2165, common.scss */
                .spmainmenubox .spmainmenu ul li.spm ul li {
                  width: 50%;
                  border-bottom: 1px solid #FFFFFF; }
                  /* line 2168, common.scss */
                  .spmainmenubox .spmainmenu ul li.spm ul li:last-child {
                    border-bottom: none; }
                  /* line 2171, common.scss */
                  .spmainmenubox .spmainmenu ul li.spm ul li.wide {
                    width: 100%; }
                  /* line 2174, common.scss */
                  .spmainmenubox .spmainmenu ul li.spm ul li a {
                    width: 100%;
                    background-color: #F1F0EF; }
          /* line 2184, common.scss */
          .spmainmenubox .spmainmenu ul:has(.spm .active) li a {
            color: rgba(32, 33, 36, 0.5); }
          /* line 2188, common.scss */
          .spmainmenubox .spmainmenu ul:has(.spm .active) li:has(ul.active) a {
            color: #202124; }
      /* line 2196, common.scss */
      .spmainmenubox .spsubmenu {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        z-index: 3;
        background-color: #FFFFFF; }
        /* line 2203, common.scss */
        .spmainmenubox .spsubmenu ul {
          display: flex; }
          /* line 2205, common.scss */
          .spmainmenubox .spsubmenu ul li {
            width: 100%;
            margin: 0; }
            /* line 2208, common.scss */
            .spmainmenubox .spsubmenu ul li a {
              position: relative;
              display: flex;
              justify-content: center;
              align-items: center;
              text-decoration: none;
              min-height: 96px;
              padding: 0 5px; }
              /* line 2216, common.scss */
              .spmainmenubox .spsubmenu ul li a span {
                position: relative;
                display: inline-block;
                padding-right: 56px; }
                /* line 2220, common.scss */
                .spmainmenubox .spsubmenu ul li a span::before {
                  position: absolute;
                  right: 0;
                  top: 50%;
                  transform: translateY(-50%);
                  width: 40px;
                  height: 40px;
                  content: "";
                  border-radius: 50%;
                  background-repeat: no-repeat;
                  background-position: center center;
                  border: 1px solid #008CAF; }
            /* line 2235, common.scss */
            .spmainmenubox .spsubmenu ul li.spmrecruit {
              border-right: 1px solid #F1F0EF; }
              /* line 2239, common.scss */
              .spmainmenubox .spsubmenu ul li.spmrecruit a span::before {
                background-image: url("../img/arrow_diagonal_blue.svg"); }
            /* line 2248, common.scss */
            .spmainmenubox .spsubmenu ul li.spmcontact a span::before {
              background-image: url("../img/icon_contact.svg"); } }

/*
pagetitle
*/
/* line 2264, common.scss */
.pagetitle {
  position: relative;
  width: 100%;
  z-index: 0;
  background-color: #FFFFFF;
  padding: 150px 0 0;
  margin-bottom: 155px;
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    /* line 2264, common.scss */
    .pagetitle {
      padding: 0;
      margin-bottom: 55px; } }
  /* line 2276, common.scss */
  .pagetitle h1 {
    padding: 0 65px 30px; }
    @media screen and (max-width: 800px) {
      /* line 2276, common.scss */
      .pagetitle h1 {
        display: flex;
        flex-direction: column-reverse;
        padding: 0 20px 10px; } }
    /* line 2283, common.scss */
    .pagetitle h1 .jp_title {
      display: block;
      color: #008CAF;
      font-size: 25px;
      line-height: 1.6; }
      @media screen and (max-width: 800px) {
        /* line 2283, common.scss */
        .pagetitle h1 .jp_title {
          font-size: 18px; } }
    /* line 2292, common.scss */
    .pagetitle h1 .en_title {
      display: block;
      color: #E4E6E8;
      font-family: "Inter Tight", sans-serif;
      font-size: 160px;
      font-weight: 200;
      line-height: 1;
      letter-spacing: -0.03em; }
      @media screen and (max-width: 800px) {
        /* line 2292, common.scss */
        .pagetitle h1 .en_title {
          font-size: 70px; } }
  /* line 2305, common.scss */
  .pagetitle.pagetopimage {
    min-height: 448px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media screen and (max-width: 800px) {
      /* line 2305, common.scss */
      .pagetitle.pagetopimage {
        min-height: 234px; } }
    /* line 2314, common.scss */
    .pagetitle.pagetopimage .breadcrumb {
      padding-bottom: 60px; }
      @media screen and (max-width: 800px) {
        /* line 2314, common.scss */
        .pagetitle.pagetopimage .breadcrumb {
          padding-bottom: 95px; } }
    /* line 2321, common.scss */
    .pagetitle.pagetopimage h1 .en_title {
      color: #FFFFFF; }
  /* line 2327, common.scss */
  .pagetitle .parallax {
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 800px) {
      /* line 2327, common.scss */
      .pagetitle .parallax {
        overflow: visible; } }
  @media screen and (max-width: 800px) {
    /* line 2334, common.scss */
    .pagetitle .wrapper {
      overflow: visible;
      transform: none !important; } }
  @media screen and (max-width: 800px) {
    /* line 2340, common.scss */
    .pagetitle .slide-opacity {
      display: none; } }

/*
breadcrumb
*/
/* line 2353, common.scss */
.breadcrumb {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 65px 10px;
  z-index: 1; }
  @media screen and (max-width: 800px) {
    /* line 2353, common.scss */
    .breadcrumb {
      padding: 20px 20px 10px; } }
  /* line 2364, common.scss */
  .breadcrumb p {
    line-height: 1.4;
    margin: 0; }
    @media screen and (max-width: 800px) {
      /* line 2364, common.scss */
      .breadcrumb p {
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; } }
    /* line 2374, common.scss */
    .breadcrumb p a:hover {
      text-decoration: none; }
    /* line 2378, common.scss */
    .breadcrumb p .page-item {
      position: relative;
      display: inline-block;
      padding-left: 35px; }
      @media screen and (max-width: 800px) {
        /* line 2378, common.scss */
        .breadcrumb p .page-item {
          padding-left: 20px;
          display: inline; } }
      /* line 2386, common.scss */
      .breadcrumb p .page-item::before {
        position: absolute;
        top: 50%;
        left: 16px;
        transform: translateY(-50%);
        width: 4px;
        height: 4px;
        content: "";
        background-color: rgba(32, 33, 36, 0.5);
        border-radius: 50%; }
        @media screen and (max-width: 800px) {
          /* line 2386, common.scss */
          .breadcrumb p .page-item::before {
            left: 9px;
            width: 3px;
            height: 3px; } }

/*
stalker
*/
/* line 2410, common.scss */
#stalker {
  pointer-events: none;
  position: fixed;
  top: -4px;
  left: -4px;
  width: 8px;
  height: 8px;
  background: rgba(32, 33, 36, 0.5);
  border-radius: 50%;
  z-index: 10000;
  pointer-events: none; }
  @media screen and (max-width: 800px) {
    /* line 2410, common.scss */
    #stalker {
      display: none; } }
  /* line 2424, common.scss */
  #stalker.is_active {
    top: -16px;
    left: -16px;
    width: 32px;
    height: 32px; }

/*
parallax
*/
/* line 2436, common.scss */
.parallax {
  position: relative;
  overflow: hidden; }
  /* line 2439, common.scss */
  .parallax.p01 {
    z-index: 1; }
  /* line 2442, common.scss */
  .parallax.p02 {
    z-index: 2; }
  /* line 2445, common.scss */
  .parallax.p03 {
    z-index: 3; }
  /* line 2448, common.scss */
  .parallax.p04 {
    z-index: 4; }
  /* line 2451, common.scss */
  .parallax.p05 {
    z-index: 4; }

/* line 2455, common.scss */
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

/* line 2461, common.scss */
.slide-opacity {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 3;
  opacity: 0; }

/*
read-content
*/
/* line 2477, common.scss */
.read-content {
  padding-bottom: 130px; }
  @media screen and (max-width: 800px) {
    /* line 2477, common.scss */
    .read-content {
      padding-bottom: 100px; } }
  /* line 2482, common.scss */
  .read-content p {
    position: relative;
    z-index: 1; }
    /* line 2485, common.scss */
    .read-content p.read_page {
      font-size: 40px;
      font-weight: 600;
      line-height: 1.6;
      margin-bottom: 30px; }
      @media screen and (max-width: 800px) {
        /* line 2485, common.scss */
        .read-content p.read_page {
          font-size: 25px; } }
    /* line 2494, common.scss */
    .read-content p.cap_page {
      margin-bottom: 0; }

/*
slide_text
*/
/* line 2505, common.scss */
.slide_text {
  position: absolute;
  right: 0;
  top: -55px;
  color: #FFFFFF;
  font-family: "Inter Tight", sans-serif;
  font-size: 180px;
  font-weight: 200;
  line-height: 1;
  text-align: right;
  margin: 0;
  z-index: 0;
  opacity: 0; }
  @media screen and (max-width: 800px) {
    /* line 2505, common.scss */
    .slide_text {
      font-size: 80px;
      top: -5px; } }
  /* line 2522, common.scss */
  .slide_text span {
    display: inline-block; }
    /* line 2524, common.scss */
    .slide_text span.kaigyo {
      display: none; }
      @media screen and (max-width: 800px) {
        /* line 2524, common.scss */
        .slide_text span.kaigyo {
          display: block; } }

/*
btn
*/
/* line 2537, common.scss */
.btn {
  display: block;
  max-width: 332px; }
  /* line 2540, common.scss */
  .btn a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    font-weight: 600;
    text-decoration: none;
    padding: 22px 35px 22px 0; }
    @media screen and (max-width: 800px) {
      /* line 2540, common.scss */
      .btn a {
        padding: 15px 35px 15px 0; } }
    /* line 2551, common.scss */
    .btn a::before {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      content: "";
      background-color: rgba(0, 0, 0, 0.2); }
    /* line 2560, common.scss */
    .btn a .btn_shosai {
      top: 50%;
      bottom: auto;
      right: 0;
      transform: translateY(-50%); }

/*
btn_link
*/
/* line 2573, common.scss */
.btn_link {
  width: 100%;
  max-width: 320px; }
  @media screen and (max-width: 800px) {
    /* line 2573, common.scss */
    .btn_link {
      max-width: 190px; } }
  /* line 2579, common.scss */
  .btn_link a {
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 25px; }
    @media screen and (max-width: 800px) {
      /* line 2579, common.scss */
      .btn_link a {
        padding-bottom: 20px; } }
    /* line 2589, common.scss */
    .btn_link a::before, .btn_link a::after {
      position: absolute;
      left: 0;
      bottom: 0;
      height: 1px;
      content: "";
      pointer-events: none; }
    /* line 2598, common.scss */
    .btn_link a::before {
      width: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      z-index: 0; }
    /* line 2603, common.scss */
    .btn_link a::after {
      width: 0;
      background-color: #008CAF;
      transition: width 0.3s ease-out;
      z-index: 1; }
      @media screen and (max-width: 800px) {
        /* line 2603, common.scss */
        .btn_link a::after {
          display: none; } }
    /* line 2612, common.scss */
    .btn_link a .en_title {
      display: block;
      color: #008CAF;
      font-family: "Inter Tight", sans-serif;
      font-size: 15px;
      font-weight: 500;
      margin-bottom: 5px; }
      @media screen and (max-width: 800px) {
        /* line 2612, common.scss */
        .btn_link a .en_title {
          font-size: 12px; } }
    /* line 2623, common.scss */
    .btn_link a .jp_title {
      position: relative;
      display: block;
      font-size: 25px;
      font-weight: 600;
      line-height: 1.5;
      padding-right: 40px; }
      @media screen and (max-width: 800px) {
        /* line 2623, common.scss */
        .btn_link a .jp_title {
          font-size: 18px; } }
    /* line 2634, common.scss */
    .btn_link a .btn_diagonal {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      overflow: hidden;
      width: 24px;
      height: 24px;
      background-color: #FFFFFF;
      border-radius: 50%; }
      /* line 2644, common.scss */
      .btn_link a .btn_diagonal::before, .btn_link a .btn_diagonal::after {
        position: absolute;
        left: 9px;
        top: 9px;
        width: 13px;
        height: 13px;
        content: "";
        background-image: url("../img/arrow_diagonal_blue.svg");
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 6px 6px; }
      /* line 2657, common.scss */
      .btn_link a .btn_diagonal::before {
        animation: slidediagonaloff1 0.3s linear 0s forwards; }
        @media screen and (max-width: 800px) {
          /* line 2657, common.scss */
          .btn_link a .btn_diagonal::before {
            animation: none; } }
      /* line 2663, common.scss */
      .btn_link a .btn_diagonal::after {
        animation: slidediagonaloff2 0.3s linear 0s forwards; }
        @media screen and (max-width: 800px) {
          /* line 2663, common.scss */
          .btn_link a .btn_diagonal::after {
            animation: none; } }
    /* line 2671, common.scss */
    .btn_link a:hover::after {
      width: 100%; }
    /* line 2675, common.scss */
    .btn_link a:hover .btn_diagonal::before {
      animation: slidediagonal1 0.3s linear 0s forwards; }
      @media screen and (max-width: 800px) {
        /* line 2675, common.scss */
        .btn_link a:hover .btn_diagonal::before {
          animation: none; } }
    /* line 2681, common.scss */
    .btn_link a:hover .btn_diagonal::after {
      animation: slidediagonal2 0.3s linear 0s forwards; }
      @media screen and (max-width: 800px) {
        /* line 2681, common.scss */
        .btn_link a:hover .btn_diagonal::after {
          animation: none; } }

/*
sticky-content
*/
/* line 2696, common.scss */
.sticky-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 800px) {
    /* line 2696, common.scss */
    .sticky-content {
      display: block; } }
  /* line 2705, common.scss */
  .sticky-content .l-sticky {
    position: sticky;
    top: 170px;
    left: 0;
    width: 31.2%;
    height: 100%; }
    @media screen and (max-width: 800px) {
      /* line 2705, common.scss */
      .sticky-content .l-sticky {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        padding-right: 0;
        margin-bottom: 45px; } }
    /* line 2720, common.scss */
    .sticky-content .l-sticky h2 {
      margin: 0; }
  /* line 2724, common.scss */
  .sticky-content .r-sticky {
    width: 65.6%; }
    @media screen and (max-width: 800px) {
      /* line 2724, common.scss */
      .sticky-content .r-sticky {
        width: 100%; } }

/*
read_page20
*/
/* line 2736, common.scss */
.read_page20 {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 90px; }
  @media screen and (max-width: 800px) {
    /* line 2736, common.scss */
    .read_page20 {
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 60px; } }

/*
simple-content
*/
/* line 2751, common.scss */
.simple-content {
  padding: 0 50px 95px; }
  @media screen and (max-width: 800px) {
    /* line 2751, common.scss */
    .simple-content {
      padding: 0 0 65px; } }
  /* line 2756, common.scss */
  .simple-content:last-child {
    padding-bottom: 0; }
  /* line 2759, common.scss */
  .simple-content h1 {
    width: calc(100% + 100px);
    font-size: 30px;
    line-height: 1.4;
    margin: 0 0 95px -50px; }
    @media screen and (max-width: 800px) {
      /* line 2759, common.scss */
      .simple-content h1 {
        width: 100%;
        font-size: 20px;
        margin: 0 0 65px; } }
  /* line 2770, common.scss */
  .simple-content h2 {
    width: calc(100% + 100px);
    font-size: 25px;
    line-height: 1.4;
    padding: 35px 0 0;
    margin: 0 0 30px -50px;
    counter-increment: number; }
    @media screen and (max-width: 800px) {
      /* line 2770, common.scss */
      .simple-content h2 {
        width: 100%;
        font-size: 20px;
        padding-top: 20px;
        margin: 0 0 25px;
        padding-left: 35px; } }
    /* line 2784, common.scss */
    .simple-content h2::before {
      position: relative;
      top: auto;
      left: auto;
      display: inline-block;
      width: 48px;
      height: auto;
      color: #202124;
      font-size: 25px;
      content: counter(number) ".";
      border-radius: 0;
      border: none;
      background: none; }
      @media screen and (max-width: 800px) {
        /* line 2784, common.scss */
        .simple-content h2::before {
          font-size: 20px;
          width: 35px;
          margin-left: -35px; } }
    /* line 2803, common.scss */
    .simple-content h2::after {
      left: 0;
      top: 0;
      width: 64px;
      height: 2px;
      border: none;
      background-color: #008CAF;
      border-radius: 0; }
      @media screen and (max-width: 800px) {
        /* line 2803, common.scss */
        .simple-content h2::after {
          width: 56px; } }
    @media screen and (max-width: 800px) {
      /* line 2815, common.scss */
      .simple-content h2.no_number {
        padding-left: 0; } }
    /* line 2819, common.scss */
    .simple-content h2.no_number::before {
      display: none; }
  /* line 2824, common.scss */
  .simple-content h3 {
    color: #008CAF;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px; }
  /* line 2830, common.scss */
  .simple-content p {
    margin-bottom: 30px; }
    @media screen and (max-width: 800px) {
      /* line 2830, common.scss */
      .simple-content p {
        margin-bottom: 20px; } }
    /* line 2835, common.scss */
    .simple-content p:last-child {
      margin-bottom: 0; }
    /* line 2838, common.scss */
    .simple-content p.ijyo {
      padding-top: 30px; }
      @media screen and (max-width: 800px) {
        /* line 2838, common.scss */
        .simple-content p.ijyo {
          padding-top: 20px; } }
  /* line 2846, common.scss */
  .simple-content ul li {
    position: relative;
    line-height: 1.6;
    text-indent: 0;
    padding: 0 0 0 15px;
    margin-bottom: 5px; }
    /* line 2852, common.scss */
    .simple-content ul li::before {
      position: absolute;
      left: 0;
      top: 11px;
      width: 8px;
      height: 2px;
      content: "";
      background-color: #008CAF; }
  /* line 2863, common.scss */
  .simple-content ol {
    margin-bottom: 30px; }
    /* line 2865, common.scss */
    .simple-content ol:last-child {
      margin-bottom: 0; }
    /* line 2868, common.scss */
    .simple-content ol li {
      line-height: 1.6;
      margin-bottom: 16px; }
      /* line 2871, common.scss */
      .simple-content ol li:last-child {
        margin-bottom: 0; }
      /* line 2874, common.scss */
      .simple-content ol li ol {
        padding: 8px 0 0; }
        /* line 2876, common.scss */
        .simple-content ol li ol li {
          padding: 0;
          margin: 0 0 8px; }
          /* line 2879, common.scss */
          .simple-content ol li ol li::before {
            display: none; }
      /* line 2884, common.scss */
      .simple-content ol li ul {
        padding: 5px 0 0; }
        /* line 2886, common.scss */
        .simple-content ol li ul li {
          margin-bottom: 8px; }
  /* line 2892, common.scss */
  .simple-content a {
    color: #008CAF; }
    /* line 2894, common.scss */
    .simple-content a:hover {
      text-decoration: none; }
  /* line 2898, common.scss */
  .simple-content .bikou {
    display: block;
    padding-top: 10px; }
  @media screen and (max-width: 800px) {
    /* line 2902, common.scss */
    .simple-content .btn {
      line-height: 1.4;
      margin-left: auto; } }
  /* line 2907, common.scss */
  .simple-content .btn a {
    color: #202124; }
  /* line 2911, common.scss */
  .simple-content address {
    width: 100%;
    max-width: 640px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 35px 40px; }
    @media screen and (max-width: 800px) {
      /* line 2911, common.scss */
      .simple-content address {
        max-width: inherit;
        padding: 25px 20px; } }
    /* line 2921, common.scss */
    .simple-content address::before, .simple-content address::after {
      position: absolute;
      left: 0;
      width: 100%;
      height: 1px;
      content: "";
      background-color: #FFFFFF; }
    /* line 2930, common.scss */
    .simple-content address::before {
      top: 0px; }
    /* line 2933, common.scss */
    .simple-content address::after {
      bottom: -2px; }
    /* line 2936, common.scss */
    .simple-content address p {
      font-size: 18px;
      line-height: 1.5;
      margin-bottom: 10px; }
      @media screen and (max-width: 800px) {
        /* line 2936, common.scss */
        .simple-content address p {
          font-size: 15px;
          line-height: 1.6; } }
      /* line 2944, common.scss */
      .simple-content address p.privacy_company {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4;
        margin-bottom: 0px; }
        @media screen and (max-width: 800px) {
          /* line 2944, common.scss */
          .simple-content address p.privacy_company {
            font-size: 16px;
            line-height: 1.5; } }
    /* line 2955, common.scss */
    .simple-content address dl {
      display: flex;
      flex-wrap: wrap;
      margin: 0;
      padding: 15px 0 0; }
      /* line 2960, common.scss */
      .simple-content address dl dt,
      .simple-content address dl dd {
        font-size: 18px;
        line-height: 2;
        margin: 0;
        padding: 0; }
        @media screen and (max-width: 800px) {
          /* line 2960, common.scss */
          .simple-content address dl dt,
          .simple-content address dl dd {
            font-size: 15px; } }
      /* line 2970, common.scss */
      .simple-content address dl dt {
        color: #008CAF;
        width: 90px;
        font-weight: 400; }
        @media screen and (max-width: 800px) {
          /* line 2970, common.scss */
          .simple-content address dl dt {
            width: 75px; } }
      /* line 2978, common.scss */
      .simple-content address dl dd {
        width: calc(100% - 90px); }
        @media screen and (max-width: 800px) {
          /* line 2978, common.scss */
          .simple-content address dl dd {
            width: calc(100% - 75px); } }
        /* line 2983, common.scss */
        .simple-content address dl dd span {
          font-size: 15px; }
          @media screen and (max-width: 800px) {
            /* line 2983, common.scss */
            .simple-content address dl dd span {
              font-size: 13px; } }

/*
btn_back
*/
/* line 2998, common.scss */
.btn_back {
  position: relative;
  padding-top: 70px;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 800px) {
    /* line 2998, common.scss */
    .btn_back {
      padding-top: 35px; } }
  /* line 3005, common.scss */
  .btn_back::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #FFFFFF; }
  /* line 3014, common.scss */
  .btn_back p {
    margin-bottom: 0; }
    /* line 3016, common.scss */
    .btn_back p a {
      display: inline-block;
      font-weight: 600;
      text-decoration: none;
      padding-left: 50px;
      transition: color 0.3s ease-out; }
      /* line 3022, common.scss */
      .btn_back p a:hover {
        color: #008CAF; }
        @media screen and (max-width: 800px) {
          /* line 3022, common.scss */
          .btn_back p a:hover {
            color: #202124; } }

/*
pagetop
*/
/* line 3038, common.scss */
.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 64px;
  height: 64px;
  z-index: 9;
  display: none; }
  @media screen and (max-width: 800px) {
    /* line 3038, common.scss */
    .pagetop {
      right: 20px;
      bottom: 25px;
      width: 48px;
      height: 48px; } }
  /* line 3052, common.scss */
  .pagetop a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    border-radius: 50%;
    background-color: #FFFFFF;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25); }
    /* line 3061, common.scss */
    .pagetop a::before {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 16px;
      height: 8px;
      background-image: url("../img/arrow_u_blue.svg");
      background-repeat: no-repeat;
      background-position: left top;
      background-size: cover;
      content: ""; }

/*
footer
*/
/* line 3081, common.scss */
footer {
  position: relative;
  padding: 95px 0 65px;
  z-index: 5; }
  @media screen and (max-width: 800px) {
    /* line 3081, common.scss */
    footer {
      padding-top: 45px;
      background-color: #FFFFFF; } }

/* line 3090, common.scss */
.smbc {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  background-color: #004831;
  border-bottom: 3px solid #C4D700;
  padding: 10px 20px;
  margin-bottom: 95px; }
  @media screen and (max-width: 800px) {
    /* line 3090, common.scss */
    .smbc {
      padding: 5px 20px;
      margin-bottom: 45px; } }
  /* line 3103, common.scss */
  .smbc .logo_smbcgroup {
    width: 48px;
    height: 6px; }

/* line 3108, common.scss */
.logo_footer {
  width: 100%;
  max-width: 350px;
  margin-bottom: 35px; }
  @media screen and (max-width: 800px) {
    /* line 3108, common.scss */
    .logo_footer {
      max-width: 310px;
      margin: 0 auto 50px; } }

/* line 3117, common.scss */
.siteinfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }
  @media screen and (max-width: 800px) {
    /* line 3117, common.scss */
    .siteinfo {
      flex-wrap: wrap;
      justify-content: center; } }
  /* line 3126, common.scss */
  .siteinfo .l-footer {
    width: 48.4%; }
    @media screen and (max-width: 800px) {
      /* line 3126, common.scss */
      .siteinfo .l-footer {
        width: 100%;
        order: 3;
        padding: 50px 5.9%; } }
    /* line 3133, common.scss */
    .siteinfo .l-footer .footer_company {
      font-size: 13px;
      font-weight: 500;
      line-height: 1.38; }
      /* line 3139, common.scss */
      .siteinfo .l-footer .footer_company strong {
        display: block;
        font-size: 15px; }
    /* line 3144, common.scss */
    .siteinfo .l-footer .footer_address {
      line-height: 1.5;
      margin-bottom: 35px; }
      @media screen and (max-width: 800px) {
        /* line 3144, common.scss */
        .siteinfo .l-footer .footer_address {
          margin-bottom: 20px; } }
      /* line 3150, common.scss */
      .siteinfo .l-footer .footer_address .footer_tel {
        display: block;
        margin-top: 10px; }
  /* line 3156, common.scss */
  .siteinfo .r-footer {
    display: flex;
    justify-content: space-between;
    width: 48.4%; }
    @media screen and (max-width: 800px) {
      /* line 3156, common.scss */
      .siteinfo .r-footer {
        display: block;
        width: 100%;
        padding: 50px 5.9%;
        border-top: 1px solid rgba(0, 0, 0, 0.2); } }
    /* line 3166, common.scss */
    .siteinfo .r-footer .r-footer01,
    .siteinfo .r-footer .r-footer02 {
      width: 48.4%; }
      @media screen and (max-width: 800px) {
        /* line 3166, common.scss */
        .siteinfo .r-footer .r-footer01,
        .siteinfo .r-footer .r-footer02 {
          width: 100%; } }
    /* line 3173, common.scss */
    .siteinfo .r-footer .footermenu {
      margin-bottom: 30px; }
      @media screen and (max-width: 800px) {
        /* line 3173, common.scss */
        .siteinfo .r-footer .footermenu {
          display: flex;
          width: 100%;
          justify-content: space-between; } }
      /* line 3180, common.scss */
      .siteinfo .r-footer .footermenu:last-of-type {
        margin-bottom: 0; }
      /* line 3183, common.scss */
      .siteinfo .r-footer .footermenu a {
        display: inline-block;
        text-decoration: none; }
      /* line 3187, common.scss */
      .siteinfo .r-footer .footermenu h3 {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.4;
        margin: 0 0 16px; }
        @media screen and (max-width: 800px) {
          /* line 3187, common.scss */
          .siteinfo .r-footer .footermenu h3 {
            width: 48%;
            margin-bottom: 0; } }
      @media screen and (max-width: 800px) {
        /* line 3197, common.scss */
        .siteinfo .r-footer .footermenu ul {
          width: 51%; } }
      /* line 3201, common.scss */
      .siteinfo .r-footer .footermenu ul li {
        line-height: 1.4;
        margin: 0 0 14px;
        padding: 0 0 0 1em; }
        @media screen and (max-width: 800px) {
          /* line 3201, common.scss */
          .siteinfo .r-footer .footermenu ul li {
            margin-bottom: 25px;
            padding: 0; } }

/* line 3214, common.scss */
.footer_submenu {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 35px 0 70px;
  margin-top: 70px; }
  @media screen and (max-width: 800px) {
    /* line 3214, common.scss */
    .footer_submenu {
      order: 2;
      margin-top: 0px;
      padding: 50px 25px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); } }
  /* line 3225, common.scss */
  .footer_submenu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 2.9%; }
    @media screen and (max-width: 800px) {
      /* line 3225, common.scss */
      .footer_submenu ul {
        flex-wrap: wrap;
        gap: 30px 0; } }
    /* line 3233, common.scss */
    .footer_submenu ul li {
      margin: 0;
      padding: 0;
      line-height: 1.4; }
      @media screen and (max-width: 800px) {
        /* line 3233, common.scss */
        .footer_submenu ul li {
          width: 100%; } }
      /* line 3240, common.scss */
      .footer_submenu ul li a {
        display: inline-block;
        text-decoration: none; }

/* line 3247, common.scss */
.copyright {
  width: 100%;
  color: #4D5156;
  font-family: "Inter Tight", sans-serif;
  font-weight: 300;
  line-height: 1.4;
  margin: 0; }
  @media screen and (max-width: 800px) {
    /* line 3247, common.scss */
    .copyright {
      font-size: 11px;
      text-align: center; } }

/*# sourceMappingURL=common.css.map */
