@charset "UTF-8";
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  background-color: #F8F9F9;
  -moz-column-rule-color: red;
       column-rule-color: red;
}

.first--view {
  margin-top: 80px;
  width: 100%;
  height: 100%;
  background-color: #F8F9F9;
}
@media screen and (max-width: 768px) {
  .first--view {
    height: 100%;
    margin-top: 60px;
  }
}

.vision-single {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .vision-single {
    margin-top: 3.75rem;
  }
}
.vision-single .subtitle__flex {
  position: relative;
  display: flex;
  align-items: center;
}
.vision-single .fv__subtitle {
  position: relative;
  display: inline-block;
  color: #FF9100;
}
@media screen and (max-width: 768px) {
  .vision-single .fv__subtitle {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .vision-single .fv__subtitle {
    line-height: 1.875rem;
    margin-top: 1.25rem;
  }
}
.vision-single .subtitle__line {
  width: 50px;
  height: 1px;
  background-color: #FF9100;
}
@media screen and (max-width: 768px) {
  .vision-single .subtitle__line {
    display: none;
  }
}

.vision__content {
  padding-left: 3.125em;
  padding-right: 3.125em;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .vision__content {
    flex-wrap: wrap;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.vision__detail-text {
  max-width: 50rem;
}
@media screen and (max-width: 768px) {
  .vision__detail-text {
    margin-top: 22px;
  }
}

.ceo-greeting {
  width: 100%;
  height: 100%;
  margin-top: 5.25rem;
}
@media screen and (max-width: 768px) {
  .ceo-greeting {
    margin-top: 4.6875rem;
  }
}

.ceo-greeting__inner .ceo-greeting__heading {
  color: #242424;
}
@media screen and (max-width: 768px) {
  .ceo-greeting__inner .ceo-greeting__heading {
    font-size: 2.25rem;
  }
}

.ceo-greeting__subheading {
  color: #FF9100;
  font-size: 12px;
}

.ceo-greeting__container {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
}
@media screen and (max-width: 768px) {
  .ceo-greeting__container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.ceo-greeting__flex {
  display: flex;
  align-items: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .ceo-greeting__flex {
    justify-content: center;
    flex-wrap: wrap-reverse;
    margin-top: 0;
  }
}

.ceo-greeting__img {
  position: relative;
  width: 15rem;
  min-width: 15rem;
  height: 18rem;
}
@media screen and (max-width: 768px) {
  .ceo-greeting__img {
    margin: 0 auto;
    flex-wrap: wrap-reverse;
    width: 12.5rem;
    min-width: 12.5rem;
    height: 15rem;
  }
}

.ceo-greeting__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ceo-greeting__img img {
    margin-top: 2.0625rem;
    justify-content: center;
  }
}

.ceo-greeting__message {
  max-width: 50rem;
  margin-left: 3.75rem;
}
@media screen and (max-width: 768px) {
  .ceo-greeting__message {
    text-align: left;
    margin-top: 1.875rem;
    margin-left: 0;
  }
}

.ceo-greeting__message-text.common-text {
  line-height: 2.12;
}

.ceo-greeting__signature {
  margin-top: 1.75rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .ceo-greeting__signature {
    text-align: left;
    margin-top: 1.25rem;
  }
}

.contact__section {
  max-width: 1440px;
  margin: 0 auto;
}

.contact__section.contact__section-vision {
  margin-top: 4.125rem;
}
@media screen and (max-width: 375px) {
  .contact__section.contact__section-vision {
    margin-top: 3.75rem;
  }
}

.swiper {
  width: 100%;
  margin-top: 6.25rem;
  overflow-x: hidden;
}

.swiper__container {
  position: relative;
}
@media screen and (max-width: 768px) {
  .swiper__container {
    margin-top: -55px;
    padding-left: 0;
    padding-right: 0;
  }
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  overflow: hidden;
  height: calc(100% - 20px);
  display: inline-block;
  width: 33.333% !important;
}

.swiper__vision-img img {
  width: 15rem !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .swiper__vision-img img {
    width: 125px;
    height: 95px;
  }
}

/* PC時のスタイル */
@media screen and (min-width: 768px) {
  .swiper-slide {
    width: 20% !important;
    height: 100%;
    display: inline-block;
  }
  .swiper-pagination {
    display: none;
  }
}
.swiper-pagination {
  position: absolute;
  bottom: -1.375rem !important;
}

.swiper-pagination-bullet {
  background-color: #FF9100 !important;
  height: 6px !important;
  width: 6px !important;
}

.service-concept__inner {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .service-concept__inner {
    margin-top: 60px;
  }
}

.service-concept__text {
  font-size: 1rem;
  color: #242424;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-left: 7.8125rem;
  padding-right: 7.8125rem;
  line-height: 2rem;
}
@media screen and (max-width: 768px) {
  .service-concept__text {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    line-height: 2.5rem;
  }
}

.service-all__flex {
  margin-top: 6.25rem;
  padding-left: 7.8125rem;
  padding-right: 7.8125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .service-all__flex {
    flex-wrap: wrap;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    justify-content: center;
    margin-top: 60px;
  }
}

.service-all__flex:nth-child(2n) {
  margin-top: 6.25rem;
  padding-left: 7.8125rem;
  padding-right: 7.8125rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .service-all__flex:nth-child(2n) {
    flex-wrap: wrap-reverse;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    justify-content: center;
    margin-top: 4.0625rem;
  }
}

.service-all__title {
  font-size: 1.125rem;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.service-all__title::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 50px;
  height: 4px;
  background-color: #FF9100;
}

.service-all__description {
  max-width: 550px;
  margin-top: 2.5rem;
  line-height: 2.1428571429rem;
}
@media screen and (max-width: 768px) {
  .service-all__description {
    max-width: none;
    margin-top: 2.0625rem;
  }
}
@media screen and (max-width: 375px) {
  .service-all__description {
    max-width: 315px;
  }
}

.service-all__content {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .service-all__content {
    margin-right: 0;
  }
}

.service-all__flex:nth-child(2n) .service-all__content {
  order: 2;
  margin-left: 30px;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .service-all__flex:nth-child(2n) .service-all__content {
    margin-left: 0;
  }
}

.service__img {
  width: 258px;
  height: 240px;
}
@media screen and (max-width: 768px) {
  .service__img {
    margin-top: 30px;
    width: 194px;
    height: 180px;
  }
}

.contact__section.contact__section-service {
  margin-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .contact__section.contact__section-service {
    margin-top: 3.75rem;
  }
}

.members {
  width: 100%;
  height: 100%;
  margin-top: 5.625rem;
}
@media screen and (max-width: 768px) {
  .members {
    margin-top: 3.125rem;
  }
}

.members__content {
  max-width: 46.875rem;
  margin-left: 3.125rem;
}
@media screen and (max-width: 768px) {
  .members__content {
    margin-left: 0;
  }
}

.members__inner .members__heading {
  color: #242424;
}
@media screen and (max-width: 768px) {
  .members__inner .members__heading {
    font-size: 2.25rem;
  }
}

.members__container {
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .members__container {
    margin-top: 2rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.members__flex {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .members__flex {
    flex-wrap: wrap;
  }
}

.common-subheading {
  margin-top: -5px;
  color: #FF9100;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .common-subheading {
    font-size: 0.75rem;
  }
}

.members__flex:not(:first-child) {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .members__flex:not(:first-child) {
    margin-top: 1.6875rem;
  }
}

.members__img {
  width: 18.75rem;
  min-width: 18.75rem;
  height: 22.5rem;
}
@media screen and (max-width: 768px) {
  .members__img {
    margin: 0 auto;
    flex-wrap: wrap-reverse;
    width: 8.75rem;
    min-width: 8.75rem;
    height: 10.5rem;
  }
}

.members__img img {
  width: 100%;
}

.members__position {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #242424;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .members__position {
    text-align: center;
    font-size: 0.75rem;
    margin-top: 10px;
  }
}

.members__name {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #242424;
  font-weight: 300;
  border-bottom: solid 1px #E4E4E4;
  padding: 0.875rem 0 0.625rem;
}
@media screen and (max-width: 768px) {
  .members__name {
    text-align: center;
    font-size: 1.25rem;
    padding-top: 0.375rem;
  }
}

.members__message-text {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .members__message-text {
    margin-top: 0.4375rem;
  }
}

.company-profile {
  width: 100%;
  height: 100%;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .company-profile {
    margin-top: 3.125rem;
  }
}

.company-profile__inner .company-profile__heading {
  color: #242424;
}
@media screen and (max-width: 768px) {
  .company-profile__inner .company-profile__heading {
    font-size: 2.25rem;
  }
}

/* table01 */
#table01 {
  max-width: 100%;
  border-collapse: collapse;
  margin-left: 3.125rem;
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  #table01 {
    margin: 0.375rem 0 0;
  }
}

#table01 th,
#table01 td {
  vertical-align: top;
  font-size: 0.875rem;
  border-bottom: 1px solid #E4E4E4;
  color: #242424;
  font-family: "Noto Sans JP", sans-serif;
}

#table01 th {
  text-align: left;
  width: 12.5%;
  font-weight: 500;
  padding: 1.5625rem 0;
  line-height: 1.25rem;
}
@media screen and (max-width: 768px) {
  #table01 th {
    padding: 1.5625rem 0.9375rem;
    width: 41.5%;
  }
}

#table01 td {
  display: table-cell;
  font-weight: 300;
  padding: 1.5625rem 0;
  line-height: 1.25rem;
  padding-left: 3.125rem;
}
@media screen and (max-width: 768px) {
  #table01 td {
    padding-left: 0.625rem;
  }
}

.profile__adress::after {
  content: url(../images/map_Icon.svg);
  margin-left: 10px;
  width: 10px;
  height: 14px;
}

.profile__description br {
  display: block;
  content: "";
  padding-top: 15px;
}

.contact__section-company {
  margin-top: 6.875rem;
}
@media screen and (max-width: 768px) {
  .contact__section-company {
    margin-top: 4.0625rem;
  }
}

.breadcrumb-single {
  width: 100%;
  margin-top: 120px;
  border-bottom: 1px solid #E4E4E4;
}
@media screen and (max-width: 768px) {
  .breadcrumb-single {
    margin-top: 80px;
  }
}

.breakcrumb-wrapper-single {
  padding-bottom: 40px;
  max-width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .breakcrumb-wrapper-single {
    padding-bottom: 20px;
  }
}

.news-article {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.news-article__inner {
  position: relative;
  z-index: 0;
  max-width: 1130px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .news-article__inner {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.news-article__flex {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .news-article__flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.news-article__container {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: 760px;
  min-width: 0;
  margin-top: 2.5rem;
  background-color: #FFFFFF;
  padding: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 1024px) {
  .news-article__container {
    margin-right: 10px;
    padding: 25px;
  }
}
@media screen and (max-width: 768px) {
  .news-article__container {
    padding: 20px 15px 60px;
    margin-top: 1.25rem;
    margin-right: 0;
  }
}

.news-article__block .news-article__category {
  margin-right: 5px;
}

.news-article__category,
.article-category {
  background-color: #FF9100;
  color: #FFFFFF;
  padding: 0.25rem 1rem;
  font-size: 0.6875rem;
  font-weight: 500;
  margin-right: 5px;
}

.works-article__category {
  color: #FFFFFF;
  font-size: 0.6875rem;
  font-weight: 500;
}

.works-article__category span {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #FF9100;
  padding: 0.25rem 1rem;
}

.news-article__category a,
.article-category a {
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  color: inherit;
}

.news-article__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #242424;
  margin-top: 1.25rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .news-article__title {
    font-size: 1.125rem;
    margin-top: 0.8125rem;
    margin-bottom: 0.625rem;
  }
}

.news-article__block > figure {
  max-width: 680px;
  margin-top: 2.5rem;
}

.wp-block-heading {
  width: inherit;
  word-wrap: break-word;
  /* 長い単語やURLを適切に折り返す */
  overflow-wrap: break-word;
  /* 非推奨のword-wrapの代替 */
  white-space: normal;
  /* 必要に応じて折り返す */
}

.news-article__heading,
h2.wp-block-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #242424;
  font-size: 1.25rem;
  margin-top: 2.5rem;
  background-color: #F8F9F9;
  padding: 10px 20px;
  display: block;
  border-left: 3px solid #ff8d00;
  position: relative;
}
@media screen and (max-width: 375px) {
  .news-article__heading,
h2.wp-block-heading {
    font-size: 1rem;
    padding: 8px;
  }
}

h3.wp-block-heading {
  height: inherit;
  position: relative;
  display: inline-block;
  margin-top: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #242424;
  font-size: 1.125rem;
  padding: 10px 20px;
  border-bottom: 1px solid #ff8d00;
}
@media screen and (max-width: 375px) {
  h3.wp-block-heading {
    font-size: 1.125rem;
    padding: 8px 13px;
  }
}

h3.wp-block-heading::before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 57vw;
  border-bottom: 1px solid #E4E4E4;
}

.news-article__block p {
  margin-top: 2.5rem;
  font-weight: 300;
  color: #242424;
  font-size: 0.875rem;
  line-height: 2.1428571429;
}

.news-article__block .wp-block-list {
  font-size: 0.875rem;
  font-weight: 300;
  color: #242424;
  margin-top: 2.5rem;
  list-style-type: disc;
  margin-left: 1.25rem;
}

.news-article__block .wp-block-list li::marker {
  color: #FF9100;
}

.news-article__list {
  font-size: 0.875rem;
  font-weight: 400;
  font-weight: 300;
  color: #242424;
  margin-top: 2.5rem;
  list-style-type: disc;
  margin-left: 1.25rem;
}

.news-article__list li::marker {
  color: #FF9100;
}

.news-article__pagenation {
  width: 100%;
  height: 100%;
  display: flex;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .news-article__pagenation {
    flex-wrap: wrap;
  }
}

.news-article__pagenation-next {
  margin-left: auto;
}

.news-article__pagenation-prev,
.news-article__pagenation-next {
  border: solid 1px #E4E4E4;
  display: inline-block;
  transition: border-color 0.3s;
}
@media screen and (max-width: 375px) {
  .news-article__pagenation-prev,
.news-article__pagenation-next {
    margin-top: 10px;
  }
}

.news-article__pagenation-prev a,
.news-article__pagenation-next a {
  font-size: 14px;
  font-weight: 300;
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  margin: auto;
  padding: 1rem 6.625rem;
  background: #FFFFFF;
  color: #242424;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .news-article__pagenation-prev a,
.news-article__pagenation-next a {
    padding: 1rem 3.125rem;
  }
}
@media screen and (max-width: 768px) {
  .news-article__pagenation-prev a,
.news-article__pagenation-next a {
    padding: 1rem 3.125rem 1rem 1rem;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  .news-article__pagenation-prev a {
    padding: 1rem 1rem 1rem 3.125rem;
  }
}

.news-article__block {
  border-bottom: solid 1px #E4E4E4;
  padding-bottom: 50px;
  z-index: 0;
  position: relative;
}

.news-article__pagenation-prev a::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 15px;
  transform: translateY(calc(-50% - 1px)) rotate(-45deg);
  width: 7px;
  height: 1px;
  background: #FF9100;
}

.news-article__pagenation-prev a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 22px;
  height: 1px;
  background-color: #FF9100;
}

.news-article__pagenation-next a::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 15px;
  transform: translateY(calc(-50% - 1px)) rotate(45deg);
  width: 7px;
  height: 1px;
  background: #FF9100;
}

.news-article__pagenation-next a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 22px;
  height: 1px;
  background-color: #FF9100;
}

.news-article__pagenation-prev:hover,
.news-article__pagenation-next:hover {
  border-color: #FF9100;
}

.works-article {
  width: 100%;
  height: 100%;
}

.works-article__inner {
  max-width: 1230px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .works-article__inner {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.works-article__container {
  width: 100%;
  height: 100%;
  max-width: 800px;
  min-width: 0;
  margin-top: 2.5rem;
  background-color: #F8F9F9;
}
@media screen and (max-width: 768px) {
  .works-article__container {
    margin-top: 2.5rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 375px) {
  .works-article__container {
    margin-top: 1.875rem;
  }
}

.works-article__container > figure {
  margin-top: 2.5rem;
  width: 100%;
}

.works-article__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #242424;
  margin-top: 1.25rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .works-article__title {
    font-size: 1.125rem;
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}

.works-article__container > p {
  word-wrap: break-word;
  /* 長い単語やURLを適切に折り返す */
  overflow-wrap: break-word;
  /* 非推奨のword-wrapの代替 */
  white-space: normal;
  /* 必要に応じて折り返す */
  box-sizing: border-box;
  margin-top: 2.5rem;
  font-weight: 300;
  color: #242424;
  font-size: 0.875rem;
  line-height: 2.1428571429;
  padding: 0 40px 60px;
}
@media screen and (max-width: 375px) {
  .works-article__container > p {
    padding: 0;
  }
}

.works-article__content {
  margin-top: 2.5rem;
}
@media screen and (max-width: 375px) {
  .works-article__content {
    margin-top: 1.875rem;
  }
}

.back-prev {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.back-prev__btn {
  border: solid 1px #E4E4E4;
  display: inline-block;
  transition: border-color 0.3s;
}

.back-prev__btn a {
  display: flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  margin: auto;
  padding: 1rem 6.625rem;
  font-size: 0.875rem;
  background: #FFFFFF;
  color: #242424;
  position: relative;
}

.back-prev__btn a::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 15px;
  transform: translateY(calc(-50% - 1px)) rotate(-45deg);
  width: 7px;
  height: 1px;
  background: #FF9100;
}

.back-prev__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 22px;
  height: 1px;
  background-color: #FF9100;
}

.back-prev__btn:hover {
  border-color: #FF9100;
}

.contact__section.contact__section-article {
  margin-top: 3.75rem;
}

.news.news-archive {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .news.news-archive {
    margin-top: 3.1875rem;
  }
}

.news.news-archive {
  background-color: #F8F9F9;
}

.news__inner.news__inner-archive {
  padding-top: 0;
}

.news__link-tab.news__link-tab-archive {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .news__container.news__container-archive {
    padding-right: 0;
    padding-left: 0;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-bottom: 0;
  }
}

.page-numbers {
  width: 40px;
  font-size: 0.875rem;
  height: 40px;
  display: inline-block;
  margin-right: 0.75rem;
  padding: 0.625rem 1rem;
  color: #242424;
  background: #E9EEEF;
}

.page-numbers.current {
  padding: 0.625rem 1rem;
  background: #FF9100;
  color: #FFFFFF;
}

.prev.page-numbers {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #242424;
  background: none;
  text-decoration: none;
}

.prev-page-link::before {
  content: "";
  width: 11px;
  height: 11px;
  border: 0;
  border-top: solid 2px #242424;
  border-left: solid 2px #242424;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
}

.prev-page-link {
  top: 0;
  left: 0;
  position: absolute;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
}

.next.page-numbers {
  height: 40px;
  width: 40px;
  position: relative;
  display: inline-block;
  background: none;
  padding-left: 20px;
}

.next-page-link::before {
  content: "";
  width: 11px;
  height: 11px;
  border: 0;
  border-top: solid 2px #242424;
  border-right: solid 2px #242424;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  margin: auto;
}

.next-page-link {
  top: 0;
  left: 0;
  position: absolute;
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
}

.post-news-archive {
  text-decoration: underline;
  color: #242424;
}

.post-news-archive.current-item {
  text-decoration: none;
}

.post-works-archive {
  text-decoration: underline;
  color: #242424;
}

.post-works-archive.current-item {
  text-decoration: none;
}

.works__tab-area {
  max-width: 68.75rem;
  margin-top: 100px;
  margin-right: 50px;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .works__tab-area {
    margin-top: 58px;
    margin-right: 0;
    margin-left: 0;
  }
}

.works__container {
  margin-right: 50px;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .works__container {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.works__lists {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .works__lists {
    margin-top: 3.75rem;
  }
}

.works__list {
  position: relative;
  width: 30.9090909091%;
  height: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .works__list {
    width: 48%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 375px) {
  .works__list {
    width: 100%;
  }
}

.works__lists::after {
  content: "";
  display: block;
  width: 30.9090909091%;
}

.works__list img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .works__list img {
    height: 186px;
  }
}

.works__tags {
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  font-size: 0.6875rem;
  font-weight: 500;
}
@media screen and (max-width: 375px) {
  .works__tags {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.works__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF9100;
  margin-left: 5px;
  padding: 4px 16px;
  margin-bottom: 5px;
}

.works__area {
  padding: 12px;
  max-height: 75px;
}
@media screen and (max-width: 768px) {
  .works__area {
    max-height: 69px;
    padding: 10px;
  }
}

.works__title {
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  color: #242424;
  font-weight: 300;
  font-size: 1rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .works__title {
    margin-top: 10px;
  }
}

.works__link-tab.link-tab {
  display: flex;
  flex-wrap: nowrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .works__link-tab.link-tab {
    overflow: auto;
    overflow-x: scroll;
    scrollbar-width: thin;
    /* スクロールバーの背景部分 */
    /* スクロールバーの操作部分 */
  }
  .works__link-tab.link-tab .works__link-tab.link-tab::-webkit-scrollbar {
    width: 10px;
    height: 5px;
  }
  .works__link-tab.link-tab .works__link-tab.link-tab::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
  }
  .works__link-tab.link-tab .works__link-tab.link-tab::-webkit-scrollbar-thumb {
    background: #E9EEEF;
  }
}
@media screen and (max-width: 768px) {
  .works__link-tab.link-tab {
    width: 100%;
    gap: 8px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

.works__link-tab.link-tab li {
  white-space: nowrap;
  padding: 0.75rem 1.125rem;
  font-size: 0.875rem;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FF9100;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .works__link-tab.link-tab li {
    font-size: 0.75rem;
    padding: 0.625rem 0.9375rem;
    margin-top: 10px;
  }
}

.contact__section.contact__section-news {
  margin-top: 0;
}

.contact__section.contact__section-works {
  margin-top: 6.875rem;
}
@media screen and (max-width: 768px) {
  .contact__section.contact__section-works {
    margin-top: 3.75rem;
  }
}

/*-------------------------------------------
aside
-------------------------------------------*/
#sidebar {
  width: 100%;
  height: 100%;
}

.sidebar-article,
.sidebar-archive,
.sidebar-category {
  margin-top: 40px;
}

.sidebar__container {
  width: 300px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .sidebar__container {
    max-width: none;
    width: 100%;
    height: 100%;
  }
}

.sidebar-title {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  display: flex;
  padding-left: 18px;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  color: white;
  background-color: #27272A;
}

.sidebar-lists,
.sidebar-article__lists {
  padding-right: 18px;
  padding-left: 18px;
}

.sidebar-lists li {
  padding-top: 18px;
  padding-bottom: 18px;
}

.sidebar-lists li:not(:last-child) {
  border-bottom: solid 1px #E4E4E4;
}

.sidebar-lists li > a {
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  color: #242424;
}

.sidebar-list {
  padding-top: 18px;
  padding-bottom: 18px;
}

.sidebar-article__list:not(:last-child) {
  border-bottom: solid 1px #E4E4E4;
}

.sidebar-article__list-flex {
  display: flex;
  align-items: center;
}

.sidebar-article__thumbnail {
  min-width: 100px;
  min-height: 100px;
  height: 100px;
  width: 100px;
  margin-right: 18px;
}

.sidebar-article__thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar-article__info {
  max-width: 146px;
}
@media screen and (max-width: 768px) {
  .sidebar-article__info {
    max-width: none;
    width: 100%;
    height: 100%;
  }
}

.sidebar-article__title {
  font-size: 14px;
  font-weight: 300;
  display: block;
  text-decoration: none;
  color: #242424;
}

.sidebar-article-date {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sidebar-article-date {
    margin-top: 12px;
  }
}

.not-found {
  margin-top: 80px;
}

.not-found__flex {
  display: flex;
  max-width: 514px;
  justify-content: space-between;
  font-family: "Noto Sans JP", sans-serif;
  margin-left: 36.7361111111%;
  margin-right: 27.5694444444%;
  margin-top: 250px;
}
@media screen and (max-width: 1024px) {
  .not-found__flex {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .not-found__flex {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 200px;
  }
}

.not-found__content {
  font-weight: 300;
}

.not-found__heading {
  font-size: 83px;
  font-weight: 500;
  color: #FF9100;
}
@media screen and (max-width: 768px) {
  .not-found__heading {
    font-size: 73px;
  }
}

.not-found__sub-heading {
  margin-top: -1.5rem;
  font-size: 22px;
  color: #FF9100;
}
@media screen and (max-width: 768px) {
  .not-found__sub-heading {
    font-size: 18px;
  }
}

.not-found__text {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #242424;
}

.not-found___img {
  width: 171px;
  height: 211px;
  margin-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .not-found___img {
    width: 152px;
    height: 187px;
    margin-right: 0.625rem;
  }
}

.return-top {
  margin-top: 5rem;
  margin-bottom: 6.25rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .return-top {
    margin-top: 2.5rem;
    margin-bottom: 3.75rem;
  }
}

.return-top__link {
  display: inline-block;
  border: solid 1px #FF9100;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #FF9100;
  padding: 1.0625rem 2.9375rem;
}

.pc__br {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc__br {
    display: none;
  }
}

.sp__br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp__br {
    display: block;
  }
}

.mv {
  margin-top: 80px;
  width: 100%;
  height: 100%;
  background-color: #F8F9F9;
}
@media screen and (max-width: 768px) {
  .mv {
    height: 100%;
    margin-top: 60px;
  }
}

.mv__inner {
  width: 100%;
  height: inherit;
}

.mv__container {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #F8F9F9;
  padding: 25px 0 65px;
  letter-spacing: 0.05rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .mv__container {
    padding: 0;
  }
}

.mv__heading {
  position: relative;
  display: inline-block;
  color: #242424;
  font-family: "Chakra Petch", sans-serif;
  font-size: 75px;
  margin-top: 5.625rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mv__heading {
    font-size: 3.125rem;
    margin-top: 4.0625rem;
  }
}

.mv__vision-img {
  display: block;
  width: 350px;
  height: 350px;
}
@media screen and (max-width: 768px) {
  .mv__vision-img {
    width: 177px;
    height: 168px;
  }
}

.mv__vision-img picture {
  display: block;
  width: 100%;
  height: inherit;
}

.mv__vision-img source,
img {
  width: 100%;
  height: 100%;
}

.mv__bg-img {
  position: relative;
  width: 92.5%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .mv__bg-img {
    margin-top: 40px;
    width: 96.5%;
  }
}

.mv__bg-img source,
img {
  width: 100%;
}

.change__first-letter {
  display: inline-block;
}

.change__first-letter::first-letter {
  color: #FF9100;
}

.breadcrumb {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-top: 0;
    font-size: 0.6875rem;
  }
}

.breadcrumb__inner {
  margin-top: 0.75rem;
}

.breadcrumb__inner span > a {
  color: #242424;
}

.breadcrumb__inner span > a {
  text-decoration: underline;
}

.breadcrumb_inner span > a.current-item {
  text-decoration: none;
}

.breadcrumb-top {
  text-decoration: underline;
}

.breadcrumb-top a,
.breadcrumb-news a {
  list-style: none;
  color: #242424;
}

.breadcrumb_separator {
  display: inline-block;
  height: 1px;
  width: 20px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #A9A9A9;
}

.breakcrumb-wrapper > span > a.post > span {
  color: #242424;
  text-decoration: underline;
}

.wp-block-heading {
  margin-top: 2.5rem;
}

.not-ready {
  padding: 10px;
}

.cf7 {
  max-width: 940px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 50px;
}
.cf7.cf7-confirm {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .cf7.cf7-confirm {
    margin-top: 40px;
  }
}

.cf7__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cf7__list {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .cf7__list {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .cf7__list {
    margin-left: 0px;
    margin-bottom: 23px;
  }
}

.cf7__list dt {
  width: 35%;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .cf7__list dt {
    width: 100%;
    margin-bottom: 8px;
    padding-top: 0;
  }
}

.cf7__list dd {
  margin-top: 8px;
  width: 100%;
}

/* 必須・任意 */
.cf7__required::after {
  content: "★";
  color: #E90000;
  font-size: 10px;
  vertical-align: text-top;
}

/* input・textarea */
.cf7__list dd input[type=text],
.cf7__list dd input[type=tel],
.cf7__list dd input[type=email],
.cf7__list dd textarea {
  width: 100%;
  font-size: 14px;
  padding: 15px 20px;
  padding-right: 130px;
  max-width: 440px;
  background: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .cf7__list dd input[type=text],
.cf7__list dd input[type=tel],
.cf7__list dd input[type=email],
.cf7__list dd textarea {
    padding-right: 80px;
  }
}

/* プレースホルダー */
/* Google Chrome / Safari / Mozilla Firefox / Opera */
.cf7__list dd input[type=text]::-moz-placeholder, .cf7__list dd input[type=tel]::-moz-placeholder, .cf7__list dd input[type=email]::-moz-placeholder, .cf7__list dd textarea::-moz-placeholder {
  color: #A9A9A9;
}
.cf7__list dd input[type=text]::placeholder,
.cf7__list dd input[type=tel]::placeholder,
.cf7__list dd input[type=email]::placeholder,
.cf7__list dd textarea::placeholder {
  color: #A9A9A9;
}

/* Microsoft Edge */
.cf7__list dd input[type=text]::-ms-input-placeholder,
.cf7__list dd input[type=tel]::-ms-input-placeholder,
.cf7__list dd input[type=email]::-ms-input-placeholder,
.cf7__list dd textarea::-ms-input-placeholder {
  color: #A9A9A9;
}

/* Internet Explorer */
.cf7__list dd input[type=text]:-ms-input-placeholder,
.cf7__list dd input[type=tel]:-ms-input-placeholder,
.cf7__list dd input[type=email]:-ms-input-placeholder,
.cf7__list dd textarea:-ms-input-placeholder {
  color: #A9A9A9;
}

/* 送信ボタン */
.cf7__button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cf7__button-container {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  width: 100%;
  height: 100%;
  max-width: 392px;
}
@media screen and (max-width: 768px) {
  .cf7__button-container {
    max-width: 315px;
  }
}

input[type=submit] {
  width: 260px;
  height: 60px;
  background: #000;
  color: #fff;
  transition: opacity 0.6s;
}

/* ajax-loader */
.wpcf7-spinner {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .cf7__list dd {
    width: 100%;
  }
  .cf7__list dd .wpcf7-checkbox,
.cf7__list dd .wpcf7-radio {
    padding: 15px 0 0;
  }
  /* 送信ボタン */
  input[type=submit] {
    width: 180px;
    height: 56px;
  }
}
.cf7__privacy-policy .wpcf7-list-item-label {
  text-decoration: underline;
}

.checkbox-cl01 {
  font-size: 14px;
  white-space: nowrap;
}

.checkbox-cl01 input {
  display: none;
}

.checkbox-cl01 input + span {
  padding-left: 22px;
  display: inline-block;
  position: relative;
}

.checkbox-cl01 input + span::after,
.checkbox-cl01 input + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}

.checkbox-cl01 input + span::before {
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.checkbox-cl01 input + span::after {
  border: none;
  background-color: #242424;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

.checkbox-cl01 input:checked + span::after {
  display: block;
}

@media screen and (max-width: 768px) {
  .cf7__category {
    margin-top: 8px;
  }
}

.cf7__category dt {
  font-size: 14px;
}

.wpcf7-form-control-wrap {
  margin-top: 4px;
}

.wpcf7-form-control.wpcf7-checkbox.checkbox-cl01 {
  display: grid;
  grid-template-columns: 193px 106px 135px 138px;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media screen and (max-width: 1024px) {
  .wpcf7-form-control.wpcf7-checkbox.checkbox-cl01 {
    -moz-column-gap: 40px;
         column-gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
  }
}

.wpcf7-list-item {
  margin: 0;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .wpcf7-list-item {
    margin-top: 25px;
  }
}

.cf7__contact-detail {
  font-size: 14px;
}

.cf7__contact-detail textarea {
  background-color: #FFFFFF;
  margin-top: 8px;
  width: 100%;
  height: 100%;
  width: 910px;
  height: 120px;
}
@media screen and (max-width: 1024px) {
  .cf7__contact-detail textarea {
    width: 100%;
    height: 260px;
  }
}

.cf7__privacy-pilicy {
  width: 100%;
}

.cf7__privacy-pilicy dd {
  width: 100%;
}

.cf7__policy-link {
  width: 100%;
}

.cf7__list-confirm {
  display: -moz-flex;
  display: flex;
  align-items: stretch;
  width: 100%;
  border-bottom: none;
  font-size: 14px;
  margin-top: 50px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .cf7__list-confirm {
    margin-top: 40px;
  }
}

.cf7__list-confirm-flex {
  flex-wrap: wrap;
}

.cf7__list-confirm dt {
  width: 136px;
}

.cf7__list-confirm dd {
  margin-left: 60px;
}

.cf7__button {
  margin-top: 70px;
  margin-bottom: 100px;
}
@media screen and (max-width: 375px) {
  .cf7__button {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

.cf7__button-area {
  display: inline-block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 375px) {
  .cf7__button-area {
    white-space: normal;
  }
}

.cf7__button button {
  width: 100%;
  height: 100%;
  color: #FF9100;
  background-color: #FFFFFF;
  border: solid 1px #FF9100;
  transition: ease 0.2s;
  padding: 18px 108px;
}
@media screen and (max-width: 768px) {
  .cf7__button button {
    padding: 17px 68px;
  }
}

.cf7__button-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #FF9100;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.cf7__button-area:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.arrow-right::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 15px;
  transform: translateY(calc(-50% - 1px)) rotate(45deg);
  width: 7px;
  height: 1px;
  background: #FF9100;
}

.arrow-right::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 35px;
  height: 1px;
  background-color: #FF9100;
}

.cf7__button-area:hover .arrow-right::before,
.cf7__button-area:hover .arrow-right::after {
  background-color: #FFFFFF;
  z-index: 3;
}
.cf7__button-area:hover .cf7__button-text {
  position: relative;
  color: #FFFFFF;
  z-index: 3;
}

.inquiry {
  padding-right: 15px;
  padding-left: 15px;
}

.inquiry__container {
  margin-top: 180px;
}
@media screen and (max-width: 768px) {
  .inquiry__container {
    margin-top: 120px;
  }
}

.inquiry__flex-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  .inquiry__flex-content {
    flex-wrap: wrap;
  }
}

.inquiry__progress-num {
  font-size: 18px;
}

.inquiry__progress-text {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .inquiry__progress-text {
    font-size: 16px;
    white-space: nowrap;
  }
}

.inquiry__progress-num.active,
.inquiry__progress-text.active {
  color: #242424;
}

.inquiry__flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .inquiry__flex {
    align-items: start;
  }
}

.inquiry__flex-content {
  color: #A9A9A9;
}

.inquiry__flex-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inquiry__progress-num {
  margin-right: 10px;
}

.progress-bar {
  width: 100px;
  height: 1px;
  background-color: #A9A9A9;
  margin-left: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .progress-bar {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}

.inquiry__text {
  margin-top: 90px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .inquiry__text {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .inquiry__text.inquiry__text-confirm,
.inquiry__text.inquiry__text-greeting {
    margin-top: 60px;
  }
}

.inquiry__sub-text {
  font-size: 14px;
  text-align: center;
  margin-top: 50px;
  line-height: 2.1428571429;
}
@media screen and (max-width: 768px) {
  .inquiry__sub-text {
    margin-top: 40px;
  }
}
@media screen and (max-width: 375px) {
  .inquiry__sub-text {
    text-align: left;
  }
}

.return-link__container {
  position: relative;
  display: inline-block;
  text-align: center;
  border-bottom: solid 1px #E4E4E4;
  padding: 0 9px 7px 45px;
}

.return-link__container::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transform: translateY(calc(-50% - 1px)) rotate(-45deg);
  width: 7px;
  height: 1px;
  background: #FF9100;
}

.return-link__container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 35px;
  height: 1px;
  background-color: #FF9100;
}

.return-link {
  margin-top: 30px;
  text-align: left;
  font-size: 14px;
}

.return-link-top {
  margin-top: 23px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 91px;
}
@media screen and (max-width: 768px) {
  .return-link-top {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.return-link-top__container {
  position: relative;
  display: inline-block;
  text-align: center;
  border-bottom: solid 1px #E4E4E4;
  padding: 0 45px 7px 9px;
}

.return-link-top__container a {
  text-decoration: none;
  color: #242424;
}

.return-link-top__container::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  transform: translateY(calc(-50% - 1px)) rotate(45deg);
  width: 7px;
  height: 1px;
  background: #FF9100;
}

.return-link-top__container::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 35px;
  height: 1px;
  background-color: #FF9100;
}

body {
  width: 100%;
  height: 100%;
  background-color: #F8F9F9;
  font-size: 16px;
}
.archive.date-year {
  color: #242424;
}

/* レイアウト  ========================================*/
.l-inner {
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.heading {
  font-size: 3.75rem;
  color: #FF9100;
  font-weight: 500;
  font-family: "Chakra Petch", sans-serif;
}
@media screen and (max-width: 768px) {
  .heading {
    font-size: 2.625rem;
  }
}

.container {
  position: relative;
  width: 100%;
  height: inherit;
  background-color: #FFFFFF;
}

.common-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #242424;
  font-weight: 500;
  letter-spacing: 0.025rem;
}

.common-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.9rem;
}

header {
  background-color: #FFFFFF;
  width: 100%;
  height: 5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: 0.6s;
}
@media screen and (max-width: 768px) {
  header {
    height: 3.75rem;
  }
}

.header__inner {
  height: inherit;
  display: flex;
  align-items: center;
  padding: 0.9375rem 3.75rem;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0.625rem 0.9375rem;
  }
}

.header.hide {
  transform: translateY(-80px);
}

.header__link {
  color: #242424;
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 140px;
    height: 50px;
  }
}

.hamburger {
  position: fixed;
  top: 27px;
  right: 60px;
  width: 50px;
  height: 30px;
  z-index: 9999;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .hamburger {
    top: 1.6875rem;
    width: 25px;
    height: 18px;
    right: 15px;
  }
}

.hamburger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #242424;
  transition: 0.3s all;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 13px;
}
@media screen and (max-width: 768px) {
  .hamburger span:nth-child(2) {
    top: 7px;
  }
}

.hamburger span:nth-child(3) {
  top: 26px;
  width: 32px;
}
@media screen and (max-width: 768px) {
  .hamburger span:nth-child(3) {
    width: 17px;
    top: 14px;
  }
}

.hamburger span.is-active:nth-child(1) {
  top: 15px;
  transform: rotate(-45deg);
  background-color: #FFFFFF;
}

.hamburger span.is-active:nth-child(2) {
  opacity: 0;
}

.hamburger span.is-active:nth-child(3) {
  top: 15px;
  width: 50px;
  transform: rotate(45deg);
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .hamburger span.is-active:nth-child(3) {
    width: 25px;
  }
}

#drawer-menu {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  right: -120%;
  width: 36%;
  height: 100vh;
  background: #000000;
  color: #FFFFFF;
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  #drawer-menu {
    width: 100%;
  }
}

#drawer-menu.is-active {
  right: 0%;
}

#drawer-menu.is-active .drawer-menu__list {
  position: fixed;
  z-index: 999;
  width: 36%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  #drawer-menu.is-active .drawer-menu__list {
    width: 100%;
  }
}

.drawer-menu__items {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  width: 100%;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.drawer-menu__item {
  list-style: none;
  display: block;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
}

.drawer-menu__item:not(:first-child) {
  padding-top: 20px;
}

.drawer-menu__link {
  color: #FFFFFF;
  text-decoration: none;
  padding: 10px;
  display: block;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.sns-icons {
  height: 100%;
  width: 86px;
  display: flex;
  justify-content: space-evenly;
  margin: 50px auto 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 99;
}

.show-overlay {
  display: block;
}

.fv {
  width: 100%;
  height: 100vh;
  background-image: url(../images/FV.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .fv {
    height: 100svh;
  }
}

.fv__inner {
  width: 100%;
  height: inherit;
  display: flex;
  align-items: center;
}

.fv__container {
  width: 100%;
  padding: 70px 20px 0 120px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 768px) {
  .fv__container {
    padding-left: 30px;
  }
}
@media screen and (max-width: 375px) {
  .fv__container {
    padding-top: 3.75rem;
    padding-left: 15px;
  }
}

.fv__title {
  position: relative;
  display: inline-block;
  color: #242424;
  font-family: "Chakra Petch", sans-serif;
  font-size: 80px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .fv__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 375px) {
  .fv__title {
    line-height: 4.8125rem;
  }
}

.change-first-letter {
  display: inline-block;
}

.change-first-letter::first-letter {
  color: #FF9100;
}

.fv__subtitle-flex {
  position: relative;
  display: flex;
  align-items: center;
}

.fv__subtitle-line {
  margin-right: 0.3125rem;
  width: 50px;
  height: 1px;
  background-color: #FF9100;
}
@media screen and (max-width: 768px) {
  .fv__subtitle-line {
    display: none;
  }
}

.fv__subtitle-text {
  position: relative;
  display: inline-block;
  color: #FF9100;
}
@media screen and (max-width: 768px) {
  .fv__subtitle-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 375px) {
  .fv__subtitle-text {
    line-height: 1.875rem;
  }
}

.vision {
  width: 100%;
  height: 100%;
}

.vision__container {
  margin-top: 6.5rem;
  padding: 5rem 3.125rem 3.75rem;
}
@media screen and (max-width: 768px) {
  .vision__container {
    padding: 3.625rem 0.9375rem 1.875rem;
    margin-top: 5.4375rem;
  }
}

.vision__heading {
  position: absolute;
  right: 0;
  top: -3.125rem;
}
@media screen and (max-width: 768px) {
  .vision__heading {
    top: -1.875rem;
    left: 0;
  }
}

.vision__title {
  line-height: 2.5rem;
  padding-right: 1.875rem;
  min-width: 17.125rem;
}

.vision__flex {
  height: inherit;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .vision__flex {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
}

.vision__images {
  display: flex;
  justify-content: center;
  max-width: 34.375rem;
}
@media screen and (max-width: 1024px) {
  .vision__images {
    max-width: 57.75rem;
  }
}
@media screen and (max-width: 768px) {
  .vision__images {
    margin-top: 0.875rem;
  }
}

.vision__img {
  position: relative;
  height: 280px;
  width: 180px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .vision__img {
    height: 163px;
    width: 105px;
  }
}
@media screen and (max-width: 375px) {
  .vision__img {
    width: 33%;
  }
}

.vision__img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 375px) {
  .vision__img img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.vision__img:nth-child(2) {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .vision__img:nth-child(2) {
    margin-top: 1.8125rem;
  }
}

.vision__img:nth-child(3) {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .vision__img:nth-child(3) {
    margin-top: 3.625rem;
  }
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
}
.fadeUp:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.fadeUp:nth-child(3) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.fadeUp:nth-child(4) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.vision__description {
  max-width: 34.375rem;
  padding-left: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .vision__description {
    max-width: 57.75rem;
  }
}
@media screen and (max-width: 768px) {
  .vision__description {
    padding: 0;
  }
}

.vision__text {
  margin-top: 2.6875rem;
}
@media screen and (max-width: 768px) {
  .vision__text {
    margin-top: 1.5625rem;
  }
}

.vision__btn {
  margin-top: 1rem;
}

.news__btn {
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .news__btn {
    margin-top: 0;
  }
}

.view-more-btn {
  position: relative;
  text-align: right;
  padding: 8px 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .view-more-btn {
    margin-top: 0;
  }
}

.view-more-btn__text {
  display: inline-block;
  position: relative;
  color: #FF9100;
  font-size: 0.8125rem;
  font-weight: 300;
  text-decoration: none;
  outline: none;
  padding-right: 5rem;
  padding-bottom: 7px;
  transition: color 0.25s ease;
  border-bottom: solid 1px #E4E4E4;
}
.view-more-btn__text:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.view-more-btn__text::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #111;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.25s ease;
  transition-property: transform;
}

.view-more-btn__arrow::before {
  content: "";
  position: absolute;
  bottom: 22px;
  right: 0%;
  width: 35px;
  height: 1px;
  background: #FF9100;
}

.view-more-btn__arrow::after {
  content: "";
  position: absolute;
  bottom: 25px;
  right: 0%;
  width: 10px;
  height: 1px;
  background: #FF9100;
  transform: rotate(35deg);
}

.service__container {
  margin-top: 7.5rem;
  padding: 5.4375rem 3.125rem 3.75em;
  box-shadow: 0px 3px 2px 3px #E4E4E4;
}
@media screen and (max-width: 1024px) {
  .service__container {
    box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  .service__container {
    padding: 3.625rem 0.9375rem 1.875rem;
    margin-top: 5.4375rem;
  }
}

.service__heading {
  position: absolute;
  left: 0;
  top: -2.5rem;
}
@media screen and (max-width: 768px) {
  .service__heading {
    top: -1.875rem;
  }
}

.service__description {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .service__description {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .service__description {
    justify-content: flex-start;
  }
}

.service__title {
  line-height: 2.5rem;
}
@media screen and (max-width: 768px) {
  .service__title {
    width: 100%;
    line-height: 2.5rem;
  }
}

.service__text {
  max-width: 59%;
  margin-left: 2rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .service__text {
    max-width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .service__text {
    line-height: 1.875rem;
  }
}

.service__items {
  max-width: 46.375rem;
  margin-top: 40px;
  margin: 0 auto;
  display: grid;
  grid-template: 1fr/repeat(auto-fit, minmax(22.5rem, 1fr));
  -moz-column-gap: 1.375rem;
       column-gap: 1.375rem;
  row-gap: 1.375rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .service__items {
    grid-template: 1fr/repeat(auto-fit, minmax(15rem, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .service__items {
    max-width: 19.6875rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
    grid-template: 1fr/repeat(auto-fit, minmax(15rem, 1fr));
  }
}
@media screen and (max-width: 375px) {
  .service__items {
    max-width: 15rem;
    -moz-column-gap: 0.625rem;
         column-gap: 0.625rem;
    grid-template: 1fr/repeat(auto-fit, minmax(15rem, 1fr));
  }
}

.service__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  max-width: 22.5rem;
  max-height: 18.75rem;
  box-shadow: 0px 3px 2px 3px #E4E4E4;
}

.service__item img {
  max-width: 14.0625rem;
}
@media screen and (max-width: 1024px) {
  .service__item img {
    max-width: 9.375rem;
  }
}

.service__name {
  color: #242424;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  text-align: center;
  padding-bottom: 1.875rem;
  margin-top: 0.875rem;
}
@media screen and (max-width: 768px) {
  .service__name {
    margin-top: 0;
  }
}

.service__btn {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .service__btn {
    margin-top: 0.3125rem;
  }
}

.news {
  margin-top: 5rem;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .news {
    margin-top: 2.5rem;
  }
}

.news__inner {
  padding-top: 4.75rem;
}
@media screen and (max-width: 768px) {
  .news__inner {
    padding-top: 3.75rem;
  }
}

.news__container {
  position: relative;
  padding-bottom: 5rem;
  margin-left: 3.125rem;
}
@media screen and (max-width: 768px) {
  .news__container {
    margin-left: 0;
    padding-bottom: 2.75rem;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.news__tab-area {
  max-width: 68.75rem;
}
.news__heading {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .news__heading {
    left: 0;
    position: static;
  }
}

.news__link {
  width: 100%;
  border-bottom: 1px solid #E4E4E4;
}

.news__link-tab,
.link-tab {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  gap: 15px;
  padding-top: 2.6875rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 768px) {
  .news__link-tab,
.link-tab {
    width: 100%;
    gap: 8px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}

.news__link-tab li,
.link-tab li {
  padding: 0.75rem 1.125rem;
  font-size: 0.875rem;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FF9100;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .news__link-tab li,
.link-tab li {
    font-size: 0.75rem;
    padding: 0.625rem 0.9rem;
    margin-top: 10px;
  }
}

.news__link-tab li.all__tab,
.link-tab li.all__tab {
  padding: 0.625rem 2rem;
}
@media screen and (max-width: 768px) {
  .news__link-tab li.all__tab,
.link-tab li.all__tab {
    padding: 0.625rem 0.9375rem;
  }
}

.active.all__tab a {
  color: #FFFFFF;
}

.news__link-tab li.active,
.link-tab li.active {
  background: #FF9100;
  color: #FFFFFF;
}

.news__link-tab li.current-cat,
.link-tab li.current-cat {
  background: #FF9100;
  color: #FFFFFF;
}

.news__link-tab li > a,
.link-tab li > a {
  color: #242424;
  text-decoration: none;
}

.news__link-tab .current-cat > a,
.link-tab .current-cat > a {
  color: #FFFFFF;
}

.news__lists {
  width: 100%;
  height: 100%;
}

.news__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 1.625rem 0;
  border-bottom: 1px solid #E4E4E4;
}
@media screen and (max-width: 768px) {
  .news__list {
    display: block;
    padding: 1.25em 0;
  }
}

.news__list a {
  text-decoration: none;
  color: #242424;
}

.news__info {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .news__info {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 375px) {
  .news__info {
    flex-wrap: wrap;
  }
}

.post-date {
  font-size: 11px;
  margin-right: 1.8125rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #A9A9A9;
}

.post-date.news__date {
  margin-right: 1.8125rem;
}

.news__tags {
  margin-right: 0.75rem;
  color: #626262;
  font-size: 0.6875rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 375px) {
  .news__tags {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.news__tag {
  background: #F3F3F3;
  margin-right: 5px;
  padding: 4px 18px;
  white-space: nowrap;
}
@media screen and (max-width: 375px) {
  .news__tag {
    margin-bottom: 5px;
  }
}

.news__description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .news__description {
    font-size: 0.875rem;
    line-height: 1.875rem;
    margin-top: 10px;
  }
}

.news__list .news__description a {
  transition: color 0.2s ease-in-out;
  font-size: 0.875rem;
}

.news__list .news__description a:hover {
  color: #8bc73f;
  transition: color 0.2s ease-in-out;
}

.company__container {
  background-color: #F8F9F9;
  width: 100%;
}

.company__flex {
  max-width: 1200px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding-top: 9.0625rem;
  padding-bottom: 13.125rem;
}
@media screen and (max-width: 768px) {
  .company__flex {
    flex-wrap: wrap;
    gap: 10.625rem;
    padding: 3.125rem 0.9375rem 12.125rem;
  }
}
@media screen and (max-width: 768px) {
  .company__flex {
    padding-bottom: 11.4375rem;
  }
}

.company__info,
.company__works {
  position: relative;
}

.company__card {
  width: 100%;
  position: absolute;
  top: 80%;
  left: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #242424;
}
@media screen and (max-width: 768px) {
  .company__card {
    width: 100%;
    top: 76%;
  }
}

.company__block {
  width: 77.5%;
  background-color: #FFFFFF;
  padding: 1.625rem 2rem;
}
@media screen and (max-width: 768px) {
  .company__block {
    width: 95.7%;
    padding: 1.875rem 0.625rem 1.25rem 1.875rem;
  }
}

.company__info-subtitle,
.company__works-subtitle {
  margin-left: 0.125rem;
  font-size: 0.75rem;
  font-weight: 500;
}

.company__info-title,
.company__works-title {
  margin-top: 0.375rem;
}
@media screen and (max-width: 768px) {
  .company__info-title,
.company__works-title {
    font-size: 1.25rem;
  }
}

.company__info-text,
.company__works-text {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .company__info-text,
.company__works-text {
    margin-top: 0;
  }
}

.mask_wrap {
  display: table;
  overflow: hidden;
}

.mask-wrap .mask {
  position: relative;
  left: -100%;
  overflow: hidden;
}

.mask-wrap .mask-bg {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.mask-bg.mask-bg_orange {
  background: #FF9100;
}

.slide-mask-bg {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}

.contact {
  max-width: 1440px;
  margin: 0 auto;
}

.contact__inner {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  padding: 0;
}
.contact__flex {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact__flex {
    flex-wrap: wrap;
  }
}

.contact__block {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 4.875rem;
  padding-bottom: 4.875rem;
  /*アニメーションの指定*/
  transition: ease 0.2s;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .contact__block {
    width: 100%;
    padding: 4.375rem 0.9375rem;
  }
}
@media screen and (max-width: 768px) {
  .contact__block {
    padding-bottom: 3.9375rem;
  }
}

.contact__block:first-child {
  border-right: 1px solid #ECECEC;
}
@media screen and (max-width: 768px) {
  .contact__block:first-child {
    border-right: none;
    border-bottom: 1px solid #ECECEC;
  }
}

.contact__title {
  position: relative;
  z-index: 30;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .contact__title {
    font-size: 1.25rem;
  }
}

.contact__block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #FF9100;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: top;
}

.contact__block:hover:before {
  transform: scale(1, 1);
}

.contact__text {
  position: relative;
  z-index: 3;
  margin-top: 1.3125rem;
}

.contact__link,
a.contact__link {
  position: relative;
  z-index: 3;
  font-size: 1rem;
  width: 11.875rem;
  letter-spacing: -1px;
  margin-top: 1.3125rem;
  display: inline-block;
  color: #FF9100;
  background-color: #FFFFFF;
  border: 1px solid #FF9100;
  padding: 1.09375rem 2.9375rem;
}
@media screen and (max-width: 768px) {
  .contact__link,
a.contact__link {
    margin-top: 1.25rem;
  }
}

.footer {
  background-color: #27272A;
}

.footer__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.75rem 15.75rem 2.6875rem 10.625rem;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .footer__flex {
    padding: 2.6875rem 1.875rem;
  }
}
@media screen and (max-width: 375px) {
  .footer__flex {
    padding: 2.6875rem 0.9375rem;
  }
}

@media screen and (max-width: 768px) {
  .footer__logo {
    width: 138px;
    height: 60px;
  }
}

.footer__nav-items li {
  border-bottom: 1px solid #404040;
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .footer__nav-items li {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.footer-facebook__link::before {
  content: url(../images/facebook-icon.svg);
  vertical-align: middle;
  padding-right: 0.625rem;
}

.footer-twitter__link::before {
  content: url(../images/x-icon.svg);
  vertical-align: middle;
  padding-right: 0.625rem;
}

.footer-facebook__link,
.footer-twitter__link {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 0.75rem;
}

.footer-menu__item:not(:last-child) {
  padding-bottom: 0.5625rem;
}

.footer-menu__link {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 1rem;
}

.footer__copyright {
  background-color: #000000;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 0.875rem;
}

.footer__copyright-text {
  color: #FFFFFF;
  letter-spacing: 1px;
}

#modal-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
}

#photo {
  width: 70%;
  height: 50%;
  border: 1px solid #000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.contact__section {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .contact__section {
    margin-top: 1.25rem;
  }
}
/*# sourceMappingURL=style.css.map */