body {
  font-weight: 600;
}

.col_content_wrapper {
  max-width: 1700px;
  margin: 0 auto;
  padding: 0 100px;
}

#container {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}

#container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  /* transition: opacity 0.25s ease; */
  opacity: 0;
  pointer-events: none;
  z-index: 100;
}

#bread_crumb {
  max-width: inherit;
  padding: 0 60px;
}

#bread_crumb.animate {
  opacity: 1;
  transition: opacity 1s ease 0.3s;
}

#bread_crumb {
  max-width: 1700px;
  height: 60px;
  margin: 38px auto 130px;
  padding: 0 100px;
}

#bread_crumb ul {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
  display: flex;
  font-size: 14px;
}
#bread_crumb ul .home::after {
  content: url(../img/home.png);
}

#bread_crumb ul li a {
  max-width: 16px;
}

#bread_crumb ul li a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#bread_crumb ul li:not(:first-child):before {
  content: ">";
  margin: 0 20px;
  color: #000;
}

#bread_crumb ul li:last-child {
  color: #00A6B7;
}

.design_header .large_headline {
  font-size: 70px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  text-align: left;
}

.about_img_wrapper {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  aspect-ratio: 1450/600;
  overflow: hidden;
  margin-bottom: 160px;
}
.about_img_wrapper .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.about_img_wrapper img {
  width: 100%;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec_common {
  max-width: 1700px;
  padding: 0px 100px 140px 100px;
  margin: 0 auto;
}

.pt-140px {
  padding: 140px 100px 140px 100px;
}

.sec_col {
  padding: 140px 0;
  margin: 0 auto;
  background: #f6f6f6;
}

.ttl_container {
  margin-bottom: 60px;
}

.main_p {
  font-size: 18px;
  color: #00A6B7;
}

.sentence_container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  line-height: 1.5;
}
.sentence_container h3 {
  font-size: 34px;
}
.sentence_container .sec2_p {
  font-size: 16px;
  line-height: 2.6;
  padding-left: 50px;
}

.ttl-tx {
  font-size: 70px;
  font-weight: 600;
}

.ttl_p {
  font-size: 18px;
  color: #ff4000;
  font-weight: 500;
}

.autoplay-slider {
  display: flex;
  min-width: 100%;
  width: -moz-min-content;
  width: min-content;
  animation: 20s linear infinite sliderAnimation;
  animation-duration: 60s;
}

.about-slide {
  border-radius: 5px;
  margin-right: 50px;
  width: 240px;
  height: 240px;
}
.about-slide img {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}
#about-2_sentence {
  max-width: 1700px;
  margin: 0 auto 140px;
  padding: 0 100px;
}

.column-2_image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}
.column-2_image .img_wrapper {
  width: calc(50% - 3px);
  aspect-ratio: 620/450;
}
.column-2_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: inherit;
  z-index: 1;
}

.design_arrow_btn {
  text-align: right;
  margin-top: 60px;
}
.design_arrow_btn a {
  color: #00A6B7;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 20px;
}
.design_arrow_btn span {
  margin-right: 20px;
}

.sec-4_about {
  max-width: 1700px;
  margin: 0 auto;
  padding: 100px 150px;
}

/* tab-list_news-page */
/* news_tab */
.news_tab-list {
  display: flex;
  font-size: 16px;
  min-width: 140px;
  margin: 60px auto;
  max-width: 1700px;
}
.news_tab-list .tab-list-item {
  min-width: 140px;
  margin-right: 20px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  padding: 0 25px;
  display: block;
  border-radius: 50px;
  text-align: center;
  background: #fff;
}

.tab-list-item.is-active {
  background-color: #00A6B7;
  color: #fff;
  font-weight: 500;
  border: none;
}

.archive_news {
  position: relative;
  max-width: 1700px;
  margin: 0 auto;
}

.tab-list-item.active {
  background-color: #00A6B7;
  color: #fff;
  font-weight: 500;
  border: none;
}

.ser_ctg_content {
  margin: 50px auto 10px;
}

.ser_ctg_content ul li .image_link {
  width: 190px;
  height: 190px;
}
.ser_ctg_content ul li .ttl {
  color: #00A6B7;
}

.flex_2column {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: calc(100% + 1px);
}

.flex_2column li {
  width: 50%;
  margin: 0 -1px -1px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border: 1px solid #ddd;
  padding: 40px;
}
.flex_2column li .image_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.flex_2column li .image_link {
  display: block;
  width: 190px;
  height: 190px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
  aspect-ratio: 1/1;
}
.flex_2column li img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.flex_2column .content {
  width: calc(100% - 190px);
  padding: 0 0 0 40px;
}
.flex_2column .content .ctg_btn {
  margin-bottom: 25px;
  color: #00A6B7;
  background: #fff;
  border: 1px solid #00A6B7;
  padding: 0 20px;
  font-size: 14px;
  min-width: 100px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  text-align: center;
  display: inline-block;
}
.flex_2column .content .title {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.flex_2column .content time {
  position: relative;
  color: #999;
  font-size: 16px;
  margin: 0;
  display: block;
  font-weight: 300;
}
.flex_2column .content time::before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 400;
  font-size: 15px;
  margin-right: 4px;
  color: #999;
}

.ajax_more_btn {
  display: block;
  margin: 60px auto;
  color: #00A6B7;
  text-align: center;
}

.btn_design_1 {
  max-width: 100%;
  line-height: 1.5;
  padding: 0 1.5em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  z-index: 1;
  width: 300px;
  height: 70px;
  line-height: 70px;
  border-radius: 70px;
  border: 1px solid #00A6B7;
  background: #fff;
  color: #00A6B7;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.loading_tx {
  text-align: center;
  width: 100%;
  display: none;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  margin-top: 40px;
  font-weight: 600;
}

/*
@media screen and (min-width: 1700px) {
    .tab-contents {
    max-width:none;
    }
} */
.tab-contents-item {
  display: none;
}

.tab-contents-item.show {
  display: block;
}

.post_content h3 {
  font-weight: 600;
  line-height: 1.6;
  margin: 3em 0 1.3em 0;
}

/* service */
.flex_2col-type2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 0;
  background: #fff;
  border: 1px solid #ddd;
}
.flex_2col-type2 li:first-child {
  width: 100%;
  max-height: 290px;
  aspect-ratio: 625/290;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin: -1px;
}
.flex_2col-type2 .image_wrap {
  position: initial;
}
.flex_2col-type2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.flex_2col-type2 .ttl {
  font-size: 22px;
  line-height: 1.6;
  max-height: 4.8em;
  overflow: hidden;
  visibility: visible;
}
.flex_2col-type2 .content {
  padding: 0 50px;
}
.flex_2col-type2 p {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 16px;
}

.p_content {
  font-size: 16px;
  margin-top: 15px;
  display: block;
  line-height: 2;
  max-height: 4em;
  overflow: hidden;
  visibility: visible;
  margin-top: 15px;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* company */
#sec-1_company h3 {
  font-size: 34px;
  margin-bottom: 34px;
}

.flex_container_3 {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  flex: 1 1 0%;
}
.flex_container_3 li {
  width: calc(50% - 50px);
}
.flex_container_3 li:first-child {
  margin-right: 100px;
}
.flex_container_3 p {
  margin-bottom: 40px;
  line-height: 2.6;
}
.flex_container_3 img {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
}

.post_col-2 {
  margin-right: 100px;
  width: calc(50% - 50px);
}

.img_area_profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}
.img_area_profile li {
  width: calc(33.3333333333% - 3px);
  aspect-ratio: 415/450;
  height: auto;
  position: relative;
  overflow: hidden;
}

#profile-flex h4 {
  margin-bottom: 47px;
  color: #00A6B7;
  font-size: 18px;
}
#profile-flex dl {
  display: flex;
}
#profile-flex dt {
  width: 110px;
  background: none;
  border: none;
  text-align: left;
  padding: 0 0 10px 0;
  line-height: 45px;
}
#profile-flex dd {
  padding: 0 0 10px 0;
  line-height: 45px;
}

#company-deta_info dt {
  width: 190px;
}
#company-deta_info dd {
  width: calc(100% - 190px);
}

.google-map_wrapper {
  max-width: 1700px;
}
.google-map_wrapper iframe {
  width: 100%;
  height: 450px;
  background: #ddd;
  margin: 0 0 35px 0;
  filter: grayscale(1);
  transition: 0.4s;
}
.google-map_wrapper iframe:hover {
  filter: none;
}

#map_info p {
  margin-bottom: 0px;
}

/* blog */
.blog_wrapper ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: -50px;
}
.blog_wrapper ul li {
  position: relative;
  width: calc(33.3333333333% - 32px);
  margin: 0 48px 50px 0;
}
.blog_wrapper ul li:nth-child(3n) {
  margin-right: 0;
}
.blog_wrapper ul .img_link {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
  aspect-ratio: 385/260;
  margin: 0 0 30px 0;
}
.blog_wrapper ul img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog_wrapper ul .content {
  margin-bottom: 25px;
}

.blog_wrapper .content .ctg_btn {
  margin-bottom: 25px;
  background: #fff;
  border: 1px solid #00A6B7;
  padding: 0 20px;
  font-size: 14px;
  min-width: 100px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  text-align: center;
  display: inline-block;
  color: #00A6B7;
}
.blog_wrapper .content .ttl {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 20px;
  display: block;
  max-height: 3.6em;
  overflow: hidden;
}
.blog_wrapper .content .ttl span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog_wrapper .content time {
  position: relative;
  color: #999;
  font-size: 16px;
  margin: 0;
  display: block;
  font-weight: 300;
}
.blog_wrapper .content time::before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 400;
  font-size: 15px;
  margin-right: 4px;
  color: #999;
}

.page-num_wrapper {
  margin: 60px 0 0 0;
  z-index: 10;
  position: relative;
}
.page-num_wrapper ul {
  margin: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-num_wrapper li {
  margin: 0 4px;
}
.page-num_wrapper li .current {
  border-color: #00A6B7;
  background-color: #00A6B7;
  border-radius: 100%;
  font-family: "Arial";
  color: #000;
  font-size: 14px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  color: #fff;
}
.page-num_wrapper li a {
  border-radius: 100%;
  font-family: "Arial";
  background: #fff;
  border: 1px solid #ddd;
  color: #000;
  font-size: 14px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
}

.page-num_next {
  position: relative;
}

.arrow_button_small {
  display: block;
  width: 58px;
  height: 35px;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}

.page-num .arrow_button_small {
  top: 18px;
  right: 0px;
  width: 50px;
}

.arrow_button_small:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #000;
  z-index: 2;
  text-align: center;
  position: absolute;
}

.arrow_button_small:after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #00A6B7;
  position: absolute;
  opacity: 0;
}

@media (hover: hover) {
  a:hover .arrow_button_small:before {
    animation: arrow_animation1 0.3s ease forwards;
  }
  a:hover .arrow_button_small:after {
    animation: arrow_animation2 0.3s ease forwards 0.2s;
  }
}
@keyframes arrow_animation1 {
  0% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    transform: translate3d(20%, 0, 0);
    opacity: 0;
  }
}
@keyframes arrow_animation2 {
  0% {
    transform: translate3d(-10%, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0%, 0, 0);
    opacity: 1;
  }
}
/* responsive_design */
@media screen and (max-width: 1100px) {
  .sentence_container {
    display: block;
  }
  .sentence_container .sec2_p {
    padding-left: 0px;
  }
}
.flex_2column .content time {
  margin-top: 14px;
}

.single_bread_wrapper #bread_crumb {
  max-width: 1700px;
  height: 60px;
  margin: 0px auto 20px;
  padding: 0 100px;
}

section.sec-single {
  max-width: 1700px;
  padding: 0 100px;
  margin: 0 auto;
}

.single-thumb {
  max-width: 750px;
}

.single-thumb img {
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/3;
}

.inner-container h1 {
  font-size: 28px;
}

.single-info {
  font-size: 16px;
  color: #777;
  font-weight: 400;
}

.single-content {
  font-size: 16px;
  font-weight: 500;
  margin: 24px 0 100px 0;
  line-height: 1.8;
}

.blog_tab {
  border: 1px solid #00A6B7;
  border-radius: 20px;
  color: #00A6B7;
  font-size: 14px;
  padding: 0 20px;
  font-size: 14px;
  min-width: 100px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  text-align: center;
  display: inline-block;
  margin-bottom: 25px;
}

/*# sourceMappingURL=common.css.map */