@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* base
--------------------------- */
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #231815;
  font-family: "Noto Sans JP", "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.6;
  font-size: 17px;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

a {
  color: #005bac;
}

a:hover, a:active, a:focus {
  color: #00a0e9;
}

mark {
  font-style: normal;
}

iframe[src*="google.com/maps/"] {
  width: 100%;
}

/*--------------------------------------*
* layout
*--------------------------------------*/
.l-wrapper { /* 以下はslickが動作しなくなるためコメントアウト */ }

.l-header__inner {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 992px) {
  .l-header__inner {
    height: 200px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .l-header__inner {
    flex-direction: row;
  }
}
@media (min-width: 500px) {
  .l-header__inner {
    align-items: center;
  }
}
@media (max-width: 499px) {
  .l-header__logo-wrap {
    max-width: calc(100% - 60px);
  }
}
.l-header__logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
}
@media (max-width: 499px) {
  .l-header__logo-mark {
    width: 80px;
  }
}
.l-header__logo-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-weight: bold;
}
@media (max-width: 499px) {
  .l-header__logo-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-header__logo-top span:first-child {
  color: #00a0e9;
  font-weight: bold;
  font-size: 14px;
}
@media (min-width: 500px) {
  .l-header__logo-top span:first-child {
    font-size: 18px;
  }
}
@media (min-width: 1330px) {
  .l-header__logo-top span:first-child {
    font-size: 22px;
  }
}
.l-header__logo-top span:last-child {
  color: #231815;
  font-size: 13px;
}
@media (min-width: 500px) {
  .l-header__logo-top span:last-child {
    font-size: 14px;
  }
}
@media (min-width: 1330px) {
  .l-header__logo-top span:last-child {
    font-size: 15px;
  }
}
.l-header__logo-bottom {
  margin-top: 8px;
}
.l-header__contact-tel {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 500px) {
  .l-header__tel a {
    pointer-events: none;
  }
}
.l-header__contact a {
  display: flex;
  align-items: center;
  height: 38px;
  padding: 0 12px;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  background: #f39800;
  border-radius: 4px;
}
.l-header__hours {
  margin-top: 4px;
  padding-left: 86px;
  font-size: 15px;
}
@media (max-width: 499px) {
  .l-header__hours {
    padding-left: 0;
    text-align: center;
  }
}
.l-header__button {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.3s;
  padding-bottom: 5px;
}
@media (min-width: 500px) {
  .l-header__button {
    display: none;
  }
}
.l-header__button span,
.l-header__button span:before,
.l-header__button span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #00a0e9;
  position: absolute;
  transition: all 0.3s;
}
.l-header__button span:before {
  bottom: 8px;
}
.l-header__button span:after {
  top: 8px;
}
.l-header__button:after {
  content: "menu";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  color: #00a0e9;
  font-size: 12px;
  text-align: center;
}
#menu-button-check:checked ~ .l-header__button {
  background: #fff;
}
#menu-button-check:checked ~ .l-header__button span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-button-check:checked ~ .l-header__button span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-button-check:checked ~ .l-header__button span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-button-check:checked ~ .l-header__button:after {
  content: "close";
}
.l-header #menu-button-check {
  display: none;
}
@media (max-width: 499px) {
  .l-header__nav-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    transition: all 0.5s;
    background-color: #fff;
  }
  .l-header__nav-container > div {
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    overflow-y: auto;
    padding-top: 50px;
  }
}
@media (max-width: 499px) {
  .l-header__nav-pc {
    display: none;
  }
}
@media (min-width: 500px) {
  .l-header__nav-sp {
    display: none;
  }
}
.l-header__nav-menu .menu-item {
  list-style: none;
}
@media (min-width: 500px) {
  .l-header__nav-menu {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 500px) and (min-width: 992px) {
  .l-header__nav-menu {
    justify-content: flex-end;
  }
}
@media (min-width: 500px) {
  .l-header__nav-menu .sub-menu {
    display: none;
  }
  .l-header__nav-menu .menu-item {
    position: relative;
  }
  .l-header__nav-menu .menu-item a {
    display: block;
    color: #333;
  }
  .l-header__nav-menu .menu-item > a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 80px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
  }
}
@media (min-width: 500px) and (min-width: 1330px) {
  .l-header__nav-menu .menu-item > a {
    padding: 0 40px;
  }
}
@media (min-width: 500px) {
  .l-header__nav-menu .menu-item > .sub-menu {
    position: absolute;
    top: 60px;
    left: 0;
  }
  .l-header__nav-menu .menu-item > .sub-menu .menu-item {
    text-align: left;
  }
  .l-header__nav-menu .menu-item > .sub-menu a {
    position: relative;
    padding: 10px 20px 8px;
    width: 150px;
    height: auto;
    line-height: 180%;
    margin: 0 0 -1px 0;
    text-align: left;
    border: 1px solid #ccc;
    background: #fff;
  }
  .l-header__nav-menu .menu-item > .sub-menu a:hover {
    background: #e2e2e2;
  }
  .l-header__nav-menu > .menu-item:hover .sub-menu {
    display: block;
  }
}
@media (max-width: 499px) {
  .l-header__nav-menu {
    padding: 30px 0 0 0;
  }
  .l-header__nav-menu .menu-item {
    border-bottom: solid 1px #00a0e9;
  }
  .l-header__nav-menu .menu-item a {
    display: block;
    position: relative;
    width: 100%;
    padding: 12px 25px;
    font-size: 27px;
    box-sizing: border-box;
    color: #00a0e9;
    text-decoration: none;
    position: relative;
  }
  .l-header__nav-menu .menu-item a small {
    display: none;
  }
  .l-header__nav-menu .menu-item a a {
    width: 2.5em;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    text-align: center;
  }
  .l-header__nav-menu .sub-menu {
    display: none;
  }
  .l-header__nav-menu .sub-menu a {
    font-size: 23px;
    font-weight: normal;
    line-height: 1.5;
    background: rgba(0, 0, 0, 0.04);
  }
  .l-header__nav-menu .sub-menu li {
    border-bottom: 0;
  }
  .l-header__nav-menu .sub-menu-more {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .l-header__nav-menu .sub-menu-active > .sub-menu {
    display: block;
  }
}
#menu-button-check:checked ~ .l-header__nav-container {
  left: 0; /*メニューを画面内へ*/
}

.l-footer__contact-container {
  padding: 40px 0;
  background: #c7e8fa;
}
@media (min-width: 500px) {
  .l-footer__contact-container {
    padding: 85px 0;
  }
}
.l-footer__contact-heading {
  color: #005bac;
  font-size: 28px;
  text-align: center;
  font-weight: 900;
}
@media (min-width: 500px) {
  .l-footer__contact-heading {
    font-size: 38px;
    text-align: left;
  }
}
.l-footer__contact-box {
  margin-top: 34px;
  padding: 20px;
  border: 5px solid #00a0e9;
  border-radius: 10px;
  background: #fff;
}
@media (min-width: 500px) {
  .l-footer__contact-box {
    padding: 30px 26px 24px;
  }
}
.l-footer__contact-tel {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .l-footer__contact-tel {
    flex-direction: row;
    align-items: flex-start;
    gap: 60px;
  }
}
.l-footer__tel {
  margin-top: 5px;
}
@media (min-width: 500px) {
  .l-footer__tel a {
    pointer-events: none;
  }
}
.l-footer__contact a {
  display: flex;
  align-items: center;
  height: 76px;
  padding: 0 12px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  background: #f39800;
  border-radius: 6px;
}
@media (min-width: 500px) {
  .l-footer__contact a {
    font-size: 26px;
  }
}
.l-footer__contact span {
  min-height: 40px;
  padding-left: 64px;
  display: flex;
  align-items: center;
  background: url(../img/cta_mail.svg) no-repeat left center;
}
.l-footer__hours {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 992px) {
  .l-footer__hours {
    padding-left: 128px;
    text-align: left;
    font-size: 22px;
  }
}
.l-footer__big-banners {
  margin-top: 80px;
  padding-bottom: 30px;
}
.l-footer__big-banners-inner {
  display: flex;
  gap: 26px;
  flex-direction: column;
  align-items: center;
  list-style: none;
}
@media (min-width: 992px) {
  .l-footer__big-banners-inner {
    flex-direction: row;
  }
}
.l-footer__main-inner {
  margin-top: 70px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 992px) {
  .l-footer__main-inner {
    height: 200px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .l-footer__main-inner {
    flex-direction: row;
  }
}
@media (min-width: 500px) {
  .l-footer__main-inner {
    align-items: center;
  }
}
@media (max-width: 499px) {
  .l-footer__logo-wrap {
    max-width: calc(100% - 60px);
  }
}
.l-footer__logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
}
@media (max-width: 499px) {
  .l-footer__logo-mark {
    width: 80px;
  }
}
.l-footer__logo-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-weight: bold;
}
@media (max-width: 499px) {
  .l-footer__logo-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-footer__logo-top span:first-child {
  color: #00a0e9;
  font-weight: bold;
  font-size: 14px;
}
@media (min-width: 500px) {
  .l-footer__logo-top span:first-child {
    font-size: 18px;
  }
}
@media (min-width: 1330px) {
  .l-footer__logo-top span:first-child {
    font-size: 22px;
  }
}
.l-footer__logo-top span:last-child {
  color: #231815;
  font-size: 13px;
}
@media (min-width: 500px) {
  .l-footer__logo-top span:last-child {
    font-size: 14px;
  }
}
@media (min-width: 1330px) {
  .l-footer__logo-top span:last-child {
    font-size: 15px;
  }
}
.l-footer__logo-bottom {
  margin-top: 8px;
}
.l-footer__logo-address {
  margin-top: 18px;
  color: #231815;
  font-size: 14px;
}
@media (min-width: 500px) {
  .l-footer__logo-address {
    font-size: 22px;
  }
}
.l-footer__nav-menu .menu-item {
  list-style: none;
}
@media (min-width: 500px) {
  .l-footer__nav-menu {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 500px) and (min-width: 992px) {
  .l-footer__nav-menu {
    justify-content: flex-end;
  }
}
@media (min-width: 500px) {
  .l-footer__nav-menu .sub-menu {
    display: none;
  }
  .l-footer__nav-menu .menu-item {
    position: relative;
  }
  .l-footer__nav-menu .menu-item a {
    display: block;
    color: #333;
  }
  .l-footer__nav-menu .menu-item > a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 80px;
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
  }
}
@media (min-width: 500px) and (min-width: 1330px) {
  .l-footer__nav-menu .menu-item > a {
    padding: 0 40px;
  }
}
@media (min-width: 500px) {
  .l-footer__nav-menu .menu-item > .sub-menu {
    position: absolute;
    top: 60px;
    left: 0;
  }
  .l-footer__nav-menu .menu-item > .sub-menu .menu-item {
    text-align: left;
  }
  .l-footer__nav-menu .menu-item > .sub-menu a {
    position: relative;
    padding: 10px 20px 8px;
    width: 150px;
    height: auto;
    line-height: 180%;
    margin: 0 0 -1px 0;
    text-align: left;
    border: 1px solid #ccc;
    background: #fff;
  }
  .l-footer__nav-menu .menu-item > .sub-menu a:hover {
    background: #e2e2e2;
  }
  .l-footer__nav-menu > .menu-item:hover .sub-menu {
    display: block;
  }
}
@media (max-width: 499px) {
  .l-footer__nav-menu {
    display: none;
  }
}
.l-footer__banners {
  margin-top: 30px;
  margin-bottom: 85px;
}
.l-footer__banners-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 500px) {
  .l-footer__banners-inner {
    gap: 30px;
  }
}
.l-footer__banners-inner li {
  width: calc((100% - 15px) / 2);
  list-style: none;
  text-align: center;
}
@media (min-width: 500px) {
  .l-footer__banners-inner li {
    width: calc((100% - 60px) / 3);
  }
}
@media (min-width: 992px) {
  .l-footer__banners-inner li {
    width: calc((100% - 150px) / 6);
  }
}
.l-footer__cta-sp {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
  z-index: 20;
}
@media (max-width: 499px) {
  .l-footer__cta-sp {
    display: block;
  }
}
.l-footer__cta-sp ul {
  display: flex;
  gap: 10px;
  list-style: none;
}
.l-footer__cta-sp ul li {
  width: calc((100% - 10px) / 2);
}
.l-footer__cta-sp ul a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 10px 5px;
  border-radius: 5px;
}
.l-footer__cta-sp ul li:first-child a {
  background: #E60012;
}
.l-footer__cta-sp ul li:first-child img {
  height: 32px;
  width: auto;
}
.l-footer__cta-sp ul li:last-child a {
  background: #F39800;
}
.l-footer__cta-sp ul li:last-child img {
  height: 23px;
  width: auto;
}

/*--------------------------------------*
 * object
 *--------------------------------------*/
.p-archive-item {
  margin-top: 80px;
}
.p-archive-item a {
  display: flex;
  justify-content: left;
  text-decoration: none;
  align-items: center;
  color: #000;
}
@media (max-width: 991px) {
  .p-archive-item a {
    display: block;
  }
}
.p-archive-item figure {
  width: 434px;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .p-archive-item figure {
    width: 100%;
  }
}
.p-archive-item .time-title {
  margin-left: 80px;
}
@media (max-width: 991px) {
  .p-archive-item .time-title {
    margin: 20px 0 0 0;
  }
}
.p-archive-item__time {
  font-size: 20px;
}
.p-archive-item__title {
  font-size: 36px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #005bac;
}
@media (max-width: 991px) {
  .p-archive-item__title {
    font-size: 28px;
  }
}

.p-archive-nav {
  margin-top: 80px;
}

.p-content-header {
  height: 454px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: center;
  background-size: cover;
}
.p-content-header__heading {
  color: #fff;
  font-size: 52px;
  font-weight: 900;
  letter-spacing: 8px;
  line-height: 1;
  text-align: center;
  z-index: 2;
}
.p-content-header__heading small {
  display: block;
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 5px;
}
.p-content-header--company {
  background-image: url(../img/content-header_company.jpg);
}
.p-content-header--news {
  background-image: url(../img/content-header_news.jpg);
}

.p-content-header--works {
  position: relative;
}
.p-content-header--works div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: center;
  background-size: cover;
  opacity: 0;
  animation-name: fade;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  z-index: 1;
}
.p-content-header--works div:nth-of-type(1) {
  background-image: url(../img/content-header_works.jpg);
}
.p-content-header--works div:nth-of-type(2) {
  background-image: url(../img/content-header_works2.jpg);
  animation-delay: 3s;
}
.p-content-header--works div:nth-of-type(3) {
  background-image: url(../img/content-header_works3.jpg);
  animation-delay: 6s;
}
.p-content-header--works div:nth-of-type(4) {
  background-image: url(../img/content-header_works4.jpg);
  animation-delay: 9s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
.p-page-home-featured {
  position: relative;
}
@media (min-width: 500px) {
  .p-page-home-featured .xs {
    display: none;
  }
}
.p-page-home-featured .pc {
  display: none;
}
@media (min-width: 500px) {
  .p-page-home-featured .pc {
    display: block;
  }
}
.p-page-home-featured img {
  width: 100%;
  height: auto;
}
.p-page-home-featured li {
  list-style: none;
}
.p-page-home-featured .copy {
  position: absolute;
  width: 92%;
  left: 2%;
  top: 1.2%;
}
@media (min-width: 500px) {
  .p-page-home-featured .copy {
    width: 54%;
    left: 2%;
    top: 4%;
  }
}
.p-page-home-featured .man {
  display: none;
  position: absolute;
  width: 10%;
  left: 75%;
  top: 67%;
  animation: purupuru 2.5s infinite ease-out 0.2s;
}
@media (min-width: 500px) {
  .p-page-home-featured .man {
    display: block;
  }
}
@keyframes purupuru {
  0% {
    transform: rotate(0);
  }
  8% {
    transform: rotate(-10deg);
  }
  12% {
    transform: rotate(2deg);
  }
  30% {
    transform: rotate(-5deg);
  }
  35% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.p-page-home-featured ul.links li {
  position: absolute;
  width: 24%;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  animation: cloud 1.5s infinite ease-in-out alternate;
}
@media (min-width: 500px) {
  .p-page-home-featured ul.links li {
    width: 12%;
  }
}
.p-page-home-featured ul.links li:hover {
  transform: scale(1.1);
}
.p-page-home-featured ul.links li.link-1 {
  top: 14%;
  left: 38%;
}
@media (min-width: 500px) {
  .p-page-home-featured ul.links li.link-1 {
    top: 14%;
    left: 8%;
  }
}
.p-page-home-featured ul.links li.link-2 {
  top: 45%;
  left: 1%;
}
@media (min-width: 500px) {
  .p-page-home-featured ul.links li.link-2 {
    top: 39%;
    left: 6%;
  }
}
.p-page-home-featured ul.links li.link-3 {
  top: 77%;
  left: 4%;
}
.p-page-home-featured ul.links li.link-4 {
  top: 81%;
  left: 37%;
}
@media (min-width: 500px) {
  .p-page-home-featured ul.links li.link-4 {
    top: 79%;
    left: 26%;
  }
}
.p-page-home-featured ul.links li.link-5 {
  top: 79%;
  left: 68%;
}
@media (min-width: 500px) {
  .p-page-home-featured ul.links li.link-5 {
    top: 79%;
    left: 41%;
  }
}
.p-page-home-featured ul.links li.link-6 {
  top: 78%;
  left: 59%;
}
.p-page-home-featured ul.links li.link-7 {
  top: 58%;
  left: 84%;
}
.p-page-home-featured ul.links li.link-8 {
  top: 17%;
  left: 81%;
}
.p-page-home-featured ul.links li.link-9 {
  top: 14%;
  left: 72%;
}
@media (min-width: 500px) {
  .p-page-home-featured ul.links li.link-9 {
    top: 5%;
    left: 67%;
  }
}
.p-page-home-featured ul.links li.link-10 {
  top: 14%;
  left: 2%;
}
@media (min-width: 500px) {
  .p-page-home-featured ul.links li.link-10 {
    top: 33%;
    left: 65.5%;
  }
}

@keyframes cloud {
  0% {
    transform: translateY(-4%);
  }
  100% {
    transform: translateY(2%);
  }
}
.p-page-home-news {
  padding-top: 45px;
  padding-bottom: 80px;
}
.p-page-home-news__heading {
  color: #005bac;
  font-size: 28px;
  text-align: center;
  font-weight: 900;
}
@media (min-width: 500px) {
  .p-page-home-news__heading {
    font-size: 38px;
    text-align: left;
  }
}
.p-page-home-news__items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 30px;
  margin-top: 20px;
}
.p-page-home-news__items > * {
  width: calc((100% - 30px) / 2);
}
@media (min-width: 500px) {
  .p-page-home-news__items > * {
    width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 499px) {
  .p-page-home-news__item:nth-child(3) {
    display: none;
  }
}
.p-page-home-news__time {
  display: block;
  margin-top: 5px;
}
@media (min-width: 500px) {
  .p-page-home-news__time {
    text-align: center;
  }
}
@media (min-width: 500px) {
  .p-page-home-news__title {
    text-align: center;
  }
}
.p-page-home-news__title a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.p-page-home-news__more {
  margin-top: 65px;
  text-align: center;
}

.p-page-home-works {
  padding: 60px 0;
  background: #c7e8fa;
}
.p-page-home-works__lead {
  color: #00A0E9;
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 500px) {
  .p-page-home-works__lead {
    font-size: 21px;
  }
}
.p-page-home-works__heading {
  color: #005bac;
  font-size: 28px;
  font-weight: 900;
}
@media (min-width: 500px) {
  .p-page-home-works__heading {
    font-size: 30px;
  }
}
.p-page-home-works__items {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 40px;
}
@media (min-width: 500px) {
  .p-page-home-works__items {
    gap: 30px;
  }
}
.p-page-home-works__item {
  width: calc((100% - 15px) / 2);
  display: block;
  text-decoration: none;
}
@media (min-width: 500px) {
  .p-page-home-works__item {
    width: calc((100% - 30px) / 2);
  }
}
@media (min-width: 992px) {
  .p-page-home-works__item {
    width: calc((100% - 150px) / 6);
  }
}
.p-page-home-works__item figcaption {
  padding: 12px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background: #00a0e9;
}
.p-page-home-works__item img {
  width: 100%;
  height: auto;
}
.p-page-home-works__item-heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .p-page-home-works__item-font-s {
    font-size: 15px;
  }
}

.p-page-home-company {
  padding: 80px 0;
}
.p-page-home-company__heading {
  color: #005bac;
  font-size: 28px;
  font-weight: 900;
}
@media (min-width: 500px) {
  .p-page-home-company__heading {
    font-size: 38px;
  }
}
.p-page-home-company__text-image {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: space-between;
}
@media (min-width: 500px) {
  .p-page-home-company__text-image {
    flex-direction: row;
  }
}
.p-page-home-company__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 1330px) {
  .p-page-home-company__text {
    width: 55%;
  }
}
.p-page-home-company__text p {
  margin-top: 15px;
}
@media (max-width: 499px) {
  .p-page-home-company__text p br {
    display: none;
  }
}
.p-page-home-company__more {
  margin-top: 20px;
  text-align: right;
}
.p-page-company-outline__heading {
  margin-top: 70px;
  font-size: 38px;
  color: #005bac;
  text-align: center;
  letter-spacing: 5px;
  text-indent: 5px;
}
@media (max-width: 991px) {
  .p-page-company-outline__heading {
    margin-top: 30px;
  }
}
.p-page-company-outline dl {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  line-height: 2;
}
@media (max-width: 991px) {
  .p-page-company-outline dl {
    display: block;
    font-size: 18px;
  }
}
.p-page-company-outline dl dt {
  width: 5em;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .p-page-company-outline dl dt {
    display: block;
    margin-top: 20px;
    font-weight: bold;
  }
}
.p-page-company-outline dl dd {
  width: calc(100% - 90px - 5em);
  margin-left: 90px;
}
@media (max-width: 991px) {
  .p-page-company-outline dl dd {
    width: 100%;
    margin: 0;
  }
}
.p-page-company-outline__images {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .p-page-company-outline__images {
    display: block;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .p-page-company-outline__image {
    margin-top: 20px;
  }
}

.p-page-company-history__heading {
  margin-top: 75px;
  font-size: 40px;
  color: #005bac;
  text-align: center;
  letter-spacing: 50px;
  text-indent: 50px;
}
@media (max-width: 991px) {
  .p-page-company-history__heading {
    margin-top: 50px;
  }
}
.p-page-company-history__table {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .p-page-company-history__table {
    margin-top: 20px;
  }
}
.p-page-company-history__table dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  letter-spacing: 3px;
}
@media (max-width: 991px) {
  .p-page-company-history__table dl {
    display: block;
  }
}
.p-page-company-history__table dl dt {
  width: 50%;
  padding-right: 40px;
  padding-top: 30px;
  text-align: right;
}
@media (max-width: 991px) {
  .p-page-company-history__table dl dt {
    width: 100%;
    text-align: left;
  }
}
.p-page-company-history__table dl dt:first-child {
  padding-top: 0;
}
.p-page-company-history__table dl dt:first-child + dd {
  padding-top: 0;
}
@media (max-width: 991px) {
  .p-page-company-history__table dl dt:first-child + dd {
    padding-top: 30px;
  }
}
.p-page-company-history__table dl dd {
  width: 50%;
  padding-left: 40px;
  padding-top: 30px;
  border-left: 1px solid #000000;
}
@media (max-width: 991px) {
  .p-page-company-history__table dl dd {
    width: 100%;
    border-left: 0;
    padding-left: 0;
  }
}

.p-page-company-toto {
  margin-top: 70px;
  text-align: center;
}

.p-page-company-map-illust {
  margin-top: 50px;
  text-align: center;
}

.p-page-company-map iframe {
  margin-top: 70px;
  vertical-align: bottom;
}

.p-page-contact {
  background-color: #c7e8fa;
  padding-bottom: 80px;
}
.p-page-contact__heading {
  padding-top: 90px;
  font-size: 40px;
  font-weight: bold;
  color: #005bac;
}
@media (max-width: 991px) {
  .p-page-contact__heading {
    padding-top: 45px;
    font-size: 30px;
  }
}
.p-page-contact .form {
  margin-top: 50px;
}
.p-page-contact .form dl {
  display: flex;
  flex-wrap: wrap;
  padding: 35px 0;
}
@media (max-width: 991px) {
  .p-page-contact .form dl {
    display: block;
    padding: 15px 0;
  }
}
.p-page-contact .form dl:nth-child(8) {
  align-items: flex-start;
}
.p-page-contact .form dt {
  width: 35%;
  align-items: center;
  display: flex;
  font-size: 30px;
  letter-spacing: -2px;
  color: #005bac;
}
@media (max-width: 991px) {
  .p-page-contact .form dt {
    font-size: 24px;
    letter-spacing: 1px;
    width: 100%;
  }
}
.p-page-contact .form dt .required {
  margin-left: 15px;
  padding: 1px 0;
  background-color: #e60012;
  font-size: 16px;
  letter-spacing: 10px;
  text-indent: 10px;
  border-radius: 5px;
  color: #fff;
}
.p-page-contact .form dt .option {
  margin-left: 15px;
  padding: 1px 5px;
  font-size: 18px;
  background-color: #727171;
  border-radius: 5px;
  color: #fff;
}
.p-page-contact .form dd {
  width: 65%;
  font-size: 26px;
}
@media (max-width: 991px) {
  .p-page-contact .form dd {
    font-size: 22px;
    width: 100%;
  }
}
.p-page-contact .form dd input {
  padding: 25px 15px;
  font-size: 26px;
  border: 0;
  border-radius: 5px;
  width: 100%;
}
@media (max-width: 991px) {
  .p-page-contact .form dd input {
    padding: 15px 10px;
  }
}
.p-page-contact .form dd textarea {
  border: 0;
  border-radius: 10px;
  width: 100%;
  height: 290px;
}
@media (max-width: 991px) {
  .p-page-contact .form dd textarea {
    height: 200px;
  }
}
.p-page-contact .form .submit {
  text-align: center;
}
.p-page-contact .form .submit .btn {
  margin: 30px auto 0 auto;
  width: 30%;
  padding: 20px 0;
  border-radius: 40px;
  background-color: #9fa0a0;
}
@media (max-width: 991px) {
  .p-page-contact .form .submit .btn {
    width: 90%;
  }
}
.p-page-contact .form .submit .btn input {
  font-size: 28px;
  color: #fff;
  background: none;
  border: 0;
  letter-spacing: 15px;
  text-indent: 90px;
}
@media (max-width: 991px) {
  .p-page-contact .form .submit .btn input {
    text-align: center;
    font-size: 22px;
  }
}
.p-page-contact .form .submit .accept {
  margin: 45px 0 80px 70px;
}
@media (max-width: 991px) {
  .p-page-contact .form .submit .accept {
    margin: 20px 0 40px 0;
  }
}
.p-page-contact .form .submit .accept input {
  width: 28px;
  height: 28px;
}
.p-page-contact .form .submit .accept label {
  font-size: 24px;
}
@media (max-width: 991px) {
  .p-page-contact .form .submit .accept label {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .p-page-contact .form .submit .accept .wpcf7-list-item {
    margin: 0;
  }
}
.p-page-contact span[data-name=your-cat] .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .p-page-contact span[data-name=your-cat] .wpcf7-radio {
    display: block;
  }
}
.p-page-contact span[data-name=your-cat] .wpcf7-radio label {
  display: flex;
}
.p-page-contact span[data-name=your-cat] .wpcf7-radio label input {
  width: 10%;
}
.p-page-contact span[data-name=your-cat] .wpcf7-radio .wpcf7-list-item {
  margin: 0;
  display: inline;
  width: 50%;
}
.p-page-contact span[data-name=your-cat] .wpcf7-radio .wpcf7-list-item-label {
  font-size: 22px;
  padding: 10px 0 10px 10px;
}

.p-page-works-tank-main {
  margin-top: 50px;
}
.p-page-works-tank-main__works-support {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .p-page-works-tank-main__works-support {
    flex-direction: row;
  }
}
.p-page-works-tank-main__works-name {
  margin-bottom: 10px;
  text-align: center;
}
.p-page-works-tank-main__works-item {
  margin-bottom: 105px;
  position: relative;
  text-align: center;
}
.p-page-works-tank-main__works-item:after {
  content: "";
  display: block;
  width: 55px;
  height: 64px;
  position: absolute;
  left: 50%;
  bottom: -80px;
  margin-left: -27px;
  background: url(../img/works-tank/arrow-down.png) no-repeat;
}
.p-page-works-tank-main__works-item:last-child {
  margin-bottom: 30px;
}
.p-page-works-tank-main__works-item:last-child:after {
  display: none;
}
.p-page-works-tank-main__works-title {
  margin-top: 3px;
  color: #005bac;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 500px) {
  .p-page-works-tank-main__works-title {
    font-size: 22px;
  }
}

.p-single-title__time {
  font-size: 20px;
}
.p-single-title__heading {
  font-size: 36px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #005bac;
}
@media (max-width: 991px) {
  .p-single-title__heading {
    font-size: 24px;
  }
}

.p-single-content {
  margin-top: 80px;
}
.p-single-content p {
  margin-bottom: 1em;
}
.p-single-content .wp-block-image {
  margin-bottom: 1em;
}

.p-single-nav {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 500px) {
  .p-single-nav {
    border: 1px solid #eee;
    display: table;
    width: 100%;
  }
  .p-single-nav__alignleft {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
  .p-single-nav__alignright {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    border-left: 1px solid #eee;
  }
}
.p-single-nav a {
  display: block;
  position: relative;
  padding: 20px 30px;
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 499px) {
  .p-single-nav a {
    margin-bottom: 5px;
    border: 1px solid #eee;
  }
}
.p-single-nav a:hover {
  text-decoration: none;
}
.p-single-nav__alignleft a:before {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -0.5em;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(25%) rotate(-135deg);
}
.p-single-nav__alignright a:before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -0.5em;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}

.p-single-works-header {
  margin-top: 20px;
}
@media (min-width: 500px) {
  .p-single-works-header {
    margin-top: 70px;
  }
}
.p-single-works-header__tax dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}
@media (min-width: 500px) {
  .p-single-works-header__tax dl {
    flex-direction: row;
  }
}
.p-single-works-header__tax dt {
  color: #005bac;
  font-size: 18px;
}
@media (min-width: 500px) {
  .p-single-works-header__tax dt {
    font-size: 34px;
  }
}
.p-single-works-header__tax dd {
  min-width: 12em;
  padding: 12px;
  color: #fff;
  line-height: 1;
  background: #00B9EF;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
}
@media (min-width: 500px) {
  .p-single-works-header__tax dd {
    font-size: 22px;
  }
}
.p-single-works-header__tax a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.p-single-works-before-after {
  margin-top: 40px;
}
.p-single-works-before-after__inner {
  position: relative;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 500px) {
  .p-single-works-before-after__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 500px) {
  .p-single-works-before-after__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 500px) {
  .p-single-works-before-after__inner .p-single-works-before,
  .p-single-works-before-after__inner .p-single-works-after {
    width: 48%;
  }
}
.p-single-works-before-after__arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  transform: translate(-50%, -50%);
}
@media (max-width: 499px) {
  .p-single-works-before-after__arrow {
    display: none;
  }
}

.p-single-works-after__slide-wrap ul, .p-single-works-after__slide-wrap li,
.p-single-works-before__slide-wrap ul,
.p-single-works-before__slide-wrap li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-single-works-after__slide-wrap .slide,
.p-single-works-before__slide-wrap .slide {
  margin-bottom: 10px;
  background: #EFEEE4;
}
.p-single-works-after__slide-wrap .slide .item,
.p-single-works-before__slide-wrap .slide .item {
  aspect-ratio: 4/3;
}
.p-single-works-after__slide-wrap .slide figure,
.p-single-works-before__slide-wrap .slide figure {
  position: relative;
  height: 100%;
  background: no-repeat center;
  background-size: contain;
}
.p-single-works-after__slide-wrap .slide figure span,
.p-single-works-before__slide-wrap .slide figure span {
  display: block;
}
.p-single-works-after__slide-wrap .slide figure em,
.p-single-works-before__slide-wrap .slide figure em {
  position: absolute;
  padding: 10px 28px;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  line-height: 1;
  letter-spacing: 4px;
  background: #EA617C;
}
.p-single-works-after__slide-wrap .slide img,
.p-single-works-before__slide-wrap .slide img {
  margin-left: auto;
  margin-right: auto;
  object-fit: contain;
  max-width: inherit;
  width: auto;
}
.p-single-works-after__slide-wrap .slide-navigation,
.p-single-works-before__slide-wrap .slide-navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-single-works-after__slide-wrap .slide-navigation > *,
.p-single-works-before__slide-wrap .slide-navigation > * {
  width: calc((100% - 50px) / 6);
  cursor: pointer;
}
@media (min-width: 500px) {
  .p-single-works-after__slide-wrap .slide-navigation > *,
  .p-single-works-before__slide-wrap .slide-navigation > * {
    width: calc((100% - 60px) / 7);
  }
}
.p-single-works-after__slide-wrap .slide-navigation .item.current,
.p-single-works-before__slide-wrap .slide-navigation .item.current {
  box-shadow: 0px 0px 0px 3px rgba(255, 255, 255, 0.6) inset;
}
.p-single-works-after__slide-wrap .slide-navigation .item.current img,
.p-single-works-before__slide-wrap .slide-navigation .item.current img {
  position: relative;
  z-index: -1;
}
@media (max-width: 991px) {
  .p-single-works-after__slide-wrap .slick-arrow,
  .p-single-works-before__slide-wrap .slick-arrow {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .p-single-works-after__slide-wrap,
  .p-single-works-before__slide-wrap {
    /* 共通設定 */
    /* next */
    /* prev */
  }
  .p-single-works-after__slide-wrap .slick-arrow,
  .p-single-works-before__slide-wrap .slick-arrow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 20px;
    height: 38px;
    color: transparent;
    z-index: 1;
    transition: opacity 0.5s;
    z-index: 1;
    border: 0;
    background: none;
    cursor: pointer;
  }
  .p-single-works-after__slide-wrap .slick-arrow:hover,
  .p-single-works-before__slide-wrap .slick-arrow:hover {
    opacity: 0.7;
  }
  .p-single-works-after__slide-wrap .slick-next::after,
  .p-single-works-after__slide-wrap .slick-prev::after,
  .p-single-works-before__slide-wrap .slick-next::after,
  .p-single-works-before__slide-wrap .slick-prev::after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
  }
  .p-single-works-after__slide-wrap .slick-next::after,
  .p-single-works-after__slide-wrap .slick-prev::after,
  .p-single-works-before__slide-wrap .slick-next::after,
  .p-single-works-before__slide-wrap .slick-prev::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 29px solid #7ecef4;
    border-right: 0;
  }
  .p-single-works-after__slide-wrap .slick-next,
  .p-single-works-before__slide-wrap .slick-next {
    right: -50px;
  }
  .p-single-works-after__slide-wrap .slick-next::after,
  .p-single-works-before__slide-wrap .slick-next::after {
    right: 0;
  }
  .p-single-works-after__slide-wrap .slick-prev,
  .p-single-works-before__slide-wrap .slick-prev {
    left: -50px;
  }
  .p-single-works-after__slide-wrap .slick-prev::before,
  .p-single-works-before__slide-wrap .slick-prev::before {
    left: 0px;
  }
  .p-single-works-after__slide-wrap .slick-prev::after,
  .p-single-works-before__slide-wrap .slick-prev::after {
    left: 0px;
    transform: rotate(-180deg);
  }
}
@media screen and (min-width: 992px) and (max-width: 767px) {
  .p-single-works-after__slide-wrap .slick-next::before,
  .p-single-works-after__slide-wrap .slick-prev::before,
  .p-single-works-before__slide-wrap .slick-next::before,
  .p-single-works-before__slide-wrap .slick-prev::before {
    width: 18px;
  }
  .p-single-works-after__slide-wrap .slick-next::after,
  .p-single-works-after__slide-wrap .slick-prev::after,
  .p-single-works-before__slide-wrap .slick-next::after,
  .p-single-works-before__slide-wrap .slick-prev::after {
    width: 10px;
    height: 10px;
  }
  .p-single-works-after__slide-wrap .slick-next,
  .p-single-works-before__slide-wrap .slick-next {
    right: 8px;
  }
  .p-single-works-after__slide-wrap .slick-prev,
  .p-single-works-before__slide-wrap .slick-prev {
    left: 8px;
  }
  .p-single-works-after__slide-wrap .slick-prev::before,
  .p-single-works-before__slide-wrap .slick-prev::before {
    left: 2px;
  }
  .p-single-works-after__slide-wrap .slick-next::after,
  .p-single-works-before__slide-wrap .slick-next::after {
    right: 2px;
  }
}
.p-single-works-after__slide-wrap .slick-track,
.p-single-works-before__slide-wrap .slick-track {
  display: flex;
  align-items: center;
}

.sliderArea {
  background: #fff;
  overflow: hidden;
}
.sliderArea ul {
  list-style: none;
}
.sliderArea .sliderWide {
  max-width: 100%;
  margin: 0 auto;
}
.sliderArea .sliderWide .slick-arrow {
  opacity: 0;
  transition-duration: 0.3s;
}
.sliderArea .sliderWide:hover .slick-arrow {
  opacity: 1;
}
.sliderArea .slider {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.sliderArea .slider .slick-list {
  overflow: visible;
}
.sliderArea .slider .slick-slide {
  padding: 0 0px;
  opacity: 0.5;
  transition-duration: 0.3s;
}
.sliderArea .slider .slick-slide.slick-current {
  opacity: 1;
}
.sliderArea .slider .slick-slide a {
  display: block;
}
.sliderArea .slider .slick-slide a:hover {
  display: block;
  opacity: 0.7;
}
.sliderArea .slider img {
  height: auto;
  width: 100%;
}
.sliderArea .slick-prev, .sliderArea .slick-next {
  z-index: 1;
}
.sliderArea .slick-dots {
  bottom: -33px;
}

@media (max-width: 499px) {
  .p-single-works-after {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .p-single-works-after__slide-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 992px) {
  .p-single-works-before__slide-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.p-single-works-before .slide figure em {
  background: #00B9EF;
}

.p-single-works-detail-point {
  margin-top: 40px;
}
.p-single-works-detail-point__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 500px) {
  .p-single-works-detail-point__inner {
    flex-direction: row;
  }
}

@media (max-width: 991px) {
  .p-single-works-detail {
    margin-top: 40px;
  }
}
@media (min-width: 500px) {
  .p-single-works-detail {
    width: calc(40% - 15px);
  }
}
.p-single-works-detail dl {
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #231815;
  border-bottom: 1px solid #231815;
  font-size: 15px;
}
@media (max-width: 499px) {
  .p-single-works-detail dl {
    font-size: 15px;
  }
}
.p-single-works-detail dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10em;
  padding: 10px 15px;
  background: #efeee8;
  border-left: 1px solid #231815;
  border-top: 1px solid #231815;
}
.p-single-works-detail dd {
  width: calc(100% - 10em);
  padding: 10px 15px;
  border-left: 1px solid #231815;
  border-top: 1px solid #231815;
}

.p-single-works-point {
  display: flex;
  gap: 15px;
}
@media (min-width: 500px) {
  .p-single-works-point {
    width: calc(60% - 15px);
  }
}
.p-single-works-point figure {
  flex-shrink: 0;
  width: 30%;
}
@media (min-width: 500px) {
  .p-single-works-point figure {
    width: 200px;
  }
}
.p-single-works-point__text {
  flex-grow: 1;
}

.p-single-works-more {
  margin-top: 95px;
  padding: 80px 0;
  background-color: #efeee8;
}
@media (max-width: 991px) {
  .p-single-works-more {
    padding: 40px 0;
  }
}
.p-single-works-more__heading {
  font-size: 40px;
  color: #00a0e9;
  text-align: left;
  letter-spacing: 5px;
  text-indent: 5px;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .p-single-works-more__heading {
    font-size: 30px;
  }
}
.p-single-works-more__items {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  flex-direction: row;
}
@media (max-width: 849px) {
  .p-single-works-more__items {
    flex-direction: column;
  }
}
@media (min-width: 850px) {
  .p-single-works-more__item {
    width: calc((100% - 100px) / 3);
  }
}
.p-single-works-more__item a:hover {
  opacity: 0.8;
}
.p-single-works-more__item-cat {
  height: 35px;
  display: inline-block;
  background-color: #7ecef4;
  position: relative;
}
@media (max-width: 991px) {
  .p-single-works-more__item-cat {
    margin-top: 50px;
  }
}
.p-single-works-more__item-cat span {
  font-size: 20px;
  color: #fff;
  padding: 0 20px;
}
.p-single-works-more__item-cat:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100%;
  border-bottom: solid 35px #7ecef4;
  border-right: solid 10px transparent;
}
.p-single-works-more__item-title {
  text-decoration: none;
}
.p-single-works-more__item-title h4 {
  margin-top: 10px;
  text-align: center;
  color: #000;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .p-single-works-more__item-title h4 {
    font-size: 17px;
  }
}
.p-single-works-more__more {
  margin-top: 30px;
  text-align: center;
}
.p-single-works-more__more a {
  display: inline-block;
  text-decoration: none;
  font-size: 22px;
  padding: 5px 40px;
  background-color: #00a0e9;
  color: #fff;
  border-radius: 5px;
}
.p-single-works-more__more a:hover {
  opacity: 0.8;
}

.p-archive-works-description {
  margin-top: 40px;
}
.p-archive-works-description__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 500px) {
  .p-archive-works-description__wrap {
    flex-direction: row;
  }
}
.p-archive-works-description__term-title {
  padding: 8px 1.2em;
  color: #004098;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #004098;
  border-radius: 8px;
}
.p-archive-works-description__term-description {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 500px) {
  .p-archive-works-description__term-description {
    font-size: 22px;
  }
}

.p-archive-works-nav {
  margin-top: 80px;
  font-size: 20px;
  line-height: 1.3;
}
.p-archive-works-nav a:hover {
  opacity: 0.8;
}
.p-archive-works-nav__wrap {
  display: flex;
  gap: 12px;
  flex-direction: column;
}
@media (min-width: 500px) {
  .p-archive-works-nav__wrap {
    flex-direction: row;
  }
}
@media (min-width: 500px) {
  .p-archive-works-nav__all {
    width: 180px;
    flex-shrink: 0;
  }
}
.p-archive-works-nav__all a {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  background: #7ecef4;
  border-radius: 4px;
}
@media (min-width: 500px) {
  .p-archive-works-nav__all a {
    height: 192px;
  }
}
.p-archive-works-nav__all a.current {
  background: #004098;
}
@media (min-width: 500px) {
  .p-archive-works-nav__tax {
    flex-grow: 1;
  }
}
.p-archive-works-nav__tax ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
}
.p-archive-works-nav__tax li {
  width: calc((100% - 12px) / 2);
}
@media (min-width: 500px) {
  .p-archive-works-nav__tax li {
    width: calc((100% - 48px) / 5);
  }
}
.p-archive-works-nav__tax a {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #7ecef4;
  border-radius: 4px;
}
.p-archive-works-nav__tax a.current {
  background: #004098;
}

.p-archive-works-items {
  display: flex;
  gap: 30px;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 80px;
  flex-wrap: wrap;
}
@media (min-width: 500px) {
  .p-archive-works-items {
    gap: 15px;
    flex-direction: row;
  }
  .p-archive-works-items > * {
    width: calc((100% - 30px) / 3);
  }
}
@media (min-width: 1330px) {
  .p-archive-works-items {
    gap: 55px;
  }
  .p-archive-works-items > * {
    width: calc((100% - 110px) / 3);
  }
}

.p-archive-works-item {
  background: #F2D58A;
}
.p-archive-works-item:nth-child(2n) {
  background: #F7E4B9;
}
.p-archive-works-item a {
  display: block;
  text-decoration: none;
  color: #231815;
}
.p-archive-works-item figure {
  background: #fff;
}
.p-archive-works-item__title {
  padding: 10px;
  color: #794d0a;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 500px) {
  .p-archive-works-item__title {
    font-size: 22px;
  }
}
.p-archive-works-item__title small {
  display: block;
  margin-top: 5px;
  color: #231815;
  font-size: 0.8em;
}

.wp-block-button .wp-block-button__link {
  min-width: 300px;
  border-radius: 3px;
  color: #fff;
  background: #f39800;
}

.p-wp-pagenavi {
  margin-top: 80px;
  margin-bottom: 80px;
}
.p-wp-pagenavi .wp-pagenavi {
  margin-top: 30px;
  clear: both;
  text-align: center;
}
@media (max-width: 499px) {
  .p-wp-pagenavi .wp-pagenavi .pages, .p-wp-pagenavi .wp-pagenavi .last, .p-wp-pagenavi .wp-pagenavi .extend {
    display: none;
  }
}
@media (max-width: 340px) {
  .p-wp-pagenavi .wp-pagenavi > * {
    display: none;
  }
  .p-wp-pagenavi .wp-pagenavi > .pages,
  .p-wp-pagenavi .wp-pagenavi > .previouspostslink,
  .p-wp-pagenavi .wp-pagenavi > .nextpostslink {
    display: inline;
  }
}
.p-wp-pagenavi .wp-pagenavi a, .p-wp-pagenavi .wp-pagenavi > span {
  color: #999;
  background-color: #FFF;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}
.p-wp-pagenavi .wp-pagenavi a:hover {
  color: #FFF;
  background-color: #999;
  border-color: #999;
}
.p-wp-pagenavi .wp-pagenavi span.current {
  color: #FFF;
  background-color: #f39800;
  border-color: #f39800;
  font-weight: bold;
}

/* https://getbootstrap.jp/docs/5.3/utilities/display/ */
.d-none {
  display: none;
}

@media (min-width: 500px) {
  .d-sm-block {
    display: block;
  }
}

@media (min-width: 992px) {
  .d-md-block {
    display: block;
  }
}

@media (min-width: 1330px) {
  .d-lg-block {
    display: block;
  }
}

@media (min-width: 500px) {
  .d-sm-inline {
    display: inline;
  }
}

@media (min-width: 992px) {
  .d-md-inline {
    display: inline;
  }
}

@media (min-width: 1330px) {
  .d-lg-inline {
    display: inline;
  }
}

@media (min-width: 500px) {
  .d-sm-inline-block {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .d-md-inline-block {
    display: inline-block;
  }
}

@media (min-width: 1330px) {
  .d-lg-inline-block {
    display: inline-block;
  }
}

@media (min-width: 500px) {
  .d-sm-none {
    display: none;
  }
}

@media (min-width: 992px) {
  .d-md-none {
    display: none;
  }
}

@media (min-width: 1330px) {
  .d-lg-none {
    display: none;
  }
}

/*-------------------
* component
-------------------*/
.c-container > * {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group.alignfull .wp-block-group__inner-container > * {
  margin-left: auto;
  margin-right: auto;
}

.c-container > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
.wp-block-group.alignfull .wp-block-group__inner-container > * {
  width: calc(100% - 30px);
}
@media (min-width: 1200px) {
  .c-container > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
  .wp-block-group.alignfull .wp-block-group__inner-container > * {
    width: 1140px;
  }
}/*# sourceMappingURL=takahashi-jyusetsu.css.map */