@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

/* company */
#company-head_wrapper {
  background-image: url(../img/bg_company.jpg);
}

.company-menu_section {
  padding: 92px 0 130px;
  position: relative;
}

.company-menu_wrapper {
  width: 100%;
  max-width: 1350px;
  margin: auto;
  position: relative;
}
.company-menu_wrapper #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -20;
}

.company-menu li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.company-menu li .img_wrapper {
  width: 50%;
  position: relative;
  z-index: 1;
}
.company-menu li .img_wrapper img {
  width: 100%;
  height: auto;
}
.company-menu li:nth-of-type(even) {
  flex-direction: row;
}
.company-menu li .company-tx {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  margin: 0;
  padding: 10% 0 0;
  background-color: transparent;
  z-index: 2;
  text-align: center;
}
.company-menu li .company-tx .sub-ttl {
  width: 100%;
  margin-bottom: 5px;
  line-height: 1.7;
  font-size: 19px;
  font-family: "Sorts Mill Goudy", serif;
}
.company-menu li .company-tx h2 {
  width: 100%;
  margin-bottom: 30px;
  line-height: 1.47;
  font-size: 34px;
  font-family: "Sorts Mill Goudy", serif;
}

.more-btn_wrapper {
  font-family: "Sorts Mill Goudy", serif;
}

.link-btn_1 {
  font-size: 18px;
  line-height: 1.25;
  position: relative;
  display: inline-flex;
  cursor: pointer;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
  width: 180px;
  height: 60px;
  font-family: "Sorts Mill Goudy", serif;
}

.link-btn_1 span {
  position: relative;
}

.link-btn_1::before {
  position: absolute;
  top: 0;
  left: -180%;
  width: 155%;
  height: 100%;
  content: "";
  transition: all 0.5s ease-in-out;
  transform: skew(50deg);
  background: #262626;
}

.link-btn_1:hover:before {
  left: -30%;
}

.link-btn_1:hover {
  color: #fff;
}

/* service */
.service-container {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.page-head_wrapper {
  background-image: url(../img/service-head.jpg);
  height: 480px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.page-head_wrapper .sub-head {
  transform: translateY(38px);
  font-size: 70px;
  align-self: flex-end;
  width: 100%;
}
.page-head_wrapper h1 {
  align-self: flex-start;
  width: 100%;
  transform: translateY(13px);
  font-size: 20px;
}

.breadcrumb_wrapper ul {
  padding: 15px 10px 25px;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.breadcrumb_wrapper ul li {
  display: inline-block;
  font-size: 13px;
  color: #999;
}
.breadcrumb_wrapper ul a {
  color: #262626;
  text-decoration: underline;
}

.bread-li + .bread-li:before {
  content: ">";
  margin-right: 15px;
}

.bread-li + .bread-li {
  padding-left: 10px;
}

.ser-ctg_wrapper {
  padding: 95px 0 55px;
}
.ser-ctg_wrapper ul {
  display: flex;
  flex-wrap: wrap;
}
.ser-ctg_wrapper ul li {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #262626;
  padding: 13px 10px;
  font-weight: 500;
  width: 20%;
  font-size: 13px;
}

.ser-content_wrapper ul {
  max-width: 1100px;
  margin: auto;
}
.ser-content_wrapper ul li {
  display: grid;
  grid-template-columns: 40% 60%;
  margin-bottom: 100px;
  padding: 0;
}
.ser-content_wrapper ul li .ser-tx_ttl {
  line-height: 1.47;
  margin-bottom: 10px;
}
.ser-content_wrapper ul li .ser-num {
  position: absolute;
  right: 35px;
  bottom: -30px;
  line-height: 1;
  font-size: 6.5rem;
  color: #89dc1c;
  font-size: 190px;
  right: 100px;
  bottom: -80px;
  font-family: "Sorts Mill Goudy", serif;
}
.ser-content_wrapper ul li .ser-tx_wrapper {
  font-size: 34px;
}
.ser-content_wrapper ul .img_wrapper {
  grid-column: 1/3;
  grid-row: 1;
  margin: 0 0 70px;
  position: relative;
}
.ser-content_wrapper ul .img_wrapper img {
  width: 100%;
  height: auto;
}

.tx-content {
  font-size: 16px;
  padding-bottom: 25px;
  grid-column: 2;
  grid-row: 2/4;
  padding-right: 80px;
  line-height: 2;
}

.ser-tx_ttl {
  grid-column: 1;
  grid-row: 2;
  padding-left: 80px;
  font-family: "Noto Serif JP", serif;
}

.ser-h2_ttl {
  line-height: 1.47;
  font-size: 34px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
}

.ser-sub {
  font-size: 19px;
  line-height: 1.33 !important;
}

#service-btn {
  grid-column: 1;
  grid-row: 3;
  margin: 10px 0 0 80px;
}

.works-content {
  padding: 25px 0 160px;
}

/* work */
.tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 95px 0 55px;
}
.tab-list .tab-list-item {
  width: 20%;
  margin: 0;
  text-align: center;
  font-size: 13px;
}
.tab-list a {
  padding: 21px 6px 20px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #262626;
  border-right: none;
  background-color: #fff;
}
.tab-list a:last-of-type {
  border-right: 1px solid #262626;
}

.tab-contents-item {
  display: flex;
  flex-wrap: wrap;
}
.tab-contents-item li {
  width: 31.27%;
  margin-bottom: 35px;
}
.tab-contents-item li .work-img_wrapper {
  width: 100%;
}
.tab-contents-item li .work-img_wrapper img {
  overflow: hidden;
  width: 100%;
}
.tab-contents-item li .tx-area {
  position: relative;
}
.tab-contents-item li .work-ctg {
  position: absolute;
  top: -50px;
  left: 10px;
  display: inline-block;
  padding: 5px 7px;
  background-color: #262626;
  font-size: 13px;
  color: #fff;
}
.tab-contents-item li .work-tx {
  padding-top: 28px;
  font-size: 15px;
}

.work_content_wrapper ul li:nth-of-type(3n+2) {
  margin: 0 3% 35px;
}

.tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-list li {
  padding: 21px 6px 20px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #262626;
  border-right: none;
  background-color: #fff;
  font-size: 13px;
  width: 20%;
  margin: 0;
  text-align: center;
}
.tab-list li:last-of-type {
  border-right: 1px solid #262626;
}

.tab-list-item.active {
  background-color: #232323;
  color: #fff;
}

.tab-contents-item {
  display: none;
}

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

.tab-contents-item ul {
  display: flex;
  flex-wrap: wrap;
}
.tab-contents-item ul li {
  width: 31.27%;
  margin-bottom: 35px;
}
.tab-contents-item ul li:nth-of-type(3n+2) {
  margin: 0 3% 35px;
}

.works-pager {
  padding-top: 50px;
  padding-bottom: 160px;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}

.pagination .page-numbers {
  width: 60px;
  height: 60px;
  overflow: hidden;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: -1px;
  margin-bottom: 10px;
}

.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #262626;
  text-decoration: none;
}

.pagination .current {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

/* contact-form */
#contact-head {
  background-image: url(../img/contact_head.jpg);
  height: 480px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.contact-container {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.contact-section {
  padding-top:60px;
}

.contact_wrapper {
  max-width: 1100px;
  margin: auto;
  padding: 0 30px;
}
.contact_wrapper .h3_ttl {
  margin-bottom: 65px;
  font-size: 35px;
  font-weight: 500;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.form-flex {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  padding: 30px 0;
}
.form-flex:first-of-type {
  border-top: 1px solid #e6e6e6;
}
.form-flex .form-ttl {
  width: 32%;
  padding: 0px 28px;
  vertical-align: middle;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-flex .form-ttl_2 {
  width: 32%;
  padding: 0px 28px;
  vertical-align: middle;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.required {
  color: #fff;
  background-color: #262626;
  padding: 6px 16px;
}

.form-content {
  margin-left: 10%;
}
.form-content select {
  border: 1px solid #e6e6e6;
  background: #fff url(../img/ico_arw01.png) no-repeat center right 15px;
  background-size: 12px;
  padding: 12px 8px;
}
.form-content .form-type-1 {
  position: relative;
  box-sizing: border-box;
  background-color: #f0f0f0;
  width: 100%;
  height: 43px;
  padding: 0 15px;
}
.form-content textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 680px;
  height: 280px;
  background-color: #f0f0f0;
}

.contact_h4-ttl {
  font-size: 23px;
  text-align: left;
  position: relative;
  padding: 15px 13px 18px;
  line-height: 1;
  font-weight: 500;
  margin-top: 40px;
}
.contact_h4-ttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  background-color: #67d407;
  top: 26px;
  width: 6px;
  height: 20px;
}

#basic-info {
  margin-top: 45px;
  margin-bottom: 65px;
  font-size: 35px;
}

.c-form01-table {
  margin-bottom: 45px;
  border-bottom: 0;
}

.p-policy {
  margin-bottom: 70px;
  font-size: 16px;
  text-align: center;
}

.form-policy {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 289px;
  margin: 0 -20px 26px;
  padding: 15px;
  border: 1px solid #e5e5e5;
  height: 260px;
  margin-bottom: 35px;
  padding: 35px 18px 35px 35px;
}

.form-policy_wrapper {
  height: 259px;
  padding: 35px 20px 0 0;
  box-sizing: border-box;
  overflow: auto;
}
.form-policy_wrapper h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}
.form-policy_wrapper .policy-tx {
  font-size: 16px;
  margin-bottom: 16px;
}

.c-form01-concent__check {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.c-form01-btn button {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 200px;
  height: 48px;
  margin: auto;
  line-height: 1.25;
  border: 1px solid #67d407;
  background-color: #67d407;
  color: #fff;
  transition: all 0.3s ease;
}

.c-form01-btn button {
  width: 320px;
  height: 60px;
  font-size: 18px;
}

/* message */
#message-head_wrapper {
  background-image: url(../img/bg_message.jpg);
}

.message_section {
  padding: 85px 0 160px;
  display: block;
}

.message_wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.message-h2 {
  width: 42%;
}
.message-h2 h2 {
  line-height: 1.52;
  font-size: 30px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-weight: 500;
}

.message-tx_wrapper {
  box-sizing: border-box;
  width: 58%;
  padding-left: 100px;
}
.message-tx_wrapper .tx-p {
  line-height: 2.5;
}

.tx-p + .tx-p.mt-40 {
  margin-top: 40px;
}

.company-ft-link {
  padding: 82px 0 78px;
  background-color: #f0f0f0;
}

.company-ft_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1100px;
}

.company-ft-h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 20px;
  width: 100%;
}
.company-ft-h2 .sub-ttl {
  margin-right: 15px;
  font-size: 42px;
}

.company-ft-btn {
  width: 324px;
  max-width: 324px;
  margin-bottom: 22px;
  margin-right: 22px;
}
.company-ft-btn .link-btn_1 {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  display: block;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  border: 1px solid #262626;
  height: 120px;
  background: none;
}
.company-ft-btn .company-ft-btn.link-btn_1:hover::before {
  left: -22%;
}
.company-ft-btn .sub-ttl {
  font-size: 30px;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 28px;
}
.company-ft-btn .ttl {
  font-size: 13px;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 8px;
  margin-bottom: 28px;
}

/* philosophy */
#company-head_wrapper {
  background-image: url(../img/bg_company.jpg);
}

.philosophy_wrapper {
  position: relative;
}
.philosophy_wrapper #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -20;
}

.philo-intro {
  padding: 85px 0 155px;
  text-align: center;
}
.philo-intro .sub-intro {
  margin-bottom: 30px;
  font-size: 26px;
  font-family: "Sorts Mill Goudy", serif;
}
.philo-intro h3 {
  font-size: 45px;
  line-height: 1.25;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
.philo-intro .h3-tx {
  margin-top: 20px;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
}

.mission_section {
  padding-top: 120px;
  position: relative;
  background-color: #f0f0f0;
}
.mission_section:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  height: 80px;
}

.mission_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.mission_wrapper .img_wrapper {
  width: 50%;
  padding: 0;
}
.mission_wrapper .img_wrapper img {
  max-width: 958px;
  width: 100%;
  height: auto;
}

.mission-tx_wrapper {
  padding-left: 50px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 50%;
  padding: 0 40px 35px;
  padding-left: 78px;
}
.mission-tx_wrapper .sub-ttl {
  font-size: 23px;
  margin-bottom: 0;
  align-self: flex-end;
  width: 100%;
  font-family: "Sorts Mill Goudy", serif;
  transform: translateY(-55px);
}
.mission-tx_wrapper h3 {
  font-size: 32px;
  font-family: "Sorts Mill Goudy", serif;
  transform: translateY(-35px);
  line-height: 1.8;
  align-self: flex-start;
  width: 100%;
}

.value-section {
  padding: 115px 0 105px;
}

.value-wrapper {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}
.value-wrapper .value-ttl_wrapper {
  margin-bottom: 40px;
}
.value-wrapper .value-ttl_wrapper .sub-ttl {
  margin-bottom: 20px;
  font-size: 26px;
}
.value-wrapper .value-ttl_wrapper h3 {
  font-size: 50px;
  font-family: "Sorts Mill Goudy", serif;
}
.value-wrapper .value-ttl_wrapper .h3-tx {
  margin-top: -10px;
  line-height: 2.18;
  font-size: 16px;
}

.value-tx {
  padding: 0;
  margin-bottom: 30px;
  line-height: 2.18;
  text-align: center;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

.company-profile_section {
  padding: 80px 0 115px;
  position: relative;
}
.company-profile_section #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -20;
}

.profile_wrapper {
  max-width: 1100px;
  margin: auto;
  padding-left: 5.3333%;
  padding-right: 5.3333%;
}
.profile_wrapper h2 {
  margin-bottom: 72px;
  font-size: 35px;
  text-align: center;
  line-height: 1.56;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}

.history-common-list {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}

.history-common-list dt {
  width: 34%;
  padding: 23px 13px 26px 30px;
  float: left;
  font-size: 16px;
  font-weight: 500;
}

.history-common-list dd {
  width: calc(66% - 18px);
  margin-left: 34%;
  padding: 23px 13px 26px 5px;
  font-size: 16px;
}

.history-common-list dt, .history-common-list dd {
  border-top: 1px solid #e5e5e5;
}

/* history */
.company-histry_section {
  padding-bottom: 160px;
}/*# sourceMappingURL=common.css.map */

/*  add css */

.acv-work-img_wrapper {
    margin-bottom: 35px;
}

.acv-work-img_wrapper img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.work-slider .img_wrapper {
  overflow: hidden;
  width: 320px;
  box-shadow: 3px 15px 30px 0px rgba(0, 0, 0, 0.25);
  height: 500px;
}

.work-slider .img_wrapper img{
width: auto;
height: 100%;
overflow: hidden;
}


/* single-php */

.single-page_wrapper {
  background-color: #f7f7f7;
}

.single-info .time {
  padding-right: 12px;
}

.single_section {
  padding-top: 130px;
  width: auto;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 130px;
}

.article-container {
  background-color: #fff;
  padding: 80px 10%;
}

.article-container h1 {
  font-size: 24px;
}

.article-heading {
  padding-bottom: 60px;
}

.single-info {
  font-size: 12px;
  padding-top: 30px;
  flex-wrap: wrap;
  opacity: 0.7;
}

.single-thumb {
  margin: 40px 0;
}

.single-thumb img{
  width: 100%;
  height: auto;
  overflow: hidden;
}

.single-content p{
  font-size: 14px;
}

