body {
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {

}
p {
  font-size: 16px;
}
span {
  font-size: 16px;
}
img {
  width: 100%;
}
.mainbg {
    height: 100vh;
    margin-bottom: 10%;
    position: relative;
}
.mainbg img {
  height: 100%;
  object-fit: cover;
}
.sub-heading {
    height: auto;
    position: relative;
}
.sub-heading img {
  height: 250px;
  object-fit: cover;
  position: relative;
}
.sub-up-wrap {
    position: absolute;
    top: 5px;
    right: 150px;
    width: 223px;
}
.bg {
  padding: 100px 0;
}
.bg-b {
  padding: 100px 0 0 0;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
  .container {
      max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
      max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
      max-width: 960px;
  }
}
@media (min-width: 1024px) {
  .container {
      max-width: 1024px;
  }
}

/* button */
/* ここから下がボタンのCSS　*/
.btn-surround {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  font-weight: 700;
  background-color: #2da9e1;
  text-align: center;
  width: inherit;
  padding: 16px 16px;
  position: relative;
  opacity: 1 !important;
  transition: all 0.3s;
}
.btn-surround:before,
.btn-surround:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #2da9e1;
  top: 0;
  pointer-events: none;
}
.btn-surround:before {
  left: 0;
  width: 0;
  height: 2px;
}
.btn-surround:after {
  right: 0;
  width: 2px;
  height: 0;
}
.btn-surround:hover {
  background-color: #FFF;
  color: #2da9e1;
}
.btn-surround:hover:before {
  width: 100%;
  transition: width 0.2s 0.2s;
}
.btn-surround:hover:after {
  height: 100%;
  transition: height 0.1s 0.4s;
}
.btn-surround:hover span:before {
  width: 100%;
  transition: width 0.2s 0.5s;
}
.btn-surround:hover span:after {
  height: 100%;
  transition: height 0.1s 0.7s;
}
.btn-surround span:before,
.btn-surround span:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #2da9e1;
  bottom: 0;
  pointer-events: none;
}
.btn-surround span:before {
  right: 0;
  width: 0;
  height: 2px;
}
.btn-surround span:after {
  left: 0;
  width: 2px;
  height: 0;
}
.rental .btn-surround {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    font-weight: 700;
    background-color: #2da9e1;
    text-align: center;
    width: 300px;
    padding: 16px 16px;
    position: relative;
    opacity: 1 !important;
    transition: all 0.3s;
    margin: 10px auto;
    display: block;
}
.rental .btn-surround:before,
.rental .btn-surround:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #2da9e1;
  top: 0;
  pointer-events: none;
}
.rental .btn-surround:before {
  left: 0;
  width: 0;
  height: 2px;
}
.rental .btn-surround:after {
  right: 0;
  width: 2px;
  height: 0;
}
.rental .btn-surround:hover {
  background-color: #FFF;
  color: #2da9e1;
}
.rental .btn-surround:hover:before {
  width: 100%;
  transition: width 0.2s 0.2s;
}
.rental .btn-surround:hover:after {
  height: 100%;
  transition: height 0.1s 0.4s;
}
.rental .btn-surround:hover span:before {
  width: 100%;
  transition: width 0.2s 0.5s;
}
.rental .btn-surround:hover span:after {
  height: 100%;
  transition: height 0.1s 0.7s;
}
.rental .btn-surround span:before,
.rental .btn-surround span:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #2da9e1;
  bottom: 0;
  pointer-events: none;
}
.rental .btn-surround span:before {
  right: 0;
  width: 0;
  height: 2px;
}
.rental .btn-surround span:after {
  left: 0;
  width: 2px;
  height: 0;
}



a.btn-arrow {
  position: relative;
      color: #FFF;
      display: block;
      margin-top: 10%;
      font-size: 16px;
      width: 100%;
}
a.btn-arrow::before {
    position: absolute;
    content: "";
    bottom: -50%;
    left: 0;
    width: 50%;
    height: 1px;
    background-color: #FFF;
    transition : all 0.5s ease 0s;
}
a.btn-arrow::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 20px;
    background-image: linear-gradient(to left top, transparent 53%, white 40%, white 54%, transparent 56%);
    bottom: -170%;
    right: 48%;
    transition : all 0.5s ease 0s;
}
a.btn-arrow:hover::before {
  position: absolute;
  content: "";
  bottom: -50%;
  left: 0;
  width: 70%;
  height: 1px;
  background-color: #FFF;
}
a.btn-arrow:hover::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 20px;
  background-image: linear-gradient(to left top, transparent 53%, white 40%, white 54%, transparent 56%);
  bottom: -170%;
  right: 28%;
}
a.btn-arrow.black {
  position: relative;
      color: #000;
      display: block;
      margin-top: 10%;
      font-size: 16px;
      width: 60%;
}
a.btn-arrow.black.right-area {
    margin-top: 0;
    margin-left: auto;
    width: 20%;
}
a.btn-arrow.black::before {
    position: absolute;
    content: "";
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transition: all 0.5s ease 0s;
}
a.btn-arrow.black::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 20px;
    background-image: linear-gradient(to left top, transparent 53%, black 40%, black 54%, transparent 56%);
    bottom: -170%;
    right: -4%;
    transition: all 0.5s ease 0s;
}
a.btn-arrow.black:hover::before {
  position: absolute;
  content: "";
  bottom: -50%;
  left: 0;
  width: 130%;
  height: 1px;
  background-color: #000;
}
a.btn-arrow.black:hover::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 20px;
  background-image: linear-gradient(to left top, transparent 53%, black 40%, black 54%, transparent 56%);
  bottom: -170%;
  right: -34%;
}


/* scroll animation */
.scroll {
    width: 300px;
    height: 300px;
    border-radius: 5px;
    position: absolute;
    overflow: hidden;
    right: 0px;
    top: 0;
}

/* アニメーション設定 */
.arrowWrap {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 200px
}

.arrowInner p {
  font-size: 12px;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}

.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}
.bg .grid {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: -3;
}
.bg .grid div {
    height: 100%;
    border-right: 1px solid #E4E4E4;
    width: 20%;
    z-index: -1;
}
.bg .grid div:first-child {
  border-left: 1px solid #E4E4E4;
}
/* footer */
footer {
    background-color: #0087e6fa;
    color: #FFF;
    padding: 70px 0 0 0;
    clear: both;
}
.ft_wrap {
    display: flex;
    padding-bottom: 5%;
    border-bottom: 1px solid #FFF;
}
.ft_wrap .f_box {
  width: 22%;
}
.ft_wrap .f_box:first-child {
  width: 34%;
}
.ft_wrap .f_box a {

}
.ft_wrap .f_box a img {
    width: 40%;
    background-color: #FFF;
	padding:30px;
}
.ft_wrap .f_box ul.sns img {
  background-color: initial;
  width: 20%;
  padding: 0;
}
.ft_wrap .f_box p {
    margin: 10px 0;
	color:#FFF;
}
_::-webkit-full-page-media, _:future, :root .ft_wrap .f_box p {
	color: #FFF;
}
.ft_wrap .f_box a {
	color:#FFF;
}
.ft_wrap .f_box p span {
    display: block;
}
.ft_wrap .f_box p.call {
  font-size: 40px;
  color: #FFF;
  font-weight: bold;
}
.ft_wrap .f_box p.call span {
    display: initial;
}
.ft_wrap .f_box nav {

}
.ft_wrap .f_box nav h5 {
  font-family: Futura,Trebuchet MS,Arial,sans-serif;
  font-style: italic;
  font-weight: bold;
  padding-bottom: 15%;
  letter-spacing: 5px;
}
.ft_wrap .f_box ul {

}
.ft_wrap .f_box ul li {
    margin: 10% 10px;
}
.ft_wrap .f_box ul li:first-child {
  margin: 0 10px 10% 10px;
}
.ft_wrap .f_box ul li a {
  color: #FFF;
  font-size: 16px;
}
.ft_bottom {
    display: flex;
    padding: 20px 0;
}
.ft_bottom p {
  width:50%;
  font-family: Futura,Trebuchet MS,Arial,sans-serif;
  font-weight: 100;
}
.ft_bottom ul {
  width: 50%;
}
.ft_bottom ul li {
    float: right;
    margin: 0 20px;
    list-style: none;
}
.ft_bottom ul li a {
  color: #FFF;
}

.breadcrumb {
  overflow: hidden;
}
.breadcrumb ul {

}
.breadcrumb ul li {
    list-style: none;
    position: relative;
    margin-right: 3%;
    float: left;
}
.breadcrumb ul li:first-child::before {
    position: absolute;
    top: 0;
    right: -45%;
    content: "/";
}
.breadcrumb ul li:nth-child(3)::before {
    position: absolute;
    top: 0;
    left: -4%;
    content: "/";
}
.breadcrumb ul li.active {

}
.breadcrumb ul li a {
  color: #000;
}
.recruit_wrap {
  padding: 0 0 100px 0;
}
.recruit_wrap table{
  box-sizing: border-box;
  border-collapse:collapse;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 100px;
  box-shadow: rgb(38 57 77) 0px 20px 30px -10px;
}
.recruit_wrap table th {
  width: 30%;
  text-align: center;

}
.recruit_wrap table th,
.recruit_wrap table td{
  border: 1px solid #E3E2E2;
  padding: 2em;
  font-size: 16px;
  line-height: 34px;
}
.recruit_wrap table th{
  background: #eee;
}
.recruit_wrap a {
    width: 30%;
    margin: 0 auto;
    display: block;
}
.h_recruit_wrap {
  position: relative;
}
.staff_wrap {

}
.staff_wrap ul {
    overflow: hidden;
}
.staff_wrap ul li {
    list-style: none;
    width: 23.5%;
    float: left;
    margin: 1%;
    box-shadow: rgb(38 57 77) 10px 9px 20px -20px;
}
.staff_wrap ul li:nth-child(1) {
  margin: 1% 1% 1% 0;
}
.staff_wrap ul li:nth-child(5) {
  margin:1% 1% 1% 0;
}
.staff_wrap ul li:nth-child(9) {
  margin: 1% 1% 1% 0;
}
.staff_wrap ul li:nth-child(4) {
  margin: 1% 0 1% 1%;
}
.staff_wrap ul li:nth-child(8) {
  margin: 1% 0 1% 1%;
}
.staff_wrap ul li:nth-child(12) {
  margin: 1% 0 1% 1%;
}
.staff_wrap ul li img {
    height: 300px;
    object-fit: cover;
    margin-bottom: 10px;
}
.staff_wrap ul li span {

}
.staff_wrap ul li p {
  padding: 0 10px;
}
.staff_wrap ul li p.name {
    font-size: 18px;
    margin: 10px 0;
    font-weight: bold;
    padding: 10px;
}
.h_news-single_wrap {

}
.h_news-single_wrap .news-wrap {
  display: flex;
  padding: 20px 0;
}
.h_news-single_wrap .news-wrap .news-contents {
    width: 70%;
    padding-right: 30px;
}
.h_news-single_wrap .news-wrap .news-contents h1 {
    font-size: 24px;
    text-align: left;
    line-height: 40px;
    padding-top: 25px;
}
.h_news-single_wrap .news-wrap .news-contents img {
    margin: 5% 0 10% 0;
    height: 350px;
    object-fit: cover;
}
.h_news-single_wrap .news-wrap .news-contents .contents-wrap {

}
.h_news-single_wrap .news-wrap .news-contents .related-article {

}
.h_news-single_wrap .news-wrap .news-contents .related-article ul {

}
.h_news-single_wrap .news-wrap .news-contents .related-article ul li {
    list-style: none;
    margin: 5% 10px;
    border-bottom: 1px dotted;
    padding-bottom: 20px;
    float: left;
    width: 30%;
}
.h_news-single_wrap .news-wrap .news-contents .related-article ul li a {
    color: #000;
}
.h_news-single_wrap .news-wrap .news-contents .related-article ul li a img {
    height: 150px;
}
.h_news-single_wrap .news-wrap .news-contents .related-article ul li a span.date {
    display: block;
    margin: 10px 0;
}
.h_news-single_wrap .news-wrap .news-contents .related-article ul li a span.cat {
    padding: 5px;
    text-align: center;
    background-color: #000;
    color: #FFF;
    display: inline-table;
    font-size: 10px;
    min-width: 100px;
}
.h_news-single_wrap .news-wrap .news-contents .related-article ul li a span.cat.rental {
  background-color: #25278A;
  box-shadow: none;
}
.h_news-single_wrap .news-wrap .news-contents .related-article ul li a span.cat.sell {
  background-color: #29A8E2;
}
.h_news-single_wrap .news-wrap .news-contents .related-article ul li a span.cat.other {
  background-color: #E90517;
}
.h_news-single_wrap .news-wrap .news-contents .related-article ul li a span.title {
    font-size: 14px;
    line-height: 20px;
}
.h_news-single_wrap .news-wrap .news-contents .related-article h2 {
  font-size: 22px;
  margin: 5% 0;
  border-bottom: 3px solid;
  line-height: 1.2;
  padding-bottom: 10px;
  font-weight: bold;
}
.h_news-single_wrap .news-wrap .news-contents .contents-wrap h1,h2,h3,h4,h5,h6 {
  padding: 10px 0;
}
.h_news-single_wrap .news-wrap .news-contents .contents-wrap h1 {
  font-size: 24px;
  margin: 5% 0;
}
.h_news-single_wrap .news-wrap .news-contents .contents-wrap h2 {
  font-size: 22px;
  margin: 5% 0;
  border-bottom: 3px solid;
  line-height: 1.2;
  padding-bottom: 10px;
  font-weight: bold;
}
.h_news-single_wrap .news-wrap .news-contents .contents-wrap h3 {
  font-size: 20px;
  margin: 10% 0 5%;
  line-height: 1.2;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
}
.h_news-single_wrap .news-wrap .news-contents .contents-wrap h3::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 100%;
    background-color: #46C79E;
    top: 0;
    left: 0;
}
.h_news-single_wrap .news-wrap .news-contents .contents-wrap h4 {
  font-size: 18px;
  margin: 10% 0 5%;
  border-bottom: 3px solid;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  border: none;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 30px!important;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
}
.h_news-single_wrap .news-wrap .news-contents .contents-wrap h4:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #333;
    top: 45%;
    left: 0;
}

.h_news-single_wrap .news-wrap .news-contents .contents-wrap h5 {
    margin: 5% 0;
    border-bottom: 3px solid;
    line-height: 1.2;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}
.h_news-single_wrap .news-wrap .news-contents .contents-wrap blockquote.wp-block-quote {
    padding: 15px;
    background-color: #f5f5f5;
}
.h_news-single_wrap .news-wrap .news-contents .contents-wrap blockquote.wp-block-quote p {
    font-size: 14px;
    line-height: 34px;
}
.wp-block-columns {
  margin: 50px 0;
}
.h_news-single_wrap .news-wrap .news-contents .contents-wrap p {
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.h_news-single_wrap .news-wrap .news-sidebar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  height: 100%;
  width: 30%;
}
.h_news-single_wrap .news-wrap .news-sidebar .sidebar-box {
  margin-bottom: 20px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
}
.h_news-single_wrap .news-wrap .news-sidebar .sidebar-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
    font-style: italic;
    position: relative;
}
.h_news-single_wrap .news-wrap .news-sidebar .sidebar-box h3::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 2px;
  background-color: #000;
  bottom: 0;
  left: 30px;
}
.h_news-single_wrap .news-wrap .news-sidebar .sidebar-box ul {

}
.h_news-single_wrap .news-wrap .news-sidebar .sidebar-box ul li.cat-item {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dee2e6;
  list-style: none;
}
.h_news-single_wrap .news-wrap .news-sidebar .sidebar-box ul li.cat-item a {
  display: block;
  color: #000000;
}
.h_news-single_wrap .news-wrap .news-sidebar .sidebar-box ul li.cat-item a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.philosophy_wrap.h_service__wrap::after {
  content: none;
}
.philosophy_wrap {
  position: relative;
}
.philosophy_wrap .p_contents {

}
.philosophy_wrap .p_contents .box:first-child {
  width: 70%;
}
.philosophy_wrap .p_contents .box:last-child {
  width: 30%;
}
.philosophy_wrap .p_contents .box h3 {
    width: 100%;
    font-size: 28px;
    line-height: 48px;
    font-weight: 100;
    position: relative;
    font-family: inherit;
}
.sitemap_wrap {
  position: relative;
}
.sitemap_wrap .sitemap__content {
  display: flex;
}
.sitemap_wrap .sitemap__content .s_box {
  width: 33.3333%
}
.sitemap_wrap .sitemap__content .s_box nav {

}
.sitemap_wrap .sitemap__content .s_box nav h5 {
  font-family: Futura,Trebuchet MS,Arial,sans-serif;
  font-style: italic;
  font-weight: bold;
  padding-bottom: 15%;
  letter-spacing: 5px;
}
.sitemap_wrap .sitemap__content .s_box nav ul {

}
.sitemap_wrap .sitemap__content .s_box nav ul li {
  margin: 10% 10px;
}
.sitemap_wrap .sitemap__content .s_box nav ul li a {
  font-size: 16px;
  color: #000;
}

.privacy_wrap {

}
.privacy_wrap .privacy {

}
.privacy_wrap .privacy .privacy-wrap {

}
.privacy_wrap .privacy .privacy-wrap h2 {
  margin: 30px 0 20px 0;
  font-size: 22px;
  font-weight: bold;
}
.privacy_wrap .privacy .privacy-wrap p {
  margin: 20px 0;
  line-height: 1.6;
  font-weight: 100;
}
.privacy_wrap .privacy .privacy-wrap ol {
    padding-left: 25px;
}
.privacy_wrap .privacy .privacy-wrap ol li {
    font-size: 16px;
    margin: 10px 0;
}

/* footer */
#simple footer {
    background-color: #f0f0f0;
    color: #000;
    padding: 0;
    clear: both;
}
#simple footer .ft_bottom ul li a {
    color: #000;
}

/* 不動産賃貸 */
.rental {
    padding: 20px;
    background-color: #f7f7f7;
    box-shadow: rgb(38 57 77) 0px 20px 30px -10px;
    position: relative;
    margin-bottom: 10%;
}
.rental a {
  color: #333;
}
.rental h5 {
  font-size: 20px;
    line-height: 28px;
}
.rental-wrap {
  display: flex;
}
.rental-box {
    width: 40%;
}
.rental-txt {
    padding: 5px 40px;
    display: block;
    width: 52%;
}
.rental-txt h2 {
  display: block;
  border-bottom: 1px solid;
  width: 100%;
  font-size: 18px;
}
.rental-txt p {
  padding: 10px;
  line-height: 24px;
}
.rental-txt .table-box {

}
.rental-txt .table-box table {
    width: 100%;
    overflow: hidden;
    border: none;
    font-size: 16px;
    margin: 20px 0;
}
.rental-txt .table-box table th {
    width: 30%;
    padding: 0;
    border-bottom: solid 1px #707070;
    box-sizing: border-box;
    text-align: left;
    border-top: none;
}
.rental-txt .table-box table td {
    padding: 0;
    border-bottom: solid 1px #E4E4E4;
    border-top: none;
    line-height: 30px;
}
.rental-txt .table-box table th,
.rental-txt .table-box table td {
  padding: 10px;
  font-weight: 100;
}
.rental-list {
  display: flex;
  margin-top: 5%;
}
.rental-list table {
  background-color: #FFF;
  width:50%;
}
.rental-list table th {
    width: 150px;
    padding: 10px;
    font-weight: 100;
    vertical-align: top;
    background-color: #000;
    color: #FFF;
    text-align: left;
}
.rental-list table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
}
.rental-list table,
.rental-list table th,
.rental-list table td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.rental-list table th,
.rental-list table td {
  padding: 10px;
}
.rental-check {
    width: 50%;
    padding: 0 20px;
}
.rental-check ul {
  overflow: hidden;
}
.rental-check ul li {
    float: left;
    width: 28%;
    padding: 5px;
    border: 1px solid #e5e5e5;
    list-style: none;
    text-align: center;
    margin: 5px;
    color: #e5e5e5;
}
.rental-check ul li.active {
  border: 1px solid #000;
  color: #000;
}

.rental-link {
  margin-top: 5%;
}
/*メイン画面*/
.navigation {
    width: 100%;
}
.navigation li{
    display: block;
}

.navigation .slide img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.contents{
    width: 80%;
    padding: 200px 50px;
    border: 1px solid black;
    margin: 20px auto;
}
/*メイン画面（終）*/

/*モーダルウィンドウ*/
.modal-window{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: pink;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    /*border: 1px solid red;*/
    position: fixed;
    z-index: 99;
}
.close-btn{
    position: absolute;
    top: 10px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    cursor: hand;
}
/*モーダルウィンドウ（終）*/

/*====slickレイアウト設定====*/
ul {
    padding-inline-start: 0px;
    list-style-type: disc;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}


.wrapper{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    height: 70%;
    padding: 0;
    padding-top: 50px;
}
.slider{
    margin: 0px auto;
    width: 60%;
    border: 1px solid red;
}
.slider img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.slick-prev:before,
.slick-next:before {
    color: white;
}
.thumb{
    width: 30%;
    margin: 0 auto;
}

.thumb li{
    margin-right: 10px;
}
.thumb img {
    width: 100%;
    height: 30px;
    cursor: pointer;
    cursor: hand;
    object-fit: cover;
}
.slider{
    margin-bottom: 20px;
}
.slide span {
  font-size: 12px;
}
/*====slickレイアウト設定（終）====*/

.project_wrap .pro_contents .box h2 {
    width: 100%;
    line-height: 48px;
    font-weight: 100;
    position: relative;
    font-size: 44px;
    font-family: Futura,Trebuchet MS,Arial,sans-serif;
    font-style: italic;
}
.project_wrap .pro_contents .box h3 {
    width: 100%;
    font-size: 28px;
    line-height: 48px;
    font-weight: 100;
    position: relative;
}
.project_wrap .pro_contents .box p {
  width: 100%;
  font-size: 16px;
  line-height: 40px;
  margin-top: 25px;
  position: relative;
}
.ribbon17-wrapper {

}

.ribbon17-content {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
  }

.ribbon17 {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  background: #ffa520;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbon17:before, .ribbon17:after {
  position: absolute;
  content: "";
  border-top: 4px solid #b2751b;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.ribbon17:before {
  left: 14px;
}

.ribbon17:after {
  right: 18px;
}

.section_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}
.content_wrap {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 78px 0;
    box-sizing: border-box;
}


.top_box02 {
    width: 100%;
    background: linear-gradient(90deg, #fff 0%, #fff 50%, #d9c1b4 50%, #d9c1b4 100%);
}
.top_box02 .content_wrap {
    background: linear-gradient(90deg, #fff 0%, #fff 81%, #d9c1b4 81%, #d9c1b4 100%);
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
}
.top_box02 .left {
    width: 440px;
    position: relative;
}
.inner-wrapper-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  transition: all 0.2s ease-in;
}
.top_box02 .left .sticky {
    padding-top: 173px;
    padding-bottom: 150px;
}
.category_title {
    position: relative;
    font-size: 16px;
    font-family: neue-haas-grotesk-text, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 500;
    line-height: 100%;
    padding-left: 17px;
    margin-bottom: 25px;
}
.top_box02 .left .category_title {
    letter-spacing: 0.5px;
}
.category_title::before {
    position: absolute;
    display: block;
    left: 0;
    top: 40%;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #67a8d2;
}
.top_box02 .left .sticky p {
    line-height: 215%;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.8px;
}

.top_box02 .right {
    z-index: 1;
    width: 55%;
    max-width: 667px;
    padding-top: 173px;
    padding-bottom: 100px;
}
.top_box02 .right .box {
    margin-bottom: 50px;
}
.top_box02 .right .box a {
    display: block;
    width: 100%;
    height: 100%;
}
.imgWrap {
    overflow: hidden;
    width: 100%;
}
.imgWrap img {
    transition: all 2.6s ease-in 0s;
    height: 300px;
    width: 100%;
    object-fit: cover;
}
.top_box02 .right .text_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-top: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
}
.top_box02 .right .text_box .text {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.top_box02 .right .text_box .text div {
    padding: 22px 15px 0 20px;
    color: #333;
    line-height: 170%;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.8px;
}

.top_box02 .right .text_box .text div span {
    display: block;
    font-size: 22px;
    font-family: neue-haas-grotesk-text, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 100%;
    padding-bottom: 12px;
    color: #333;
}
.top_box02 .right .text_box .text h3 {
  color: #d9c1b4;
      font-size: 5em;
      font-weight: bold;
}
.top_box02 .right .text_box ul {
  padding-left: 30px;
}
.top_box02 .right .text_box table {
  border-collapse: collapse;
      border: 1px solid #ccc;
      line-height: 1.5;
      background-color: #FFF;
      margin-top: 5%;
}
.top_box02 .right .text_box th {
  width: 150px;
      padding: 10px;
      font-weight: 100;
      vertical-align: top;
      background-color: #000;
      color: #FFF;
      text-align: left;
}
.top_box02 .right .text_box td {
  padding: 10px;
}
.top_box02 .right .text_box th,
.top_box02 .right .text_box td {
  border-collapse: collapse;
      border: 1px solid #ccc;
      line-height: 1.5;
}
.sub_title_s {
    color: #111419;
    font-size: 18px;
    font-weight: 700;
    line-height: 168%;
    letter-spacing: 1.7px;
    margin-bottom: 21px;
}
.top_box02 .right .text_box .btn-s {
    padding-top: 40px;
    padding-right: 65px;
    white-space: nowrap;
}


h2.ttl {
  width: 100%;
      font-size: 28px;
      line-height: 48px;
      font-weight: 100;
      position: relative;
}
table.tax-table {
  background-color: #FFF;
  width: 100%;
  text-align: center;
  box-shadow: rgb(38 57 77) 0px 20px 30px -10px;
}
table.tax-table th {
    background-color: #d9c1b4;
}
table.tax-table td {

}
table.tax-table th,
table.tax-table td {
  border-collapse: collapse;
      line-height: 1.5;
      padding: 20px;
      width: 25%;
}
.flex-box {
  display: inline-block;
}
.staff_wrap {
    margin-top: 5%;
    overflow: hidden;
}
.staff_wrap .card {
    width: 27%;
    position: relative;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    margin: 0 1%;
    padding: 40px 20px;
    float: left;
}
.staff_wrap .card .user-picture {
    position: absolute;
    height: 150px;
    width: 150px;
    top: -110px;
    right: 0;
}
.staff_wrap .card .user-picture img.rounded-circle {
    border-radius: 49%;
    height: 100%;
    object-fit: cover;
}
.staff_wrap .card .user-content {

}
.staff_wrap .card .user-content h5.user-name {
  font-size: 20px;
  font-weight: bold;
  color: #000;
}
.staff_wrap .card .user-content .sub_title_staff {
    min-height: 30px;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    color: #6c757d;
}
.staff_wrap .card .user-content p.hobby {
  padding: 5% 0;
  min-height: auto;
  color: #6c757d;
}


#cards .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 370px;
    padding: 15% 1.25rem 1.25rem;
    background-color: #FFF;
    border-radius: 20px;
}
#cards .card-member .user-picture img {
  position: absolute;
      top: 0;
      right: 10%;
      background: #67a8d2!important;
      padding: 10px;
      object-fit: cover;
      width: 130px;
      height: 130px;
}
.breadcrumb {
    display: inherit;
    display: inherit;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    padding: inherit;
    margin-bottom: inherit;
    list-style: none;
    background-color: inherit;
    border-radius: inherit;
}
#cards .card-member .user-content .user-name {
    margin-right: 150px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.blockquote-footer::before {
    content: "\2014\00A0";
    top: 0;
    left: 0px;
    position: absolute;
}
.user-content p.sub_title_staff {
    min-height: 50px;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    color: #000;
}
.user-content p {
    /*min-height: 120px;*/
	min-height:auto;
}
#cards .card-member .user-content p.small.text-muted.mb-0 {
    padding: 5% 0;
    min-height: auto;
}
.contact-box {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid;
    padding: 30px;
    display: flex;
}
.contact-left {
    width: 65%;
}
.contact-box .contact-left h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.contact-box .contact-left p {
  font-size: 18px;
}
.contact-box .contact-right {
    width: 35%;
    background-color: #0087e6fa;
    color: #FFF;
    padding: 15px;
}
.contact-box .contact-right .box p {
  margin-bottom: 5px;
  font-size: 18px;
}
.contact-box .contact-right .box p.call {

}
.contact-box .contact-right .box {

}
.contact-box .contact-right .box span {
  display: block;
  margin-bottom: 3px;
}
.contact-box .contact-right .box p.call span {
  display: initial;
}
.btn--orange, a.btn--orange {
    color: #fff;
    background-color: #eb6100;
    padding: 15px;
    display: flex;
    text-align: center;
    margin: 5% 0 0 0;
    width: 50%;
    justify-content: center;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

.comp {
  text-align: center;
}
.comp h1 {
  font-size: 30px;
  margin-bottom: 5%;
}
.comp p {
    max-width: 600px;
    margin: 0 auto;
    line-height: 30px;
}

.table-wrap {
    padding: 20px;
    color: #333;
    margin-bottom: 5%;
    background: #FFF;
}
.appear {
  font-size: 16px;
  line-height: 1.6;
}
.appear dt {
    margin: 3% 0 6px 0;
    font-size: 18px;
    font-weight: bold;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
    font-size: 16px;
}