@charset "UTF-8";
.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(0, 155, 210, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(0, 155, 210, 0.7);
}

/*==============================
intersection of SubPage
==============================*/
.l-header {
  position: fixed;
  background: #fff;
  top: 0;
  transition: linear all 0.2s;
  height: 14rem;
}
@media only screen and (min-width: 768px) {
  .l-header {
    padding: 0 2.084%;
    align-items: center;
  }
  .l-header.is-animation {
    padding: 0 2.084%;
  }
}
@media only screen and (max-width: 767px) {
  .l-header {
    position: relative;
    padding: 5.33vw 5.33%;
    height: initial;
  }
  .l-header.navopen {
    position: fixed;
    background: transparent;
  }
  .l-header .header-btn span {
    background: #243165;
  }
  .l-header .header-btn.open span {
    background: #fff;
  }
}

@media only screen and (min-width: 768px) {
  .l-nav .nav-list a {
    color: #000;
  }
  .l-nav .contact-btn a {
    color: #fff;
    background: #243165 url(../img/module/icon_arw_01_w.svg) no-repeat right 1em center/1.02em;
  }
}
@media only screen and (min-width: 768px) and (hover: hover) {
  .l-nav .contact-btn a {
    transition: background 0.3s, color 0.3s;
  }
  .l-nav .contact-btn a:hover, .l-nav .contact-btn a:active {
    color: #243165;
    background-color: #fff;
    background-image: url(../img/module/icon_arw_01.svg);
  }
}

.page-header {
  padding-top: 14rem;
  background: no-repeat center/cover;
}
.page-header .page-header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-weight: 700;
}
.page-header .page-header-inner .page-ttl-jp {
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
.page-header .page-header-inner .page-ttl-en {
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .page-header {
    background-image: url(../img/module/page_header@2x.jpg);
  }
  .page-header .page-header-inner {
    height: min(360px,28vw);
  }
  .page-header .page-ttl-jp {
    font-size: min(2.5em,3.5vw);
  }
  .page-header .page-ttl-en {
    font-size: 0.875em;
    margin-top: 0.6em;
  }
}
@media only screen and (max-width: 767px) {
  .page-header {
    padding-top: 0;
    background-image: url(../img/module/sp_page_header@2x.jpg);
  }
  .page-header .page-header-inner {
    height: min(500px,66.66vw);
  }
  .page-header .page-ttl-jp {
    font-size: 1.5625em;
  }
  .page-header .page-ttl-en {
    margin-bottom: 0.6em;
    font-size: 0.7em;
  }
}

@media only screen and (min-width: 768px) {
  .l-contents {
    padding-top: 6.25em;
    padding-bottom: 3.2em;
  }
}
@media only screen and (max-width: 767px) {
  .l-contents {
    padding-top: 13.33vw;
  }
}

.module-intro {
  margin: 0 auto;
}
.module-intro .module-intro-inner {
  background: #243165;
  color: #fff;
  padding: 0 6.52%;
}
.module-intro .module-intro-inner h2 {
  text-align: center;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
}
.module-intro .module-intro-inner h2:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  height: 1px;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .module-intro {
    max-width: calc(1410px + 4.168%);
    padding: 0 2.084%;
  }
  .module-intro .module-intro-inner {
    padding: 5.8em 3% 8.7em;
  }
  .module-intro h2 {
    font-size: 1.875em;
    padding-bottom: 2.2em;
  }
  .module-intro h2:after {
    width: 2.66em;
    bottom: 1.1em;
  }
  .module-intro p {
    max-width: 800px;
    margin: auto;
    line-height: 2;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 767px) {
  .module-intro {
    padding: 0 4%;
  }
  .module-intro .module-intro-inner {
    padding: 10.4vw 6.52% 8.6vw;
  }
  .module-intro h2 {
    font-size: 1.5625em;
    padding-bottom: 10vw;
  }
  .module-intro h2:after {
    width: 2em;
    bottom: 7vw;
  }
  .module-intro p {
    line-height: 2;
  }
  .module-intro p br {
    display: none;
  }
}

.wp-pagenavi {
  display: table;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  text-align: center;
  padding: 0.45em 0 0;
  margin: 0 0.35em 0.35em;
  width: 2.6em;
  height: 2.6em;
  font-size: 0.9375em;
  color: #243165;
  border: 1px solid #C5C5C5;
  vertical-align: middle;
  font-weight: 700;
}
.wp-pagenavi .current {
  border: 1px solid #243165;
}
.wp-pagenavi .prev {
  border: none;
  margin: 0 0.9em 0.35em 0;
  height: 0;
  padding-top: 2.6em;
  overflow: hidden;
  vertical-align: bottom;
  background: #243165 url(../img/module/icon_arw_02_l.svg) no-repeat center;
}
.wp-pagenavi .next {
  border: none;
  margin: 0 0 0.35em 0.9em;
  vertical-align: middle;
  height: 0;
  padding-top: 2.6em;
  overflow: hidden;
  background: #243165 url(../img/module/icon_arw_02_r.svg) no-repeat center;
}
@media (hover: hover) {
  .wp-pagenavi a:not(.last):not(.first) {
    transition: background 0.3s, color 0.3s, border 0.3s;
  }
  .wp-pagenavi a:not(.last):not(.first):hover, .wp-pagenavi a:not(.last):not(.first):active {
    color: #fff;
    background-color: #0068d2;
    border-color: #0068d2;
  }
}
.wp-pagenavi .last,
.wp-pagenavi .first {
  width: auto;
  padding: 0.45em 0 0;
  border: none;
  vertical-align: middle;
}
@media (hover: hover) {
  .wp-pagenavi .last,
  .wp-pagenavi .first {
    transition: color 0.3;
  }
  .wp-pagenavi .last:hover, .wp-pagenavi .last:active,
  .wp-pagenavi .first:hover,
  .wp-pagenavi .first:active {
    color: #0068d2;
  }
}
.wp-pagenavi .extend {
  border: none;
}
@media only screen and (min-width: 768px) {
  .wp-pagenavi {
    margin: 0.7em auto -0.328em;
  }
}
@media only screen and (max-width: 767px) {
  .wp-pagenavi {
    margin: 4vw auto -0.328em;
  }
}

.line-ttl {
  text-align: center;
  font-weight: 700;
  position: relative;
  line-height: 1.5;
  color: #243165;
}
.line-ttl:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  height: 1px;
  background: #243165;
}
@media only screen and (min-width: 768px) {
  .line-ttl {
    font-size: 1.875em;
    padding-bottom: 2.1em;
    margin-bottom: 0.8em;
  }
  .line-ttl:after {
    width: 2.66em;
    bottom: 1.1em;
  }
}
@media only screen and (max-width: 767px) {
  .line-ttl {
    font-size: 1.5625em;
    padding-bottom: 11vw;
  }
  .line-ttl:after {
    width: 2em;
    bottom: 7vw;
  }
}

/*==============================
news
==============================*/
.l-news .news-content {
  background: #fff;
}
.l-news .news-list li:not(:last-child) {
  border-bottom: 1px solid #c4c4c4;
}
@media (hover: hover) {
  .l-news .news-list a {
    transition: color 0.3s;
  }
  .l-news .news-list a:hover, .l-news .news-list a:active {
    color: #243165;
  }
}
.l-news .news-date {
  letter-spacing: 0;
  line-height: 1.5;
}
.l-news .news-ttl {
  letter-spacing: 0;
  line-height: 1.5;
}
.l-news .news-header {
  border-bottom: 1px solid #c4c4c4;
}
.l-news .news-header .news-ttl {
  color: #243165;
  line-height: 1.5;
}
.l-news .news-body img {
  display: block;
  margin: 3em auto 0;
}
.l-news .news-body p {
  letter-spacing: normal;
}
.l-news .news-body :where(p) + :is(p, ul, table, ol, img) {
  margin-top: 2em;
}
.l-news .news-body :where(img) + :is(p, ul, table, ol, img) {
  margin-top: 2em;
}
.l-news .news-body :where(h2) {
  margin-top: 1.35em;
  margin-bottom: 1.5em;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  line-height: 1.35;
  border-bottom: 2px solid #c4c4c4;
  padding-bottom: 0.5em;
}
.l-news .news-body :where(h3) {
  margin-top: 1.35em;
  margin-bottom: 1.5em;
  font-size: 1.125em;
  letter-spacing: 0.1em;
  line-height: 1.35;
  padding: 0.5em;
  background: #f4f4f4;
  border-right: 0.5rem;
}
.l-news .news-body :where(h4) {
  margin-top: 1.35em;
  margin-bottom: 1.5em;
  letter-spacing: 0.1em;
  line-height: 1.35;
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 0.5em;
}
.l-news .news-body :where(h5) {
  margin-top: 1.35em;
  margin-bottom: 1.5em;
  letter-spacing: 0.1em;
  line-height: 1.35;
  padding-bottom: 0.5em;
  font-weight: 700;
}
.l-news .news-body :is(h2, h3, h4, h5) + :is(h2, h3, h4, h5) {
  margin-top: 0;
}
.l-news .news-body :where(hr) {
  border: 0 none;
  height: 1px;
  color: #666;
  background-color: #f4f4f4;
}
.l-news .news-body :where(a) {
  color: #243165;
  text-decoration: underline;
}
@media (hover: hover) {
  .l-news .news-body :where(a):hover,
  .l-news .news-body :where(a):active {
    text-decoration: none;
  }
}
.l-news .news-body :where(strong) {
  font-weight: 700;
}
.l-news .news-body :where(em) {
  font-style: italic;
  font-weight: 700;
}
.l-news .news-body :where(blockquote) {
  position: relative;
  padding: 1em 1em 1em 2em;
  font-style: italic;
  background: #f4f4f4;
}
.l-news .news-body :where(blockquote) p {
  position: relative;
  padding: 0;
  margin: 1em 0;
  z-index: 3;
}
.l-news .news-body :where(cite) {
  display: block;
  text-align: right;
  color: #666;
  font-size: 0.9em;
}
.l-news .news-body :where(code) {
  display: inline-block;
  padding: 0.25em 1em;
  background-color: #f7f7f7;
  border-radius: 3px;
  border: solid 1px #666;
}
.l-news .news-body :where(ul) li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5;
  margin-bottom: 0.35em;
}
.l-news .news-body :where(ul) li + li {
  margin-top: 0.5em;
}
.l-news .news-body :where(ul) + :is(p, ul, table, ol, img) {
  margin-top: 2em;
}
.l-news .news-body :where(ul) li:before {
  position: absolute;
  content: "・";
  left: 0.25em;
  top: 0;
}
.l-news .news-body :where(ol) {
  counter-reset: number 0;
}
.l-news .news-body :where(ol) + :is(p, ul, table, ol, img) {
  margin-top: 2em;
}
.l-news .news-body :where(ol) li {
  counter-increment: number 1;
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5;
  margin-bottom: 0.35em;
}
.l-news .news-body :where(ol) li + li {
  margin-top: 0.5em;
}
.l-news .news-body :where(ol) li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(number) ".";
}
.l-news .news-body :where(table) {
  width: 100%;
}
.l-news .news-body :where(table) th,
.l-news .news-body :where(table) td {
  line-height: 1.5;
}
.l-news .news-body :where(table) th {
  padding: 1.8em 1em;
  font-weight: 700;
  vertical-align: top;
}
.l-news .news-body :where(table) td {
  padding: 1.8em 1em;
}
.l-news .news-body :where(table) tbody tr:nth-child(odd) td,
.l-news .news-body :where(table) tbody tr:nth-child(odd) th {
  background: #f7f7f7;
}
.l-news .news-body :where(table) thead th {
  color: #243165;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .l-news .news-content {
    padding: 3.15em 3.26% 6.25em;
  }
  .l-news .news-list {
    max-width: 1000px;
    margin: auto;
  }
  .l-news .news-list a {
    display: flex;
    padding: 3em 0;
  }
  .l-news .news-date {
    width: 10em;
  }
  .l-news .news-ttl {
    width: calc(100% - 10em);
  }
  .l-news .news-header {
    max-width: 1000px;
    padding-top: 2.9em;
    padding-bottom: 1.5em;
    margin: 0 auto 3.2em;
  }
  .l-news .news-header .news-date {
    margin-bottom: 0.5em;
  }
  .l-news .news-header .news-ttl {
    font-size: 1.25em;
    font-weight: 700;
  }
  .l-news .news-body {
    max-width: 1000px;
    margin: auto;
  }
  .l-news .news-body p + p {
    margin-top: 2em;
  }
  .l-news .news-footer {
    max-width: 1000px;
    margin: 3.85em auto 0;
  }
  .l-news .news-footer .more-btn {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .l-news .news-content {
    padding: 5.3vw 6.5% 12.5vw;
  }
  .l-news .news-list a {
    display: block;
    padding: 5.1vw 0;
  }
  .l-news .news-ttl {
    margin-top: 0.5em;
  }
  .l-news .news-header {
    padding-top: 5vw;
    padding-bottom: 1.4em;
    margin: 0 auto 6.5vw;
  }
  .l-news .news-header .news-date {
    margin-bottom: -0.2em;
  }
  .l-news .news-header .news-ttl {
    font-size: 1.17em;
  }
  .l-news .news-body {
    margin: auto;
  }
  .l-news .news-body p {
    line-height: 1.5;
  }
  .l-news .news-body p + p {
    margin-top: 1.5em;
  }
  .l-news .news-body img {
    margin-top: 1.7em;
  }
  .l-news .news-footer {
    margin: 11vw auto 0;
  }
  .l-news .news-footer .more-btn {
    margin: auto;
  }
}

/*==============================
contact
==============================*/
.l-contact .contact-form {
  position: relative;
  z-index: 1;
  background: #fff;
}
.l-contact th {
  letter-spacing: 0.08em;
  vertical-align: top;
}
.l-contact td {
  letter-spacing: 0.08em;
}
.l-contact .must {
  color: #f04141;
  border: 1px solid;
  display: inline-block;
  font-weight: 700;
  line-height: 1.25;
  vertical-align: middle;
  margin-left: 0.3em;
  letter-spacing: 0.1em;
}
.l-contact input[type=email],
.l-contact input[type=tel],
.l-contact input[type=text],
.l-contact select,
.l-contact textarea {
  border: 1px solid #cfcfcf;
  width: 100%;
  padding: 0.25em 1em;
  transition: background 0.3s;
}
.l-contact input[type=email]:focus,
.l-contact input[type=tel]:focus,
.l-contact input[type=text]:focus,
.l-contact select:focus,
.l-contact textarea:focus {
  outline: none;
  background: rgba(0, 79, 159, 0.1);
}
.l-contact .contact-agree {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0;
  flex-wrap: wrap;
}
.l-contact .contact-agree > span label span {
  display: none;
}
.l-contact .contact-agree .agree-error {
  display: block;
  text-align: center;
  width: 100%;
}
.l-contact .contact-agree a {
  color: #ff2929;
  text-decoration: underline;
}
@media (hover: hover) {
  .l-contact .contact-agree a {
    transition: opacity 0.3s;
  }
  .l-contact .contact-agree a:hover, .l-contact .contact-agree a:active {
    opacity: 0.7;
  }
}
.l-contact .mw_wp_form_confirm .contact-agree {
  display: none;
}
.l-contact .submit-btn {
  text-align: center;
  width: 220px;
}
.l-contact .submit-btn input[type=submit] {
  margin: auto;
  display: block;
  color: #243165;
  font-weight: 700;
  border: 1px solid;
  text-align: center;
  width: 100%;
  background: #fff url(../img/module/icon_arw_01.svg) no-repeat right 0.97em center/1.02em;
}
@media (hover: hover) {
  .l-contact .submit-btn input[type=submit] {
    transition: background 0.3s, color 0.3s;
  }
  .l-contact .submit-btn input[type=submit]:hover, .l-contact .submit-btn input[type=submit]:active {
    color: #fff;
    background-color: #243165;
    background-image: url(../img/module/icon_arw_01_w.svg);
  }
}
@media only screen and (min-width: 768px) {
  .l-contact .module-intro .module-intro-inner p {
    text-align: center;
    max-width: 100%;
  }
  .l-contact .contact-form {
    margin: -5.6em auto 0;
    padding: 5.5em 6.52% 6.3em;
  }
  .l-contact table {
    width: 100%;
    max-width: 1000px;
    margin: auto;
    font-size: 0.9375em;
  }
  .l-contact th {
    width: 13.45em;
    padding: 2em 0.5em 1em 0;
  }
  .l-contact td {
    padding: 1em 0;
    width: calc(100% - 13.45em);
  }
  .l-contact .must {
    padding: 0.35em 2em 0.1em;
    font-size: 0.625em;
    margin-top: -0.2em;
  }
  .l-contact input[type=email],
  .l-contact input[type=tel],
  .l-contact input[type=text],
  .l-contact select {
    height: 4em;
  }
  .l-contact textarea {
    height: 16em;
  }
  .l-contact .short input {
    max-width: 200px;
  }
  .l-contact .contact-agree {
    margin-top: 2em;
  }
  .l-contact .submit-btn {
    max-width: 220px;
    margin: 3.375em auto 0;
  }
  .l-contact .submit-btn input[type=submit] {
    height: 3.33em;
  }
}
@media only screen and (max-width: 767px) {
  .l-contact .contact-form {
    margin: 0 auto;
    padding: 0 6.52% 13.33vw;
  }
  .l-contact table {
    width: 100%;
    margin: auto;
  }
  .l-contact th {
    display: block;
    padding: 1.45em 0 0.2em;
    font-size: 1.17em;
  }
  .l-contact td {
    display: block;
  }
  .l-contact .must {
    padding: 0.35em 1.8em 0.3em;
    font-size: 0.66em;
    margin-top: 0.1em;
    margin-bottom: 0.7em;
  }
  .l-contact input[type=email],
  .l-contact input[type=tel],
  .l-contact input[type=text],
  .l-contact select {
    height: 3em;
  }
  .l-contact textarea {
    height: 11.6em;
  }
  .l-contact .short input {
    max-width: 150px;
  }
  .l-contact .contact-agree {
    margin-top: 1.4em;
  }
  .l-contact input[type=radio] {
    transform: scale(1.2);
  }
  .l-contact .mwform-radio-field-text {
    margin-left: 0.25em;
  }
  .l-contact .submit-btn {
    margin: 11vw auto 0;
    max-width: 495px;
    width: 83%;
  }
  .l-contact .submit-btn input[type=submit] {
    padding: 0em 2.5em;
    height: 3.6em;
  }
}

/*==============================
privacy
==============================*/
.l-privacy .privacy-contents {
  margin: -5.6em auto 0;
  padding: 5.5em 6.52% 6.3em;
  position: relative;
  z-index: 1;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .l-privacy .privacy-contents {
    margin: 0 auto;
    padding: 2.5em 6.52% 13.33vw;
  }
}
.l-privacy h2 {
  margin-top: 2rem;
  font-weight: 700;
}

/*==============================
regulation
==============================*/
.l-regulation .regulation-contents {
  margin: -5.6em auto 0;
  padding: 5.5em 6.52% 6.3em;
  position: relative;
  z-index: 1;
  background: #fff;
}
.l-regulation .regulation-contents table {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.l-regulation .regulation-contents table th, .l-regulation .regulation-contents table td {
  padding: 1em;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .l-regulation .regulation-contents table th, .l-regulation .regulation-contents table td {
    display: block;
  }
}
.l-regulation .regulation-contents table th {
  width: 30%;
  background: #f1f1f1;
}
@media only screen and (max-width: 767px) {
  .l-regulation .regulation-contents table th {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .l-regulation .regulation-contents {
    margin: 0 auto;
    padding: 2.5em 6.52% 13.33vw;
  }
}

/*==============================
about
==============================*/
.l-about .about-kyoto .about-kyoto-list {
  position: relative;
  z-index: 1;
}
.l-about .about-kyoto .about-kyoto-txt h3 {
  color: #243165;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.l-about .about-kyoto .about-kyoto-txt p {
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .l-about .about-kyoto .module-intro .module-intro-inner {
    padding-bottom: 6.6em;
  }
  .l-about .about-kyoto .module-intro p {
    max-width: 800px;
    text-align: left;
    margin: auto;
  }
  .l-about .about-kyoto .about-kyoto-list {
    margin: -3.6em auto 0;
    display: flex;
    grid-gap: 2.5%;
  }
  .l-about .about-kyoto .about-kyoto-list li {
    width: 31.66%;
  }
  .l-about .about-kyoto .about-kyoto-txt {
    margin-top: 1em;
  }
  .l-about .about-kyoto .about-kyoto-txt h3 {
    font-size: min(1.25em,2.4vw);
  }
  .l-about .about-kyoto .about-kyoto-txt p {
    line-height: 2;
    margin-top: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .l-about .about-kyoto .module-intro h2 {
    margin-bottom: -3vw;
  }
  .l-about .about-kyoto .module-intro p {
    line-height: 2;
  }
  .l-about .about-kyoto .module-intro-inner {
    padding-bottom: 18.36vw;
  }
  .l-about .about-kyoto .about-kyoto-list {
    margin: -12vw auto 0;
    width: 86.95%;
    max-width: 600px;
  }
  .l-about .about-kyoto .about-kyoto-list li + li {
    margin-top: 6.4vw;
  }
  .l-about .about-kyoto .about-kyoto-txt {
    margin-top: 1.28em;
  }
  .l-about .about-kyoto .about-kyoto-txt h3 {
    font-size: 1.17em;
  }
  .l-about .about-kyoto .about-kyoto-txt p {
    line-height: 1.5;
    margin-top: 0.55em;
  }
}
.l-about .about-message .about-message-txt {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
}
.l-about .about-message .about-message-txt h2 {
  color: #243165;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.l-about .about-message .about-message-txt h3 {
  color: #243165;
}
.l-about .about-message .about-message-txt h3 em {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .l-about .about-message {
    margin-top: 3.625em;
  }
  .l-about .about-message .about-message-inner {
    display: flex;
    flex-direction: row-reverse;
  }
  .l-about .about-message .about-message-img {
    width: 53.33%;
    margin-left: -3.33%;
    margin-bottom: 5.75em;
  }
  .l-about .about-message .about-message-txt {
    width: 53.33%;
    margin-top: 6.25em;
    margin-right: -3.33%;
    padding: 4.375em 4.16%;
  }
  .l-about .about-message .about-message-txt h2 {
    font-size: 1.5em;
  }
  .l-about .about-message .about-message-txt h3 {
    font-size: 0.9375em;
  }
  .l-about .about-message .about-message-txt h3 + p {
    margin-top: 1.8em;
  }
  .l-about .about-message .about-message-txt p + p {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .l-about .about-message {
    margin-top: 11.5vw;
  }
  .l-about .about-message .about-message-img img {
    width: 100%;
  }
  .l-about .about-message .about-message-txt {
    width: 92.75%;
    margin: -9.33vw auto 0;
    padding: 7.46vw 7.2% 11vw;
  }
  .l-about .about-message .about-message-txt h2 {
    font-size: 1.4em;
  }
  .l-about .about-message .about-message-txt h3 {
    margin-top: 0.15em;
    font-size: 0.9375em;
  }
  .l-about .about-message .about-message-txt h3 + p {
    margin-top: 1.4em;
  }
}
.l-about .about-company table {
  width: 100%;
  margin: auto;
}
.l-about .about-company table th {
  border: 1px solid #000;
  border-top: none;
  background: #f9f9f9;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: 0.9375em;
}
.l-about .about-company table td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: 0.9375em;
}
.l-about .about-company table tr:first-child th,
.l-about .about-company table tr:first-child td {
  border-top: 1px solid #000;
}
@media only screen and (min-width: 768px) {
  .l-about .about-company {
    margin-top: 6.25em;
  }
  .l-about .about-company .about-company-inner {
    background: #fff;
    padding: 5.9375em 3% 6.25em;
  }
  .l-about .about-company table {
    max-width: 1000px;
  }
  .l-about .about-company table th {
    width: 35%;
    padding: 1.18em 14%;
    white-space: nowrap;
  }
  .l-about .about-company table td {
    width: 65%;
    padding: 1.18em 2.8%;
  }
  .l-about .about-company table ul {
    -moz-columns: 2;
         columns: 2;
    max-width: 16em;
  }
  .l-about .about-company table ul li {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .l-about .about-company {
    margin-top: 13.33vw;
    padding-top: 10.36vw;
    padding-bottom: 13.33vw;
    background: #fff;
  }
  .l-about .about-company table th {
    display: block;
    text-align: center;
    padding: 0.45em 0.5em;
  }
  .l-about .about-company table td {
    display: block;
    text-align: center;
    border-left: 1px solid;
    padding: 0.45em 0.5em;
  }
  .l-about .about-company table tr:first-child td {
    border-top: none;
  }
  .l-about .about-company table ul li + li {
    margin-top: 0.5em;
  }
}

/*==============================
subsody
==============================*/
.l-subsody .subsody-item-txt {
  background: #fff;
  position: relative;
  z-index: 1;
}
.l-subsody .subsody-item-txt h3 {
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #243165;
}
@media only screen and (min-width: 768px) {
  .l-subsody .module-intro .module-intro-inner {
    padding-bottom: 6.6em;
  }
  .l-subsody .subsody-item {
    display: flex;
    align-items: flex-end;
  }
  .l-subsody .subsody-item + .subsody-item {
    margin-top: 3.125em;
  }
  .l-subsody .subsody-item-img {
    align-self: flex-start;
    width: 53.33%;
  }
  .l-subsody .subsody-item-txt {
    width: 53.33%;
    padding: 4.375em 4.16%;
    margin-top: 6.25em;
  }
  .l-subsody .subsody-item-txt h3 {
    font-size: 1.5em;
  }
  .l-subsody .subsody-item-txt p {
    margin-top: 1em;
  }
  .l-subsody .subsody-item:nth-child(even) .subsody-item-img {
    margin-right: -3.33%;
  }
  .l-subsody .subsody-item:nth-child(even) .subsody-item-txt {
    margin-left: -3.33%;
  }
  .l-subsody .subsody-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .l-subsody .subsody-item:nth-child(odd) .subsody-item-img {
    margin-left: -3.33%;
  }
  .l-subsody .subsody-item:nth-child(odd) .subsody-item-txt {
    margin-right: -3.33%;
  }
  .l-subsody .subsody-item:first-child {
    margin-top: -3.2em;
  }
}
@media only screen and (max-width: 767px) {
  .l-subsody .module-intro .module-intro-inner {
    padding-bottom: 11vw;
  }
  .l-subsody .module-intro .module-intro-inner h2 {
    margin-bottom: -3vw;
  }
  .l-subsody .subsody-item-outer {
    padding: 0;
  }
  .l-subsody .subsody-item-img img {
    width: 100%;
  }
  .l-subsody .subsody-item-txt {
    width: 92%;
    margin: -21.33vw auto 0;
    padding: 10.16vw 9.3% 8.7vw;
  }
  .l-subsody .subsody-item-txt h3 {
    font-size: 1.17em;
  }
  .l-subsody .subsody-item-txt p {
    margin-top: 1.2em;
  }
}

/*==============================
pc
==============================*/
.l-pc .pc-intro-list {
  position: relative;
  z-index: 1;
}
.l-pc .pc-intro-list h3 {
  color: #243165;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}
.l-pc .pc-sales-price {
  line-height: 1.35;
}
@media only screen and (min-width: 768px) {
  .l-pc .module-intro .module-intro-inner {
    padding-bottom: 6.6em;
  }
  .l-pc .module-intro p {
    max-width: 800px;
    text-align: left;
    margin: auto;
  }
  .l-pc .pc-intro-list {
    margin: -3.6em auto 0;
    display: flex;
    grid-gap: 2.5%;
  }
  .l-pc .pc-intro-list li {
    width: 31.66%;
  }
  .l-pc .pc-intro-list .pc-intro-img {
    margin-bottom: 0.7em;
  }
  .l-pc .pc-intro-list h3 {
    font-size: min(1.25em,2.4vw);
  }
  .l-pc .pc-sales {
    margin: 6em auto 0;
    max-width: calc(1410px + 4.168%);
    padding: 0 2.084%;
  }
  .l-pc .pc-sales-inner {
    background: #fff;
    padding: 5.8em 3% 6.1em;
  }
  .l-pc .pc-sales-list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 2em 2.22%;
    max-width: 1200px;
    margin: auto;
  }
  .l-pc .pc-sales-list li {
    width: 23.335%;
  }
  .l-pc .pc-sales-txt {
    margin-top: 0.2em;
  }
  .l-pc .pc-sales-txt h3 {
    line-height: 1.33;
  }
  .l-pc .pc-sales-txt p {
    margin-top: 0.5em;
  }
  .l-pc .wp-pagenavi {
    margin-top: 3.7em;
  }
}
@media only screen and (max-width: 767px) {
  .l-pc .module-intro h2 {
    margin-bottom: -3vw;
  }
  .l-pc .module-intro-inner {
    padding-bottom: 18.36vw;
  }
  .l-pc .pc-intro-list {
    margin: -12vw auto 0;
    width: 86.95%;
    max-width: 600px;
  }
  .l-pc .pc-intro-list li + li {
    margin-top: 5.3vw;
  }
  .l-pc .pc-intro-list .pc-intro-img {
    margin-bottom: 1.28em;
  }
  .l-pc .pc-intro-list h3 {
    font-size: 1.17em;
  }
  .l-pc .pc-sales {
    margin-top: 12vw;
    padding-top: 9.86vw;
    padding-bottom: 13.33vw;
    background: #fff;
  }
  .l-pc .pc-sales-inner {
    width: 80%;
    margin: auto;
  }
  .l-pc .pc-sales-list li + li {
    margin-top: 5.5vw;
  }
  .l-pc .pc-sales-txt {
    margin-top: 0.9em;
  }
  .l-pc .pc-sales-txt h3 {
    line-height: 1.5;
  }
  .l-pc .pc-sales-txt p {
    margin-top: 0.8em;
  }
  .l-pc .pc-sales-txt p br {
    display: none;
  }
  .l-pc .wp-pagenavi {
    margin-top: 7vw;
  }
}

/*==============================
work
==============================*/
.l-work .work-content-inner {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: #fff;
}
.l-work .work-list-img {
  background: #fff;
}
.l-work .work-list-img img {
  transition: opacity 0.3s;
}
.l-work .work-list-tag {
  color: #243165;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.5;
  border: 1px solid;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .l-work .module-intro .module-intro-inner {
    padding-bottom: min(12.3em,12vw);
  }
  .l-work .work-content-inner {
    max-width: min(1410px ,95.832%);
    padding: 1px 2.084% 6.1em;
  }
  .l-work .work-list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 2.3em 2.22%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: max(-10.6em,-10vw);
    position: relative;
    z-index: 1;
  }
  .l-work .work-list li {
    width: 23.335%;
  }
  .l-work .work-list-txt {
    margin-top: 0.2em;
  }
  .l-work .work-list-txt p:not(.work-list-tag) {
    margin-top: 0.3em;
    line-height: 1.33;
  }
  .l-work .work-list-tag {
    padding: 0.15em 1.8em;
    font-size: 0.625em;
  }
  .l-work .wp-pagenavi {
    margin-top: 3.7em;
  }
}
@media only screen and (max-width: 767px) {
  .l-work .module-intro-inner {
    padding-bottom: 10.6vw;
  }
  .l-work .work-content-inner {
    width: 92%;
    padding: 1px 4.34% 13.33vw;
  }
  .l-work .work-content-inner .wrap {
    padding: 0;
  }
  .l-work .work-list {
    margin: -9.6vw auto 0;
  }
  .l-work .work-list li + li {
    margin-top: 5.5vw;
  }
  .l-work .work-list-img img {
    width: 100%;
  }
  .l-work .work-list-txt {
    margin-top: 0.6em;
  }
  .l-work .work-list-txt p:not(.work-list-tag) {
    margin-top: 0.6em;
    line-height: 1.5;
  }
  .l-work .work-list-tag {
    padding: 0.2em 1.8em;
    font-size: 0.78em;
  }
  .l-work .wp-pagenavi {
    margin-top: 7vw;
  }
}

/*==============================
construction
==============================*/
.l-construction .ctr-content-inner {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: #fff;
}
.l-construction .ctr-list-item h3 {
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.l-construction .ctr-ex-txt {
  position: relative;
  z-index: 1;
  background: #243165;
  color: #fff;
}
.l-construction .ctr-ex-txt h2 {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .l-construction .module-intro .module-intro-inner {
    padding-bottom: min(12.3em,12vw);
  }
  .l-construction .ctr-content-inner {
    max-width: min(1410px ,95.832%);
    padding: 1px 2.084% 4.4em;
  }
  .l-construction .ctr-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: max(-10.6em,-10vw);
  }
  .l-construction .ctr-list-item {
    width: 48.75%;
    display: flex;
    flex-direction: column;
    background: no-repeat center/cover;
    margin-bottom: 1.875em;
    padding: 3.25em 4.16%;
  }
  .l-construction .ctr-list-item h3 {
    font-size: 1.25em;
    margin-bottom: min(6.4em,7vw);
  }
  .l-construction .ctr-list-item p {
    color: #fff;
    line-height: 2;
    letter-spacing: normal;
  }
  .l-construction .ctr-civil {
    background-image: url(../img/page/construction/construction_img_01@2x.jpg);
  }
  .l-construction .ctr-scaffolding {
    background-image: url(../img/page/construction/construction_img_02@2x.jpg);
  }
  .l-construction .ctr-steel {
    background-image: url(../img/page/construction/construction_img_03@2x.jpg);
  }
  .l-construction .ctr-demolition {
    background-image: url(../img/page/construction/construction_img_04@2x.jpg);
  }
  .l-construction .ctr-painting {
    background-image: url(../img/page/construction/construction_img_05@2x.jpg);
  }
  .l-construction .ctr-water {
    background-image: url(../img/page/construction/construction_img_06@2x.jpg);
  }
  .l-construction .ctr-ex {
    margin-top: 6.25em;
  }
  .l-construction .ctr-ex-inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .l-construction .ctr-ex-img {
    width: 53.33%;
    margin-left: -3.33%;
    align-self: flex-start;
  }
  .l-construction .ctr-ex-txt {
    width: 53.33%;
    margin-top: 3.75em;
    margin-right: -3.33%;
    padding: 4.675em 4.16%;
  }
  .l-construction .ctr-ex-txt h2 {
    font-size: 1.5em;
  }
  .l-construction .ctr-ex-txt p:not(.more-btn) {
    margin-top: 1.1em;
  }
  .l-construction .ctr-ex-txt .more-btn {
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .l-construction .module-intro-inner {
    padding-bottom: 10.6vw;
  }
  .l-construction .ctr-content-inner {
    width: 92%;
    padding: 1px 4.34% 11vw;
  }
  .l-construction .ctr-content-inner .wrap {
    padding: 0;
  }
  .l-construction .ctr-list {
    margin: -9.6vw auto 0;
    width: 96%;
  }
  .l-construction .ctr-list li + li {
    margin-top: 4.8vw;
  }
  .l-construction .ctr-list-item h3 {
    font-size: 1.17em;
    aspect-ratio: 3/2;
    width: 100%;
    background: no-repeat center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-construction .ctr-list-item p {
    margin-top: 1.4em;
    line-height: 1.5;
    letter-spacing: normal;
  }
  .l-construction .ctr-civil h3 {
    background-image: url(../img/page/construction/sp_construction_img_01@2x.jpg);
  }
  .l-construction .ctr-scaffolding h3 {
    background-image: url(../img/page/construction/sp_construction_img_02@2x.jpg);
  }
  .l-construction .ctr-steel h3 {
    background-image: url(../img/page/construction/sp_construction_img_03@2x.jpg);
  }
  .l-construction .ctr-demolition h3 {
    background-image: url(../img/page/construction/sp_construction_img_04@2x.jpg);
  }
  .l-construction .ctr-painting h3 {
    background-image: url(../img/page/construction/sp_construction_img_05@2x.jpg);
  }
  .l-construction .ctr-water h3 {
    background-image: url(../img/page/construction/sp_construction_img_06@2x.jpg);
  }
  .l-construction .ctr-ex {
    margin-top: 13.33vw;
  }
  .l-construction .ctr-ex .wrap {
    padding: 0;
  }
  .l-construction .ctr-ex-img img {
    width: 100%;
  }
  .l-construction .ctr-ex-txt {
    width: 92%;
    margin: -9vw auto 0;
    padding: 10vw 9.2%;
  }
  .l-construction .ctr-ex-txt h2 {
    font-size: 1.17em;
  }
  .l-construction .ctr-ex-txt p:not(.more-btn) {
    margin-top: 1.1em;
  }
  .l-construction .ctr-ex-txt .more-btn {
    margin-top: 1.2em;
  }
}

@media only screen and (max-width: 767px) {
  .shopify-buy-frame--product {
    max-width: 100% !important;
  }
}/*# sourceMappingURL=page.css.map */
