@charset "utf-8";
/*==================================================
スライダーのためのcss
===================================*/
/* -------------------------------------------
全体
-------------------------------------------*/
* {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
  height: 100%;
  margin: 0
}
/*ul,ol {margin: 0 0 0 1.25em;padding: 0;}*/
section {
  margin: 0;
  padding: 0;
}
img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto
}
a:hover img {
  opacity: 0.7
}
.wrap {
  overflow: hidden;
}
p {
  margin: 0;
  font-size: 14px;
}
p:last-child {
  margin: 0;
}
/* font */
.small {
  font-size: 90%;
}
.bold {
  font-weight: bold;
}
.menu-download .fa-angle-down:before {
  right: -12%;
}
/* -------------------------------------------
要素非表示・回り込み解除
-------------------------------------------*/
.displaynone {
  display: none;
}
.clearfix:after, .clearfix:before {
  content: " ";
  display: table
}
.clearfix:after {
  clear: both
}
/* -------------------------------------------
グリッド
-------------------------------------------*/
/* inline */
.inline {
  text-align: justify;
  text-justify: distribute-all-lines;
}
.inline:after {
  content: "";
  display: inline-block;
  width: 100%;
  line-height: 0;
  height: 0;
}
div.inline > div {
  display: inline-block;
}
.inline div {
  vertical-align: top;
  width: 49%;
  margin-bottom: 2%;
}
.inline div:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.box {
  margin-bottom: 10%;
  vertical-align: top;
  letter-spacing: normal;
}
.hold.box_wrap, .half.box_wrap {
  letter-spacing: -.40em;
}
.box.three:last-child {
  margin-bottom: 0;
}
.hold .box.two {
  width: 46%;
  margin-right: 4%;
  display: inline-block;
  letter-spacing: normal;
}
.hold .box.two:last-child {
  margin-right: 0;
}
.hold .box.three {
  width: 30%;
  margin-bottom: 3%;
  margin-right: 5%;
  display: inline-block;
  letter-spacing: normal;
}
.hold .box.three:nth-child(3n) {
  margin-right: 0;
}
.half .box.four {
  width: 48%;
  margin-bottom: 3%;
  margin-right: 4%;
  display: inline-block;
  letter-spacing: normal;
}
.half .box.four:nth-child(2n) {
  margin-right: 0;
}
.half .box.five {
  width: 48%;
  margin-bottom: 4% !important;
  margin-right: 4%;
  display: inline-block;
  letter-spacing: normal;
}
.half .box.five:nth-child(2n) {
  margin-right: 0;
}
.box img {
  width: 100%;
}
.pc-none {
  display: none;
}
.dli-arrow-up {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 1em;
  background: currentColor;
}
.dli-arrow-up::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -0.05em;
  right: 50%;
  box-sizing: border-box;
}
/*-------sec01-------*/
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  /*height: 100vh;*/ /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 100vh; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}
.slick-prev {
  position: absolute;
  z-index: 300;
  top: 90%;
  margin-top: -35px;
  cursor: pointer;
  outline: none;
  right: 2.5%;
  height: 36px;
  width: 36px;
  left: inherit;
  background: #000000;
  border: 1px solid #ffffffb8;
}
.slick-prev:before {
  transform: rotate(-45deg);
  position: absolute;
  z-index: 3;
  top: 42%;
  right: 28%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  height: 15px;
  width: 15px;
}
.slick-next {
  position: absolute;
  z-index: 300;
  top: 90%;
  margin-bottom: -18px;
  cursor: pointer;
  outline: none;
  right: 2.5%;
  height: 36px;
  width: 36px;
  left: inherit;
  background: #000000;
  border: 1px solid #ffffffb8;
}
.slick-next:before {
  transform: rotate(-225deg);
  position: absolute;
  z-index: 3;
  top: 20%;
  right: 28%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  height: 15px;
  width: 15px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: #000000;
}
.slick-arrow {
  display: none !important;
}
/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}
.slick-dots .slick-active button {
  /*background: #333;*/ /*ドットボタンの現在地表示の色*/
}
.figure {
  margin: 0;
}
/*-------   fix btn   -------*/
/*.conversion {
  position: fixed;
  top: 20rem;
  right: 0;
  display: block;
  width: 3.5rem;
  height: 41.4rem;
  box-shadow: none;
  z-index: 500;
}
.conversion-dl {
  background: url("../img/top/bg-fixerd-banner-download.jpg") no-repeat;
  background-size: cover;
  border-right: none;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  box-shadow: 1rem 0.5rem 1.6rem #052f6033;
  padding: 2.5rem 1.2rem;
  width: 100%;
}
.conversion-dl::before {
  content: "";
  background: url(../img/top/icon-document-white.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.3rem;
  height: 1.8rem;
  position: relative;
  top: 0.2rem;
  margin: 0 0 .5rem;
}
.conversion-contact {
  background: url("../img/top/bg-fixerd-banner-contact.jpg") no-repeat;
  background-size: cover;
  border-right: none;
}
.conversion-contact, .conversion-dl {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  box-shadow: 1rem 0.5rem 1.6rem #052f6033;
  padding: 2rem 1rem 2rem 1.25rem;
  width: 100%;
  border: 1px solid #ffffff5e;
  border-right: 0 solid #ffffff5e;
}
.conversion-contact:hover, .conversion-dl:hover {
  border: 1px solid #ffffff;
  border-right: 0 solid #ffffff5e;
}
.conversion-contact span, .conversion-dl span {
  font-weight: 800;
  color: #ffffff;
}
.conversion-contact::before {
  content: "";
  background: url(../img/top/icon-mail-white.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 1.25rem;
  height: 1rem;
  position: relative;
  top: 0.2rem;
  margin: 0 0 .5rem;
}
a.conversion-contact, a.conversion-dl {
  transition: 1.0s
}*/
/*-------   to top   -------*/
#page_top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 100;
}
#page_top a {
  background-color: #fff;
  color: #000;
  text-align: center;
  text-decoration: none;
  padding: 12px 23px;
  border: solid 1px #000;
}
#page_top a:hover {
  background-color: #000;
  text-decoration: none;
  color: #fff;
  border: solid 1px #fff;
}
a:hover {
  color: #0072bc;
}
/*-------　総合　-------*/
.ttl {
  margin-bottom: 1.8rem;
}
.en {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 2.5rem;
  position: relative;
  padding-right: 9rem;
}

.en {
  font-family: "Roboto";
  font-weight: 700;
  font-size: 2.5rem;
}
@media only screen and (max-width : 1400px) {
 
  .en {
    font-size: 2.35rem;
  }
  .ttl {
    margin-bottom: 1.35rem;
  }
}
@media only screen and (max-width : 1240px) {
 
  .en {
    font-size: 2rem;
  }
  .ttl {
    margin-bottom: 1rem;
  }
}
.en:after {
  position: absolute;
  content: "";
  width: 8rem;
  height: 1px;
  background: #cccccc;
  right: 0;
  top: 50%;
}
.jp {
  position: relative;
  top: -0.5rem;
  font-size: 1rem;
  padding-left: 1rem;
}
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-left: -15px;
  margin-right: -15px;
}
.column {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.hd-btn {
  margin-top: 2rem;
}
.hd-mod-btn {
  -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  transition: .3scubic-bezier(0.57, 0.15, 0.13, 0.97);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  background-size: contain;
  text-decoration: none;
  position: relative;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  width: 12rem;
  box-sizing: border-box;
  background: #000000;
}
.hd-mod-btn:hover {
  color: #000000;
  background: #ffffff;
}
.hd-mod-btn .hd-btn-inner {
  color: #ffffff;
  padding: .75rem 1rem;
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #ffffff;
  -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  transition: .3scubic-bezier(0.57, 0.15, 0.13, 0.97);
}
.hd-mod-btn .hd-btn-inner:hover {
  color: #000000;
  border: 1px solid #000000;
}
.line-none .hd-mod-btn:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: #FFFFFF;
  -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97) -0.2s;
  transition: .3scubic-bezier(0.57, 0.15, 0.13, 0.97) -0.2s;
}
.hd-mod-btn-wh {
  -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  transition: .3scubic-bezier(0.57, 0.15, 0.13, 0.97);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  background-size: contain;
  text-decoration: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  max-width: 180px;
  box-sizing: border-box;
  background: #ffffff;
}
.hd-mod-btn-wh:hover {
  background: #000000;
}
.hd-mod-btn-wh .hd-btn-wh-inner {
  color: #000000;
  padding: 0.75rem 1rem;
  position: relative;
  z-index: 1;
  display: block;
  border: 1px solid #000000;
  -webkit-transition: .3s cubic-bezier(0.57, 0.15, 0.13, 0.97);
  transition: .3scubic-bezier(0.57, 0.15, 0.13, 0.97);
}
.hd-mod-btn-wh .hd-btn-wh-inner:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.anime_box {
  margin: 0 auto;
  overflow: hidden;
}
.anime_box img {
  transition: .75s all;
}
.anime_box img:hover {
  transform: scale(1.1, 1.1);
  transition: .75s all;
}
.anime_box_overflow {
  overflow: hidden;
}
#business, #results, #profile, #for_sale, #access {
  margin-top: -60px;
  padding-top: 60px
}

.sec_common {
	padding: 120px 0 120px;
}
.sec_common_inner {
	max-width: 1160px;
    padding: 0 2rem;
    margin: 0 auto;
}
.copy-01 .bgappear {
    animation-name: bgextendAnimeSecond;
    animation-duration: 1s;
    animation-delay: 0.3s;
    animation-fill-mode: forwards;
    opacity: 0;
}

/*---------- animetion ----------*/
/* 文字浮现 下上 */
.text_anime {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease-out;
}

.text_anime.active {
  opacity: 1;
  transform: translateY(0);
}
  /* 箭头跳动 左右跳动 */
.img_arrow_r a {
  position: relative;
  text-decoration: none;
  font-weight: bold;
}
.img_arrow_r a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 20px;
  margin-left: 8px;
  background-image: url('../img/icon/img-arrow_r.png'); 
  background-size: contain;
  background-repeat: no-repeat;
  animation: jumpX 1s infinite;
  vertical-align: middle; /* 保持图片和文字垂直居中 */
}
@keyframes jumpX {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(3px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(-3px);
  }
}
 /* 图片变动 图片变大 */
.anime_box {
  margin: 0 auto;
  overflow: hidden;
}
.anime_box img {
  transition: .75s all;
}
.anime_box img:hover {
  transform: scale(1.1, 1.1);
  transition: .75s all;
}
.anime_box_overflow {
  overflow: hidden;
}


/*-------　sec01 main　-------*/
.slider img {
  /*    width: 100%;
    height: 80vw;
    object-fit: cover;*/
}
.sec01_ineer {
  position: relative;
}
.main-title p {
  font-family: "hsn-zhcn-serif-regular", "hsn-zhtw-serif-regular", "FOT-筑紫明朝 Pr6N LB{pm}", serif;
  color: #ffffff;
  font-weight: 600;
}
.main-title .one p, .main-title .two p {
  font-size: 72px;
  line-height: 1.2;
}
.main-title .three p {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 2.2px;
  font-family: 'Roboto', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
}
/*.main-title {
  width: 75%;
}*/
.main-title .main-title_inner {
  margin-bottom: .5rem;
  text-align: center
}
.main-title .main-title_inner p {
  color: #ffffff;
}
.sec01_ineer .copy-01 {
  position: absolute;
    top: 40%;
    left: calc(50% + 20px);
    transform: translate(-50%, -50%);
    width: 800px;
    height: 300px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec01_ineer .copy-02 {
    position: absolute;
    top: 65%;
    left: calc(50% + 20px);
    transform: translate(-50%, -50%);
    width: 800px;
    height: 300px;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media only screen and (max-width : 1000px) {
	 .sec01_ineer .copy-02 {
		top: 70%;
	}
}
.main-title .one p {
	font-size: 60px;
	line-height: 1.25;
	display: inline;
	padding: 10px 15px;
	font-style: italic;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
.main-title .two p {
  font-size: 20px;
	line-height: 1.25;
	display: inline;
	padding: 10px 15px;
	font-style: italic;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}
@media only screen and (max-width : 1400px) {
 /* .main-title {
    width: 70%;
  }
  .sec01_ineer .copy-01 {
    top: 8%;
  }
  .sec01_ineer .copy-02 {
    top: 12%;
  }*/
}
@media only screen and (max-width : 1100px) {
/*  .main-title .one p {
    font-size: 48px;
    line-height: 1.25;
    display: inline;
    padding: 10px 15px;
  }
	.main-title {
    width: 100%;
  }
  .sec01_ineer .copy-01 {
    top: 42%;
  }
  .sec01_ineer .copy-02 {
    top: 62%;
  }
  .main-title .two p {
    font-size: 18px;
    line-height: 1.25;
    display: inline;
    padding: 10px 15px;
    font-style: italic;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }*/
}
@media only screen and (max-width: 915px) {
/*  .main-title .one p {
    font-size: 46px;
    line-height: 1;
    display: inline;
    padding: 10px 15px;
  }
  .main-title {
    width: 100%;
  }
  .sec01_ineer .copy-01 {
    top: 42%;
  }
  .sec01_ineer .copy-02 {
    top: 62%;
  }
  .main-title .two p {
    font-size: 18px;
    line-height: 1.25;
    display: inline;
    padding: 10px 15px;
    font-style: italic;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }*/
}



.sec01 .main {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.25;
  position: relative;
}
.sec01 .main:before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background: #0369b0;
  bottom: -2rem;
  left: -2rem;
}
.zoom-img {
  width: 100%;
  animation: grow 30s ease-out forwards;
}
@keyframes grow {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}




/*-------　02 arrow　-------*/
.sec_common.arrow {
	background: #000000;
	padding: 80px 0 60px;
}
.bounce-img {
  width: 150px;
  animation: float 2s ease-in-out infinite;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* 上移10px */
  }
}
.arrow {
	background: #000000;
	margin-top: -12px;
}
.arrow.bounce-img {
	width: 18px;
	margin: 0 auto;
}



/*-------　03 cms 経営理念-------*/
.sec_common.cms {
	background: #000000;
	padding: 0 0 120px;
}
.cms h1 {
	font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
	color: #ffffff;
	margin: 0 0 40px 0;
}
.cms p {
	font-size: 14px;
	color: #ffffff;
}

.cms .one, .cms .two {
	margin: 0 0 20px;
}

.text {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease-out;
}
.cms .three {
	text-align: right;
}
.cms .three a {
	color: #ffffff;
}



/*-------　04 sec_common_all img_area -------*/
/* 外层容器 */
.sec_common_all.img_area {
  position: relative;
  width: 100%;
  height: 330px; /* 根据需要修改高度 */
  overflow: hidden; /* 避免背景放大溢出 */
  background: #000000;
}

.sec_common_all_inner {
  width: 100%;
  height: 100%;
  position: relative;
}
/* 背景图片 */
.bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/top/img_area.jpg'); /* 替换成你的图片 */
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;

  /* 缓慢放大动画 */
  animation: zoomBg 30s ease-out forwards;
}
/* 放大动画 */
@keyframes zoomBg {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

/*-------　05 top_business -------*/
.top_business {
	background: #000000;
	padding: 120px 0 95px;
}
.top_business p,.top_business h2, .top_business h3, .top_business h4, .top_business a {
	color: #ffffff;
	text-align: right;
}

.top_business .text_area {
	text-align: right;
	margin: 0 0 60px;
}
.top_business .text_area .en_font_size{
	font-size: 42px;
    font-weight: 600;
	margin: 0 20px 20px 0;
}
.top_business .text_area h3{
	font-size: 24px;
    font-weight: 600;
	margin: 0 0 10px 0;
}
.top_business .top_business_one {
	margin: 0 0 60px 0;
}
.top_business .top_business_one .text_area {
	padding: 15px;
	position: relative;
}
.top_business .top_business_one .text_area h4 {
	font-size: 24px;
	text-align: left;
	margin: 0 0 20px;
	font-weight: 600;
}
.top_business .top_business_one .text_area p {
	text-align: left;
}
.top_business .top_business_one .text_area .img_arrow_r {
	position: absolute;
	bottom: 0;
	right: 20px;
}
.top_business .top_business_two .column.text_area {
	position: relative
}
.top_business .top_business_two .img_area_naka {
	position: absolute;
	width: 100%;
	bottom: -30px;
	right: 0;
	padding: 0 15px;
}
.top_business .top_business_two h4 {
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: 600;
	padding: 15px 0 0 0;
}
.top_business .top_business_one .row.order .column.text_area {
    order: 1;
}
.top_business .top_business_one .row.order .column.img_area {
    order: 2;
}
.top_business .top_business_two .column.text_area {
	order: 2;
}
.top_business .top_business_two .column.img_area {
	order: 1;
}
.top_business .top_business_two .img_area_naka {
	display:　block;
}

/*-------　sec02 news　-------*/
.news.sec_common {
	padding: 0 0 120px;
	background: #000000;
}
.news p, .news h2, .news a {
	color: #ffffff;
}
.news.sec_common .sec_common_inner {
  max-width: 900px;
  padding: 0 2rem;
  margin: 0 auto;
  position: relative;
}
.news.sec_common .sec_common_inner .news_btn {
  position: absolute;
  right: 50px;
  top: 20px;
}
.news.sec_common .sec_commonv_inner .news_btn a:after {
  content: "";
  transform: rotate(-315deg);
  position: absolute;
  z-index: 3;
  top: 30%;
  right: -18%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  height: 10px;
  width: 10px;
}
.news.sec_common .sec_common_inner .news_btn a:hover {
  opacity: 0.80;
  color: #000000;
}
.news.sec_common .content ul {
  border-top: 1px dotted #464646;
}
.news.sec_common .content li.item {
  line-height: 3;
  border-bottom: 1px dotted #464646;
  padding: 1rem 0;
}
.news.sec_common .content .item p {
  display: table-cell;
  vertical-align: middle;
}
.news.sec_common .content .item .item_date {
  width: 6rem;
}
.news.sec_common .content .item .item_category {
  width: 8rem;
}
.news.sec_common .content .item .item_ttl {
  display: block;
  margin-top: 10px;
}
.news.sec_common .content .item span {
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 0.2rem 0.2rem;
  width: 6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
}
.news.sec_common .content .item a {
  color: #ffffff;
  text-decoration-color: #ffffff;
  text-decoration-line: underline;
}
.news.sec_common .content .item .font_b {
  font-style: italic;
}
.news.sec_common .en:after {
  position: absolute;
  content: "";
  width: 8rem;
  height: 1px;
  background: #cccccc;
  right: 0;
  top: 50%;
}


/*-------　about　-------*/
.about .sec_common_all.img_area {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: #000000;
	margin-top: -26px;
}
.about .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/about/img-main-pc.jpg'); /* 替换成你的图片 */
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  animation: zoomBg 30s ease-out forwards;
}
/* 放大动画 */
@keyframes zoomBg {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

/*.about .sub_main .sec_common_all_inner {
	position: relative;
}
.about .sub_main .sec_common_all_inner .copy-01,
.business .sub_main .sec_common_all_inner .copy-01, 
.contact .sub_main .sec_common_all_inner .copy-01 {
	position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 300px;
    z-index: 0;
    display: flex;
    justify-content: left;
    align-items: center;
}
.about .sub_main .sec_common_all_inner .copy-02 {
	position: absolute;
    top: 65%;
    left: 59.5%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 300px;
    z-index: 0;
    display: flex;
    justify-content: left;
    align-items: center;
}
.business .sub_main .sec_common_all_inner .copy-02, 
.contact .sub_main .sec_common_all_inner .copy-02 {
	position: absolute;
    top: 68%;
    left: 60.5%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 300px;
    z-index: 0;
    display: flex;
    justify-content: left;
    align-items: center;
}

.copy-02 .main-title .main-title_inner {
    margin-bottom: .5rem;
    text-align: center;
}
.business .main-title .one p,
.contact .main-title .one p {
    font-size: 48px;
}
.business .main-title .two p,
.contact .main-title .two p{
	font-size: 16px;
}*/


.about .corporate {
	background: #000000;
	border-bottom: 0.5px solid #ffffff;
}
.about .corporate h2, 
.about .corporate h3, 
.about .corporate p {
	color: #ffffff;
	text-align: center
}
.about .corporate h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.1;
}
.about .corporate h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}
.about .corporate p.sub_til {
	font-size: 18px;
	margin-bottom: 45px;
}
.about .corporate p.one {
}

.about .message {
	background: #000000;
	border-bottom: 1px solid #ffffff;
}
.about .message h2,  
.about .message p {
	color: #ffffff;
	text-align: center
}
.about .message h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.1;
}
.about .message p.sub_til {
	font-size: 18px;
	margin-bottom: 45px;
}
.about .message p.one {
	margin-bottom: 20px;
}
.about .message p.two {
	text-align: right;
}

.about .profile {
	background: #000000;
	border-bottom: 1px solid #ffffff;
}
.about .profile h2,  
.about .profile p {
	color: #ffffff;
}
.about .profile h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.1;
}
.about .profile p.sub_til {
	font-size: 18px;
	margin-bottom: 45px;
}

.about .company-table {
	width: 100%;
}
.about .company-table th,
.about .company-table td {
  padding: 14px 16px;
  border-bottom: 1px solid #333333;
  vertical-align: top;
  font-size: 15px;
}
.about .company-table th {
  text-align: left;
  width: 35%;           
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: .02em;
}
.about .company-table td {
  text-align: right;
  color: #FFFFFF;
  width: 65%;
}
.about .company-table tr:last-child th,
.about .company-table tr:last-child td {
  border-bottom: none;
}

.about .access {
	background: #000000;
}
.about .access h2,  
.about .access p {
	color: #ffffff;
}
.about .access h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1.1;
}
.about .access p.sub_til {
	font-size: 18px;
	margin-bottom: 45px;
}
.about .access .column.one {
	width: 40%;
}
.about .access .column.two {
	width: 60%;
}
.about .access .map-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 高宽比，可改为 75% 或 50% */
  height: 0;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1); /* 可选：阴影 */
}
.about .access .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.sec_common_all_inner {
	position: relative;
}
.sec_common_all_inner .copy_common_one {
	position: absolute;
    top: 50%;
    left: 60.5%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 300px;
    z-index: 0;
    display: flex;
    justify-content: left;
    align-items: center;
}
.sec_common_all_inner .copy_common_two {
	position: absolute;
    top: 70%;
    left: 60.5%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 300px;
    z-index: 0;
    display: flex;
    justify-content: left;
    align-items: center;
}
.about .sec_common_all_inner .copy_common_two {
	top: 62%;
}
.sec_common_all_inner .copy_common_one .copy_common_font {
	color: #ffffff;
	font-size: 48px;
    line-height: 1.25;
    display: inline;
    padding: 10px 15px;
    font-style: italic;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}
.sec_common_all_inner .copy_common_two .copy_common_font {
	color: #ffffff;
	font-size: 15px;
    line-height: 1.25;
    display: inline;
    padding: 10px 15px;
    font-style: italic;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

/*-------　business　-------*/
.business .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/business/img-main-pc.jpg'); /* 替换成你的图片 */
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  animation: zoomBg 30s ease-out forwards;
}
.business .sub_main .sec_common_all_inner {
	position: relative;
}

.business .main-title .main-title_inner {
    text-align: left;
}


.business .problem {
	background: #000000;
}
.business .problem h2 {
	color: #ffffff;
	font-size: 26px;
	margin-bottom: 20px;
	font-weight: 600;
	text-align: center;
}
.business .problem p {
	color: #ffffff;
	margin-bottom: 10px;
	text-align: center;
}
.business .problem .with-icon:before {
  content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    margin-top: -5px;
    background-image: url(../img/business/img_icon_11.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.business .problem .text_area {
	background: #1a1f2e;
	padding: 30px 50px;
}
.business .problem .sec_common_inner {
    max-width: 800px;
}
.business .sec_common.contant_common {
	margin-bottom: -27px;
}
.business .section-a.sec_common {
	padding: 120px 0 60px;
}
.business .section-b.sec_common {
	padding: 60px 0 60px;
}
.business .section-c.sec_common {
	padding: 60px 0 60px;
}
.business .section-d.sec_common {
	padding: 60px 0 0;
}


/*----------- property -----------*/
.property .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/property/img-main-pc.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  animation: zoomBg 30s ease-out forwards;
}
.property.business .section-b.sec_common {
    padding: 20px 0 60px;
}
.property.business .section-c.sec_common {
    padding: 20px 0 60px;
}
.property.business .section-d.sec_common {
    padding: 20px 0 0;
}
.property main .title {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 0;
}
.property main .sec_common .column_bg {
    padding: 0;
}
.property main .sec_common .column_bg .figure {
    margin-bottom: 0;
}
.property main .sec_common .column_bg p {
	padding: 15px;
}
.property main .flow .column_bg {
	margin: -5px;
	padding: 25px;
}
.property main .flow .title {
	margin-bottom: 10px;
}
.property main .flow .column.one_25 {
	width: 27%;
	margin-bottom: 0;
	padding: 10px;
}
.property main .flow .column.one_12 {
	width: 9%;
	margin-bottom: 0;
	padding: 10px;
}
.property main .flow .column.one_12 {
  height: 240px;          
  display: flex;          
  align-items: center;   
  justify-content: center;
}

.property main .flow .figure {
	width: 60%;
	margin: 0 auto;
}
.property .one_100.work_area {
	margin-bottom: 0;
}
.property .one_100.flow_area .title {
	margin-bottom: 15px;
}
.property .section-a {
 display: block;
}
.property main .sec_common .flow .column_bg .figure {
    margin-bottom: 20px;
}
.property main .flow p.one {
	text-align: center;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
.property main .flow p.two {
	text-align: center;
	padding: 0;
}
.property main .section-b .text_area,
.property main .section-c .text_area,
.property main .section-d .text_area {
	background: #1a1f2e;
	padding: 10px 10px 10px 50px;
	
}

.property main .section-b .text_area_innter,
.property main .section-c .text_area_innter,
.property main .section-d .text_area_innter {
    position: relative;
}

.property main .section-b .text_area_innter.icon_04:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    left: -34px;
    top: 30%;
    background-image: url(../img/property/img_icon_04.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.property main .section-b .text_area_innter.icon_05:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    left: -34px;
    top: 30%;
    background-image: url(../img/property/img_icon_05.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.property main .section-b .text_area_innter.icon_06:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    left: -34px;
    top: 30%;
    background-image: url(../img/property/img_icon_06.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.property main .section-b .text_area_innter.icon_07:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    left: -34px;
    top: 30%;
    background-image: url(../img/property/img_icon_07.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.property main .section-c .text_area_innter.icon_08:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    left: -34px;
    top: 30%;
    background-image: url(../img/property/img_icon_08.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.property main .section-c .text_area_innter.icon_09:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    left: -34px;
    top: 30%;
    background-image: url(../img/property/img_icon_09.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.property main .section-c .text_area_innter.icon_10:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    left: -34px;
    top: 30%;
    background-image: url(../img/property/img_icon_10.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.property main .section-d .text_area_innter.icon_11:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    left: -34px;
    top: 30%;
    background-image: url(../img/property/img_icon_11.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.property main .section-d .text_area_innter.icon_12:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    left: -34px;
    top: 30%;
    background-image: url(../img/property/img_icon_12.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}

/*---------- contant_common ----------*/
.contant_common.sec_common {
	background: #000000;
}
.contant_common .sec_common_inner {
    max-width: 1060px;
	position: relative;
}
.contant_common .img_area {
    position: relative;
    max-width: 1060px;
    height: 330px;
    overflow: hidden;
    background-image: url("../img/business/contant_common_bg.jpg");
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}
.contant_common .text_area {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}
.contant_common .text_area h2 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #ffffff;
	text-align: center;
}
.contant_common .text_area p {
	color: #ffffff;
	text-align: center;
}
.contant_common .text_area .hd-btn {
	text-align: center;
}
.contant_common .hd-mod-btn .hd-btn-inner {
	text-align: center;
}

/* ===== Submenu ===== */
/* 子菜单外层包裹，用于控制整体宽度和位置 */
.submenu-wrap {
  width: 100%;
  z-index: 998;
  background: #fff;
  border-bottom: 1px solid #333333;
  border-top: 1px solid #333333;
}
/* 子菜单导航条 */
.submenu-wrap {
  position: sticky;
  top: 60px; /* 让它固定在header下方，header高度为70px时 */
  background: #000000;
}
.submenu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background: #000000;
  padding: 15px 0;
  z-index: 999;
  transition: box-shadow 0.3s ease;
}

/* 当滚动固定时，加阴影 */
/*.submenu.is-sticky {
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}*/

/* 按钮默认样式 */
.submenu button {
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: none;
  padding: 10px 28px;
  /*border-radius: 4px;*/
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover 效果 */
.submenu button:hover {
  background: #333;
  transform: translateY(-2px);
}

/* Active 状态（当前区块或点击） */
.submenu button.active {
  background: #0072bc;
  color: #fff;
  transform: translateY(-3px);
}

/* 点击跳动动画 */
@keyframes jump {
  0% { transform: translateY(0); }
  30% { transform: translateY(-5px); }
  50% { transform: translateY(0); }
  70% { transform: translateY(-3px); }
  100% { transform: translateY(0); }
}

.submenu button.jump {
  animation: jump 0.5s ease;
}

main {
	background: #000000;
}
main h2, main h3, main p {
	color: #ffffff;
}
main .sec_common .column.one {
	width: 33.33%;
}
main .sec_common .column.two {
	width: 66.66%;
}
main .sec_common .column_bg {
	background: #1a1f2e;
	padding: 35px;
}
main .sec_common .column_bg .figure {
	margin-bottom: 25px;
}
main .sec_common .column_bg h3 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 25px;
}

main .sec_common .numbers {
	font-size: 16px;
	font-weight: 600;
	color: #0072bc;
	margin-bottom: 5px;
}
main .sec_common h2 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
}
main .sec_common .column.one_100 {
	width: 100%;
}
main .sec_common .column.one_50 {
	width: 50%;
	padding: 10px;
}
main .sec_common .column.one_50 .one_50_bg {
	background: #232838;
	padding: 20px;
}
main .sec_common .column.one_50 .one_50_bg .figure {
	width: 35px;
}
main .sec_common .column.one_50 .one_50_bg p.one {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}



/*-------　contact　-------*/
.contact form {
  background: #fff;
  padding: 25px;
  max-width: 650px;
  margin: auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.contact .text_area {
	max-width: 650px;
	margin: 0 auto 20px;
	color: #ffffff;
}
.contact label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}
.contact input, .contact textarea {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 0px;
  font-size: 14px;
}
.contact button {
  margin-top: 20px;
  background-color: #0073aa;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
}
.contact button:hover {
  background-color: #005f8a;
}
.contact .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/contact/img-main-pc.jpg'); /* 替换成你的图片 */
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  animation: zoomBg 30s ease-out forwards;
}
.contact .contact_area {
	background: #000000;
}
.contact .sub_main .sec_common_all_inner {
	position: relative;
}


/*-------　sec07　-------*/

/*-------　sec08　-------*/
.sec08 {
  padding: 80px 0;
  position: relative;
}
.sec08 .sec08_inner {
  max-width: 1160px;
  padding: 0 2rem;
  margin: 0 auto;
}
.sec08 .en, .sec08 .jp {
  color: #ffffff;
}
.sec08 a {
  color: #000000;
}
.sec08 .column.one {
  width: 30%;
  position: relative;
}
.sec08 .column.two {
  width: 70%;
  background: #ffffff;
  padding: 40px;
}
.sec08 .column.one .column_innter {
  position: absolute;
  left: 15px;
  bottom: -103px;
}
.sec08.contact {
  background-image: url(../img/top/img_bg_02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}
.sec08 .ttl_s {
  font-size: 28px;
  font-weight: 600;
}
.sec08 .font_xll {
  font-size: 22px;
  font-weight: 600;
}
.sec08 .a_one {
  margin-top: 2rem;
}
.sec08 .a_one, .sec08 .a_two {
  margin-bottom: 0;
}
.sec08 .hd-mod-btn {
  width: 16rem;
}
/*-------　common　-------*/
.common .sec01_ineer {
  position: relative;
}
.common .copy-b {
  position: absolute;
  left: 12rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.common .en-b {
  font-family: "Roboto";
  font-size: 4rem;
  font-weight: 700;
  position: relative;
  color: #ffffff;
}
.common .jp-b {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  display: block;
  margin-left: 0.5rem;
  font-family: "hsn-zhcn-serif-regular", "hsn-zhtw-serif-regular", "FOT-筑紫明朝 Pr6N LB{pm}", serif;
  color: #ffffff;
}
.common .sec02_ineer {
  max-width: 1160px;
  padding: 0 1rem;
  margin: 0 auto;
}
/*-------　results　-------*/
/*.results .sec02 {
  padding: 80px 0;
  position: relative;
}
.results .sec02 .text_area {
  margin-bottom: 15px;
}
.results .row.one .column {
  width: 25%;
}
.results .row.one {
  margin-bottom: 2rem;
}
.results .row.two .column {
  width: 25%;
}
.results .font_orange {
  line-height: 1;
  font-weight: 500;
  color: #f08300;
  border: 1px solid #f08300;
  padding: 0.2rem 0.2rem;
  width: 8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 12px;
}
.results .sec02_bg {
  background: #d7dcdf60;
  position: absolute;
  content: '';
  right: 0;
  top: 10rem;
  width: 65%;
  height: 80%;
  z-index: -100;
}
.results .row .column {
  padding-left: 10px;
  padding-right: 10px;
}
.results .row {
  margin-left: -10px;
  margin-right: -10px;
}*/
@media only screen and (max-width: 1400px) {
  .common .copy-b {
    left: 6rem;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .common .en-b {
    font-size: 3.5rem;
  }
  .common .jp-b {}
}
/*-------　pageBg　-------*/
.top, footer {
  position: relative;
  z-index: 1;
}
/*@media (min-width:768px) and (max-width:915px) {
    .top section.sec01 {
    padding-top: 65px;
}

}*/
@media only screen and (max-width : 820px) {

}
@media only screen and (width: 768px) {
  .main-title {
    width: 80%;
  }
  .main-title {
    width: 55%;
  }
  .sec01_ineer .copy-01 {
    top: 2%;
  }
  .sec01_ineer .copy-02 {
    top: 2%;
  }
  .sec01_ineer .copy-01 {
    right: calc(50% - 18rem);
  }
  
  .sec08 .column.two {
    width: 100%;
  }
	
}
/*
----------------------------------------------------------
sp-767px以下
----------------------------------------------------------
*/
@media only screen and (max-width : 767px) {
  .pc-none {
    display: block
  }
  dt p {
    display: block;
  }
  .sec01 .slider.slick-slider {
    margin-left: 0;
  }
  .en {
    font-size: 1.5rem;
    padding-right: 0;
    line-height: 1;
  }
  .en:before {
    width: 85px;
    left: -6px;
    top: -12px;
    transform-origin: left bottom;
    transform: rotate(123.3deg);
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(123.3deg);
    content: '';
    display: block;
    height: 1.5px;
    background: #f08404;
    position: absolute;
  }
  .en:after {
    width: 4rem;
  }
  .en:after, .sec02 .en:after {
    position: inherit;
    content: "";
    width: 0;
    height: 0;
    background: #cccccc;
    right: 0;
    top: 0;
  }
  .jp {
    top: 0;
    display: block;
    padding-left: 2px;
  }
  .sp-none {
    display: none;
  }
  .ttl {
    margin-bottom: 1rem;
  }
  .en-b {
    line-height: 1.25;
  }
  .sec {
    padding: 30px 0;
  }
  .sp_disnplay {
    display: block
  }
  .main-title .main-title_inner {
    margin-bottom: 0;
  }

  /*-------   to top   -------*/
  #page_top {
    bottom: 25px;
    right: 20px;
  }
  #page_top a {
    padding: 12px 20px;
  }
  /*-------sec01-------*/
/*  .sec01 .slider.slick-slider {
    margin-left: 0;
  }
  .sec01_ineer .copy-01 {
    top: 15%;
    right: calc(50% - 5.5rem);
  }
  .sec01_ineer .copy-02 {
    top: 20%;
    right: calc(50% - 1rem);
  }*/
  .main-title {
    width: 68%;
  }
  .column {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
	
  /*---------- sec01 ----------*/

  .main-title .one p {
    font-size: 36px;
    line-height: 1.5;
    display: inline;
    padding: 0;
  }
	.main-title {
    width: 100%;
  }
  .sec01_ineer .copy-01 {
    top: 40%;
	left: calc(50% + 12px);
  }
  .sec01_ineer .copy-02 {
    top: 58%;
	left: calc(50% + 12px);
  }
  .main-title .two p {
    font-size: 14px;
    line-height: 1.25;
    display: inline;
    padding: 10px 15px;
    font-style: italic;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
  }
  .kr .main-title .two p, .language-en .main-title .two p {
    line-height: 1.55;
  }
  .main-title .three p {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 2.2px;
  }
  .sec01 .main {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.25;
    position: relative;
  }
  .sec01 .main-logo {
    top: 35%;
    left: 50%;
    margin-left: -50px;
    width: 110px;
  }
  .sec01 .main:before {
    width: 2.5rem;
    height: 2.5rem;
    bottom: -1rem;
    left: -0.5rem;
  }
  /*-------sec02-------*/
  .sec_common .content .item .item_ttl {
    margin-top: 0;
  }
  .sec_common .sec_common_inner {
    padding: 0 1rem;
  }
  .sec_common .sec_commonv_inner .news_btn {
    right: 35px;
    top: inherit;
    bottom: -35px;
  }
  .top .sec_common {
    padding: 60px 0 60px;
  }
  .sec_common .en:after {
    width: 4rem;
  }
  .sec_common .content .item .item_date {
    width: 5rem;
  }
  .sec_common .content .item p {
    display: inline-block;
    line-height: 1;
  }
  .sec_common .en:before {
    background: #ffffff;
  }
	
/*-------　02 arrow　-------*/
  .top .sec_common.arrow {
    padding: 50px 0 0 0;
  }
	
 /*------- 03 cms 経営理念 -------*/
	.cms h1 {
    font-size: 20px;
    margin: 0 0 20px 0;
}
.top .sec_common.cms {
        padding: 30px 0 90px;
    }
 
 /*-------  04 sec_common_all img_area -------*/
.sec_common_all.img_area {
height: 375px;
}
 
 /*-------  05 top_business -------*/
.top_business p, .top_business h2, .top_business h3, .top_business h4, .top_business a {
    color: #ffffff;
    text-align: left;
}
.top .top_business.sec_common {
	padding: 90px 0 0;
}
.top_business .text_area {
    margin: 0 0 30px;
}
.top_business .text_area h3 {
    font-size: 18px;
    margin: 0 0 10px 0;
}
.top_business .text_area .en_font_size {
    font-size: 28px;
    font-weight: 600;
    margin: 0 15px 15px 0;
}
.top_business .top_business_one .text_area h4 {
    font-size: 20px;
    margin: 0 0 10px;
}
.top_business .top_business_one .text_area {
    padding: 0 15px;
    position: relative;
}
.top_business .top_business_one .row.order .column.text_area {
	order: 2;
}
.top_business .top_business_one .row.order .column.img_area {
	order: 1;
}
.top_business .top_business_two .column.text_area {
	order: 1;
}
.top_business .top_business_two .column.img_area {
	order: 2;
}
.top_business .top_business_two .img_area_naka {
	display: none;
}
 /*-------  06 news -------*/
.top .sec_common.news {
	padding: 80px 0 90px;
}
.news.sec_common .en:before {
        background: #000000;
    }
.news.sec_common .en:after {
    position: absolute;
    content: "";
    width: 8rem;
    height: 0;
    background: #000000;
    right: 0;
    top: 50%;
}
  /*-------sec05-------*/
 /* .sec05 h2, .sec05 h2 .jp {
    text-align: center;
  }
  .sec05 .ttl {
    margin-bottom: 2rem;
  }
  .sec05 th, .sec05 td {
    padding: 2px 8px;
  }
  .sec05 .sec05_inner {
    padding: 0 1rem;
  }
  .sec05 .column.one {
    width: 100%;
    margin-bottom: 0;
  }
  .sec05 .column.two {
    width: 100%;
  }
  .sec05 {
    padding: 60px 0 40px;
  }
  .sec05 .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .sec05 .column {
    padding-left: 5px;
    padding-right: 5px;
  }*/
	
.sec_common_all_inner .copy_common_one {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 300px;
    z-index: 0;
    display: flex;
    justify-content: left;
    align-items: center;
}
.sec_common_all_inner .copy_common_two {
	position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 300px;
    z-index: 0;
    display: flex;
    justify-content: left;
    align-items: center;
}
.about .sec_common_all_inner .copy_common_two {
	top: 60%;
}
	
.sec_common_all_inner .copy_common_one .copy_common_font {
	font-size: 28px;
}
.sec_common_all_inner .copy_common_two .copy_common_font {
	font-size: 12px;
}

  /*-------about-------*/
	.about .sub_main .sec_common_all_inner .copy-01 {
   left: 40%;
}
	.about .sub_main .sec_common_all_inner .copy-02 {
   left: 40%;
}
	.about .main-title .one p {
        font-size: 36px;
    }
	.about .main-title .two p {
        font-size: 14px;
    }
	
	.about .corporate h2,
	.about .message h2,
	.about .profile h2,
	.about .access h2 {
    font-size: 26px;
	text-align: center;
}
	.about .corporate p.sub_til,
	.about .message p.sub_til,
	.about .profile p.sub_til,
	.about .access p.sub_til {
    font-size: 16px;
    margin-bottom: 25px;
		text-align: center;
}
	.sec_common {
		padding: 45px 0;
	}
	
	.about .message p.one {
		text-align: left
	}
	.about .access .column.one {
    width: 100%;
}
	.about .access .column.two {
    width: 100%;
}
	  /*-------business-------*/
	
	.business .problem .text_area {
    padding: 20px;
}
	.business .problem h2 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
}
	.business .problem p {
    text-align: left;
}
	.business .section-a.sec_common {
    padding: 45px 0 45px;
}
	.business .section-b.sec_common {
    padding: 45px 0 45px;
}
		.business .section-b.sec_common {
    padding: 45px 0 45px;
}
		.business .section-b.sec_common {
    padding: 45px 0 45px;
}
	.business .section-c.sec_common {
    padding: 30px 0 30px;
}
	.business .section-d.sec_common {
    padding: 30px 0 30px;
}
	.property main .flow .figure {
    width: 25%;
}
	.property main .sec_common .flow .column_bg .figure {
    margin-bottom: 10px;
}
	.property main .flow p.one {
    font-size: 16px;
    margin-bottom: 5px;
}
	.property .one_100.flow_area .title {
    margin-bottom: 10px;
		margin-top: 35px;
}
	.property main .title {
    font-size: 18px;
}
	.property.business .section-d.sec_common {
    padding: 20px 0 30px;
}
.submenu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #000000;
    padding: 10px 0;
    z-index: 999;
    transition: box-shadow 0.3s ease;
}
.submenu button {
    background: #000;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    border: none;
    padding: 10px 15px;
    /* border-radius: 4px; */
    cursor: pointer;
    transition: all 0.3s ease;
}
.submenu-wrap {
    position: fixed;
    top: inherit;
    background: #000000;
	bottom: 0;
	width: 100%;
	z-index: 1000;	
}
main .sec_common h2 {
    font-size: 22px;
    margin-bottom: 10px;
}
main .sec_common .column.one {
    width: 100%;
}
main .sec_common .column.two {
    width: 100%;
}
main .sec_common .column_bg {
    padding: 15px;
}
main .sec_common .column_bg .figure {
    margin-bottom: 15px;
}
main .sec_common .column_bg h3 {
    font-size: 18px;
    margin-bottom: 15px;
}
main .section-a .hd-btn {
    margin-top: 15px;
}
.property main .flow .column.one_25 {
    width: 100%;
	margin-bottom: 20px;
}
main .sec_common .column.one_50 {
    width: 100%;
	margin-bottom: 0;
}	
main .sec_common .column.one_50 .one_50_bg {
    padding: 15px;
}	
	
.contant_common .text_area {
    padding: 0 35px;
}
  /*-------sec07-------*/
  
  /*-------sec08-------*/
  .sec08 h2, .sec08 h2 .jp {
    text-align: center;
  }
  .sec08 .ttl {
    margin-bottom: 2rem;
  }
  .sec08 {
    padding: 60px 0 40px;
    position: relative;
  }
  .sec08 .column.one {
    width: 100%;
  }
  .sec08 .column.two {
    width: 100%;
  }
  .sec08 .column.one .column_innter {
    left: 140px;
    bottom: -90px;
    margin-right: -80px;
  }
  .sec08 .hd-mod-btn {
    width: 100%;
  }
  .sec08 .hd-btn-inner {
    text-align: center;
  }
  /*-------　results　-------*/
  /*.results .sec02 h2, .results .sec02 h2 .jp {
    text-align: center;
  }
  .results .sec02 {
    padding: 60px 0 40px;
  }
  .results .sec02 .text_area {
    margin-bottom: 15px;
  }*/
  .results .row.one .column {
    width: 50%;
  }
  .results .row.one {
    margin-bottom: 2rem;
  }
  .results .row.two .column {
    width: 50%;
  }
  .results .row .column {
    padding-left: 5px;
    padding-right: 5px;
  }
  .results .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .results .sec02_bg {
    top: 12rem;
  }
  /*-------　common　-------*/
  .common .copy-b {
    left: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .common .en-b {
    font-size: 2rem;
  }
  .common .jp-b {
    margin-left: 0;
  }
  /*-------------------------------------------------------
footer
-------------------------------------------------------*/
  .footer_three {
    padding: 0.75rem 0;
  }
  body.fixed, body {
    top: inherit !important;
  }
}
/*
----------------------------------------------------------
sp-750px以下
----------------------------------------------------------
*/
@media only screen and (max-width : 750px) {}
@media only screen and (max-width: 600px) {
  /*-------   ad_area   -------*/
  .access .sec02 .map_area {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 60%;
    top: inherit;
    bottom: 2%;
  }
}