@charset "UTF-8";
/* line 3, 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 23, common.scss */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* line 28, common.scss */
html,
body {
  overflow-x: clip; }

/* line 32, common.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; }

/* line 37, common.scss */
body {
  font-size: 16px;
  color: #333333;
  line-height: 1;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "halt"; }
  /* line 44, common.scss */
  body.fixed {
    width: 100%;
    height: 100%;
    position: fixed; }

/* line 50, common.scss */
:target {
  scroll-margin-top: 140px; }
  @media screen and (max-width: 800px) {
    /* line 50, common.scss */
    :target {
      scroll-margin-top: 90px; } }

/* line 56, common.scss */
body,
input,
textarea {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500; }

/* line 62, common.scss */
.en {
  font-family: "Montserrat", sans-serif;
  font-weight: 500; }

/* line 66, common.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 70, common.scss */
caption,
th,
td {
  font-weight: normal;
  text-align: left; }

/* line 76, common.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  color: #333333;
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0; }

/* line 89, common.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

/* line 101, common.scss */
p {
  color: #333333;
  margin-bottom: 15px;
  line-height: 1.8; }
  @media screen and (max-width: 800px) {
    /* line 101, common.scss */
    p {
      font-size: 15px; } }

/* line 109, common.scss */
ol,
ul {
  list-style: none; }

/* line 113, common.scss */
ul li,
ol li {
  line-height: 1.8;
  margin: 0 0 5px; }
  @media screen and (max-width: 800px) {
    /* line 113, common.scss */
    ul li,
    ol li {
      font-size: 15px; } }

/* line 121, common.scss */
ol {
  list-style: decimal;
  margin: 0 0 20px 1.5em; }

/* line 125, common.scss */
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0; }

/* line 131, common.scss */
dl {
  margin: 0 0 24px 0; }

/* line 134, common.scss */
dt,
dd {
  line-height: 1.6; }

/* line 138, common.scss */
dt {
  font-weight: bold; }

/* line 141, common.scss */
dd {
  margin: 0; }

/* line 144, common.scss */
strong {
  font-weight: bold; }

/* line 147, common.scss */
cite,
i {
  font-style: normal; }

/* line 151, common.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 158, common.scss */
sup {
  top: -0.5em; }

/* line 161, common.scss */
sub {
  bottom: -0.25em; }

/* line 164, common.scss */
small {
  font-size: smaller; }

/* line 167, common.scss */
img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto; }

/* line 173, common.scss */
video {
  width: 100%; }

/* line 176, common.scss */
address {
  font-style: normal; }

/* line 181, common.scss */
.alignleft {
  float: left; }

/* line 184, common.scss */
.alignright {
  float: right; }

/* line 187, common.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* line 192, common.scss */
a {
  color: #333333;
  text-decoration: underline; }
  @media screen and (min-width: 800px) {
    /* line 196, common.scss */
    a:hover {
      text-decoration: none; }
      /* line 198, common.scss */
      a:hover .btn {
        color: #00874E; }
      /* line 202, common.scss */
      a:hover .btn_arrow::before, a:hover .btn_arrow::after {
        transition: left 0.4s; }
      /* line 206, common.scss */
      a:hover .btn_arrow::before {
        left: 200%; }
      /* line 209, common.scss */
      a:hover .btn_arrow::after {
        left: 50%; }
      /* line 215, common.scss */
      a:hover .elink .btn_arrow::before {
        left: 50%; }
      /* line 220, common.scss */
      a:hover .underline {
        background-position: left bottom;
        background-size: 100% 1px; } }
  /* line 226, common.scss */
  a.link {
    position: relative;
    display: inline-block;
    color: #00874E;
    padding-right: 12px; }
    /* line 231, common.scss */
    a.link::before {
      position: absolute;
      right: 0px;
      top: 7px;
      width: 9px;
      height: 9px;
      content: "";
      background-image: url("../img/icon_link.svg");
      background-repeat: no-repeat;
      background-position: left top; }
  /* line 243, common.scss */
  a [href^="tel:"] {
    pointer-events: none;
    text-decoration: none; }

/* line 249, common.scss */
a:focus, *:focus {
  outline: none; }

/* line 252, common.scss */
.pc {
  display: block; }
  @media screen and (max-width: 800px) {
    /* line 252, common.scss */
    .pc {
      display: none; } }

/* line 258, common.scss */
.sp {
  display: none; }
  @media screen and (max-width: 800px) {
    /* line 258, common.scss */
    .sp {
      display: block; } }

/* line 264, common.scss */
.komelist {
  margin: 0 0 30px; }

/* line 267, common.scss */
.komelist li {
  list-style: none;
  margin-left: 1em; }
  /* line 270, common.scss */
  .komelist li:last-child {
    margin-bottom: 0; }

/* line 274, common.scss */
.komelist li::before {
  content: "※";
  margin-left: -1em; }

/* line 279, common.scss */
.cbox {
  position: relative;
  width: calc(100% - 96px);
  max-width: 1264px;
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    /* line 279, common.scss */
    .cbox {
      width: calc(100% - 28px); } }
  /* line 287, common.scss */
  .cbox.cbox1048 {
    max-width: 1048px; }
  /* line 290, common.scss */
  .cbox.cbox1364 {
    max-width: 1364px; }
  /* line 293, common.scss */
  .cbox.cbox1376 {
    max-width: 1376px; }

/* line 297, common.scss */
.txtright {
  display: block;
  text-align: right; }

/* line 301, common.scss */
.txtcenter {
  text-align: center; }

/* line 304, common.scss */
.t_green {
  color: #00874E; }

/* line 307, common.scss */
.t_orange {
  color: #DB5E38; }

/* line 310, common.scss */
.t_underline {
  text-decoration: underline; }

/* line 316, common.scss */
.site-header {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 102px;
  z-index: 6;
  background-color: #FFFFFF;
  box-shadow: 0px 3px 16px rgba(108, 108, 108, 0.16); }
  @media screen and (max-width: 800px) {
    /* line 316, common.scss */
    .site-header {
      height: 72px; } }
  /* line 330, common.scss */
  .site-header .site-title {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 32px;
    translate: 0 -50%;
    width: 340px; }
    @media screen and (max-width: 800px) {
      /* line 330, common.scss */
      .site-header .site-title {
        left: 22px;
        width: 229px; } }
    /* line 341, common.scss */
    .site-header .site-title a {
      display: block;
      width: 100%;
      height: 100%; }
      /* line 345, common.scss */
      .site-header .site-title a img {
        opacity: 1; }

/* line 355, common.scss */
.mcontact {
  position: absolute;
  top: 0px;
  right: 0px;
  display: grid;
  place-content: center;
  width: 156px;
  height: 102px;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  background-color: #00874E;
  z-index: 3;
  transition: background-color 0.1s ease-in-out; }
  @media screen and (min-width: 800px) {
    /* line 370, common.scss */
    .mcontact:hover {
      background-color: #00A55F; } }
  @media screen and (max-width: 1250px) {
    /* line 355, common.scss */
    .mcontact {
      width: 126px; } }
  @media screen and (max-width: 1000px) {
    /* line 355, common.scss */
    .mcontact {
      display: none; } }

/* line 384, common.scss */
.headermenu {
  position: fixed;
  top: 20px;
  right: 190px; }
  @media screen and (max-width: 1250px) {
    /* line 384, common.scss */
    .headermenu {
      right: 137px; } }
  @media screen and (max-width: 1000px) {
    /* line 384, common.scss */
    .headermenu {
      display: none; } }
  /* line 394, common.scss */
  .headermenu ul {
    display: flex;
    margin: 0;
    padding: 0; }
    /* line 398, common.scss */
    .headermenu ul li {
      line-height: 1.3;
      margin: 0;
      padding: 0 15px;
      border-right: 1px solid #D1D1D1; }
      /* line 403, common.scss */
      .headermenu ul li:last-child {
        padding-right: 0;
        border-right: none; }
      /* line 409, common.scss */
      .headermenu ul li:hover a, .headermenu ul li.current-menu-item a {
        color: #00874E; }
      /* line 413, common.scss */
      .headermenu ul li a {
        display: block;
        font-size: 14px;
        letter-spacing: -0.05em;
        transition: color 0.1s ease-in-out; }

/* line 424, common.scss */
.mainmenu {
  position: fixed;
  top: 45px;
  right: 175px;
  width: auto;
  display: flex;
  align-content: center;
  align-items: center; }
  @media screen and (max-width: 1250px) {
    /* line 424, common.scss */
    .mainmenu {
      right: 130px; } }
  @media screen and (max-width: 1000px) {
    /* line 424, common.scss */
    .mainmenu {
      display: none; } }
  /* line 438, common.scss */
  .mainmenu ul {
    display: flex;
    align-items: center;
    gap: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0; }
    /* line 446, common.scss */
    .mainmenu ul li {
      position: relative;
      line-height: 1;
      margin: 0;
      padding: 0; }
      /* line 453, common.scss */
      .mainmenu ul li.current-menu-item a, .mainmenu ul li.current-page-ancestor a {
        color: #00874E; }
      /* line 457, common.scss */
      .mainmenu ul li a {
        position: relative;
        display: inline-flex;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        padding: 11px 15px 30px 15px;
        text-decoration: none;
        transition: color 0.1s ease-in-out; }
        @media screen and (min-width: 800px) {
          /* line 467, common.scss */
          .mainmenu ul li a:hover {
            color: #00874E; } }
        @media screen and (max-width: 1250px) {
          /* line 457, common.scss */
          .mainmenu ul li a {
            font-size: 13px;
            padding: 11px 7px 30px 7px; } }
        /* line 475, common.scss */
        .mainmenu ul li a .underline {
          padding-bottom: 4px; }
      /* line 480, common.scss */
      .mainmenu ul li.subm a {
        background-image: url("../img/arrow_d_green.svg");
        background-repeat: no-repeat;
        background-position: right 15px top 17px;
        padding: 11px 35px 30px 15px; }
        @media screen and (max-width: 1250px) {
          /* line 480, common.scss */
          .mainmenu ul li.subm a {
            background-position: right 4px top 15px;
            background-size: 10px 7px;
            padding: 11px 18px 30px 7px; } }
      /* line 491, common.scss */
      .mainmenu ul li.subm ul {
        display: none;
        position: absolute;
        top: 45px;
        left: 0;
        width: auto;
        height: auto;
        text-align: left;
        background-color: #00874E;
        border-radius: 8px;
        padding: 24px 32px; }
        /* line 502, common.scss */
        .mainmenu ul li.subm ul li {
          width: 100%;
          margin: 0 0 12px;
          white-space: nowrap; }
          /* line 506, common.scss */
          .mainmenu ul li.subm ul li a {
            display: inline-block;
            translate: -8px 0;
            color: #FFFFFF;
            font-weight: 500;
            letter-spacing: -0.05em;
            line-height: 1.5;
            background: none;
            padding: 0;
            opacity: 0;
            transition: translate 0.3s ease-out,opacity 0.3s ease-out; }
            /* line 517, common.scss */
            .mainmenu ul li.subm ul li a .underline {
              background-image: linear-gradient(90deg, #FFFFFF, #FFFFFF);
              padding-bottom: 2px; }
          /* line 522, common.scss */
          .mainmenu ul li.subm ul li:last-child {
            margin-bottom: 0; }
        /* line 528, common.scss */
        .mainmenu ul li.subm ul.active li a {
          opacity: 1;
          translate: 0 0; }

/* line 539, common.scss */
.underline {
  background-image: linear-gradient(90deg, #00874E, #00874E);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0% 1px;
  padding-bottom: 2px;
  transition: background-size 0.4s cubic-bezier(0.43, 0.05, 0.17, 1); }

/* line 552, common.scss */
#toggle {
  display: none; }
  @media screen and (max-width: 1000px) {
    /* line 552, common.scss */
    #toggle {
      display: block;
      position: absolute;
      top: 0px;
      right: 0px;
      width: 102px;
      height: 102px;
      border: none;
      background: none;
      padding: 0;
      cursor: pointer;
      z-index: 10; } }
  @media screen and (max-width: 800px) {
    /* line 552, common.scss */
    #toggle {
      width: 72px;
      height: 72px; } }
  @media screen and (max-width: 1000px) {
    /* line 574, common.scss */
    #toggle.active .mtext::before {
      content: "CLOSE"; } }
  @media screen and (max-width: 1000px) {
    /* line 580, common.scss */
    #toggle .mtext {
      position: absolute;
      top: 59px;
      left: 50%;
      translate: -50% 0;
      color: #00874E;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-weight: 600;
      background: none; }
      /* line 591, common.scss */
      #toggle .mtext::before {
        display: block;
        content: "MENU"; } }
  @media screen and (max-width: 800px) {
    /* line 580, common.scss */
    #toggle .mtext {
      top: 43px;
      font-size: 11px; } }

@media screen and (max-width: 1000px) {
  /* line 602, common.scss */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s; } }

@media screen and (max-width: 1000px) {
  /* line 609, common.scss */
  .menu-trigger {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    outline: none; }
    /* line 616, common.scss */
    .menu-trigger span {
      display: block;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background-color: #00874E;
      width: 55px;
      height: 2px; }
      /* line 624, common.scss */
      .menu-trigger span:nth-of-type(1) {
        top: 34px; }
      /* line 627, common.scss */
      .menu-trigger span:nth-of-type(2) {
        top: 42px; }
    /* line 632, common.scss */
    .menu-trigger.active :nth-of-type(1) {
      -webkit-transform: translate(-50%, 4px) rotate(30deg);
      transform: translate(-50%, 4px) rotate(30deg); }
    /* line 636, common.scss */
    .menu-trigger.active :nth-of-type(2) {
      -webkit-transform: translate(-50%, -4px) rotate(-30deg);
      transform: translate(-50%, -4px) rotate(-30deg); } }
@media screen and (max-width: 800px) {
  /* line 643, common.scss */
  .menu-trigger span {
    width: 40px; }
    /* line 645, common.scss */
    .menu-trigger span:nth-of-type(1) {
      top: 24px; }
    /* line 648, common.scss */
    .menu-trigger span:nth-of-type(2) {
      top: 30px; }
  /* line 653, common.scss */
  .menu-trigger.active :nth-of-type(2) {
    -webkit-transform: translate(-50%, -2px) rotate(-30deg);
    transform: translate(-50%, -2px) rotate(-30deg); } }

/* line 665, common.scss */
.spmainmenubox {
  display: none; }
  @media screen and (max-width: 1000px) {
    /* line 665, common.scss */
    .spmainmenubox {
      display: block;
      position: fixed;
      top: 102px;
      left: 0;
      width: 100%;
      height: calc(100dvh - 102px);
      background-color: #FFFFFF;
      z-index: 10;
      transition: all 0.1s ease-in-out;
      opacity: 0;
      pointer-events: none; }
      /* line 679, common.scss */
      .spmainmenubox.open {
        opacity: 1;
        pointer-events: auto; } }
  @media screen and (max-width: 800px) {
    /* line 665, common.scss */
    .spmainmenubox {
      top: 72px;
      height: calc(100dvh - 72px); } }
  @media screen and (max-width: 1000px) {
    /* line 688, common.scss */
    .spmainmenubox .spmenubox {
      position: relative;
      width: 100%;
      height: 100%;
      overflow-y: auto;
      z-index: 2; } }
  @media screen and (max-width: 1000px) {
    /* line 698, common.scss */
    .spmainmenubox .spmenubox .spmainmenu ul {
      width: 100%;
      margin: 0;
      padding: 0; }
      /* line 702, common.scss */
      .spmainmenubox .spmenubox .spmainmenu ul li {
        width: 100%;
        margin: 0;
        padding: 0;
        line-height: 1.5;
        border-bottom: 1px solid #D1D1D1; }
        /* line 708, common.scss */
        .spmainmenubox .spmenubox .spmainmenu ul li a {
          position: relative;
          display: block;
          font-size: 15px;
          font-weight: 700;
          text-decoration: none;
          background-image: url("../img/arrow_r_green.svg");
          background-repeat: no-repeat;
          background-position: right 27px top 50%;
          padding: 20px 60px 20px 24px; }
        /* line 720, common.scss */
        .spmainmenubox .spmenubox .spmainmenu ul li.spmsub a {
          background-image: inherit; }
          /* line 722, common.scss */
          .spmainmenubox .spmenubox .spmainmenu ul li.spmsub a::before, .spmainmenubox .spmenubox .spmainmenu ul li.spmsub a::after {
            position: absolute;
            top: 50%;
            right: 25px;
            translate: 0 -50%;
            width: 12px;
            height: 2px;
            content: "";
            background-color: #00874E;
            transition: all 0.1s ease-in-out; }
          /* line 734, common.scss */
          .spmainmenubox .spmenubox .spmainmenu ul li.spmsub a::after {
            rotate: 90deg; }
          /* line 738, common.scss */
          .spmainmenubox .spmenubox .spmainmenu ul li.spmsub a.open::after {
            rotate: 0deg;
            opacity: 0; }
        /* line 744, common.scss */
        .spmainmenubox .spmenubox .spmainmenu ul li.spmsub ul {
          display: none; }
          /* line 746, common.scss */
          .spmainmenubox .spmenubox .spmainmenu ul li.spmsub ul li {
            width: 100%;
            border-bottom: 1px solid #FFFFFF; }
            /* line 749, common.scss */
            .spmainmenubox .spmenubox .spmainmenu ul li.spmsub ul li a {
              color: #646464;
              font-weight: 500;
              background-color: #E9F7EF; }
              /* line 753, common.scss */
              .spmainmenubox .spmenubox .spmainmenu ul li.spmsub ul li a::before, .spmainmenubox .spmenubox .spmainmenu ul li.spmsub ul li a::after {
                display: none; } }

/* line 769, common.scss */
.page-title {
  position: relative;
  width: calc(100% - 98px);
  margin: 132px auto 56px; }
  @media screen and (max-width: 800px) {
    /* line 769, common.scss */
    .page-title {
      width: calc(100% - 28px);
      margin: 86px auto 48px; } }
  /* line 778, common.scss */
  .page-title.yellow .page-title-top {
    background-color: #F2F0E7;
    background-image: url("../img/bg_h1_yellow.png"); }
    @media screen and (max-width: 800px) {
      /* line 778, common.scss */
      .page-title.yellow .page-title-top {
        background-image: url("../img/bg_h1_sp_yellow.png"); } }
  /* line 786, common.scss */
  .page-title .page-title-top {
    position: relative;
    display: flex;
    align-items: center;
    height: 302px;
    background-color: #E9F7EF;
    background-image: url("../img/bg_h1.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 921px 302px;
    border-radius: 16px;
    z-index: 0; }
    @media screen and (max-width: 800px) {
      /* line 786, common.scss */
      .page-title .page-title-top {
        height: 150px;
        background-image: url("../img/bg_h1_sp.png");
        background-size: 200px 150px;
        border-radius: 8px; } }
    /* line 804, common.scss */
    .page-title .page-title-top h1 {
      position: relative;
      padding: 0 56px;
      margin: 0; }
      @media screen and (max-width: 800px) {
        /* line 804, common.scss */
        .page-title .page-title-top h1 {
          padding: 0 20px; } }
      /* line 811, common.scss */
      .page-title .page-title-top h1 .jp {
        display: block;
        font-size: 50px;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 8px; }
        @media screen and (max-width: 800px) {
          /* line 811, common.scss */
          .page-title .page-title-top h1 .jp {
            font-size: 28px; } }
      /* line 821, common.scss */
      .page-title .page-title-top h1 .en {
        display: block;
        color: #00874E;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.16em; }
        @media screen and (max-width: 800px) {
          /* line 821, common.scss */
          .page-title .page-title-top h1 .en {
            font-size: 12px; } }
  /* line 834, common.scss */
  .page-title .breadcrumb {
    position: absolute;
    left: 56px;
    top: 245px;
    display: flex;
    width: calc(100% - 112px);
    z-index: 2; }
    @media screen and (max-width: 800px) {
      /* line 834, common.scss */
      .page-title .breadcrumb {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        margin-top: 12px; } }
    /* line 848, common.scss */
    .page-title .breadcrumb p {
      display: inline-block;
      font-size: 13px;
      margin: 0; }
      /* line 852, common.scss */
      .page-title .breadcrumb p br {
        display: none; }
      /* line 855, common.scss */
      .page-title .breadcrumb p a {
        text-decoration: none; }
      /* line 858, common.scss */
      .page-title .breadcrumb p span {
        margin: 0 8px; }
        /* line 860, common.scss */
        .page-title .breadcrumb p span.bhome {
          background-image: url("../img/icon_home.svg");
          background-repeat: no-repeat;
          background-position: left center;
          padding-left: 24px;
          margin-left: 0; }
        /* line 867, common.scss */
        .page-title .breadcrumb p span.kugiri {
          color: #7AB19A;
          margin: 0; }
        /* line 871, common.scss */
        .page-title .breadcrumb p span span {
          margin: 0; }
  /* line 877, common.scss */
  .page-title .read-page {
    position: relative;
    width: 100%;
    max-width: 812px;
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 46px 55px;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      /* line 877, common.scss */
      .page-title .read-page {
        max-width: inherit;
        padding: 0;
        margin-top: 48px; } }
    /* line 890, common.scss */
    .page-title .read-page h2 {
      font-size: 32px;
      line-height: 1.4;
      border: none;
      padding: 0;
      margin-bottom: 48px; }
      @media screen and (max-width: 800px) {
        /* line 890, common.scss */
        .page-title .read-page h2 {
          font-size: 22px;
          line-height: 1.5;
          margin-bottom: 24px; } }
      /* line 901, common.scss */
      .page-title .read-page h2::before {
        display: none; }
    /* line 905, common.scss */
    .page-title .read-page p {
      font-size: 18px;
      line-height: 1.8;
      margin: 0; }
      @media screen and (max-width: 800px) {
        /* line 905, common.scss */
        .page-title .read-page p {
          font-size: 15px; } }
    /* line 913, common.scss */
    .page-title .read-page a {
      color: #00874E; }
  /* line 917, common.scss */
  .page-title.right {
    margin-bottom: 0; }
    @media screen and (max-width: 800px) {
      /* line 917, common.scss */
      .page-title.right {
        margin-bottom: 48px; } }
    /* line 922, common.scss */
    .page-title.right .read-page {
      margin: -56px -48px 0 auto; }
      @media screen and (max-width: 800px) {
        /* line 922, common.scss */
        .page-title.right .read-page {
          margin: 48px 0 0; } }
  /* line 929, common.scss */
  .page-title.center {
    margin-bottom: 0; }
    @media screen and (max-width: 800px) {
      /* line 929, common.scss */
      .page-title.center {
        margin-bottom: 48px; } }
    /* line 934, common.scss */
    .page-title.center .read-page {
      max-width: inherit;
      text-align: center;
      padding: 80px 56px; }
      @media screen and (max-width: 800px) {
        /* line 934, common.scss */
        .page-title.center .read-page {
          text-align: left;
          padding: 0; } }
      /* line 942, common.scss */
      .page-title.center .read-page h2 {
        font-size: 40px; }
        @media screen and (max-width: 800px) {
          /* line 942, common.scss */
          .page-title.center .read-page h2 {
            font-size: 22px; } }
  /* line 950, common.scss */
  .page-title.photo {
    margin-top: 102px; }
    @media screen and (max-width: 800px) {
      /* line 950, common.scss */
      .page-title.photo {
        margin-top: 72px; } }
    /* line 955, common.scss */
    .page-title.photo .page-title-img {
      position: absolute;
      top: 0;
      right: -49px;
      width: 58.6vw;
      height: 299px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center top;
      z-index: -1;
      border-radius: 0 0 0 16px; }
      @media screen and (max-width: 800px) {
        /* line 955, common.scss */
        .page-title.photo .page-title-img {
          position: relative;
          top: auto;
          right: 0;
          left: -14px;
          width: calc(100% + 28px);
          height: 35.5vw;
          min-height: 133px;
          margin-bottom: 32px; } }
    /* line 977, common.scss */
    .page-title.photo .page-title-top {
      position: relative;
      display: flex;
      align-items: center;
      height: 299px;
      background: none;
      border-radius: 0;
      z-index: 0; }
      @media screen and (max-width: 800px) {
        /* line 977, common.scss */
        .page-title.photo .page-title-top {
          height: auto; } }
      /* line 988, common.scss */
      .page-title.photo .page-title-top h1 {
        position: relative;
        padding: 0 56px;
        margin: 0; }
        @media screen and (max-width: 800px) {
          /* line 988, common.scss */
          .page-title.photo .page-title-top h1 {
            padding: 0; } }
        /* line 995, common.scss */
        .page-title.photo .page-title-top h1 .jp {
          font-size: 48px;
          margin: 8px 0 0; }
          @media screen and (max-width: 800px) {
            /* line 995, common.scss */
            .page-title.photo .page-title-top h1 .jp {
              font-size: 28px; } }
  /* line 1005, common.scss */
  .page-title.simple {
    margin: 210px auto 60px;
    background: none; }
    @media screen and (max-width: 800px) {
      /* line 1005, common.scss */
      .page-title.simple {
        margin: 112px auto 40px; } }
    /* line 1011, common.scss */
    .page-title.simple .page-title-top {
      display: block;
      height: auto;
      background: none; }
      @media screen and (max-width: 800px) {
        /* line 1015, common.scss */
        .page-title.simple .page-title-top h1 {
          padding: 0; } }
      /* line 1019, common.scss */
      .page-title.simple .page-title-top h1 .jp {
        font-size: 48px;
        margin: 8px 0 0; }
        @media screen and (max-width: 800px) {
          /* line 1019, common.scss */
          .page-title.simple .page-title-top h1 .jp {
            font-size: 28px; } }
    /* line 1028, common.scss */
    .page-title.simple .breadcrumb {
      position: relative;
      top: auto;
      margin-top: 16px; }

/* line 1035, common.scss */
h2 {
  font-weight: 700;
  margin-bottom: 24px; }

/* line 1039, common.scss */
h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  padding: 0;
  margin-bottom: 20px; }

/* line 1046, common.scss */
h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px; }

/* line 1052, common.scss */
h5 {
  font-size: 16px;
  font-weight: 700; }

/* line 1056, common.scss */
img.alignleft {
  margin: 0 24px 12px 0; }

/* line 1059, common.scss */
img.alignright {
  margin: 0 0 12px 24px; }

/* line 1062, common.scss */
img.aligncenter {
  margin-bottom: 12px; }

/* line 1065, common.scss */
.wp-caption {
  max-width: 100%;
  height: auto; }
  /* line 1068, common.scss */
  .wp-caption img {
    width: 100%; }
  /* line 1071, common.scss */
  .wp-caption .wp-caption-text {
    width: auto;
    text-align: left;
    font-size: 13px;
    line-height: 1.6;
    margin-top: 10px; }

/* line 1081, common.scss */
.column2 {
  display: flex; }

/* line 1084, common.scss */
.t_110 {
  display: inline-block;
  font-size: 110px;
  font-weight: 600;
  line-height: 1;
  padding: 10px 0; }
  @media screen and (max-width: 800px) {
    /* line 1084, common.scss */
    .t_110 {
      font-size: 72px;
      padding: 2px 0; } }

/* line 1095, common.scss */
.t_80 {
  display: inline-block;
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  padding: 10px 0; }
  @media screen and (max-width: 800px) {
    /* line 1095, common.scss */
    .t_80 {
      font-size: 68px;
      padding: 8px 0; } }

/* line 1107, common.scss */
.t_26 {
  display: inline-block;
  font-size: 26px;
  letter-spacing: -0.05em;
  margin-left: 10px; }
  @media screen and (max-width: 800px) {
    /* line 1107, common.scss */
    .t_26 {
      font-size: 22px; } }

/* line 1116, common.scss */
.t_15 {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8; }
  @media screen and (max-width: 800px) {
    /* line 1116, common.scss */
    .t_15 {
      font-size: 14px;
      line-height: 1.7; } }

/* line 1129, common.scss */
main {
  position: relative;
  width: 100%;
  word-break: break-all;
  z-index: 1; }

/* line 1135, common.scss */
.wrapper {
  position: relative; }
  /* line 1137, common.scss */
  .wrapper h2 {
    font-size: 40px;
    line-height: 1.4;
    border-bottom: 1px solid #D1D1D1;
    padding: 0 0 20px 35px;
    margin-bottom: 64px; }
    @media screen and (max-width: 800px) {
      /* line 1137, common.scss */
      .wrapper h2 {
        font-size: 22px;
        padding: 0 0 16px 24px;
        margin-bottom: 24px; } }
    /* line 1148, common.scss */
    .wrapper h2::before {
      position: absolute;
      left: 0;
      top: 9px;
      width: 10px;
      height: 42px;
      content: "";
      background: linear-gradient(to bottom, #ADD0C9 0%, #ADD0C9 50%, #00874E 50%, #00874E 100%); }
      @media screen and (max-width: 800px) {
        /* line 1148, common.scss */
        .wrapper h2::before {
          top: 0;
          width: 8px;
          height: 32px; } }
  /* line 1163, common.scss */
  .wrapper.column2 {
    justify-content: space-between;
    margin-bottom: 195px; }
    @media screen and (max-width: 800px) {
      /* line 1163, common.scss */
      .wrapper.column2 {
        gap: 40px 0;
        flex-direction: column-reverse;
        margin-bottom: 80px; } }
    /* line 1171, common.scss */
    .wrapper.column2 .content {
      width: calc(100% - 324px); }
      @media screen and (max-width: 800px) {
        /* line 1171, common.scss */
        .wrapper.column2 .content {
          width: 100%; } }
      /* line 1176, common.scss */
      .wrapper.column2 .content h2 {
        padding: 0 0 30px;
        margin-bottom: 50px; }
        @media screen and (max-width: 800px) {
          /* line 1176, common.scss */
          .wrapper.column2 .content h2 {
            padding-bottom: 20px;
            margin-bottom: 32px; } }
        /* line 1183, common.scss */
        .wrapper.column2 .content h2 .entry-title {
          font-size: 32px;
          line-height: 1.5; }
          @media screen and (max-width: 800px) {
            /* line 1183, common.scss */
            .wrapper.column2 .content h2 .entry-title {
              font-size: 24px; } }
        /* line 1190, common.scss */
        .wrapper.column2 .content h2::before {
          display: none; }
    /* line 1195, common.scss */
    .wrapper.column2 .sidebar {
      display: flex;
      flex-direction: column;
      gap: 60px 0;
      width: 184px; }
      @media screen and (max-width: 800px) {
        /* line 1195, common.scss */
        .wrapper.column2 .sidebar {
          width: 100%;
          gap: 40px 0; } }
      /* line 1204, common.scss */
      .wrapper.column2 .sidebar h2 {
        color: #00874E;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.26;
        letter-spacing: 0.04em;
        border: none;
        border-top: 1px solid #D1D1D1;
        padding: 25px 0 0;
        margin-bottom: 30px; }
        @media screen and (max-width: 800px) {
          /* line 1204, common.scss */
          .wrapper.column2 .sidebar h2 {
            font-size: 14px;
            border: none;
            padding: 0;
            margin: 0 0 16px; } }
        /* line 1220, common.scss */
        .wrapper.column2 .sidebar h2::before {
          display: none; }
      /* line 1225, common.scss */
      .wrapper.column2 .sidebar ul.categorylist {
        margin: 0;
        padding: 0; }
        @media screen and (max-width: 800px) {
          /* line 1225, common.scss */
          .wrapper.column2 .sidebar ul.categorylist {
            display: flex;
            flex-wrap: wrap;
            gap: 16px; } }
        /* line 1233, common.scss */
        .wrapper.column2 .sidebar ul.categorylist li {
          line-height: 1.5;
          margin: 0 0 10px;
          padding: 0; }
          @media screen and (max-width: 800px) {
            /* line 1233, common.scss */
            .wrapper.column2 .sidebar ul.categorylist li {
              margin: 0; } }
          /* line 1240, common.scss */
          .wrapper.column2 .sidebar ul.categorylist li:last-child {
            margin-bottom: 0; }
          /* line 1245, common.scss */
          .wrapper.column2 .sidebar ul.categorylist li.current a::after {
            background-color: #00874E; }
          /* line 1250, common.scss */
          .wrapper.column2 .sidebar ul.categorylist li a {
            position: relative;
            display: inline-block;
            font-size: 18px;
            font-weight: 700;
            text-decoration: none;
            padding-left: 34px; }
            @media screen and (min-width: 800px) {
              /* line 1259, common.scss */
              .wrapper.column2 .sidebar ul.categorylist li a:hover::after {
                background-color: #00874E; } }
            @media screen and (max-width: 800px) {
              /* line 1250, common.scss */
              .wrapper.column2 .sidebar ul.categorylist li a {
                font-size: 15px;
                padding-left: 24px; } }
            /* line 1268, common.scss */
            .wrapper.column2 .sidebar ul.categorylist li a::before, .wrapper.column2 .sidebar ul.categorylist li a::after {
              position: absolute;
              content: "";
              border-radius: 50%; }
            /* line 1274, common.scss */
            .wrapper.column2 .sidebar ul.categorylist li a::before {
              left: 0;
              top: 4px;
              width: 20px;
              height: 20px;
              border: 1px solid #D1D1D1; }
              @media screen and (max-width: 800px) {
                /* line 1274, common.scss */
                .wrapper.column2 .sidebar ul.categorylist li a::before {
                  top: 2px;
                  width: 18px;
                  height: 18px; } }
            /* line 1286, common.scss */
            .wrapper.column2 .sidebar ul.categorylist li a::after {
              left: 5px;
              top: 9px;
              width: 10px;
              height: 10px;
              background-color: #D1D1D1;
              transition: background-color 0.1s ease-in-out; }
              @media screen and (max-width: 800px) {
                /* line 1286, common.scss */
                .wrapper.column2 .sidebar ul.categorylist li a::after {
                  top: 7px;
                  width: 8px;
                  height: 8px; } }
      /* line 1303, common.scss */
      .wrapper.column2 .sidebar select {
        background-image: url("../img/arrow_d_green.svg");
        background-repeat: no-repeat;
        background-position: right 18px top 50%;
        padding: 8px 16px; }
        @media screen and (max-width: 800px) {
          /* line 1303, common.scss */
          .wrapper.column2 .sidebar select {
            max-width: 120px;
            background-position: right 12px top 50%;
            padding: 8px 14px; } }
  /* line 1316, common.scss */
  .wrapper .backpoint {
    position: absolute;
    left: 0;
    top: -140px; }
    @media screen and (max-width: 800px) {
      /* line 1316, common.scss */
      .wrapper .backpoint {
        top: -90px; } }

/* line 1327, common.scss */
table {
  width: 100%;
  margin: 0 0 64px; }
  @media screen and (max-width: 800px) {
    /* line 1327, common.scss */
    table {
      margin-bottom: 24px; } }
  /* line 1333, common.scss */
  table th,
  table td {
    text-align: left;
    line-height: 1.8;
    vertical-align: top;
    border: 1px solid #D1D1D1;
    padding: 14px; }
    @media screen and (max-width: 800px) {
      /* line 1333, common.scss */
      table th,
      table td {
        display: block;
        font-size: 14px;
        line-height: 1.875; } }
  /* line 1346, common.scss */
  table th {
    color: #333333;
    width: auto;
    font-size: 16px;
    font-weight: 700; }
    @media screen and (max-width: 800px) {
      /* line 1346, common.scss */
      table th {
        width: 100%; } }
  /* line 1355, common.scss */
  table td {
    width: auto;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 800px) {
      /* line 1355, common.scss */
      table td {
        width: 100%; } }
  /* line 1364, common.scss */
  table.t-history {
    max-width: 1048px;
    margin: 0 auto; }
    /* line 1367, common.scss */
    table.t-history th,
    table.t-history td {
      font-size: 16px;
      line-height: 1.8;
      padding: 24px 0;
      border: none;
      border-bottom: 1px dashed #D1D1D1; }
      @media screen and (max-width: 800px) {
        /* line 1367, common.scss */
        table.t-history th,
        table.t-history td {
          display: table-cell;
          font-size: 15px;
          padding: 18px 0; } }
    /* line 1380, common.scss */
    table.t-history th {
      width: 135px; }
      @media screen and (max-width: 800px) {
        /* line 1380, common.scss */
        table.t-history th {
          width: 100px; } }
    /* line 1386, common.scss */
    table.t-history td {
      width: calc(100% - 135px); }
      @media screen and (max-width: 800px) {
        /* line 1386, common.scss */
        table.t-history td {
          width: calc(100% - 100px); } }
      /* line 1391, common.scss */
      table.t-history td a {
        color: #00874E; }
      /* line 1395, common.scss */
      table.t-history td .dot li {
        font-size: 16px; }
        @media screen and (max-width: 800px) {
          /* line 1395, common.scss */
          table.t-history td .dot li {
            font-size: 15px;
            margin-bottom: 3px;
            padding-left: 14px; } }
        @media screen and (max-width: 800px) {
          /* line 1402, common.scss */
          table.t-history td .dot li::before {
            top: 11px;
            width: 6px;
            height: 6px; } }

/* line 1416, common.scss */
.attention,
.attention a {
  color: #DB5E38; }

/* line 1420, common.scss */
section {
  position: relative;
  clear: both; }

/* line 1424, common.scss */
.thumbnail {
  margin: 0 auto 15px; }

/* line 1427, common.scss */
p.photo_r {
  float: right;
  margin: 0 0 15px 15px; }

/* line 1431, common.scss */
p.photo_l {
  float: left;
  margin: 0 15px 15px 0; }

/* line 1435, common.scss */
p.photo_l {
  float: left;
  margin: 0 15px 15px 0; }

/* line 1439, common.scss */
.aligncenter {
  text-align: center; }

/* line 1444, common.scss */
.scroll-wrapper {
  width: 100%;
  overflow: scroll; }

/* line 1448, common.scss */
.youtube-content {
  display: flex;
  justify-content: center; }

/* line 1452, common.scss */
.youtube,
.accessmap {
  width: 100%;
  aspect-ratio: 16 / 9; }

/* line 1457, common.scss */
.accessmap {
  max-height: 356px; }

/* line 1460, common.scss */
iframe {
  width: 100%;
  height: 100%; }

/* line 1468, common.scss */
.dot.orange li::before {
  background-color: #DB5E38; }
/* line 1475, common.scss */
.dot.black li::before {
  background-color: #333333; }
/* line 1480, common.scss */
.dot li {
  position: relative;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 12px;
  padding-left: 24px; }
  @media screen and (max-width: 800px) {
    /* line 1480, common.scss */
    .dot li {
      font-size: 15px;
      line-height: 1.8;
      margin-bottom: 6px;
      padding-left: 20px; } }
  /* line 1492, common.scss */
  .dot li:last-child {
    margin-bottom: 0; }
  /* line 1495, common.scss */
  .dot li::before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    content: "";
    background-color: #00874E;
    border-radius: 50%; }
    @media screen and (max-width: 800px) {
      /* line 1495, common.scss */
      .dot li::before {
        top: 10px; } }

/* line 1511, common.scss */
.btn {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 93px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 8px;
  padding-left: 45px;
  transition: color 0.1s ease-in-out,border 0.1s ease-in-out; }
  @media screen and (min-width: 800px) {
    /* line 1528, common.scss */
    .btn:hover {
      color: #00874E;
      border: 1px solid #00874E; }
      /* line 1531, common.scss */
      .btn:hover h2 {
        color: #00874E; } }
  @media screen and (max-width: 800px) {
    /* line 1511, common.scss */
    .btn {
      max-width: inherit;
      height: 72px;
      font-size: 16px;
      padding-left: 24px; } }
  /* line 1542, common.scss */
  .btn.btn-icon {
    padding: 17px; }
    @media screen and (max-width: 800px) {
      /* line 1542, common.scss */
      .btn.btn-icon {
        padding: 11px; } }
    /* line 1547, common.scss */
    .btn.btn-icon h2 {
      display: flex;
      align-items: center;
      height: 100%;
      font-size: 22px;
      line-height: 1.5;
      padding-left: 93px;
      margin: 0;
      transition: color 0.1s ease-in-out; }
      @media screen and (max-width: 800px) {
        /* line 1547, common.scss */
        .btn.btn-icon h2 {
          font-size: 15px;
          line-height: 1.5;
          padding-left: 62px; } }
    @media screen and (min-width: 800px) {
      /* line 1564, common.scss */
      .btn.btn-icon.orange:hover {
        border: 1px solid #DB5E38; }
        /* line 1566, common.scss */
        .btn.btn-icon.orange:hover h2 {
          color: #DB5E38; } }
    /* line 1572, common.scss */
    .btn.btn-icon.orange h2 .bg-icon {
      background-color: #FFE4DB; }
    /* line 1576, common.scss */
    .btn.btn-icon.orange .btn_arrow {
      background-color: #DB5E38; }
  /* line 1581, common.scss */
  .btn.noborder {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 18px;
    border: none;
    background: none;
    padding: 0 60px 0 0; }
    @media screen and (max-width: 800px) {
      /* line 1581, common.scss */
      .btn.noborder {
        font-size: 16px; } }
    @media screen and (max-width: 800px) {
      /* line 1592, common.scss */
      .btn.noborder .notext {
        display: none; } }
    /* line 1597, common.scss */
    .btn.noborder .btn_arrow {
      right: 0; }
      /* line 1599, common.scss */
      .btn.noborder .btn_arrow::before, .btn.noborder .btn_arrow::after {
        width: 14px;
        height: 6px; }
  /* line 1606, common.scss */
  .btn.center {
    margin: 0 auto; }
  /* line 1609, common.scss */
  .btn.wide {
    max-width: 508px; }
    @media screen and (max-width: 800px) {
      /* line 1609, common.scss */
      .btn.wide {
        max-width: inherit; } }
  @media screen and (max-width: 800px) {
    /* line 1615, common.scss */
    .btn.elink {
      font-size: 14px;
      padding: 0 0 28px; } }
  @media screen and (max-width: 800px) {
    /* line 1620, common.scss */
    .btn.elink .btn_arrow {
      right: auto;
      top: auto;
      left: 0;
      bottom: 0;
      translate: 0 0; } }
  /* line 1628, common.scss */
  .btn.elink .btn_arrow::before {
    rotate: -45deg; }
  /* line 1631, common.scss */
  .btn.elink .btn_arrow::after {
    display: none; }
  /* line 1636, common.scss */
  .btn .btn_arrow {
    width: 41px;
    height: 20px; }
    /* line 1639, common.scss */
    .btn .btn_arrow::before, .btn .btn_arrow::after {
      width: 13px;
      height: 6px; }

/* line 1646, common.scss */
.bg-icon {
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 77px;
  height: 77px;
  background-color: #D6EBDF;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 8px; }
  @media screen and (max-width: 800px) {
    /* line 1646, common.scss */
    .bg-icon {
      width: 52px;
      height: 52px; } }

/* line 1662, common.scss */
.btn-right {
  text-align: right;
  margin: 0 0 0 auto; }

/* line 1666, common.scss */
.btn_arrow {
  position: absolute;
  top: 50%;
  right: 40px;
  translate: 0 -50%;
  width: 55px;
  height: 27px;
  background-color: #00874E;
  border-radius: 4px;
  overflow: hidden;
  pointer-events: none; }
  @media screen and (max-width: 800px) {
    /* line 1666, common.scss */
    .btn_arrow {
      width: 41px;
      height: 20px;
      right: 24px; } }
  /* line 1682, common.scss */
  .btn_arrow::before, .btn_arrow::after {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 20px;
    height: 9px;
    background-color: #FFFFFF;
    mask-image: url("../img/arrow_r.svg");
    mask-repeat: no-repeat;
    mask-position: left top;
    mask-size: cover;
    content: "";
    transition: left 0s; }
    @media screen and (max-width: 800px) {
      /* line 1682, common.scss */
      .btn_arrow::before, .btn_arrow::after {
        width: 14px;
        height: 6px; } }
  /* line 1702, common.scss */
  .btn_arrow::before {
    left: 50%; }
  /* line 1705, common.scss */
  .btn_arrow::after {
    left: -250%; }
  /* line 1708, common.scss */
  .btn_arrow.large {
    width: 55px;
    height: 27px; }
    /* line 1711, common.scss */
    .btn_arrow.large::before, .btn_arrow.large::after {
      width: 20px;
      height: 8px; }
    @media screen and (max-width: 800px) {
      /* line 1708, common.scss */
      .btn_arrow.large {
        width: 40px;
        height: 20px; }
        /* line 1719, common.scss */
        .btn_arrow.large::before, .btn_arrow.large::after {
          width: 14px;
          height: 6px; } }

/* line 1728, common.scss */
.entry-img {
  display: block;
  width: 100%;
  margin-bottom: 15px; }
  /* line 1732, common.scss */
  .entry-img img {
    width: 100%;
    height: 149px;
    object-fit: cover;
    border: 1px solid #D1D1D1;
    border-radius: 8px; }
    @media screen and (max-width: 800px) {
      /* line 1732, common.scss */
      .entry-img img {
        height: auto; } }

/* line 1743, common.scss */
.entry-head {
  display: flex;
  align-items: center;
  gap: 0 20px;
  line-height: 1.5;
  margin-bottom: 10px; }
  @media screen and (max-width: 800px) {
    /* line 1743, common.scss */
    .entry-head {
      gap: 0 10px; } }
  /* line 1752, common.scss */
  .entry-head .entry-date {
    display: inline-block;
    color: #00874E;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.04em; }
    @media screen and (max-width: 800px) {
      /* line 1752, common.scss */
      .entry-head .entry-date {
        font-size: 13px; } }
  /* line 1763, common.scss */
  .entry-head .entry-cat {
    display: inline-block;
    min-width: 86px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.03em;
    background-color: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    padding: 3px 10px; }
    @media screen and (max-width: 800px) {
      /* line 1763, common.scss */
      .entry-head .entry-cat {
        font-size: 12px;
        letter-spacing: 0; } }

/* line 1780, common.scss */
.entry-title {
  position: relative;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  transition: color 0.1s ease-in-out; }
  @media screen and (max-width: 800px) {
    /* line 1780, common.scss */
    .entry-title {
      font-size: 16px; } }

/* line 1794, common.scss */
.entry-excerpt {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.72; }

/* line 1805, common.scss */
.news-content {
  margin-bottom: 80px; }
  @media screen and (min-width: 800px) {
    /* line 1805, common.scss */
    .news-content {
      margin-bottom: 40px; } }
  /* line 1810, common.scss */
  .news-content p {
    margin-bottom: 40px; }
    @media screen and (max-width: 800px) {
      /* line 1810, common.scss */
      .news-content p {
        margin-bottom: 30px; } }
    /* line 1815, common.scss */
    .news-content p a {
      color: #00874E; }
  /* line 1819, common.scss */
  .news-content h3 {
    font-size: 26px;
    margin-bottom: 32px; }
    @media screen and (max-width: 800px) {
      /* line 1819, common.scss */
      .news-content h3 {
        font-size: 20px; } }
  /* line 1826, common.scss */
  .news-content .column1-img {
    margin-bottom: 32px; }
    /* line 1828, common.scss */
    .news-content .column1-img figure {
      max-width: 616px; }
      @media screen and (max-width: 800px) {
        /* line 1828, common.scss */
        .news-content .column1-img figure {
          max-width: inherit; } }
      /* line 1833, common.scss */
      .news-content .column1-img figure img {
        width: 100%; }
  /* line 1838, common.scss */
  .news-content .column2-img {
    display: flex;
    gap: 0 14px;
    margin-bottom: 32px; }
    @media screen and (max-width: 800px) {
      /* line 1838, common.scss */
      .news-content .column2-img {
        gap: 0 5px; } }
    /* line 1845, common.scss */
    .news-content .column2-img figure {
      width: 100%; }
      /* line 1847, common.scss */
      .news-content .column2-img figure img {
        width: 100%; }

/* line 1856, common.scss */
.entry-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 160px; }
  @media screen and (max-width: 800px) {
    /* line 1856, common.scss */
    .entry-link {
      padding: 0 56px; } }
  /* line 1865, common.scss */
  .entry-link a {
    text-decoration: none; }
    /* line 1867, common.scss */
    .entry-link a.nolink {
      opacity: 0.5;
      pointer-events: none; }
      /* line 1870, common.scss */
      .entry-link a.nolink .btn_arrow {
        pointer-events: none !important;
        background-color: #ACACAC; }
    /* line 1875, common.scss */
    .entry-link a.prev, .entry-link a.next {
      position: absolute;
      top: 50%;
      translate: 0 -50%; }
      @media screen and (max-width: 800px) {
        /* line 1875, common.scss */
        .entry-link a.prev, .entry-link a.next {
          width: 41px;
          font-size: 0; } }
      /* line 1884, common.scss */
      .entry-link a.prev .btn_arrow, .entry-link a.next .btn_arrow {
        width: 41px;
        height: 20px; }
        @media screen and (max-width: 800px) {
          /* line 1884, common.scss */
          .entry-link a.prev .btn_arrow, .entry-link a.next .btn_arrow {
            pointer-events: auto; } }
        /* line 1890, common.scss */
        .entry-link a.prev .btn_arrow::before, .entry-link a.prev .btn_arrow::after, .entry-link a.next .btn_arrow::before, .entry-link a.next .btn_arrow::after {
          width: 13px;
          height: 6px; }
    /* line 1897, common.scss */
    .entry-link a.prev {
      left: 0;
      padding-left: 56px; }
      @media screen and (min-width: 800px) {
        /* line 1903, common.scss */
        .entry-link a.prev:hover .btn_arrow::before {
          left: -200%; }
        /* line 1906, common.scss */
        .entry-link a.prev:hover .btn_arrow::after {
          left: 50%; } }
      @media screen and (max-width: 800px) {
        /* line 1897, common.scss */
        .entry-link a.prev {
          padding-left: 0; } }
      /* line 1915, common.scss */
      .entry-link a.prev .btn_arrow {
        right: auto;
        left: 0; }
        /* line 1918, common.scss */
        .entry-link a.prev .btn_arrow::before, .entry-link a.prev .btn_arrow::after {
          rotate: 180deg; }
        /* line 1922, common.scss */
        .entry-link a.prev .btn_arrow::after {
          left: 200%; }
    /* line 1927, common.scss */
    .entry-link a.next {
      right: 0;
      padding-right: 56px; }
      @media screen and (max-width: 800px) {
        /* line 1927, common.scss */
        .entry-link a.next {
          padding-right: 0; } }
    /* line 1934, common.scss */
    .entry-link a.ichiran {
      position: relative;
      display: inline-block;
      font-size: 18px;
      font-weight: 700;
      padding-top: 60px;
      transition: color 0.1s ease-in-out; }
      @media screen and (min-width: 800px) {
        /* line 1942, common.scss */
        .entry-link a.ichiran:hover {
          color: #00874E; }
          /* line 1944, common.scss */
          .entry-link a.ichiran:hover::after {
            border: 1px solid #00874E; } }
      @media screen and (max-width: 800px) {
        /* line 1934, common.scss */
        .entry-link a.ichiran {
          font-size: 16px; } }
      /* line 1952, common.scss */
      .entry-link a.ichiran::before, .entry-link a.ichiran::after {
        position: absolute;
        left: 50%;
        translate: -50% 0;
        content: ""; }
      /* line 1959, common.scss */
      .entry-link a.ichiran::before {
        top: 16px;
        width: 22px;
        height: 18px;
        background-image: url("../img/icon_ichiran.svg");
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover; }
      /* line 1968, common.scss */
      .entry-link a.ichiran::after {
        top: 0;
        width: 50px;
        height: 50px;
        border: 1px solid #D1D1D1;
        border-radius: 50%;
        transition: border 0.1s ease-in-out; }

/* line 1982, common.scss */
.newslist li {
  width: 100%;
  margin: 0;
  padding: 0; }
  /* line 1987, common.scss */
  .newslist li:first-child a {
    padding-top: 0; }
  /* line 1991, common.scss */
  .newslist li a {
    position: relative;
    display: block;
    text-decoration: none;
    padding: 25px 0 25px;
    border-bottom: 1px solid #D1D1D1;
    transition: border 0.1s ease-in-out; }
    @media screen and (min-width: 800px) {
      /* line 1999, common.scss */
      .newslist li a:hover {
        border-bottom: 1px solid #00874E; }
        /* line 2001, common.scss */
        .newslist li a:hover .entry-title {
          color: #00874E; } }
    @media screen and (max-width: 800px) {
      /* line 1991, common.scss */
      .newslist li a {
        padding: 20px 0; } }
    /* line 2009, common.scss */
    .newslist li a .entry-title {
      display: block;
      width: 100%;
      padding-right: 90px; }
      @media screen and (max-width: 800px) {
        /* line 2009, common.scss */
        .newslist li a .entry-title {
          padding-right: 60px; } }
      /* line 2016, common.scss */
      .newslist li a .entry-title .btn_arrow {
        right: 0; }
@media screen and (max-width: 800px) {
  /* line 2025, common.scss */
  .newslist.wide li a .entry-head {
    justify-content: space-between; } }
@media screen and (max-width: 800px) {
  /* line 2030, common.scss */
  .newslist.wide li a .entry-title {
    padding-right: 0; } }
@media screen and (max-width: 800px) {
  /* line 2034, common.scss */
  .newslist.wide li a .entry-title .btn_arrow {
    display: none; } }
/* line 2040, common.scss */
.newslist.wide li a .entry-excerpt {
  display: none; }
  @media screen and (max-width: 800px) {
    /* line 2040, common.scss */
    .newslist.wide li a .entry-excerpt {
      display: block;
      margin-top: 10px; } }

/* line 2052, common.scss */
.bloglist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 48px 3.3%; }
  @media screen and (max-width: 800px) {
    /* line 2052, common.scss */
    .bloglist {
      gap: 28px 0; } }
  /* line 2060, common.scss */
  .bloglist li {
    width: 31.1%;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 800px) {
      /* line 2060, common.scss */
      .bloglist li {
        width: 100%; } }
    /* line 2067, common.scss */
    .bloglist li a {
      position: relative;
      display: block;
      text-decoration: none; }
      @media screen and (min-width: 800px) {
        /* line 2073, common.scss */
        .bloglist li a:hover .entry-title {
          color: #00874E; } }
      @media screen and (max-width: 800px) {
        /* line 2078, common.scss */
        .bloglist li a .entry-detail {
          display: block;
          width: 100%; } }
      /* line 2083, common.scss */
      .bloglist li a .entry-detail .entry-head {
        justify-content: space-between; }
      /* line 2086, common.scss */
      .bloglist li a .entry-detail .entry-title {
        margin-bottom: 15px; }
        @media screen and (max-width: 800px) {
          /* line 2086, common.scss */
          .bloglist li a .entry-detail .entry-title {
            margin-bottom: 10px; } }

/* line 2099, common.scss */
.pagelink {
  margin-bottom: 75px; }
  @media screen and (max-width: 800px) {
    /* line 2099, common.scss */
    .pagelink {
      margin-bottom: 48px; } }
  /* line 2104, common.scss */
  .pagelink ul {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 40px; }
    @media screen and (max-width: 800px) {
      /* line 2104, common.scss */
      .pagelink ul {
        gap: 24px 3.7%; } }
    @media screen and (max-width: 800px) {
      /* line 2111, common.scss */
      .pagelink ul li {
        width: 46.2%; } }
    /* line 2115, common.scss */
    .pagelink ul li a {
      position: relative;
      display: block;
      width: 100%;
      text-decoration: none;
      padding-left: 30px;
      transition: color 0.1s ease-in-out; }
      @media screen and (min-width: 800px) {
        /* line 2123, common.scss */
        .pagelink ul li a:hover {
          color: #00874E; }
          /* line 2125, common.scss */
          .pagelink ul li a:hover::before {
            top: 15px; } }
      @media screen and (max-width: 800px) {
        /* line 2115, common.scss */
        .pagelink ul li a {
          font-size: 14px;
          border-bottom: 1px solid #D1D1D1;
          padding: 0 0 16px 24px; } }
      /* line 2135, common.scss */
      .pagelink ul li a::before {
        position: absolute;
        left: 0;
        top: 12px;
        width: 12px;
        height: 7px;
        content: "";
        background-image: url("../img/arrow_d_green.svg");
        background-repeat: no-repeat;
        background-position: left top;
        background-size: cover;
        transition: top 0.1s ease-in-out; }
        @media screen and (max-width: 800px) {
          /* line 2135, common.scss */
          .pagelink ul li a::before {
            top: 9px; } }

/* line 2158, common.scss */
.read {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 64px; }
  @media screen and (max-width: 800px) {
    /* line 2158, common.scss */
    .read {
      font-size: 15px;
      margin-bottom: 24px; } }
  /* line 2166, common.scss */
  .read.center {
    text-align: center; }
    @media screen and (max-width: 800px) {
      /* line 2166, common.scss */
      .read.center {
        text-align: left; } }

/* line 2176, common.scss */
.tab-list {
  width: 100%;
  max-width: 1048px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 24px;
  margin: 0 auto 32px; }
  @media screen and (max-width: 800px) {
    /* line 2176, common.scss */
    .tab-list {
      gap: 12px;
      margin-bottom: 24px; } }
  /* line 2187, common.scss */
  .tab-list li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #00874E;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    background-color: #FFFFFF;
    border: 1px solid #D1D1D1;
    border-radius: 9999px;
    padding: 6px 32px;
    cursor: pointer;
    transition: color 0.1s ease-in-out,background-color 0.1s ease-in-out,border 0.1s ease-in-out; }
    /* line 2201, common.scss */
    .tab-list li.active {
      color: #FFFFFF;
      background-color: #00874E;
      border: 1px solid #00874E; }
    @media screen and (min-width: 800px) {
      /* line 2207, common.scss */
      .tab-list li:hover {
        color: #FFFFFF;
        background-color: #00874E;
        border: 1px solid #00874E; } }
    @media screen and (max-width: 800px) {
      /* line 2187, common.scss */
      .tab-list li {
        min-width: 138px;
        font-size: 15px;
        padding: 6px 16px; } }

/* line 2220, common.scss */
.panelgroup {
  width: 100%;
  max-width: 1048px;
  margin: 0 auto; }
  /* line 2224, common.scss */
  .panelgroup .panel {
    display: none; }
    /* line 2226, common.scss */
    .panelgroup .panel.show {
      display: block; }
    /* line 2229, common.scss */
    .panelgroup .panel dl {
      border-bottom: 1px solid #D1D1D1;
      margin: 0;
      padding: 0; }
      /* line 2233, common.scss */
      .panelgroup .panel dl dt,
      .panelgroup .panel dl dd {
        position: relative; }
        /* line 2236, common.scss */
        .panelgroup .panel dl dt::before,
        .panelgroup .panel dl dd::before {
          position: absolute;
          left: 30px;
          display: grid;
          place-content: center;
          width: 39px;
          height: 39px;
          font-family: "Montserrat", sans-serif;
          font-weight: 600;
          letter-spacing: 0.01em;
          border-radius: 50%; }
          @media screen and (max-width: 800px) {
            /* line 2236, common.scss */
            .panelgroup .panel dl dt::before,
            .panelgroup .panel dl dd::before {
              left: 14px;
              width: 32px;
              height: 32px; } }
      /* line 2254, common.scss */
      .panelgroup .panel dl dt {
        font-size: 18px;
        line-height: 1.5;
        border-top: 1px solid #D1D1D1;
        padding: 32px 100px;
        cursor: pointer;
        transition: color 0.1s ease-in-out; }
        @media screen and (max-width: 800px) {
          /* line 2254, common.scss */
          .panelgroup .panel dl dt {
            font-size: 16px;
            padding: 20px 56px 20px 68px; } }
        /* line 2265, common.scss */
        .panelgroup .panel dl dt::before {
          top: 27px;
          color: #FFFFFF;
          font-size: 19px;
          content: "Q";
          background-color: #00874E; }
          @media screen and (max-width: 800px) {
            /* line 2265, common.scss */
            .panelgroup .panel dl dt::before {
              top: 16px;
              font-size: 18px; } }
        /* line 2276, common.scss */
        .panelgroup .panel dl dt::after {
          position: absolute;
          right: 20px;
          top: 33px;
          width: 21px;
          height: 21px;
          content: "";
          background-image: url("../img/icon_open.svg");
          background-repeat: no-repeat;
          background-position: left top;
          background-size: cover; }
          @media screen and (max-width: 800px) {
            /* line 2276, common.scss */
            .panelgroup .panel dl dt::after {
              top: 50%;
              translate: 0 -50%;
              width: 15px;
              height: 15px; } }
        /* line 2294, common.scss */
        .panelgroup .panel dl dt.open {
          color: #00874E; }
          /* line 2296, common.scss */
          .panelgroup .panel dl dt.open::after {
            background-image: url("../img/icon_close.svg"); }
      /* line 2301, common.scss */
      .panelgroup .panel dl dd {
        display: none;
        font-size: 16px;
        line-height: 1.8;
        background-color: #E9F7EF;
        border-radius: 8px;
        padding: 28px 100px;
        margin-bottom: 32px; }
        @media screen and (max-width: 800px) {
          /* line 2301, common.scss */
          .panelgroup .panel dl dd {
            font-size: 15px;
            padding: 28px 14px 28px 68px;
            margin-bottom: 16px; } }
        /* line 2314, common.scss */
        .panelgroup .panel dl dd::before {
          top: 24px;
          color: #00874E;
          font-size: 17px;
          content: "A";
          background-color: #FFFFFF; }
          @media screen and (max-width: 800px) {
            /* line 2314, common.scss */
            .panelgroup .panel dl dd::before {
              font-size: 18px; } }
        /* line 2324, common.scss */
        .panelgroup .panel dl dd .btn {
          margin-top: 30px; }

/* line 2333, common.scss */
.cgraphlist {
  width: 100%; }
  /* line 2335, common.scss */
  .cgraphlist li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
    margin: 0;
    padding: 0 0 0 17px; }
    /* line 2343, common.scss */
    .cgraphlist li::before {
      position: absolute;
      left: 0;
      top: 50%;
      translate: 0 -50%;
      width: 4px;
      height: 20px;
      content: ""; }
      @media screen and (max-width: 800px) {
        /* line 2343, common.scss */
        .cgraphlist li::before {
          width: 3px;
          height: 15px; } }
    /* line 2356, common.scss */
    .cgraphlist li span {
      display: inline-block; }
      /* line 2358, common.scss */
      .cgraphlist li span.cg-text {
        font-size: 16px; }
        @media screen and (max-width: 800px) {
          /* line 2358, common.scss */
          .cgraphlist li span.cg-text {
            font-size: 13px; } }
      /* line 2364, common.scss */
      .cgraphlist li span.cg-num {
        font-family: "Montserrat", sans-serif;
        font-size: 26px;
        line-height: 1; }
        @media screen and (max-width: 800px) {
          /* line 2364, common.scss */
          .cgraphlist li span.cg-num {
            font-size: 28px; } }
        /* line 2371, common.scss */
        .cgraphlist li span.cg-num .cg-count {
          font-variant: tabular-nums;
          font-feature-settings: "tnum"; }
        /* line 2375, common.scss */
        .cgraphlist li span.cg-num .cg-percent {
          font-size: 14px;
          margin-left: 2px; }
          @media screen and (max-width: 800px) {
            /* line 2375, common.scss */
            .cgraphlist li span.cg-num .cg-percent {
              font-size: 11px; } }

/* line 2391, common.scss */
.related {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  background-color: #E9F7EF;
  background-image: url("../img/bg_page_l.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  border-radius: 8px;
  margin-bottom: 120px;
  padding: 56px 50px; }
  @media screen and (max-width: 800px) {
    /* line 2391, common.scss */
    .related {
      display: block;
      background-image: url("../img/bg_page_l_sp.png");
      background-size: 185px 248px;
      padding: 32px 16px 16px;
      margin-bottom: 48px; } }
  /* line 2411, common.scss */
  .related h2 {
    display: flex;
    align-items: center;
    width: 100%;
    border: none;
    padding: 0;
    margin: 0 0 30px; }
    @media screen and (max-width: 800px) {
      /* line 2411, common.scss */
      .related h2 {
        display: block;
        margin-bottom: 24px; } }
    /* line 2422, common.scss */
    .related h2::before {
      display: none; }
    /* line 2425, common.scss */
    .related h2 .jp {
      display: inline-block;
      font-size: 28px;
      margin-right: 20px; }
      @media screen and (max-width: 800px) {
        /* line 2425, common.scss */
        .related h2 .jp {
          font-size: 22px;
          margin: 0 0 5px; } }
    /* line 2434, common.scss */
    .related h2 .en {
      color: #00874E;
      font-size: 12px;
      font-weight: 500; }
      @media screen and (max-width: 800px) {
        /* line 2434, common.scss */
        .related h2 .en {
          display: block;
          font-size: 10px; } }
  /* line 2444, common.scss */
  .related a {
    position: relative;
    display: block;
    width: 47.8%;
    background-color: #FFFFFF;
    border-radius: 8px;
    text-decoration: none;
    padding: 65px 40px 60px;
    overflow: hidden; }
    @media screen and (max-width: 800px) {
      /* line 2444, common.scss */
      .related a {
        width: 100%;
        padding: 32px 20px 50px;
        margin-bottom: 16px; }
        /* line 2457, common.scss */
        .related a:last-child {
          margin-bottom: 0; } }
    /* line 2462, common.scss */
    .related a.photo::before, .related a.photo::after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: "";
      pointer-events: none;
      opacity: 0;
      transition: opacity 0.1s ease-in-out;
      border-radius: 8px; }
      @media screen and (max-width: 800px) {
        /* line 2462, common.scss */
        .related a.photo::before, .related a.photo::after {
          display: none; } }
    /* line 2478, common.scss */
    .related a.photo::before {
      background-repeat: no-repeat;
      background-position: left top;
      background-size: cover;
      z-index: 0; }
    /* line 2484, common.scss */
    .related a.photo::after {
      background-color: rgba(0, 135, 78, 0.8);
      z-index: 1; }
    @media screen and (min-width: 800px) {
      /* line 2490, common.scss */
      .related a.photo:hover::before, .related a.photo:hover::after {
        opacity: 1; }
      /* line 2494, common.scss */
      .related a.photo:hover h3 {
        color: #FFFFFF; }
        /* line 2496, common.scss */
        .related a.photo:hover h3::before {
          background-color: #FFFFFF; }
      /* line 2500, common.scss */
      .related a.photo:hover p {
        color: #FFFFFF; }
      /* line 2503, common.scss */
      .related a.photo:hover .btn_arrow {
        background-color: #FFFFFF; }
        /* line 2505, common.scss */
        .related a.photo:hover .btn_arrow::before, .related a.photo:hover .btn_arrow::after {
          background-color: #00874E; } }
    @media screen and (min-width: 800px) {
      /* line 2515, common.scss */
      .related a:hover h3 {
        color: #00874E; } }
    /* line 2521, common.scss */
    .related a.r-any::before {
      background-image: url("../img/bg_any.jpg"); }
    /* line 2525, common.scss */
    .related a.r-any h3::before {
      top: -30px;
      width: 51px;
      height: 51px;
      mask-image: url("../img/icon_any.svg"); }
      @media screen and (max-width: 800px) {
        /* line 2525, common.scss */
        .related a.r-any h3::before {
          top: 50%;
          width: 39px;
          height: 39px; } }
    /* line 2539, common.scss */
    .related a.r-legal::before {
      background-image: url("../img/bg_legal.jpg"); }
    /* line 2543, common.scss */
    .related a.r-legal h3::before {
      top: -30px;
      width: 56px;
      height: 55px;
      mask-image: url("../img/icon_legal.svg"); }
      @media screen and (max-width: 800px) {
        /* line 2543, common.scss */
        .related a.r-legal h3::before {
          top: 50%;
          width: 43px;
          height: 42px; } }
    /* line 2557, common.scss */
    .related a.r-qanda::before, .related a.r-qanda::after {
      display: none; }
    /* line 2562, common.scss */
    .related a.r-qanda h3::before {
      top: -20px;
      width: 60px;
      height: 43px;
      mask-image: url("../img/icon_qanda.svg"); }
      @media screen and (max-width: 800px) {
        /* line 2562, common.scss */
        .related a.r-qanda h3::before {
          top: 50%;
          width: 40px;
          height: 28px; } }
    /* line 2576, common.scss */
    .related a.r-contact::before, .related a.r-contact::after {
      display: none; }
    /* line 2581, common.scss */
    .related a.r-contact h3::before {
      top: -14px;
      width: 62px;
      height: 30px;
      mask-image: url("../img/icon_mail02.svg"); }
      @media screen and (max-width: 800px) {
        /* line 2581, common.scss */
        .related a.r-contact h3::before {
          top: 50%;
          width: 50px;
          height: 24px; } }
    /* line 2594, common.scss */
    .related a h3 {
      position: relative;
      font-size: 32px;
      text-align: left;
      padding-right: 60px;
      margin-bottom: 55px;
      z-index: 2;
      transition: color 0.1s ease-in-out; }
      @media screen and (max-width: 800px) {
        /* line 2594, common.scss */
        .related a h3 {
          font-size: 18px;
          margin-bottom: 16px; } }
      /* line 2606, common.scss */
      .related a h3::before {
        position: absolute;
        right: 0;
        content: "";
        background-color: #00874E;
        mask-repeat: no-repeat;
        mask-position: left top;
        mask-size: cover; }
        @media screen and (max-width: 800px) {
          /* line 2606, common.scss */
          .related a h3::before {
            top: 50%;
            translate: 0 -50%;
            right: 5px; } }
    /* line 2621, common.scss */
    .related a p {
      position: relative;
      font-size: 15px;
      margin: 0;
      z-index: 2;
      transition: color 0.1s ease-in-out; }
      @media screen and (max-width: 800px) {
        /* line 2621, common.scss */
        .related a p {
          font-size: 14px;
          line-height: 1.7; } }
    /* line 2632, common.scss */
    .related a .btn_arrow {
      right: 16px;
      bottom: 16px;
      top: auto;
      translate: 0 0;
      z-index: 2; }
      @media screen and (max-width: 800px) {
        /* line 2632, common.scss */
        .related a .btn_arrow {
          right: 20px;
          bottom: 20px; } }

/* line 2648, common.scss */
.child-page {
  margin-bottom: 120px; }
  @media screen and (max-width: 800px) {
    /* line 2648, common.scss */
    .child-page {
      margin-bottom: 48px; } }
  /* line 2653, common.scss */
  .child-page h2 {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: 131px;
    background-color: #E9F7EF;
    background-image: url("../img/bg_page_s.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 450px 131px;
    border: none;
    border-radius: 8px;
    margin-bottom: 40px;
    padding: 0 38px; }
    @media screen and (max-width: 800px) {
      /* line 2653, common.scss */
      .child-page h2 {
        height: 92px;
        background-image: url("../img/bg_page_s_sp.png");
        background-size: 155px 92px;
        margin-bottom: 12px;
        padding: 0 20px; } }
    /* line 2677, common.scss */
    .child-page h2::before {
      display: none; }
    /* line 2680, common.scss */
    .child-page h2 .jp {
      display: block;
      width: 100%;
      font-size: 36px;
      line-height: 1.4;
      margin-bottom: 5px; }
      @media screen and (max-width: 800px) {
        /* line 2680, common.scss */
        .child-page h2 .jp {
          font-size: 22px; } }
    /* line 2690, common.scss */
    .child-page h2 .en {
      display: block;
      color: #00874E;
      font-size: 12px;
      letter-spacing: 0.16em; }
      @media screen and (max-width: 800px) {
        /* line 2690, common.scss */
        .child-page h2 .en {
          font-size: 10px; } }
  /* line 2701, common.scss */
  .child-page .child-pagemenu ul {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 2.4%; }
    @media screen and (max-width: 800px) {
      /* line 2701, common.scss */
      .child-page .child-pagemenu ul {
        gap: 8px 0; } }
    /* line 2708, common.scss */
    .child-page .child-pagemenu ul li {
      width: 48.7%;
      line-height: 1.5; }
      @media screen and (max-width: 800px) {
        /* line 2708, common.scss */
        .child-page .child-pagemenu ul li {
          width: 100%; } }
      /* line 2715, common.scss */
      .child-page .child-pagemenu ul li.current-menu-item a {
        opacity: 0.5;
        pointer-events: none; }
        /* line 2718, common.scss */
        .child-page .child-pagemenu ul li.current-menu-item a .btn_arrow {
          background-color: #ACACAC; }
      /* line 2723, common.scss */
      .child-page .child-pagemenu ul li a {
        position: relative;
        display: flex;
        align-items: center;
        min-height: 93px;
        font-size: 20px;
        font-weight: 700;
        padding: 36px 96px 36px 48px;
        text-decoration: none;
        border: 1px solid #D1D1D1;
        border-radius: 8px;
        transition: color 0.1s ease-in-out,border 0.1s ease-in-out; }
        @media screen and (min-width: 800px) {
          /* line 2736, common.scss */
          .child-page .child-pagemenu ul li a:hover {
            color: #00874E;
            border: 1px solid #00874E; } }
        @media screen and (max-width: 800px) {
          /* line 2723, common.scss */
          .child-page .child-pagemenu ul li a {
            min-height: 72px;
            font-size: 16px;
            padding: 20px 80px 20px 24px; } }
        /* line 2746, common.scss */
        .child-page .child-pagemenu ul li a .btn_arrow {
          width: 41px;
          height: 20px; }
          /* line 2749, common.scss */
          .child-page .child-pagemenu ul li a .btn_arrow::before, .child-page .child-pagemenu ul li a .btn_arrow::after {
            width: 14px;
            height: 6px; }

/* line 2766, common.scss */
.wp-pagenavi {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 60px auto 0;
  padding: 0 180px; }
  @media screen and (max-width: 800px) {
    /* line 2766, common.scss */
    .wp-pagenavi {
      gap: 10px;
      padding: 0 50px;
      margin: 40px auto; } }
  /* line 2780, common.scss */
  .wp-pagenavi a,
  .wp-pagenavi span {
    position: relative;
    display: grid;
    place-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    width: 48px;
    height: 48px;
    line-height: 1;
    border: 1px solid #D1D1D1;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.1s ease-in-out; }
    /* line 2795, common.scss */
    .wp-pagenavi a:hover,
    .wp-pagenavi span:hover {
      border-color: #D1D1D1 !important; }
    @media screen and (min-width: 800px) {
      /* line 2799, common.scss */
      .wp-pagenavi a:hover,
      .wp-pagenavi span:hover {
        color: #FFFFFF;
        background-color: #00874E;
        border: 1px solid #00874E !important; }
        /* line 2803, common.scss */
        .wp-pagenavi a:hover.nextpostslink, .wp-pagenavi a:hover.previouspostslink,
        .wp-pagenavi span:hover.nextpostslink,
        .wp-pagenavi span:hover.previouspostslink {
          color: #00874E;
          border: none !important; } }
    @media screen and (max-width: 800px) {
      /* line 2780, common.scss */
      .wp-pagenavi a,
      .wp-pagenavi span {
        width: 38px;
        height: 38px;
        font-size: 14px; } }
    /* line 2815, common.scss */
    .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink,
    .wp-pagenavi span.nextpostslink,
    .wp-pagenavi span.previouspostslink {
      position: absolute;
      top: 50%;
      translate: 0 -50%;
      display: inline-flex;
      align-items: center;
      width: auto;
      height: auto;
      font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
      border: none;
      background: none;
      border-radius: 0;
      margin: 0;
      padding: 0;
      transition: color 0.1s ease-in-out; }
      @media screen and (max-width: 800px) {
        /* line 2815, common.scss */
        .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink,
        .wp-pagenavi span.nextpostslink,
        .wp-pagenavi span.previouspostslink {
          width: 41px;
          font-size: 0; } }
      /* line 2835, common.scss */
      .wp-pagenavi a.nextpostslink .btn_arrow, .wp-pagenavi a.previouspostslink .btn_arrow,
      .wp-pagenavi span.nextpostslink .btn_arrow,
      .wp-pagenavi span.previouspostslink .btn_arrow {
        position: absolute;
        top: 50%;
        width: 41px;
        height: 20px;
        border: none;
        border-radius: 4px;
        margin: 0;
        padding: 0; }
        /* line 2844, common.scss */
        .wp-pagenavi a.nextpostslink .btn_arrow::before, .wp-pagenavi a.nextpostslink .btn_arrow::after, .wp-pagenavi a.previouspostslink .btn_arrow::before, .wp-pagenavi a.previouspostslink .btn_arrow::after,
        .wp-pagenavi span.nextpostslink .btn_arrow::before,
        .wp-pagenavi span.nextpostslink .btn_arrow::after,
        .wp-pagenavi span.previouspostslink .btn_arrow::before,
        .wp-pagenavi span.previouspostslink .btn_arrow::after {
          width: 13px;
          height: 6px; }
    /* line 2851, common.scss */
    .wp-pagenavi a.nextpostslink,
    .wp-pagenavi span.nextpostslink {
      right: 0;
      padding-right: 56px; }
      @media screen and (max-width: 800px) {
        /* line 2851, common.scss */
        .wp-pagenavi a.nextpostslink,
        .wp-pagenavi span.nextpostslink {
          padding-right: 0; } }
      /* line 2857, common.scss */
      .wp-pagenavi a.nextpostslink .btn_arrow,
      .wp-pagenavi span.nextpostslink .btn_arrow {
        right: 0; }
    /* line 2861, common.scss */
    .wp-pagenavi a.previouspostslink,
    .wp-pagenavi span.previouspostslink {
      left: 0;
      padding-left: 56px; }
      @media screen and (max-width: 800px) {
        /* line 2861, common.scss */
        .wp-pagenavi a.previouspostslink,
        .wp-pagenavi span.previouspostslink {
          padding-left: 0; } }
      /* line 2867, common.scss */
      .wp-pagenavi a.previouspostslink .btn_arrow,
      .wp-pagenavi span.previouspostslink .btn_arrow {
        left: 0; }
        /* line 2869, common.scss */
        .wp-pagenavi a.previouspostslink .btn_arrow::before, .wp-pagenavi a.previouspostslink .btn_arrow::after,
        .wp-pagenavi span.previouspostslink .btn_arrow::before,
        .wp-pagenavi span.previouspostslink .btn_arrow::after {
          rotate: 180deg; }
      @media screen and (min-width: 800px) {
        /* line 2877, common.scss */
        .wp-pagenavi a.previouspostslink:hover .btn_arrow::before, .wp-pagenavi a.previouspostslink:hover .btn_arrow::after,
        .wp-pagenavi span.previouspostslink:hover .btn_arrow::before,
        .wp-pagenavi span.previouspostslink:hover .btn_arrow::after {
          left: calc(50% - 6px); } }
    /* line 2885, common.scss */
    .wp-pagenavi a.current,
    .wp-pagenavi span.current {
      color: #FFFFFF;
      background-color: #00874E;
      border: 1px solid #00874E !important; }
  /* line 2891, common.scss */
  .wp-pagenavi .pages {
    display: none; }

/* line 2899, common.scss */
.contact {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
  gap: 0 20px; }
  @media screen and (max-width: 800px) {
    /* line 2899, common.scss */
    .contact {
      flex-direction: column;
      gap: 40px 0;
      margin-bottom: 48px; } }
  /* line 2909, common.scss */
  .contact .side {
    border-right: 1px solid #D1D1D1; }
    @media screen and (max-width: 800px) {
      /* line 2909, common.scss */
      .contact .side {
        border-right: none;
        border-bottom: 1px solid #D1D1D1; } }
    /* line 2915, common.scss */
    .contact .side .side-content {
      position: sticky;
      top: 120px; }
      @media screen and (max-width: 800px) {
        /* line 2915, common.scss */
        .contact .side .side-content {
          position: relative;
          top: auto; } }
    /* line 2923, common.scss */
    .contact .side .steplist {
      position: relative;
      width: 245px;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 800px) {
        /* line 2923, common.scss */
        .contact .side .steplist {
          width: 100%;
          display: flex;
          justify-content: space-between; } }
      /* line 2933, common.scss */
      .contact .side .steplist::before {
        position: absolute;
        left: 3px;
        top: 0;
        width: 1px;
        height: 100%;
        content: "";
        background-image: radial-gradient(circle, #ACACAC 0.5px, transparent 0.5px);
        background-position: left top;
        background-repeat: repeat-y;
        background-size: 1px 3px; }
        @media screen and (max-width: 800px) {
          /* line 2933, common.scss */
          .contact .side .steplist::before {
            top: 3px;
            left: 50%;
            translate: -50% 0;
            width: calc(100% - 75px);
            height: 1px;
            background-repeat: repeat-x;
            background-size: 3px 1px; } }
      /* line 2954, common.scss */
      .contact .side .steplist li {
        position: relative;
        color: #9D9D9D;
        font-size: 18px;
        font-weight: 700;
        margin: 0 0 56px;
        padding: 0 0 0 24px; }
        @media screen and (max-width: 800px) {
          /* line 2954, common.scss */
          .contact .side .steplist li {
            font-size: 15px;
            line-height: 1.5;
            text-align: center;
            margin: 0;
            padding: 20px 0 30px; } }
        /* line 2968, common.scss */
        .contact .side .steplist li::before, .contact .side .steplist li::after {
          position: absolute;
          left: 0;
          content: ""; }
          @media screen and (max-width: 800px) {
            /* line 2968, common.scss */
            .contact .side .steplist li::before, .contact .side .steplist li::after {
              left: 50%;
              translate: -50% 0; } }
        /* line 2978, common.scss */
        .contact .side .steplist li::before {
          top: 13px;
          width: 8px;
          height: 8px;
          background-color: #9D9D9D;
          border-radius: 50%;
          z-index: 1; }
          @media screen and (max-width: 800px) {
            /* line 2978, common.scss */
            .contact .side .steplist li::before {
              top: 0; } }
        /* line 2989, common.scss */
        .contact .side .steplist li::after {
          width: 8px;
          height: 35px;
          background-color: #FFFFFF;
          z-index: 0; }
          @media screen and (max-width: 800px) {
            /* line 2989, common.scss */
            .contact .side .steplist li::after {
              top: 0;
              width: 21px;
              height: 8px; } }
        /* line 3000, common.scss */
        .contact .side .steplist li.current {
          color: #333333; }
          /* line 3002, common.scss */
          .contact .side .steplist li.current::before {
            background-color: #00874E; }
        /* line 3006, common.scss */
        .contact .side .steplist li:last-child {
          margin-bottom: 0; }
  /* line 3012, common.scss */
  .contact .entry-form {
    width: calc(100% - 245px);
    max-width: 832px; }
    @media screen and (max-width: 800px) {
      /* line 3012, common.scss */
      .contact .entry-form {
        width: 100%;
        max-width: inherit; } }

/* line 3021, common.scss */
.ip {
  font-size: 14px;
  margin-top: 30px; }
  @media screen and (max-width: 800px) {
    /* line 3021, common.scss */
    .ip {
      text-align: center;
      margin: 0 0 30px; } }

/* line 3030, common.scss */
.t-contact {
  margin-bottom: 0; }
  /* line 3033, common.scss */
  .t-contact tbody th,
  .t-contact tbody td {
    font-size: 18px;
    border: none; }
    @media screen and (max-width: 800px) {
      /* line 3033, common.scss */
      .t-contact tbody th,
      .t-contact tbody td {
        font-size: 15px; } }
  /* line 3041, common.scss */
  .t-contact tbody th {
    display: inline-block;
    padding: 0 0 5px; }
    /* line 3044, common.scss */
    .t-contact tbody th .bikou {
      display: inline-block;
      font-size: 14px;
      font-weight: 500;
      padding-left: 12px; }
  /* line 3051, common.scss */
  .t-contact tbody td {
    display: block;
    width: 100%;
    padding: 0 0 40px; }
    @media screen and (max-width: 800px) {
      /* line 3051, common.scss */
      .t-contact tbody td {
        padding-bottom: 22px; } }
    /* line 3058, common.scss */
    .t-contact tbody td .yubin {
      display: inline-block;
      font-size: 14px;
      margin: 18px 0 0 16px; }
      @media screen and (max-width: 800px) {
        /* line 3058, common.scss */
        .t-contact tbody td .yubin {
          margin-top: 12px; } }
    /* line 3066, common.scss */
    .t-contact tbody td .bikou {
      display: block;
      font-size: 16px;
      margin-bottom: 10px; }
      @media screen and (max-width: 800px) {
        /* line 3066, common.scss */
        .t-contact tbody td .bikou {
          font-size: 14px; } }
    /* line 3074, common.scss */
    .t-contact tbody td .contact-detail {
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
      /* line 3078, common.scss */
      .t-contact tbody td .contact-detail .text-title {
        width: 110px;
        margin: 0; }
      /* line 3082, common.scss */
      .t-contact tbody td .contact-detail .text-date {
        margin-top: 0; }
      /* line 3085, common.scss */
      .t-contact tbody td .contact-detail .wpcf7-form-control-wrap {
        display: block; }
        /* line 3087, common.scss */
        .t-contact tbody td .contact-detail .wpcf7-form-control-wrap[data-name="your-school"], .t-contact tbody td .contact-detail .wpcf7-form-control-wrap[data-name="your-department"], .t-contact tbody td .contact-detail .wpcf7-form-control-wrap[data-name="your-company"], .t-contact tbody td .contact-detail .wpcf7-form-control-wrap[data-name="your-job"], .t-contact tbody td .contact-detail .wpcf7-form-control-wrap[data-name="your-business"],
        .t-contact tbody td .contact-detail .wpcf7-form-control-wrap textarea {
          width: calc(100% - 110px); }
    /* line 3097, common.scss */
    .t-contact tbody td .wpcf7-form-control-wrap {
      vertical-align: top; }
      /* line 3099, common.scss */
      .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-zip1"], .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-zip2"] {
        display: inline-block;
        width: 20%; }
        @media screen and (max-width: 800px) {
          /* line 3099, common.scss */
          .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-zip1"], .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-zip2"] {
            width: 40%; } }
      /* line 3107, common.scss */
      .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-gyear"], .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-zyear"], .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-byear"], .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-nyear"] {
        display: inline-block;
        width: 15%; }
        @media screen and (max-width: 800px) {
          /* line 3107, common.scss */
          .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-gyear"], .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-zyear"], .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-byear"], .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-nyear"] {
            width: 18%; } }
      /* line 3117, common.scss */
      .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-gmonth"], .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-zmonth"], .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-bmonth"], .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-nmonth"], .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-gday"], .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-zday"], .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-bday"], .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-nday"] {
        display: inline-block;
        width: 13%; }
      /* line 3130, common.scss */
      .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-zip"], .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-amount"] {
        display: inline-block;
        width: 25%; }
      /* line 3135, common.scss */
      .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-file01"], .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-file02"] {
        display: block;
        cursor: pointer;
        width: 100%; }
    /* line 3142, common.scss */
    .t-contact tbody td .nyukin-detail {
      display: block;
      margin-bottom: 10px; }

/* line 3153, common.scss */
.cfm-confirm .t-contact tbody td .wpcf7-form-control-wrap {
  display: block; }
  /* line 3155, common.scss */
  .cfm-confirm .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-zip1"], .cfm-confirm .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-zip2"], .cfm-confirm .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-zip"], .cfm-confirm .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-nyear"], .cfm-confirm .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-nmonth"], .cfm-confirm .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-nday"], .cfm-confirm .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-byear"], .cfm-confirm .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-bmonth"], .cfm-confirm .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-bday"], .cfm-confirm .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-gyear"], .cfm-confirm .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-gmonth"], .cfm-confirm .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-gday"], .cfm-confirm .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-zyear"], .cfm-confirm .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-zmonth"], .cfm-confirm .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-zday"], .cfm-confirm .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-amount"] {
    display: inline-block;
    width: auto; }
  /* line 3174, common.scss */
  .cfm-confirm .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-gyear"], .cfm-confirm .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-gmonth"], .cfm-confirm .t-contact tbody td .wpcf7-form-control-wrap[data-name="your-gday"] {
    margin-top: 0; }
/* line 3180, common.scss */
.cfm-confirm .t-contact tbody td .text-title,
.cfm-confirm .t-contact tbody td .text-date {
  margin-top: 0; }

/* line 3192, common.scss */
.contact-privacy p {
  margin-bottom: 40px; }
  @media screen and (max-width: 800px) {
    /* line 3192, common.scss */
    .contact-privacy p {
      margin-bottom: 32px; } }

/* line 3199, common.scss */
.wpcf7-acceptance {
  display: block;
  margin-bottom: 40px; }
  @media screen and (max-width: 800px) {
    /* line 3199, common.scss */
    .wpcf7-acceptance {
      margin-bottom: 32px; } }
  /* line 3205, common.scss */
  .wpcf7-acceptance .wpcf7-list-item {
    margin: 0; }
    /* line 3207, common.scss */
    .wpcf7-acceptance .wpcf7-list-item label {
      font-size: 18px; }
      @media screen and (max-width: 800px) {
        /* line 3207, common.scss */
        .wpcf7-acceptance .wpcf7-list-item label {
          font-size: 16px; } }

/* line 3218, common.scss */
input,
select,
textarea {
  padding: 16px 20px;
  font-size: 18px;
  border: 1px solid #D1D1D1;
  background-color: #FFFFFF;
  border-radius: 6px;
  transition: border 0.1s ease-in-out, color 0.1s ease-in-out; }
  @media screen and (min-width: 800px) {
    /* line 3228, common.scss */
    input:hover,
    select:hover,
    textarea:hover {
      color: #333333;
      border: 1px solid #9D9D9D; } }
  @media screen and (max-width: 800px) {
    /* line 3218, common.scss */
    input,
    select,
    textarea {
      font-size: 16px;
      padding: 12px 16px; } }
  /* line 3237, common.scss */
  input.wpcf7-not-valid,
  select.wpcf7-not-valid,
  textarea.wpcf7-not-valid {
    color: #D85C37;
    border: 1px solid #D85C37;
    background-color: #FDF1ED; }

/* line 3243, common.scss */
button,
input {
  line-height: normal; }

/* line 3247, common.scss */
textarea {
  vertical-align: top; }

/* line 3250, common.scss */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
  padding: 0; }

/* line 3258, common.scss */
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
select,
textarea {
  width: 100%; }

/* line 3266, common.scss */
input[type="file"] {
  width: 100%;
  font-size: 16px;
  border: none;
  border-radius: 0;
  background: none;
  cursor: pointer; }
  /* line 3273, common.scss */
  input[type="file"]::file-selector-button {
    color: #333333;
    font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-weight: 500;
    background-color: #FFFFFF;
    background-image: url("../img/icon_file.svg");
    background-repeat: no-repeat;
    background-position: 20px center;
    padding: 10px 16px 10px 56px;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    margin: 0 15px 0 0; }
    @media screen and (max-width: 800px) {
      /* line 3273, common.scss */
      input[type="file"]::file-selector-button {
        font-size: 14px;
        padding-left: 48px; } }
  @media screen and (min-width: 800px) {
    /* line 3293, common.scss */
    input[type="file"]:hover::file-selector-button {
      background-color: #F5F5F5; } }
  @media screen and (max-width: 800px) {
    /* line 3266, common.scss */
    input[type="file"] {
      font-size: 14px; } }

/* line 3303, common.scss */
input#your-address {
  display: block;
  margin-top: 16px; }

/* line 3307, common.scss */
.text-date {
  display: inline-block;
  vertical-align: top;
  margin: 13px 10px 0 10px; }
  @media screen and (max-width: 800px) {
    /* line 3307, common.scss */
    .text-date {
      margin: 10px 6px 0 8px; } }
  /* line 3314, common.scss */
  .text-date:last-of-type {
    margin-right: 0; }

/* line 3318, common.scss */
.text-title {
  display: inline-block;
  vertical-align: top;
  margin: 13px 10px 0 0; }
  @media screen and (max-width: 800px) {
    /* line 3318, common.scss */
    .text-title {
      margin: 10px 6px 0 0; } }

/* line 3326, common.scss */
::placeholder {
  color: #D1D1D1; }

/* line 3329, common.scss */
.wpcf7-not-valid-tip {
  color: #D85C37;
  font-size: 14px;
  font-weight: 500; }

/* line 3335, common.scss */
.required::after {
  display: inline-block;
  position: relative;
  top: -2px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
  background-color: #DB5E38;
  vertical-align: baseline;
  content: "必須";
  border-radius: 6px;
  margin: 0 0 0 16px;
  padding: 2px 13px; }
  @media screen and (max-width: 800px) {
    /* line 3335, common.scss */
    .required::after {
      font-size: 12px; } }

/* line 3354, common.scss */
select,
input[type="submit"],
input[type="button"] {
  appearance: none;
  -webkit-text-fill-color: #333333;
  opacity: 1; }

/* line 3362, common.scss */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  appearance: none; }

/* line 3367, common.scss */
input[type="number"] {
  appearance: textfield; }

/* line 3373, common.scss */
.wpcf7-form-control-wrap .wpcf7-radio,
.wpcf7-form-control-wrap .wpcf7-checkbox {
  display: block; }

/* line 3380, common.scss */
.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  border: 1px solid #D1D1D1;
  border-radius: 6px;
  margin: 0 10px 10px 0;
  transition: background-color 0.1s ease-out; }
  @media screen and (min-width: 800px) {
    /* line 3387, common.scss */
    .wpcf7-checkbox .wpcf7-list-item:hover,
    .wpcf7-radio .wpcf7-list-item:hover {
      background-color: #F5F5F5; } }
/* line 3392, common.scss */
.wpcf7-checkbox label,
.wpcf7-radio label {
  display: block;
  padding: 12px 20px;
  border-radius: 6px; }
  @media screen and (max-width: 800px) {
    /* line 3392, common.scss */
    .wpcf7-checkbox label,
    .wpcf7-radio label {
      padding: 10px 12px; } }
/* line 3400, common.scss */
.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
  cursor: pointer; }
/* line 3403, common.scss */
.wpcf7-checkbox.your-service,
.wpcf7-radio.your-service {
  max-width: 425px; }
  @media screen and (max-width: 800px) {
    /* line 3403, common.scss */
    .wpcf7-checkbox.your-service,
    .wpcf7-radio.your-service {
      max-width: 350px; } }
/* line 3409, common.scss */
.wpcf7-checkbox.your-total,
.wpcf7-radio.your-total {
  max-width: 340px; }
  @media screen and (max-width: 800px) {
    /* line 3409, common.scss */
    .wpcf7-checkbox.your-total,
    .wpcf7-radio.your-total {
      max-width: 280px; } }
/* line 3415, common.scss */
.wpcf7-checkbox .has-free-text,
.wpcf7-radio .has-free-text {
  display: flex;
  justify-content: space-between;
  border: none; }
  @media screen and (min-width: 800px) {
    /* line 3420, common.scss */
    .wpcf7-checkbox .has-free-text:hover,
    .wpcf7-radio .has-free-text:hover {
      background-color: transparent; }
      /* line 3422, common.scss */
      .wpcf7-checkbox .has-free-text:hover label,
      .wpcf7-radio .has-free-text:hover label {
        background-color: #F5F5F5; } }
  /* line 3427, common.scss */
  .wpcf7-checkbox .has-free-text label,
  .wpcf7-radio .has-free-text label {
    width: 140px;
    border: 1px solid #D1D1D1; }
  /* line 3431, common.scss */
  .wpcf7-checkbox .has-free-text input[type="text"],
  .wpcf7-radio .has-free-text input[type="text"] {
    width: calc(100% - 150px); }

/* line 3436, common.scss */
input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin-top: -1px;
  border: 1px solid #D1D1D1;
  border-radius: 6px;
  background-color: #FFFFFF;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle; }
  /* line 3448, common.scss */
  input[type="checkbox"]:checked {
    background-color: #00874E;
    border: 1px solid #00874E; }
    /* line 3451, common.scss */
    input[type="checkbox"]:checked::before {
      position: absolute;
      left: 50%;
      top: 50%;
      rotate: 38deg;
      translate: -50% -65%;
      width: 6px;
      height: 12px;
      border-right: 2px solid #FFFFFF;
      border-bottom: 2px solid #FFFFFF;
      content: ""; }

/* line 3465, common.scss */
input[type=radio] {
  position: relative;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin-top: -5px;
  border: 1px solid #D1D1D1;
  border-radius: 50%;
  background-color: #FFFFFF;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle; }
  @media screen and (max-width: 800px) {
    /* line 3465, common.scss */
    input[type=radio] {
      margin-top: -2px; } }
  /* line 3481, common.scss */
  input[type=radio]:checked::before {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    background-color: #00874E; }

/* line 3495, common.scss */
.wpcf7-list-item label {
  cursor: pointer; }

/* line 3501, common.scss */
.wpcf7-form input[type="submit"],
.wpcf7-form input[type="button"] {
  position: relative;
  width: 100%;
  max-width: 352px;
  height: 93px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  margin: 0;
  padding: 0 0 0 43px;
  cursor: pointer; }
  /* line 3515, common.scss */
  .wpcf7-form input[type="submit"]:disabled,
  .wpcf7-form input[type="button"]:disabled {
    pointer-events: none;
    opacity: 0.5; }
    /* line 3518, common.scss */
    .wpcf7-form input[type="submit"]:disabled + .btn_arrow,
    .wpcf7-form input[type="button"]:disabled + .btn_arrow {
      opacity: 0.3; }
  @media screen and (min-width: 800px) {
    /* line 3523, common.scss */
    .wpcf7-form input[type="submit"]:hover:not(:disabled),
    .wpcf7-form input[type="button"]:hover:not(:disabled) {
      cursor: pointer; }
    /* line 3526, common.scss */
    .wpcf7-form input[type="submit"]:hover,
    .wpcf7-form input[type="button"]:hover {
      color: #00874E;
      -webkit-text-fill-color: #00874E;
      border: 1px solid #D1D1D1; } }
  @media screen and (max-width: 800px) {
    /* line 3501, common.scss */
    .wpcf7-form input[type="submit"],
    .wpcf7-form input[type="button"] {
      max-width: inherit;
      height: 66px;
      font-size: 18px;
      padding-left: 24px; } }

/* line 3541, common.scss */
#btn_contact {
  display: flex;
  flex-direction: column-reverse;
  max-width: 352px;
  margin-top: 80px; }
  @media screen and (max-width: 800px) {
    /* line 3541, common.scss */
    #btn_contact {
      max-width: inherit;
      margin-top: 32px; } }
  /* line 3550, common.scss */
  #btn_contact .btn_arrow {
    pointer-events: none;
    width: 41px;
    height: 20px; }
    /* line 3554, common.scss */
    #btn_contact .btn_arrow::before, #btn_contact .btn_arrow::after {
      width: 13px;
      height: 6px; }

/* line 3561, common.scss */
.submit-button,
.btn-confirm {
  position: relative;
  height: 93px;
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    /* line 3561, common.scss */
    .submit-button,
    .btn-confirm {
      height: 66px; } }

@media screen and (min-width: 800px) {
  /* line 3574, common.scss */
  .submit-button:hover:not(:disabled) .btn_arrow::before, .submit-button:hover:not(:disabled) .btn_arrow::after {
    transition: left 0.4s; }
  /* line 3578, common.scss */
  .submit-button:hover:not(:disabled) .btn_arrow::before {
    left: 200%; }
  /* line 3581, common.scss */
  .submit-button:hover:not(:disabled) .btn_arrow::after {
    left: 50%; } }

/* line 3588, common.scss */
.btn-back {
  position: relative;
  display: inline-block; }
  @media screen and (min-width: 800px) {
    /* line 3593, common.scss */
    .btn-back:hover input[type="button"] {
      border: none; }
    /* line 3597, common.scss */
    .btn-back:hover .btn_arrow::before, .btn-back:hover .btn_arrow::after {
      transition: left 0.4s; }
    /* line 3601, common.scss */
    .btn-back:hover .btn_arrow::before {
      left: -250%; }
    /* line 3604, common.scss */
    .btn-back:hover .btn_arrow::after {
      left: 50%; } }
  /* line 3610, common.scss */
  .btn-back input[type="button"] {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 18px;
    border: none;
    padding-left: 56px; }
  /* line 3618, common.scss */
  .btn-back .btn_arrow {
    right: auto;
    left: 0; }
    /* line 3621, common.scss */
    .btn-back .btn_arrow::before, .btn-back .btn_arrow::after {
      rotate: 180deg; }
    /* line 3625, common.scss */
    .btn-back .btn_arrow::after {
      left: 250%; }

/* line 3630, common.scss */
.confirm-text {
  display: none; }

/* line 3634, common.scss */
.confirm .confirm-text {
  display: block;
  margin-bottom: 64px; }
  @media screen and (max-width: 800px) {
    /* line 3634, common.scss */
    .confirm .confirm-text {
      margin-bottom: 40px; } }
/* line 3641, common.scss */
.confirm #btn_contact {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px 0;
  margin-top: 80px; }
  @media screen and (max-width: 800px) {
    /* line 3641, common.scss */
    .confirm #btn_contact {
      gap: 32px 0;
      margin-top: 32px; } }

/* line 3653, common.scss */
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  color: #D85C37 !important;
  border: none !important;
  padding: 0 !important; }

/* line 3662, common.scss */
.done-content {
  text-align: center;
  margin: 88px 0 120px; }
  @media screen and (max-width: 800px) {
    /* line 3662, common.scss */
    .done-content {
      margin: 48px 0 80px; } }
  /* line 3668, common.scss */
  .done-content h2 {
    font-size: 32px;
    border: none;
    padding: 0;
    margin: 0 auto 64px; }
    @media screen and (max-width: 800px) {
      /* line 3668, common.scss */
      .done-content h2 {
        font-size: 22px;
        margin-bottom: 32px; } }
    /* line 3677, common.scss */
    .done-content h2::before {
      display: none; }
  /* line 3681, common.scss */
  .done-content p {
    font-size: 18px;
    margin-bottom: 30px; }
    @media screen and (max-width: 800px) {
      /* line 3681, common.scss */
      .done-content p {
        text-align: left;
        font-size: 14px;
        margin-bottom: 24px; } }
    /* line 3689, common.scss */
    .done-content p.bikou {
      font-size: 15px; }
      @media screen and (max-width: 800px) {
        /* line 3689, common.scss */
        .done-content p.bikou {
          font-size: 12px; } }
    /* line 3695, common.scss */
    .done-content p a {
      color: #00874E; }
  /* line 3699, common.scss */
  .done-content .btn {
    margin-top: 80px; }
    @media screen and (max-width: 800px) {
      /* line 3699, common.scss */
      .done-content .btn {
        margin-top: 50px; } }

/* line 3710, common.scss */
.bn-strengths {
  display: none;
  position: fixed;
  left: -12px;
  bottom: -12px;
  z-index: 4;
  transition: left 0.1s ease-in-out,bottom 0.1s ease-in-out; }
  @media screen and (min-width: 800px) {
    /* line 3718, common.scss */
    .bn-strengths:hover {
      left: -2px;
      bottom: -2px; } }
  @media screen and (max-width: 800px) {
    /* line 3710, common.scss */
    .bn-strengths {
      max-width: 360px;
      left: 0px;
      bottom: 39px; } }

/* line 3732, common.scss */
.bn-content {
  max-width: 637px;
  margin: 0 auto 120px; }
  @media screen and (max-width: 800px) {
    /* line 3732, common.scss */
    .bn-content {
      max-width: inherit;
      margin-bottom: 40px; } }
  /* line 3739, common.scss */
  .bn-content.wide {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    max-width: inherit; }
    @media screen and (max-width: 800px) {
      /* line 3739, common.scss */
      .bn-content.wide {
        flex-wrap: wrap;
        gap: 12px 0; } }
    /* line 3749, common.scss */
    .bn-content.wide a {
      width: 616px; }
      @media screen and (max-width: 800px) {
        /* line 3749, common.scss */
        .bn-content.wide a {
          width: 100%; } }
  /* line 3756, common.scss */
  .bn-content a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    height: 190px;
    text-decoration: none;
    padding: 24px 24px 24px 196px;
    border: 1px solid #D1D1D1;
    border-radius: 8px; }
    @media screen and (min-width: 800px) {
      /* line 3771, common.scss */
      .bn-content a:hover .bn-img {
        background-color: #00874E; }
        /* line 3773, common.scss */
        .bn-content a:hover .bn-img::before {
          background-color: #FFFFFF; }
      /* line 3777, common.scss */
      .bn-content a:hover h2 {
        color: #00874E; } }
    @media screen and (max-width: 800px) {
      /* line 3756, common.scss */
      .bn-content a {
        height: auto;
        padding: 12px; } }
    @media screen and (min-width: 800px) {
      /* line 3789, common.scss */
      .bn-content a.orange:hover .bn-img {
        background-color: #DB5E38; }
        /* line 3791, common.scss */
        .bn-content a.orange:hover .bn-img::before {
          background-color: #FFFFFF; }
      /* line 3795, common.scss */
      .bn-content a.orange:hover h2 {
        color: #DB5E38; } }
    /* line 3800, common.scss */
    .bn-content a.orange .bn-img {
      background-color: #FFE4DB; }
      /* line 3802, common.scss */
      .bn-content a.orange .bn-img::before {
        background-color: #DB5E38; }
    /* line 3806, common.scss */
    .bn-content a.orange .btn_arrow {
      background-color: #DB5E38; }
    /* line 3810, common.scss */
    .bn-content a .bn-img {
      position: absolute;
      left: 24px;
      top: 24px;
      width: 142px;
      height: 142px;
      background-color: #DBEDE6;
      border-radius: 8px;
      transition: background-color 0.1s ease-in-out; }
      @media screen and (max-width: 800px) {
        /* line 3810, common.scss */
        .bn-content a .bn-img {
          left: 12px;
          top: 12px;
          width: 52px;
          height: 52px; } }
      /* line 3825, common.scss */
      .bn-content a .bn-img::before {
        position: absolute;
        left: 50%;
        top: 50%;
        translate: -50% -50%;
        content: "";
        mask-position: left top;
        mask-repeat: no-repeat;
        mask-size: cover;
        background-color: #00874E;
        pointer-events: none; }
      /* line 3838, common.scss */
      .bn-content a .bn-img.i-contact::before {
        width: 54px;
        height: 33px;
        mask-image: url("../img/icon_contact.svg"); }
        @media screen and (max-width: 800px) {
          /* line 3838, common.scss */
          .bn-content a .bn-img.i-contact::before {
            width: 26px;
            height: 16px; } }
      /* line 3849, common.scss */
      .bn-content a .bn-img.i-those::before {
        width: 48px;
        height: 44px;
        mask-image: url("../img/icon_those.svg"); }
        @media screen and (max-width: 800px) {
          /* line 3849, common.scss */
          .bn-content a .bn-img.i-those::before {
            width: 25px;
            height: 23px; } }
    /* line 3860, common.scss */
    .bn-content a h2 {
      width: 100%;
      font-size: 32px;
      border: none;
      padding: 0;
      margin-bottom: 0;
      transition: color 0.1s ease-in-out; }
      @media screen and (max-width: 800px) {
        /* line 3860, common.scss */
        .bn-content a h2 {
          display: flex;
          align-items: center;
          font-size: 15px;
          min-height: 52px;
          padding-left: 60px; } }
      /* line 3874, common.scss */
      .bn-content a h2::before {
        display: none; }
    /* line 3878, common.scss */
    .bn-content a p {
      width: 100%;
      font-size: 15px;
      margin: 16px 0 0; }
      @media screen and (max-width: 800px) {
        /* line 3878, common.scss */
        .bn-content a p {
          font-size: 12px;
          line-height: 1.6;
          margin-top: 8px; } }
    /* line 3888, common.scss */
    .bn-content a .btn_arrow {
      top: auto;
      right: 24px;
      bottom: 24px;
      width: 41px;
      height: 20px;
      translate: 0 0; }
      @media screen and (max-width: 800px) {
        /* line 3888, common.scss */
        .bn-content a .btn_arrow {
          top: 28px;
          right: 11px;
          bottom: auto; } }
      /* line 3900, common.scss */
      .bn-content a .btn_arrow::before, .bn-content a .btn_arrow::after {
        width: 13px;
        height: 6px; }

/* line 3911, common.scss */
.grecaptcha-badge {
  bottom: 55px !important;
  z-index: 5 !important; }

/* line 3918, common.scss */
.footer {
  position: relative;
  width: 100%;
  background-color: #3B5F50;
  z-index: 5; }
  /* line 3923, common.scss */
  .footer .siteinfo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px 0;
    padding: 100px 0; }
    @media screen and (max-width: 800px) {
      /* line 3923, common.scss */
      .footer .siteinfo {
        display: block;
        padding: 48px 0 40px 18px; } }
    /* line 3934, common.scss */
    .footer .siteinfo .l-footer {
      width: 400px; }
      @media screen and (max-width: 800px) {
        /* line 3934, common.scss */
        .footer .siteinfo .l-footer {
          width: 100%; } }
      /* line 3939, common.scss */
      .footer .siteinfo .l-footer .logo-footer {
        width: 100%;
        margin-bottom: 48px; }
        @media screen and (max-width: 800px) {
          /* line 3939, common.scss */
          .footer .siteinfo .l-footer .logo-footer {
            max-width: 283px; } }
      /* line 3946, common.scss */
      .footer .siteinfo .l-footer h2 {
        color: #FFFFFF;
        font-size: 15px;
        font-weight: 500;
        line-height: 1.8;
        margin-bottom: 24px; }
      /* line 3953, common.scss */
      .footer .siteinfo .l-footer p {
        color: #98B5A9;
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 0; }
        /* line 3958, common.scss */
        .footer .siteinfo .l-footer p .gmap {
          display: inline-block;
          color: #98B5A9;
          background-image: url("../img/icon_map.svg");
          background-repeat: no-repeat;
          background-position: left center;
          padding-left: 16px; }
    /* line 3968, common.scss */
    .footer .siteinfo .r-footer {
      display: flex;
      justify-content: space-between;
      gap: 0 40px;
      width: 648px; }
      @media screen and (max-width: 1200px) {
        /* line 3968, common.scss */
        .footer .siteinfo .r-footer {
          width: 51.3%;
          gap: 0 3.1%; } }
      @media screen and (max-width: 1000px) {
        /* line 3968, common.scss */
        .footer .siteinfo .r-footer {
          width: 648px;
          gap: 0 40px; } }
      @media screen and (max-width: 800px) {
        /* line 3968, common.scss */
        .footer .siteinfo .r-footer {
          display: none; } }
      /* line 3984, common.scss */
      .footer .siteinfo .r-footer nav {
        width: auto; }
        /* line 3986, common.scss */
        .footer .siteinfo .r-footer nav ul {
          margin: 0; }
          /* line 3988, common.scss */
          .footer .siteinfo .r-footer nav ul li {
            line-height: 1.5;
            margin: 0 0 32px;
            padding: 0; }
            /* line 3992, common.scss */
            .footer .siteinfo .r-footer nav ul li:last-child {
              margin-bottom: 0; }
            /* line 3995, common.scss */
            .footer .siteinfo .r-footer nav ul li a {
              display: inline-block;
              color: #FFFFFF;
              font-size: 15px;
              font-weight: 700;
              text-decoration: none; }
              /* line 4001, common.scss */
              .footer .siteinfo .r-footer nav ul li a .underline {
                background-image: linear-gradient(90deg, #FFFFFF, #FFFFFF); }
            /* line 4006, common.scss */
            .footer .siteinfo .r-footer nav ul li ul li {
              margin: 16px 0 0; }
              /* line 4008, common.scss */
              .footer .siteinfo .r-footer nav ul li ul li a {
                color: #98B5A9;
                font-size: 14px;
                font-weight: 500; }
                /* line 4012, common.scss */
                .footer .siteinfo .r-footer nav ul li ul li a .underline {
                  background-image: linear-gradient(90deg, #98B5A9, #98B5A9); }
    /* line 4022, common.scss */
    .footer .siteinfo .footersubmenu {
      width: 100%;
      margin-top: 70px; }
      @media screen and (max-width: 800px) {
        /* line 4022, common.scss */
        .footer .siteinfo .footersubmenu {
          margin-top: 40px; } }
      /* line 4029, common.scss */
      .footer .siteinfo .footersubmenu ul li {
        margin: 0; }
        /* line 4031, common.scss */
        .footer .siteinfo .footersubmenu ul li a {
          color: #98B5A9;
          font-size: 14px; }
  /* line 4039, common.scss */
  .footer .copyright {
    background-color: #FFFFFF;
    padding: 32px 0 40px; }
    @media screen and (max-width: 800px) {
      /* line 4039, common.scss */
      .footer .copyright {
        padding: 16px 0 62px; } }
    /* line 4045, common.scss */
    .footer .copyright .column2 {
      align-items: center;
      justify-content: space-between; }
      @media screen and (max-width: 800px) {
        /* line 4045, common.scss */
        .footer .copyright .column2 {
          flex-direction: column-reverse;
          gap: 20px 0; } }
      /* line 4052, common.scss */
      .footer .copyright .column2 p {
        color: #8B8B8B;
        font-size: 12px;
        margin: 0; }
        @media screen and (max-width: 800px) {
          /* line 4052, common.scss */
          .footer .copyright .column2 p {
            font-size: 11px; } }
      /* line 4060, common.scss */
      .footer .copyright .column2 figure {
        width: 84px; }

/* line 4069, common.scss */
#wpadminbar {
  position: fixed; }

/*# sourceMappingURL=common.css.map */
