@charset "UTF-8";
/* リセット
------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

* html table {
  border-collapse: collapse;
}

*:first-child + html table {
  border-collapse: collapse;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

table,
th,
td,
img {
  border: 0;
}

img,
input {
  vertical-align: middle;
  outline: none;
}

q:before,
q:after {
  content: "";
}

ul {
  list-style: none;
}

hr,
legend,
caption {
  display: none;
}

img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

a:focus {
  outline: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

/* aタグ設定
------------------------------------- */
a:hover,
.alpha {
  opacity: 0.75;
  text-decoration-color: transparent;
}

a {
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
  backface-visibility: hidden;
  text-decoration: none;
}

/* 基本設定
------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem; /* =14px */
  font-family: "EB Garamond", "Noto Serif JP", serif;
}

h1,
h2 {
  font-weight: normal;
}

/* レスポンシブ設定
------------------------------------- */
@media screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}
/* レティーナ対応
------------------------------------- */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .class {
    background-image: url(http://image.itmedia.co.jp/ait/articles/1308/29/image-2x.png);
  }
}
#contents {
  padding-top: 140px;
}

.inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 20px;
}

.section_title {
  font-size: 20px;
  text-align: center;
  color: #323333;
  font-weight: normal;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #a7a7a7;
  color: #fff;
  min-width: 135px;
  font-size: 14px;
  padding: 3px 20px 4px;
  border-radius: 13px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
.header_inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 14px 20px;
  position: relative;
}
.header_top_nav {
  position: absolute;
  top: 15px;
  right: 20px;
  display: flex;
  align-items: center;
}
.header_top_nav_item {
  position: relative;
}
.header_top_nav_item:not(:first-of-type) {
  margin-left: 15px;
}
.header_top_nav_link {
  display: block;
}
.header_top_nav_link_language {
  width: 29px;
}
.header_top_nav_link_language02 {
  width: 27px;
}
.header_top_nav_link_access {
  width: 21px;
}
.header_top_nav_link_mail {
  width: 24px;
}
.header_top_nav_language-list.pc {
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0;
}
.header_top_nav_language-list.pc li.selected {
  display: none;
}
.header_top_nav_language-list.pc li button {
  background-color: #3E3A39;
  padding: 2px 20px;
  min-height: 35px;
  min-width: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_top_nav_language-list.sp {
  display: none;
}
.header_logo {
  width: 139px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 35px;
}
.header_nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_nav_list:not(:first-of-type) {
  margin-left: 25px;
}
.header_nav_link {
  color: #666;
  font-size: 14px;
  text-align: center;
}
.header_nav_link:hover {
  opacity: 0.5;
  border-bottom: 1px solid #bfbfbf;
}

.header_active {
  height: 60px;
}
.header_active .header_logo {
  display: none;
}
.header_active .header_inner {
  padding: 0 135px 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sp_menu {
  display: none;
}

.footer_top {
  padding: 20px 0;
}
.footer_logo {
  width: 139px;
  margin: 0 auto;
}
.footer_bottom {
  background-color: #bfbfbf;
  padding: 25px 0 35px;
}
.footer_bottom_inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer_list01 {
  display: flex;
  align-items: center;
  font-size: 15px;
}
.footer_item01 {
  padding-right: 8px;
  margin-right: 10px;
  position: relative;
}
.footer_item01::after {
  content: "";
  width: 1px;
  height: 17px;
  background-color: #717171;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.footer_link01 {
  color: #717171;
}
.footer_list02 {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-top: 15px;
}
.footer_item02 {
  padding-right: 8px;
  margin-right: 10px;
  position: relative;
}
.footer_item02::after {
  content: "";
  width: 1px;
  height: 17px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.footer_link02 {
  color: #ffffff;
}
.footer_copyright {
  font-size: 14px;
  color: #717171;
  margin-top: 28px;
}

.pageTop {
  position: fixed;
  right: 35px;
  bottom: 35px;
}
.pageTop a {
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 2px solid #b5b5b6;
  background-color: #fff;
  position: relative;
}
.pageTop a::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #b5b5b6;
  border-right: 2px solid #b5b5b6;
  position: absolute;
  top: 26px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
}

.page_top .fv_inner {
  max-width: 1080px;
  margin: 0 auto;
}
.page_top .fv_area_bg {
  position: relative;
  height: 420px;
}
.page_top .fv_list {
  height: 100%;
}
.page_top .fv_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page_top .fv_link:hover {
  opacity: 1;
}
.page_top .fv_img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_top .fv_copy {
  position: absolute;
  top: 42%;
  right: 40px;
  font-size: 33px;
  color: #fff;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
}
.page_top .fv_pagenation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 15px;
}
.page_top .fv_pagenation_item {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #bfbfbf;
  cursor: pointer;
}
.page_top .fv_pagenation_item:not(:first-of-type) {
  margin-left: 5px;
}
.page_top .fv_pagenation_item_active {
  background-color: #000;
}

.page_top .news {
  margin-top: 20px;
}
.page_top .news_list {
  max-width: 890px;
  margin: 20px auto 0;
  padding: 0 20px;
}
.page_top .news_item {
  font-size: 15px;
  line-height: 2.4;
}
.page_top .news_link {
  display: flex;
  align-items: center;
  color: #666666;
}
.page_top .news_date {
  margin-right: 20px;
}
.page_top .news_area_btn {
  margin: 25px 0 0;
  text-align: center;
}
.page_top .news_bottom {
  margin-top: 65px;
}
.page_top .news_bottom_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page_top .news_bottom_item {
  text-align: center;
  width: calc(50% - 15px);
}
.page_top .news_bottom_item:first-of-type {
  width: 100%;
  margin-bottom: 50px;
}
.page_top .news_bottom_item:last-of-type {
  margin-left: 30px;
}
.page_top .news_bottom_top {
  font-size: 20px;
  color: #2f2f2f;
}
.page_top .news_bottom_img {
  display: block;
  margin-top: 10px;
}
.page_top .news_bottom_btn_box {
  margin-top: 20px;
}

.gallery {
  margin-top: 65px;
}
.gallery_lead {
  max-width: 840px;
  margin: 30px auto 0;
  padding: 0 20px;
  font-size: 15px;
  line-height: 1.93;
  color: #666666;
}
.gallery_list {
  margin-top: 30px;
  margin-bottom: -25px;
  display: flex;
  flex-wrap: wrap;
}
.gallery_item {
  width: calc(25% - 15px);
  margin-bottom: 25px;
}
.gallery_item:not(:nth-of-type(4n)) {
  margin-right: 20px;
}
.gallery_link {
  display: block;
  position: relative;
}
.gallery_area_hover {
  min-height: 118px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 25px 20px 15px;
  font-size: 16px;
}
.gallery_address_en {
  font-weight: 600;
  line-height: 1.2;
}
.gallery_address {
  margin-top: 18px;
}

.page_top .product {
  padding-top: 55px;
}
.page_top .product.area_contact {
  padding-bottom: 120px;
}
.page_top .product_img {
  margin-top: 15px;
}
.page_top .product_btn_box {
  margin-top: 15px;
  text-align: center;
}

.page_top .about {
  padding-top: 45px;
}
.page_top .about_slider {
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.page_top .about_prev {
  width: 30px;
  height: 30px;
  border: 2px solid #cccccc;
  border-radius: 50%;
  position: absolute;
  left: 34.5%;
  top: 32%;
  cursor: pointer;
}
.page_top .about_prev:hover {
  opacity: 0.75;
}
.page_top .about_prev::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #cccccc;
  border-left: 2px solid #cccccc;
  transform: rotate(-45deg);
  position: absolute;
  top: 7px;
  left: 9px;
}
.page_top .about_next {
  width: 30px;
  height: 30px;
  border: 2px solid #cccccc;
  border-radius: 50%;
  position: absolute;
  right: 34.5%;
  top: 32%;
  cursor: pointer;
}
.page_top .about_next:hover {
  opacity: 0.75;
}
.page_top .about_next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  left: 5px;
}
.page_top .about_prev_sp {
  width: 10vw;
  height: 10vw;
  position: absolute;
  left: 3.3333333333vw;
  top: 42.6666666667vw;
}
.page_top .about_prev_sp::after {
  content: "";
  width: 3.4666666667vw;
  height: 3.4666666667vw;
  top: 2.6666666667vw;
  left: 3.3333333333vw;
}
.page_top .about_next_sp {
  width: 10vw;
  height: 10vw;
  position: absolute;
  right: 3.3333333333vw;
  top: 42.6666666667vw;
}
.page_top .about_next_sp::after {
  content: "";
  width: 3.4666666667vw;
  height: 3.4666666667vw;
  top: 2.6666666667vw;
  left: 1.8666666667vw;
}
.page_top .about_slider_list {
  width: 1000vw;
  position: relative;
  display: flex;
}
.page_top .about_slider_item {
  width: 330px;
  margin-right: 15px;
  text-align: center;
}
.page_top .about_slider_item:nth-of-type(2) .about_slider_text {
  opacity: 1 !important;
  display: block !important;
}
.page_top .about_slider_link {
  color: #2f2f2f;
}
.page_top .about_slider_text {
  color: #2f2f2f;
  font-size: 15px;
  line-height: 2;
  margin-top: 10px;
  opacity: 0;
  display: none;
}
.page_top .about_slider_text_en {
  display: block;
  font-size: 20px;
  line-height: 1.5;
}
.page_top .about_btn_box {
  text-align: center;
  margin-top: 27px;
}

.page_low .low_page_title {
  font-size: 23px;
  color: #2f2f2f;
  text-align: center;
  font-weight: normal;
}
.page_low .low_text {
  max-width: 840px;
  margin: 30px auto 0;
  padding: 0 20px;
  font-size: 15px;
  color: #666666;
  line-height: 1.933;
}
.page_low .box_low {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.page_low .box_low_img {
  width: 495px;
  margin-right: 20px;
}
.page_low .box_text {
  max-width: 370px;
  font-size: 15px;
  color: #666666;
  line-height: 1.933;
}
.page_low .page_bottom {
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 40px;
  text-align: center;
  color: #717171;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
.page_low .page_bottom::before {
  content: "";
  width: 189px;
  height: 1px;
  background-color: #717171;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page_low .page_bottom a {
  color: #717171;
}

.page_connect .connect_title_area {
  padding-top: 30px;
}
.page_connect .connect_title {
  font-size: 23px;
  color: #2f2f2f;
  text-align: center;
  font-weight: normal;
}
.page_connect .connect_box {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.page_connect .connect_box_img {
  width: 495px;
  margin-right: 20px;
}
.page_connect .connect_area {
  margin-top: 70px;
}
.page_connect .connect_area_title {
  font-size: 23px;
  color: #2f2f2f;
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px;
}
.page_connect .connect_area_img02 {
  margin-top: 50px;
}

.page_lapis .fv_bottom_text {
  font-size: 14px;
  font-style: italic;
  color: #2f2f2f;
  max-width: 840px;
  margin: 5px auto 0;
  padding: 0 20px;
}
.page_lapis .lapis_title_area {
  padding: 20px 0;
  text-align: center;
}
.page_lapis .lapis_page_title {
  font-size: 23px;
  color: #2f2f2f;
}
.page_lapis .lapis_page_title span {
  display: block;
  font-size: 15px;
}
.page_lapis .lapis_list {
  margin-top: 40px;
  margin-bottom: 150px;
  display: flex;
  justify-content: space-between;
}
.page_lapis .lapis_item {
  width: calc(33.333% - 16px);
  text-align: center;
}
.page_lapis .lapis_item:not(:first-of-type) {
  margin-left: 24px;
}
.page_lapis .lapis_item_top {
  font-size: 20px;
  color: #2f2f2f;
  margin-bottom: 15px;
}
.page_lapis .lapis_item_top span {
  display: block;
  font-size: 16px;
  line-height: 1;
}
.page_lapis .lapis_btn {
  margin-top: 15px;
}

.page_lapis_low .fv_bottom_text {
  font-size: 14px;
  font-style: italic;
  color: #2f2f2f;
  margin: 5px auto 0;
  padding: 0 20px;
  text-align: right;
}
.page_lapis_low .lapis_title_area {
  padding: 20px 0;
  text-align: center;
}
.page_lapis_low .lapis_page_title {
  font-size: 23px;
  color: #2f2f2f;
}
.page_lapis_low .lapis_page_title span {
  display: block;
  font-size: 15px;
}
.page_lapis_low .technology_area01 {
  margin-top: 45px;
}
.page_lapis_low .technology_area02 {
  margin-top: 75px;
}
.page_lapis_low .technology_box {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.page_lapis_low .technology_box_img {
  width: 573px;
  margin-right: 10px;
}
.page_lapis_low .img_text {
  display: block;
  font-size: 14px;
  font-style: italic;
  color: #2f2f2f;
  margin-top: 5px;
}
.page_lapis_low .technology_box_img02 {
  margin-top: 15px;
}
.page_lapis_low .technology_area03 {
  margin-top: 40px;
}
.page_lapis_low .technology_box02 {
  display: flex;
}
.page_lapis_low .technology_box02_item img {
  max-height: 400px;
}
.page_lapis_low .technology_area03_img {
  margin-top: 35px;
}

.page_design .design_box {
  display: flex;
  justify-content: space-between;
  margin-top: 63px;
}
.page_design .design_box_img01 {
  width: 486px;
  margin-right: 10px;
}
.page_design .design_area02_img {
  margin-top: 45px;
}

.page_space .space_area01 {
  margin-bottom: 55px;
}
.page_space .space_area01_img {
  margin-top: 45px;
}

.page_title_area {
  padding: 30px 0 20px;
  text-align: center;
}

.page_title {
  font-size: 23px;
  color: #2f2f2f;
  font-weight: normal;
}
.page_title span {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 10px;
}

.page_news {
  min-height: calc(100vh - 249px);
}
.page_news .news_body {
  margin-bottom: 60px;
}
.page_news .news_list {
  max-width: 890px;
  margin: 0 auto;
  padding: 0 20px;
}
.page_news .news_item {
  border-bottom: 1px solid #b2b2b2;
}
.page_news .news_item:first-of-type {
  border-top: 1px solid #b2b2b2;
}
.page_news .news_link {
  display: block;
  padding: 10px 0;
  color: #666;
  font-size: 15px;
}
.page_news dl {
  display: flex;
}
.page_news dt {
  min-width: 90px;
}
.page_news .pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.page_news .pagenation_item {
  font-size: 15px;
  color: #2f2f2f;
}
.page_news .pagenation_item:not(:last-of-type) {
  margin-right: 13px;
}
.page_news .pagenation_link {
  font-size: 15px;
  color: #2f2f2f;
  font-weight: 600;
  line-height: 2.3;
}
.page_news .pagenation_link_current {
  color: #808080;
  text-decoration: underline;
}
.page_news ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.page_news ul.page-numbers li {
  font-size: 15px;
  color: #2f2f2f;
}
.page_news ul.page-numbers li:not(:last-of-type) {
  margin-right: 13px;
}
.page_news ul.page-numbers span.current {
  text-decoration: underline;
}
.page_news ul.page-numbers a {
  color: #2f2f2f;
}

.page_news_detail {
  min-height: calc(100vh - 249px);
}
.page_news_detail .news_body {
  max-width: 890px;
  margin: 0 auto 55px;
  padding: 0 20px;
  font-size: 15px;
  color: #666666;
  line-height: 1.93;
}
.page_news_detail .news_body .news_body_inner {
  border-top: 1px solid #b2b2b2;
  padding-top: 15px;
}
.page_news_detail .news_body .news_body_inner img {
  margin: 1em auto;
}
.page_news_detail .news_body .news_date {
  margin-bottom: 1em;
}
.page_news_detail .news_body h2 {
  font-size: 17px;
  margin-bottom: 1em;
  color: #2f2f2f;
}
.page_news_detail .news_body p {
  font-size: 15px;
  color: #666666;
  line-height: 1.93;
}
.page_news_detail .news_body li {
  padding-left: 1em;
  text-indent: -0.6em;
}
.page_news_detail .news_body li::before {
  content: "・";
  display: inline-block;
}

.page_contact .contact_body {
  max-width: 890px;
  margin: 0 auto 55px;
  padding: 0 20px;
  font-size: 15px;
  color: #666666;
}
.page_contact .contact_lead {
  letter-spacing: -0.02em;
  margin-top: 10px;
  margin-bottom: 25px;
}
.page_contact .form_container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.page_contact .form_container + .error {
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: 128px;
}
.page_contact label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 130px;
  flex: 0 0 130px;
  padding-right: 25px;
}
.page_contact label .required {
  width: 42px;
  height: 23px;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  background-color: #db534d;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_contact .detail_container {
  display: block;
}
.page_contact .detail_container label {
  width: 160px;
  padding-right: 0;
}
.page_contact .detail_container + .error {
  margin-top: 20px;
  margin-right: auto;
  margin-left: 128px;
}
.page_contact input {
  flex: 0 1 542px;
  border: 1px solid #b2b2b2;
  background-color: #fafafa;
  padding: 13px;
}
.page_contact .form_address {
  flex: 0 1 724px;
}
.page_contact textarea {
  display: block;
  border: 1px solid #b2b2b2;
  background-color: #fafafa;
  padding: 13px;
  margin-top: 12px;
  width: 724px;
  max-width: calc(100% - 130px);
  margin-left: auto;
}
.page_contact .form_btn {
  display: block;
  width: 145px;
  height: 40px;
  background-color: #2f2f2f;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  margin: 30px auto 0;
  cursor: pointer;
  text-align: center;
  line-height: 0;
}
.page_contact .form_btn_prev {
  margin: 10px auto 0;
}
.page_contact .form_btn_top {
  line-height: 40px;
}

.page_contact_comfirm .comfirm_text {
  font-size: 15px;
  line-height: 1.93;
  color: #666666;
}
.page_contact_comfirm .comfirm_text_area {
  margin-top: 10px;
}
.page_contact_comfirm .form_btn_box {
  display: flex;
  justify-content: center;
}
.page_contact_comfirm .form_btn {
  margin: 30px 0 0;
}
.page_contact_comfirm .form_btn_prev {
  margin-right: 20px;
}

.page_contact_thanks {
  min-height: calc(100vh - 249px);
}
.page_contact_thanks .contact_lead {
  text-align: center;
  margin-bottom: 80px;
}

.page_recruit {
  min-height: calc(100vh - 249px);
}
.page_recruit .recruit_body {
  max-width: 890px;
  margin: 0 auto 55px;
  padding: 0 20px;
  font-size: 15px;
  color: #666666;
  line-height: 1.93;
}
.page_recruit .recruit_inner {
  border-top: 1px solid #b2b2b2;
  padding-top: 15px;
  min-height: 344px;
}
.page_recruit .recruit_info {
  width: 130px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  background-color: #bfbfbf;
  color: #fff;
}
.page_recruit .recruit_text {
  font-size: 15px;
  color: #666;
  margin-top: 15px;
}

.page_house .house_img {
  display: block;
  max-width: 940px;
  margin: 45px auto 20px;
  padding: 0 20px;
}

.page_about .about_inner {
  max-width: 800px;
  margin: 0 auto 40px;
  padding: 0 20px;
}
.page_about .about_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -40px;
  padding-top: 10px;
}
.page_about .about_item {
  max-width: 330px;
  text-align: center;
  margin-bottom: 40px;
}
.page_about .about_link_text {
  display: block;
  color: #2f2f2f;
  font-size: 15px;
  margin-top: 10px;
}
.page_about .about_link_text span {
  display: block;
  line-height: 1;
  font-size: 20px;
  margin-bottom: 5px;
}

.page_profile .profile_inner {
  max-width: 1028px;
  margin: 0 auto;
  padding: 0 20px;
}
.page_profile .profile_box {
  max-width: 600px;
  margin: 0 auto;
}
.page_profile dl {
  color: #666666;
  font-size: 15px;
  line-height: 1.66;
  display: flex;
  border-bottom: 1px solid #b2b2b2;
}
.page_profile dl:first-of-type {
  border-top: 1px solid #b2b2b2;
}
.page_profile dt {
  flex: 0 0 175px;
  background-color: #f2f2f2;
  padding: 10px 5px 10px 15px;
}
.page_profile dd {
  padding: 10px 0 10px 15px;
}
.page_profile .profile_box_group {
  margin-top: 45px;
}
.page_profile .profile_group_title {
  text-align: center;
  font-size: 15px;
  color: #2f2f2f;
  margin-bottom: 20px;
}
.page_profile .profile_group_title span {
  display: block;
  font-size: 23px;
  line-height: 1;
  margin-bottom: 5px;
}
.page_profile .recruit_img_bottom {
  margin-top: 55px;
}
.page_profile .recruit_top_txt {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.page_company_history .com_history_inner {
  max-width: 890px;
  margin: 0 auto;
  padding: 0 20px;
}
.page_company_history dl {
  color: #666666;
  font-size: 15px;
  line-height: 1.66;
  display: flex;
  border-bottom: 1px solid #b2b2b2;
}
.page_company_history dl:first-of-type {
  border-top: 1px solid #b2b2b2;
}
.page_company_history dt {
  flex: 0 0 145px;
  padding: 13px 5px 13px 15px;
}
.page_company_history dd {
  padding: 13px 0 13px 15px;
}

.page_sdgs .sdgs_inner {
  max-width: 890px;
  margin: 0 auto;
  padding: 35px 20px 0;
}
.page_sdgs .sdgs_top_logo {
  width: 266px;
  margin: 0 auto;
}
.page_sdgs .sdgs_lead {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #666666;
  font-size: 15px;
  line-height: 1.933;
}
.page_sdgs .sdgs_box {
  border-top: 1px solid #b2b2b2;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
.page_sdgs .sdgs_box_logo {
  flex: 0 0 230px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 20px;
  margin-bottom: -10px;
}
.page_sdgs .sdgs_logo {
  width: 110px;
  align-self: flex-start;
  margin-bottom: 10px;
}
.page_sdgs .sdgs_box_text {
  max-width: 546px;
}
.page_sdgs .sdgs_box_text ul {
  color: #666666;
  font-size: 15px;
  line-height: 1.933;
}
.page_sdgs .sdgs_box_text li:not(:first-of-type) {
  margin-top: 30px;
}

.page_access .access_inner {
  max-width: 890px;
  margin: 0 auto;
  padding: 0 20px;
}
.page_access .access_box {
  display: flex;
  justify-content: space-between;
}
.page_access .access_box:not(:first-of-type) {
  margin-top: 100px;
}
.page_access .access_img {
  flex: 0 0 232px;
  margin-right: 20px;
}
.page_access .access_body {
  flex: 0 1 579px;
}
.page_access .access_name {
  display: inline-block;
  font-size: 16px;
  line-height: 1.43;
  color: #2f2f2f;
  border-bottom: 1px solid #666666;
}
.page_access .access_address {
  margin-top: 15px;
  color: #666666;
  line-height: 1.53;
}
.page_access .access_address a {
  color: #666;
}
.page_access .access_map {
  width: 100%;
  height: 295px;
  margin-top: 30px;
}
.page_access .access_map_mark {
  display: block;
  font-size: 14px;
  color: #666666;
  margin-top: 5px;
}

.page_privasy_policy {
  padding-bottom: 20px;
  color: #666666;
  font-size: 15px;
  line-height: 1.93;
}
.page_privasy_policy .policy_inner {
  max-width: 890px;
  margin: 0 auto;
  padding: 0 20px;
}
.page_privasy_policy .policy_lead {
  margin-top: 25px;
}
.page_privasy_policy ol li {
  list-style: none;
}
.page_privasy_policy .policy_item {
  margin-top: 25px;
}
.page_privasy_policy .policy_sub_list {
  padding-left: 2em;
  text-indent: -2.5em;
}
.page_privasy_policy .policy_bottom {
  display: block;
  text-align: right;
}

.page_progress {
  font-size: 15px;
  color: #666666;
  line-height: 1.933;
}
.page_progress .page_title span {
  margin-top: 0;
}
.page_progress .progress_inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 20px;
}
.page_progress .progress_box01 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.page_progress .progress_box01_text {
  max-width: 420px;
}
.page_progress .progress_box01_img {
  max-width: 536px;
  margin-right: 20px;
}
.page_progress .progress_box02 {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.page_progress .progress_box02_img {
  display: flex;
  margin-left: 10px;
}
.page_progress .progress_box02_img01 {
  width: 50%;
  max-width: 256px;
  margin-right: 8px;
}
.page_progress .progress_box02_img02 {
  width: 50%;
  max-width: 256px;
}
.page_progress .progress_box02_text {
  padding: 25px 0 0;
  min-width: 330px;
}
.page_progress .progress_box02_text p {
  position: relative;
  padding-left: 13px;
}
.page_progress .progress_box02_text p::before {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #666666;
  position: absolute;
  top: 14px;
  right: 100%;
}
.page_progress .progress_box02_text p::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #666;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 100%;
}
.page_progress .progress_box02_text01 {
  margin-bottom: 10px;
  margin-left: 25px;
}
.page_progress .progress_box02_text02 {
  margin-bottom: 10px;
  margin-left: 55px;
}
.page_progress .progress_box02_text03 {
  margin-left: 85px;
}
.page_progress .progress_box03 {
  margin-top: 25px;
}
.page_progress .progress_box03_text01 {
  position: relative;
  margin-left: 125px;
  padding-left: 13px;
}
.page_progress .progress_box03_text01::before {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #666666;
  position: absolute;
  top: 14px;
  right: 100%;
}
.page_progress .progress_box03_text01::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #666;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  right: 100%;
}
.page_progress .progress_box03_img {
  display: flex;
  margin-top: 40px;
}
.page_progress .progress_box03_img p {
  width: calc(25% - 6px);
}
.page_progress .progress_box03_img p:not(:first-of-type) {
  margin-left: 8px;
}
.page_progress .progress_box04 {
  margin-top: 30px;
}
.page_progress .progress_box04_text01 {
  position: relative;
  margin-left: 30px;
  padding-left: 13px;
}
.page_progress .progress_box04_text01::before {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #666666;
  position: absolute;
  top: 13px;
  right: 100%;
}
.page_progress .progress_box04_text01::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #666;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  right: 100%;
}
.page_progress .progress_box04_img {
  display: flex;
  margin-top: 20px;
}
.page_progress .progress_box04_img01 {
  width: 342px;
  margin-right: 8px;
}
.page_progress .progress_box04_img02 {
  width: 342px;
}
.page_progress .progress_box04_bottom {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 50px;
}
.page_progress .progress_box04_bottom_img {
  max-width: 536px;
  margin-left: 20px;
}
.page_progress .progress_box04_bottom_img02 {
  margin-top: 20px;
}
.page_progress .progress_box04_bottom_text {
  max-width: 420px;
}
.page_progress .progress_box05 {
  margin-top: 35px;
}
.page_progress .progress_box05_text01 {
  position: relative;
  margin-left: 60px;
  padding-left: 13px;
}
.page_progress .progress_box05_text01::before {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #666666;
  position: absolute;
  top: 13px;
  right: 100%;
}
.page_progress .progress_box05_text01::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #666;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  right: 100%;
}
.page_progress .progress_box05_img {
  margin-top: 27px;
}
.page_progress .progress_box06 {
  margin-top: 50px;
}
.page_progress .progress_box06_text01 {
  position: relative;
  margin-left: 85px;
  padding-left: 13px;
}
.page_progress .progress_box06_text01::before {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #666666;
  position: absolute;
  top: 13px;
  right: 100%;
}
.page_progress .progress_box06_text01::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #666;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  right: 100%;
}
.page_progress .progress_box06_bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.page_progress .progress_box06_img01 {
  max-width: 560px;
  margin-right: 10px;
}
.page_progress .progress_box06_bottom_right {
  max-width: 418px;
}
.page_progress .progress_box06_text {
  margin-top: 45px;
  max-width: 376px;
  margin-left: auto;
  text-align: justify;
}

.page_tokyo .tokyo_body {
  padding-bottom: 40px;
}

.page_tokyo_low {
  font-size: 15px;
  color: #666666;
  line-height: 1.933;
}
.page_tokyo_low .tokyo_box01 {
  max-width: 1030px;
  padding: 0 20px;
  margin: 60px auto 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.page_tokyo_low .tokyo_box01_text {
  max-width: 420px;
}
.page_tokyo_low .tokyo_box01_text02 {
  margin-top: 50px;
  font-style: italic;
}
.page_tokyo_low .tokyo_box01_text02 span {
  border-bottom: 1px solid #2f2f2f;
}
.page_tokyo_low .tokyo_box01_img {
  max-width: 510px;
  margin-right: 20px;
}
.page_tokyo_low .tokyo_box01_img_name {
  color: #2f2f2f;
  font-size: 14px;
  font-style: italic;
  margin-top: 5px;
}
.page_tokyo_low .tokyo_box02 {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.page_tokyo_low .tokyo_box02 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_tokyo_low .tokyo_box02_img01 {
  width: 28.5%;
}
.page_tokyo_low .tokyo_box02_img02 {
  width: 28.5%;
}
.page_tokyo_low .tokyo_box02_img03 {
  width: 25.18%;
}
.page_tokyo_low .tokyo_box02_img04 {
  width: 15.55%;
}
.page_tokyo_low .tokyo_box03 {
  margin-top: 65px;
}
.page_tokyo_low .tokyo_box03_text {
  max-width: 840px;
  margin: 35px auto 0;
  padding: 0 20px;
}
.page_tokyo_low .tokyo_box04 {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.page_tokyo_low .tokyo_box04_img01 {
  width: 30%;
}
.page_tokyo_low .tokyo_box04_img02 {
  width: 18.88%;
}
.page_tokyo_low .tokyo_box04_img03 {
  width: 18.88%;
}
.page_tokyo_low .tokyo_box04_img04 {
  width: 30%;
}
.page_tokyo_low .page_bottom {
  padding-top: 25px;
}
.page_tokyo_low .page_bottom_list {
  padding-left: 30px;
  width: 380px;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  height: 115px;
}
.page_tokyo_low .page_bottom_item {
  min-width: 125px;
}
.page_tokyo_low .page_bottom_link {
  display: block;
  text-align: left;
  line-height: 1.5;
}

.page_product_history {
  padding-bottom: 60px;
}
.page_product_history .history_top_list {
  display: flex;
  justify-content: center;
  height: 52px;
}
.page_product_history .history_top_item {
  width: 112px;
}
.page_product_history .history_top_item:not(:first-of-type) {
  margin-left: 25px;
}
.page_product_history .history_top_link {
  display: block;
  font-size: 21px;
  line-height: 35px;
  color: #2f2f2f;
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  text-align: center;
}
.page_product_history .history_top_link_project {
  font-size: 16px;
}
.page_product_history .history_top_link_active {
  height: 100%;
  color: #fff;
  background-color: #333333;
  position: relative;
  pointer-events: none;
}
.page_product_history .history_top_link_active::after {
  content: "";
  border-top: 5px solid #fff;
  border-right: 7px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.page_product_history .history_body {
  margin-top: 15px;
  display: none;
}
.page_product_history .history_body_active {
  display: block;
}
.page_product_history .history_body_top {
  display: flex;
}
.page_product_history .history_body_top_img {
  width: 75%;
}
.page_product_history .history_body_top_text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 35%;
  padding-left: 35px;
  background-color: #ebebeb;
  color: #000000;
  font-size: 36px;
}
.page_product_history .history_body_top_text span {
  display: block;
  font-size: 21px;
  font-style: italic;
}
.page_product_history .history_body_top_text_2020 {
  background: #2f2f2f;
  color: #fff;
}
.page_product_history .history_body_top_name {
  display: block;
  max-width: 940px;
  margin: 5px auto 0;
  padding: 0 20px;
  font-size: 14px;
  font-style: italic;
  color: #2f2f2f;
}
.page_product_history .history_item {
  max-width: 850px;
  margin: 45px auto 0;
  padding: 0 20px;
  font-size: 15px;
  color: #2f2f2f;
  line-height: 1.93;
}
.page_product_history .history_item_active {
  display: block;
}
.page_product_history .history_item_inner {
  display: flex;
  justify-content: space-between;
}
.page_product_history .history_item_sub {
  flex: 0 1 390px;
}
.page_product_history .history_item_sub:not(:first-of-type) {
  margin-left: 10px;
}
.page_product_history .project_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  padding: 0 20px;
  margin: 0 auto -40px;
}
.page_product_history .project_item {
  width: calc(25% - 9px);
  margin-bottom: 40px;
}
.page_product_history .project_item:not(:nth-of-type(4n)) {
  margin-right: 12px;
}
.page_product_history .project_name {
  font-size: 15px;
  padding-top: 8px;
  color: #2f2f2f;
}
.page_product_history .history_item_top {
  font-weight: 600;
}
.page_product_history .history_item dl {
  display: flex;
}
.page_product_history .history_item dt {
  min-width: 80px;
}
.page_product_history .history_pagenation {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.page_product_history .history_pagenation_item:not(:first-of-type) {
  margin-left: 5px;
}
.page_product_history .history_pagenation_link {
  cursor: pointer;
  display: block;
  font-size: 16px;
  color: #666;
  width: 20px;
  text-align: center;
}
.page_product_history .history_pagenation_link:hover {
  opacity: 0.75;
}
.page_product_history .history_pagenation_link_current {
  text-decoration: underline;
}

.fadeToTop {
  opacity: 0;
  transform: translateY(80px);
  transition: 1.5s cubic-bezier(0, 0.55, 0.45, 1);
}

.page_404 {
  min-height: calc(100vh - 249px);
}

.page_404 .page_404_body {
  max-width: 890px;
  margin: 0 auto 55px;
  padding: 0 20px;
  font-size: 15px;
  color: #666666;
  line-height: 1.93;
}

.page_404 .page_404_inner {
  border-top: 1px solid #b2b2b2;
  padding-top: 15px;
  min-height: 344px;
}

.page_404 .page_404_info {
  width: 130px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  background-color: #bfbfbf;
  color: #fff;
}

.page_404 .page_404_text {
  font-size: 15px;
  color: #666;
  margin-top: 15px;
}

.page_renovation .renovation_area {
  padding-top: 40px;
}
.page_renovation .renovation_inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 20px;
}
.page_renovation .renovation_text_top {
  color: #666666;
  font-size: 18px;
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
.page_renovation .renovation_text {
  color: #666666;
  font-size: 15px;
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
  margin-top: 1em;
  line-height: 1.933;
  text-align: justify;
}
.page_renovation .renovation_img01 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.page_renovation .renovation_img_box {
  display: flex;
  margin-top: 40px;
}
.page_renovation .renovation_img {
  width: 50%;
}/*# sourceMappingURL=base.css.map */