/*color*/
/*font-size*/
/*50*/
/*40*/
/*30*/
/*25*/
/*22*/
/*18*/
/*16*/
/*14*/
/*max-width*/
@font-face {
  font-family: Noto;
  src: url("NotoSansJp/static/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: NotoB;
  src: url("NotoSansJp/static/NotoSansJP-Bold.ttf") format("truetype");
}
html {
  font-size: clamp(0.875rem, 0.844rem + 0.154vw, 1rem);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

body {
  font-family: "Noto", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  background-color: #F4F5F7;
  font-size: 1rem;
}
@media screen and (max-width:500px) {
  body {
    font-size: 0.875rem;
  }
}

ul, ol {
  list-style-type: none;
}

address {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #333;
}

.wrap {
  max-width: 1616px;
  margin: 0 auto;
}

.highlightText {
  font-weight: bold;
  background-color: #E4E6A1;
  padding: 0 5px;
}
.highlightText--no {
  font-weight: normal;
}

.accordion {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  transition: all 1.5s;
  flex-wrap: wrap;
}
@media screen and (max-width:900px) {
  .accordion {
    display: block;
  }
}
.accordion__textBox {
  width: 57.3%;
}
@media screen and (max-width:900px) {
  .accordion__textBox {
    display: contents;
  }
}
.accordion__topContents {
  pointer-events: none;
}
@media screen and (max-width:900px) {
  .accordion__topContents {
    pointer-events: auto;
    order: 1;
    cursor: pointer;
    width: 100%;
  }
}
@media screen and (max-width:900px) {
  .accordion__secondContents {
    order: 3;
  }
}
.accordion__thirdContents {
  width: 100%;
}
@media screen and (max-width:900px) {
  .accordion__thirdContents {
    order: 4;
  }
}
.accordion__thirdContentsBox {
  text-align: center;
}
.accordion__thirdContentsTextTop {
  font-size: 1.5625rem;
}
@media screen and (max-width:900px) {
  .accordion__thirdContentsTextTop {
    font-size: 1.375rem;
  }
}
.accordion__thirdContentsHeading {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width:900px) {
  .accordion__thirdContentsHeading {
    font-size: 1.875rem;
  }
}
@media screen and (max-width:500px) {
  .accordion__thirdContentsHeading {
    font-size: 1.5625rem;
  }
}
.accordion__thirdContentsGe {
  font-size: 1.5625rem;
  color: #0693E3;
}
.accordion__imgBox {
  width: 34.158%;
  max-width: 450px;
  min-width: 350px;
  align-self: flex-end;
  position: relative;
  padding-top: 34.158%;
}
@media screen and (max-width:900px) {
  .accordion__imgBox {
    align-self: center;
    width: 100%;
    min-width: 300px;
    max-width: 100%;
  }
}
@media screen and (max-width:900px) {
  .accordion__imgBox-fullheight {
    width: 50%;
    margin-inline: auto;
  }
}
@media screen and (max-width:500px) {
  .accordion__imgBox-fullheight {
    padding-top: 80%;
  }
}
.accordion__imgBox > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width:900px) {
  .accordion__imgBox {
    order: 2;
    margin-bottom: 20px;
  }
}
.accordion__explanation {
  font-size: 1.5625rem;
}
@media screen and (max-width:900px) {
  .accordion__explanation {
    font-size: 1.375rem;
    line-height: 1.4;
  }
}
@media screen and (max-width:500px) {
  .accordion__explanation {
    font-size: 1.125rem;
  }
}
@media screen and (max-width:500px) {
  .accordion__type {
    font-size: 12px;
  }
}
.accordion__nameJ {
  font-size: 2.5rem;
  color: #0693E3;
}
@media screen and (max-width:900px) {
  .accordion__nameJ {
    font-size: 1.875rem;
  }
}
@media screen and (max-width:500px) {
  .accordion__nameJ {
    font-size: 1.5625rem;
  }
}
.accordion__nameE {
  color: #FFFCFC;
  background-color: #0693E3;
  display: inline-block;
  padding: 5px 20px;
}
@media screen and (max-width:900px) {
  .accordion__nameE {
    padding: 7.5px 15px;
  }
}
@media screen and (max-width:500px) {
  .accordion__nameE {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.accordion__patentBox {
  background-color: #E4E6A1;
}
.accordion__arrow {
  display: none;
}
@media screen and (max-width:900px) {
  .accordion__arrow {
    display: block;
    cursor: pointer;
    position: relative;
    width: 40px;
    padding-top: 40px;
  }
}
@media screen and (max-width:500px) {
  .accordion__arrow {
    width: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width:900px) {
  .accordion__arrow > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform: rotate(-180deg);
    transition: transform 0.5s;
  }
}
@media screen and (max-width:900px) {
  .accordion__btnContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
  }
}

@media screen and (max-width:900px) {
  .accordion__topContents.ac_open img {
    transform: rotate(0deg);
    transition: transform 1s;
  }
}

.lineHeading {
  text-align: center;
}
.lineHeading__text {
  font-size: 2.5rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
@media screen and (max-width:800px) {
  .lineHeading__text {
    font-size: 1.875rem;
  }
}
@media screen and (max-width:500px) {
  .lineHeading__text {
    font-size: 1.5625rem;
  }
}
.lineHeading__text::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #E3CC5B;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.lineHeading__text-changeBc::after {
  background-image: linear-gradient(90deg, #E3CC5B 40%, rgb(196, 191, 191) 40%);
}

.itemCard {
  box-shadow: 4px 4px 4px #C4C4C4;
  max-width: 645px;
  border-bottom: 10px #0693E3 solid;
}
.itemCard__img {
  padding-top: 60.5%;
  position: relative;
}
.itemCard__img > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.itemCard__img--normal {
  background-color: #cbcbcb;
}
.itemCard__img--normal > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.itemCard__textContent {
  text-align: center;
  padding: 30px 10px 50px;
  position: relative;
}
.itemCard__textContent--textLeft {
  text-align: left;
}
.itemCard__nameJ {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width:800px) {
  .itemCard__nameJ {
    font-size: 2.5rem;
  }
}
@media screen and (max-width:500px) {
  .itemCard__nameJ {
    font-size: 1.5625rem;
  }
}
.itemCard__nameE {
  margin-bottom: 20px;
}

.cityImg {
  background-image: url(images/city.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: contain;
  height: 17vh;
  width: 100%;
}
@media screen and (max-width:800px) {
  .cityImg {
    background-size: cover;
    height: 13vh;
    background-position: center bottom;
  }
}

.footer {
  color: #FFFCFC;
}
.footer__top {
  background-image: url(images/city.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: contain;
  height: 17vh;
  width: 100%;
}
@media screen and (max-width:800px) {
  .footer__top {
    background-size: cover;
    height: 13vh;
    background-position: center bottom;
  }
}
.footer__cityImg {
  background-color: #F4F5F7;
}
.footer__contents {
  background-color: #0693E3;
}
.footer__contentWrap {
  max-width: 1616px;
  margin: 0 auto;
  padding: 50px 0px 80px;
  padding-left: 2.475%;
  padding-right: 2.475%;
}
@media screen and (max-width:900px) {
  .footer__contentWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:800px) {
  .footer__contentWrap {
    padding: 40px 20px 15px;
  }
}
.footer__companyName {
  font-size: 2.5rem;
  margin-bottom: 25px;
}
@media screen and (max-width:800px) {
  .footer__companyName {
    font-size: 29px;
  }
}
@media screen and (max-width:500px) {
  .footer__companyName {
    font-size: 1.125rem;
  }
}
.footer__addressBox {
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  .footer__addressBox {
    margin-bottom: 40px;
  }
}
.footer__nav {
  display: flex;
  justify-content: right;
  margin-bottom: 20px;
}
@media screen and (max-width:800px) {
  .footer__nav {
    flex-direction: column;
    margin-bottom: 25px;
  }
}
.footer__nav li {
  margin-right: 15px;
}
@media screen and (max-width:800px) {
  .footer__nav li {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.footer__nav :last-child {
  margin-right: 0px;
}
@media screen and (max-width:800px) {
  .footer__nav :last-child {
    margin-bottom: 0px;
  }
}
.footer__nav a {
  color: #FFFCFC;
}
.footer__copy {
  text-align: right;
}

.patentCard {
  background-color: #E4E6A1;
  text-align: center;
  padding: 50px 30px 60px;
}
@media screen and (max-width:500px) {
  .patentCard {
    padding: 30px 30px 50px;
  }
}
.patentCard__num {
  font-size: 2.5rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  .patentCard__num {
    font-size: 1.875rem;
  }
}
@media screen and (max-width:500px) {
  .patentCard__num {
    margin-bottom: 35px;
  }
}
.patentCard__num::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #333;
}
.patentCard__title {
  font-size: 1.5625rem;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width:500px) {
  .patentCard__title {
    font-size: 1.375rem;
  }
}
.patentCard__title--sub {
  font-size: 1.375rem;
  font-weight: normal;
  text-align: left;
}
.patentCard__text {
  text-align: left;
}

@media screen and (max-width:900px) {
  .headerMenu {
    position: relative;
  }
}
.headerMenu__line {
  width: 100%;
  height: 15px;
  background-color: #0693E3;
}
.headerMenu__contnetsWrap {
  background-color: #FFFCFC;
  padding-left: 2.475%;
  padding-right: 2.475%;
}
.headerMenu__contnets {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width:1200px) {
  .headerMenu__contnets {
    align-items: center;
  }
}
@media screen and (max-width:900px) {
  .headerMenu__contnets {
    align-items: center;
    padding: 10px 0 15px;
  }
}
.headerMenu__contnetsWrap-op {
  background-color: rgba(244, 245, 247, 0.8);
}
.headerMenu__headingBox {
  display: flex;
  align-items: baseline;
  font-weight: normal;
  color: #333;
}
@media screen and (max-width:1200px) {
  .headerMenu__headingBox {
    flex-direction: column;
  }
}
.headerMenu__heading {
  font-size: 1.5625rem;
  margin-right: 0.3em;
}
@media screen and (max-width:800px) {
  .headerMenu__heading {
    font-size: 1.375rem;
  }
}
@media screen and (max-width:500px) {
  .headerMenu__heading {
    font-size: 1.125rem;
  }
}
.headerMenu__text {
  font-size: 1rem;
}
@media screen and (max-width:1200px) {
  .headerMenu__text {
    font-size: 0.875rem;
    line-height: 1;
  }
}
@media screen and (max-width:500px) {
  .headerMenu__text {
    font-size: 12px;
  }
}
.headerMenu__cover {
  display: none;
}
@media screen and (max-width:900px) {
  .headerMenu__cover {
    display: block;
  }
}
@media screen and (max-width:900px) {
  .headerMenu__gNav {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    z-index: 50;
    width: 75%;
    visibility: hidden;
  }
}
.headerMenu__gNav > ul {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-width:900px) {
  .headerMenu__gNav > ul {
    width: 100%;
    height: 100vh;
    margin-right: -100%;
    background-color: #FFFCFC;
    z-index: 100;
    transition: margin-right 0.7s;
    flex-direction: column;
    overflow: scroll;
  }
}
@media screen and (max-width:900px) {
  .headerMenu__gNav > ul li {
    width: 100%;
    padding: 0 0 0 4em;
    border-bottom: solid 1px #D9D9D9;
    position: relative;
  }
}
@media screen and (max-width:900px) {
  .headerMenu__gNav > ul li::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(images/accordion_arrow.png);
    background-size: contain;
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
  }
}
.headerMenu__gNav > ul > li > a {
  display: block;
  margin-right: 1em;
  padding: 0.5em;
  color: #333;
  position: relative;
}
@media screen and (max-width:1616px) {
  .headerMenu__gNav > ul > li > a {
    margin-right: 0em;
  }
}
@media screen and (max-width:900px) {
  .headerMenu__gNav > ul > li > a {
    padding: 1.5em 1em;
  }
}
@media screen and (max-width:900px) {
  .headerMenu__gNav > ul > li:hover {
    color: #FFFCFC;
    background-color: #0693E3;
  }
}
@media screen and (max-width:900px) {
  .headerMenu__gNav > ul > li:hover a {
    color: #FFFCFC;
  }
}
.headerMenu__gNav > ul > li > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0693E3;
  position: absolute;
  left: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
}
@media screen and (max-width:900px) {
  .headerMenu__gNav > ul > li > a::after {
    display: none;
  }
}
.headerMenu__gNav > ul > li > a:hover::after {
  visibility: visible;
  opacity: 1;
  transform: scale(1, 1);
}
@media screen and (max-width:900px) {
  .headerMenu__gNav > ul > li > a:hover::after {
    display: none;
  }
}
@media screen and (max-width:900px) {
  .headerMenu__gNav > ul > .headerMenu__listInfo:hover {
    color: #FFFCFC;
    background-color: #0693E3;
  }
}
.headerMenu__gNav > ul > .headerMenu__listInfo > a {
  background-color: #0693E3;
  color: #FFFCFC;
  padding: 1em 1.5em;
  margin-right: 0em;
}
@media screen and (max-width:900px) {
  .headerMenu__gNav > ul > .headerMenu__listInfo > a {
    padding: 1.5em 1em;
    background-color: transparent;
    color: #333;
  }
}
.headerMenu__gNav > ul > .headerMenu__listInfo > a:hover {
  opacity: 0.5;
}
@media screen and (max-width:900px) {
  .headerMenu__gNav > ul > .headerMenu__listInfo > a:hover {
    opacity: 1;
  }
}
@media screen and (max-width:900px) {
  .headerMenu__gNav > ul > .headerMenu__listInfo > a > br {
    display: none;
  }
}
.headerMenu__gNav > ul > .headerMenu__closeBtn {
  display: none;
}
@media screen and (max-width:900px) {
  .headerMenu__gNav > ul > .headerMenu__closeBtn {
    display: block;
  }
}
.headerMenu__gNav > ul > .headerMenu__closeBtn:hover {
  background-color: #E3CC5B;
}
.headerMenu__gNav > ul > .headerMenu__closeBtn:hover > a {
  color: #333;
}
@media screen and (max-width:900px) {
  .headerMenu__gNav > ul > .headerMenu__closeBtn > a {
    padding: 1.5em 1em;
  }
}
@media screen and (max-width:900px) {
  .headerMenu__gNav > ul > .headerMenu__closeBtn::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(images/close.png);
    background-size: contain;
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%) rotate(270deg);
  }
}
.headerMenu__gNavBtn {
  display: none;
}
@media screen and (max-width:900px) {
  .headerMenu__gNavBtn {
    display: inline-block;
    margin-left: auto;
    position: relative;
    z-index: 100;
  }
}
@media screen and (max-width:900px) {
  .headerMenu__gNavBtn > img {
    width: 35px;
  }
}
.headerMenu__subContentsWrap {
  background-color: #0693E3;
  padding-left: 2.475%;
  padding-right: 2.475%;
}
.headerMenu__subHeading {
  font-size: 40px;
  color: #FFFCFC;
  padding: 15px 0;
}
@media screen and (max-width:800px) {
  .headerMenu__subHeading {
    font-size: 29px;
  }
}
@media screen and (max-width:500px) {
  .headerMenu__subHeading {
    font-size: 18px;
  }
}

body.open {
  overflow: hidden;
}
@media screen and (max-width:900px) {
  body.open .headerMenu__cover {
    position: fixed;
    inset: 0;
    background-color: rgba(51, 51, 51, 0.6);
    z-index: 10;
  }
}
body.open .headerMenu__gNav {
  visibility: visible;
}
@media screen and (max-width:900px) {
  body.open .headerMenu__gNav ul {
    margin-right: 0;
    transition: 0.7s;
  }
}
body.open .headerMenu__gNavBtn {
  opacity: 0;
}

.process {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:900px) {
  .process {
    flex-direction: column;
  }
}
.process__ContentBox {
  width: 48.75%;
}
@media screen and (max-width:900px) {
  .process__ContentBox {
    display: contents;
  }
}
.process__Img {
  width: 48.75%;
  padding-top: 24.75%;
  position: relative;
}
@media screen and (max-width:900px) {
  .process__Img {
    width: 100%;
    padding-top: 50%;
    margin-bottom: 15px;
  }
}
.process__Img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.process__Img-bottom > img {
  -o-object-position: center bottom;
     object-position: center bottom;
}
.process__Heading {
  color: #0693E3;
  font-weight: bold;
  font-size: 1.5625rem;
  display: inline-block;
  margin-bottom: 50px;
}
@media screen and (max-width:900px) {
  .process__Heading {
    margin-bottom: 25px;
    width: 5.5em;
    text-align: center;
  }
}
@media screen and (max-width:500px) {
  .process__Heading {
    font-size: 1.125rem;
  }
}
.process__Heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #0693E3;
}
@media screen and (max-width:500px) {
  .process__Heading::after {
    height: 7px;
  }
}
.process__Heading span {
  display: inline-block;
  padding: 0.5em 0.75em;
}
@media screen and (max-width:900px) {
  .process__TextBox {
    order: 2;
  }
}
.process__TextBox > p {
  margin-bottom: 15px;
}
.process__TextBox :last-child {
  margin-bottom: 0px;
}

.topBtn {
  display: inline-block;
  position: fixed;
  bottom: 40px;
  right: 50px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
}
@media screen and (max-width:800px) {
  .topBtn {
    right: 40px;
  }
}
@media screen and (max-width:500px) {
  .topBtn {
    right: 30px;
  }
}
.topBtn__link {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #E3CC5B;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
@media screen and (max-width:800px) {
  .topBtn__link {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width:500px) {
  .topBtn__link {
    width: 40px;
    height: 40px;
  }
}
.topBtn__link:hover {
  opacity: 0.5;
}
.topBtn__arrow {
  width: 60%;
}

#page_top.show {
  opacity: 1;
  visibility: visible;
}

.headerLayout {
  background-image: url(images/top.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /*
      &__circleTextInner {
          background-color: cm.$subAccentC;
          display: inline-block;
          border-radius: 50%;
          padding: 54px 44px;
          text-align: center;

          @include cm.mq(sf) {
              padding: 44px 22px;
          }
      }

      &__circleText {
          text-align: right;
      }

      &__circleTextFirst {
          font-size: cm.$thirdtitle;
          //margin-bottom: 15px;
          margin-bottom: 5px;
          margin-top: 10px;

          @include cm.mq(sf) {
              font-size: cm.$bigtext;
              margin-bottom: 5px;
          }
      }

      &__circleTextSecond {
          font-size: cm.$thirdtitle;
          //margin-bottom: 20px;
          margin-bottom: 15px;
          line-height: 1.4;

          @include cm.mq(sf) {
              //font-size: cm.$bigtext;
              font-size: cm.$text;
              margin-bottom: 10px;
              line-height: 1.4;
          }
      }

      &__circleTextThird {
          font-size: cm.$bigtext;
          margin-bottom: 20px;

          @include cm.mq(sf) {
              font-size: cm.$text;

          }
      }
  */
}
.headerLayout__textWrap {
  padding-top: 10vh;
  padding-left: 2.475%;
  padding-right: 2.475%;
}
@media screen and (max-width:900px) {
  .headerLayout__textWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:500px) {
  .headerLayout__textWrap {
    padding-top: 80px;
  }
}
.headerLayout__chatchText {
  font-size: 3.125rem;
  line-height: 1.5;
  margin-bottom: 50px;
}
@media screen and (max-width:900px) {
  .headerLayout__chatchText {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width:500px) {
  .headerLayout__chatchText {
    padding: 0;
    font-size: 1.875rem;
  }
}
.headerLayout__circleText {
  max-width: 300px;
  margin-left: auto;
}
@media screen and (max-width:900px) {
  .headerLayout__circleText {
    max-width: 250px;
  }
}
@media screen and (max-width:500px) {
  .headerLayout__circleText {
    max-width: 150px;
  }
}
.headerLayout__cityImg {
  background-image: url(images/city.png);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: contain;
  height: 10vh;
  width: 100%;
}
@media screen and (max-width:800px) {
  .headerLayout__cityImg {
    background-size: cover;
    height: 13vh;
    background-position: center bottom;
  }
}

.thanksLayout {
  background-color: #F4F5F7;
}
.thanksLayout__inner {
  max-width: 1064px;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width:1616px) {
  .thanksLayout__inner {
    padding-left: 2.475%;
    padding-right: 2.475%;
  }
}
@media screen and (max-width:900px) {
  .thanksLayout__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:500px) {
  .thanksLayout__inner {
    padding-block: 80px;
  }
}
.thanksLayout__heading {
  margin-bottom: 80px;
}
.thanksLayout__text {
  line-height: 2;
  margin-bottom: 20px;
}
.thanksLayout__text--bgFont {
  font-size: 1.5625rem;
}
@media screen and (max-width:900px) {
  .thanksLayout__text--bgFont {
    font-size: 1.875rem;
  }
}
@media screen and (max-width:500px) {
  .thanksLayout__text--bgFont {
    font-size: 1.375rem;
    line-height: 1.4;
  }
}
.thanksLayout__contentsBox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:900px) {
  .thanksLayout__contentsBox {
    flex-direction: column;
  }
}
.thanksLayout__textBox {
  width: 61.09%;
}
@media screen and (max-width:900px) {
  .thanksLayout__textBox {
    width: 100%;
    margin-bottom: 30px;
  }
}
.thanksLayout__portraitBox {
  width: 25.93%;
  align-self: flex-end;
}
@media screen and (max-width:900px) {
  .thanksLayout__portraitBox {
    width: 50%;
    min-width: 310px;
    align-self: center;
  }
}
@media screen and (max-width:500px) {
  .thanksLayout__portraitBox {
    min-width: 280px;
  }
}
.thanksLayout__portraitText {
  font-size: 1.5625rem;
  text-align: center;
  margin-bottom: 10px;
}
.thanksLayout__portraitSpeechBubbleImg {
  width: 80%;
  margin: 0 auto;
}

.mainProductsLayout {
  background-color: #F4FBFF;
}
.mainProductsLayout__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width:1616px) {
  .mainProductsLayout__inner {
    padding-left: 2.475%;
    padding-right: 2.475%;
  }
}
@media screen and (max-width:900px) {
  .mainProductsLayout__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:500px) {
  .mainProductsLayout__inner {
    padding-block: 80px;
  }
}
.mainProductsLayout__heading {
  margin-bottom: 80px;
}
.mainProductsLayout__contentsBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:900px) {
  .mainProductsLayout__contentsBox {
    justify-content: center;
  }
}
.mainProductsLayout__itemCard {
  width: 48.5%;
  margin-bottom: 5%;
  color: #333;
  transition: 0.5s;
}
@media screen and (max-width:900px) {
  .mainProductsLayout__itemCard {
    width: 70%;
    margin-bottom: 10%;
  }
}
@media screen and (max-width:500px) {
  .mainProductsLayout__itemCard {
    width: 100%;
  }
}
.mainProductsLayout__itemCard:hover {
  opacity: 0.5;
}

.contactLayout {
  background-color: #F4F5F7;
}
.contactLayout__inner {
  max-width: 1616px;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-left: 2.475%;
  padding-right: 2.475%;
}
@media screen and (max-width:900px) {
  .contactLayout__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:500px) {
  .contactLayout__inner {
    padding-block: 80px;
  }
}
.contactLayout__heading {
  margin-bottom: 80px;
}
.contactLayout__contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:1200px) {
  .contactLayout__contents {
    flex-direction: column;
  }
}
.contactLayout__goggleMap {
  width: 48.76%;
  position: relative;
  padding-top: 34.03%;
}
@media screen and (max-width:1200px) {
  .contactLayout__goggleMap {
    width: 100%;
    margin-bottom: 30px;
    padding-top: 350px;
  }
}
.contactLayout__goggleIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contactLayout__textBox {
  width: 48.76%;
}
@media screen and (max-width:1200px) {
  .contactLayout__textBox {
    width: 100%;
  }
}
.contactLayout__companyName {
  font-size: 2.5rem;
}
@media screen and (max-width:900px) {
  .contactLayout__companyName {
    font-size: 1.875rem;
  }
}
@media screen and (max-width:500px) {
  .contactLayout__companyName {
    font-size: 1.5625rem;
  }
}
.contactLayout__addressBox {
  padding-bottom: 40px;
}
.contactLayout__phoneBox {
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  padding: 4.95% 2.47%;
}
.contactLayout__phoneText {
  font-size: 1.5625rem;
  display: inline-block;
  background-color: #E4E6A1;
  margin-bottom: 15px;
}
@media screen and (max-width:900px) {
  .contactLayout__phoneText {
    font-size: 1.375rem;
  }
}
@media screen and (max-width:500px) {
  .contactLayout__phoneText {
    font-size: 1.125rem;
  }
}
.contactLayout__phoneTell {
  font-size: 2.5rem;
}
@media screen and (max-width:900px) {
  .contactLayout__phoneTell {
    font-size: 1.875rem;
  }
}
@media screen and (max-width:500px) {
  .contactLayout__phoneTell {
    font-size: 1.5625rem;
  }
}
.contactLayout__phoneTell > a {
  color: #333;
}

.secondTopView {
  background-image: url(images/subTop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 20px;
}
@media screen and (max-width:900px) {
  .secondTopView {
    padding: 40px 0px 0px;
  }
}
.secondTopView__inner {
  text-align: center;
  background-color: rgba(255, 252, 252, 0.5);
  padding: 2.08% 12.29%;
  max-width: 1340px;
  margin: 0 auto;
}
@media screen and (max-width:900px) {
  .secondTopView__inner {
    padding: 0%;
    background-color: transparent;
  }
}
.secondTopView__heading {
  font-size: 2.5rem;
  color: #0693E3;
  line-height: 1;
  margin-bottom: 50px;
}
@media screen and (max-width:900px) {
  .secondTopView__heading {
    background-color: rgba(255, 252, 252, 0.5);
    display: inline-block;
    padding: 15px;
    margin-bottom: 40px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width:500px) {
  .secondTopView__heading {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width:900px) {
  .secondTopView__textWrap {
    background-color: #F4F5F7;
    padding: 6.25% 20px;
  }
}
@media screen and (max-width:900px) {
  .secondTopView__text {
    text-align: left;
  }
}

.productMerchandiseLayout__contentsWrap {
  padding: 100px 20px;
}
.productMerchandiseLayout__contentsWrap:nth-child(even) {
  background-color: #ECEBEB;
}
@media screen and (max-width:800px) {
  .productMerchandiseLayout__contentsWrap {
    padding: 6.25% 20px 6.25%;
  }
}
.productMerchandiseLayout__contentsWrapInner {
  max-width: 1340px;
  margin: 0 auto;
}
.productMerchandiseLayout__thirdContentsGeItem {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media screen and (max-width:900px) {
  .productMerchandiseLayout__thirdContentsGeItem {
    width: 90%;
    margin-bottom: 45px;
  }
}
@media screen and (max-width:500px) {
  .productMerchandiseLayout__thirdContentsGeItem {
    margin-bottom: 30px;
  }
}
.productMerchandiseLayout__thirdContentsBox {
  margin-top: 125px;
  margin-bottom: 100px;
}
@media screen and (max-width:900px) {
  .productMerchandiseLayout__thirdContentsBox {
    margin-top: 75px;
    margin-bottom: 55px;
  }
}
@media screen and (max-width:500px) {
  .productMerchandiseLayout__thirdContentsBox {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.productMerchandiseLayout__explanation {
  margin-bottom: 10px;
  line-height: 1.4;
}
.productMerchandiseLayout__nameE {
  margin-bottom: 25px;
}
@media screen and (max-width:900px) {
  .productMerchandiseLayout__nameE {
    margin-bottom: 0px;
  }
}
.productMerchandiseLayout__paragraph {
  margin-bottom: 15px;
}
.productMerchandiseLayout__listBox {
  padding-left: 2em;
  text-indent: -1em;
}
.productMerchandiseLayout__list {
  margin-bottom: 5px;
}
.productMerchandiseLayout__patentBox {
  margin-top: 15px;
  padding: 1em;
}
@media screen and (max-width:900px) {
  .productMerchandiseLayout__patentBox {
    margin-bottom: 15px;
  }
}

.productOthersLayout__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding-left: 2.475%;
  padding-right: 2.475%;
  padding-top: 150px;
  padding-bottom: 75px;
  padding-inline: 5%;
}
@media screen and (max-width:900px) {
  .productOthersLayout__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.productOthersLayout__heading {
  margin-bottom: 70px;
}
.productOthersLayout__items {
  margin-bottom: 125px;
}
@media screen and (max-width:900px) {
  .productOthersLayout__items {
    margin-bottom: 40px;
    background-color: #ECEBEB;
    padding: 40px 10px 15px;
  }
}
.productOthersLayout__items:last-child {
  margin-bottom: 0;
}
.productOthersLayout__br {
  display: none;
}
@media screen and (max-width:900px) {
  .productOthersLayout__br {
    display: block;
  }
}
.productOthersLayout__itemsTitle {
  margin-bottom: 30px;
  font-size: 1.5625rem;
  position: relative;
  pointer-events: none;
  transition: 1s;
}
@media screen and (max-width:900px) {
  .productOthersLayout__itemsTitle {
    pointer-events: auto;
    cursor: pointer;
    font-size: 1.375rem;
  }
}
@media screen and (max-width:900px) {
  .productOthersLayout__itemsTitle::after {
    content: "";
    display: block;
    background-image: url(images/accordion_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    transform: translateY(-50%) rotate(-180deg);
    position: absolute;
    right: 20px;
    top: 50%;
    transition: 1s;
  }
}
.productOthersLayout__itemsTitle.open::after {
  transform: translateY(-50%) rotate(0deg);
  transition: 1s;
}
.productOthersLayout__itemsContents {
  display: flex;
  justify-content: space-between;
  transition: max-height 1s;
  overflow: hidden;
}
@media screen and (max-width:900px) {
  .productOthersLayout__itemsContents {
    flex-direction: column;
  }
}
.productOthersLayout__itemsText {
  margin-bottom: 30px;
}
@media screen and (max-width:900px) {
  .productOthersLayout__itemsText {
    margin-bottom: 15px;
  }
}
.productOthersLayout__itemsTextSquare {
  background-color: #E4E6A1;
  width: 235px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 5px;
  border-radius: 5px;
  align-self: flex-end;
  text-align: center;
  margin-bottom: 15px;
}
.productOthersLayout__itemsImg {
  position: relative;
  padding-top: 37.809%;
  width: 48.76%;
}
@media screen and (max-width:900px) {
  .productOthersLayout__itemsImg {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 80%;
  }
}
@media screen and (max-width:900px) {
  .productOthersLayout__itemsImg-height80 {
    padding-top: 70%;
  }
}
.productOthersLayout__itemsImg > img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width:900px) {
  .productOthersLayout__itemsImg > img {
    height: 100%;
  }
}
.productOthersLayout__itemsTextBox {
  width: 48.76%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width:900px) {
  .productOthersLayout__itemsTextBox {
    width: 100%;
  }
}
.productOthersLayout__itemsTextImg {
  align-self: flex-end;
  position: relative;
  padding-top: 29.554%;
  width: 83.12%;
  align-self: flex-end;
  margin-top: auto;
}
.productOthersLayout__itemsTextImg > img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.productOthersLayout__itemslistBox {
  border: dotted 2px #333;
  padding: 5% 5%;
  margin-bottom: 15px;
}
.productOthersLayout__itemslistFeatures {
  font-size: 1.5625rem;
  margin-bottom: 5px;
}
@media screen and (max-width:900px) {
  .productOthersLayout__itemslistFeatures {
    font-size: 1.375rem;
  }
}

.productOptionLayout__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding-left: 2.475%;
  padding-right: 2.475%;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (max-width:900px) {
  .productOptionLayout__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.productOptionLayout__heading {
  margin-bottom: 70px;
}
.productOptionLayout__subHeading {
  text-align: center;
  font-size: 1.5625rem;
  margin-bottom: 30px;
}
.productOptionLayout__contenets {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width:500px) {
  .productOptionLayout__contenets {
    flex-direction: column;
    align-items: center;
  }
}
.productOptionLayout__contenets--single {
  justify-content: center;
}
.productOptionLayout__itemCard {
  width: 30%;
  margin-bottom: 3%;
}
.productOptionLayout__itemCard--single {
  width: 40%;
}
@media screen and (max-width:800px) {
  .productOptionLayout__itemCard--single {
    width: 55%;
  }
}
@media screen and (max-width:500px) {
  .productOptionLayout__itemCard {
    width: 70%;
    margin-bottom: 10%;
  }
}
@media screen and (max-width:500px) {
  .productOptionLayout__itemCard {
    width: 100%;
  }
}
.productOptionLayout__itemCard > .itemCard__img {
  margin: auto;
  max-width: 150px;
  padding-top: 30%;
}
.productOptionLayout__itemCard > .itemCard__img > img {
  -o-object-fit: contain;
     object-fit: contain;
}
.productOptionLayout__explanation {
  font-size: 1.5625rem;
}

.consultationLayout {
  padding: 100px 0;
}
@media screen and (max-width:900px) {
  .consultationLayout {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width:500px) {
  .consultationLayout {
    padding: 40px 0 40px;
  }
}

.consultationTopLayout {
  padding: 0 0 100px;
  padding-left: 2.475%;
  padding-right: 2.475%;
}
@media screen and (max-width:900px) {
  .consultationTopLayout {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:500px) {
  .consultationTopLayout {
    padding: 0 0 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.consultationTopLayout__inner {
  max-width: 1616px;
  margin: 0 auto;
}
.consultationTopLayout__headingBox {
  text-align: center;
  max-width: 790px;
  margin: 0 auto 70px;
  position: relative;
}
@media screen and (max-width:800px) {
  .consultationTopLayout__headingBox {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width:500px) {
  .consultationTopLayout__headingBox {
    margin: 0 auto 30px;
  }
}
.consultationTopLayout__headingBox::before {
  content: "";
  display: block;
  width: 77px;
  height: 77px;
  background-image: url(images/consultationTop.png);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:800px) {
  .consultationTopLayout__headingBox::before {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width:500px) {
  .consultationTopLayout__headingBox::before {
    width: 22px;
    height: 22px;
  }
}
.consultationTopLayout__headingBox::after {
  content: "";
  display: block;
  width: 77px;
  height: 77px;
  background-image: url(images/consultationTop.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width:800px) {
  .consultationTopLayout__headingBox::after {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width:500px) {
  .consultationTopLayout__headingBox::after {
    width: 22px;
    height: 22px;
  }
}
.consultationTopLayout__headingBox::before {
  transform: translate(-460%, -50%);
}
@media screen and (max-width:800px) {
  .consultationTopLayout__headingBox::before {
    transform: translate(-520%, -32%) rotate(20deg);
  }
}
@media screen and (max-width:500px) {
  .consultationTopLayout__headingBox::before {
    transform: translate(-748%, 50%) rotate(20deg);
  }
}
.consultationTopLayout__headingBox::after {
  transform: translate(360%, -50%) rotate(-90deg);
}
@media screen and (max-width:800px) {
  .consultationTopLayout__headingBox::after {
    transform: translate(410%, -32%) rotate(-110deg);
  }
}
@media screen and (max-width:500px) {
  .consultationTopLayout__headingBox::after {
    transform: translate(639%, 50%) rotate(-110deg);
  }
}
.consultationTopLayout__heading {
  font-size: 1.5625rem;
  background-color: #E4E6A1;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width:900px) {
  .consultationTopLayout__heading {
    margin-bottom: 10px;
  }
}
.consultationTopLayout__headingText {
  font-size: 1.5625rem;
}
@media screen and (max-width:900px) {
  .consultationTopLayout__headingText {
    font-size: 1.375rem;
  }
}
@media screen and (max-width:500px) {
  .consultationTopLayout__headingText {
    font-size: 1.125rem;
  }
}
.consultationTopLayout__headingHighlightText {
  font-size: 2.5rem;
}
@media screen and (max-width:900px) {
  .consultationTopLayout__headingHighlightText {
    font-size: 1.875rem;
  }
}
@media screen and (max-width:500px) {
  .consultationTopLayout__headingHighlightText {
    font-size: 1.375rem;
  }
}
.consultationTopLayout__contentsWrap {
  background-color: #F4FBFF;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5.56% 7.512%;
}
@media screen and (max-width:900px) {
  .consultationTopLayout__contentsWrap {
    padding: 0;
    background-color: transparent;
  }
}
.consultationTopLayout__contentsItem {
  width: 40%;
  margin-bottom: 120px;
}
@media screen and (max-width:1200px) {
  .consultationTopLayout__contentsItem {
    width: 47%;
  }
}
@media screen and (max-width:900px) {
  .consultationTopLayout__contentsItem {
    width: 100%;
    padding: 7.56% 13.512%;
    background-color: #F4FBFF;
  }
}
@media screen and (max-width:500px) {
  .consultationTopLayout__contentsItem {
    margin-bottom: 50px;
  }
}
.consultationTopLayout__contentsItem:last-child {
  margin: 0 auto;
}
.consultationTopLayout__contentsImg {
  margin-bottom: 25px;
}
@media screen and (max-width:900px) {
  .consultationTopLayout__contentsImg {
    margin-bottom: 30px;
  }
}
.consultationTopLayout__contentsStext {
  font-size: 1.5625rem;
}
@media screen and (max-width:900px) {
  .consultationTopLayout__contentsStext {
    font-size: 1.375rem;
  }
}
@media screen and (max-width:500px) {
  .consultationTopLayout__contentsStext {
    font-size: 1.125rem;
  }
}
.consultationTopLayout__contentsStextBox {
  margin-bottom: 25px;
}

.consultationMaintenanceLayout {
  padding: 100px 0 0;
  padding-left: 2.475%;
  padding-right: 2.475%;
}
@media screen and (max-width:900px) {
  .consultationMaintenanceLayout {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:500px) {
  .consultationMaintenanceLayout {
    padding: 50px 0 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.consultationMaintenanceLayout__inner {
  max-width: 1616px;
  margin: 0 auto;
  padding: 0 7.512%;
}
@media screen and (max-width:900px) {
  .consultationMaintenanceLayout__inner {
    padding: 0 0%;
  }
}
.consultationMaintenanceLayout__heading {
  margin-bottom: 90px;
}
@media screen and (max-width:500px) {
  .consultationMaintenanceLayout__heading {
    margin-bottom: 60px;
  }
}
.consultationMaintenanceLayout__highlightText {
  margin-bottom: 20px;
  font-size: 1.5625rem;
  display: inline-block;
  padding: 5px 15px;
}
@media screen and (max-width:500px) {
  .consultationMaintenanceLayout__highlightText {
    font-size: 1.125rem;
  }
}
.consultationMaintenanceLayout__list {
  margin-bottom: 20px;
}

.achievementsLayout {
  padding: 100px 0 0;
}
@media screen and (max-width:900px) {
  .achievementsLayout {
    padding: 60px 0 40px;
  }
}
@media screen and (max-width:500px) {
  .achievementsLayout {
    padding: 40px 0 40px;
  }
}

.achievementsTopLayout {
  padding: 0 0 100px;
  padding-left: 2.475%;
  padding-right: 2.475%;
}
@media screen and (max-width:900px) {
  .achievementsTopLayout {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:500px) {
  .achievementsTopLayout {
    padding: 0 0 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.achievementsTopLayout__inner {
  max-width: 1616px;
  margin: 0 auto;
}
.achievementsTopLayout__heading {
  margin: 0 auto 80px;
}
@media screen and (max-width:800px) {
  .achievementsTopLayout__heading {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width:500px) {
  .achievementsTopLayout__heading {
    margin: 0 auto 40px;
  }
}
.achievementsTopLayout__contentsWrap {
  max-width: 1064px;
  margin: 0 auto;
}
.achievementsTopLayout__contentsItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
@media screen and (max-width:900px) {
  .achievementsTopLayout__contentsItem {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
@media screen and (max-width:500px) {
  .achievementsTopLayout__contentsItem {
    margin-bottom: 40px;
  }
}
.achievementsTopLayout__contentsItem:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width:900px) {
  .achievementsTopLayout__contentsItem:nth-child(even) {
    flex-direction: column;
  }
}
.achievementsTopLayout__contentsImg {
  width: 48.12%;
  padding-top: 36.93%;
  min-height: 280px;
  position: relative;
}
@media screen and (max-width:900px) {
  .achievementsTopLayout__contentsImg {
    width: 80%;
    margin-bottom: 8px;
  }
}
@media screen and (max-width:500px) {
  .achievementsTopLayout__contentsImg {
    width: 100%;
    min-height: 230px;
  }
}
.achievementsTopLayout__contentsImg > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.achievementsTopLayout__contentsTextBox {
  width: 48.12%;
}
@media screen and (max-width:900px) {
  .achievementsTopLayout__contentsTextBox {
    width: 80%;
  }
}
@media screen and (max-width:500px) {
  .achievementsTopLayout__contentsTextBox {
    width: 100%;
  }
}
.achievementsTopLayout__contentsTextHeiglight {
  display: inline-block;
  position: relative;
  font-size: 1.5625rem;
}
.achievementsTopLayout__contentsTextHeiglight::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.7em;
  background-color: #E4E6A1;
  z-index: -1;
}
.achievementsTopLayout__contentsText--mg {
  margin-top: 30px;
}

.achievementsSecondLayout {
  background-color: #F4FBFF;
  padding: 150px 10%;
}
@media screen and (max-width:500px) {
  .achievementsSecondLayout {
    padding: 80px 0 0;
  }
}
.achievementsSecondLayout__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding-left: 2.475%;
  padding-right: 2.475%;
}
@media screen and (max-width:900px) {
  .achievementsSecondLayout__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:500px) {
  .achievementsSecondLayout__inner {
    padding: 0 0 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.achievementsSecondLayout__topContents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:900px) {
  .achievementsSecondLayout__topContents {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.achievementsSecondLayout__topContentsImg {
  width: 38.507%;
}
@media screen and (max-width:900px) {
  .achievementsSecondLayout__topContentsImg {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width:500px) {
  .achievementsSecondLayout__topContentsImg {
    width: 100%;
  }
}
.achievementsSecondLayout__topContentsImgText {
  font-size: 1.5625rem;
  text-align: right;
  margin-top: 15px;
}
@media screen and (max-width:1200px) {
  .achievementsSecondLayout__topContentsImgText {
    font-size: 1.125rem;
  }
}
.achievementsSecondLayout__topContentsTextBox {
  width: 58.805%;
}
@media screen and (max-width:900px) {
  .achievementsSecondLayout__topContentsTextBox {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width:500px) {
  .achievementsSecondLayout__topContentsTextBox {
    width: 100%;
  }
}
.achievementsSecondLayout__topContentsText {
  margin-bottom: 30px;
}
@media screen and (max-width:900px) {
  .achievementsSecondLayout__topContentsText {
    margin-bottom: 15px;
  }
}
.achievementsSecondLayout__secondContents {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width:900px) {
  .achievementsSecondLayout__secondContents {
    flex-direction: column;
  }
}
.achievementsSecondLayout__contentsItem {
  width: 32.895%;
  position: relative;
  bottom: 1.5em;
}
@media screen and (max-width:900px) {
  .achievementsSecondLayout__contentsItem {
    width: 60%;
    margin: 0 auto 50px;
    bottom: 0em;
  }
}
@media screen and (max-width:500px) {
  .achievementsSecondLayout__contentsItem {
    width: 100%;
  }
}
.achievementsSecondLayout__contentsItem--wid {
  width: 25.895%;
  bottom: 0em;
}
@media screen and (max-width:900px) {
  .achievementsSecondLayout__contentsItem--wid {
    width: 44%;
    margin: 0 auto 50px;
    bottom: 0em;
  }
}
@media screen and (max-width:500px) {
  .achievementsSecondLayout__contentsItem--wid {
    width: 70%;
  }
}
.achievementsSecondLayout__contentsText {
  font-size: 1.5625rem;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width:1200px) {
  .achievementsSecondLayout__contentsText {
    font-size: 1.125rem;
  }
}
.achievementsSecondLayout__contentsTextSmall {
  text-align: center;
}

.achievementsIntroductionLayout {
  /* &__inner {
          max-width: 1616px;
          margin: 0 auto;
          //padding:75px 0;
          @include cm.paddingWrap;

          @include cm.mq(tabm) {
              //padding: 40px 0 ;
              @include cm.paddingWrapSmall
          }

          @include cm.mq(sf) {
              // padding: 40px 0 ;
              @include cm.paddingWrapSmall
          }
      }
  */
}
.achievementsIntroductionLayout__wrap {
  max-width: 1616px;
  margin: 0 auto;
  background-color: #8DC7F5;
  padding-block: 40px;
  text-align: center;
  font-size: 1.125rem;
  padding-left: 2.475%;
  padding-right: 2.475%;
}
@media screen and (max-width:900px) {
  .achievementsIntroductionLayout__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:500px) {
  .achievementsIntroductionLayout__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.achievementsIntroductionLayout__wrap--bgImg {
  background-image: url(images/achievementsIntroduction__bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.achievementsIntroductionLayout__wrapInner {
  background-color: rgba(255, 252, 252, 0.7);
  padding: 150px 0;
}
@media screen and (max-width:500px) {
  .achievementsIntroductionLayout__wrapInner {
    padding: 60px 0;
  }
}
.achievementsIntroductionLayout__wrapInner:last-child {
  padding-top: 0;
}
.achievementsIntroductionLayout__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.achievementsIntroductionLayout__contentsItem {
  width: 31.68%;
  margin-bottom: 100px;
}
@media screen and (max-width:800px) {
  .achievementsIntroductionLayout__contentsItem {
    width: 48.68%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width:500px) {
  .achievementsIntroductionLayout__contentsItem {
    width: 100%;
    margin-bottom: 35px;
  }
}
.achievementsIntroductionLayout__contentsItem:nth-last-child(-n+3) {
  margin-bottom: 0px;
}
@media screen and (max-width:800px) {
  .achievementsIntroductionLayout__contentsItem:nth-last-child(-n+3) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width:500px) {
  .achievementsIntroductionLayout__contentsItem:nth-last-child(-n+3) {
    margin-bottom: 35px;
  }
}
@media screen and (max-width:800px) {
  .achievementsIntroductionLayout__contentsItem:nth-last-child(-n+2) {
    margin-bottom: 0px;
  }
}
@media screen and (max-width:500px) {
  .achievementsIntroductionLayout__contentsItem:nth-last-child(-n+2) {
    margin-bottom: 35px;
  }
}
.achievementsIntroductionLayout__contentsImg {
  padding-top: 78.906%;
  position: relative;
  margin-bottom: 20px;
}
.achievementsIntroductionLayout__contentsImg > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.achievementsIntroductionLayout__contentsText {
  font-size: 1.5625rem;
  line-height: 1.2;
}
@media screen and (max-width:1200px) {
  .achievementsIntroductionLayout__contentsText {
    font-size: 1.125rem;
  }
}
.achievementsIntroductionLayout__listBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width:500px) {
  .achievementsIntroductionLayout__listBox {
    display: block;
  }
}
.achievementsIntroductionLayout__listBox > * {
  width: 45%;
}
@media screen and (max-width:500px) {
  .achievementsIntroductionLayout__listBox > * {
    width: 100%;
  }
}
.achievementsIntroductionLayout__list {
  margin-bottom: 35px;
  font-size: 1.5625rem;
}
@media screen and (max-width:1200px) {
  .achievementsIntroductionLayout__list {
    font-size: 1.125rem;
  }
}
@media screen and (max-width:500px) {
  .achievementsIntroductionLayout__list {
    margin-bottom: 15px;
  }
}

.aboutLayout__inner {
  max-width: 1616px;
  margin: 0 auto;
  padding: 100px 0;
  padding-left: 2.475%;
  padding-right: 2.475%;
}
@media screen and (max-width:900px) {
  .aboutLayout__inner {
    padding: 60px 0 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:500px) {
  .aboutLayout__inner {
    padding: 40px 0 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.aboutCompanyLayout__inner {
  padding-bottom: 150px;
}
@media screen and (max-width:500px) {
  .aboutCompanyLayout__inner {
    padding-bottom: 70px;
  }
}
.aboutCompanyLayout__heading {
  margin-bottom: 80px;
}
.aboutCompanyLayout__contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:900px) {
  .aboutCompanyLayout__contents {
    flex-direction: column-reverse;
  }
}
.aboutCompanyLayout__googleMap {
  width: 48.762%;
  padding-top: 550px;
  position: relative;
}
@media screen and (max-width:900px) {
  .aboutCompanyLayout__googleMap {
    width: 100%;
  }
}
@media screen and (max-width:900px) {
  .aboutCompanyLayout__googleMap {
    padding-top: 450px;
  }
}
.aboutCompanyLayout__googleMap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.aboutCompanyLayout__textBox {
  width: 48.762%;
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
  align-self: end;
  padding: 60px 7.539%;
}
@media screen and (max-width:1200px) {
  .aboutCompanyLayout__textBox {
    padding: 50px 4.539%;
  }
}
@media screen and (max-width:900px) {
  .aboutCompanyLayout__textBox {
    width: 100%;
    padding: 50px 10.539%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width:500px) {
  .aboutCompanyLayout__textBox {
    padding: 40px 3%;
    margin-bottom: 30px;
  }
}
.aboutCompanyLayout__companyName {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
@media screen and (max-width:800px) {
  .aboutCompanyLayout__companyName {
    font-size: 1.875rem;
  }
}
@media screen and (max-width:500px) {
  .aboutCompanyLayout__companyName {
    margin-bottom: 15px;
    font-size: 1.5625rem;
  }
}
.aboutCompanyLayout__permission {
  margin-bottom: 20px;
}
@media screen and (max-width:500px) {
  .aboutCompanyLayout__permission {
    margin-bottom: 15px;
  }
}
.aboutCompanyLayout__addressBox {
  padding-bottom: 40px;
}
@media screen and (max-width:800px) {
  .aboutCompanyLayout__addressBox {
    padding-bottom: 20px;
  }
}
@media screen and (max-width:500px) {
  .aboutCompanyLayout__addressBox {
    padding-bottom: 15px;
  }
}
.aboutCompanyLayout__phoneText {
  font-size: 25px;
  display: inline-block;
  background-color: #E4E6A1;
  margin-bottom: 15px;
}
.aboutCompanyLayout__phoneTell {
  font-size: 1.5625rem;
}
@media screen and (max-width:800px) {
  .aboutCompanyLayout__phoneTell {
    font-size: 1.375rem;
  }
}
@media screen and (max-width:500px) {
  .aboutCompanyLayout__phoneTell {
    font-size: 1.125rem;
  }
}
.aboutCompanyLayout__phoneTell > a {
  color: #333;
}

.aboutHistoryLayout__inner {
  padding-bottom: 150px;
}
@media screen and (max-width:500px) {
  .aboutHistoryLayout__inner {
    padding-bottom: 70px;
  }
}
.aboutHistoryLayout__heading {
  margin-bottom: 80px;
}
.aboutHistoryLayout__imgContents {
  margin-bottom: 100px;
}
@media screen and (max-width:900px) {
  .aboutHistoryLayout__imgContents {
    margin-bottom: 40px;
  }
}
.aboutHistoryLayout__imgContentsText {
  font-size: 1.5625rem;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width:900px) {
  .aboutHistoryLayout__imgContentsText {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:800px) {
  .aboutHistoryLayout__imgContentsText {
    font-size: 1.375rem;
  }
}
@media screen and (max-width:500px) {
  .aboutHistoryLayout__imgContentsText {
    font-size: 1.125rem;
  }
}
.aboutHistoryLayout__imgBox {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width:900px) {
  .aboutHistoryLayout__imgBox {
    flex-direction: column;
  }
}
.aboutHistoryLayout__imgItem {
  width: 30%;
}
@media screen and (max-width:900px) {
  .aboutHistoryLayout__imgItem {
    max-width: 280px;
    width: 100%;
    margin: 0 auto 40px;
  }
}
.aboutHistoryLayout__imgItemImg {
  margin-bottom: 10px;
}
@media screen and (max-width:900px) {
  .aboutHistoryLayout__imgItemImg {
    margin-bottom: 5px;
  }
}
.aboutHistoryLayout__imgItemText {
  text-align: center;
}
.aboutHistoryLayout__textContents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:900px) {
  .aboutHistoryLayout__textContents {
    flex-direction: column;
  }
}
.aboutHistoryLayout__list {
  width: 65.77%;
}
@media screen and (max-width:900px) {
  .aboutHistoryLayout__list {
    width: 100%;
    margin-bottom: 40px;
  }
}
.aboutHistoryLayout__textContentsImg {
  width: 30.19%;
}
@media screen and (max-width:900px) {
  .aboutHistoryLayout__textContentsImg {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
}
.aboutHistoryLayout__listItem {
  border-bottom: solid 1px #333;
  display: flex;
  padding: 30px 0;
}
@media screen and (max-width:800px) {
  .aboutHistoryLayout__listItem {
    padding: 20px 0;
  }
}
@media screen and (max-width:500px) {
  .aboutHistoryLayout__listItem {
    flex-direction: column;
  }
}
.aboutHistoryLayout__listItem:first-child {
  border-top: solid 1px #333;
}
.aboutHistoryLayout__term {
  width: 230px;
  padding-left: 3.83%;
}
@media screen and (max-width:800px) {
  .aboutHistoryLayout__term {
    width: 160px;
    padding-left: 20px;
    flex-shrink: 0;
  }
}
@media screen and (max-width:500px) {
  .aboutHistoryLayout__term {
    width: 120px;
    margin-bottom: 3px;
  }
}
.aboutHistoryLayout__definition {
  padding-left: 3.83%;
}
@media screen and (max-width:800px) {
  .aboutHistoryLayout__definition {
    padding-left: 20px;
  }
}

.aboutPatentLayout__inner {
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
  padding: 80px 0 100px;
  margin-top: 80px;
}
@media screen and (max-width:500px) {
  .aboutPatentLayout__inner {
    border-top: solid 2px #333;
    border-bottom: solid 2px #333;
  }
}
.aboutPatentLayout__heading {
  text-align: center;
  margin: 0 0 80px;
}
@media screen and (max-width:900px) {
  .aboutPatentLayout__heading {
    margin: 0 auto 50px;
  }
}
.aboutPatentLayout__headingBgColor {
  font-size: 2.5rem;
  background-color: #E4E6A1;
}
@media screen and (max-width:800px) {
  .aboutPatentLayout__headingBgColor {
    font-size: 1.875rem;
  }
}
@media screen and (max-width:500px) {
  .aboutPatentLayout__headingBgColor {
    font-size: 1.5625rem;
  }
}
.aboutPatentLayout__list {
  max-width: 780px;
  margin: 0 auto 80px;
}
@media screen and (max-width:900px) {
  .aboutPatentLayout__list {
    max-width: none;
    margin: 0 auto 50px;
  }
}
.aboutPatentLayout__term {
  width: 100px;
}
@media screen and (max-width:900px) {
  .aboutPatentLayout__term {
    flex-shrink: 0;
  }
}
@media screen and (max-width:500px) {
  .aboutPatentLayout__term {
    width: 50px;
  }
}
.aboutPatentLayout__definition {
  padding-left: 20px;
}
.aboutPatentLayout__listItem {
  display: flex;
}
.aboutPatentLayout__topText {
  font-size: 1.5625rem;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width:500px) {
  .aboutPatentLayout__topText {
    font-size: 1.375rem;
  }
}
.aboutPatentLayout__text {
  text-align: center;
}
.aboutPatentLayout__contents {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
}
.aboutPatentLayout__patentCard {
  width: 31.683%;
}
@media screen and (max-width:1200px) {
  .aboutPatentLayout__patentCard {
    width: 49%;
    margin-bottom: 2%;
  }
}
@media screen and (max-width:900px) {
  .aboutPatentLayout__patentCard {
    width: 100%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width:1200px) {
  .aboutPatentLayout__patentCard:last-child {
    margin-bottom: 0%;
  }
}
.aboutPatentLayout__patentCard--full {
  width: 100%;
}
.aboutPatentLayout__info {
  margin-top: 30px;
}
.aboutPatentLayout__info dt {
  font-size: 1.875rem;
  margin-bottom: 10px;
  display: inline;
  background-color: #E4E6A1;
}
.aboutPatentLayout__info dd {
  margin-bottom: 46px;
}

.aboutRegistrationLayout {
  /*&__contentsItemInner{
      display:flex;
      @include cm.mq(tabm){
          flex-direction: column;
      }
  }
  &__name{
      font-size:cm.$thirdtitle;
      line-height: 1.4;
      margin-bottom:20px;
  }
  &__text{
      margin-bottom:4px;
  }*/
}
.aboutRegistrationLayout__inner {
  padding: 80px 0 100px;
}
.aboutRegistrationLayout__heading {
  margin: 0 0 80px;
}
.aboutRegistrationLayout__contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:900px) {
  .aboutRegistrationLayout__contents {
    flex-direction: column;
  }
}
.aboutRegistrationLayout__contentsItem {
  background-color: #F4FBFF;
  width: 31.683%;
  padding: 40px;
  margin-bottom: 2.4752%;
}
@media screen and (max-width:1200px) {
  .aboutRegistrationLayout__contentsItem {
    width: 49%;
  }
}
@media screen and (max-width:900px) {
  .aboutRegistrationLayout__contentsItem {
    width: 100%;
  }
}
@media screen and (max-width:500px) {
  .aboutRegistrationLayout__contentsItem {
    padding: 30px;
    margin-bottom: 4%;
  }
}
.aboutRegistrationLayout__contentsItem--maxW {
  width: 100%;
  padding: 30px 40px;
  margin-bottom: 40px;
}
@media screen and (max-width:900px) {
  .aboutRegistrationLayout__contentsItem--maxW {
    padding: 40px;
  }
}
@media screen and (max-width:500px) {
  .aboutRegistrationLayout__contentsItem--maxW {
    padding: 30px;
  }
}
.aboutRegistrationLayout__list {
  margin-left: 100px;
}
@media screen and (max-width:900px) {
  .aboutRegistrationLayout__list {
    margin-left: 0%;
  }
}
.aboutRegistrationLayout__definition {
  margin-left: 100px;
}
@media screen and (max-width:900px) {
  .aboutRegistrationLayout__definition {
    margin-left: 8.1967%;
  }
}
@media screen and (max-width:500px) {
  .aboutRegistrationLayout__definition {
    margin-left: 0%;
  }
}
.aboutRegistrationLayout__listItem {
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width:900px) {
  .aboutRegistrationLayout__listItem {
    margin-bottom: 5px;
  }
}
@media screen and (max-width:500px) {
  .aboutRegistrationLayout__listItem {
    flex-direction: column;
    margin-bottom: 15px;
    line-height: 1.4;
  }
}

.aboutContactLayout__inner {
  padding: 80px 0 100px;
}
.aboutContactLayout__heading {
  margin: 0 0 80px;
}
.aboutContactLayout__textBox {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  .aboutContactLayout__textBoxBr {
    display: none;
  }
}
.aboutContactLayout__contents {
  border-top: solid 2px #333;
  border-bottom: solid 2px #333;
  max-width: 785px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
@media screen and (max-width:800px) {
  .aboutContactLayout__contents {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width:500px) {
  .aboutContactLayout__contents {
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
  }
}
.aboutContactLayout__contentsText {
  font-size: 1.5625rem;
  margin-bottom: 30px;
}
@media screen and (max-width:800px) {
  .aboutContactLayout__contentsText {
    font-size: 1.375rem;
  }
}
@media screen and (max-width:500px) {
  .aboutContactLayout__contentsText {
    font-size: 1.125rem;
    font-weight: normal;
  }
}
.aboutContactLayout__phoneTell {
  font-size: 2.5rem;
}
@media screen and (max-width:800px) {
  .aboutContactLayout__phoneTell {
    font-size: 1.875rem;
  }
}
@media screen and (max-width:500px) {
  .aboutContactLayout__phoneTell {
    font-size: 1.5625rem;
  }
}

.patentLayout__title {
  margin-block: 80px;
  text-align: center;
  font-size: 1.5625rem;
}
@media screen and (max-width:500px) {
  .patentLayout__title {
    font-size: 1.375rem;
  }
}
.patentLayout > ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  padding-inline: 2.475%;
}
@media screen and (max-width:900px) {
  .patentLayout > ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width:500px) {
  .patentLayout > ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.patentLayout img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.patentLayout__text {
  background-color: #F4FBFF;
  padding: 20px 10px;
  margin-bottom: 2.4752%;
  margin-top: 2%;
}

/*index.html*/
/*product.html*/
/*consultation.html*/
/*achievements.html*/
/*about.html*/
/*# sourceMappingURL=style.css.map */