@charset "UTF-8";
html {
  width: 100%;
  font-size: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
}
* {
  max-width: 100%;
  max-height: 999999px;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-family: inherit;
  font-weight: 300;
  font-style: normal;
  letter-spacing: inherit;
  line-height: inherit;
  outline: none;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}
* * {
  color: inherit;
  font-size: inherit;
}
a {
  color: #333;
  outline: none;
  text-decoration: none;
}
a:active, a:hover {
  text-decoration: underline;
}
a * {
  color: inherit;
}
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
input {
  border: none;
  vertical-align: bottom;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
}
input[type="checkbox"], input[type="radio"] {
  margin-right: 5px;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[disabled] {
  cursor: default;
}
button {
  border: none;
  cursor: pointer;
  vertical-align: bottom;
  -webkit-appearance: button;
  background-color: transparent;
}
button[disabled] {
  cursor: default;
}
select, textarea {
  vertical-align: bottom;
}
@media (min-width: 769px) {
  a:hover img, input[type="submit"]:hover, input[type="reset"]:hover, button:hover {
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    opacity: 0.6;
  }
}
b, strong {
  font-weight: 700;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  line-height: 1;
}
ul, ol {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
ul li, ol li {
  list-style: none;
}
audio, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, progress, video {
  display: block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
svg {
  width: auto;
  height: auto;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table th, table td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  width: 0;
  height: 0;
  border: 0;
}
.load a, .load img, .load input, .load svg, .load *:before, .load *:after {
  transition: opacity 0.7s;
}
.entry:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.entry > * {
  margin-top: 1.5em;
}
.entry > *:first-child {
  margin-top: 0;
}
.entry ul, .entry ol {
  margin-top: 0.7em;
}
.entry .alignleft, .entry .alignright, .entry .aligncenter {
  margin-bottom: 5px;
}
.entry .alignleft {
  float: left;
  display: inline;
  margin-right: 10px;
  margin-top: 4px;
}
.entry .alignright {
  float: right;
  display: inline;
  margin-left: 10px;
  margin-top: 4px;
}
.entry .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
  a {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
  }
  .pc {
    display: none !important;
  }
}
.inner {
  width: 930px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.js-fadein {
  position: relative;
  top: 50px;
  opacity: 0;
}
.js-fadein.in {
  top: 0;
  opacity: 1;
  transition: top 0.8s, left 0.8s, right 0.8s, opacity 0.8s;
}
.js-fadein.left-in {
  top: 0;
  left: -100px;
}
.js-fadein.left-in.in {
  left: 0;
}
.js-fadein.right-in {
  top: 0;
  right: -100px;
}
.js-fadein.right-in.in {
  right: 0;
}
#wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #wrapper {
    padding-top: 50px;
  }
}
header {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
  }
}
header h1 {
  width: 215px;
  margin: 0 auto 0 30px;
}
@media screen and (max-width: 768px) {
  header h1 {
    width: 180px;
    margin-left: 15px;
  }
}
header nav {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  header nav {
    position: fixed;
    left: 100%;
    top: 50px;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: #F5F5F5;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: left 0.6s;
  }
  header nav.open {
    left: 0;
  }
}
header nav ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row;
}
@media screen and (max-width: 768px) {
  header nav ul {
    display: block;
    border-top: 1px #999 solid;
  }
}
@media screen and (max-width: 768px) {
  header nav ul > li {
    width: 100%;
    border-bottom: 1px #999 solid;
  }
}
@media (min-width: 769px) {
  header nav ul > li.active a {
    background-color: #1b7ba5;
  }
  header nav ul > li.active a:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    width: 16px;
    height: 10px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: #fff;
    transform: translateX(-50%);
  }
  header nav ul > li.active a * {
    color: #fff;
  }
  header nav ul > li.active a b img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(298deg) brightness(103%) contrast(101%);
  }
}
header nav ul > li a {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  height: 100px;
  padding: 0 20px;
  background-color: #fff;
  transition: background 0.2s;
}
@media screen and (max-width: 768px) {
  header nav ul > li a {
    height: auto;
    padding: 10px 15px;
    background-color: transparent;
  }
}
header nav ul > li a:hover {
  background-color: #1b7ba5;
  text-decoration: none;
}
header nav ul > li a:hover * {
  color: #fff;
}
header nav ul > li a:hover * img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(298deg) brightness(103%) contrast(101%);
}
header nav ul > li a * {
  line-height: 1;
  transition: color 0.2s;
}
header nav ul > li a b {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 20px;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.278em;
}
header nav ul > li a b img {
  display: block;
  width: 20px;
  filter: invert(15%) sepia(8%) saturate(5%) hue-rotate(359deg) brightness(96%) contrast(85%);
}
@media screen and (max-width: 768px) {
  header nav ul > li a b img {
    display: none;
  }
}
header nav ul > li a b span {
  display: none;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  header nav ul > li a b span {
    display: block;
  }
}
header nav ul > li a i {
  display: block;
  margin-top: 10px;
  color: #999;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  header nav ul > li a i {
    display: none;
  }
}
header #spMenu {
  display: none;
}
@media screen and (max-width: 768px) {
  header #spMenu {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 5px;
    margin-left: auto;
    padding-top: 10px;
    overflow: hidden;
  }
  header #spMenu:hover {
    text-decoration: none;
  }
  header #spMenu:after {
    content: "メニュー";
    display: block;
    width: 100%;
    margin-top: 6px;
    color: #1b7ba5;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
  }
  header #spMenu span {
    position: relative;
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
  }
  header #spMenu span + span {
    margin-top: 5px;
  }
  header #spMenu span:before, header #spMenu span:after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 50%;
    height: 2px;
    background-color: #1b7ba5;
    transition: left 0.2s, right 0.2s, top 0.2s, bottom 0.2s;
  }
  header #spMenu span:before {
    left: 0;
  }
  header #spMenu span:after {
    right: 0;
  }
  header #spMenu span.bottom:after {
    right: 7.5px;
  }
  header #spMenu.open:after {
    content: "閉じる";
  }
  header #spMenu.open span.top:before {
    left: 2px;
    top: 4px;
    transform: rotate(45deg);
  }
  header #spMenu.open span.top:after {
    right: 2px;
    top: 4px;
    transform: rotate(-45deg);
  }
  header #spMenu.open span.middle:before {
    left: -200%;
  }
  header #spMenu.open span.middle:after {
    right: -200%;
  }
  header #spMenu.open span.bottom:before {
    left: 2px;
    top: -4px;
    transform: rotate(-45deg);
  }
  header #spMenu.open span.bottom:after {
    right: 2px;
    top: -4px;
    transform: rotate(45deg);
  }
}
footer {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  padding: 35px 40px 45px;
  color: #fff;
  background-color: #1b7ba5;
}
@media screen and (max-width: 768px) {
  footer {
    display: block;
    padding: 30px 15px 10px;
  }
}
footer address {
  display: block;
  margin-right: auto;
}
footer address h1 {
  margin-bottom: 10px;
  width: 162px;
}
footer address p {
  font-size: 14px;
  line-height: 1.6071428571;
  letter-spacing: 0.1em;
}
footer address p a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #fff;
  vertical-align: baseline;
}
footer address p a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateY(-50%);
}
footer address p a.tel:before {
  width: 13px;
  height: 13px;
  background-image: url(../images/icon_tel_01.svg);
}
footer address p a.fax:before {
  width: 12px;
  height: 15px;
  background-image: url(../images/icon_document_01.svg);
}
footer #copyright {
  display: block;
  font-size: 12px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  footer #copyright {
    margin-top: 20px;
    text-align: right;
  }
}
main .ttl01 {
  display: block;
  margin-bottom: 50px;
  color: #1b7ba5;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.278em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main .ttl01 {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
main .ttl01.white {
  color: #fff;
}
main .ttl01.white i:before {
  background-color: #fff;
}
main .ttl01 i {
  position: relative;
  display: block;
  font-size: 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  main .ttl01 i {
    font-size: 12px;
  }
}
main .ttl01 i:before {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  margin: 20px auto;
  background-color: #1b7ba5;
}
@media screen and (max-width: 768px) {
  main .ttl01 i:before {
    width: 60px;
    margin: 10px auto;
  }
}
main .ttl01 + p {
  margin-bottom: 70px;
  font-size: 15px;
  letter-spacing: 0.168em;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main .ttl01 + p {
    margin-bottom: 40px;
    font-size: 14px;
  }
}
main .ttl02 {
  display: block;
  margin-bottom: 70px;
  color: #0c4656;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.278em;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  main .ttl02 {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
main .ttl02 + p {
  color: #0c4656;
  letter-spacing: 0.278em;
  text-align: center;
  line-height: 2;
}
main .ttl03 {
  display: block;
  margin-bottom: 40px;
  color: #1b7ba5;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.168em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main .ttl03 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.5;
  }
}
main .btn01 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main .btn01 {
    margin-top: 50px;
  }
}
main .btn01 input, main .btn01 a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 60px;
  margin: 0 auto;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.278em;
  text-decoration: none;
  transition: opacity 0.7s;
  background: url(../images/icon_arrow_02.svg) no-repeat right 15px center / 26px 10px #0c4656;
}
main .btn01 input:hover, main .btn01 a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main .btn01 input:hover, main .btn01 a:hover {
    opacity: 1;
  }
}
main .btn01 input:hover img, main .btn01 a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main .btn01 input, main .btn01 a {
    width: 300px;
    height: 50px;
    font-size: 16px;
  }
}
main .archive01 > li {
  border-top: 1px #000 dotted;
}
main .archive01 > li:last-child {
  border-bottom: 1px #000 dotted;
}
main .archive01 > li a {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  text-decoration: none;
  transition: opacity 0.7s;
}
main .archive01 > li a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main .archive01 > li a:hover {
    opacity: 1;
  }
}
main .archive01 > li a:hover img {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  main .archive01 > li a {
    padding: 10px;
  }
}
main .archive01 > li a * {
  display: block;
}
main .archive01 > li a span {
  margin-right: 5px;
}
main .archive01 > li a i {
  min-width: 80px;
  margin-right: 20px;
  padding: 5px 10px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  background-color: #1b7ba5;
}
@media screen and (max-width: 768px) {
  main .archive01 > li a p {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
main #top > * {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  main #top > * {
    padding: 50px 0;
  }
}
main #top > *:last-child {
  padding-bottom: 0 !important;
}
main #top #kv {
  position: relative;
  height: calc(100vh - 100px);
  background: url(../images/top_kv_bg_01.jpg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
  main #top #kv {
    height: auto;
    padding-top: 42.85%;
  }
}
main #top #kv img {
  position: absolute;
  left: 80px;
  top: 48.33%;
  width: 39.28%;
}
@media screen and (max-width: 768px) {
  main #top #kv img {
    display: none;
  }
}
main #top #kv h1 {
  position: absolute;
  left: 0;
  top: 70%;
}
@media screen and (max-width: 768px) {
  main #top #kv h1 {
    top: auto;
    bottom: 10%;
  }
}
main #top #kv h1 span {
  position: relative;
  display: block;
  padding: 20px 35px 20px 80px;
  color: #0c4656;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.278em;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 768px) {
  main #top #kv h1 span {
    padding: 15px 20px 15px 35px;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}
main #top #kv h1 span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 100%;
  background: url(../images/border_01.svg) repeat-y left top / 30px 90px;
}
@media screen and (max-width: 768px) {
  main #top #kv h1 span:before {
    width: 15px;
    background-size: 15px 45px;
  }
}
main #top #greeting {
  position: relative;
  padding: 140px 0;
  background: url(../images/top_greeting_bg_01.jpg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
  main #top #greeting {
    padding: 70px 0;
  }
}
main #top #greeting:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
main #top #greeting .inner {
  position: relative;
}
main #top #greeting .inner * {
  color: #0c4656;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.278em;
}
main #top #greeting .inner h2 {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  main #top #greeting .inner h2 {
    font-size: 24px;
  }
}
main #top #greeting .inner p {
  margin-top: 45px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main #top #greeting .inner p {
    margin-top: 25px;
  }
}
main #top #works .inner ul > li {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-flow: row;
}
main #top #works .inner ul > li:nth-child(even) {
  flex-flow: row-reverse;
}
main #top #works .inner ul > li:nth-child(even) > div {
  padding: 75px 30px 35px 0;
}
main #top #works .inner ul > li:nth-child(even) > div:before {
  left: auto;
  right: 0;
  background: linear-gradient(270deg, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0.8) 100%);
}
main #top #works .inner ul > li:nth-child(even) > div em:before {
  left: auto;
  right: -33.63%;
}
@media screen and (max-width: 768px) {
  main #top #works .inner ul > li {
    display: block;
    padding: 20px 0;
  }
  main #top #works .inner ul > li + li {
    margin-top: 30px;
  }
}
main #top #works .inner ul > li figure {
  position: relative;
  z-index: 1;
  width: 35.55%;
}
@media screen and (max-width: 768px) {
  main #top #works .inner ul > li figure {
    display: block;
    width: 500px;
    max-width: 80%;
    margin: 0 auto;
  }
}
main #top #works .inner ul > li > div {
  position: relative;
  width: 64.44%;
  padding: 75px 0 35px 30px;
}
@media screen and (max-width: 768px) {
  main #top #works .inner ul > li > div {
    position: static;
    width: auto;
    margin-top: 20px;
    padding: 0 !important;
  }
}
main #top #works .inner ul > li > div:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
  display: block;
  width: 143.1%;
  max-width: none;
  height: 100%;
  background: linear-gradient(90deg, rgba(242, 242, 242, 0) 0%, rgba(242, 242, 242, 0.8) 100%);
}
@media screen and (max-width: 768px) {
  main #top #works .inner ul > li > div:before {
    width: 100vw;
  }
}
main #top #works .inner ul > li > div em {
  position: relative;
  display: block;
  padding: 0 0 15px;
  margin-bottom: 15px;
  color: #1b7ba5;
  font-size: 30px;
  letter-spacing: 0.168em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main #top #works .inner ul > li > div em {
    font-size: 20px;
  }
}
main #top #works .inner ul > li > div em:before {
  content: "";
  position: absolute;
  left: -33.63%;
  bottom: 0;
  display: block;
  width: 170.68%;
  max-width: none;
  height: 1px;
  background-color: #ccc;
}
@media screen and (max-width: 768px) {
  main #top #works .inner ul > li > div em:before {
    position: absolute;
    right: auto !important;
    left: 0 !important;
    width: 100%;
  }
}
main #top #works .inner ul > li > div p {
  font-size: 15px;
  letter-spacing: 0.168em;
  line-height: 1.5;
}
main #top #gallery {
  color: #fff;
  background-color: #1b7ba5;
}
main #top #gallery .inner #sliderWrap {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  transform: translateX(-50%);
}
main #top #gallery .inner #sliderWrap #slider {
  display: block;
  width: 370px;
  margin: 0 auto;
}
main #top #gallery .inner #sliderWrap #slider:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
@media screen and (max-width: 768px) {
  main #top #gallery .inner #sliderWrap #slider {
    width: 300px;
  }
}
main #top #gallery .inner #sliderWrap #slider > li:nth-child(n+2) {
  display: none;
}
main #top #gallery .inner #sliderWrap #slider li {
  float: left;
  padding: 0 5px;
}
main #top #gallery .inner #sliderWrap #slider .slick-list {
  padding: 0 !important;
}
main #top #gallery .inner #sliderWrap #slider .slick-list .slick-track {
  display: block;
  max-width: none;
}
main #top #gallery .inner #sliderWrap #slider .slick-list .slick-track:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
main #top #gallery .inner #sliderWrap #slider .slick-arrow {
  position: absolute;
  z-index: 100;
  top: 0;
  display: block;
  width: 40px;
  height: 100%;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url(../images/icon_arrow_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 30px;
}
@media screen and (max-width: 768px) {
  main #top #gallery .inner #sliderWrap #slider .slick-arrow {
    width: 34px;
  }
}
main #top #gallery .inner #sliderWrap #slider .slick-arrow.slick-prev {
  left: 0;
}
main #top #gallery .inner #sliderWrap #slider .slick-arrow.slick-next {
  right: 0;
  transform: rotate(180deg);
}
main #title {
  margin-bottom: 80px;
  padding-top: 25px;
  background: url(../images/title_bg_01.jpg) no-repeat center / cover;
}
@media screen and (max-width: 768px) {
  main #title {
    margin-bottom: 50px;
    padding-top: 15px;
  }
}
main #title h1 {
  position: relative;
  margin: 0 50px;
  padding-left: 40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main #title h1 {
    margin: 0 15px;
    padding-left: 30px;
  }
}
main #title h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 100%;
  background: url(../images/border_01.svg) repeat-y left top / 20px 60px;
}
@media screen and (max-width: 768px) {
  main #title h1:before {
    width: 15px;
    background-size: 15px 45px;
  }
}
main #title h1 * {
  display: block;
  padding: 5px 0;
}
main #title h1 big {
  color: #0c4656;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0.278em;
}
@media screen and (max-width: 768px) {
  main #title h1 big {
    font-size: 24px;
  }
}
main #title h1 i {
  color: #999;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  main #title h1 i {
    font-size: 14px;
  }
}
main #title #pankuzu {
  margin-top: 25px;
  padding: 20px 50px;
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 768px) {
  main #title #pankuzu {
    margin-top: 15px;
    padding: 10px 15px;
  }
}
main #title #pankuzu ol {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
main #title #pankuzu ol li {
  font-size: 14px;
  line-height: 1;
}
main #title #pankuzu ol li + li:before {
  content: ">";
  margin: 0 10px;
}
main #title #pankuzu ol li a {
  text-decoration: underline;
}
main #title #pankuzu ol li a:hover {
  text-decoration: none;
}
main #title + * {
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  main #title + * {
    padding-bottom: 30px;
  }
}
main .pager {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  main .pager {
    margin-top: 40px;
  }
}
main .pager ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main .pager ul > li {
  margin: 0 2.5px;
}
main .pager ul > li * {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
}
main .pager ul > li a[class="page-numbers"] {
  background-color: #ccc;
  text-decoration: none;
  transition: opacity 0.7s;
}
main .pager ul > li a[class="page-numbers"]:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 768px) {
  main .pager ul > li a[class="page-numbers"]:hover {
    opacity: 1;
  }
}
main .pager ul > li a[class="page-numbers"]:hover img {
  opacity: 1;
}
main .pager ul > li a.next, main .pager ul > li a.prev {
  margin-left: 10px;
  background: url(../images/icon_arrow_01.svg) no-repeat center / 13px 26px;
}
main .pager ul > li a.next {
  transform: rotate(180deg);
}
main .pager ul > li span {
  background-color: #0c4656;
}
@media screen and (max-width: 768px) {
  main .table01 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main .table01 tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main .table01 tbody tr {
    display: block;
    padding: 10px 15px;
  }
}
main .table01 tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
main .table01 tbody tr th, main .table01 tbody tr td {
  padding: 15px 0;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  main .table01 tbody tr th, main .table01 tbody tr td {
    display: block;
    width: auto !important;
    padding: 0 !important;
  }
}
main .table01 tbody tr th {
  width: 185px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  main .table01 tbody tr th {
    font-weight: bold;
  }
}
main .table01 tbody tr td:nth-child(2) {
  width: 20px;
  padding-top: 18px;
  color: #1b7ba5;
  font-size: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .table01 tbody tr td:nth-child(2) {
    display: none !important;
  }
}
main .table01 tbody tr td:nth-child(3) {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  main .table01 tbody tr td:nth-child(3) {
    margin-top: 5px;
  }
}
main > #news .inner #single .ttl02 {
  margin-bottom: 10px;
}
main > #news .inner #single time {
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
}
main > #news .inner #single > ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
main > #news .inner #single > ul li {
  min-width: 80px;
  padding: 5px 10px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  background-color: #1b7ba5;
}
main > #news .inner #single .entry {
  margin-top: 30px;
  padding: 25px 0;
  border-top: 1px #000 dotted;
  border-bottom: 1px #000 dotted;
}
main > #company .inner > * + * {
  margin-top: 140px;
}
main > #works {
  padding-bottom: 0 !important;
}
main > #works + #map {
  margin-top: 0 !important;
}
main > #works .inner #detail {
  margin-top: 70px;
}
main > #works .inner #detail > li {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  main > #works .inner #detail > li {
    padding: 50px 0;
  }
}
main > #works .inner #detail > li:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 110%;
  max-width: none;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main > #works .inner #detail > li:before {
    left: 50% !important;
    right: auto !important;
    width: 100vw;
    transform: translateX(-50%);
  }
}
main > #works .inner #detail > li:nth-child(odd):before {
  left: -40%;
}
main > #works .inner #detail > li:nth-child(even):before {
  right: -40%;
}
main > #works .inner #detail > li:nth-child(1):before {
  background-image: url(../images/works_section_bg_01.jpg);
}
main > #works .inner #detail > li:nth-child(2):before {
  background-image: url(../images/works_section_bg_02.jpg);
}
main > #works .inner #detail > li:nth-child(3):before {
  background-image: url(../images/works_section_bg_03.jpg);
}
main > #works .inner #detail > li > * {
  position: relative;
}
main > #works .inner #detail > li em {
  display: block;
  margin-bottom: 45px;
  color: #1b7ba5;
  font-size: 30px;
  letter-spacing: 0.168em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main > #works .inner #detail > li em {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
  }
}
main > #works .inner #detail > li p {
  text-align: center;
  line-height: 2;
}
main > #works .inner #detail > li ul {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  main > #works .inner #detail > li ul {
    display: block;
    margin-top: 30px;
  }
}
main > #works .inner #detail > li ul li {
  width: calc((100% - 70px) / 3);
  margin-right: 35px;
}
main > #works .inner #detail > li ul li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  main > #works .inner #detail > li ul li {
    width: auto;
    margin-right: 0;
  }
  main > #works .inner #detail > li ul li + li {
    margin-top: 30px;
  }
}
main > #works .inner #detail > li ul li p {
  margin-top: 5px;
  font-size: 15px;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main > #works .inner #detail > li ul li p {
    font-size: 14px;
  }
}
main > #archive .inner .ttl02 + p + p {
  margin-top: 50px;
}
main > #archive .inner .archive {
  margin-top: 70px;
}
main > #archive .inner .archive > li:nth-child(odd) {
  background-color: #f2f2f2;
}
main > #archive .inner .archive > li em {
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 90px;
  color: #1b7ba5;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main > #archive .inner .archive > li em {
    font-size: 20px;
    height: 60px;
  }
}
main > #archive .inner .archive > li em:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  display: block;
  width: 13px;
  height: 25px;
  background: url(../images/icon_arrow_01.svg) no-repeat center / cover;
  rotate: -90deg;
  translate: 0 -50%;
  transition: rotate 0.5s;
}
@media screen and (max-width: 768px) {
  main > #archive .inner .archive > li em:after {
    width: 10px;
    height: 20px;
  }
}
main > #archive .inner .archive > li em.open:after {
  rotate: 90deg;
}
main > #archive .inner .archive > li div {
  display: none;
  padding: 0 20px 20px;
}
main > #archive .inner .archive > li div ul {
  padding-bottom: 15px;
  border-bottom: 1px #000 dotted;
}
@media screen and (max-width: 768px) {
  main > #archive .inner .archive > li div ul {
    padding-bottom: 10px;
  }
}
main > #archive .inner .archive > li div ul li {
  border-top: 1px #000 dotted;
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  main > #archive .inner .archive > li div ul li {
    padding-top: 10px;
  }
}
main > #archive .inner .archive > li div ul li + li {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  main > #archive .inner .archive > li div ul li + li {
    margin-top: 10px;
  }
}
main > #archive .inner .archive > li div ul li strong {
  display: block;
  color: #0c4656;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  main > #archive .inner .archive > li div ul li strong {
    font-size: 14px;
  }
}
main > #archive .inner .archive > li div ul li p {
  margin-top: 15px;
  font-size: 15px;
  letter-spacing: 0.168em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main > #archive .inner .archive > li div ul li p {
    font-size: 12px;
  }
}
main > #archive .inner .archive > li div ul li p.other {
  margin-top: 0;
  text-align: right;
}
main > #recruit .inner > * + * {
  margin-top: 70px;
}
main > #recruit .inner #form form {
  margin-top: 50px;
}
main > #contact .inner > * + * {
  margin-top: 70px;
}
main > #contact .inner #information p {
  color: #333;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.168em;
}
@media screen and (max-width: 768px) {
  main > #contact .inner #information p {
    font-size: 14px;
  }
}
main > #contact .inner #information p a {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main > #contact .inner #information p a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  main #form table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main #form table tbody {
    display: block;
  }
}
main #form table tbody tr {
  border-top: 1px #000 dotted;
}
@media screen and (max-width: 768px) {
  main #form table tbody tr {
    padding: 10px 5px !important;
    display: block;
  }
}
main #form table tbody tr:last-child {
  border-bottom: 1px #000 dotted;
}
main #form table tbody tr th, main #form table tbody tr td {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  main #form table tbody tr th, main #form table tbody tr td {
    display: block;
    padding: 0 !important;
  }
}
main #form table tbody tr th {
  width: 220px;
  padding-left: 25px;
  padding-right: 15px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  main #form table tbody tr th {
    width: auto;
    font-weight: bold;
  }
}
main #form table tbody tr th.req:after {
  content: "*必須";
  color: #e6412d;
  font-size: 13px;
}
main #form table tbody tr td {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  main #form table tbody tr td {
    margin-top: 5px;
  }
}
main #form table tbody tr td input {
  width: 450px;
  height: 36px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px #999 solid;
}
main #form table tbody tr td input::placeholder {
  color: #999;
}
main #form table tbody tr td input[type="radio"] {
  width: 14px;
  height: 14px;
  padding: 0;
  border-radius: 0;
  border: none;
  vertical-align: baseline;
}
main #form table tbody tr td input[type="number"] {
  width: 100px;
  margin-right: 5px;
}
main #form table tbody tr td textarea {
  display: block;
  width: 100%;
  height: 145px;
  padding: 10px;
  border-radius: 5px;
  border: 1px #999 solid;
}
main #form table tbody tr td .wpcf7-list-item {
  margin: 0;
}
main #form table tbody tr td .wpcf7-radio > * + * {
  margin-left: 15px;
}
main #form table tbody tr td > span {
  display: inline-block;
}
main #form table tbody tr td > span[data-name="year"] + * {
  position: relative;
  top: -4px;
  margin-left: 5px;
}
main #form table tbody tr td > span[data-name="text"] {
  display: block;
}
main #form #policy {
  width: 600px;
  max-height: 200px;
  margin: 60px auto 0;
  padding: 10px;
  border: 1px #999 solid;
  overflow-y: auto;
}
main #form #policy strong {
  display: block;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.05em;
}
main #form #policy p {
  margin-top: 1.5em;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
main > #map {
  position: relative;
  margin-top: 80px;
  overflow: hidden;
}
main > #map iframe {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  main > #map iframe {
    height: 200px;
  }
}
main > #map img {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 280px;
  display: none;
}
