@charset "UTF-8";
/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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

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

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

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


/* Remove all animations and transitions for people that prefer not to see them */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  color: #2A2D23;
  min-width: 1100px;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  opacity: 0.8;
}

a[href^="tel:"] {
  pointer-events: none;
}

.inner {
  max-width: 874px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.header {
  -webkit-user-select: none;
  user-select: none;
  height: 64px;
}
.header h1 {
  max-width: 233px;
  width: 100%;
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  max-width: 1298px;
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.headerNav ul{
  display: flex;
  align-items: center;
  gap: 64px;
}
/* footer */
.footer {
  margin-top: 155px;
}
.ftNav {
  display: flex;
  gap: 64px;
  justify-content: center;
  background-color: #EEEEEE;
  height: 64px;
  align-items: center;
  font-size: 16px;
}
.ftMedia {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 16px 0;
}
.ftMedia figure {
  width: 165px;
}
.ftAdd {
  font-size: 14px;
}
.ftAdd address {
  font-style: normal;
}
.copyright {
  font-size: 12px;
  font-weight: 400;
  font-family: "Ubuntu",serif;
  display: block;
  text-align: center;
  border-top: 1px solid #eee;
}
/* タイトル */
.title {
  position: relative;
}
.title p{
  font-size: 36px;
  position: relative;
  text-align: center;
  font-weight: 500;
}
.title2  {
  font-family: "Ubuntu",serif;
  font-weight: bold;
  font-style: normal; /*font-style: italic;*/
  font-size: 56px;
  color: #8FC31F;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
html[lang="ja"] .title2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
}
.title h2 {
  /*position: absolute;*/
  bottom:30%;
  font-family: "Ubuntu",serif;
  font-weight: bold;
  font-style: normal; /*font-style: italic;*/
  font-size: 96px;
  background-image: linear-gradient(90deg, #8fc31f, #dae000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 18%;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
}
/* 右矢印 */
.arrow {
  position: absolute;
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
  top: 50%;
  right: 30px;
  transition: right 0.3s ease;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  right: -2px;
  display: block;
  width: 10px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
}
.arrow::before {
  transform: rotate(-45deg);
  top: 3px;
}
.arrow::after {
  transform: rotate(45deg);
  top: -3px;
}
/* ボタン */
.btn {
  margin-top: 43px;
  text-align: center;
}
.btn a{
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  font-family: "Ubuntu", serif;
  background-color: #8FC31F;
  text-align: left;
  padding: 23px 40px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  width: 217px;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.btnLists {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 153px;
}
.btnLists li a {
  display: flex;
  justify-content: center;
  width: 315px;
  background-color: #fff;
  border-radius: 40px;
  position: relative;
  padding: 25px;
  border: 1px solid #2A2D23;
  transition: background-color 0.3s ease;
}
.btnLists .arrow {
  position: absolute;
  top: 50%;
  right: 30px;
}
.btnLists .arrow,
.btnLists .arrow:before,
.btnLists .arrow:after {
  background-color: #2A2D23;
}

figure.--map iframe{width: 380px; height: 253px; margin: 0 0 -10px 0;}

@media (any-hover: hover) {
  .btnLists li a:hover{
    background-color: #AAABAB;
    color: #fff;
    opacity: 1;
    border: 1px solid #AAABAB;
  }
  .btn a:hover {
    background-color: #AAABAB;
    color: #fff;
    opacity: 1;
  }
  .btnLists li a:hover .arrow,
  .btn a:hover .arrow {
    right: 25px;
    background-color: #fff;
    opacity: 1;
  }
  .btnLists li a:hover .arrow:before,
  .btnLists li a:hover .arrow:after,
  .btn a:hover .arrow:before,
  .btn a:hover .arrow:after {
    background-color: #fff;
  }
}
.text {
  margin-top: 14px;
  text-align: center;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
/* メインビュー */
.mv {
  position: relative;
  background-image: url(../images/kv_pc.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top:0;
  left:0;
  width:100%;
  height:580px;
}
/* .mv picture img {
  height: 580px;
  width: 100%;
} */
#sub .mv {
  position: relative;
  background-image: url(../images/kv_sub_pc.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top:0;
  left:0;
  width:100%;
  height:351px;
}
/* #sub .mv picture img {
  height: 351px;
} */
.mvMedia {
  position: absolute;
  left: 120px;
  bottom: 64px;
  color: white;
}
.mvMedia figure {
  margin-top: 21px;
  width: 390px;
}
.mvMedia p {
  font-size: 20px;
  line-height: 1.9;
}
#sub .mvMedia  {
  top: 25px;
  left: 95px;
}
#sub .mv_wrap {
  position: relative;
  margin-top: 36px;
}
#sub .mv_wrap p {
  font-size: 28px;
  color: #2A2D23;
}
#sub .mv_wrap span {
  font-family: "Ubuntu",serif;
  font-weight: bold;
  font-style: normal; /*font-style: italic;*/
  font-size: 60px;
  background-image: linear-gradient(90deg, #8fc31f, #dae000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  padding-right: 10px;
}
html[lang="ja"] #sub .mv_wrap span {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-style: bold; /*font-style: normal;*/
}
html[lang="ja"] .translate_jp,
html[lang="en"] .translate_en {
  font-weight: bold;
}
.breadcrumb {
  font-size: 16px; /*font-size: 14px;*/
  color: #2a2d23;
  font-weight: bold;
}
.breadcrumb ul {
  display: block;

}
.breadcrumb li {
  white-space: normal;
  display: inline;
  padding-right: 2px;
}

section:nth-of-type(1) {
  margin-top: 152px;
}
.about section:nth-of-type(1)  {
  margin-top: 122px!important;
}
/* トップページ */
#top section:nth-of-type(2) {
  margin-top: 190px;
}

/*about*/
.about .--lead h2{font-size:36px; line-height: 1.25; margin-bottom: 40px;}

/* パートナー */
.partners_lead {
  text-align: center;
  /*margin-top: 13px;*/
}
.partners_lists {
  margin-top: 40px;
}
.partners_lists li {
  border-bottom: 1px solid #E3E3E3;
  margin-top: 17px;
  padding-bottom: 17px;
}
.partners_lists a {
  color: #8FC31F;
  text-decoration: underline;
  display: block;
}
/* contact */
.contact_lists {
  display: flex;
  gap: 24px;
  margin-top: 52px;
  justify-content: center;
}
.contact_lists li {
  border: 1px solid #E3E3E3;
  border-radius: 20px;
  width: 400px;
  padding: 64px 0 50px;
  text-align: center;
}
.contact_lists img {
  margin-inline: auto;
}
.contact_lists p {
  font-size: 24px;
  font-weight: 500;
  margin-top: 16px;
}
.contact_lists a {
  display: inline-block;
}
.contact_tel img {
  width: 96px;
  height: 102px;
}
.contact_tel a{
  color: #8FC31F;
  font-size: 36px;
  margin-top: 8px;
}
.contact_mail img {
  width: 136px;
  height: 102px;
}
.contact_mail a {
  background-color: #8FC31F;
  color: #fff;
  border-radius: 30px;
  padding: 3px 32px;
  font-size: 24px;
  margin-top: 16px;
}
/* clients */
.clients .inner {
  max-width: 1086px;
}
.cltitle {
  position: relative;
}
.cltitle h3 {
  font-size: 24px;
  font-weight: 500;
}
.cltitle p {
  position: absolute;
  bottom:35%;
  font-family: "Ubuntu",serif;
  font-weight: bold;
  font-style: normal; /*font-style: italic;*/
  font-size: 46px;
  background-image: linear-gradient(90deg, #8fc31f, #dae000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 12%;
  width: 100%;
}
.clients .cltitle h3 {
  font-family: "Ubuntu",serif;
  font-weight: bold;
  font-style: normal; /*font-style: italic;*/
  font-size: 32px;
  background-image: linear-gradient(90deg, #8fc31f, #dae000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
}
html[lang="ja"] .clients .cltitle h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-size: 32px;
}
.-create .cltitle p {
  font-size: 35px;
  line-height: 1;
  bottom: 56%;
}
.cltitle span {
  margin-top: -10px;
  display: block;
}
.cl_media a {
  color: #8FC31F;
  text-decoration: underline;
}
.cl_lists {
  margin-top: 58px;
}
.cl_lists > li {
  border: 1px solid #e3e3e3;
  padding: 52px 40px 26px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.cl_lists > li.-create {
  padding-top: 72px;
  padding-bottom: 30px;
}
.cl_lists > li:not(:first-of-type) {
  margin-top: 24px;
}
.cl_lists > li >p:first-of-type {
  margin-top: 16px;
}
.cl_media {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
.cl_media img {
  width: 192px;
}
/* 私たちについて */
.about .inner {
  max-width: 870px;
}
.about .lead {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
}
.about_text {
  margin-top: 43px;
}
.heading {
  font-size: 36px;
  position: relative;
  margin-top: 146px;
  font-weight: bold;
  padding-left: 33px;
  color: #8FC31F;
}
.heading:before {
  content: "";
  color: #c3d630;
  position: absolute;
  top: 50%;
  width: 6px;
  height: 48px;
  background-image: linear-gradient(180deg, #dae000, #8fc31f);
  transform: skewX(-11deg)translateY(-50%);
  left: 0;
}
.members {
  display: flex;
  gap: 40px;
  margin-top: 61px;
}
.members_img {
  margin-top: 30px;
}
.members li {
  width: 50%;
}
.members > li > p:first-of-type {
  margin-top: 24px;
}
.about dl {
  margin-top: 16px;
}
.company_media {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.company_media div{width: 420px;}
.company_media figure {
  width: 380px; /*width: 429px;*/
}
.wrap {
  display: flex;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 16px;
  margin-top: 16px;
  align-items: center;
  gap: 20px;
}
.wrap_access:not(:first-of-type) {
  margin-top: 10px;
}
.wrap_access{
  line-height: 1.4;
}
.wrap dt {
  width: 130px; /*width: 83px;*/ white-space: nowrap; 
}
.wrap dd {
  width: calc(100% -  130px);/* width: calc(100% -  83px); */
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@media screen and (max-width: 767px) {
  body {
    min-width: auto;
    font-size: 14px;
  }
  a:hover {
    opacity: 1;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  .inner {
    padding: 0 20px;
  }
  #sub .inner {
    padding: 0 15px;
  }
  .header_inner {
    padding: 0 17px;
  }
  .header h1 {
    width: 238px;
  }
  .headerNav {
    display: none;
  }
  .hamburger {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 9999;
    width: 32px;
    height: 20px;
    -webkit-tap-highlight-color: transparent;
  }
  .hamburger span:nth-of-type(1) {
    top: 0;
  }
  .hamburger span:nth-of-type(2) {
    top: 50%;
    transition: opacity 0.3s;
  }
  .hamburger span:nth-of-type(3) {
    top: 100%;
  }
  .hamburger span {
    position: absolute;
    width: 100%;
    height: 0.1875rem;
    transition: all 0.3s;
    background-color: #AAABAB;
  }
  .hamburger.is-active span:nth-child(1) {
    top: 0.625rem;
    transform: rotate(45deg);
  }
  .hamburger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-active span:nth-child(3) {
    top: 0.625rem;
    transform: rotate(-45deg);
  }
  .mv {
    background-image: url(../images/kv_sp.webp);
    height: 360px;
  }
  #sub .mv {
    background-image: url(../images/kv_sub_sp.webp);
    height: 216px;
  }
  .mvMedia {
    left: 16px;
    bottom: 24px;
  }
  .mvMedia figure {
    width: 237px;
  }
  .mvMedia p {
    font-size: 14px;
  }
  #sub .mvMedia {
    top: 10px;
    left: 16px;
  }
  #sub .mv_wrap {
    margin-top: 56px;
  }
  #sub .mv_wrap p {
    font-size: 20px;
  }
  #sub .mv_wrap span {
    font-size: 40px;
  }
  .drawerNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:#eee ;
    z-index: 900;
    visibility: hidden;
    transition: visibility 0.3s ease;
  }
  .drawerNav.is-active {
    visibility: visible;
  }
  .drawerNav ul {
    position: relative;
    top:50%;
    left: 50%;
    transform:translate(-50% ,-50%);
    padding: 0 16.5px;
  }
  .drawerNav li {
    border-bottom: 0.5px solid #aaabab;
    padding-bottom: 16px;
    margin-top: 16px;
    width: 100%;
  }
  .drawerNav li:last-of-type {
    text-align: center;
    border-bottom: none;
  }
  .mv picture img {
    height: 360px;
  }
  #sub .mv picture img {
    height: 216px;
  }

  .ftNav {
    flex-direction: column;
    gap: 0;
    padding: 0 16.5px;
    align-items: flex-start;
    height: initial;
  }
  .ftNav li {
    border-bottom: 0.5px solid #aaabab;
    padding-bottom: 7px;
    margin-top: 12px;
    width: 100%;
  }
  .ftNav a {
    width: 100%;
    display: block;
  }
  .ftNav li:last-of-type {
    border-bottom: none;
  }
  .ftMedia figure {
    width: 104px;
  }
  .ftMedia {
    padding: 30px 0;
  }
  .ftAdd {
    font-size: 12px;
    line-height: 1.3;
  }
  .text {
    margin-top: 28px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .title h2{
    font-size: 60px;
    text-align: left;
    /*width:100vw;
    margin-left:calc(50% - 50vw);*/
  }
  .title p {
    font-size: 24px;
  }
  .title2 {
    font-size: 44px;
  }
  html[lang="ja"] .title2 {
    font-size: 40px;
  }
  .arrow {
    width: 10px;
    height: 1px;
    right: 16px;
  }
  .arrow::before,
  .arrow::after{
    width: 5px;
    height: 1px;
    right: 0;
  }
  .arrow:after {
    top: -2px;
  }
  .arrow:before {
    top: 2px;
  }
  .btn {
    margin-top: 31px;
  }
  .btn a {
    font-size: 16px;
    width: 153px;
    padding: 10px 33px;
  }
  .btnLists {
    flex-direction: column;
    margin-top: 115px;
    align-items: center;
    gap: 13px;
  }
  .btnLists li a {
    padding: 13px 0;
    width: 214px;
  }
  .btnLists .arrow {
    right: 14px;
  }
  .footer {
    margin-top: 120px;
  }
  section:nth-of-type(1) {
    margin-top: 85px;
  }
  #sub section:nth-of-type(1) {
    margin-top: 100px;
  }
  #top section:nth-of-type(2) {
    margin-top: 140px;
  }
  .breadcrumb {
    font-size: 12px;
  }
  /* contact */
  .contact_lists {
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
  }
  .contact_lists li {
    width: 100%;
    padding: 21px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    text-align: left;
  }
  .contact_lists img {
    margin-inline: initial;
  }
  .contact_lists p {
    font-size: 18px;
    margin-top: initial;
  }
  .contact_lists a {
    margin-top: initial;
    display: inline-block;
  }
  .contact_tel img {
    width: 52px;
    height: 56px;
  }
  .contact_tel a{
    font-size: 18px;
    text-decoration: underline;
  }
  .contact_mail img {
    width: 52px;
    height: 38px;
  }
  .contact_mail a {
    padding: 5px 15px;
    font-size: 14px;
  }
  /* パートナー */
  .partners_lead {
    /*margin-top: 26px;*/
    text-align: left;
  }
  .partners_lists {
    margin-top: 28px;
  }
  /* clients */
  .cl_media {
    flex-direction: column;
    align-items: baseline;
    font-size: 12px;
    margin-top: 10px;
    gap: 10px;
  }
  .cltitle h3 {
    font-size: 18px;
  }
  .cltitle p {
    font-size: 28px;
  }
  .clients .cltitle p {
    line-height: 1;
    top: -10px;
    bottom: initial;
  }
  html[lang="ja"] .clients .cltitle h3 {
    font-size: 27px;
    line-height: 1.3;
  }
  html[lang="en"] .clients .cltitle h3  {
    font-size: 36px;
    line-height: 1.3;
  }
  .cltitle span {
    margin-top: -6px;
  }
  .-create .cltitle p {
    font-size: 23px;
    bottom: 77%;
    top: initial;
  }
  .cl_lists > li.-create {
    padding-top: 60px;
  }
  .-double .cltitle p {
    font-size: 28px;
    bottom: 49%;
    top: initial;
  }
  .cl_lists > li.-double {
    padding-top: 50px;
  }
  .cl_lists > li {
    padding: 26px 16px 26px;
    border-top-left-radius: 22px;
    border-bottom-right-radius: 22px;
  }
  /* about us*/
  .members {
    flex-direction: column;
    margin-top: 42px;
  }
  .members li {
    width: 100%;
  }
  .members > li > p:first-of-type {
    margin-top: 18px;
  }
  .company_media {
    flex-direction: column-reverse;
    align-items: baseline;
  }
  .company_media div {
    width: 100%;
  }
  .about section:nth-of-type(1)  {
    margin-top: 83px!important;
  }
  .about .lead {
    font-size: 24px;
    line-height: 1.9;
  }
  .about_text {
    margin-top: 26px;
  }
  .heading {
    font-size: 24px;
    margin-top: 128px;
    padding-left: 22px;
  }
  html[lang="ja"] .heading{
  font-size: 40px;
  }

  .heading:before {
    height: 30px;
  }
  .members_img {
    margin-top: 24px;
  }
  .wrap {
    gap: 6px;
  }
  .wrap dt {width: 120px;}
  .wrap dd {width: calc(100% -  120px);}
  html[lang="ja"]  .wrap dt {width: 78px;}
  html[lang="ja"]  .wrap dd {width: calc(100% -  78px);}

  .company_media figure {
    width: 100%;
  }

  figure.--map iframe{width: 100%; height: 253px;}

}