@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: #000000;
  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: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500; }

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

/* 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: #000000;
  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: #000000;
  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: #000000;
  text-decoration: underline; }

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

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

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

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

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

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

/* line 227, common.scss */
.cbox {
  position: relative;
  width: calc(100% - 46px);
  max-width: 1013px;
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    /* line 227, common.scss */
    .cbox {
      width: calc(100% - 40px); } }
  /* line 235, common.scss */
  .cbox.cbox715 {
    max-width: 715px; }
  /* line 238, common.scss */
  .cbox.cbox1000 {
    max-width: 1000px; }
  /* line 241, common.scss */
  .cbox.cbox1083 {
    max-width: 1083px; }

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

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

/* line 255, common.scss */
.site-header {
  position: fixed;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: 108px;
  padding: 0 23px;
  z-index: 5;
  background-color: #FFFFFF; }
  @media screen and (max-width: 800px) {
    /* line 255, common.scss */
    .site-header {
      height: 78px;
      padding: 0 20px; } }
  /* line 269, common.scss */
  .site-header::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50% 0;
    width: calc(100% - 46px);
    height: 1px;
    content: "";
    background-color: #6CA5D9;
    pointer-events: none; }
    @media screen and (max-width: 800px) {
      /* line 269, common.scss */
      .site-header::after {
        width: calc(100% - 40px); } }
  /* line 283, common.scss */
  .site-header .site-title {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 255px; }
    @media screen and (max-width: 800px) {
      /* line 283, common.scss */
      .site-header .site-title {
        width: 246px; } }
    /* line 293, common.scss */
    .site-header .site-title a {
      display: block;
      width: 100%;
      height: 100%; }
      /* line 297, common.scss */
      .site-header .site-title a img {
        opacity: 1; }
  /* line 302, common.scss */
  .site-header .snsmenu {
    position: absolute;
    top: 50%;
    right: 181px;
    translate: 0 -50%;
    width: 22px;
    z-index: 2; }
    @media screen and (max-width: 800px) {
      /* line 302, common.scss */
      .site-header .snsmenu {
        position: relative;
        top: auto;
        right: auto;
        translate: 0 0; } }
    /* line 316, common.scss */
    .site-header .snsmenu ul li {
      width: 22px;
      height: 22px; }
      /* line 320, common.scss */
      .site-header .snsmenu ul li.minstagram img {
        width: 14px; }

/* line 331, common.scss */
.mainmenu {
  position: absolute;
  top: 0;
  right: 0px;
  width: 225px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out; }
  @media screen and (max-width: 800px) {
    /* line 331, common.scss */
    .mainmenu {
      right: auto;
      left: 50%;
      top: 78px;
      translate: -50% 0;
      width: calc(100% - 76px);
      height: calc(100svh - 100px); } }
  /* line 348, common.scss */
  .mainmenu.open {
    opacity: 1;
    pointer-events: auto; }
  /* line 352, common.scss */
  .mainmenu .mainmenubox {
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 135px 40px 40px; }
    @media screen and (max-width: 800px) {
      /* line 352, common.scss */
      .mainmenu .mainmenubox {
        width: 100%;
        height: 100%;
        padding: 80px 20px 50px;
        overflow-y: auto; } }
    /* line 362, common.scss */
    .mainmenu .mainmenubox ul {
      margin: 0 0 45px;
      padding: 0;
      text-align: center; }
      /* line 366, common.scss */
      .mainmenu .mainmenubox ul li {
        position: relative;
        line-height: 1;
        margin: 0 0 40px;
        padding: 0; }
        @media screen and (max-width: 800px) {
          /* line 366, common.scss */
          .mainmenu .mainmenubox ul li {
            margin-bottom: 35px; } }
        /* line 374, common.scss */
        .mainmenu .mainmenubox ul li:last-child {
          margin-bottom: 0; }
        /* line 377, common.scss */
        .mainmenu .mainmenubox ul li a {
          display: inline-block;
          font-size: 30px;
          font-weight: 400;
          text-decoration: none; }
    /* line 385, common.scss */
    .mainmenu .mainmenubox .mtel {
      display: block;
      max-width: 36px;
      margin: 0 auto; }

/* line 394, common.scss */
.headermenu {
  position: fixed;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 2; }
  @media screen and (max-width: 800px) {
    /* line 394, common.scss */
    .headermenu {
      top: auto;
      left: 50%;
      bottom: -50px;
      translate: -50% 0;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 0 38px;
      width: calc(100% - 40px);
      height: 50px;
      transition: background-color 0.3s ease-out; }
      /* line 412, common.scss */
      .headermenu.start {
        background-color: #FFFFFF; } }

/* line 421, common.scss */
.snsmenu ul {
  display: flex;
  margin: 0;
  padding: 0; }
  /* line 425, common.scss */
  .snsmenu ul li {
    margin: 0;
    padding: 0; }
    /* line 428, common.scss */
    .snsmenu ul li a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      background-color: #C8C8C8;
      border-radius: 50%; }

/* line 444, common.scss */
#toggle {
  display: block;
  position: absolute;
  top: 50%;
  right: 23px;
  translate: 0 -50%;
  width: 117px;
  height: 22px;
  -webkit-text-fill-color: #000000;
  border: none;
  background: none;
  background-image: url("../img/icon_menu.svg");
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0;
  cursor: pointer; }
  @media screen and (max-width: 800px) {
    /* line 444, common.scss */
    #toggle {
      position: relative;
      top: auto;
      right: auto;
      translate: 0 0; } }
  /* line 466, common.scss */
  #toggle .mtext {
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
    font-size: 14px;
    background: none; }
  /* line 479, common.scss */
  #toggle.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translate(0%, 0) rotate(45deg);
    transform: translate(0%, 0) rotate(45deg); }
  /* line 483, common.scss */
  #toggle.active .menu-trigger span:nth-of-type(2) {
    opacity: 0; }
  /* line 486, common.scss */
  #toggle.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translate(0%, -6px) rotate(135deg);
    transform: translate(0%, -6px) rotate(135deg); }

/* line 494, common.scss */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.3s ease-out; }

/* line 499, common.scss */
.menu-trigger {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 7px;
  outline: none; }
  /* line 507, common.scss */
  .menu-trigger span {
    display: block;
    position: absolute;
    left: 0;
    background-color: #000000;
    width: 23px;
    height: 1px; }
    /* line 514, common.scss */
    .menu-trigger span:nth-of-type(1) {
      top: 0px; }
    /* line 517, common.scss */
    .menu-trigger span:nth-of-type(2) {
      top: 3px; }
    /* line 520, common.scss */
    .menu-trigger span:nth-of-type(3) {
      top: 6px; }

/* line 527, common.scss */
.page-title {
  position: relative;
  padding: 70px 0; }
  @media screen and (max-width: 800px) {
    /* line 527, common.scss */
    .page-title {
      padding: 100px 0 35px; } }
  /* line 533, common.scss */
  .page-title h1 {
    text-align: center;
    margin: 0; }
    /* line 536, common.scss */
    .page-title h1 .en {
      display: block;
      font-size: 76px;
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 5px; }
      @media screen and (max-width: 800px) {
        /* line 536, common.scss */
        .page-title h1 .en {
          font-size: 50px; } }
    /* line 546, common.scss */
    .page-title h1 .jp {
      display: block;
      font-size: 18px;
      font-weight: 500; }
      @media screen and (max-width: 800px) {
        /* line 546, common.scss */
        .page-title h1 .jp {
          font-size: 16px; } }

/* line 557, common.scss */
.archive .page-title {
  padding: 90px 0; }
  @media screen and (max-width: 800px) {
    /* line 557, common.scss */
    .archive .page-title {
      padding: 100px 0 35px; } }

/* line 565, common.scss */
.single .page-title {
  padding: 90px 0; }
  @media screen and (max-width: 800px) {
    /* line 565, common.scss */
    .single .page-title {
      padding: 100px 0 70px; } }

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

/* line 579, common.scss */
.wrapper h2 {
  display: flex;
  align-items: flex-end;
  border-bottom: 1px solid #6CA5D9;
  padding-bottom: 14px;
  margin-bottom: 70px; }
  @media screen and (max-width: 800px) {
    /* line 579, common.scss */
    .wrapper h2 {
      display: block;
      text-align: center;
      margin-bottom: 35px; } }
  /* line 590, common.scss */
  .wrapper h2 .en {
    display: inline-block;
    font-size: 50px;
    font-weight: 400;
    line-height: 0.6; }
    @media screen and (max-width: 800px) {
      /* line 590, common.scss */
      .wrapper h2 .en {
        display: block;
        line-height: 1;
        margin-bottom: 10px; } }
  /* line 601, common.scss */
  .wrapper h2 .jp {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-left: 50px; }
    @media screen and (max-width: 800px) {
      /* line 601, common.scss */
      .wrapper h2 .jp {
        display: block;
        font-size: 16px;
        margin-left: 0; } }

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

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

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

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

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

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

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

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

/* line 662, common.scss */
main {
  position: relative;
  width: calc(100% - 46px);
  word-break: break-all;
  margin: 0 auto;
  padding-top: 108px;
  z-index: 1; }
  @media screen and (max-width: 800px) {
    /* line 662, common.scss */
    main {
      width: calc(100% - 40px);
      padding-top: 78px; } }
  /* line 673, common.scss */
  main::before, main::after {
    position: absolute;
    top: 0;
    width: 24px;
    height: 100%;
    content: "";
    background-color: #FFFFFF;
    z-index: 0;
    pointer-events: none; }
  /* line 684, common.scss */
  main::before {
    left: -24px;
    border-right: 1px solid #6CA5D9; }
  /* line 688, common.scss */
  main::after {
    right: -24px;
    border-left: 1px solid #6CA5D9; }

/* line 693, common.scss */
.wrapper {
  position: relative; }

/* line 699, common.scss */
.semicircle {
  position: absolute;
  top: -811px;
  left: 50%;
  translate: -50% 0;
  width: 1742px;
  height: 1742px;
  background-color: #C2DAEF;
  border-radius: 0 0 50% 50%;
  z-index: -1;
  overflow: hidden; }
  @media screen and (max-width: 800px) {
    /* line 699, common.scss */
    .semicircle {
      top: -200px;
      width: 900px;
      height: 900px; } }

/* line 716, common.scss */
canvas {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0; }

/* line 723, common.scss */
#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 733, common.scss */
table {
  width: 100%;
  border-top: 1px solid #6CA5D9;
  margin: 0 0 64px; }
  @media screen and (max-width: 800px) {
    /* line 733, common.scss */
    table {
      margin-bottom: 24px;
      border-top: none;
      border-bottom: 1px solid #6CA5D9; } }
  /* line 742, common.scss */
  table th,
  table td {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    text-align: left;
    border-bottom: 1px solid #6CA5D9;
    padding: 20px 10px; }
    @media screen and (max-width: 800px) {
      /* line 742, common.scss */
      table th,
      table td {
        display: block;
        width: 100%; } }
  /* line 756, common.scss */
  table th {
    width: 170px;
    vertical-align: top; }
    @media screen and (max-width: 800px) {
      /* line 756, common.scss */
      table th {
        width: 100%;
        padding: 0 0 5px; } }
  /* line 764, common.scss */
  table td {
    width: calc(100% - 170px);
    vertical-align: middle; }
    @media screen and (max-width: 800px) {
      /* line 764, common.scss */
      table td {
        width: 100%;
        font-size: 16px;
        border: none;
        padding: 15px 0 35px; } }

/* line 776, common.scss */
.attention,
.attention a {
  color: #FF0000; }

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

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

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

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

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

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

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

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

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

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

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

/* line 828, common.scss */
.knob ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 396px;
  margin: 0 auto 25px; }
  @media screen and (max-width: 800px) {
    /* line 828, common.scss */
    .knob ul {
      max-width: 266px;
      margin-bottom: 16px; } }
  /* line 838, common.scss */
  .knob ul li {
    width: 110px;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 800px) {
      /* line 838, common.scss */
      .knob ul li {
        width: 73px; } }
    /* line 845, common.scss */
    .knob ul li:nth-child(1) {
      rotate: 0deg;
      animation: knob1 5s linear infinite; }
    /* line 849, common.scss */
    .knob ul li:nth-child(2) {
      rotate: 45deg;
      animation: knob2 3s linear infinite; }
    /* line 853, common.scss */
    .knob ul li:nth-child(3) {
      rotate: 15deg;
      animation: knob3 7s linear infinite; }
/* line 859, common.scss */
.knob .knob-text {
  max-width: 394px;
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    /* line 859, common.scss */
    .knob .knob-text {
      max-width: 265px; } }
/* line 866, common.scss */
.knob .read-knob {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 0; }
  @media screen and (max-width: 800px) {
    /* line 866, common.scss */
    .knob .read-knob {
      font-size: 18px; } }

@keyframes knob1 {
  0% {
    rotate: 0deg; }
  50% {
    rotate: 250deg; }
  100% {
    rotate: 0deg; } }
@keyframes knob2 {
  0% {
    rotate: 45deg; }
  50% {
    rotate: 180deg; }
  100% {
    rotate: 45deg; } }
@keyframes knob3 {
  0% {
    rotate: 15deg; }
  50% {
    rotate: 300deg; }
  100% {
    rotate: 15deg; } }
/* line 913, common.scss */
.cap {
  font-size: 18px;
  line-height: 2.2;
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (max-width: 800px) {
    /* line 913, common.scss */
    .cap {
      font-size: 16px;
      line-height: 2.1;
      text-align: left;
      margin-bottom: 30px; } }

/* line 925, common.scss */
.read-service {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 45px; }
  @media screen and (max-width: 800px) {
    /* line 925, common.scss */
    .read-service {
      font-size: 18px;
      line-height: 1.4;
      margin-bottom: 40px; } }

/* line 936, common.scss */
.servicelist {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0 4.2%;
  width: 100%;
  max-width: 947px;
  margin: 0 auto 50px; }
  @media screen and (max-width: 800px) {
    /* line 936, common.scss */
    .servicelist {
      flex-direction: column;
      gap: 30px 0;
      max-width: 175px;
      margin-bottom: 20px;
      padding-bottom: 74px; } }
  /* line 951, common.scss */
  .servicelist::before, .servicelist::after {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    content: "";
    background-color: #6CA5D9;
    pointer-events: none;
    z-index: 0; }
    @media screen and (max-width: 800px) {
      /* line 951, common.scss */
      .servicelist::before, .servicelist::after {
        top: 0;
        translate: -50% 0; } }
  /* line 965, common.scss */
  .servicelist::before {
    left: 0;
    width: calc(100% - 22px);
    height: 6px; }
    @media screen and (max-width: 800px) {
      /* line 965, common.scss */
      .servicelist::before {
        left: 50%;
        width: 6px;
        height: calc(100% - 22px); } }
  /* line 975, common.scss */
  .servicelist::after {
    right: 0;
    width: 22px;
    height: 26px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%); }
    @media screen and (max-width: 800px) {
      /* line 975, common.scss */
      .servicelist::after {
        left: 50%;
        right: auto;
        top: auto;
        bottom: 1px;
        width: 26px;
        height: 22px;
        clip-path: polygon(50% 100%, 0 0, 100% 0); } }
  /* line 990, common.scss */
  .servicelist li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 175px;
    height: 100px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #6CA5D9;
    border-radius: 12px;
    margin: 0;
    padding: 0;
    z-index: 1; }
    @media screen and (max-width: 800px) {
      /* line 990, common.scss */
      .servicelist li {
        height: 80px; } }
    /* line 1012, common.scss */
    .servicelist li .s-text {
      display: block;
      width: 100%;
      font-size: 12px; }

/* line 1019, common.scss */
.service-img {
  max-width: 650px;
  margin: 0 auto 55px; }
  @media screen and (max-width: 800px) {
    /* line 1019, common.scss */
    .service-img {
      width: calc(100% + 160px);
      max-width: inherit;
      margin: -20px 0 40px -80px; }
      /* line 1026, common.scss */
      .service-img img {
        width: 100%; } }

/* line 1034, common.scss */
.entry-posts-top {
  margin-bottom: 175px; }
  @media screen and (max-width: 800px) {
    /* line 1034, common.scss */
    .entry-posts-top {
      margin-bottom: 70px; } }
  /* line 1039, common.scss */
  .entry-posts-top .posts {
    margin: 0 auto; }

/* line 1043, common.scss */
.posts {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  max-width: 262px;
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    /* line 1043, common.scss */
    .posts {
      max-width: 280px; } }
  /* line 1053, common.scss */
  .posts.wide {
    max-width: 390px; }
    @media screen and (max-width: 800px) {
      /* line 1053, common.scss */
      .posts.wide {
        max-width: 280px; } }
    /* line 1058, common.scss */
    .posts.wide .posts-detail {
      height: 195px; }
      @media screen and (max-width: 800px) {
        /* line 1058, common.scss */
        .posts.wide .posts-detail {
          height: 140px; } }
      /* line 1064, common.scss */
      .posts.wide .posts-detail .catlist li {
        font-size: 16px;
        padding: 3px 60px;
        border-radius: 6px; }
        @media screen and (max-width: 800px) {
          /* line 1064, common.scss */
          .posts.wide .posts-detail .catlist li {
            font-size: 12px;
            padding: 0 12px;
            border-radius: 5px; } }
      /* line 1075, common.scss */
      .posts.wide .posts-detail h2 {
        font-size: 18px; }
        @media screen and (max-width: 800px) {
          /* line 1075, common.scss */
          .posts.wide .posts-detail h2 {
            font-size: 13px; } }
      /* line 1081, common.scss */
      .posts.wide .posts-detail h3 {
        font-size: 26px;
        line-height: 1.3; }
        @media screen and (max-width: 800px) {
          /* line 1081, common.scss */
          .posts.wide .posts-detail h3 {
            font-size: 18px; } }
  /* line 1092, common.scss */
  .posts.lock .posts-detail::before {
    position: absolute;
    left: 50%;
    top: -22px;
    translate: -50% 0;
    width: 22px;
    height: 31px;
    content: "";
    background-image: url("../img/icon_lock.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    pointer-events: none; }
  /* line 1110, common.scss */
  .posts.posts-topics .posts-detail h2 {
    font-size: 18px; }
  /* line 1115, common.scss */
  .posts .posts-thumbnail {
    width: 100%;
    margin: 0 auto 7px; }
    /* line 1118, common.scss */
    .posts .posts-thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  /* line 1124, common.scss */
  .posts .posts-detail {
    position: relative;
    display: block;
    width: 100%;
    height: 140px;
    text-align: center;
    background-image: url("../img/bg_works.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    padding-top: 15px; }
    /* line 1135, common.scss */
    .posts .posts-detail .catlist {
      justify-content: center;
      margin-bottom: 6px; }
      /* line 1138, common.scss */
      .posts .posts-detail .catlist li {
        min-width: 143px; }
    /* line 1142, common.scss */
    .posts .posts-detail h2 {
      justify-content: center;
      color: #FFFFFF;
      font-size: 13px;
      line-height: 1.6;
      border: none;
      padding: 0;
      margin-bottom: 3px; }
    /* line 1151, common.scss */
    .posts .posts-detail h3 {
      color: #FFFFFF;
      font-size: 18px;
      line-height: 1.3;
      text-align: center;
      margin: 0;
      padding: 0; }

/* line 1163, common.scss */
.entry-list {
  display: flex;
  flex-wrap: wrap;
  gap: 75px 10.7%;
  margin-bottom: 75px; }
  @media screen and (max-width: 800px) {
    /* line 1163, common.scss */
    .entry-list {
      flex-direction: column;
      gap: 50px 0;
      margin-bottom: 50px; } }
  /* line 1173, common.scss */
  .entry-list .posts {
    margin: 0; }
    @media screen and (max-width: 800px) {
      /* line 1173, common.scss */
      .entry-list .posts {
        margin: 0 auto; } }
    /* line 1178, common.scss */
    .entry-list .posts .posts-detail {
      height: 131px;
      text-align: center;
      background-image: url("../img/bg_works.svg");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: contain;
      padding-top: 15px; }
      @media screen and (max-width: 800px) {
        /* line 1178, common.scss */
        .entry-list .posts .posts-detail {
          height: 140px; } }

/* line 1194, common.scss */
.category-list {
  margin-bottom: 110px; }
  @media screen and (max-width: 800px) {
    /* line 1194, common.scss */
    .category-list {
      margin-bottom: 40px; } }
  /* line 1199, common.scss */
  .category-list .category-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px; }
    @media screen and (max-width: 800px) {
      /* line 1199, common.scss */
      .category-list .category-content {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 20px; } }
    /* line 1209, common.scss */
    .category-list .category-content:last-child {
      margin-bottom: 0; }
    /* line 1212, common.scss */
    .category-list .category-content h2 {
      width: 75px;
      justify-content: center;
      text-align: center;
      border: none;
      margin: 0;
      padding: 0 0 42px; }
      @media screen and (max-width: 800px) {
        /* line 1212, common.scss */
        .category-list .category-content h2 {
          width: 100%;
          margin-bottom: 8px;
          padding-bottom: 22px; } }
      /* line 1224, common.scss */
      .category-list .category-content h2::after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 75px;
        height: 38px;
        content: "";
        background-color: #6CA5D9;
        mask-image: url("../img/bg_works.svg");
        mask-repeat: no-repeat;
        mask-position: center top;
        mask-size: 75px 38px;
        z-index: 0; }
        @media screen and (max-width: 800px) {
          /* line 1224, common.scss */
          .category-list .category-content h2::after {
            left: 50%;
            translate: -50% 0;
            width: 37px;
            height: 18px;
            mask-size: 37px 18px; } }
      /* line 1246, common.scss */
      .category-list .category-content h2.cyear::after {
        background-color: #000000; }
    /* line 1251, common.scss */
    .category-list .category-content .catlist {
      width: calc(100% - 118px); }
      @media screen and (max-width: 800px) {
        /* line 1251, common.scss */
        .category-list .category-content .catlist {
          width: 100%; } }
      @media screen and (max-width: 800px) {
        /* line 1256, common.scss */
        .category-list .category-content .catlist.catlink {
          width: calc(100% + 16px);
          margin-left: -8px; } }
      /* line 1261, common.scss */
      .category-list .category-content .catlist.catlink li {
        padding: 0;
        background: none; }
        @media screen and (max-width: 800px) {
          /* line 1261, common.scss */
          .category-list .category-content .catlist.catlink li {
            width: 49%; } }
        /* line 1267, common.scss */
        .category-list .category-content .catlist.catlink li a {
          min-width: 146px; }
          @media screen and (max-width: 800px) {
            /* line 1267, common.scss */
            .category-list .category-content .catlist.catlink li a {
              min-width: inherit; } }
      /* line 1275, common.scss */
      .category-list .category-content .catlist.yearlink {
        gap: 10px 15px; }
        @media screen and (max-width: 800px) {
          /* line 1275, common.scss */
          .category-list .category-content .catlist.yearlink {
            width: 270px;
            margin: 0 auto; } }
        /* line 1281, common.scss */
        .category-list .category-content .catlist.yearlink li {
          padding: 0;
          background: none; }
          /* line 1284, common.scss */
          .category-list .category-content .catlist.yearlink li a {
            min-width: 80px; }

/* line 1292, common.scss */
.catlist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 800px) {
    /* line 1292, common.scss */
    .catlist {
      gap: 6px 2%; } }
  /* line 1301, common.scss */
  .catlist li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
    background-color: #000000;
    border-radius: 4px;
    padding: 0 12px;
    margin: 0; }
    @media screen and (max-width: 800px) {
      /* line 1301, common.scss */
      .catlist li {
        border-radius: 5px; } }
    /* line 1317, common.scss */
    .catlist li.current a {
      background-color: #6CA5D9; }
    /* line 1321, common.scss */
    .catlist li a {
      display: flex;
      justify-content: center;
      width: 100%;
      color: #FFFFFF;
      font-size: 13px;
      text-decoration: none;
      border-radius: 4px;
      background-color: #000000;
      padding: 2px 5px;
      transition: background-color 0.3s ease-out; }
      @media screen and (min-width: 800px) {
        /* line 1333, common.scss */
        .catlist li a:hover {
          background-color: #6CA5D9; } }

/* line 1344, common.scss */
.date .catlist li.current a {
  background-color: #000000; }
  @media screen and (min-width: 800px) {
    /* line 1347, common.scss */
    .date .catlist li.current a:hover {
      background-color: #6CA5D9; } }
/* line 1354, common.scss */
.date .catlist li.dcurrent a {
  background-color: #6CA5D9; }

/* line 1365, common.scss */
.readmore {
  display: flex;
  width: 114px;
  color: #6CA5D9;
  font-size: 18px;
  text-decoration: none;
  background-image: url("../img/arrow_r.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 114px auto;
  padding: 0 0 4px 16px;
  margin: 0 auto;
  font-family: "Bebas Neue", sans-serif; }

/* line 1385, common.scss */
.btn-back {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-text-fill-color: #FFFFFF;
  border: none;
  background-color: #000000;
  border-radius: 50%;
  padding: 0;
  margin: 85px auto 0; }

/* line 1403, common.scss */
.wp-pagenavi {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 25px;
  margin: 0 auto; }
  @media screen and (max-width: 800px) {
    /* line 1403, common.scss */
    .wp-pagenavi {
      gap: 18px; } }
  /* line 1414, common.scss */
  .wp-pagenavi a,
  .wp-pagenavi span {
    position: relative;
    display: grid;
    place-items: center;
    color: #6CA5D9;
    font-family: "Bebas Neue", sans-serif;
    font-size: 29px;
    font-weight: 700;
    line-height: 1;
    border: none !important;
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    padding: 0px !important; }
    @media screen and (min-width: 800px) {
      /* line 1429, common.scss */
      .wp-pagenavi a:hover,
      .wp-pagenavi span:hover {
        color: #000000; } }
    @media screen and (max-width: 800px) {
      /* line 1414, common.scss */
      .wp-pagenavi a,
      .wp-pagenavi span {
        font-size: 20px; } }
    /* line 1436, common.scss */
    .wp-pagenavi a.current,
    .wp-pagenavi span.current {
      color: #000000; }
  /* line 1440, common.scss */
  .wp-pagenavi .pages {
    display: none; }

/* line 1448, common.scss */
input,
select,
textarea {
  padding: 10px;
  font-size: 18px;
  border: 1px solid #6CA5D9;
  background-color: #FFFFFF;
  border-radius: 4px;
  transition: border 0.1s ease-in-out, color 0.1s ease-in-out; }
  @media screen and (max-width: 800px) {
    /* line 1448, common.scss */
    input,
    select,
    textarea {
      font-size: 16px; } }

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

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

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

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

/* line 1484, common.scss */
::placeholder {
  color: #ccc; }

/* line 1488, common.scss */
.required::after {
  display: inline-block;
  position: relative;
  top: -2px;
  font-size: 19px;
  line-height: 1.4;
  font-weight: 500;
  vertical-align: baseline;
  content: "*"; }
  @media screen and (max-width: 800px) {
    /* line 1488, common.scss */
    .required::after {
      font-size: 12px; } }

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

/* line 1510, common.scss */
input[type="submit"],
input[type="button"] {
  cursor: pointer; }

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

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

/* line 1525, common.scss */
.wpcf7-form-control-wrap[data-name="your-kinds"] {
  position: relative;
  display: block; }
  /* line 1528, common.scss */
  .wpcf7-form-control-wrap[data-name="your-kinds"]::after {
    position: absolute;
    right: 12px;
    top: 50%;
    translate: 0 -50%;
    width: 18px;
    height: 17px;
    border-radius: 3px;
    content: "";
    background-color: #6CA5D9;
    clip-path: polygon(50% 100%, 0 0, 100% 0); }

/* line 1545, common.scss */
.cfm-confirm .wpcf7-form-control-wrap[data-name="your-kinds"]::after {
  display: none; }

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

/* line 1559, common.scss */
.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 19px;
  font-weight: 700; }
  @media screen and (max-width: 800px) {
    /* line 1559, common.scss */
    .wpcf7-acceptance .wpcf7-list-item-label {
      font-size: 16px; } }

/* line 1567, common.scss */
input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-top: -1px;
  border-radius: 0px;
  border: 1px solid #6CA5D9;
  border-radius: 2px;
  background-color: #FFFFFF;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  transition: .3s; }
  @media screen and (max-width: 800px) {
    /* line 1567, common.scss */
    input[type="checkbox"] {
      width: 25px;
      height: 25px; } }
  /* line 1586, common.scss */
  input[type="checkbox"]:checked::before {
    position: absolute;
    left: 50%;
    top: 50%;
    rotate: 45deg;
    translate: -50% -65%;
    width: 12px;
    height: 23px;
    border-right: 3px solid #6CA5D9;
    border-bottom: 3px solid #6CA5D9;
    content: ''; }
    @media screen and (max-width: 800px) {
      /* line 1586, common.scss */
      input[type="checkbox"]:checked::before {
        width: 8px;
        height: 19px;
        translate: -50% -60%; } }

/* line 1607, common.scss */
#btn_contact,
.submit-button {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 800px) {
    /* line 1607, common.scss */
    #btn_contact,
    .submit-button {
      max-width: 210px; } }

/* line 1618, common.scss */
.wpcf7-form input[type="submit"],
.wpcf7-form input[type="button"] {
  position: relative;
  width: auto;
  height: 60px;
  display: inline-flex;
  align-items: center;
  color: #FFFFFF;
  -webkit-text-fill-color: #FFFFFF;
  font-size: 19px;
  font-weight: 900;
  text-align: center;
  background-color: #6CA5D9;
  border-radius: 4px;
  margin: 0 auto 30px;
  padding: 0 40px;
  cursor: pointer; }
  /* line 1635, common.scss */
  .wpcf7-form input[type="submit"]:disabled,
  .wpcf7-form input[type="button"]:disabled {
    pointer-events: none;
    opacity: 0.5; }
  @media screen and (min-width: 800px) {
    /* line 1640, common.scss */
    .wpcf7-form input[type="submit"]:hover:not(:disabled),
    .wpcf7-form input[type="button"]:hover:not(:disabled) {
      cursor: pointer; } }
  @media screen and (max-width: 800px) {
    /* line 1618, common.scss */
    .wpcf7-form input[type="submit"],
    .wpcf7-form input[type="button"] {
      height: 50px;
      font-size: 16px;
      padding: 0 30px;
      margin: 0 auto 20px; } }

/* line 1657, common.scss */
.footer {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0;
  background-color: #F5F5F5;
  margin-top: 125px;
  padding: 30px;
  z-index: 1; }
  @media screen and (max-width: 800px) {
    /* line 1657, common.scss */
    .footer {
      display: block;
      padding: 20px 10px; } }
  /* line 1673, common.scss */
  .footer .l-footer {
    width: 400px; }
    @media screen and (max-width: 800px) {
      /* line 1673, common.scss */
      .footer .l-footer {
        width: 100%; } }
    /* line 1678, common.scss */
    .footer .l-footer .logo-footer {
      margin-bottom: 16px; }
      @media screen and (max-width: 800px) {
        /* line 1678, common.scss */
        .footer .l-footer .logo-footer {
          max-width: 229px; } }
    /* line 1684, common.scss */
    .footer .l-footer p {
      color: #6CA5D9;
      font-weight: 400;
      margin: 0; }
      @media screen and (max-width: 800px) {
        /* line 1684, common.scss */
        .footer .l-footer p {
          font-size: 12px;
          line-height: 1.67; } }
      @media screen and (max-width: 800px) {
        /* line 1692, common.scss */
        .footer .l-footer p .companyinfo {
          font-size: 14px; } }
  /* line 1699, common.scss */
  .footer .r-footer {
    display: flex;
    justify-content: space-between;
    width: 405px; }
    @media screen and (max-width: 800px) {
      /* line 1699, common.scss */
      .footer .r-footer {
        display: none; } }
    /* line 1706, common.scss */
    .footer .r-footer .snsmenu {
      width: 50px; }
      /* line 1710, common.scss */
      .footer .r-footer .snsmenu ul li.minstagram {
        width: 50px;
        height: 50px; }
        /* line 1713, common.scss */
        .footer .r-footer .snsmenu ul li.minstagram img {
          width: 29px; }
    /* line 1720, common.scss */
    .footer .r-footer .footermenu {
      width: 283px;
      padding-top: 8px; }
      /* line 1723, common.scss */
      .footer .r-footer .footermenu nav {
        width: 100%; }
        /* line 1725, common.scss */
        .footer .r-footer .footermenu nav ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          gap: 5px 0;
          margin: 0;
          padding: 0; }
          /* line 1732, common.scss */
          .footer .r-footer .footermenu nav ul li {
            width: 50%;
            margin: 0;
            padding: 0; }
            /* line 1736, common.scss */
            .footer .r-footer .footermenu nav ul li a {
              display: inline-block;
              color: #6CA5D9;
              font-size: 20px;
              font-weight: 400;
              text-decoration: none; }

/* line 1750, common.scss */
.copyright {
  position: fixed;
  left: 2px;
  bottom: 8px;
  font-size: 12px;
  font-weight: 400;
  writing-mode: vertical-rl;
  margin: 0;
  z-index: 2; }
  @media screen and (max-width: 800px) {
    /* line 1750, common.scss */
    .copyright {
      left: 0; } }

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

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