@charset "utf-8";

html {
	font-size: 62.5%;
	min-height: 100%;
	width: 100%;
	padding: 0;
	/* scroll-behavior: smooth; */
	overflow-x: hidden;
}
body {
	font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
	font-size: 18px;
  line-height: 2;
  color: #212121;
  width: 100%;
  letter-spacing: 0.01rem;
  background-repeat: repeat-y;
  background-color: #fff;
  position: relative;
  min-width: 960px;
  font-weight: 500;
  text-rendering: geometricPrecision;
  font-smoothing: antialiased;
}
body:before {
    content: "";
    width: 22px;
    height: 100%;
    background: #01B649;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 100;
}
a {
	cursor: pointer;
	color: #212121;
	text-decoration: none;
}
a:hover {
	opacity: .7;
}
.flex {
	display: flex;
	justify-content: space-between;
}
#wrap {
	width: 100%
}
header {
	position: fixed;
	width: 100%;
	z-index: 98;
}
header h1.logo {
	background: url('img/header_logo.png') no-repeat;
	background-size: 140px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
header h1.logo:hover {
	opacity: .5;
}
header .inner {
	padding-left: 5.8vw;
  padding-right: 5.7vw;
  position: relative;
  height: 140px;
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}
header .inner .logo img {
	width: 190px;
}
header .inner .contact {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
  color: #212121;
  display: block;
  padding: 10px 10px;
  letter-spacing: 0.06em;
}
#wrap .catch {
	margin-left: 10vw;
	margin-right: 10vw;
	position: relative;
	max-width: 1280px;
  padding-top: calc(140px + 9.6875vw);
  margin-bottom: 23.04688vw;
}
#wrap .catch .title {
	font-size: calc(53px + 1vw);
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.68;
	margin-bottom: 18px;
	box-sizing: border-box;
}
#wrap .catch .caption {
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	color: #01B649;
	letter-spacing: 0.09em;
	position: relative;
	margin: 0 0 50px 0;
}
#wrap .catch .caption::before {
	content: "";
    width: 22px;
    height: 1px;
    background-color: #01B649;
    display: inline-block;
    position: relative;
    top: -5px;
    left: 0;
    margin-right: 5px;
}
#wrap .business {
}
#wrap ._h3 {
	margin: 15.625vw auto 0;
  width: 65.625vw;
  max-width: 840px;
	display: flex;
	justify-content: space-between;
  -webkit-box-pack: justify;
}
#wrap ._h3 .title {
	font-size: 48px;
	letter-spacing: 0.04em;
	line-height: 1;
	font-family: "Poppins", sans-serif;
	font-weight: bold;
	margin-bottom: 4.6875vw;
	color: #01B649;
}
#wrap ._h3 .caption {
	font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
	font-size: 18px;
	letter-spacing: 0.01em;
	text-rendering: geometricPrecision;
	line-height: 1.9;
	color: #212121;
	max-width: 500px;
	padding: 0 10px;
	font-weight: 500;
}
.business .content {
	max-width: 1000px;
	margin: 0 auto;
}
.business .content .outer {
	padding: 30px 0 30px 0;
}
.business .content .outer._right {
	flex-flow: row-reverse;
}
.business .content .outer:last-child {
	padding: 0 0 60px 0;
}
.business .content .outer picture {
	max-width: 500px;
}
.business .content .outer picture img {
	max-width: 100%;
}
.business .content .outer .inner {
	width: 408px;
	margin: 50px 0 0 0;
}
.business .content .outer .inner h4 {
	font-size: 24px;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.link {
	text-align: right;
	margin: 40px 0 0 0;
}
.link._profile {
	text-align: left;
}
.link a {
	font-family: "Poppins", sans-serif;
	color: #01B649;
  padding: 5px 0;
}
.link a .arrow {
	width: 39px;
  height: 1px;
  background-color: #01B649;
  content: "";
  display: inline-block;
  position: relative;
  margin-left: 14px;
  top: -5px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0px
}
.link a .arrow:after {
	position: absolute;
	top: -50%;
	right: 5px;
	width: 25px;
	border-right: 1px solid #01B649;
	border-bottom: 1px solid #01B649;
	height: 25px;
	content: "";
	display: inline-block;
	-webkit-transform-origin: center right;
	-ms-transform-origin: center right;
	transform-origin: center right;
	-webkit-transform: translateY(-84%) translateX(-10%) rotate(-45deg);
	-ms-transform: translateY(-84%) translateX(-10%) rotate(-45deg);
	transform: translateY(-84%) translateX(-10%) rotate(-45deg)
}
#wrap .blog ._h3 .caption {
	max-width: 570px;
}
.blog .content {
	max-width: 900px;
	margin: 0 auto;
}
.blog .flex {
	padding: 0 0 30px 0;
}
.blog .flex .article {
	width: 260px;
}
.blog .flex .article figure img {
	width: 100%;
}
.blog .flex .article figure figcaption h5 {
	font-size: 16px;
	color: #212121;
	letter-spacing: 0.01em;
	line-height: 1.5em;
	width: 250px;
	max-width: 250px;
	height: 3.0em;
	margin: 15px 0 0 0;
}
#wrap .recruit ._h3 .caption {
	max-width: 570px;
}
.recruit .content {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
.recruit .content a {
	width: 322px;
	margin: 30px auto 0;
	border: solid #212121 1px;
}
.recruit .content a img {
	width: 318px;
}
.profile .content {
	width: 65.625vw;
  max-width: 840px;
	margin: 0 auto;
}
.profile .content .table {
  margin-left: 105px;
  width: 100%
}
.profile .content .table th {
  width: 170px;
  text-align: left;
  padding-bottom: 48px
}
.profile .content .table td {
  padding-bottom: 48px
}
.profile .content .table td address {
}
.profile .content .table tr {
  padding-bottom: 48px
}
.contact .content {
  width: 65.625vw;
  max-width: 840px;
	margin: 0 auto 23.04688vw;
}
.label_box {
	display: block;
	margin: 0 0 30px 0;
}

.footer {
	background-color: #01B649;
	padding: 0vw 5vw 10vw;
	position: relative;
	color: #fff;
}
.footer:before {
    width: 50px;
    height: 50px;
    content: "";
    display: block;
    background: #01B649;
    position: absolute;
    top: -50px;
    left: 22px;
    z-index: 1;
}
.footer:after {
    width: 100px;
    height: 100px;
    display: block;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    content: "";
    top: -100px;
    left: 22px;
    z-index: 2;
}
/* 2023.8.28追加ここから */
.footer .footerNav{
  display: flex;
  justify-content: end;
  padding-top: 64px;
}
@media (max-width:800px){
  .footer .footerNav{
    flex-direction: column;
    padding-bottom: 40px;
    justify-content: center;
  }
}
.footer .footerNav li{
  text-align: right;
}
@media (max-width:800px){
  .footer .footerNav li{
    text-align: center;
  }
}
.footer .footerNav li:nth-of-type(n+2){
  margin-left: 40px;
}
@media (max-width:800px){
  .footer .footerNav li:nth-of-type(n+2){
    margin-left: 0px;
    margin-top: 12px;
  }
}
.footer .footerNav a{
  color: #fff;
}
/* //2023.8.28追加ここまで */

.footer .inner:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* content: "Be Creative By Innovation"; */
  -webkit-text-stroke: 1px #004E00;
  color: transparent;
  font-size: 6vw;
  display: inline-block;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}

@media (max-width:800px) {
  .footer-inner:before {
    display: none
  }
}

.footer .text {
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  position: relative;
  -webkit-transform: translateY(8vw);
  -ms-transform: translateY(8vw);
  transform: translateY(8vw)
}

.footer .text span {
  font-weight: bold
}

@media (max-width:800px) {
  .footer .text {
    font-size: 16px;
    -webkit-transform: translateY(1vw);
    -ms-transform: translateY(1vw);
    transform: translateY(1vw)
  }
}


p {
  margin: 0;
}

.cut_container {
  background: #fff;
  overflow: hidden;
  width: 100%;
}
.cut_container .cut {
  font-size: 16px;
  height: 58.8px;
  line-height: 1.5;
  position: relative;
}
.cut_container .cut:before, .cut_container .cut:after {
  background: #fff;
  position: absolute;
}
.cut_container .cut:before {
	content: "...";
  top: 24.2px;
  right: 0;
  padding: 0px 10px 10px 0px;
}
.cut_container .cut:after {
  content: "";
  height: 100%;
  width: 100%;
}

.footer-links {
    float: right;
    display: flex;
    justify-content: flex-end;
}

.footer-text {
    margin: 0 10px;  /* 左右に10pxのマージンを追加 */
    padding: 0;
    color: white;
}


.main-content {
    text-align: left;
    margin: 50px auto;  /* 上下に50pxのマージンを追加 */
    width: 80%;  /* 例：全体の80%の幅を取る */
}

.security-header {
    font-size: 36px;  /* 例：36pxに設定 */
    color: #01B649;
}

/* セキュリティポリシーページ */
.lowerMain{
    width: 65.625vw;
    max-width: 840px;
    margin: 0 auto 23.04688vw; margin-top: 80px;
}
@media (max-width:800px){
  .lowerMain{
    width: auto;
    margin-left: 10vw;
    margin-right: 10vw;
  }
}
.lowerHeading{
  text-align: center;
  max-width: 1280px;
  padding-top: calc(80px + 9.6875vw);
  margin: 0 auto;

  margin-bottom: 18px;
  box-sizing: border-box;
  font-size: 22px;
  letter-spacing: 0.09em;
}
.lowerHeading span{
  display: block;
  text-transform: uppercase;
  color: #01B649;
  font-size: calc(53px + 1vw);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.68;
}
.policyHeader_text{
  margin-top: 16px;
}
.securityContent{
  margin-top: 64px;
}
.securityContent:last-of-type{
  text-align: right;
}
.securityTitle{
  font-size: 24px;
  font-weight: bold;
}
/* //セキュリティポリシーページ */

/* プライバシーポリシーページ */
.privacyContent{
  margin-top: 64px;
}
.privacyTitle{
  font-size: 24px;
  font-weight: bold;
}
.privacyList{
  margin-left: 24px;
  margin-top: 12px;
}
.privacyText.mt16{
  margin-top: 32px;
}
.privacyContent:last-of-type{
  text-align: right;
}

/* recruitセクション内のリンク枠線削除 - 全てのリンク対象 */
.recruit .content a {
  border: none !important;
}

/* YUGETAテキストリンクのスタイリング - PC・SP共通 */
.recruit .content .caption a[href="https://www.ecconsulting.tokyo/"] {
  color: #0066cc !important;
  text-decoration: underline !important;
  border: none !important;
}

.recruit .content .caption a[href="https://www.ecconsulting.tokyo/"]:hover {
  color: #004499 !important;
  text-decoration: underline !important;
}

/* //プライバシーポリシーページ */