@import url('https://fonts.googleapis.com/css?family=Koulen');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", koulen;
  font-size: 20px;
  color: #000;
  font-style: normal;
  line-height: normal;
}
body {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#808080+0,333333+100 */
/*background: #808080; 
background: -moz-linear-gradient(45deg,  #808080 0%, #333333 100%);
background: -webkit-linear-gradient(45deg,  #808080 0%,#333333 100%); 
background: linear-gradient(45deg,  #808080 0%,#333333 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#808080', endColorstr='#333333',GradientType=1 ); */
background: #ffffff;
animation: fadeIn 2s ease 0s 1 normal;
-webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
a {
  text-decoration: none;
}
a:hover {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
li {
  list-style-type: none;
}
header {
  display: flex;
  width: 100%;
}
header a {
  color: #fff;
}
header a:hover {
  color: #ccc;
  letter-spacing: 0.2rem;
}
section {
  width: 100%;
}
.main-body {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  /* height: 100%; */
  scroll-behavior: smooth;
  /* overflow: auto; */
  /* scroll-snap-type: y mandatory; */
}
.main-section {
  width: 100%;
  scroll-snap-align: start;
  opacity: 0;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  transform: translateY(20px);
}
.fade-in {
  opacity: 1 !important;
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeInAnimation {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
section.services {
  width: auto;
  padding: 5%;
}
section.services dt {
  color: #ff7400;
  font-family: Noto Sans JP;
  font-size: 30px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;

  margin-bottom: 15px;
}
section.services h2 {
  font-family: Koulen;
  font-size: 100px;
  font-weight: 400;
  line-height: 181px;
  letter-spacing: 0em;
  text-align: left;  
}
section.services h3 {
  font-family: Noto Sans JP;
  font-size: 50px;
  font-weight: 700;
  line-height: 81.72px;
  text-align: left;

  margin-bottom: 20px;
}
section.services h4 {
  font-family: Noto Sans JP;
  font-size: 30px;
  font-weight: 700;
  line-height: 81.72px;
  text-align: left;
}
section.services p {
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: left; 
}
section.services ul {
  padding-inline-start: 40px;
}
section.services ul li {
  list-style-type: circle;
}
section.services .service-image {
  width: 100%;
  margin-top: 50px;
}
section.companyArea {
  width: auto;
  padding: 5%;
}
section.companyArea div {
  margin-bottom: 2%;
}
section.companyArea dt {
  color: #ff7400;
  font-family: Noto Sans JP;
  font-size: 30px;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0em;
  text-align: left;  
  margin: 20px auto;
}
section.companyArea dd {
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 400;
  line-height: 43px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 5px;  
}
section.accessArea {
  width: auto;
  padding: 5%;
}
section.accessArea div {
  margin-bottom: 2%;
}
section.accessArea dt {
  color: #ff7400;
}
section.contactArea {
  width: auto;
  padding: 5%;
}
section.contactArea h2 {
  clear: both;
  font-family: Koulen;
  font-size: 100px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: left;
}
section.contactArea div {
  margin-bottom: 2%;
}
section.contactArea dt {
  color: #000;
  font-size: 30px;
  margin-bottom: 10px;
}
section.contactArea .required-dt {
  color: #ff7400;
}
section.contactArea dd input {
  height: 90px;
}
.top_text_contents_product {
  font-family: Noto Sans JP;
  font-size: 100px;
  font-weight: 700;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-shadow: 0 0 5px white;
}

/* privacy-policyページ用ここから */
section.privacy-policy {
  width: auto;
  padding: 5%;
}
section.privacy-policy hr {
  border: 3px solid #000000;
}
section.privacy-policy dl {
  margin: 100px auto;
}
section.privacy-policy .privacy-policy-date {
  margin: 30px auto 50px auto;

  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  text-align: right;

  color: #000000;
}
section.privacy-policy h2 {
  /* Privacy policy */
  font-family: 'Koulen';
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 181px;

  color: #000000;
}
section.privacy-policy h3 {
/* 個人情報保護方針 */

  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  display: flex;
  align-items: center;

  color: #000000;
}
section.privacy-policy dt {
  margin: 50px auto 30px auto;
  
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 43px;

  color: #000000;
}
section.privacy-policy dd {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;

  color: #000000;
}

section.privacy-policy p {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;

  color: #000000;
}
section.privacy-policy .privacy-policy-contact-info {
  border: 1px solid #000000;
  padding: 20px;
  margin: auto;
  margin-top: 70px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
section.privacy-policy .privacy-policy-contact-info dt {
  /* お問い合わせ窓口 */
  margin: auto;
  margin-bottom: 20px;

  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  /* identical to box height */

  color: #000000;
}
section.privacy-policy .privacy-policy-contact-info dd {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
}
section.privacy-policy .privacy-policy-contact-info dd p a {
  text-decoration-line: underline;
  color: #F15A24;
}
/* privacy-policyページ用ここまで */

/* effortsページ用ここから */
section.efforts {
  width: auto;
  padding: 5%;
}
section.efforts hr {
  border: 3px solid #000000;
  opacity: 1;
}
section.efforts h2 {
  /* OUR EFFORTS */
  font-family: 'Koulen';
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 181px;

  color: #000000;
}
section.efforts h3 {
/* 社内取り組みの主な目的 */
/* スキル向上による期待する効果 */
/* チェックシートについて */
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  display: flex;
  align-items: center;

  color: #000000;
}

section.efforts p {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;

  color: #000000;
}

section.efforts li {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;

  color: #000000;
}

section.efforts .efforts-check-sheet-link img {
  width: 100%;
  height: auto;
  display: block;
}

/* effortsページ用ここまで */

/* productページ用ここから */
section.products {
  width: auto;
  padding: 5%;
}
section.products hr {
  border: 3px solid #000000;
  opacity: 1;
}
section.products h2 {
  /* OUR product */
  font-family: 'Koulen';
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 181px;
  margin-bottom: 30px;

  color: #000000;
}
section.products h3 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  display: flex;
  align-items: center;

  color: #000000;
}

section.products p {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;

  color: #000000;
}

section.products li {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;

  color: #000000;
}

section.products .product-type {
  margin: 0 0 1rem;
  font-size: 12px;
  width: 150px;
  height : 16px;
  text-align: center;
  background-color: #8C8C8C;
  color: white;
}

section.products .product-overview-header {
  margin-bottom: 1rem;
}

section.products .product-overview {
  margin: 1rem 0rem;
}

section.products .product-link {
  position: relative;
}
section.products .product-link::before {
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  background: #DDD;
  position: absolute;
  opacity: 0.0;
  transition: all 0.25s;
}
section.products .product-link:hover::before {
  opacity: 0.5;
}
/* productページ用ここまで */

/* product説明ページ用ここから */
section.product-desc {
  width: auto;
}
section.product-desc hr {
  border: 3px solid #000000;
  opacity: 1;
}
section.product-desc h2 {
  /* OUR product */
  font-family: 'Koulen';
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 181px;

  color: #000000;
}
section.product-desc h3 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  display: flex;
  align-items: center;

  color: #000000;
}

section.product-desc h4 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 54px;

  color: #F15A24;
}

section.product-desc p {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;

  color: #000000;
}

section.product-desc li {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;

  color: #000000;
}

section.product-desc .product-desc-paragraph {
  border-radius: 30px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  padding: 5rem;
  margin: 1rem 0;
}
section.product-desc .product-desc-paragraph-detail {
  margin: 0.4rem;
}

section.product-desc .product-desc-paragraph-detail a {
  color: #F15A24;
  text-decoration: underline 1px !important;
  text-decoration-color: #F15A24;
}

section.product-desc .product-desc-paragraph-detail a.nowrap {
  white-space: nowrap;
}

section.product-desc .product-desc-paragraph-detail a::after {
  display: inline-block;
  content: " ";
  background-image: url('../../image/link_icon.svg');  
  background-size: cover;
  margin: 0 6px 0px 12px;
  width: 22px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
}

section.product-desc .product-desc-paragraph-detail a:hover{
  opacity: 0.5;
}


section.product-desc .preview-section  {
  display: flex;
}

section.product-desc .preview  {
  margin-top : 2rem;
}

section.product-desc .preview-image  {
  width: 48%;
  margin : 1%;
  height: auto;
}
section.product-desc .preview-image::after  {
  display: none !important;
}
section.product-desc .preview-image img  {
  width: 100%;
  height: auto;
}
section.product-desc .preview-image p {
  font-size: 12.5px;
  line-height: 20px;
}

section.product-desc hr {
  margin: 1rem 0rem
}

section.product-desc li {
  list-style-type: disc;
  font-size: 20px;
  line-height: 30px;
  margin-left: 10px;
}
section.product-desc li li {
  list-style-type: circle;
  font-size: 20px;
  line-height: 30px;
  margin-left: 10px;
}
/* product説明ページ用ここまで */

/* workページ用ここから */
section.work {
  width: auto;
  padding: 5%;
}
section.work hr {
  border: 3px solid #000000;
  opacity: 1;
}
section.work h2 {
  /* OUR work */
  font-family: 'Koulen';
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 181px;
  margin-bottom: 30px;

  color: #000000;
}
section.work h3 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  display: flex;
  align-items: center;

  color: #000000;
}

section.work p {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;

  color: #000000;
}

section.work li {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;

  color: #000000;
}

section.work .work-type {
  margin: 0 0 1rem;
  font-size: 12px;
  width: 150px;
  height : 16px;
  text-align: center;
  background-color: #8C8C8C;
  color: white;
}

section.work .work-overview-header {
  margin-bottom: 1rem;
}

section.work .work-overview {
  margin: 1rem 0rem;
}

section.work .work-link {
  position: relative;
}
section.work .work-link::before {
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  background: #DDD;
  position: absolute;
  opacity: 0.0;
  transition: all 0.25s;
}
section.work .work-link:hover::before {
  opacity: 0.5;
}
/* workページ用ここまで */

/* work説明ページ用ここから */
section.work-desc {
  width: auto;
}
section.work-desc hr {
  border: 3px solid #000000;
  opacity: 1;
}
section.work-desc h2 {
  /* OUR works */
  font-family: 'Koulen';
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 181px;

  color: #000000;
}
section.work-desc h3 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  display: flex;
  align-items: center;

  color: #000000;
}

section.work-desc h4 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 54px;

  color: #F15A24;
}

section.work-desc p {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;

  color: #000000;
}

section.work-desc li {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;

  color: #000000;
}

section.work-desc .work-desc-paragraph {
  border-radius: 30px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  padding: 5rem;
  margin: 1rem 0;
}
section.work-desc .work-desc-paragraph-detail {
  margin: 0.4rem;
}

section.work-desc .work-desc-paragraph-detail a {
  color: #F15A24;
}

section.work-desc .work-desc-paragraph-detail a.nowrap {
  white-space: nowrap;
}

section.work-desc .work-desc-paragraph-detail a::after {
  display: inline-block;
  content: " ";
  background-image: url('../../image/link_icon.svg');  
  background-size: cover;
  margin: 0 6px 0px 12px;
  width: 22px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
}

section.work-desc .work-desc-paragraph-detail a:hover{
  opacity: 0.5;
}


section.work-desc .preview-section  {
  display: flex;
}

section.work-desc .preview  {
  margin-top : 2rem;
}

section.work-desc .preview-image  {
  width: 48%;
  margin : 1%;
  height: auto;
}
section.work-desc .preview-image::after  {
  display: none !important;
}
section.work-desc .preview-image img  {
  width: 100%;
  height: auto;
}
section.work-desc .preview-image p {
  font-size: 12.5px;
  line-height: 20px;
}

section.work-desc hr {
  margin: 1rem 0rem
}

section.work-desc li {
  list-style-type: disc;
  font-size: 20px;
  line-height: 30px;
  margin-left: 10px;
}
section.work-desc li li {
  list-style-type: circle;
  font-size: 20px;
  line-height: 30px;
  margin-left: 10px;
}
/* work説明ページ用ここまで */

/* lotuscafeページ用ここから */
section.lotuscafe {
  width: auto;
  padding: 5%;
}
section.lotuscafe hr {
  border: 3px solid #000000;
  opacity: 1;
}
section.lotuscafe h2 {
  /* OUR lotuscafe */
  font-family: 'Koulen';
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 181px;
  margin-bottom: 30px;

  color: #000000;
}
section.lotuscafe h3 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 54px;
  display: flex;
  align-items: center;

  color: #000000;
}

section.lotuscafe p {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;

  color: #000000;
}

section.lotuscafe .lotuscafe-type {
  margin: 0 0 1rem;
  font-size: 12px;
  width: 150px;
  height : 16px;
  text-align: center;
  background-color: #8C8C8C;
  color: white;
}

section.lotuscafe .lotuscafe-desc-section {
  margin-bottom: 2rem;
}

section.lotuscafe .lotuscafe-desc {
  margin: 1rem 0rem;
}

section.lotuscafe .lotuscafe-image-desc {
  font-size: 15px;
}

section.lotuscafe .lotuscafe-image {
  width: 100%;
  aspect-ratio: 920/486;
}
/* lotuscafeページ用ここまで */

/* works詳細ページ用ここから */
section.works-desc {
  width: auto;
  padding: 5%;
}
section.works-desc hr {
  border: 3px solid #000000;
  opacity: 1;
}

section.works-desc h2 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  display: flex;
  align-items: center;

  color: #000000;
}

section.works-desc .overview {
  margin-top: 3rem;
}

section.works-desc p {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;

  color: #000000;
}

section.works-desc .works-desc-table {
  background-color: #f3f3f3;
  margin: 2rem 0;
}
section.works-desc .works-desc-table-row {
  display: flex;
  align-items:center
}
section.works-desc .works-desc-table-head {
  background-color: white;
  width: 20%;
  min-width: 90px;
  text-align: center;
  margin: 1rem;
  padding: 1rem;
}
section.works-desc .works-desc-table-data {
  max-width: 65%;
}
section.works-desc a {
  color: #F15A24;
  text-decoration: underline 1px !important;
  text-decoration-color: #F15A24;
}
section.works-desc a::after {
  display: inline-block;
  content: " ";
  background-image: url(../../image/link_icon.svg);
  background-size: cover;
  margin: 0 6px 0px 12px;
  width: 22px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
}
section.works-desc a:hover {
  opacity: 0.5;
}
section.works-desc a.app-link::after {
  display: none !important;
}

section.works-desc .works-desc-preview {
  text-align: center;
  margin: 2rem 0;
  p {
    text-align: left;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .app-preview-single img {
    text-align: center;
    max-width: 45%;
  }
  .app-preview-wrapper {
    width: 100%;
    display: inline-block;
    margin: 1rem 0;    
    img {
      width: 100%;
      height: auto;
    }
    .app-preview {
      width: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;

      img {
        width: 45%;
        object-fit: cover;
        height: auto; 
      }
    }
  }
}
/* works詳細ページ用ここまで */


/* モーダル設定ここから */
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 10000;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1340px;
  width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  right: 10px;
  width: 2.2%;
  min-width: 20px;
  aspect-ratio: 1 / 1;
  color: #555;
  cursor: pointer;
  border: 1.5px solid #555; /* 枠の調整 */
  border-radius: 50%;  /* 丸みの度合い */
}
.modal-close::before, .modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5px; /* 棒の幅（太さ） */
  height: 80%; /* 棒の高さ */
  background: #333; /* バツ印の色 */
}
 
.modal-close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.modal-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  background: #fff;
  text-align: left;
  padding: 30px;
}
/* モーダル設定ここまで */

.top_text {
  font-family: 'Koulen', sans-serif;
  width: 100%;
  position: absolute;
  top: 15%;
  left: 3%;
}
.top_text img {
  width: 95%;
  max-width: 466px;
  left: 220px !important;
}
.top_box {
  display: flex;
  align-items: center;
  height: 100%;
  margin: auto 5%;
}
.top_box-title-container {
  position: relative;
  height: 243px;
  width: 45px;
  margin-left: 20px;
}
.top_box-title {
  position: absolute;
  transform: rotate(90deg);
  transform-origin: top left;
  transform-origin: center left;
  white-space: nowrap;

  font-family: 'Koulen';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 72px;
  color: #000000;
}
.top_section_header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 50px 0 70px;
  width: 400px;
  height: 243px;
  z-index: 4;
}
.top-section-bg-fx {
  position: absolute;
  left: 20%;
  z-index: 2;
  width: 100vw;
  height: 638px;
}
.top-section-bg {
  position: absolute;
  left: 35%;
  z-index: 1;
}
.top_section_text_container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top:100px
}
.top_section_text_box {
  display: flex;
  z-index: 3;
}
.top_text_frame_a {
  align-self: flex-start;
}
.top_section_text {
  position: relative;
  margin-top: 38px;
  max-width: 600px;
  font-size: 25px;
  font-weight: 700;
}
.top_text_frame_b {
  align-self: flex-end;
}
.read_more {
  position: relative;
  left: 67%;
  top: 22%;
  z-index: 5;
}
.top-box-container {
  width : 100%;
  height: 748px;
  background: #D9D9D999;
}
.top-box-container-service {
  background: #fff !important;
}
.contact {
  text-align: center;
  align-items: center;
  height: 500px;
  margin: auto 5%;
}
.contact_txt {
  margin: 1em auto;
  width: 600px;
  font-size: 26px;
}
.top_text_box {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.header-visual-text .top_text_box {
  width: 97%;
  position: absolute;
  top: 30%;
  left: 3%;
}
.header-visual-text .top_text_box_product {
  width: 100%;
  position: relative;
  height: 100%;
}

.main-header-visual-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header-visual-text .top_text_box {
  width: auto;
  position: static;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header-visual-text .top_text_contents {
  color: #FFF;
  text-align: center;
  font-family: Koulen;
  font-size: 140px;
  font-style: normal;
  font-weight: 400;
  line-height: 140px; /* 77.778% */
}
.header-visual-text .top_text_contents_jp {
  color: #FFF;
  text-align: center;
  font-family: Noto Sans JP;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: 140px; /* 280% */
}

.header-visual-text .top_text_contents img {
  width: 95%;
  max-width: 822px;
}
.container_all {
  width : 100vw;
  overflow: hidden;
}
nav {
  width: 1000px;
  margin: 0 auto;
}
.main_header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#363636+18,000000+100 */
  background: #363636; /* Old browsers */
  background: -moz-linear-gradient(left, #363636 18%, #000000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #363636 18%, #000000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #363636 18%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#000000', GradientType=1 ); /* IE6-9 */
}
.main_header li.logo_a {
  background: #fff;
  width: 16%;
  vertical-align: middle;
}
.logo_a img {
  width: 50%;
  text-align: center;
  vertical-align: middle;
}
.main_header li {
  float: left;
  color: #fff;
  display: table;
  width: 10.5%;;
  font-size: 80%;
  height: 100px;
  list-style-type: none;
  text-align: center;
}
.main_header li a {
  display: table-cell;
  vertical-align: middle;
}
.main_header li.sns img {
  vertical-align: middle;
  width: 20%;
}
.main_header li.sns img:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.main_header {
  display: inline-block;
  width: 1000px;
}
.main_header li:last-child {
/*content: "."; 
display: block; 
height: 0; 
font-size:0;  
clear: both; 
visibility:hidden;*/
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f15a24+18,ff0000+100 */
background: #f15a24; /* Old browsers */
background: -moz-linear-gradient(45deg, #f15a24 18%, #ff0000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #f15a24 18%, #ff0000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #f15a24 18%, #ff0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f15a24', endColorstr='#ff0000', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/***mainvisual***/
.main_visual {
  background-image: url("../../image/top_main.png");
  background-size: cover; 
  width: 100%;
  aspect-ratio: 1430/748;
  max-height: 748px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.main_visual_privacy_policy {
  background-image: url("../../image/privacy_policy_header.png");
  background-size: cover; 
  width: 100%;
  aspect-ratio: 1430/748;
  max-height: 748px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.main_visual_efforts {
  background-image: url("../../image/our_efforts_header.png");
  background-size: cover; 
  width: 100%;
  aspect-ratio: 1430/748;
  max-height: 748px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.main_visual_other {
  background-image: url("../../image/other_k.jpg");
  width: 100%;
  aspect-ratio: 1430/748;
  max-height: 748px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.main_visual_recruit {
  background-image: url("../../image/recruit_cover.jpg");
  background-size: cover; 
  width: 100%;
  aspect-ratio: 1430/748;
  max-height: 748px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.main_visual_interview_hukui {
  background-image: url("../../image/interview_hukui.png");
  background-size: cover; 
  width: 100%;
  aspect-ratio: 1430/748;
  max-height: 748px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.main_visual_work {
  background-image: url("../../image/work_header.jpg");
  background-size: cover; 
  width: 100%;
  aspect-ratio: 1430/748;
  max-height: 748px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.main_visual_service {
  background-image: url("../../image/service_header.png");
  background-size: cover; 
  width: 100%;
  aspect-ratio: 1430/748;
  max-height: 748px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.main_visual_company {
  background-image: url("../../image/company_header.png");
  background-size: cover;
  width: 100%;
  aspect-ratio: 1430/748;
  max-height: 748px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.main_visual_access {
  background-image: url("../../image/access_k.jpg");
  width: 100%;
  aspect-ratio: 1430/748;
  max-height: 748px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.main_visual_contact {
  background-image: url("../../image/contact.svg");
  background-size: cover;
  width: 100%;
  aspect-ratio: 1430/748;
  max-height: 748px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.main_visual_products {
  background-image: url("../../image/product_header.png");
  background-size: cover; 
  width: 100%;
  aspect-ratio: 1430/748;
  max-height: 748px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.main_visual_product_devtools {
  background-image: url("../../image/devtools_header.png");
  background-size: cover; 
  width: 100%;
  aspect-ratio: 1430/748;
  max-height: 748px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.main_visual_lotuscafe {
  background-image: url("../../image/lotus_cafe_header.png");
  background-size: cover; 
  width: 100%;
  aspect-ratio: 1430/748;
  max-height: 748px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.main_visual_product_virtualoffice {
  background-image: url("../../image/virtualoffice_header.png");
  background-size: cover; 
  width: 100%;
  aspect-ratio: 1430/748;
  max-height: 748px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.main_visual_works_mimori {
  background-image: url("../../image/works_mimori_header.png");
  background-size: cover; 
  width: 100%;
  aspect-ratio: 1430/748;
  max-height: 748px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.main_visual_works_machikomi {
  background-image: url("../../image/works_machikomi_header.png");
  background-size: cover; 
  width: 100%;
  aspect-ratio: 1430/748;
  max-height: 748px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.main_visual_works_rakucommu {
  background-image: url("../../image/works_rakucommu_header.png");
  background-size: cover; 
  width: 100%;
  aspect-ratio: 1430/748;
  max-height: 748px;
  position: absolute;
  top: 0;
  z-index: 1;
}
/**navi-middle**/

.navi_middle h2 {
  text-align: center;
  font-size: 2.2rem;
  margin-top: 2%;
  color: #fff;
}
.navi_middle a:hover {
  color: #fff;
}
.navi_middle ul {
  width: 80%;
  margin: 0 auto;
  margin-top: 2%;
  margin-bottom: 3%;
}
.navi_middle li {
  width: 16%;
  display: table-cell;
  font-size: 0.9rem;
  font-weight: bold;
}
.navi_middle li img {
  width: 5%;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 3px;
  display: block;
  float: left;
}
/****section_menu****/
section a {
  color: #000;
}
/**/
footer {
  color: #fff;
  background: #000;
  display: inline-block;
  width: 100%;
}
footer a {
  color: #fff;
}
footer h4 {
  color: #fff;
}
footer a:hover {
  color: #ccc;
}
div.footer_01 {
  width: 24%;
  float: left;
  margin: 2%;
  padding: 2%;
}
div.footer_02 {
  width: 24%;
  float: left;
  margin: 2%;
  padding: 2%;
  padding-right: 4%;
  margin-right: 0%;
}
div.footer_03 {
  width: 26%;
  float: left;
  margin: 2%;
  padding: 2%;
}
div.footer_01 ul {
  margin-top: 2%;
}
div.footer_02 ul {
  margin-top: 2%;
}
div.footer_03 ul {
  margin-top: 2%;
}
div.footer_01 h4 {
  font-size: 20px;
}
div.footer_02 h4 {
  font-size: 20px;
}
div.footer_03 h4 {
  font-size: 1.4rem;
}
div.footer_01 li {
  line-height: 2em;
  font-size: 10px;
}
div.footer_02 li {
  line-height: 2em;
}
div.footer_03 li {
  line-height: 2em;
}
div.footer_01 li a {
  line-height: 2.5em;
  font-size: 15px;
  display: inline-block;
}
div.footer_02 li a {
  line-height: 2.5em;
  font-size: 15px;
  display: inline-block;
}
div.footer_03 li a {
}
.footer_bottom {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  background: #ff7400;
}
.footer_bottom p {
  padding: 1% 1% 1% 4%;
  color: #fff;
}
.heading02 {
  margin-bottom: 27px;
  font-size: 100px;
}

/*******hover********/
.hover5 {
  background: #F15A24;
  color: #fff;
  border: none;
  border-color: #F15A24;
  border-style: solid;
  border-width: 2px;
}
.hover5:hover {
  background: #fff;
  color: #F15A24;
  border: none;
  border-color: #F15A24;
  border-style: solid;
  border-width: 2px;
}

/*******margin********/
.mtb_10 {
  margin-bottom: 1%;
}
.mtb_20 {
  margin-bottom: 2%;
}
.mtb_30 {
  margin-bottom: 3%;
}
.mtb_40 {
  margin-bottom: 4%;
}
.mtb_50 {
  margin-bottom: 5%;
}

/*****responsive*******/

.efforts-check-sheet-modal img {
  width: 100%;
  height: auto;
  display: block;
}
.efforts-check-sheet-modal-button {
  border: none;
  width: 100%;
  height: auto;
  display: block;
}
.efforts-check-sheet-modal-button img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}

/********scroll_back*********/
.pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
.pagetop a {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 20px 16px;
}
.pagetop a:hover {
  display: block;
  background-color: #222;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 20px 16px;
}
/*************company*************/
.companyCol02 div.colLeft {
  float: left;
  margin-right: 2%;
}
.companyCol02 p.name {
  font-size: 0.9rem;
  font-weight: bold;
}
.companyCol02 p.position {
  font-size: 0.9rem;
}
.button01 {
  text-align: center;
  margin: 0 auto;
  font-size: 1.3rem;
}
.button01 a {
  width: 50%;
  color: #fff;
  padding: 2% 5%;
  margin-bottom: 8%;
  display: inline-block;
}
.button01 a {
  background: #424242;
}
.button01 a:hover {
  background: #f15a24;
}

.accordion-content {
  display: none;
}
.accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  color: #444;
  cursor: pointer;
  padding: 17px;
  border: 1px solid #000000;
  text-align: left;
}
.accordion-title:hover {
  background-color: #ddd;
}
.arrow-icon {
  display: block; 
  float: right; 
  width: 24px; 
  height: 24px; 
  background-image: url('../../image/arrow_up.svg'); 
  background-size: cover; 
  flex-shrink: 0;
}

.accordion-content table {
  width:100%;
  border-collapse: collapse;
}
.table-row-title {
  width: 160px; 
  border: 1px solid black; 
  padding: 8px; 
  text-align: center; 
  background-color: #D9D9D9CC;
}
.table-row-body {
  border: 1px solid black; 
  padding: 8px; 
  text-align: left;
}

.default_button01 {
  text-align: center;
  margin: 0 auto;
}
.default_button01 a {
  width: 80%;
  color: #fff;
  margin-bottom: 8%;
  display: inline-flex;
  justify-content: center;
}
.default_button01 a {
  background: #f15a24;
  border-style: solid;
  border-color: #f15a24;
  border-width: 2px;
}
.default_button01 a span {
  font-size: 60px;
  font-family: Koulen;
  font-weight: 400;
  letter-spacing: 0em;
  color: white;
}
.default_button01 a:hover {
  background: #FFFFFF;
  color: #f15a24;
  border-style: solid;
  border-color: #f15a24;
  border-width: 2px;
}
.default_button01 a:hover span{
  color: #f15a24;
}

.button-read-more {
  position: relative;
  z-index: 5;
  margin-top: 50px
}
.button-read-more a {
  width: 220px;
  padding: 10px 0;
  color: #fff;
  margin-bottom: 8%;
  display: inline-flex;
  justify-content: center;
}
.button-read-more a {
  background: #f15a24;
  border-style: solid;
  border-color: #f15a24;
  border-width: 2px;
}
.button-read-more a span {
  font-size: 20px;
  font-family: Koulen;
  font-weight: 400;
  letter-spacing: 0em;
  color: white;
}
.button-read-more a:hover {
  background: #FFFFFF;
  color: #f15a24;
  border-style: solid;
  border-color: #f15a24;
  border-width: 2px;
}
.button-read-more a:hover span{
  color: #f15a24;
}
.button-read-more a span {
  border-bottom: 1px solid white;
}
.button-read-more a:hover span {
  border-bottom: 1px solid #f15a24;
}
.recruit-contact-info {
  width: 80%; 
  margin: 0 auto; 
  margin-bottom: 50px; 
  font-family: Noto Sans JP; 
  font-size: 26px; 
  font-weight: 700; 
  line-height: 38px; 
  letter-spacing: 0em;
}
.contact-icon {
  width: 50px;
  height: 50px;
  background-image: url('../../image/contact_icon_white.svg');
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease;
}
.default_button01 a:hover .contact-icon {
  background-image: url('../../image/contact_icon_filled.svg');
  /* background-color: #f15a24; */
  /* fill: #f15a24; */
}
.button-contact-text {
  margin-right: 20px;
}

.contact-button {
  align-items: center;
}
/***********contact***************/
.contactInfo {
  font-size: 25px;
}
.contactForm {
  padding: 40px 30px;
  background-color: #D9D9D9;
}
.formArea dl {
  margin-bottom: 30px;
  font-weight: 700;
}
.formArea dl dd textarea, .formArea dl dd input[type="text"],input[type="email"] {
  font-size: 100%;
  background: #fff;
  padding: 15px 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  webkit-border-radius: 0;
  -webkit-appearance: none;
}
.formArea dl dd textarea {
  resize: none;
}
.button01 input[type="submit"] {
  margin: auto;
  font-size: 1.3rem;
  display: block;
  padding: 11px 0 18px;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  webkit-border-radius: 0;
  -webkit-appearance: none;
}
.thanks {
  margin-bottom: 50px;
  font-size: 25px;
}
/************sns**************/
ul.sns_button {
  margin: 0 auto;
  width: 100%;
  display: inline-block;
}
li.facebook {
  background: #3b5998;
  height: 40px;
  text-align: center;
  line-height: 2.5rem;
  margin: 5% auto;
  width: 40%;
}
li.twitter {
  background: #1dcaff;
  height: 40px;
  text-align: center;
  line-height: 2.5rem;
  margin: 5% auto;
  width: 40%;
}
li.google_plus {
  background: #d34836;
  height: 40px;
  text-align: center;
  line-height: 2.5rem;
  margin: 5% auto;
  width: 40%;
}
li.facebook a {
  color: #fff;
  display: block;
}
li.twitter a {
  color: #fff;
  display: block;
}
li.google_plus a {
  color: #fff;
  display: block;
}
ul.privacy_button {
  margin: 0 auto;
  width: 100%;
  display: inline-block;
}
li.privacy {
  background: #3b5998;
  height: 40px;
  text-align: center;
  line-height: 2.5rem;
  margin: 5% auto;
  width: 40%;
}
li.privacy a {
  color: #fff;
  display: block;
}
li.facebook:hover {
  color: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  opacity: 0.8;
}
li.twitter:hover {
  color: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  opacity: 0.8;
}
li.google_plus:hover {
  color: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  opacity: 0.8;
}
li.privacy:hover {
  color: #fff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  opacity: 0.8;
}
/********************************/
#web_application, #social_media, #taiwan_labo, #ses {
  margin-top: -120px;
  padding-top: 120px;
}
/********/
#socialList:after, .companyProfileList dl:after, #corporateInformationArea:after, .formArea dl:after, .formArea2 dl:after, .columnLayout:after, #globalNav:after, #headerWrap:after, #footer:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.companyProfileList li {
  list-style-type: disc;
  list-style-position: inside;
}
.companyProfileList li:last-child {
  list-style-type: none;
  line-height: 2;
}
/**tab**/
ul.tabs {
  display: inline-block;
  width: 100%;
}
ul.tabs li {
  float: left;
  width: 29.333%;
  text-align: center;
  padding: 1%;
  margin: 1%;
  display: inline-block;
  background: #6cbfee;
  cursor: pointer;
}
ul.tabs li.active a {
  color: #fff;
}
#animation_01 {
  position: absolute;
  top: 10%;
  left: 25%;
}
/** work product **/

.product_images{
  position: relative;
  overflow: hidden;
  /*width: 22%;*/
  width: 19%;
}
.new_product:before {
    content: "";
    top: 0;
    right: 0;
    border-bottom: 4em solid transparent;
    border-right: 4em solid #f12454;
    position: absolute;
    z-index: 3;
}
.new_product:after {
    content: "New!";
    display: block;
    top: 10px;
    transform: rotate(45deg);
    color: #fff;
    right: 5px;
    position: absolute;
    z-index: 4;
}
.product_images .button-link {
  text-align: center;
}
.product_images h3{
  padding: 3% 0 0;
  margin: 2%;
  color: #fff;
  font-size: 14px !important;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.product_images p{
  color: #fff;
  margin: 2%;
  font-size: 12px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.product_images:hover figcaption {
  top: 0;
  left: 0;
  opacity: 1;
}
.title_container{
  position: relative;
  top: 25%;
  font-size: 10px;
}
.title_container h3{
  font-size: 12px;
}
.product_images {
  border-radius: 0;
}
.work_contents-list li{
  width: 33.3%;
  box-sizing: border-box;
  display: table-cell;
  margin: 0 auto;
  vertical-align: middle;
}
.work_contents-list li:first-child{
  border-left: 1px solid #dcdcdc;
}
.work_contents-list li:nth-child(2n){
  border-left: 1px solid #dcdcdc;
}
.work_contents-list li:last-child{
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.work_contents-list li a{
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  padding: 4% 2%;
}
.product_images img{
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  max-width: 100%;
}

.companyArea h2 {
  clear: both;
  font-family: Koulen;
  font-size: 100px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: left;
}

.companyArea p {
  font-family: Noto Sans JP;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: left;
}

.companyArea h3 {
  font-family: 'Noto Sans';
  font-size: 50px;
  font-weight: 700;
  line-height: 82px;
  letter-spacing: 0em;
  text-align: left;
}
.top_section_header h2 {
  font-family: Koulen;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
}
.top_section_header h3 {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
}

.companyArea .contact-header h2 {
  font-family: Koulen;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
}
.companyArea .contact-header p {
  font-family: Noto Sans JP;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0em;
  text-align: center;
}
.companyArea .contact-body p {
  font-family: Noto Sans JP;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0em;
  text-align: center;
}
.work_link_sections {
  background: #ccc;
}
/**/
/* ここまでデモページ用のコード */

.button-link {
  color: #666 ;
  text-decoration: none ;
}
a.button-link{
  display: block;
}
.button-link:hover {
  cursor: pointer ;
  color: #f00 ;
}
section.companyArea .image_wrapper.mtb_50 {
  margin-bottom: 5%;
  display: inline-block;
}
section.companyArea .image_wrapper.mtb_50 .work_images {
  margin-bottom: 0!important;
}
section.companyArea .promotion-text {
  margin-bottom: 30px!important;
}

section.companyArea a.work-link {
  color: #F15A24;
  text-decoration: underline 1px !important;
  text-decoration-color: #F15A24 !important;
}

section.companyArea a.work-link:hover {
  opacity: 0.5;
}

.product-container {
  padding: 2%;
  background: #f4f4f4;
}
/*save_environment*/
div.footer_03 img.save_environment {
  width: 100%;
  margin: 2% 0;
  display: block!important;
  max-width: 406px;
}
a .title_border {
  padding: 20px;
  border: 5px solid;
}
a .title_border:hover {
  transition: all 0.4s ease;
  border: 5px solid #f15a24;
  color: #f15a24;
}

/* lp */
.lotus-lp {
  width: 100%;
  text-align: center;
  padding: 0;
}
.lotus-mapArea {
  max-height: 300px;
}
.header-lp {
  margin-top: 0px!important;
  background: #fff;
}
.header-lp h1 {
  margin-top: 10px;
}
.lotus-main-visual video {
  width: 100%;
  opacity: 0.6;
  display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    background: url(polina.jpg) no-repeat;
    background-size: cover;
}
.lotus-wrapper p.button01 {
  text-align: center;
  margin: 0 auto;
  max-width: 100%;
}
.lotus-wrapper p:after {
  border: 2px solid #000 !important;
}
.lotus-wrapper .about-lotus h2 {
  margin: 50px auto;
  font-size: 2em;
}
.lotus-wrapper h2 {
  margin: 50px auto;
}
.lotus-wrapper .about-lotus-bottom p {
  max-width: 80%;
}
.lotus-sub-contents {
  display: inline-block;
  width: 100%;
  background: #f3f3f3;
}
.lotus-wrapper h2.other-title {
  margin-bottom: 0;
}
.lotus-main-visual {
  position: relative;
  height: 450px;
}
.lotus-main-visual-text {
  position: absolute;
  top: 50%;
  width: 100%;
}
.container {
  margin: 30px auto;
  display: inline-block;
  width: 100%;
}
.container div {
  width: 30%;
  text-align: center;
}
.container div.item  {
  width: 100%;
  padding: 2%;
  box-sizing: border-box;
}
.container div.item a {
  display: -webkit-box;
  width: 100%;
  min-height: 60px;
  line-height: 3em;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  border: 5px solid #000;
  background: #fff;
  color: #000;
}
.container div.item a:hover {
  transition: all 0.4s ease;
  border: 5px solid #f15a24;
  color: #f15a24;
}
.container div.item h3 {
  width: 100%;
}

.lotus-wrapper h2 {
  text-align: center;
  color: #666;
}
.lotus-wrapper p {
  color: #666;
  max-width: 600px;
  margin:30px auto;
  text-align: center;
}
.about-lotus {
width: 70%;
margin:30px auto;
}

/*menu*/
.m-open {
  position: fixed;
  top: 20px;
  right: 2%;
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.2s linear;
}
.m-open:hover {
  opacity: 0.8;
}
.m-open span {
  display: block;
  float: left;
  clear: both;
  height: 4px;
  width: 40px;
  border-radius: 40px;
  background-color: #000;
  position: absolute;
  right: 5px;
  /*top: 5px;*/
  overflow: hidden;
  z-index: 11;
  transition: all 0.4s ease;
}
.m-open span:nth-child(1) {
  margin-top: 10px;
  z-index: 9;
}
.m-open span:nth-child(2) {
  margin-top: 25px;
}
.m-open span:nth-child(3) {
  margin-top: 40px;
 
}

.sub-menu {
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  height: 0;
  width: 0;
  right: 0;
  top: 0;
  position: absolute;
  background-color: rgba(255, 165, 0, 0.54);
  border-radius: 50%;
  z-index: 18;
  overflow: hidden;
}
.sub-menu li {
  display: block;
  float: right;
  clear: both;
  height: auto;
  margin-right: -160px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.sub-menu li:first-child {
  margin-top: 180px;
}
.sub-menu li:nth-child(1) {
  -webkit-transition-delay: 0.05s;
}
.sub-menu li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
}
.sub-menu li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
}
.sub-menu li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
}
.sub-menu li:nth-child(5) {
  -webkit-transition-delay: 0.25s;
}
.sub-menu li:nth-child(6) {
  -webkit-transition-delay: 0.3s;
}
.sub-menu li:nth-child(7) {
  -webkit-transition-delay: 0.35s;
}
.sub-menu li:nth-child(8) {
  -webkit-transition-delay: 0.4s;
}
.sub-menu li a {
  color: #fff;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 16px;
  width: 100%;
  display: block;
  float: left;
  line-height: 40px;
}

.oppenned .sub-menu {
  opacity: 1;
  height: 530px;
  width: 530px;
}
.oppenned span:nth-child(2) {
  overflow: visible;
}
.oppenned span:nth-child(1),
.oppenned span:nth-child(3) {
  z-index: 100;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.oppenned span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(12px) translateX(12px);
          transform: rotate(45deg) translateY(12px) translateX(12px);
}
.oppenned span:nth-child(2) {
  height: 500px;
  width: 500px;
  right: -160px;
  top: -160px;
  border-radius: 50%;
  background-color: rgba(255, 165, 0, 0.54);
}
.oppenned span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-10px) translateX(10px);
          transform: rotate(-45deg) translateY(-10px) translateX(10px);
}
.oppenned li {
  margin-right: 168px;
}
/* timeline */
.timeline {
    position: relative;
    margin: 30px auto;
    max-width: 960px;
    background: #f3f3f3;
}
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}
.container_timeline {
    padding: 20px;
    position: relative;
    background-color: inherit;
    width: 50%;
    box-sizing: border-box;
}
.container_timeline h2 {
  margin: 10px !important;
}
.container_timeline p {
  text-align: left;
  margin-top: 10px;
}
.container_timeline p:first-letter {
  font-size: 1.6em;
  font-weight: bold;
}
.container_timeline::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -16px;
    background-color: white;
    border: 4px solid #FF9F55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}
.left_timeline {
    left: 0;
}
.right_timeline {
    left: 50%;
}
.right_timeline::after {
    left: -16px;
}

.content_timeline {
    padding: 10px 30px;
    background-color: white;
    position: relative;
    border-radius: 6px;
}

.lotus-interview-image {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.lotus-interview-image img {
  width: 30%;
}
/**/
.content_timeline img {
  width: 20%;
}
.embed .sphericalvideo .ricoh-theta {
  display: none!important;
}
/*fede in*/
.list .content_timeline {
  transition: .5s;
}
.list .content_timeline::before {
  transition: .5s;
}
.list-mv{
  opacity: 0;
  transform: translate(0,60px); 
  -webkit-transform: translate(0,60px); 
}
.mv{
  opacity: 1.0;
  transform: translate(0,0); 
  -webkit-transform: translate(0,0);
}
/* lp */
#lotus-lp {
  background: #fff;
  width: 100%;
  height: 100%;
  color: #fff;
  padding-top: 0;
  margin: 0;
}
.fade_off {
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
.fade_on {
    opacity: 1;
}
.lotus-wrapper h2.lp span {
  text-align: center;
  color: #666;
  display: block;
  font-size: 0.6em;
  font-weight: normal;
}
.lp_btn {
  display:inline-block;
  width:40%;
  color: #000;
}
div.formArea th {
  padding-right: 20;
}
.body-container {
  position: relative;
  margin: 0 220px 760px;
  top: 660px;
  height: calc(100% + 660px);
  background: #FFFCFC;
  z-index: 999;
  box-sizing: border-box;
}
.body-container::before, .body-container-top::before  {
  content: '';
  display: block;
  background: #FFFCFC;
  top: 100%;
  height: 100px;
  width: 100%;
  position: absolute;
}
.body-container-top {
  position: relative;
  margin: 0 220px 845px;
  top: 745px;
  height: calc(100% + 845px);
  background: #FFFCFC;
  z-index: 999;
  box-sizing: border-box;
}
/* product説明ページ用ここから */

/* RECRUITページのインタービューセクションスタイル ここから*/
.cards-container {
  display:flex;
  justify-content: space-between;
  margin-top: 50px;
}

.card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.card {
  background-color: white;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  padding: 20px;
  max-width: 300px;
  margin: 0 auto;
  width: 280px;
  height: 400px;
  position: relative;
}
.profile-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}
.card .profile-img {
  margin: 0 auto 30px;
}
.card h2, .card h3, .card h4 {
  margin: 0;
  text-align: left;
  line-height: normal !important;
  font-family: 'Noto Sans JP';
  font-weight: 700;
  width: fit-content;
}
.years {
  width: fit-content;
}
.card h2 {
  font-size: 16px !important;
  margin-bottom: 5px;
}
.card h4 {
  font-size: 11px !important;
  margin-bottom: 5px;
}
.card h3 {
  font-size: 14px !important;
  color: #333;
  margin-top: 10px;
  margin-bottom: 5px;
}
.yellow-line {
  height: 3px;
  background-color: #FFD700;
  margin-bottom: 15px !important;
}
.card p {
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #555;
  margin: 20px auto;
}
.read-more {
  position: absolute;
  right: 20px;
  bottom: 20px;
  
  display: block;
  text-align: right;
  color: #ff6600;
  text-decoration: none;
  font-size: 14px;
  
}

.pagination {
  display: none;
}

#streaming-img{
  width: 100vw;
  height: 460px;
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-image: url("../../image/recruit_recreation_image.png");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 0 0;
  -webkit-animation: recruit-bgroop 100s linear infinite;
  animation: recruit-bgroop 100s linear infinite;
}
@-webkit-keyframes recruit-bgroop {
  from {
      background-position: 0  0;
  }
  to {
      background-position: -3500px 0;
  }
}
@keyframes recruit-bgroop {
  from {
      background-position: 0 0;
  }
  to {
      background-position: -3500px 0;
  }
}
/* RECRUITページのインタービューセクションスタイル ここまで*/


/* インタービュー詳細ページスタイル ここから*/

.interview-no {
  font-style: normal;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 35px;
}

.interview-info-container{
  width: 460px;
  height: 142px;
  background: #EDF124;
  display: flex;
  align-items: center;
}

.interview-info-text-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
.interviewer-position {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.interviewer-name-jp {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
}
.interviewer-name-en {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 16px;
}
.interviewer-years {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}
.interview-info-container .profile-img {
  margin: auto 20px auto 10px;
}

.interview {
  margin-top: 20px;
  margin-bottom: 120px !important;
  position: relative;
}
.line-start-circle{
  position: absolute;
  left: calc(50% - 20px);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 5px solid #000000;

  z-index: 999;

}
.line {
  position: absolute;
  right: 50%;
  width: 10px;
  height: 100%;
  background-color: #000;
  margin-top: 12px;
}

.chat {
  display: flex;
  flex-direction: column;
}

.question, .answer {
  display: flex;
  align-items: flex-start;
  margin: 10px 0;
}

.question {
  justify-content: flex-start;
  margin-right: 50%;
  width: 50%;
}

.answer {
  justify-content: flex-end;
  margin-left: 50%;
  width: 50%;
}

.question .profile-img {
  margin-right: 10px;
}

.answer .profile-img {
  margin-left: 10px;
}

.interview-text-container {
  display: flex;
  align-items: flex-start;
  margin-top: 15px;
  width: calc(100% - 110px);
}
.text {
  padding: 10px;
  border-radius: 10px;
  max-width: 75%; 

  background: #D9D9D9;
}
.question .interview-text-container{
  justify-content: flex-start;
}
.question .interview-text-container img {
  position: relative;
  left: 8px;
} 
.answer .interview-text-container{
  justify-content: flex-end;
}
.answer .interview-text-container img {
  position: relative;
  right: 8px;
} 
/* インタービュー詳細ページスタイル ここまで*/

/* 画面サイズによるスタイルの変化 ここから */
@media screen and (max-width: 1500px) {
  .main_visual, .main_visual_other, .main_visual_recruit, .main_visual_work, .main_visual_service, .main_visual_company, .main_visual_access, .main_visual_contact{
    width: 100%;
  }
  .Area_a {
    height: 100%;
  }
  .Area_b {
    height: 100%;
  }
  .mobile_sections {
    display: block;
    text-align: center;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .mobile_sections:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .mobile_sections img {
    margin: 2%;
    width: 96%;
  }
  .mobile_sections span {
    width: 100%;
  }
  .mobile_sections span img {
    width: 5%;
    text-align: center;
    margin-bottom: 0;
  }
  .mobile_sections h3 {
    text-align: center;
    padding-bottom: 3%;
    font-size: 1.4rem;
  }
  .section_right_a {
    display: none;
  }
  .section_left_a {
    display: none;
  }
  .section_right_b {
    display: none;
  }
  .section_left_b {
    display: none;
  }
  .mobile-display-none {
    display: none;
  }
  .top-box-container {
    background: white;
  }
  .top_box {
    flex-direction: column;
    justify-content: center;
  }
  .top_section_header {
    position:relative;
    left: auto;
    align-items:center;
    margin: 50px 0 0 0;
  }
  .top_section_text_container {
    margin: 50px !important;
    align-items: center;
  }
  .top_section_text_box {
    position: relative;
    left: auto;
  }
  .top_section_text {
    top: auto;
    margin: auto !important;
  }
  .top-section-bg, .top-section-bg-fx {
    left: auto;
  }
  .top-section-bg-image {
    width: 500px;
    max-width: 100vw;
  }
  .top-section-bg-fx {
    width: 100vw;
    height: 100%;
  }
  .button-read-more {
    left: auto !important;
    top: auto !important;
  }
  .top_text_contents {
    font-size: 100px !important;
  }
  .privacy-policy-top .top_text_contents {
    font-family: 'Koulen';
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    line-height: 80%;
    text-align: center;
  
    color: #FFFFFF;
  }
  .privacy-policy-top .top_text_contents_jp {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 180%;
  
    color: #FFFFFF;
  }

  .product_images figcaption{
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 1;
  }
  section .image_wrapper{
    display: inline-block;
  }

  .product_images:hover img{
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .work_images{
    width: 16.666%;
    float: left;
    margin-bottom: 0 !important;
  }
  .work_images img{
    width:100%;
    display: -webkit-box;
  }
  .product_images{
    box-sizing:border-box;
    margin-right: 1%;
    padding: 2%;
    border: 1px solid #ccc;
    background: #ffffff;

  }
  .product_wrapper{
    display: flex;
    flex-wrap: wrap;
  }
  .product_wrapper.product_images:first-child{
    margin-right: 2%;
  }
  .product_wrapper.product_images:last-child{
    margin-right: 2%;
  }
  .product_images:last-child{
    margin-right: 0;
  }

  .cards-container {
    justify-content: center;
  }
}

@media screen and (min-width: 1500px) {
  div.Area_a:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  div.Area_a {
    filter: none;
    -webkit-filter: grayscale(0%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  div.Area_b:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  div.Area_b {
    filter: none;
    -webkit-filter: grayscale(0%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
  }
  .mobile_sections {
    display: none;
  }
  .section_right_a {
    display: block;
  }
  .section_left_a {
    display: block;
  }
  .section_right_b {
    display: block;
  }
  .section_left_b {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .body-container {
    position: relative;
    margin: 0 220px 640px;
    top: 460px;
    height: calc(100% + 640px);
    background: #FFFCFC;
    z-index: 999;
    box-sizing: border-box;
  }
  .body-container::before, .body-container-top::before {
    height: 200px;
  }
  .body-container-top {
    position: relative;
    margin: 0 220px 780px;
    top: 580px;
    height: calc(100% + 780px);
    background: #FFFCFC;
    z-index: 999;
    box-sizing: border-box;
  }
  section.services h2, section.contactArea h2, .companyArea h2 {
    font-size: 30px !important;
    line-height: 35px !important;
  }

  section.services h3, .companyArea h3 {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  section.services h4, .companyArea h4 {
    font-size: 11px !important;
    line-height: 25px !important;
  }
  
  section.services dt, section.contactArea dt, section.companyArea dt, section.companyArea div, section.companyArea span, .table-row-title, input.hover5 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .contact-header p {
    font-size: 15px !important;
  }
  section p, section b, section.companyArea dd, .companyProfileList li, .recruit-contact-info, .recruit-contact-info span, td.table-row-body, .formArea dl dt, .formArea dl dd, section.services ul li{
    font-size: 11px !important;
    line-height: 22px !important;
  }

  section.companyArea a.work-link {
    font-size: 11px;
  }

  section.services ul {
    padding-inline-start: 20px;
  }

  /* privacy-policyここから */
  section.privacy-policy hr {
    border: 2px solid #000000;
  }

  section.privacy-policy dl {
    margin: 30px auto;
  }

  section.privacy-policy .privacy-policy-date {
    margin: 10px auto 30px auto;
    font-size: 11px;
    line-height: 16px;
  }

  section.privacy-policy h2 {
    font-size: 30px;
    line-height: 54px;
  }

  section.privacy-policy h3 {
    /* 個人情報保護方針 */
    font-size: 20px;
    line-height: 27px;
  }

  section.privacy-policy dt {
    margin: 30px auto 10px auto;

    font-size: 16px;
    line-height: 23px;
  }

  section.privacy-policy dd {
    font-size: 11px;
    line-height: 16px;
  }

  section.privacy-policy .privacy-policy-contact-info {
    margin-top: 50px;
  }

  section.privacy-policy .privacy-policy-contact-info dt {
    /* お問い合わせ窓口 */
    margin-bottom: 15px;

    font-size: 11px;
    line-height: 16px;
  }

  section.privacy-policy .privacy-policy-contact-info dd, section.privacy-policy .privacy-policy-contact-info dd p a {
    font-size: 11px;
    line-height: 16px;
  }
  /* privacy-policyここまで */
  
  /* effortsページ用ここから */
  section.efforts h2 {
    font-size: 30px;
    line-height: 54px;
  }

  section.efforts h3 {
    /* 社内取り組みの主な目的 */
    /* スキル向上による期待する効果 */
    /* チェックシートについて */
    font-size: 20px;
    line-height: 27px;
  }
  section.efforts .efforts-table li {
    list-style-type: disc;
    font-size: 11px;
    line-height: 16px;
  }  
  section.efforts .efforts-paragraph {
    margin: 0 0 1.5rem 0;
  }
  section.efforts .efforts-paragraph-detail {
    margin: 0.8rem 0;
  }
  section.efforts .efforts-table-data ul {
    width: fit-content;
    padding: 0.25rem 1.5rem;
  }
  section.efforts .efforts-modal-button-section {
    margin: 2rem 0 1.5rem 0;
    font-size: 11px;
  }
  /* effortsページ用ここまで */

  /* productページ用ここから */
  section.products h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  section.products h3 {
    font-size: 20px;
    line-height: 27px;
  }

  section.products .product-overview-header {
    margin-bottom: 0.4rem;
  }
  
  section.products .product-overview {
    margin: 0.4rem 0rem;
  }
  
  section.products .products-paragraph {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 0.75rem 0;
  }
  section.products .products-paragraph-detail {
    width: 60%;
    margin: 0.4rem;
  }

  section.products .product-image  {
    width: 40%;
    height: auto;
  }
  /* productページ用ここまで */

  /* product説明ページ用ここから */
  .body-container-product {
    position: relative;
    padding: 0 80px;
    z-index: 999;
    box-sizing: border-box;
  }
  section.product-desc {
    width: auto;
  }
  section.product-desc hr {
    border: 3px solid #000000;
    opacity: 1;
  }
  section.product-desc h2 {
    font-family: 'Koulen';
    font-style: normal;
    font-weight: 400;
    font-size: 100px;
    line-height: 181px;

    color: #000000;
  }

  section.product-desc h3 {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    display: flex;
    align-items: center;

    color: #000000;
  }

  section.product-desc h4 {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;

    color: #F15A24;
  }

  section.product-desc li {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;

    color: #000000;
  }

  section.product-desc li li {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;

    color: #000000;
  }

  section.product-desc p {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 20px !important;

    color: #000000;
  }

  section.product-desc .preview-image p {
    font-size: 10px !important;
    line-height: 20px !important;
  }

  section.product-desc .product-desc-paragraph {
    border-radius: 30px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    padding: 3rem;
    margin: 1rem 0;
  }
  section.product-desc .product-desc-paragraph-detail {
    margin: 0.4rem;
  }
  section.product-desc .product-desc-paragraph-detail a {
    font-size: 15px;
  }
  section.product-desc .product-desc-paragraph-detail a::after {
    width: 17.5px;
    height: 15px;
    margin: 0 4px 0 8px;
  }

  section.product-desc hr {
    margin: 1rem 0rem
  }

  section.product-desc .inner-separete {
    margin: 0.5rem;
    opacity: 0;
  }
  /* product説明ページ用ここまで */

  /* workページ用ここから */
  section.work h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  section.work h3 {
    font-size: 20px;
    line-height: 27px;
  }

  section.work .work-overview-header {
    margin-bottom: 0.4rem;
  }
  
  section.work .work-overview {
    margin: 0.4rem 0rem;
  }
  
  section.work .work-paragraph {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 0.75rem 0;
  }
  section.work .work-paragraph-detail {
    width: 60%;
    margin: 0.4rem;
  }

  section.work .work-paragraph-right {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0.75rem 0;
  }

  section.work .work-image  {
    width: 20%;
    height: auto;
    margin-left: 2.0rem;
  }

  section.work .work-image-right  {
    width: 20%;
    height: auto;
    margin-right: 2.0rem;
  }
  /* workページ用ここまで */

  /* work説明ページ用ここから */
  .body-container-work {
    position: relative;
    padding: 0 80px;
    z-index: 999;
    box-sizing: border-box;
  }
  section.work-desc {
    width: auto;
  }
  section.work-desc hr {
    border: 3px solid #000000;
    opacity: 1;
  }
  section.work-desc h2 {
    font-family: 'Koulen';
    font-style: normal;
    font-weight: 400;
    font-size: 100px;
    line-height: 181px;

    color: #000000;
  }

  section.work-desc h3 {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    display: flex;
    align-items: center;

    color: #000000;
  }

  section.work-desc h4 {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 34px;

    color: #F15A24;
  }

  section.work-desc li {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;

    color: #000000;
  }

  section.work-desc li li {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;

    color: #000000;
  }

  section.work-desc p {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 20px !important;

    color: #000000;
  }

  section.work-desc .preview-image p {
    font-size: 10px !important;
    line-height: 20px !important;
  }

  section.work-desc .work-desc-paragraph {
    border-radius: 30px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    padding: 3rem;
    margin: 1rem 0;
  }
  section.work-desc .work-desc-paragraph-detail {
    margin: 0.4rem;
  }
  section.work-desc .work-desc-paragraph-detail a {
    font-size: 15px;
  }
  section.work-desc .work-desc-paragraph-detail a::after {
    width: 17.5px;
    height: 15px;
    margin: 0 4px 0 8px;
  }

  section.work-desc hr {
    margin: 1rem 0rem
  }

  section.work-desc .inner-separete {
    margin: 0.5rem;
    opacity: 0;
  }
  /* work説明ページ用ここまで */

  /* lotuscafeページ用ここから */
  section.lotuscafe h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  section.lotuscafe h3 {
    font-size: 20px;
    line-height: 27px;
  }
  
  section.lotuscafe .lotuscafe-desc {
    margin: 0.4rem 0rem;
  }

  section.lotuscafe .lotuscafe-image-desc {
    font-size: 8px !important; 
  } 

  section.lotuscafe .lotuscafe-image  {
    width: 100%;
    height: auto;
  }
  /* lotuscafeページ用ここまで */

  /* works詳細ページ用ここから */
  section.works-desc h2 {
    font-size: 30px;
    line-height: 54px;
  }

  section.works-desc p {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 35px;

    color: #000000;
  }

  section.works-desc .overview {
    margin-top: 1rem;
  }

  section.works-desc .works-desc-table {
    background-color: #f3f3f3;
    margin: 2rem 0;
  }
  section.works-desc .works-desc-table-row {
    display: flex;
  }
  section.works-desc .works-desc-table-head {
    background-color: white;
    font-size: 12px;
    width: 15%;
    text-align: center;
    margin: 0.5rem;
    padding: 0.5rem;
  }
  section.works-desc a {
    font-size: 12px
  }
  section.works-desc a::after {
    margin: 0 6px 0px 12px;
    width: 12px;
    height: 10px;
  }
  section.works-desc .works-desc-table-data {
    font-size: 12px;
  }
  /* works詳細ページ用ここまで */

  .default_button01 a span {
    font-size: 20px !important;
  }
  .contact-icon {
    background-size: 50%;
  }

  .contactForm {
    padding: 45px 25px !important;
  }

  div.footer_01 {
    width : 96%;
    padding: 0;
    float: none;
  }
  div.footer_02 {
    width : 96%;
    padding: 0;
    float: none;
    border-right: none;
  }
  div.footer_03 {
    width : 96%;
    padding: 0;
    float: none;
  }
  div.footer_03 img {
    display: none;
  }
  .footer_bottom p {
    text-align: center;
  }
  .formArea {
    margin: 0 auto;
  }
  .button01 input[type="submit"] {
    width: 100%;
  }

  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .nav-button {
    background: none;
    border: none;
    font-size: 24px;
    color: #888;
    cursor: pointer;
  }
  .dots {
    display: flex;
    margin: 0 10px !important;
  }
  .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
    margin: 0 5px;
  }
  .dot.active {
    background-color: #888;
  }

  .interview-no{
    display: none;
  }

  .interview-info-container{
    width: 100%;
    height: 233px;
    flex-direction: column;
    align-items: center;
  }
  .interview-info-text-container {
    align-items: center;
  }

  .line {
    right: auto;
    left: 10px;
  }
  .line-start-circle {
    left: 0;
  }
  .question, .answer {
    flex-direction: column;
    align-items: center !important;
  }
  .interview-text-container {
    align-items: center !important;
    flex-direction: column !important;
    width: 100%;
  }
  .question .interview-text-container img, .answer .interview-text-container img {
    display: none;
  }
  .question {
    justify-content: flex-start !important;
    margin-left: auto !important;
    width: 100% !important;
  }
  .answer {
    justify-content: flex-start !important;
    margin-left: auto !important;
    width: 100% !important;
  }
  .answer .profile-img {
    order: 1;
  }
  .answer .interview-text-container {
    order: 2;
  }
  .text {
    padding: 20px 10px !important;
  }  
}

@media screen and (min-width: 1200px) {
  div.footer_01 {
    width : 24%;
  }
  div.footer_02 {
    width : 24%;
  }
  div.footer_03 {
    width : 26%;
  }
  div.footer_03 img {
    width : 8%;
  }
  .formArea {
    margin: 0 auto;
  }
  .button01 input[type="submit"] {
    width: 70%;
  }
  .body-container-product {
    position: relative;
    padding: 0 120px;
    z-index: 999;
    box-sizing: border-box;
  }

  section.companyArea .image_wrapper.mtb_50 .work_images {
    width: 16.666%;
  }

  .default_button01 a {
    width: 50%;
  }
  .recruit-contact-info {
    width: 50%; 
  }
  /* effortsページ用ここから */
  section.efforts .efforts-table li {
    list-style-type: disc;
    font-size: 20px;
    line-height: 30px;
  }
  section.efforts .efforts-paragraph {

    margin: 0 0 1.5rem 0;
  }
  section.efforts .efforts-paragraph {
    margin: 0 0 3rem 0;
  }
  section.efforts .efforts-table-data ul {
    width: fit-content;
    padding: 0.5rem 2rem;
  }
  section.efforts .efforts-paragraph-detail {
    margin: 1rem 0;
  }
  section.efforts .efforts-modal-button-section {
    margin: 3.5rem 0 2rem 0;
    font-size: 16px;
  }
  /* effortsページ用ここまで */

  /* productページ用ここから */
  section.products .products-paragraph {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 2rem 0;
  }
  section.products .products-paragraph-detail {
    width: 60%;
    margin-right: 0.1rem;
    margin-left: 2rem;
  }

  section.products .product-image  {
    width: 40%;
    min-width: 400px;
    height: auto;
  }
  /* productページ用ここまで */

  /* workページ用ここから */
  section.work .work-paragraph {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 2rem 0;
  }
  section.work .work-paragraph-detail {
    width: 60%;
    margin-right: 0.1rem;
    margin-left: 2rem;
  }

  section.work .work-paragraph-right {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    padding: 2rem 0;
  }

  section.work .work-image  {
    width: 20%;
    min-width: 300px;
    height: auto;
    margin-left: 2.0rem;
  }

  section.work .work-image-right  {
    width: 20%;
    min-width: 300px;
    height: auto;
    margin-right: 2.0rem;
  }
  /* workページ用ここまで */

  section.product-desc .inner-separete {
    margin: 0.5rem;
    opacity: 0;
  }
}

@media screen and (max-width: 800px) {
  .header-visual-text .top_text_box {
    top: 20%;
    left: auto;
  }
  .top_text {
    text-align: center;
  } 
  .top_text img{
    position: static !important;
  } 
  .top_text_contents {
    font-size: 70px !important;
    line-height: 100px !important;
  }
  .top_text_contents_jp {
    font-size: 30px !important;
    line-height: 30px !important;
  }

  .top_text_contents_product {
    font-size: 70px;
  }
  
  div.footer_01, div.footer_02, div.footer_03 {
    margin: 5%;
  }
  div.footer_03 img.save_environment {
    width: 183px;
  }
  .product_images figcaption{
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
  }
  section .image_wrapper{
    display: block;
  }
  .product_images img {
    text-align: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-width: 100%;
  }
  .product_images:hover img{

    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }  
  .work_images{
    width: 50%;
    margin-bottom: 5%!important;
    margin-left: 0;
  }
  .work_images img{
    width:100%;
  }
  .product_images{
    width: 100%;
    text-align: center;
    margin: 5% auto;
  }
  .product_wrapper{
    margin: 0;
    display: inline-block;
    width: 100%;
  }
  .product_images:last-child{
    margin: 5% auto;
  }

  /* effortsページ用ここから */
  section.efforts hr {
    border: 2px solid #000000;
  }

  section.efforts .efforts-table {
    border: 1px solid;
    border-bottom: none;
  }

  section.efforts .efforts-table-head {
    background-color: #D9D9D9;
    border-bottom: solid 1px;
  }

  section.efforts .efforts-table-head p {
    text-align: center;
    padding: 0.25rem 0;
  }

  section.efforts .efforts-table-data ul {
    width: fit-content;
    margin: auto;
    padding: 0.5rem 0;
  }

  section.efforts .efforts-table-data {
    border-bottom: solid 1px;
  }

  section.efforts .efforts-paragraph {
    margin: 0 0 1rem 0;
  }

  section.efforts .efforts-paragraph-detail {
    margin: 0.5rem 0;
  }

  section.efforts .efforts-modal-button-section {
    margin: 1.5rem 0 1.5rem 0;
    font-size: 11px;
  }
  /* effortsページ用ここまで */

  /* productページ用ここから */
  section.products hr {
    border: 2px solid #000000;
  }
  
  section.products .products-paragraph {
    display: block;
    padding: 0.3rem 0;
  }

  section.products .products-paragraph-detail {
    width: 100%;
    margin: 0.5rem 0;
  }

  section.products .product-image  {
    width: 100%;
    height: auto;
  }
  /* productページ用ここまで */

  /* workページ用ここから */
  section.work hr {
    border: 2px solid #000000;
  }
  
  section.work .work-paragraph {
    display: block;
    padding: 0.3rem 0;
  }

  section.work .work-paragraph-detail {
    width: 100%;
    margin: 0.5rem 0;
  }

  section.work .work-paragraph-right {
    display: block;
    padding: 0.3rem 0;
  }

  section.work .work-image{
    width: 100%;
    height: auto;
    margin: auto;
  }

  section.work .work-image-right{
    width: 100%;
    height: auto;
    margin: auto;
  }
  /* workページ用ここまで */

  /* lotuscafeページ用ここから */
  section.lotuscafe hr {
    border: 2px solid #000000;
  }
  
  section.lotuscafe .lotuscafe-desc-section {
    margin: 1.5rem 0;
  }

  section.lotuscafe .lotuscafe-image  {
    width: 100%;
    height: auto;
  }
  /* lotuscafeページ用ここまで */
  section.product-desc .product-desc-paragraph {
    border-radius: 30px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    padding: 3rem 1rem;
    margin: 1rem 0;
  }
  section.product-desc .inner-separete {
    margin: 0.25rem;
    opacity: 0;
  }
  #timeline {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  #timeline li {
    margin: 50px 0;
  }
  label {
    width: 85%;
    font-size: 1.1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    transform: translateX(18px);
  }
  .content {
    padding-top: 45px;
  }
  .content:before, .content:after {
    bottom: 100%;
  }
  .content:before {

    border-width: 17px;
    top: -16px;
    left: 50px;
    margin-left: -17px;
  }
  .content:after {

    border-width: 20px;
    top: -20px;
    left: 50px;
    margin-left: -20px;
  }
  .content p {
    font-size: 0.9em;
    line-height: 1.4;
  }
  .circle, .date {
    display: none;
  }

  table, thead, tbody, th, td, tr {
    display: block;
  }
  .table-row-title {
    width: auto;
    border: solid black !important;
    border-width: 1px 0 1.5px 0 !important;
  }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr { 
    border: solid gray !important;
    border-width: 0 1px 1px 1px !important;
  }
  td {
    border: none !important;
    position: relative;
    padding-left: 50%;
  }
  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    /* Label the data */
    content: attr(data-label);
    font-weight: bold;
  }

  .body-container {
    position: relative;
    margin: 0 20px 400px;
    top: 300px;
    height: calc(100% + 350px);
    background: #FFFCFC;
    z-index: 999;
    box-sizing: border-box;
  }
  .body-container::before, .body-container-top::before {
    height: 50px;
  }
  .body-container-top {
    position: relative;
    margin: 0 20px 450px;
    top: 400px;
    height: calc(100% + 450px);
    background: #FFFCFC;
    z-index: 999;
    box-sizing: border-box;
  }

  .body-container-product {
    position: relative;
    padding: 0 20px;
    z-index: 999;
    box-sizing: border-box;
  }
  .work_contents-list{
    display: table;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
  }
}

@media screen and (min-width: 800px) {
  .work_contents-list{
    display: flex;
    justify-content: center;
    margin: 0 5% !important;
    text-align: center;
  } 

  .container {
    margin: 30px auto;
    display: flex;
    justify-content: space-around;
  }
  .container div {
    width: 30%;
    text-align: center;
    min-height: 100px;
  } 
  .container div.item h3 {
    width: 100%;
  }
  /* effortページ用ここから */
  section.efforts .efforts-table {
    border: 1px solid;
    border-bottom: none;
  }
  
  section.efforts .efforts-table-row {
    display: flex;
    width: 100%;
    margin: 0;
  }
  
  section.efforts .efforts-table-head {
    min-width: 108px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    background-color: #D9D9D9;
    display: table;
    flex-grow: 0;
  }
  
  section.efforts .efforts-table-head p {
    display: table-cell;
    padding: 1rem;
    vertical-align: middle;
  }
  
  section.efforts .efforts-table-data {
    border-bottom: solid 1px;
    flex-grow: 1;
  }
  /* effortページ用ここまで */
}

@media screen and (min-width: 640px) {
  .formArea3 {
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .timeline::after {
    left: 31px;
  }
  .container_timeline {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .container_timeline::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  .left_timeline::after, .right_timeline::after {
    left: 14px;
  }
  
  .right_timeline {
    left: 0%;
  }

  .lotus-interview-image img {
    width: 80%;
  }  
}

/* 画面サイズによるスタイルの変化 ここまで */