@charset "UTF-8";
/* CSS Document */
.petal img {
  pointer-events: none;
}
.petal01 {
  position: absolute;
  top: 76vh;
  left: 8vw;
}
.petal02 {
  position: absolute;
  top: 146vh;
  left: 10vw;
}
.petal03 {
  position: absolute;
  top: 140vh;
  right: 9vw;
}
.petal04 {
  position: absolute;
  top: 351vh;
  left: 8vw;
}
.petal05 {
  position: absolute;
  top: 408vh;
  left: 14vw;
}
.petal06 {
  position: absolute;
  top: 514vh;
  left: 8vw;
}
.petal07 {
  position: absolute;
  top: 566vh;
  left: 8vw;
}
.petal08 {
  position: absolute;
  top: 348vh;
  right: 11vw;
}
.petal09 {
  position: absolute;
  top: 451vh;
  right: 3vw;
}
.petal10 {
  position: absolute;
  top: 508vh;
  right: 1vw;
}
.petal11 {
  position: absolute;
  top: 555vh;
  right: 1vw;
}
.petal12 {
  position: absolute;
  top: 622vh;
  left: 13vw;
}
.petal13 {
  position: absolute;
  bottom: 208vh;
  left: 10vw;
}
.petal14 {
  position: absolute;
  bottom: 235vh;
  right: 1vw;
}
.petal15 {
  position: absolute;
  bottom: 189vh;
  right: 2vw;
}
.petal16 {
  position: absolute;
  bottom: 99vh;
  left: 7vw;
}
.petal17 {
  position: absolute;
  bottom: 39vh;
  left: 8vw;
}
.petal18 {
  position: absolute;
  bottom: 89vh;
  right: 8vw;
}
.petal19 {
  position: absolute;
  bottom: 0vh;
  left: 8vw;
}
.petal20 {
  position: absolute;
  bottom: 67vh;
  right: 8vw;
}
.petal21 {
  position: absolute;
  bottom: 9vh;
  right: 0vw;
}
.header-pc {
  position: fixed;
  width: 150px;
  height: 103vh;
  background-image: url(../images/common/sound_celltique.png);
  background-size: contain;
  background-position: 0 30px;
  background-repeat: no-repeat;
  background-color: #fff;
  border-right: 1px solid #ccc;
}
.global_nav {
  margin-top: 73vh;
  margin-left: 7px;
  font-size: 13px;
  font-weight: bold;
}
.global_nav li {
  margin-left: -1px;
  color: #252525;
}
/*.global_nav li:before {
    content: url(../images/index/global_nav.png);
    height: 0;
    display: inline-block;
    border-radius: 100%;
    background: #7a7a7a;
    position: relative;
    left: -5px;
    top: 7px;
}*/
.global_nav li .global_nav-item {
  padding-left: 15px;
  background: url(../images/common/global_nav.png) no-repeat left center / 10px;
}
.global_nav li .global_nav-item.ls {
  letter-spacing: -.05em;
}
.global_nav .contact-btn {
  list-style: none;
  margin: 5px 4px;
  background: #222;
  color: #fff;
  text-align: center;
  border-radius: 18px;
}
.global_nav .contact-btn a {
  display: block;
  background: none;
  padding-left: 0;
}
.global_nav .contact-btn:before {
  content: none;
}
.global_nav li.logo {
  list-style: none;
  margin: 30px 10px;
}
.global_nav li.logo a {
  background: none;
  padding-left: 0;
}
.global_nav .logo:before {
  content: none;
}
.main {
  margin-left: 150px;
}
#Main {
  background-image: url(../images/index/main_visual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  max-height: 1200px;
}
.sc {
  width: 35vw;
  max-width: 680px;
  margin-top: 15vw;
  margin-left: 14vw;
}
.block {
  padding: 296px 0;
  background: url(../images/common/top.png) no-repeat center top / 1950px 296px, url(../images/common/bottom.png) no-repeat center bottom / 1950px 296px;
}
.block-inner {
  width: 100%;
  padding: 130px 0;
}
@media (width < 1100px) {
  .block-inner {
    padding: 100px 0;
  }
}
.block-inner.black {
  padding: 130px 0;
  background: #202020 url(../images/common/bg.png) no-repeat left top / auto 100%;
}
@media (width < 1100px) {
  .block-inner.black {
    padding: 100px 2.5%;
    background: #202020 url(../images/index/bg-sp.png) no-repeat center top / 100% auto;
  }
}
#Research_and_development .block-inner.black {
  background-size: auto 78%;
}
@media (width < 1100px) {
  #Research_and_development .block-inner.black {
    background: #202020 url(../images/index/bg-sp.png) no-repeat center top / 100% auto;
  }
}
.block-title {
  width: 60vw;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 80px;
  font-family: 'YakuHanMP', 'STIX Two Text', 'Noto Serif JP', serif;
  font-size: 50px;
  font-weight: normal;
}
@media (width < 1100px) {
  .block-title {
    width: 100%;
    font-size: 35px;
  }
}
.block-title i {
  display: block;
  margin-bottom: 15px;
  font-size: 22px;
  font-style: normal;
  color: #a5a5a5;
}
@media (width < 1100px) {
  .block-title i {
    font-size: 11px;
  }
}
#Research_and_development .block-title, #News .block-title, #Privacy_policy .block-title {
  color: #fff;
}
#Research_and_development .block-title i, #News .block-title i, #Privacy_policy .block-title i {
  color: #fff;
}
#About {
  background-image: url(../images/index/about02.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 3901/2190;
  padding-bottom: 6vw;
}
.sc_about {
  width: 23vw;
}
.about01 {
  width: 60vw;
  max-width: 1100px;
  margin: 0px auto;
  padding-top: 8vw;
}
.about02 {
  float: right;
  margin-top: 4vw;
  text-box: trim-both cap alphabetic;
  padding: 13px 22px;
  color: #fff;
  background: #222;
  font-size: 21px;
}
.about03 {
  clear: both;
  width: 60vw;
  max-width: 1100px;
  margin: 1vw auto;
  padding-top: 10px;
  text-align: right;
  font-size: 13px;
  font-weight: bold;
}
.about03 p {
  padding-bottom: 10px;
}
.about04 {
  clear: both;
  width: 60vw;
  max-width: 1100px;
  margin: 2vw auto;
  padding: 2vw 0 4vw;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}
.about05 {
  font-family: 'YakuHanMP', 'STIX Two Text', 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 35px;
}
.about06 {
  width: fit-content;
  text-box: trim-both cap alphabetic;
  margin: 8px auto;
  background: #fff;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #ccc;
}
.about07 {
  font-size: 35px;
  margin: 10px;
  font-family: 'YakuHanMP', 'STIX Two Text', 'Noto Serif JP', serif;
  font-weight: bold;
}
.about07 .about07_2 {
  font-family: "YakuHanJP", "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "MyYuGothic", "Meiryo", "メイリオ", "YuGothic", "Yu Gothic", "游ゴシック", "Helvetica", sans-serif;
  font-size: 15px;
}
@media (width < 1100px) {
  .about08 , .about09 {
    display: block;
  }
}

.about08 {
  width: fit-content;
  text-box: trim-both cap alphabetic;
  margin: 0 auto;
  background: #fff;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #ccc;
}
.about09 {
  margin: 10px;
  font-weight: bold;
  line-height: 1.5;
}
.Research_and_development-inner {
  background-image: url(../images/common/bg.png);
  background-size: auto 70%;
  background-repeat: no-repeat;
  background-color: #202020;
  width: 100%;
  aspect-ratio: 3915/2265;
  padding-top: 8vw;
  padding-bottom: 10vw;
}
.development01 {
  width: 60vw;
  max-width: 1100px;
  margin: 0px auto;
}
.development02 {
  color: #fff;
  font-size: 50px;
}
.development03 {
  color: #a5a5a5;
  padding-top: 1vw;
  font-size: 11px;
}
.development04 {
  width: 60vw;
  max-width: 1100px;
  margin: 1vw auto;
  background-image: url(../images/index/development_red.png);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
.development05 {
  color: #fff;
  padding: 2vw 0 1vw 32vw;
  font-size: 25px;
}
.development06 {
  color: #fff;
  padding: 0 0 2vw 32vw;
  font-size: 15px;
}
.development06_02 {
  display: none;
}
.development07 {
  width: 60vw;
  max-width: 1100px;
  margin: 4vw auto 0;
  background-image: url(../images/index/development_blue.png);
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.development08 {
  color: #fff;
  padding: 3vw 0 1vw 2vw;
  font-size: 25px;
}
.development09 {
  color: #fff;
  padding: 0 0 4vw 2vw;
  font-size: 15px;
}
#Company {}
.company-sec {
  width: 60vw;
  max-width: 1100px;
  margin: 0 auto 80px;
}
@media (width < 1100px) {
  .company-sec {
    width: 100%;
  }
}
.company-article {
  display: flex;
  justify-content: space-between;
}
@media (width < 1100px) {
  .company-article {
    flex-direction: column;
  }
}
.company-article:not(:last-child) {
  margin-bottom: 110px;
}
.company-article-title {
  width: 15%;
  font-size: 20px;
  font-weight: normal;
  font-family: 'YakuHanMP', 'STIX Two Text', 'Noto Serif JP', serif;
}
@media (width < 1100px) {
  .company-article-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
/*.company-article .tableForm {
  max-width: 850px;
  width: 85%;
  margin: 0 auto;
  border-radius: 1px;
}
@media (width < 1100px) {
  .company-article .tableForm {
    width: 100%;
  }
}
.company-article .tableForm tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}
.company-article .tableForm th {
  width: 12.5em;
  text-align: justify;
  text-justify: inter-cluster;
  vertical-align: top;
  text-align: center;
}
.company-article .tableForm td, .company-article .tableForm th {
  padding: 0.5em 2em;
  border: none;
  border: 1px solid #222;
  color: #222;
  vertical-align: middle;
}*/
.company-article-informarion {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
@media (width < 1100px) {
  .company-article-informarion {
    width: 100%;
  }
}
.company-article-informarion-txt {
  width: 27%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (width < 1100px) {
  .company-article-informarion-txt {
    width: 100%;
  }
}
.company-article-informarion-address {
  font-size: 13px;
}
@media (width < 1100px) {
  .company-article-informarion-address {
    margin-bottom: 20px;
  }
}
.company-article-informarion-map {
  display: block;
  width: 70%;
  max-width: 600px;
  height: 290px;
  border: 1px solid #222;
}
@media (width < 1100px) {
  .company-article-informarion-map {
    width: 100%;
  }
}
.company-article-informarion-title {
  font-size: 15px;
}
.company-article-informarion-address {}
.company-article-informarion {}
.company-article-informarion {}
.company01 {
  width: 60vw;
  max-width: 1100px;
  margin: 2vw auto 6vw;
}
.company02 {
  font-size: 50px;
}
.company03 {
  color: #a5a5a5;
  padding-top: 1vw;
}
.company_box {
  width: 60vw;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 10vw;
}
.company_box .tableForm {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  border-radius: 1px;
}
.company_box .tableForm tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}
.company_box .tableForm th {
  width: 12.5em;
  text-align: justify;
  text-justify: inter-cluster;
  vertical-align: top;
  text-align: center;
}
.company_box .tableForm td, .company_box .tableForm th {
  padding: 0.5em 2em;
  border: none;
  border: 1px solid #222;
  color: #222;
  vertical-align: middle;
}
.company04 {
  width: 60vw;
  max-width: 1100px;
  margin: 9vw auto 0;
  position: relative;
}
.company05 {
  position: absolute;
  top: 0;
}
.company_box02 {
  width: 60vw;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 10vw;
}
.company_box02 .tableForm {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  border-radius: 1px;
  border-bottom: 1px solid #222;
  border-collapse: unset;
  /*padding-bottom: 50px;*/
}
.company_box02 .tableForm th {
  width: 18.5em;
  text-align: justify;
  position: relative;
}
.company_box02 .tableForm td, .company_box02 .tableForm th {
  padding: 2em 0;
  border: none;
  border-top: 1px solid #222;
  color: #222;
  vertical-align: top;
}
.company06 {
  position: absolute;
  bottom: 3em;
}
.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #202020;
}
.News-inner {
  background-image: url(../images/common/bg.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #202020;
  width: 100%;
  aspect-ratio: 3903/1484;
  padding: 5vw 20px 7vw;
}
.news01 {
  width: 60vw;
  max-width: 1100px;
  margin: 0px auto;
}
.news02 {
  color: #fff;
  font-size: 50px;
}
.news03 {
  color: #a5a5a5;
  padding-top: 1vw;
  font-size: 11px;
}
.news04 {
  width: 60vw;
  max-width: 1100px;
  margin: 1vw auto;
  padding-left: 10vw;
  color: #fff;
}
.news04 ul {
  border-bottom: 1px solid #fff;
  padding: 5px 0;
}
.news04 li {
  border-top: 1px solid #fff;
  padding: 14px 10px 14px 30px;
}
.news04 li {
  display: flex; /* Flexboxを適用 */
}
.news04 .date {
  width: 100px; /* 日付の幅を固定 */
}
.news04 .title {
  flex: 1; /* 残りの幅をすべて使う */
}
.news04 .new {
  padding-left: 5em;
  text-indent: -4.5em;
}
.news04 .new_title {
  background: #fff;
  color: #222;
  padding: 0 9px;
  font-weight: bold;
  border-radius: 3px;
  margin-right: 10px;
}
#Contact_form {}
.cf01 {
  width: 60vw;
  max-width: 1100px;
  margin: 12vw auto 3vw;
}
.cf02 {
  font-size: 50px;
}
.cf03 {
  color: #a5a5a5;
  padding-top: 1vw;
  font-size: 11px;
}
.contact .tableForm {
  max-width: 700px;
  width: 100%;
  /*margin: 0 auto;*/
  border-radius: 1px;
}
#Privacy_policy {
  margin-bottom: 60px
}
.Privacy_policy-inner {
  background-image: url(../images/common/bg.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #202020;
  width: 100%;
  /*aspect-ratio: 3903/1584;*/
  padding-top: 5vw;
  padding-bottom: 5vw;
  overflow: hidden;
  /*min-height: 672px;*/
}
.pp01 {
  width: 60vw;
  max-width: 1100px;
  margin: 0px auto;
}
.pp02 {
  color: #fff;
  font-size: 50px;
}
.pp03 {
  color: #a5a5a5;
  padding-top: 1vw;
  font-size: 11px;
}
.pp04 {
  width: 60vw;
  max-width: 1100px;
  margin: 1vw auto;
  padding-left: 10vw;
  color: #fff;
}
.pp05 {
  background-color: rgba(255,255,255,.1);
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  overflow: auto;
  border: 1px solid #ccc;
  border-radius: 8px;
}
.pp06 {
  padding: 30px 60px;
}
.pp06 article:not(:last-child) {
  margin-bottom: 20px;
}
.pp06 article p, .pp06 article ul {
  padding: 0 1em;
}
.pp07 {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  border-left: 4px solid #FFF;
  padding-left: 7px;
  line-height: 1;
}
.top {
  background-image: url(../images/common/top.png);
  background-size: 1900px 296px;
  background-repeat: no-repeat;
  background-position: center top;
  /*aspect-ratio: 3900/592;*/
  width: 100%;
  height: 296px;
}
.bottom {
  background-image: url(../images/common/bottom.png);
  background-size: 1900px 296px;
  background-repeat: no-repeat;
  background-position: center top;
  /*aspect-ratio: 3900/592;*/
  width: 100%;
  height: 296px;
}
#Bottom {
  background-image: url(../images/common/bottom.png);
  background-size: 1900px 296px;
  background-repeat: no-repeat;
  background-position: center top;
  /*aspect-ratio: 3900/592;*/
  width: 100%;
  height: 296px;
  margin-bottom: 6vw;
}
/*.footer {
  background-image: url(../images/index/footer.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #202020;
  width: 99.8%;
  padding-top: 2vw;
  padding-bottom: 0;
  color: #fff;
  text-align: center;
  z-index: 0;
  min-height: 200px;
}
.footer_inner {
  max-width: 1100px;
  width: 93vw;
  margin: 0 auto;
  position: relative;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  width: 883px;
  margin: 0 auto;
}
.footer-nav li {
  padding: 0;
  margin-right: 10px;
  list-style: none;
}
.footer-nav li::before {
  content: '';
  display: inline-block;
  background-image: url(../images/index/footer-nav.png);
  width: 12px;
  height: 12px;
  margin-right: 5px;
  margin-top: 5px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  padding-top: 19px;
}
.footer-nav li:last-child::before {
  content: none;
}
.footer-nav li:last-child {
  width: 135px;
  position: absolute;
  top: 28px;
}
.footer small {
  margin-top: 100px;
  display: block;
}
.footer-guidance {
  border: 0;
  color: #fff;
  z-index: 100;
  right: 15vw;
  text-align: right;
  margin-top: -38px;
}
.fg01 {
  font-size: 23px;
}
.fg02 {
  width: 18px;
  height: auto;
  margin-right: 2px;
  padding-bottom: 7px;
}
.fg03 {
  background: #fff;
  color: #222;
  font-size: 9px;
  margin-right: 14px;
  padding: 0 13px;
  font-weight: bold;
  border-radius: 3px;
}
.fg04 {
  font-size: 12px;
}
.fg05 {
  margin-top: -7px;
  margin-bottom: 10px;
}
.fg05 p.address {
  margin-bottom: 10px;
  ;
}*/
.wrap-s {
  width: 95%;
  max-width: 1000px;
  margin: 5vh auto;
  padding-left: 150px;
  height: calc(100vh - 330px);
}
@media (width < 1100px) {
  .wrap-s {
    height: 50vh;
  }
}
.boxForm, .thanks {
  box-sizing: border-box;
  width: 100%;
  margin: 20px auto;
  border: 1px solid #202020;
  border-radius: 3px;
  padding: 60px 20px 30px;
  height: calc(100vh - 330px);
}
@media (width < 1280px) {
  .footer-nav {
    margin-left: 9vw;
  }
}
@media (width < 1100px) {
  .header-sp a img {
    width: auto;
    height: 50px;
  }
  .logo2 {
    position: absolute;
    width: 112px;
    right: 8px;
    border: 32px;
    top: 16px;
  }
  .wrap-s {
    width: 95%;
    max-width: 1000px;
    margin: 100px auto;
    padding-left: 0;
    height: 80vh;
  }
  .header-pc {
    display: none;
  }
  .main {
    margin-left: 0;
  }
  #Main {
    background-image: url(../images/index/main_visual_sp.png);
    margin-top: 50px;
  }
  .mm-menu__item .area-tel .tel-num {
    font-size: 5vw;
  }
  .about01 {
    width: auto;
    margin: 0px 7vw;
  }
  .about03 {
    width: auto;
    margin: 0px 7vw;
    font-size: 13px;
  }
  .about04 {
    width: auto;
    margin: 0px 7vw;
  }
  .development01 {
    width: auto;
    margin: 0px 7vw;
  }
  .company01 {
    width: auto;
    margin: 0px 7vw;
  }
  #Company {
    padding: 110px 20px;
  }
  .company03 {
    color: #a5a5a5;
    padding-top: 1vw;
    margin-bottom: 6vw;
  }
  .company_box {
    width: auto;
    margin: 0 auto;
    padding-left: 0;
    margin: 0 13vw;
  }
  .company_box02 {
    width: auto;
    margin: 0 auto;
    padding-left: 0;
    margin: 0 13vw;
  }
  .company04 {
    margin: 0;
    padding: 72px 0;
    position: relative;
    margin: 64px;
  }
  .company05 {
    position: static;
  }
  .news01 {
    width: auto;
    margin: 0px 7vw;
  }
  .news04 {
    width: auto;
    margin: 0 auto;
    padding-left: 0;
    margin: 0 13vw;
  }
  #Contact_form {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  .cf01 {
    width: auto;
    margin: 0px 7vw;
  }
  .cf03 {
    margin-bottom: 6vw;
  }
  .pp01 {
    width: auto;
    margin: 0px 7vw;
  }
  .pp04 {
    width: auto;
    margin: 0 auto;
    padding-left: 0;
    margin: 0 13vw;
  }
  #Privacy_policy {
    /*padding-bottom: 63vw;*/
  }
  /*.footer-nav {
    margin-left: 20px;
  }
  .footer-nav {
    width: auto;
  }
  .footer-guidance {
    right: 5vw;
  }*/
}
@media (width < 768px) {
  #Main {
    background-image: url(../images/index/main_visual_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    max-height: 1200px;
    position: relative;
    height: 450px;
  }
  .sc {
    width: auto;
    height: auto;
    max-width: none;
    margin-top: auto;
    margin-left: auto;
    padding: 10px;
    position: absolute;
    bottom: 40px;
  }
  #About {
    background-image: url(../images/index/about02.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 3902/2623;
    padding: 0 20px 120px;
  }
  .about01 {
    width: auto;
    margin: 0px auto;
    padding-top: 10vw;
    text-align: center;
  }
  .sc_about {
    width: 60vw;
    max-width: 1100px;
  }
  .about02 {
    float: none;
    margin-top: 4vw;
    text-box: trim-both cap alphabetic;
    padding: 20px 10px;
    color: #fff;
    background: #222;
    font-size: 18px;
    line-height: 1.3;
  }
  .about03 {
    width: auto;
    margin: 15px auto 30px;
    padding-top: 10px;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    font-size: 13px;
  }
  .about04 {
    width: auto;
    padding: 2vw 0 12vw;
    margin: 0;
  }
  .about05 {
    font-size: 34px;
    margin-top: 3vw;
  }
  .about06 {
    margin: 8px 18px;
    padding: 10px 20px;
    font-size: 13px;
  }
  .about07 {
    font-size: 34px;
    margin: 10px;
  }
  .about07_2 {
    font-size: 15px;
    font-weight: bold;
  }
  .about08 {
    background: #fff;
    padding: 10px 20px;
    font-size: 13px;
  }
  .about09 {
    line-height: 1;
    font-size: 26px;
    font-weight: bold;
  }
  .block {
    /*margin-bottom: 80px;*/
    padding: 149px 0;
    background: url(../images/index/top-sp.png) no-repeat center top / 1100px 149px, url(../images/index/bottom-sp.png) no-repeat center bottom / 1100px 149px;
  }
  .block-title {
    font-size: 35px;
  }
  .Research_and_development-inner {
    background-image: url(../images/index/development_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #202020;
    width: 100%;
    aspect-ratio: 1560 / 2698;
    padding: 90px 20px 90px;
  }
  .development01 {
    width: auto;
    margin: 0;
  }
  .development02 {
    font-size: 35px;
  }
  .development03 {
    font-size: 11px;
  }
  .development04 {
    width: 84vw;
    margin: 12vw auto;
    background-image: url(../images/index/development_red_sp.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vw;
  }
  .development05 {
    padding: 35vw 0 5vw 0;
    font-size: 25px;
    font-weight: bold;
  }
  .development06 {
    display: none;
  }
  .development06_02 {
    color: #fff;
    padding: 0 0 2vw 0;
    font-size: 15px;
    font-weight: bold;
    display: inline;
  }
  .development07 {
    width: 84vw;
    margin: 0 auto;
    background-image: url(../images/index/development_blue_sp.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vw;
  }
  .development08 {
    padding: 35vw 0 5vw 0;
    font-size: 25px;
    font-weight: bold;
  }
  .development09 {
    color: #fff;
    padding: 0 0 2vw 0;
    font-size: 15px;
    font-weight: bold;
  }
  #Company {
    margin-bottom: 80px;
    padding: 0 20px;
  }
  .company01 {
    margin: 0;
  }
  .company02 {
    font-size: 35px;
  }
  .company_box {
    margin: 0;
  }
  /*.company_box .tableForm td, .company_box .tableForm th {
    display: block;
    width: 100%;
    text-align: left;
  }
  .company_box .tableForm td {
    padding-left: 40px;
    font-weight: bold;
  }
  .company_box02 {
    margin: 0;
    padding: 25px 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
  }
  .company04 {
    margin: 50px 0 0;
    padding: 50px 0;
    width: 100%;
  }
  .company_box02 .tableForm {
    border-bottom: none;
  }
  .company_box02 .tableForm td, .company_box02 .tableForm th {
    padding: 1em 0 0;
    border: none;
    border-top: none;
    color: #222;
    vertical-align: top;
    display: block;
    width: 100%;
  }
  .company_box02 .tableForm th {
    padding: 0 0;
  }
  .company_box02 .tableForm tr {
  }*/
  .company06 {
    position: static;
  }
  .company {}
  .company-box {}
  .company-box-title {}
  .News-inner {
    background-image: url(../images/index/news_sp.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #222;
    width: 100%;
    /* aspect-ratio: 1564 / 2316; */
    /* padding-top: 5px; */
    /* padding-bottom: 70px; */
  }
  .news01 {
    width: auto;
    margin: 75px 0 0;
  }
  .news02 {
    font-size: 35px;
  }
  .news04 {
    margin: 0;
  }
  .news04 .date {
    width: 100px;
    position: absolute;
    left: 35px;
  }
  .news04 .title {
    flex: 1;
    padding-top: 40px;
  }
  #Contact_form {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .cf01 {
    margin: 0;
  }
  .cf02 {
    font-size: 35px;
  }
  .contact .tableForm {
    border-bottom: 1px solid;
  }
  .contact .tableForm th {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0;
    -moz-text-align-last: left;
    -ms-text-align-last: left;
    text-align-last: left;
    font-size: 1.5rem;
    font-weight: bold;
    border: 1px solid #222;
    border-bottom: 0;
  }
  .contact .tableForm td {
    padding-top: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    border-bottom: 0;
  }
  #Privacy_policy {
    margin-bottom: 100px;
  }
  .Privacy_policy-inner {
    background-image: url(../images/index/privacy_policy_sp.png);
    background-color: #222;
    width: 100%;
    aspect-ratio: 1564 / 3000;
    padding: 90px 20px 50px;
    min-height: 829px;
    overflow: hidden;
  }
  .pp01 {
    width: auto;
    margin: 0 0 13vw;
  }
  .pp02 {
    font-size: 35px;
  }
  .pp04 {
    width: auto;
    margin: 0 auto;
    padding-left: 0;
    margin: 0;
  }
  .pp05 {
    background-image: url(../images/index/pp.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 128vw;
    overflow: auto;
    border: 1px solid #ccc;
    border-radius: 8px;
  }
  .pp06 {
    padding: 30px 22px;
  }
  .block {}
  .top {
    background-image: url(../images/index/top-sp.png);
    aspect-ratio: 1560/612;
  }
  .bottom {
    background-image: url(../images/index/bottom-sp.png);
    aspect-ratio: 1560/612;
  }
  #Bottom {
    aspect-ratio: 2000 / 1235;
  }
  #Bottom {
    background-image: url(../images/index/bottom-sp.png);
    aspect-ratio: 1560/612;
    margin-bottom: 6vw;
  }
   /*.footer {
    background-image: url(../images/index/footer_sp.png);
    width: 100%;
    padding: 30px 25px;
    text-align: center;
    overflow: hidden;
  }
  .footer_inner {
    width: 370px;
    margin: 0 auto;
    position: relative;
  }
  .footer-nav {
    1026
  }
  .footer-nav li {
    padding: 0;
    margin-right: 10px;
    list-style: none;
    float: left;
  }
  .footer-nav li:last-child {
    width: 120px;
    position: absolute;
    top: 86px;
    right: 4vw;
  }
  .footer-guidance {}
  .fg01 {
    font-size: 29px;
  }
  .fg05 {
    font-size: 12px;
  }
  .fg06 {
    font-size: 15px;
  }
  .footer-guidance .fg06 .address {
    font-size: 13px;
  }
}
@media (width < 395px) {
  .footer-nav li:last-child {
    right: 9vw;
  }
  .footer-guidance {
    right: 11vw;
  }
}
@media (width < 370px) {
  .footer_inner {
    width: auto;
  }
  .footer-nav li:last-child {
    right: 0;
  }
  .footer-guidance {
    right: 0;
  }*/
}
.thanks_page .outer {
    height: 100vh;
    margin-top: 5vh;
    margin-left: 150px;
}
@media (width < 798px) {
  .thanks_page .outer {
    margin-top: 10vh;
    margin-left: 0;
  }
}
.advisor {
  width: 60vw;
  max-width: 1100px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media (width < 798px) {
  .advisor {
    width: 95%;
  }
}
.advisor-title {
  margin-bottom: 30px;
  color: #fff;
  font-size: 25px;
  font-weight: normal;
  font-family: 'YakuHanMP', 'STIX Two Text', 'Noto Serif JP', serif;
  text-align: left;
}
.advisor-outer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.advisor-outer-panel {
  width: 45%;
  padding: 30px;
  background: rgba(255, 255, 255, .8);
  border-radius: 5px;
  filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.3));
}
@media (width < 798px) {
  .advisor-outer-panel {
    width: 100%;
    padding: 20px;
  }
  .advisor-outer-panel:first-of-type {
    margin-bottom: 20px;
  }
}
.advisor-outer-panel-name {
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-family: 'YakuHanMP', 'STIX Two Text', 'Noto Serif JP', serif;
}
.advisor-outer-panel-profile {
  display: inline-block;
  text-align: left;
}
.advisor-outer-panel-profile dt {}
.advisor-outer-panel-profile dd {}