/* ----------------------------------------
* common
---------------------------------------- */

a {
  text-decoration: none;
}

/* color */
.bl {
  color: #000;
}
.wh {
  color: #fff;
}
.gray {
  color: #333333;
}
.blue {
  color: #247bd0;
}
.blue2 {
  color: #172dae;
}
.blue3 {
  color: #378ddc;
}
.blue4 {
  color: #4ed6ff;
}
.blue5 {
  color: #1347b6;
}
.yellow {
  color: #ffe538;
}

/* letter spacing */
.ls10 {
  letter-spacing: 0.01em;
}
.ls50 {
  letter-spacing: 0.05em;
}
.ls100 {
  letter-spacing: 0.1em;
}
.ls125 {
  letter-spacing: 0.125em;
}
.ls140 {
  letter-spacing: 0.14em;
}
.ls150 {
  letter-spacing: 0.15em;
}
.ls160 {
  letter-spacing: 0.16em;
}
.ls180 {
  letter-spacing: 0.18em;
}
.ls200 {
  letter-spacing: 0.2em;
}
.ls210 {
  letter-spacing: 0.21em;
}

/* margin */
.mg0 {
  margin: 0;
}

/* flex */
.flex {
  display: flex;
}

/* block */
.block {
  display: block;
  width: 100%;
}

/* transform */
.center-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* shadow */
.box-shadow {
  box-shadow: 0px 0 20px rgba(0, 0, 0, 0.34);
}

/* font */
.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "游明朝", YuMincho,
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.hiraginow3 {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "KozGoPro-Light", "小塚ゴシック Pro L", "游ゴシック", YuGothic, "メイリオ",
    Meiryo, sans-serif;
  font-weight: 300 !important;
}
.hiraginow4 {
  font-family: "ヒラギノ角ゴ ProN W4", "Hiragino Kaku Gothic ProN",
    "KozGoPro-Light", "小塚ゴシック Pro L", "游ゴシック", YuGothic, "メイリオ",
    Meiryo, sans-serif;
  font-weight: 400 !important;
}
.hiraginow5 {
  font-family: "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN",
    "KozGoPro-Light", "小塚ゴシック Pro L", "游ゴシック", YuGothic, "メイリオ",
    Meiryo, sans-serif;
  font-weight: 500 !important;
}
.hiraginow6 {
  font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN",
    "KozGoPro-Light", "小塚ゴシック Pro L", "游ゴシック", YuGothic, "メイリオ",
    Meiryo, sans-serif;
  font-weight: 600 !important;
}
.koz {
  font-family: "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-weight: 100 !important;
}
.kinto {
  font-family: kinto-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lucida {
  font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana,
    sans-serif;
  font-weight: normal;
}
.ibm {
  font-family: ibm-plex-sans-jp, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.debold {
  font-weight: bold;
}

/* effect btn */
.effect-btn:hover {
  opacity: 0.8 !important;
}
.effect-btn:hover img {
  opacity: 0.8 !important;
}
.over {
  opacity: 0.8 !important;
}

/* background image */
.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* bread crumb */
.bread-crumb {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 2% 5%;
  z-index: 10;
}
.bread-crumb li {
  display: inline-block;
  color: #9b9b9a;
  font-size: 80%;
}
@media only screen and (max-width: 768px) {
  .bread-crumb {
    left: 0;
    right: unset;
    padding: 4% 5%;
  }
  .bread-crumb li {
    font-size: 105%;
  }
}
@media only screen and (max-width: 479px) {
  .bread-crumb li {
    font-size: 3.5vw;
  }
}

/* responsive */
@media only screen and (min-width: 1401px) {
  .pcsp {
    display: none !important;
  }
}
@media only screen and (max-width: 1400px) {
  .pcsp {
    display: block !important;
  }
}
@media only screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .pc-flex {
    display: flex !important;
  }
  .sp,
  .sp-flex {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .pc,
  .pc-flex {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-flex {
    display: flex !important;
  }
}

/* page main image */
.page-main-image {
  width: 100%;
  margin: 0;
  position: relative;
}
.page-main-image img {
  width: 100%;
  display: block;
  position: relative;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .page-main-image {
    width: 100%;
    position: relative;
    margin: 75px 0 0 0;
  }
}

/* slick */
.slick-dots {
  width: 100%;
  padding: 0 5%;
  bottom: 5%;
  left: 0;
  z-index: 10;
  text-align: left;
  position: relative;
}
.slick-dots li {
  width: 80px;
  height: 4px;
  margin: 0 10px;
}
.slick-dots li button {
  width: 80px;
  height: 4px;
  padding: 0;
  background: none;
}
.slick-dots li button:before {
  width: 80px;
  height: 4px;
  content: "";
  background: #fff;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #ffe538;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-prev,
.slick-next {
  top: 50%;
  width: 50px;
  height: 50px;
}
.slick-prev {
  z-index: 10;
  background: rgba(0, 0, 0, 0);
  left: -75px;
}
.slick-prev:hover {
  opacity: 0.8;
  background: rgba(0, 0, 0, 0);
}
.slick-prev:before {
  display: block;
  /* content: '←'; */
  color: #ffe538;
  content: "<";
  transform: scale(1.2, 2);
  font-size: 36px;
}
.slick-next {
  text-align: center;
  background: rgba(0, 0, 0, 0);
  right: -75px;
  z-index: 10;
}
.slick-next:hover {
  opacity: 0.8;
  background: rgba(0, 0, 0, 0);
}
.slick-next:before {
  display: block;
  /* content: '→'; */
  color: #ffe538;
  content: ">";
  transform: scale(1.2, 2);
  font-size: 36px;
}

/* post slider */
.post-slider {
  margin: 0 8%;
  padding: 0;
}
.post-slide {
  position: relative;
  margin: 20px 40px;
}
.post-slide > a {
  display: block;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 20px rgb(0 0 0 / 14%);
}
.post-slide > a > .thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding: 66% 0 0 0;
}
.post-slide > a > .thumb > .meta {
  position: absolute;
  bottom: 4%;
  left: 2%;
}
.post-slide > a > .thumb .date {
  display: block;
  padding: 4px 30px;
  margin: 0;
  font-size: 80%;
  background: #0d3280;
  color: #fff;
}
.post-slide > a > .thumb .cat.category02 {
  background: #44c4ea;
}
.post-slide > a > .thumb .cat.category03 {
  background: #247bd0;
}

.post-slide > a > .thumb .cat.category04 {
  background: #1347b6;
}
.post-slide > a > .thumb .cat.category05 {
  background: #247bd0;
}

.post-slide > a > .thumb .cat {
  display: block;
  padding: 4px 30px;
  margin: 0;
  font-size: 80%;
  background: #378ddc;
  color: #fff;
}
.post-slide > a > .text {
  padding: 1% 5%;
}
.post-slide > a > .text > .date {
  font-size: 80% !important;
  margin: 0 0 0.25em 0;
}
.post-slide > a > .text.category02 > .date {
  color: #44c4ea;
}
.post-slide > a > .text.category03 > .date {
  color: #247bd0;
}
.post-slide > a > .text.category04 > .date {
  color: #1347b6;
}
.post-slide > a > .text.category05 > .date {
  color: #247bd0;
}

.post-slide > a > .text > h3 {
  margin: 0 0 0.25em 0 !important;
  font-size: 100% !important;
  text-align: justify !important;
  line-height: 1.25;
  height: 2.5em;
}
.post-slide > a > .text > p {
  margin: 0 !important;
  font-size: 80% !important;
  text-align: justify !important;
}
.post-slide > a > .text > .more {
  font-size: 80% !important;
  text-align: right !important;
  margin: 0;
}
.post-slide > a > .text.category02 > .more {
  color: #44c4ea;
}
.post-slide > a > .text.category03 > .more {
  color: #247bd0;
}
.post-slide > a > .text.category04 > .more {
  color: #1347b6;
}
.post-slide > a > .text.category05 > .more {
  color: #247bd0;
}
.post-slider .slick-dots {
  text-align: center;
  margin: 3% 0 4%;
}
@media only screen and (max-width: 768px) {
  .post-slider {
    margin: 0 3%;
    padding: 0;
  }
  .post-slide {
    position: relative;
    margin: 20px;
  }
  .post-slide > a {
    width: 100%;
    box-shadow: 0 0 20px rgb(0 0 0 / 14%);
  }
  .post-slide > a > .thumb {
    position: relative;
    width: 100%;
    height: 0;
    padding: 66% 0 0 0;
  }
  .post-slide > a > .thumb > .meta {
    position: absolute;
    bottom: 4%;
    left: 2%;
  }
  .post-slide > a > .thumb .date {
    display: block;
    padding: 4px 30px;
    margin: 0;
    font-size: 100%;
  }

  .post-slide > a > .thumb .cat {
    display: block;
    padding: 4px 30px;
    margin: 0;
    font-size: 100%;
    background: #378ddc;
    color: #fff;
  }
  .post-slide > a > .text {
    padding: 1% 5%;
  }
  .post-slide > a > .text > .date {
    font-size: 90% !important;
  }

  .post-slide > a > .text > h3 {
    margin: 0 0 0.5em 0 !important;
    font-size: 125% !important;
    height: auto;
  }
  .post-slide > a > .text > p {
    margin: 0 !important;
    font-size: 80% !important;
    text-align: justify !important;
  }
  .post-slide > a > .text > .more {
    font-size: 85% !important;
  }

  .post-slider .slick-dots {
    text-align: center;
    margin: 3% 0 4%;
  }
}
@media only screen and (max-width: 479px) {
  .post-slide > a > .thumb .date {
    font-size: 3.33vw;
  }
  .post-slide > a > .thumb .cat {
    font-size: 3.33vw;
  }
  .post-slide > a > .text > .date {
    font-size: 3vw !important;
  }
  .post-slide > a > .text > h3 {
    font-size: 4.15vw !important;
  }
  .post-slide > a > .text > p {
    font-size: 2.7vw !important;
  }
  .post-slide > a > .text > .more {
    font-size: 2.95vw !important;
  }
}

/* info table */
.info-table {
  margin: 0 calc(50 / 1920 * 100vw);
  padding: 0;
  width: calc(670 / 1920 * 100vw);
}
.info-table > li {
  align-items: flex-start;
  padding: 5% 0 5% 7%;
  border-bottom: 1px solid #172dae;
}
.info-table > li:nth-child(1) {
  border-top: 1px solid #172dae;
}
.info-table > li > h3 {
  width: 25%;
  margin: 0 !important;
  text-align: left !important;
  font-size: 85% !important;
  line-height: 1.25;
}
.info-table > li > p {
  width: 75%;
  margin: 0;
  text-align: justify !important;
  font-size: 85% !important;
  line-height: 1.25;
}
@media only screen and (max-width: 768px) {
  .info-table {
    margin: 0 10%;
    width: auto;
  }
  .info-table > li {
    flex-flow: row wrap;
    padding: 5% 0 7.5%;
  }
  .info-table:last-child > li:first-child {
    border-top: unset;
  }
  .info-table > li > h3 {
    width: 100%;
    font-size: 135% !important;
  }
  .info-table > li > p {
    width: 100%;
    font-size: 135% !important;
  }
}
@media only screen and (max-width: 479px) {
  .info-table > li > h3 {
    font-size: 4.6vw !important;
  }
  .info-table > li > p {
    font-size: 4.6vw !important;
  }
}

/* map */
.map-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding: 33% 0 0 0;
}
.map-wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (max-width: 768px) {
  .map-wrap {
    padding: 100% 0 0 0;
  }
}

/* contactform7 */
.wpcf7 {
  width: 80%;
  margin: 0 auto !important;
  border: none;
  font-size: 100%;
  background-image: url(../images/main/top-contact-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3.5% 8%;
  border-radius: 8px;
}
.wpcf7 div.flex {
  justify-content: space-between;
}
.wpcf7 p {
  margin: 0;
  font-size: 85%;
  color: #fff;
  text-align: left;
  font-family: kinto-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wpcf7 .form-title {
  font-weight: bold;
  font-size: 100%;
  margin-bottom: 2.5% !important;
  position: relative;
  padding-left: 0.5em;
  line-height: 1;
}
.wpcf7 .form-title:before {
  position: absolute;
  content: "";
  background-color: #ffe538;
  width: 3px;
  height: 1em;
  top: 0;
  left: 0;
}
.wpcf7 .form-title span {
  display: inline-block;
  background: #d63737;
  color: #fff;
  padding: 0.2% 3%;
  margin: 0 1%;
  font-size: 90%;
}
.wpcf7 .form-title span.any {
  background: #62d387;
}
.wpcf7 .form-record {
  margin: 2% 0;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="tel"],
form input[type="number"],
form input[type="date"],
form textarea {
  width: 100%;
  border-radius: 6px;
  border: none;
  background: #fff;
  font-family: kinto-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="tel"],
form input[type="number"],
form input[type="date"] {
  height: 40px;
  width: calc(565 / 1920 * 100vw);
  padding: 1% 10px;
  font-family: kinto-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7 select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  color: #757575;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-size: 100%;
  height: 40px;
  width: calc(565 / 1920 * 100vw);
  padding: 0 10px;
  font-family: kinto-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.wpcf7 .c-menu-01::before,
.wpcf7 .c-menu-01::after,
.wpcf7 .c-menu-02::before,
.wpcf7 .c-menu-02::after,
.wpcf7 .c-menu-03::before,
.wpcf7 .c-menu-03::after,
.wpcf7 .c-menu-04::before,
.wpcf7 .c-menu-04::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  border: 1px solid transparent;
  width: 0;
  height: 0;
  right: 16px;
}
.wpcf7 .c-menu-01::before,
.wpcf7 .c-menu-02::before,
.wpcf7 .c-menu-03::before,
.wpcf7 .c-menu-04::before {
  border-bottom-color: #ffe538;
  z-index: 2;
  top: 10px;
  border-width: 0 4px 6px 4px;
}
.wpcf7 .c-menu-01::after,
.wpcf7 .c-menu-02::after,
.wpcf7 .c-menu-03::after,
.wpcf7 .c-menu-04::after {
  border-top-color: #ffe538;
  border-width: 6px 4px 0 4px;
  top: 25px;
}
.wpcf7 .remarks {
  font-size: 90%;
}
.select-date {
  display: flex;
  align-items: center;
  margin: 0.5em 0 !important;
  font-weight: bold;
}
.select-time {
  font-weight: bold;
}
.wpcf7 .c-menu-03,
.wpcf7 .c-menu-04 {
  margin: 0 1em;
}
.wpcf7 .c-menu-03 select,
.wpcf7 .c-menu-04 select {
  display: block !important;
  padding: 10px 30px;
}

.wpcf7 input.wpcf7-submit {
  width: 28%;
  height: 50px;
  margin: 3% 0 0 36%;
  background-color: #ffe538;
  cursor: pointer;
  color: #378ddc;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  font-size: 100%;
  line-height: 0;
  border-radius: 6px;
}
.wpcf7 input[type="reset"] {
  width: 35%;
  height: 50px;
  margin: 5% 0 0 0;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  color: #fff;
  border: 2px solid #fff;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  font-size: 100%;
  line-height: 0;
  border-radius: 10px;
}
.wpcf7 input.wpcf7-submit:hover {
  opacity: 0.8;
}
.wpcf7 input[type="reset"]:hover {
  opacity: 0.8;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #fff !important;
  color: #fff;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #fff !important;
}
div.wpcf7-response-output {
  color: #fff;
  border: 2px solid #fff;
}

/* form - select */
select {
  background-color: transparent;
  color: #afafaf;
  padding-right: 1.5em;
  position: relative;
  cursor: pointer;
}
select:focus,
.select-option select {
  color: #000000;
}
select::-ms-expand {
  display: none;
}

@media only screen and (max-width: 768px) {
  .wpcf7 {
    width: 92%;
    padding: 18% 5.5% 8% !important;
    background-image: url(../images/main/top-contact-bg-sp.png);
  }
  .wpcf7 div.flex {
    flex-direction: column;
  }
  .wpcf7 div.flex:nth-child(3) {
    flex-direction: column-reverse;
  }
  .wpcf7 .form-title {
    margin-bottom: 4% !important;
    letter-spacing: 0.14em;
    font-size: 125%;
  }
  .wpcf7 .form-title span {
    display: inline-block;
    border: 1px solid #fff;
    padding: 0.2% 3%;
    margin: 0 1%;
    font-size: 90%;
  }
  .wpcf7 .form-record {
    margin: 4% 0;
  }
  .wpcf7 select {
    font-size: 3.5vw;
    width: 100%;
  }
  form input[type="text"],
  form input[type="email"],
  form input[type="url"],
  form input[type="tel"],
  form input[type="number"],
  form input[type="date"],
  form textarea {
    width: 100%;
    border-radius: 6px;
  }
  .wpcf7 input.wpcf7-submit {
    width: 90%;
    margin: 10% auto 0 5%;
    font-size: 140%;
    font-weight: 600;
  }
  .wpcf7 input[type="reset"] {
    width: 90%;
    height: 50px;
    margin: 0 auto 0 5%;
    cursor: pointer;
    color: #fff;
    border: 2px solid #fff;
    text-align: center;
    text-decoration: none;
    font-size: 100%;
    line-height: 0;
  }
}
@media only screen and (max-width: 479px) {
  .wpcf7 .form-title {
    font-size: 4.15vw;
  }
  .wpcf7 select {
    font-size: 3.5vw;
  }
  .wpcf7 input.wpcf7-submit {
    font-size: 4.7vw;
  }
  .wpcf7 input[type="reset"] {
    font-size: 3.33vw;
  }
}

/* footer navigation */
footer {
  background-color: #247bd0;
}
.footer-nav {
  padding: 2%;
}
.footer-nav ul {
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.footer-nav ul li {
  margin: 0 2em;
}
.footer-nav ul li a {
  text-align: center;
  font-weight: 500;
  font-size: 90%;
}
.footer-inner {
  padding: 2% 10%;
  align-items: center;
  justify-content: space-between;
}
.footer-inner > .info {
  margin-right: 3%;
}
.footer-inner > .info .heading {
  font-size: 70%;
}
.footer-inner > .info .address {
  font-size: 75%;
  border-top: 1px solid #fff;
  padding-top: 0.5em;
  line-height: 1.45;
}
.footer-inner > .info > p {
  margin: 0 0 1em 0;
}
.footer-inner > .info > .logo {
  display: block;
  margin: 0.5em 0 1em 0;
  width: calc(223 / 1920 * 100vw);
  max-width: fit-content;
}
.footer-inner > .info > .logo img {
}
.footer-inner > .tel {
  display: block;
  width: auto;
  padding: 0;
}
.footer-inner > .tel img {
  width: calc(478 / 1920 * 100vw);
}
.footer-inner > .mail {
  width: auto;
}
.footer-inner > .mail img {
  width: calc(346 / 1920 * 100vw);
}
.copyright {
  font-size: 70%;
  text-align: center;
  margin: 0;
  padding: 0 0 2% 0;
}
@media only screen and (max-width: 768px) {
  .footer-nav {
    padding: 0;
  }
  .footer-nav ul {
    flex-flow: row wrap;
  }
  .footer-nav ul li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #378ddc;
  }
  .footer-nav ul li a {
    display: block;
    width: 100%;
    padding: 3.5% 8% 3.5% 10%;
    text-align: left;
    font-size: 125%;
  }
  .footer-nav ul li a::after {
    content: "＞";
    float: right;
  }
  .footer-inner {
    padding: 10% 8% 6%;
    flex-flow: row wrap;
  }

  .footer-inner > .info .heading {
    font-size: 90%;
  }

  .footer-inner > .info > p {
    margin: 0 0 1em 0;
  }

  .footer-inner > .info {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .footer-inner > .info .address {
    font-size: 105%;
    border-bottom: 1px solid #fff;
    padding: 0.75em 3.5em;
    text-align: left;
  }
  .footer-inner > .info > .logo {
    margin: 1em auto 1em auto;
    width: calc(223 / 480 * 100vw);
  }
  .footer-inner > .tel {
    margin: 7% auto;
  }
  .footer-inner > .tel img {
    width: calc(478 / 480 * 100vw);
  }
  .footer-inner > .mail {
    margin: 5% auto;
  }
  .footer-inner > .mail img {
    width: calc(478 / 480 * 100vw);
  }
  .copyright {
    font-size: 85%;
    padding: 0 0 15% 0;
  }
}
@media only screen and (max-width: 479px) {
  .footer-nav ul li a {
    font-size: 4.15vw;
  }
  .footer-inner > .info .heading {
    font-size: 3vw;
  }
  .footer-inner > .info .address {
    font-size: 3.5vw;
  }
  .copyright {
    font-size: 2.95vw;
  }
}

/* sp fixed footer */
@media only screen and (min-width: 769px) {
  .mobile-footer-fixed {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .mobile-footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 70%;
    z-index: 100;
  }
  .mobile-footer-fixed a:nth-of-type(1) {
    width: 60%;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    text-align: center;
  }
  .mobile-footer-fixed a:nth-of-type(2) {
    width: 40%;
    background: rgba(55, 141, 220, 0.8);
    text-align: center;
  }
  .mobile-footer-fixed a:nth-of-type(1) img {
    width: 20px;
    display: block;
    margin: 10px auto 8px auto;
  }
  .mobile-footer-fixed a:nth-of-type(2) img {
    width: 20px;
    display: block;
    margin: 10px auto 11px auto;
  }
}

/* genre button */
.genre-btn {
  padding: 3% 0 0;
}
.genre-btn ul {
  width: 72%;
  padding: 0;
  margin: 0 auto;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.genre-btn ul li {
  display: block;
  width: calc(375 / 1920 * 100vw);
  margin: calc(26 / 2 / 1920 * 100vw) calc(75 / 2 / 1920 * 100vw);
  padding: 6px 0;
  text-align: center;
  background: #247bd0;
  letter-spacing: 0.06em;
  cursor: pointer;
  font-size: 90%;
  border: 2px solid #247bd0;
  color: #fff;
  /* font-weight: bold; */
}
.genre-btn ul li#category02 {
  background: #44c4ea;
  border: 2px solid #44c4ea;
}
.genre-btn ul li#category03 {
  background: #247bd0;
  border: 2px solid #247bd0;
}
.genre-btn ul li#category04 {
  background: #1347b6;
  border: 2px solid #1347b6;
}
.genre-btn ul li#category05 {
  background: #247bd0;
  border: 2px solid #247bd0;
}
.genre-btn ul li.cat-active {
  color: #247bd0;
  background: #fff !important;
  border: 2px solid #247bd0 !important;
}
@media only screen and (max-width: 768px) {
  .genre-btn {
    padding: 12% 0 0;
  }
  .genre-btn ul {
    width: 80%;
  }
  .genre-btn ul li {
    width: 100% !important;
    margin: 2.5% 0 !important;
    font-size: 125%;
    padding: 7px 0;
  }
}
@media only screen and (max-width: 479px) {
  .genre-btn ul li {
    font-size: 4.15vw;
  }
}

.post-archives-inner {
  flex-flow: row wrap;
  padding: 3% 12% 1%;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .post-archives-inner {
    padding: 10% 5% 1%;
  }
}

/* page nate */
.page-nate {
  text-align: center;
  font-size: 100%;
  padding: 2% 0 3%;
}
.page-numbers {
  color: #fff;
  margin: 0 0.5%;
  background-color: #247bd0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  font-family: kinto-sans, sans-serif;
  font-weight: bold;
  font-style: normal;
}
.page-nate .current {
  background: #fff;
  color: #247bd0;
  border: 1px solid #247bd0;
}
.page-nate .next,
.page-nate .prev {
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-nate {
    padding: 10% 0;
  }
}

/* single works */
#single-construction {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 10% 10% 5% 10%;
}
#single-construction > h2 {
  font-size: 120%;
  text-align: left;
  width: 100%;
  margin: 0 auto 5% auto;
  padding: 1% 2%;
  background: #378ddc;
  align-items: center;
}
#single-construction .construction-genre {
  width: 25%;
  background: #555555;
  padding: 1%;
  letter-spacing: 0.16em;
  font-size: 60%;
  color: #fff;
  text-align: center;
}
#single-construction > h2 span {
  display: inline-block;
  margin: 0 0 0 5%;
  padding: 0 3%;
  height: 35px;
  color: #fff;
  border: 2px solid #fff;
  font-size: 80%;
  line-height: 35px;
  vertical-align: text-top;
}
@media only screen and (max-width: 768px) {
  #single-construction {
    width: 100vw;
    margin: 0;
    padding: 25% 0 10% 0;
  }
  #single-construction > h2 {
    width: 90%;
    text-align: left;
    margin: 0 auto;
    padding: 5%;
    flex-direction: column-reverse;
    align-items: unset;
    font-size: 160%;
  }
  #single-construction > h2 span {
    display: block;
    width: fit-content;
    margin: 3% 0;
    padding: 0 5%;
    height: 30px;
    border: 1px solid #fff;
    font-size: 80%;
    line-height: 30px;
  }
}
@media only screen and (max-width: 479px) {
  #single-construction > h2 {
    font-size: 5.4vw;
  }
}
#single-construction section {
  width: 90%;
  margin: 5% auto;
  border-bottom: 2px solid #378ddc;
  font-size: 85%;
}
@media only screen and (max-width: 768px) {
  #single-construction section {
    width: 80%;
    font-size: 120%;
  }
}
@media only screen and (max-width: 479px) {
  #single-construction section {
    font-size: 4vw;
  }
}

/* single works slider */
.construction-slider {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#photo {
  width: 73%;
  position: relative;
  padding: calc(73% * 0.73) 0 0 0;
  margin: 0;
}
#photo li {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#photo li > a {
  display: block;
  width: 100%;
  height: 100%;
}
#photo li > a > img {
  display: block;
  width: 100%;
  height: auto;
}
#thumbnail {
  width: 25%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: left;
  margin: 0;
  padding: 0;
}
#thumbnail li {
  position: relative;
  display: block;
  width: 48%;
  height: 0;
  margin: 1%;
  cursor: pointer;
  padding: 35% 0 0 0;
}
#thumbnail li span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.modaal-container img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.01);
}
@media only screen and (max-width: 768px) {
  .construction-slider {
    flex-flow: row wrap;
    padding: 5%;
  }
  #photo {
    width: 100%;
    position: relative;
    margin: 0 0 calc(5px / 2) 0;
    padding: 75% 0 0 0;
  }
  #photo li {
    position: absolute;
    display: block;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
  }
  #photo li a {
    display: block;
    width: 100% !important;
    height: 100% !important;
  }
  #thumbnail {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    padding: 0;
  }
  #thumbnail li {
    display: block;
    width: calc(25% - 5px);
    cursor: pointer;
    margin: calc(5px / 2);
    padding: calc(75% / 4) 1% 0 1%;
  }
  .modaal-close {
    top: 100px !important;
  }
}

/* paging */
#paging {
  width: 30%;
  margin: 0 auto;
  padding: 0;
}
#paging div {
  width: 50%;
  font-size: 100%;
  text-align: center;
}
#paging div a {
  color: #378ddc;
  font-family: ibm-plex-sans-jp, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.prev-post a:before {
  content: "\025c0";
  font-size: 60%;
  vertical-align: middle;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "KozGoPro-Light", "小塚ゴシック Pro L", "游ゴシック", YuGothic, "メイリオ",
    Meiryo, sans-serif;
}
.next-post a:after {
  content: "\025b6";
  font-size: 60%;
  vertical-align: middle;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "KozGoPro-Light", "小塚ゴシック Pro L", "游ゴシック", YuGothic, "メイリオ",
    Meiryo, sans-serif;
}
#paging div a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  #paging {
    width: 80%;
  }
  #paging div {
    font-size: 140%;
  }
}
@media only screen and (max-width: 479px) {
  #paging div {
    font-size: 4.6vw;
  }
}
.construction-single-page-link > div {
  width: calc(100% / 3);
}
@media only screen and (max-width: 768px) {
  .construction-single-page-link {
    display: block !important;
  }
  .construction-single-page-link > div {
    width: 100%;
  }
}

/* modal */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
.service-modal-window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.41);
  padding: 0;
  z-index: 9999;
}
.service-modal-window-inner {
  position: relative;
  width: 90%;
  height: 80vh;
  margin: 10vh 5%;
  padding: 3% 5%;
  background: rgba(255, 255, 255, 1);
  overflow-y: scroll;
}
.service-modal-window .r-closebtn {
  position: relative;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  transition: 0.3s;
  font-size: 1.25vw;
  z-index: 9999;
  color: #0d3280;
  margin: 3em 0 0 0;
}
.service-modal-window .closebtn {
  position: absolute;
  top: 12vh;
  right: 7%;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  transition: 0.3s;
  font-size: 1.25vw;
  z-index: 9999;
  color: #0d3280;
}
@media only screen and (max-width: 768px) {
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
  }
  .service-modal-window {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.41);
    padding: 15vh 5%;
    z-index: 9999;
  }
  .service-modal-window-inner {
    position: relative;
    width: 100%;
    height: 70vh;
    top: 0;
    left: 0;
    padding: 10% 5%;
    margin: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    overflow-y: scroll;
  }
  .service-modal-window .r-closebtn {
    font-size: 4vw;
  }
  .service-modal-window .closebtn {
    position: absolute;
    top: 18vh;
    right: 8%;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    transition: 0.3s;
    font-size: 4vw;
    z-index: 9999;
  }
}

.service-modal-window-inner > h3 {
  margin: 2em 0 0.5em 0;
  font-size: 2vw;
  color: #0d3280;
  border-bottom: 2px solid #0d3280;
}
.service-modal-window-inner > h4 {
  margin: 1em 0 0.5em 0;
  font-size: 1.25vw;
  color: #0d3280;
}
.service-modal-window-inner p {
  text-align: justify;
  margin: 0 0 1em 0;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .service-modal-window-inner img:not(.pc):not(.arrow) {
    display: block !important;
    width: 100% !important;
  }
  .service-modal-window-inner > h3 {
    font-size: 6vw;
    text-align: justify;
  }
  .service-modal-window-inner > h4 {
    font-size: 5vw;
  }
  .service-modal-window-inner p {
    text-align: justify;
    margin: 0;
    color: #000;
  }
  .service-modal-window-inner > p {
    padding: 0;
  }
  .service-modal-window-inner .alert {
    width: 100%;
    margin: 5% auto;
    padding: 5%;
    border-radius: 8px;
    background: #e84242;
    color: #fff;
  }
}
