@charset "UTF-8";
* {
  box-sizing:border-box;
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
* {
    -webkit-touch-callout:none;
  }
html {
	  font-size: 62.5%;
    height: 100%;
}
html.locked {
  overflow: hidden;
  height: 100%;
}



/*---------------------------------------------
  LOADER
---------------------------------------------*/

#loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: #f2f5f7;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5555;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}
/* .spinner_logo */
.spinner_logo {
  bottom:0;
  height: 1px;
  left:0;
  margin:auto;
  position: absolute;
  right:0;
  top:-50px;
  width:80px;
  z-index:0;
}

.spinner_logo::after {
  background: url(../image/logo.jpg) no-repeat center;
  background-size: contain;
  bottom: 20px;
  content: "";
  display: block;
  height: 50px;
  left: calc(50% - 25px);
  margin:auto;
  position: absolute;
  width: 50px;
}
.spinner_logo:before { position: absolute; top: 10px; right: -50px; left: -50px; font-size: 12px;font-weight: 400; content: "Now Loading.."; text-align: center; letter-spacing: 2px; line-height: 2; z-index: 1;white-space: nowrap;}
.bar { position: absolute; bottom:-50px; right:15%; left:15%; width:70%; height:1px; background:#dedede; overflow: hidden; }
.bar:before { position: absolute; left:0; display: block; width:100%; height:1px; content:""; background:#00b7c4; -webkit-animation:loading 1s linear 1;-moz-animation:loading 1s linear 1;-ms-animation:loading 1s linear 1;-o-animation:loading 1s linear 1;animation:loading 1s linear 1; }

@media screen and (max-width: 900px) {
.spinner_logo{top:-40px;width:80px;}
.bar{bottom:-55px;}
}
@media screen and (max-width: 738px) {
.spinner_logo{top:-30px;width:70px;}
.bar{bottom:-45px;}
}


@-webkit-keyframes loading{0%{left:0;width:0}to{width:100%}}@-moz-keyframes loading{0%{left:0;width:0}to{width:100%}}@-ms-keyframes loading{0%{left:0;width:0}to{width:100%}}@-o-keyframes loading{0%{left:0;width:0}to{width:100%}}@keyframes loading{0%{left:0;width:0}to{width:100%}}



.loader:after {
  height: 20px;
  width:  20px;
  margin: auto 0;
  border-radius: 50%;
  background: #00B7C4;
  animation: l10 1s infinite;
}
@keyframes l10{
  90%,100% {transform: translate(300%)}
}
.loaded.loader {
  display: none;
}
/*---------------------------------------------
  Reset
---------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  vertical-align: baseline;
}
body {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt";
	font-variant-ligatures: no-common-ligatures;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", sans-serif;
	-moz-font-feature-settings: "palt";
	line-height: 1.5em;
	letter-spacing: 0.1em;
	position: relative;
  text-align: center;
	width: 100%;
/*
  line-height: 1.8em;
    letter-spacing: .07em; */
}
h1,
h2,
h3 {
  font-weight: 700;
}
span {
  font-weight: inherit;
}
img,
picture {
	border: none;
	height: auto;
	max-width: 100%;
	margin: 0px;
	padding: 0px;
  vertical-align: top;
}
a {
  color: #000;
  font-weight: 500;
  transition: all .3s;
}
a:hover {

}
a img {
	border: none;
}
a:hover img {
    opacity: 0.8;
}
.image {
  overflow: hidden;
}
.image img,
a .image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: all .5s;
}
a:hover .image img {
  opacity: 0.8;
  transform: scale(1.02);
}


a:link,
a:visited {
	text-decoration: none;
}
ul, li  {
  list-style: none;
  margin: 0;
  padding: 0;
}

input,
button,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  border-radius: 0;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
textarea {
  resize: vertical;
}
input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
  transition: all 0.4s ease;
}
input[type="submit"]:hover,
input[type="image"]:hover,
button:hover {
  opacity: 0.7;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

/* ---------------------------------

CMN
	
--------------------------------- */
.inner {
    margin: 0 auto 150px;
    max-width: 960px;
    position: relative;
}
.sp-only { display: none }
.flex {
  align-items: center;
  display: flex;
  justify-content: center;
}

.wrapper {
  overflow: hidden;
}
.en {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.strong {
  font-weight: 600;
}
.bg-gray {
  background: #F7F7F7;
  line-height: 1.6;
  margin: 20px 0;
  padding: 20px;
}
.s-txt {
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .inner {
    margin-bottom: 50px;
    padding: 1rem 1.5rem 0;
  }
  .sp-only {
    display: block
  }
  .pc {
    display: none;
    visibility: hidden;
  }
  .flex {
    display: block;
  }    
  .s-txt {
    font-size: 12px;
  }
}
.btn a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 0;
  text-align: center;
  position: relative;
}
.btn a::after {
  background: url(../image/arrow-BK.png) no-repeat;
  background-size: contain;
  content: " ";
  right: 20px;
  height: 20px;
  position: absolute;
  top: calc( 50% - 9px);
  transition: all .3s;
  width: 20px;
}
.btn a:hover::after {
  right: 16px;
  height: 20px;
}
.btn.BK a {
  background: #000;
  color: #fff;
  padding-right: 20px;
}
.btn.BK a::after {
  background: url(../image/arrow.png) no-repeat;
  background-size: contain;
}
.btn.txtlink a {
  padding-right: 30px !important;
}
.btn.txtlink a::after {
  right: 0;
}
.btn.txtlink a:hover::after {
  right: -5px;
}

.ttl-border {
  background: url(../image/httl-border.png) no-repeat 0 0;
  background-size: 24px;
  padding: 0 0 15px 30px;
}
.date {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50vw;
  display:inline-block;
  font-size: 12px;
  line-height: 2em;
  position:relative;
  padding: 3px 15px;
}
.date::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
    bottom: 0;
    border-radius: 50vw;
    border: 1px solid transparent;
    background: linear-gradient(135deg, #00B7C4 0%, #0DDD76 100%) border-box border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    -webkit-mask-composite: destination-out;
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
    mask-composite: exclude;
}
@media screen and (max-width: 640px) {
  .date span {
    font-size: 11px;
    letter-spacing: 0;
    padding: 2px 0;
  }
  .btn a {
    font-size: 14px;
    padding: 13px 0;
  }
  .ttl-border {
    background: url(../image/httl-border.png) no-repeat 0 32%;
    background-size: 22px;
    padding: 3px 0 15px 30px;
  }
}



/* ---------------------------------

Header
	
--------------------------------- */
.logo {
  border: 1px solid #000;
  width: 75px;
}
header {
  align-items: center;
  background: rgb(255, 255, 255, 0.8);
  display: grid;
  grid-template-columns: 1fr 8fr;
  height: 120px;
  margin: 0 auto;
  padding-left: calc(50vw - 480px);
  padding-right: calc(50vw - 480px);
}
.Top header {
  background: transparent;
  padding: 0;
}
header .sitename {
  margin-left: 8px;
}
header .sitename a {
  font-size: 17px;
  font-weight: 700;
}
header ul {
  align-items: center;
  display: flex;
  justify-content: end;
}
header ul li a {
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  color: #000;
  display: block;
  margin: 0 20px;
  padding: 11px 0;
  transition: background-size 0.3s;
}

header ul li a:hover {
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
  color: #000;
}
header ul li a:hover::before {
  width: 100%;
}
header ul li:last-of-type a {
  background-image: none;
  background-size: 0;
  border: 1px solid #000;
  display: block;
  margin: 0 0 0 10px;
  padding: 10px 28px;
  position: relative;
  transition: all 0.3s;
}

header ul li:last-of-type a::before {
  background-color: #fff;
  content: "";
  display: block;
  left: 0;
  height: 100%;
  mix-blend-mode: difference;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 0;
}
header ul li:last-of-type a:hover::before {
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  width: 100%;
}
@media screen and (max-width: 640px) {
  .logo {
    border: none;
    width: 50px;
  }
  header {
  height: 60px;
  padding-left: 1.5rem;
  padding-right: 0;
}

  .Top header {
  height: 100px;
    padding-bottom: 10vh;
  }
  header .sitename,
  header ul {
    display: none
  }

}
/* Menu */
.nav {
  background-color: #000;
  bottom: 0;
  color: #fff;
  height: 100vh;
  left: 0;
  opacity: 0;
  padding: 50px 1.5rem 0;
  position: fixed;
  right: 0;
  top: -100%;
  transform: translateY(100%);
  transition: ease .4s;
  width: 100vw;

}
.nav.active {
  opacity: 1;
  transform: translateY(100%);
    z-index: 1;
}
.nav-items__item a {
  color: #fff;
  display: block;
  font-weight: 500;
  line-height: 1;
  margin: 0 auto 25px;
  padding: 5px 0;
  text-align: left;
  width: 100%;
}

.nav .logo {
  background: #fff;
  margin: -40px 0 35px;
  padding: 2px;
}
.nav .txt {
  color: #fff;
  line-height: 1.1;
  font-size: 13px;
  padding: 20px 0;
}
.nav .strong {
  font-size: 18px;
  padding: 0 0 10px;
}
.nav .btn.BK {
  width: 100% !important;
}
.nav .btn.BK a {
  background: #00B7C4;
  line-height: 3;
  padding: 5px 20px;
}

/* ハンバーガーメニュー */
.hamburger {
  /*background-color: transparent;*/
  background: #00B7C4;
  border-color: transparent;
  padding: 0 18px;
  position: absolute;
  height: 60px;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 555;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger::after {
  display: block;
  content: "MENU";
  color: #fff;
  font-size: 8px;
  font-weight: 500;
  margin-left: -2px;
}

@media screen and (min-width: 640px) {
  .nav {
    display: none;
    z-index: -1;
  }
  .nav-items__item a {
    margin-bottom: 0;
  }
  .hamburger {
    display: none;
  }
}

.hamburger span {
  height: 2px;
  background-color: #fff;
  position: relative;
  transition: ease .4s;
  display: block;
}
.hamburger span:nth-child(1) {
  top: 0px;
}
.hamburger span:nth-child(2) {
  margin: 5px 0;
}
.hamburger span:nth-child(3) {
  top: 0px;
}
.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  top: -9px;
  transform: rotate(-45deg);
}

.hamburger.active::after {
  content: "CLOSE";
}
.breadcrumb {
  display: flex;
  font-size: 12px;
  flex-wrap: wrap;
  margin: -7px auto 80px;
  padding: 20px;
  position: relative;
  text-align: left;
  z-index: 0;
}
.breadcrumb span a {
  color: #000;
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
  text-decoration: none;
}
.breadcrumb span a:hover::before {
  background: #fff;
  border-radius: 5px;
  content: "";
	display: block;
  height: 100%;
  left: -4px;
  position: absolute;
  width: 70%;
  z-index: -1;
}
.breadcrumb span a::after {
  content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
  position: absolute;
	right: 12px;
  top: 10px;
	transform: rotate( 45deg);
}

.breadcrumb span:nth-of-type(2) a:hover::before {
  width: 75%;
}
@media screen and (max-width: 640px) {
  .breadcrumb {
      margin: 0 auto 80px;
      padding: 0 0 0 12px;
  }
  .breadcrumb span a {
    padding: 0 20px 0 0;
  }
}

/* ---------------------------------

TOP
	
--------------------------------- */
.inner.Top {
  display: grid;
  grid-template-columns: 450px 1fr;
  margin-bottom: 0;
  max-width: 1440px;
  min-height: 580px;
}

.Leftcol {
  background: url(../image/Laft_bg.png) no-repeat;
  background-size: cover;
  border-right: 1px solid #fff;
  padding: 60px 40px;
  position: relative;
}

.Leftcol .txt {
  font-size: 13px;
  line-height: 1.3em;
  text-align: left;
}
.Leftcol h1 {
  font-size: 20px;
  padding: 20px 0 15px;
}

.Leftcol .btn.BK {
  margin-top: 20px;
  width: 180px;
}
.Leftcol .news {
  position: absolute;
  bottom: 40px;
  width: calc( 100% - 80px);
}
.Leftcol .news h2 {
  border-bottom: 1px solid #000;
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom:  10px;
}
.news dl {
  background: #fff;
  margin-bottom: 50px;
  padding: 17px;
  position: relative;
  transition: ease .4s;
}
.news dl dt {
  position: absolute;
  top: -20px;
}
.news dl a:hover {
  color: #333;
}

.Leftcol .news .btn a {
  bottom: -10px;
  right: 0;
  position: absolute;
}
.Leftcol .news .btn a {
  bottom: 0px;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .inner.Top {
    grid-template-columns: 350px 1fr;
    min-height: 500px;
    padding: 0;
  }

  .Leftcol {
    padding: 50px 0 50px 25px;
  }

  .news dl dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .inner.Top {
    display: block;
    min-height: initial;
  }
  .Leftcol {
    border-right: none;
    border-bottom: 2px solid #fff;
    padding: 10px 1.5rem;
  }
  .Leftcol .news h2 {
    font-size: 18px;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }


  .Leftcol .news {
    position: relative;
    bottom: initial;
    margin-top: 80px;
    width: 100%;
  }
  .news dl {
    margin-bottom: 10px;
    padding: 25px 17px;
  }
  .Leftcol .news .btn a {
    position: relative;
    text-align: right;
  }
  
}

.Rightcol {
  background: #c3c3c3;
}
.Rightcol img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
/* ---------------------------------

SWIPER

--------------------------------- */
.swiper {
  overflow: hidden;
  max-width: 1000px;
}
.swiper-slide .image {
  height: 750px;
  position: relative;
  width: 100%;
}
.swiper-slide .caption {
  background: rgba(0, 183, 189, 0.8);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 30px 10px 15px;
  right: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.swiper-slide .caption span {
  font-size: 11px;
}
.swiper-slide .caption .name {
  display: flex;
  justify-content: flex-start;
}
.swiper-slide .caption .name span {
  border: 1px solid #fff;
  border-radius: 50vw;
  padding: 0 8px;
  position: relative;
  right: -20px;
}
@media screen and (max-width: 640px) {
  .swiper-slide .caption {
    font-size: 14px;
    padding: 5px 30px 5x 15px;
    width: 100%;
  }
  .swiper-slide .image {
    height: 90vw;
  }
}

/* ---------------------------------

PAGE PROJECT
	
--------------------------------- */
h1.pagettl {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  padding: 80px 0;
  position: relative;
  text-align: center;
  z-index: 0;
}
h1.pagettl::before,
h1.pagettl::after {
  content: "";
  height: 100%;
  position: absolute;
}

h1.pagettl:before {
  background-color: #f2f5f7;
  left: calc(50vw - 480px);
  right: calc(50% - 50vw);
  top: 50px;
  width: auto;
  z-index: -2;
}
h1.pagettl:after {
  background: url(../image/pagettl.png) no-repeat;
  background-size: cover;
  left: calc(50% - 50vw);
  right: calc(50vw - 480px);
  top: 0;
  width: auto;
  z-index: -1;
}
h1.pagettl span {
  display: block;
  font-size: 12px;
  margin: 10px auto 0;
  text-align: center;
}
h3 {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
h1.pagettl {
  font-size: 24px;
  padding: 40px 0;
}
h1.pagettl span {
  font-size: 10px;
  font-weight: 300;
}
h1.pagettl:before {
  left: 1.5rem;
  top: 40px;
}
h3 {
  font-size: 16px;
}
}
.list {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 100px;
}
.list .item {
  display: grid;
  gap: 5px;
  grid-row: span 3;
  grid-template-rows: subgrid;
}
.list .item .image {
  height: auto;
  aspect-ratio: 3 / 2;
}
.list .image span {
  align-items: center;
  color: #aaa;
  display: flex;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
}
.list .name {
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0;
}
.list .name span {
  display: block;
  font-size: 14px;
}
.list .txt {
  border-top: 1px solid #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  padding: 5px 0 0;
  position: relative;
}
.list .txt span {
  display: block;
  font-size: 10px;
}
.list .txt .link {
  background: url( ../image/arrow-BK.png) no-repeat right;
  background-size: contain;
  bottom: 0;
  font-size: 14px;
  font-weight: 500;
  padding-right: 20px;
  position: absolute;
  right: 0;
}


@media screen and (max-width: 640px) {
  .list {
    display: block;
    margin-top: 80px;
  }
  .list .name {
    font-size: 15px;
    line-height: 1.3;
    margin: 5px 0;
  }
  .list .name span {
    font-size: 12px;
  }
  .list .txt {
    background: url( ../image/arrow-BK.png) no-repeat 100% 115%;
    background-size: 20px;
    font-size: 11px;
  }
  .list .txt .link {
    display: none;
  }
}

.card .name {
  margin-bottom: 10px;
  padding-left: 15px;
  position: relative;
}
a:hover .card .image img {
  opacity: 0.8;
}
.card .name::before {
  background: #0DDD76;
  content: "";
  display: inline-block;
  height: 13px;
  left: -10px;
  position: relative;
  width: 13px;
}
.list-projects .card {
  margin-bottom: 60px;
  padding-bottom: 50px;
}
.list-projects .card:last-of-type {
  border-bottom: none
}
.list-projects .card .name {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
  position: relative;
}
.list-projects a .card .name::after {
  background: url(../image/arrow-BK.png) no-repeat right;
  background-size: contain;
  content: "";
  display: block;
  height: 26px;
  position: absolute;
  top: calc(50% - 13px);
  transition: all .3s;
  width: 100%;
}
.list-projects a:hover .card .name::after {
  right: -5px;
}
.list-projects .card .name::before {
  background: none;
  display: inline;
}
@media screen and (max-width: 640px) {
  .list.--block {
    display: block;
    margin-top: 80px;
  }
  .list .card {
    margin-bottom: 50px;
  }
  .list-projects .card {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .list-projects .card .name {
    font-size: 16px;
  }
}
.document {
  border: 1px solid #000;
  margin-bottom: 50px;
}
.document .row {
  border-bottom: 2px solid #000;
  display: grid;
  height: 70px;
  grid-template-columns: 4fr 2fr;
  overflow: hidden;
}
.document .row.bg {
  background: #F7F7F7;
}
.document .row:last-of-type {
  border-bottom: none;
}
.document .row .colL {
  align-items: center;
  display: grid;
  grid-template-columns: 2fr 5fr;
}
.document .row .colR {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 15px;
}
.document span {
  padding: 2px 0 0;
  display: inline-block;
  text-align: center;
}
.document span > span {
  display: none
}
.document div {
  padding: 5px 0;
  position: relative;
  text-align: center;
}
.document .builder {
  font-size: 15px;
}
.document .builder::after,
.document .colL::after,
.document .place::after {
  border-right: 1px solid #000;
  content: "";
  height: 120px;
  display: block;
  position: absolute;
  right: 0;
  top: -25px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .document .row {
    display: block;
    height: initial;
    padding: 0;
  }
  .document .row.bg {
    background: none;
    border-bottom: 3px solid #000;
  }
  .document .row .colL {
    border-bottom: 1px solid #000;
    display: block;
    text-align: left;
  }
  .document .row .colR {
    grid-template-columns: 1fr 2fr;
    overflow: hidden;
  }
  .document div {
    padding: 0;
  }
  .document .name,
  .document .colR {
    padding: 10px 0;
  }
  .document .name  {
    letter-spacing: 0px;
  }
  .document .place  {
    font-size: 12px;
    letter-spacing: 0px;
  }
  .document .builder {
    background: #eee;
    padding: 8px 0;
  }
  .document .builder::after,
  .document .colL::after {
    border-right: none;
    height: initial;
  }
  .document span > span {
    display: inline-block
  }
}

/* --------------------------------------------------------------
   WP-PageNavi
-------------------------------------------------------------- */
.wp-pagenavi {
  align-items: center;
  border-top: 1px solid #000;
  display: flex;
  justify-content: center;
  padding: 30px 0;
  width: 100%;
}
.document + .wp-pagenavi {
  border-top: none
}
.wp-pagenavi span,
.wp-pagenavi a {
  align-items: center;
  border: none !important;
  color: #000;
  display: flex;
  font-size: 14px;
  height: 40px;
  justify-content: center;
  padding: 0 20px;
  width: 35px;
}
.wp-pagenavi .current {
  position: relative;
}
.wp-pagenavi .current::after {
  background: #00B7C4;
  bottom: -10px;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  margin: 0 10px;
  position: relative;
}
.wp-pagenavi .previouspostslink {
  left: -25px;
}
.wp-pagenavi .nextpostslink::after,
.wp-pagenavi .previouspostslink::after {
  background: url(../image/pageNav-prev.png) no-repeat 0;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  width: 40px;
  z-index: 1;
}
.wp-pagenavi .nextpostslink::after {
  background: url(../image/pageNav-next.png) no-repeat center;
  background-size: contain;
}
.wp-pagenavi .last,
.wp-pagenavi .first {
  position: relative;
}
.wp-pagenavi .last::after,
.wp-pagenavi .first::after {
  background: url(../images/btn-next.png) no-repeat 0;
  background-size: contain;
  content: "";
  display: block;
  height: 0.4rem;
  left: calc( 50% - 5px );
  position: absolute;
  width: 0.4rem;
  z-index: 1;
  top: 38%;
}
.wp-pagenavi .first::after {
  background: url(../image/pageNav-next.png) no-repeat 0;
  background-size: contain;
}
@media screen and (max-width: 769px) {
  .wp-pagenavi {
    margin-bottom: 0.3rem;
    margin-top: 0;
  }
  .wp-pagenavi span,
  .wp-pagenavi a {
    font-size: 15px;
  }
  .wp-pagenavi span,
  .wp-pagenavi a {
    font-size: 13px;
    padding: 0 5px;
        height: 30px;
    width: 30px;
  }
  .wp-pagenavi .nextpostslink::after,
  .wp-pagenavi .previouspostslink::after {
    height: 30px;
    width: 30px;
  }

}



/* ---------------------------------

PAGE PROJECT
	
--------------------------------- */
.aboutWrap,
.historyWrap {
  margin: 20px 0;
}
.aboutWrap dl,
.historyWrap dl {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 50px;
  padding: 20px 10px;
}

.aboutWrap + .ttl-border {
  margin-top: 50px;
}
.aboutWrap dl dt {
  font-weight: 500;
}
.aboutWrap dl:nth-child(odd) {
  background: #F7F7F7;
}

.historyWrap dl {
  align-items: baseline;
  border-top: 1px solid rgba(37, 30, 28, .1);
}
.historyWrap dl dt {
  font-weight: 700;
  position: relative;
}
.historyWrap dl dt::after  {
    border-radius: 50vw;
    background: #00b7c4;
    content: "";
    height: 7px;
    right: 0;
    position: absolute;
    top: 11px;
    transform: translateY(-50%);
    width: 7px;
}
.historyWrap dl dd,
.aboutWrap dl dd {
  line-height: 1.8;
}
.col2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}
#map {
  height: 520px;
  width: 100%;
}
#map iframe {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .aboutWrap {
    margin: 20px 0 50px;
  }
  .aboutWrap dl,
  .historyWrap dl {
    display: block;
    padding: 10px 0 15px;
  }
  .aboutWrap dl dt {
    background: #F7F7F7;
    padding: 10px;
  }
  .aboutWrap dl dd {
    padding: 10px;
  }
  .aboutWrap dl:nth-child(odd) {
    background: #fff;
  }

  .historyWrap dl dt {
    background: #F7F7F7;
    padding: 5px 0 5px 15px;
  }
  .historyWrap dl dt::after  {
      left: 3px;
      right: initial;
      top: 17px;
  }
  .historyWrap dl dd {
    padding: 15px;
  }
  .col2 {
    display: block;
  }
}



#visualBlock {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    margin: -50px 0 80px;
}
#visualImg {
    position: absolute;
    left: -150px;
    top: 60px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*枠ごと したから*/
.js-inview-block {
  opacity: 0;
  transform: translate(0, 80px);
  transition: 1s;
}
.js-inview-block.fade {
  opacity: 1;
  transform: translate(0, 0);
}

/* ---------------------------------

SINGLE 

--------------------------------- */
h1.single {
  font-style: italic;
  padding: 60px 0;
}
h1.single span {
  background: #fff;
  clip-path: polygon( 0 0, 90% 0, 100% 20%, 100% 100%, 10% 100%, 0 80%);
  color: #333;
  display: block;
  font-size: 16px;
  margin: 20px auto 5px;
  padding: 3px 0;
  text-align: center;
  width: 100px;
}
h1.single i {
  display: block;
  font-size: 16px;
  margin: 0 auto;
}
.project-single .image {
  margin-top: -20px;
}

.overview {
  margin: 50px auto;
  width: 80%;
}
.overview h2 {
  font-family: "Yu Mincho", YuMincho ;
}
.overview dl {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  display: grid;
  grid-template-columns: 200px 1fr;
  margin-top: 10px;
}
.overview dl dt {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 20px;
}
.overview dl dd {
  border-bottom: 1px solid #000;
  padding: 15px 10px 15px 15px;
}
#previous_next_post {
  text-align: center;
}
.back-list {
    background: #f2f5f7;
  border: 1px solid #333;
  border-radius: 50vw;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  width: 200px;
}



@media screen and (max-width: 769px) {
  .overview {
    width: 100%;
  }
  .overview dl {
    grid-template-columns: 90px 1fr;
    margin-top: 10px;
  }
  .overview dl dt,
  .overview dl dd {
    font-size: 14px;
    letter-spacing: 0;
    padding: 5px;
  }
  .overview dl dt {
    text-align: center;
  }
  .back-list {
    font-size: 12px;
    padding: 8px 0;
  }
}
/* ---------------------------------

PAGE  Inquiry

--------------------------------- */
dl.contact {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 10px;
}
dl.contact .num {
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
}
dl.contact span {
  font-size: 24px;
  color: #00b7c4;
  font-weight: 300;
}
dl.contact.hr {
  border-top: 1px solid #000;
  margin: 30px 0 0;
  padding:30px 0;
}
dl.contact dt {
  font-weight: 500;
}
dl.contact dd {
  line-height: 1.5;
  margin-bottom: 10px;
}
.contactform {
  margin: 0 0 50px;
}
.contactform form {
  margin-top: 50px;
}
.contactform form a {
  text-decoration: underline;
}
.contactform dl {
  align-items: center;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 20px;
}
.contactform dl:last-of-type {
  margin-bottom: 0;
}
.contactform dl dt {
  font-weight: 500;
  position: relative;
  text-align: left;
}
.contactform dt.required::after,
.contactform dt::after {
  background: #d9d9d9;
  content: "任意";
  display: inline-block;
  right: 0;
  font-size: 11px;
  padding: 0 7px;
  position: absolute;
}
.contactform dt.required::after {
  background: #f9dc4a;
  content: "必須";
  display: inline-block;
}
.contactform input,
.contactform select,
.contactform textarea {
  background-color: #f7f7f7;
  border: none;
  line-height: 2;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
}
.contactform textarea {
  margin-bottom: 0.3rem;
  padding: 0.1rem;
  height: auto
}
.contactform button {
  background: none;
  border: none;
  width: 5rem;
}
input[type="checkbox"],
input[type="cradio"] {
  appearance: none;
  background: #fff;
  border-radius: 2px;
  height: auto;
  vertical-align: -2px;
  width: 13px;
}
input[type="radio"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
          display: none;
}
.contactform input::placeholder,
.contactform textarea::placeholder {
  color: #c2c2c2;
}  
.contactform .privacy {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 30px auto;
  font-size: 14px;
}
.contactform .privacy a {
  text-decoration: underline;
}
.contactform .selectbox {
  position: relative;
}
.contactform .selectbox::before {
  border: 2px solid #000;
  border-left: 0;
  border-bottom: 0;
  content: " ";
  cursor: pointer;
  height: 7px;
  display: block;
  position: relative;
  left: 95%;
  top: 30px;
  transform: translateY(-25%) rotate(135deg);
  width: 7px;
}
.contactform input[type="submit"] {
  border: none;
  background: #323232;
  color: #fff;
  margin: 20px auto;
  text-align: center;
  width: 40%;
}
.submit {
  text-align: center;
}
.contactform input[type="checkbox"] {
  border: 1px solid #000;
  margin-right: 5px;
  padding: 8px;
  position: relative;
  vertical-align: -7px;
  width: 13px;
}
/* チェックボックスのアイコン */
.checkboxItem {
  cursor: pointer;
}
input.check_input {
  margin-bottom: 4px;
  position: relative;
  width: 17px;
  height: 17px;
  cursor: pointer;
}
.check_input:checked {
  background-color: #000
}
.check_input:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}

@media screen and (max-width: 769px) {
  dl.contact {
    display: block;
    font-size: 14px;
    margin: 0 0 30px;
  }
  dl.contact dt {
    margin: 10px 0;
  }
  dl.contact .num {
    font-size: 20px;
  }
  .contactform dl {
    display: block;
    font-size: 14px;
  }
  .contactform dl dt {
    margin-bottom: 5px;
    padding: 0 0 0 45px;
    width: initial;
  }
  .contactform dl dd {
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .contactform .privacy {
    justify-content: flex-start;
  }
  .contactform dt.required::after,
  .contactform dt::after {
    bottom: 3px;
    display: block;
    left: 0;
    line-height: 1.6;
    right: initial;
    position: absolute;
  }
  .contactform button {
    width: 100%;
  }
  input[type="checkbox"] {
    height: auto;
  }
  .contactform .check_input {
    padding: 0.1rem 0 0;
  }
  .contactform input[type="submit"] {
    width: 100%;
  }
}


/* ---------------------------------

POST

--------------------------------- */
.article__list li {
  border-bottom: 1px solid #dadedf;
  margin-bottom: 10px;
}
.article__list li a {
  display: block;
  padding: 20px 0;
}
.article__list li a:hover .ttl {
    text-decoration: underline;
}

.article__list li .ttl {
  font-weight: 500;
  margin-top: 15px;
}
.inner.single {
  padding-bottom: 200px;
}
.single .ttlWrap {
  align-items: baseline;
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.single .ttlWrap h2 {
  font-size: 24px;
}
.single .ttlWrap .cat {
  background: url(../image/httl-border.png) no-repeat 0 30%;
  background-size: 15px;
  display: inline-block;
  font-size: 13px;
  color: #00B7C4;
  margin-left: 20px;
  padding: 0 0 0 20px;
}
.inner.single .txt p {
  padding: 15px 0;
}
.inner.single .txt p a {
  text-decoration: underline;
}
.inner.single img {
  margin: 15px 0;
}
@media screen and (max-width: 769px) {
  .article__list {
    margin-bottom: 100px;
  }
  .single .ttlWrap {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .single .ttlWrap h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .single .ttlWrap .group {
    text-align: right;
  }
  .single .ttlWrap .cat {
      background: url(../image/httl-border.png) no-repeat 80% 30%;
      background-size: 15px;
      display: block;
      font-size: 13px;
      color: #00B7C4;
      margin-left: 20px;
      text-align: right;
      padding: 5px 0 15px 20px;
  }
  .inner.single .txt p {
    font-size: 14px;
  }
}
/* ---------------------------------

PRIVACY POLICY

--------------------------------- */
.policy h2 {
  border-bottom: 1px solid #000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  padding: 15px 0 10px;
}
.policy p {
  padding: 20px 0;
}
.waku {
  border: 1px solid #dadedf;
  padding: 20px 40px;
}
.waku.recruit {
  border: none;
  border-top: 1px solid #dadedf;
  border-bottom: 1px solid #dadedf;
  padding: 20px 10px;
}
.waku p {
  font-size: 15px;
  line-height: inherit;
  margin-top: 15px;
}
.recruit.lead {
  font-size: 15px;
  margin: 0 0 50px;
}
@media screen and (max-width: 769px) {
  .policy h2 {
    font-size: 16px;
    margin-bottom: 15px;
    padding: 10px 0;
  }
  .policy p {
    padding: 15px 0;
  }
  .waku {
    font-size: 14px;
    padding: 10px 20px;
  }
}



/* ---------------------------------

FOOTER

--------------------------------- */
footer {
  position: relative;
  text-align: center;
  width: 100%;
}
footer .logo {
  display: none;
}
footer ul {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 5rem 0;
}
footer ul li {
  font-size: 16px;
  font-weight: 500;
  padding: 0 40px;
}
footer ul li a {
  display: block;
  padding-bottom: 3px; /* テキストと下線の間隔 */
  background-image: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: bottom right; /* 下線の初期位置 */
  background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
  transition: background-size 0.3s;
}
footer ul li a:hover {
  color: #000;
  background-position: bottom left; /* 下線のホバー時位置 */
  background-size: 100% 1px; /* 下線の横幅を100%にする */
}
footer small {
  border-top: 1px solid #000;
  display: block;
  font-size: 10px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.inner.Top + footer {
  margin: 0 auto;
  max-width: 1440px;
}
footer .btn {
  display: none;
}
@media screen and (max-width: 640px) {
  footer {
    padding: 30px 0 0;
  }
  footer .logo {
    align-items: center;
    display: flex;
    justify-content: start;
    margin-bottom: 20px;
    padding: 0 1.5rem;
    width: 100%;
  }
  footer .logo span {
    display: block;
    width: 50px;
  }
  footer .map {
    border-radius: 50vw;
    background: #F0F0F0;
    font-size: 10px;
    margin-left: 5px;
    padding: 0 6px;
    text-align: center;
  }
  footer ul {
    display: grid;
    grid-template-columns:  repeat(4, 1fr);
    padding: 10px 1.5rem 30px;
  }
  footer ul li {
    line-height: 2;
    font-size: 13px;
    padding: 0;
    text-align: left;
  }
  footer ul li a {
    font-weight: 500;
  }
  footer ul li:nth-of-type(2) {
    width: 70%;
  }
  footer .btn.BK {
    display: block;
  }
  footer .btn.BK a {
    background: #00B7C4;
  }
  footer small {
    border-top: none;
  }
}


footer.childPage {
  border-top: 1px solid #000;
  padding-top: 15px;
}
footer.childPage .address {
  font-size: 16px;
  margin: 0 auto;
  padding-left: calc(50vw - 480px);
  position: relative;
}

footer.childPage .address .map {
  background: #F0F0F0;
  border-radius: 50vw;
  bottom: 0;
  font-size: 13px;
  left: calc(50vw - 480px);
  margin-left: 300px;
  position: absolute;
  padding: 5px 15px;
  text-align: center;
}

footer.childPage .address .map:hover {
  background: #00B7C4;
  color: #fff;
}
footer.childPage .address p {
  font-size: 12px;
  line-height: 1.3;
  margin-top: 5px;
}
footer.childPage ul {
  display: none
}
footer.childPage .txtlink {
  bottom: 70px;
  font-size: 13px;
  padding-right: calc(50vw - 480px);
  position: absolute;
  right: 0;
}

footer.childPage .txtlink a:first-of-type {
  font-weight: normal;
  margin-right: 20px;
}
footer.childPage .txtlink a:last-of-type {
  background: #00B7C4;
  color: #fff;
  padding: 10px 28px;
}
footer.childPage .txtlink a:hover:last-of-type {
  background: #000;
}
footer.childPage small {
  background: #F0F0F0;
  border-top: none;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  footer.childPage .address,
  footer.childPage .txtlink {
    display: none;
  }
  footer.childPage small {
    margin-top: 0;
  }
}