@charset "UTF-8";
strong {
  font-weight: bold;
}

body {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.Bold {
  font-weight: bold;
}

.m-plus-rounded-1c-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

header {
  position: fixed;
  /* top: 0; */
  z-index: 1000;
  /* width: 100%; */
  position: fixed;
  width: 100%;
  top: 0;
  /*backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);*/
  /* background: rgba(247, 247, 247, 0.65);*/
}

/*HeaderAnime上書き*/
#HeaderAnime {
  -webkit-transition: .5s;
  transition: .5s;
  top: 0;
  z-index: 1000;
}

/*HeaderAnime上書き*/
/*.MainWarrper {
  padding-top: 110px;
}*/

/*===================
コンテンツcommon
=====================*/
h2 {
  font-size: clamp(1.6em, 2.6vw, 2.1em);
  line-height: 1.3;
}

h3 {
  font-size: clamp(1.4em, 1.6vw, 1.7em);
}

section {
  /*margin-top: 70px;*/
  padding-top: 80px;
  padding-bottom: 80px;
}

section .Inner {
  width: 100%;
  max-width: calc(1500px + ((100vw - 1500px) / 2));
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.4%;
}

.Conte {
  width: 100%;
}

.Conte .Inner {
  width: 100%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.4%;
}

.Conte .Inner .Inner {
  padding: 0 2.4%;
}

.Conte .Inner .Inner1200 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.Conte .Inner .Inner1100 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.Conte .Inner .Inner1000 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.Inner900 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.Conte .Inner .Inner800 {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/*ボタンスタイル*/

/*hoverした際の、背景の場所とテキスト色の変更*/
html {
  scroll-padding-top: 111px;
}

/*========= フッター ==========*/
#footerBg {
  background: #f1f2fb;
  /*background: -webkit-gradient(linear, left top, right top, from(#f1f2fb), to(#c7d2d9));*/
  width: 100%;
}

#footerBg .LogoBox {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

#footerBg .LogoBox .symbol {
  max-width: 200px;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(120, 146, 150, 0.5));
  filter: drop-shadow(0px 0px 4px rgba(120, 146, 150, 0.5));
}

#footerBg .footer {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding: 50px 3.4% 50px 3.4%;
  display: grid;
  grid-template-columns: 1fr .8fr .8fr;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  grid-template-columns: 1fr .8fr .8fr;
  gap: 2vw;
}

#footerBg .footer p.Type {
  font-weight: bold;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
  letter-spacing: 0;
}

#footerBg .footer li {
  padding-left: 10px;
  position: relative;
  font-size: clamp(0.5rem, calc(.8125rem + 0.625vw), 1.5rem);
  margin-right: .5em;
  letter-spacing: 0;
}

#footerBg .footer li::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent transparent #878787;
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 5px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: .55em;
  width: 0;
}

#footerBg .footer a {
  color: #000;
}

#footerBg .symbolBox {
  text-align: center;
}

@media (max-width: 800px) {
  #footerBg .symbolBox {
    margin-bottom: 40px;
  }
}

#footerBg .symbolBox .symbol {
  max-width: 300px;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(120, 146, 150, 0.5));
          filter: drop-shadow(0px 0px 4px rgba(120, 146, 150, 0.5));
}

#footerBg .symbolBox a.FooterBtn {
  position: relative;
  background: #4C98AA;
  border-radius: 2em;
  border: 1px solid #fff;
  letter-spacing: 0;
  padding: 2px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  min-width: 13em;
  max-width: 300px;
}

@media (max-width: 800px) {
  #footerBg .symbolBox a.FooterBtn {
    margin-left: auto;
    margin-right: auto;
  }
}

#footerBg .symbolBox .BtnDetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  font-size: .87em;
  background-color: #fff;
  border: 4px solid #6a5f51;
  border-radius: 6px;
  max-width: 300px;
  margin-bottom: 40px;
}

@media (max-width: 800px) {
  #footerBg .symbolBox .BtnDetails {
    margin-left: auto;
    margin-right: auto;
  }
}

#footerBg .symbolBox .BtnDetails .Icon {
  width: 26%;
  /*background: #6a5f51;*/
}

#footerBg .symbolBox .BtnDetails .Icon img {
  vertical-align: bottom;
}

#footerBg .symbolBox .BtnDetails .Text {
  padding-left: 1em;
  font-weight: bold;
}

#Footbnr {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  background-color: #f4f4f4;
}

#Footbnr .Bnr {
  display: grid;
  gap: 1vw;
  margin: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

@media screen and (max-width: 800px) {
  #footerBg .footer li::before {
    top: 35%;
  }
}

@media screen and (max-width: 800px) {
  #footerBg .footer li {
    font-size: 1em;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbb;
  }
}

@media screen and (max-width: 800px) {
  #footerBg .footer {
    display: block;
  }
}

.copyBox {
  background-color: #e7f4f7;
}

.copyBox #copy {
  color: #000;
  text-align: center;
  font-size: .9rem;
  padding: 3em 0 3em;
}

@media (max-width: 800px) {
  .copyBox #copy {
    padding: 2em 0 5em;
  }
}

.copyBox #copy a {
  color: #000;
}

#FootBnrArea {
  padding: 30px 0;
}

#FootBnrArea .CatalogBnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 800px) {
  #FootBnrArea .CatalogBnr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#FootBnrArea .CatalogBnr li {
  width: 20%;
  max-width: 200px;
}

@media (max-width: 800px) {
  #FootBnrArea .CatalogBnr li {
    width: 48%;
    max-width: 300px;
  }
}

#FootBnrArea .CatalogBnr li img {
  width: 100%;
}

/*========= ナビゲーションドロップダウンのためのCSS ===============*/
/*==ナビゲーション全体の設定*/
/*nav{
  background:#333;
  color:#fff;
  text-align: center;
}*/
/*ナビゲーションを横並びに*/
/*nav ul{
  list-style: none;
  display: flex;
  justify-content: center;
}*/
/*2階層目以降は横並びにしない*/
nav ul ul {
  display: block;
}

nav ul li a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

nav ul li.has-child::before {
  content: '';
  position: absolute;
  left: 0;
  top: .8em;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  text-align: center;
  left: -8em;
  top: 1.7em;
  z-index: 4;
  /*形状を指定*/
  background: rgba(255, 255, 255, 0.9);
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: .8em 0 1.4em;
  border-radius: 8px;
  /*&::before {
        content: "";
        position: absolute;
        top: -9px;
        right: 0;
        left: 0;
        z-index: 10;
        display: block;
        width: 1px;
        height: 20px;
        margin: auto;
        background: #000;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: .2s ease-out;
        transition: .2s ease-out;
        transform: none;
      }*/
}

@media screen and (max-width: 800px) {
  nav li.has-child ul {
    border-radius: 0;
  }
}

nav li.has-child ul a {
  color: #000 !important;
}

nav li.has-child:hover > ul, nav li.has-child ul li:hover > ul, nav li.has-child:active > ul {
  visibility: visible;
  opacity: 1;
}

nav li.has-child ul li {
  margin-bottom: 1em;
}

nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

nav li.has-child ul li:last-child {
  margin-bottom: 0em;
}

nav li.has-child ul li:last-child > a {
  border-bottom: none;
}

nav li.has-child > a {
  pointer-events: none;
}

@media screen and (max-width: 800px) {
  nav li.has-child > a {
    pointer-events: auto;
  }
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
/*ナビゲーションのリンク設定*/
/*nav ul li a{
  display: block;
  text-decoration: none;
  color: #999;
  padding:20px 35px;
  transition:all .3s;
}*/
/*nav ul li li a{
  padding:10px 35px;
}*/
/*nav ul li a:hover{
  color:#fff; 
}*/
/*==矢印の設定*/
/*2階層目を持つliの矢印の設定*/
/*下の階層を持っているulの指定*/
/*hoverしたら表示*/
/*ナビゲーションaタグの形状*/
/*nav li.has-child ul li a{
  color: #fff;
  border-bottom:solid 1px rgba(255,255,255,0.6);
}*/
/*nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
  background:#3577CA;
}*/
/*==768px以下の形状*/
@media screen and (max-width: 860px) {
  nav {
    padding: 0;
  }
  nav ul {
    display: block;
  }
  nav li.has-child ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    -webkit-transition: none;
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
  }
  nav li.has-child ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    -webkit-transition: none;
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
  }
  nav ul li a {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: .6em;
    color: #fff !important;
  }
  nav ul li ul li {
    margin-bottom: 0 !important;
  }
  nav ul li ul li a {
    color: #000 !important;
  }
  nav ul li.has-child::before {
    left: 100px;
    top: 1.2em;
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  nav ul ul li.has-child::before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    left: 20px;
  }
  nav ul li.has-child.active::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  nav li.has-child ul {
    padding: .8em 0 0;
  }
  /*矢印の位置と向き*/
}

.MainWarrper {
  padding-top: 120px;
  /*height: calc(100vh - 140px);*/
}

@media (max-width: 860px) {
  .MainWarrper {
    padding-top: 90px;
  }
}

/*========= トップページ ===============*/
#Moving {
  width: 100%;
  height: calc(100vh + 120px);
  background-image: url(../img/top/bubbles.png);
  background-position: center top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: -1;
}

.TopMainVisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.TopMainVisual .TopMainVisualFlex {
  width: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3vw 8vw 70px;
}

@media (max-width: 800px) {
  .TopMainVisual .TopMainVisualFlex .HeadMerit {
    width: 60%;
  }
}

@media (max-width: 800px) {
  .TopMainVisual .TopMainVisualFlex .siaaObj {
    width: 40%;
  }
}

.TopMainVisual .TopMainVisualFlex .TopMainVisualCatch {
  text-align: center;
  width: 32vw;
  max-width: 700px;
  margin-bottom: clamp(1vw, 3vw, 50px);
}

@media (max-width: 800px) {
  .TopMainVisual .TopMainVisualFlex .TopMainVisualCatch {
    width: 40vw;
  }
}

.TopMainVisual .TopMainVisualFlex .TopMainVisualCatch .symbol_logo {
  -webkit-filter: drop-shadow(0px 0px 4px rgba(120, 146, 150, 0.5));
  /* SafariなどのWebkitブラウザ用 */
  filter: drop-shadow(0px 0px 4px rgba(120, 146, 150, 0.5));
}

.TopMainVisual .TopMainVisualFlex .TopMainVisualCatch .SubSubCatch {
  font-size: 1.3vw;
  margin-bottom: .5em;
}

@media (max-width: 800px) {
  .TopMainVisual .TopMainVisualFlex .TopMainVisualCatch .SubSubCatch {
    font-size: 3.6vw;
    line-height: 1.5;
  }
}

.TopMainVisual .TopMainVisualFlex .TopMainVisualCatch .SubCatch {
  font-size: 1.2vw;
  margin-bottom: .6em;
  color: #4C98AA;
}

@media (max-width: 800px) {
  .TopMainVisual .TopMainVisualFlex .TopMainVisualCatch .SubCatch {
    line-height: 1.5;
    font-size: 2.2vw;
  }
}

.TopMainVisual .TopMainVisualFlex .TopMainVisualCatch .Safe {
  font-size: 6.5vw;
  font-weight: bold;
  line-height: 1.1;
  color: #1D77FF;
}

@media (max-width: 800px) {
  .TopMainVisual .TopMainVisualFlex .TopMainVisualCatch .Safe {
    font-size: 7.5vw;
  }
}

.TopMainVisual .TopMainVisualFlex .Catch {
  color: #4C98AA;
  font-size: 1.5em;
}

@media (max-width: 800px) {
  .TopMainVisual .TopMainVisualFlex .Catch {
    font-size: 1.1em;
  }
}

.TopMainVisual .TopMainVisualFlex .Catch span {
  font-size: 1.5em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 12px;
}

.TopMainVisual img {
  width: 100%;
}

@media (max-width: 800px) {
  .TopMainVisual img {
    width: 95vw;
  }
}

section h2.HightLine {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  margin-top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 40px;
  color: #4C98AA;
}

section h2.HightLine em {
  font-size: .4em;
  font-weight: normal;
  color: #1D77FF;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

section h2.HightLine span {
  text-align: center;
  position: absolute;
  right: 50%;
  top: 100px;
}

section h2.HightLine span {
  position: absolute;
  right: 50%;
  top: 10%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

section h2.HightLine span:before {
  /* 線のアニメーション部分 */
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  background-color: #1D77FB;
  top: -85px;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}

section h2.HightLine span :after {
  /* 線の背景色 */
  background-color: #ccc;
  top: -85px;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

.normal-button a {
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  padding: 8px 40px;
  border-radius: 100px;
  background-color: #4C98AA;
  color: #fff;
  min-width: 250px;
  text-align: center;
}

.WhiteShadow {
  text-shadow: #fff 2px 0px 4px, #fff -2px 0px 4px, #fff 0px -2px 4px, #fff -2px 0px 4px, #fff 2px 2px 4px, #fff -2px 2px 4px, #fff 2px -2px 4px, #fff -2px -2px 4px, #fff 1px 2px 4px, #fff -1px 2px 4px, #fff 1px -2px 4px, #fff -1px -2px 4px, #fff 2px 1px 4px, #fff -2px 1px 4px, #fff 2px -1px 4px, #fff -2px -1px 4px, #fff 1px 1px 4px, #fff -1px 1px 4px, #fff 1px -1px 4px, #fff -1px -1px 4px;
}

#Top {
  /*#Top .card02 .swiper-slide {
		width: 38%;
	}*/
}

#Top #Greet {
  background-color: #e7f4f7;
}

#Top #Greet .SubCatchBeforh2 {
  font-size: clamp(1.6rem, 1.8vw, 1.8em);
  font-weight: lighter;
  position: relative;
}

#Top #Greet .GreetCharacter {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

#Top #Greet .Conte .Intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}

#Top #Greet .Conte .Intro figure {
  width: 15%;
  margin-top: -30px;
}

#Top #Greet .Conte .Intro .Merit {
  width: 70%;
}

@media (max-width: 800px) {
  #Top #Greet .Conte .Intro .Merit {
    width: 100%;
  }
}

#Top #Greet .Conte .Intro .Merit .MeritBlock {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 20px;
}

#Top #Greet .Conte .Intro .Merit .MeritBlock dl {
  background-color: #fff;
  text-align: center;
  border-radius: 8px;
}

@media (max-width: 800px) {
  #Top #Greet .Conte .Intro .Merit .MeritBlock dl {
    padding: 0 1em;
  }
}

#Top #Greet .Conte .Intro .Merit .MeritBlock dl dt {
  width: 80px;
  height: 80px;
  background-color: #89c8c9;
  border-radius: 80px;
  margin: -40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#Top #Greet .Conte .Intro .Merit .MeritBlock dl dt img {
  width: 80%;
}

#Top #Greet .Conte .Intro .Merit .MeritBlock dl dd {
  padding: 1em 0;
}

.conclusion {
  text-align: center;
  font-size: 1.3em;
  letter-spacing: 0px;
}

.conclusion span {
  font-size: 1.1em;
  text-decoration: underline;
  -webkit-text-decoration-style: wavy;
          text-decoration-style: wavy;
  /* 波線 */
  -webkit-text-decoration-color: #4C98AA;
          text-decoration-color: #4C98AA;
  /* 線の色 */
  text-decoration-thickness: 1px;
  text-underline-offset: 12px;
}

#Top #Greet .Conte .howToContent {
  max-width: 900px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#Top #Greet .Conte .howToContent .howToContent-bgi {
  width: 50%;
  margin-top: -50px;
  position: relative;
}

#Top #Greet .Conte .howToContent .howToContent-bgi .before {
  position: absolute;
  bottom: 20px;
  left: 30px;
  font-size: .9em;
  background-color: #eee;
  padding: 0 1em;
  border-radius: 100px;
}

#Top #Greet .Conte .howToContent .howToContent-content {
  width: 60%;
  margin-left: -5%;
  margin-top: 100px;
  min-width: 150px;
  position: relative;
}

#Top #Greet .Conte .howToContent .howToContent-content .after {
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-size: 1.2em;
  background-color: #4C98AA;
  color: #fff;
  padding: 0 1em;
  border-radius: 100px;
}

#Top #Greet .Conte .howToContent img {
  border-radius: 8px;
}

#Top #CoatingItem {
  background-color: #87c5c6;
}

#Top #CoatingItem h2 {
  color: #fff;
  margin-bottom: 10px;
}

#Top #CoatingItem h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.3em;
  color: #fff;
  font-weight: normal;
}

#Top #CoatingItem .ItemBox {
  display: grid;
  gap: 2vw;
  max-width: 1200px;
  margin: auto;
  grid-template-columns: repeat(auto-fit, minmax(313px, 1fr));
}

@media (max-width: 800px) {
  #Top #CoatingItem .ItemBox {
    padding: 0 10%;
  }
}

#Top #CoatingItem .ItemBox .ItemBoxInner {
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
  padding: 16px;
}

#Top #CoatingItem .ItemBox .ItemBoxInner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Top #CoatingItem .ItemBox .ItemBoxInner dl dt {
  width: 14%;
  margin-right: 4%;
}

#Top #CoatingItem .ItemBox .ItemBoxInner dl dd {
  font-size: 1.2em;
}

#ShowRoom {
  background-image: url(../img/top/bubbles2.png);
  background-size: 10%;
  background-color: #fff;
}

#ShowRoom .t-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 10px;
  background-color: #F9F9F9;
  margin-bottom: 7rem;
  padding: 6rem 10rem 9rem 6rem;
}

#ShowRoom .t-flow:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  #ShowRoom .t-flow {
    padding: 3rem;
    margin-bottom: 2rem;
  }
}

#ShowRoom .t-flow__label {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 800px) {
  #ShowRoom .t-flow__label {
    width: 2rem;
  }
}

#ShowRoom .step-num {
  font-size: 5.4rem;
  font-weight: 500;
  color: #4C98AA;
  line-height: 1;
}

@media (max-width: 800px) {
  #ShowRoom .step-num {
    font-size: 3.4rem;
  }
}

#ShowRoom .t-flow__steps {
  margin-left: 1rem;
}

#ShowRoom .t-flow__steps img {
  border-radius: 10px;
}

#ShowRoom .t-flow__house__step h3 {
  font-size: 1.2em;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: normal;
}

#ShowRoom .Linewrap span {
  top: 0;
  left: 0;
  display: block;
  color: #000;
  text-align: justify;
}

#ShowRoom .Linewrap span:before {
  content: "";
  display: inline-block;
  width: 1em;
  border-top: 1px solid #a29893;
  vertical-align: middle;
  margin-right: .5em;
  padding-bottom: 4px;
}

#ShowRoom .HalfBox39 img {
  border-radius: 10px;
}

#ShowRoom .ShowRoomMerit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 800px) {
  #ShowRoom .ShowRoomMerit {
    display: block;
  }
}

#ShowRoom .ShowRoomMerit .StickyBox {
  width: 40%;
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 110px;
}

@media (max-width: 800px) {
  #ShowRoom .ShowRoomMerit .StickyBox {
    position: relative;
    top: 0;
    width: 60%;
    margin: 0 auto 30px;
  }
}

@media (max-width: 800px) {
  #ShowRoom .ShowRoomMerit .HalfBox56 {
    width: 90%;
    margin: 0 auto;
  }
}

#ShowRoom .AccessInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#ShowRoom .AccessInfo .normal-button {
  margin-top: auto;
}

@media (max-width: 800px) {
  #ShowRoom .AccessInfo .normal-button {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

#ShowRoom .AccessIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#ShowRoom .AccessIcon:before {
  content: "";
  background-image: url("/img/top/icon_map.svg");
  width: 1.5em;
  height: 1.5em;
  background-size: contain;
  background-repeat: no-repeat;
}

#ShowRoom .TimeIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#ShowRoom .TimeIcon:before {
  content: "";
  background-image: url("/img/top/icon_time.svg");
  width: 1.3em;
  height: 1.3em;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: .2em;
}

@media (max-width: 800px) {
  #ShowRoom .ShowRoomDtail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 800px) {
  #ShowRoom .ShowRoomDtail .HalfBox39,
  #ShowRoom .ShowRoomDtail .AccessInfo {
    width: 100%;
    margin: 20px 0;
  }
}

#ShowRoom .Difficult {
  margin: 30px 0 0;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
}

#ShowRoom .Difficult p {
  font-size: .9em;
  margin-bottom: 20px;
}

ul.asterisk li {
  position: relative;
  margin-left: 1.3em;
}

ul.asterisk li:before {
  content: "※";
  display: block;
  position: absolute;
  top: 0.1em;
  left: -1.3em;
  color: #E52A2A;
}

#ShowRoom ul.asterisk li {
  color: #E52A2A;
}

section#Blog {
  background-color: #e7f4f7;
  background-image: url(../img/top/round_to_white.svg);
  background-repeat: no-repeat;
  background-position: top center;
}

section#Blog .BlogFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 50px 5%;
}

section#Blog .BlogFlex .SingleBox {
  width: 30%;
  /*margin: 1%;*/
  color: #000;
}

@media (max-width: 800px) {
  section#Blog .BlogFlex .SingleBox {
    width: 98%;
  }
}

section#Blog .BlogFlex .SingleBox .EteCatch {
  border-radius: 8px;
  overflow: hidden;
}

section#Blog .BlogFlex dl {
  background-color: rgba(255, 255, 255, 0.7);
  margin: -50px auto 10px;
  position: relative;
  width: calc(100% - 30px);
  padding: 12px 28px 18px 28px;
  line-height: 1.7;
  border-radius: 8px;
  overflow: hidden;
}

section#Blog .BlogFlex dl time {
  font-size: .8em;
}

section#Blog .BlogFlex dl dt {
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1.35;
  font-size: .9em;
}

section#Blog .BlogFlex dl dt.topcolumn {
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1.35;
  font-size: .9em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

section#Blog .BlogFlex dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section#Blog .BlogFlex dl dd div {
  font-size: .7em;
  padding: 0em .8em;
  margin: 4px 1em 4px 0;
  display: inline-block;
  background-color: #4C98AA;
  color: #fff;
}

#Top #Comparison .ComparisonGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

@media (max-width: 1060px) {
  #Top #Comparison .ComparisonGrid {
    grid-template-columns: 1fr;
    max-width: 800px;
    margin: auto;
  }
}

#Top #Comparison .Difference {
  aspect-ratio: 1;
  width: 5em;
  border-radius: 50%;
  background: #4C98AA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

#Top #Comparison .Difference span {
  font-size: 1.4em;
}

#Top #Comparison table {
  margin-top: -20px;
}

#Top #Reason .ThreePointBox {
  display: grid;
  gap: 0px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  #Top #Reason .ThreePointBox {
    grid-template-columns: 1fr;
  }
}

#Top #Reason .ThreePointBox .Point {
  padding: 0 4%;
  border-left: 1px dashed #4C98AA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1000px) {
  #Top #Reason .ThreePointBox .Point {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 1px dashed #4C98AA;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}

#Top #Reason .ThreePointBox .Point:last-of-type {
  border-right: 1px dashed #4C98AA;
}

#Top #Reason .ThreePointBox .Point p {
  font-size: 1.25em;
  text-align: center;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
  -webkit-box-shadow: 0 0 1rem rgba(76, 152, 170, 0.2);
          box-shadow: 0 0 1rem rgba(76, 152, 170, 0.2);
}

@media (max-width: 1000px) {
  #Top #Reason .ThreePointBox .Point p {
    width: 68%;
  }
}

#Top #Reason .ThreePointBox .Point figure {
  width: 66%;
  margin: 0 auto 20px;
  overflow: hidden;
}

@media (max-width: 1000px) {
  #Top #Reason .ThreePointBox .Point figure {
    width: 30%;
    margin: 0;
  }
}

#Top #Reason .ThreePointBox .Point figure img {
  border-radius: 50%;
}

#Top #fujimidai_pethospital .CommentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  #Top #fujimidai_pethospital .CommentBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#Top #fujimidai_pethospital .CommentBox figure {
  width: 23%;
}

@media (max-width: 800px) {
  #Top #fujimidai_pethospital .CommentBox figure {
    width: 34%;
  }
}

#Top #fujimidai_pethospital .CommentBox div {
  width: 77%;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  display: inline-block;
}

@media (max-width: 800px) {
  #Top #fujimidai_pethospital .CommentBox div {
    width: 90%;
  }
}

#Top #fujimidai_pethospital .CommentBox div .Name {
  margin-top: 20px;
  text-align: right;
  font-size: .8em;
}

#Top #Trouble {
  background-color: #e7f4f7;
}

#Top #Trouble .TroubleGrid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 800px) {
  #Top #Trouble .TroubleGrid {
    grid-template-columns: 1fr;
  }
}

#Top #Trouble .TroubleGrid .TroubleGridBox {
  background: #fff;
  -webkit-box-shadow: 0 0 1rem rgba(76, 152, 170, 0.2);
          box-shadow: 0 0 1rem rgba(76, 152, 170, 0.2);
  padding: 30px 40px;
}

#Top #Trouble .TroubleGrid .TroubleGridBox h3 {
  font-size: clamp(1.4em, 1.4vw, 1.6em);
  color: #4C98AA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Top #Trouble .TroubleGrid .TroubleGridBox h3.ill_01:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-image: url("/img/top/trouble_01.svg");
  background-size: contain;
  margin-right: .2em;
}

#Top #Trouble .TroubleGrid .TroubleGridBox h3.ill_02:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-image: url("/img/top/trouble_02.svg");
  background-size: contain;
  margin-right: .2em;
}

#Top #Trouble .TroubleGrid .TroubleGridBox h3.ill_03:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-image: url("/img/top/trouble_03.svg");
  background-size: contain;
  margin-right: .2em;
}

#Top #Trouble .TroubleGrid .TroubleGridBox h3.ill_04:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-image: url("/img/top/trouble_04.svg");
  background-size: contain;
  margin-right: .2em;
}

#CaseList {
  background-color: #e7f4f7;
  background-image: url("../img/top/round_to_white.svg");
  background-repeat: no-repeat;
  background-position: top center;
}

#CaseList .card02 {
  overflow: hidden;
}

#CaseList .card02 .swiper {
  overflow: visible;
}

#CaseList .card02 .swiper .swiper-slide {
  width: 28%;
}

#CaseList .card02 .swiper-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 6.2rem;
}

#CaseList .card02 .swiper-pagination {
  margin-right: auto;
}

#CaseList .swiper-button-next, .swiper-button-prev {
  color: #4C98AA !important;
}

#CaseList .card02 .swiper .swiper-slide {
  opacity: .3;
  /* 左右のスライドを薄くする */
  -webkit-transform: scale(0.9) !important;
          transform: scale(0.9) !important;
  /* 左右のスライドを小さくする */
  -webkit-transition: .7s;
  transition: .7s;
  /* ゆっくり小さくさせる */
  /*margin-right: -40px!important;*/
  padding: 36px 40px 24px;
  background-color: #fff;
  border-radius: 10px;
}

#CaseList .card02 .swiper .swiper-slide img {
  border-radius: 10px;
}

#CaseList .card02 .swiper .swiper-slide-active {
  opacity: 1 !important;
  /* 中央のスライドは薄くしない */
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  /* 中央のスライドは小さくしない */
  z-index: 1;
  /* 中央のスライドを一番上にする */
  /*border:1px solid #4C98AA;*/
}

#CaseList .card02 .swiper .swiper-wrapper .swiper-slide a {
  pointer-events: none;
}

#CaseList .card02 .swiper .swiper-wrapper .swiper-slide a ul.CaseItem {
  margin-top: 16px;
  list-style: none;
  /* デフォルトのアイコンを消す */
  padding: 0;
  /* デフォルト指定上書き */
  color: #000;
}

#CaseList .card02 .swiper .swiper-wrapper .swiper-slide a ul.CaseItem li:before {
  content: "";
  /* 空の要素作成 */
  width: .8em;
  /* 幅指定 */
  height: .8em;
  /* 高さ指定 */
  margin-right: .3em;
  display: inline-block;
  /* インラインブロックにする */
  background-color: #4C98AA;
  /* 背景色指定 */
  border-radius: 50%;
  /* 要素を丸くする */
}

#Top #Magazine .MagazineBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 800px) {
  #Top #Magazine .MagazineBtn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #Top #Magazine .MagazineBtn .normal-button a {
    width: 70%;
    margin-bottom: 30px;
  }
}

#Top #Magazine .Magazine__Inner {
  border-radius: 30px;
  overflow: hidden;
  max-width: 1200px;
  margin: auto;
}

#Top #Magazine .Magazine__Inner .Title {
  background-color: #4C98AA;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 22px;
  font-weight: bold;
}

#Top #Magazine .Magazine__Inner .Title p {
  font-size: 1.16em;
  font-weight: normal;
  color: #fff;
}

#Top #Magazine .Magazine__Inner .Title h2 {
  color: #fff;
  font-weight: normal;
}

#Top #Magazine .Magazine__Inner .Detail {
  padding: 40px 50px;
  background-color: #e7f4f7;
}

@media (max-width: 800px) {
  #Top #Magazine .Magazine__Inner .Detail {
    padding: 30px 40px;
  }
}

#Top #Magazine .Magazine__Inner .Detail h3 {
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
  text-decoration: underline;
  -webkit-text-decoration-style: wavy;
  text-decoration-style: wavy;
  -webkit-text-decoration-color: #4C98AA;
  text-decoration-color: #4C98AA;
  text-decoration-thickness: 1px;
  text-underline-offset: 12px;
  margin-bottom: 12px;
}

#Top #Magazine .Magazine__Inner .Detail p {
  font-size: 1.1em;
  text-align: center;
}

#Top #Magazine .Magazine__Inner .Detail .Grid {
  display: grid;
  place-content: center;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1vw;
}

#Top #Magazine .Magazine__Inner .Detail .Grid div {
  background-color: #fff;
  padding: 30px 26px 20px;
  text-align: center;
  border-radius: 10px;
}

#Top #Magazine .Magazine__Inner .Detail .Grid div img {
  width: 90%;
  height: auto;
  margin: auto;
  -webkit-box-shadow: 0 0 0.4rem rgba(100, 100, 100, 0.5);
          box-shadow: 0 0 0.4rem rgba(100, 100, 100, 0.5);
  border: 1px solid #ddd;
}

#Top #Magazine .Magazine__Inner .Detail .Grid div p {
  font-size: 1em;
  letter-spacing: 0;
  line-height: 1.4;
}

#Top #Magazine .Magazine__Inner .Detail .Grid div p.MagazineTitle {
  font-size: 1.4em;
  color: #4C98AA;
  font-weight: bold;
}

@media (max-width: 800px) {
  #Top #Magazine .Magazine__Inner .Detail .Grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #Top #Magazine .Magazine__Inner .Detail .Grid div {
    width: 94%;
  }
}

#Voice {
  background-color: #e7f4f7;
  background-image: url("/img/top/round_to_white.svg");
  background-repeat: no-repeat;
  background-position: top center;
}

#Voice .Voices {
  display: grid;
  grid-gap: 40px 30px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}

#Voice .Voices a {
  display: block;
  /*background-color: #4C98AA;*/
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
  /*padding: 4px;*/
  color: #000;
  overflow: hidden;
  -webkit-box-shadow: 0 0 1rem rgba(76, 152, 170, 0.5);
          box-shadow: 0 0 1rem rgba(76, 152, 170, 0.5);
}

#Voice .Voices a:hover {
  background-color: #4C98AA;
  color: #fff;
  opacity: 1;
}

#Voice .Voices a:hover img {
  opacity: 1;
}

#Voice .Voices a dl {
  padding-bottom: 6px;
}

#Voice .Voices a dl dt {
  margin-bottom: 10px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

#Voice .Voices a dl dd {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: justify;
  padding: 0 16px;
  line-height: 1.6;
  font-size: .95em;
}

#Top #OnSite .OnSiteGridLeft {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-right: calc(100% / 7);
}

@media (max-width: 800px) {
  #Top #OnSite .OnSiteGridLeft {
    margin-right: 0;
  }
}

#Top #OnSite .OnSiteGridLeft dl {
  background-size: cover;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #c9e5ec;
  width: 80%;
  margin: auto;
  -webkit-box-shadow: 0 0 1rem rgba(76, 152, 170, 0.5);
          box-shadow: 0 0 1rem rgba(76, 152, 170, 0.5);
}

@media (max-width: 800px) {
  #Top #OnSite .OnSiteGridLeft dl {
    width: 100%;
  }
}

#Top #OnSite .OnSiteGridLeft dl.dl01 {
  background-image: url(/img/top/scene_01.jpg);
}

#Top #OnSite .OnSiteGridLeft dl.dl02 {
  background-image: url(/img/top/scene_02.jpg);
}

#Top #OnSite .OnSiteGridLeft dl.dl03 {
  background-image: url(/img/top/scene_03.jpg);
}

#Top #OnSite .OnSiteGridRight {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: calc(100% / 7);
  margin-top: -25px;
}

@media (max-width: 800px) {
  #Top #OnSite .OnSiteGridRight {
    margin-left: 0;
    margin-top: 20px;
  }
}

#Top #OnSite .OnSiteGridRight dl {
  background-size: cover;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid #c9e5ec;
  -webkit-box-shadow: 0 0 1rem rgba(76, 152, 170, 0.5);
          box-shadow: 0 0 1rem rgba(76, 152, 170, 0.5);
  width: 80%;
  margin: auto;
}

@media (max-width: 800px) {
  #Top #OnSite .OnSiteGridRight dl {
    width: 100%;
  }
}

#Top #OnSite .OnSiteGridRight dl.dl01 {
  background-image: url(/img/top/scene_04.jpg);
}

#Top #OnSite .OnSiteGridRight dl.dl02 {
  background-image: url(/img/top/scene_05.jpg);
}

#Top #OnSite .OnSiteGridRight dl.dl03 {
  background-image: url(/img/top/scene_06.jpg);
}

#Top #OnSite .OnSiteGridLeft,
#Top #OnSite .OnSiteGridRight {
  text-align: center;
}

#Top #OnSite .OnSiteGridLeft dt,
#Top #OnSite .OnSiteGridRight dt {
  margin-top: 1em;
  font-size: 1.3em;
  font-weight: bold;
  color: #4C98AA;
  text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px, white -1px 2px 2px, white 1px -2px 2px, white -1px -2px 2px, white 2px 1px 2px, white -2px 1px 2px, white 2px -1px 2px, white -2px -1px 2px, white 1px 1px 2px, white -1px 1px 2px, white 1px -1px 2px, white -1px -1px 2px;
}

@media (max-width: 800px) {
  #Top #OnSite .OnSiteGridLeft dt,
  #Top #OnSite .OnSiteGridRight dt {
    margin-top: .2em;
    line-height: 1.5;
  }
}

#Top #OnSite .conclusion {
  text-align: center;
  font-size: 1.3em;
  letter-spacing: 0px;
}

#Top #OnSite .conclusion span {
  font-size: 1.1em;
  text-decoration: underline;
  -webkit-text-decoration-style: wavy;
  text-decoration-style: wavy;
  -webkit-text-decoration-color: #4C98AA;
  text-decoration-color: #4C98AA;
  text-decoration-thickness: 1px;
  text-underline-offset: 12px;
  color: #4C98AA;
}

#Top #AlwaysBottomAbout {
  background-color: #4C98AA;
}

#Top #AlwaysBottomAbout .Title p, #Top #AlwaysBottomAbout .Title h2 {
  color: #fff;
}

#Top #AlwaysBottomAbout .AboutInfo {
  background-color: #fff;
  padding: 40px 50px;
  border-radius: 9px 9px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 800px) {
  #Top #AlwaysBottomAbout .AboutInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #Top #AlwaysBottomAbout .AboutInfo .HalfBox48 {
    width: 100%;
  }
}

#Top #AlwaysBottomAbout .AboutInfo dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#Top #AlwaysBottomAbout .AboutInfo dl dt {
  width: 25%;
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
}

#Top #AlwaysBottomAbout .AboutInfo dl dd {
  width: 75%;
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
}

#Top #AlwaysBottomAbout .AboutInfo dl dd span {
  display: inline-block;
}

#Top #AlwaysBottomAbout .AboutInfo dl dd img {
  max-width: 220px;
  margin-bottom: 8px;
}

#Top #AlwaysBottomAbout .Concierge {
  background-color: #e7f4f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 0 9px 9px;
  overflow: hidden;
}

@media (max-width: 800px) {
  #Top #AlwaysBottomAbout .Concierge {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#Top #AlwaysBottomAbout .Concierge .Image {
  width: 30%;
  background-image: url("/img/common/about_concierge.jpg");
  background-size: cover;
  background-position: center;
}

@media (max-width: 800px) {
  #Top #AlwaysBottomAbout .Concierge .Image {
    display: none;
  }
}

#Top #AlwaysBottomAbout .Concierge .Grreting {
  width: 70%;
  padding: 40px 50px;
}

@media (max-width: 800px) {
  #Top #AlwaysBottomAbout .Concierge .Grreting {
    width: 100%;
  }
}

.BeforeAfterPhoto {
  max-width: 900px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.BeforeAfterPhoto img {
  border-radius: 8px;
}

.BeforeAfterPhoto .howToContent-bgi {
  width: 50%;
  margin-top: -50px;
  position: relative;
}

.BeforeAfterPhoto .howToContent-bgi .before {
  position: absolute;
  bottom: 20px;
  left: 30px;
  font-size: .9em;
  background-color: #eee;
  padding: 0 1em;
  border-radius: 100px;
}

.BeforeAfterPhoto .howToContent-content {
  width: 60%;
  margin-left: -5%;
  margin-top: 100px;
  min-width: 150px;
  position: relative;
}

.BeforeAfterPhoto .howToContent-content .after {
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-size: 1.2em;
  background-color: #4C98AA;
  color: #fff;
  padding: 0 1em;
  border-radius: 100px;
}

/*＝＝＝＝＝＝＝＝＝＝Topここまで＝＝＝＝＝＝＝＝＝＝*/
table.PatternA {
  border-collapse: collapse;
  letter-spacing: 0;
  width: 100%;
}

table.PatternA th, table.PatternA td {
  border: solid 1px #4C98AA;
  padding: .4em .8em;
}

table.PatternA thead th {
  background-color: #87c5c6;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

table.PatternA tbody .wnnyan {
  background-color: #e7f4f7;
  font-weight: bold;
}

table.PatternA tbody th.wnnyan {
  white-space: nowrap;
}

table.PatternA tbody .Check {
  position: relative;
  margin-left: 1em;
}

table.PatternA tbody .Check::after {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1em;
  width: 14px;
  height: 8px;
  border-left: 4px solid #25AF01;
  border-bottom: 4px solid #25AF01;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

table.PatternA tbody .Cross {
  position: relative;
  margin-left: 1em;
}

table.PatternA tbody .Cross:before, table.PatternA tbody .Cross::after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: -.6em;
  width: 4px;
  /* 棒の幅（太さ） */
  height: 1em;
  /* 棒の高さ */
  background: #d66868;
}

table.PatternA tbody .Cross::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

table.PatternA tbody .Cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#SpecialCTA .SpecialCTA__Inner {
  border-radius: 30px;
  overflow: hidden;
  max-width: 1200px;
  margin: auto;
}

#SpecialCTA .SpecialCTA__Inner .Title {
  background-color: #4C98AA;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 22px;
  font-weight: bold;
}

#SpecialCTA .SpecialCTA__Inner .Title p {
  font-size: 1.16em;
  font-weight: normal;
  color: #fff;
}

#SpecialCTA .SpecialCTA__Inner .Title h2 {
  color: #fff;
  font-weight: normal;
}

#SpecialCTA .SpecialCTA__Inner .Detail {
  padding: 40px 50px;
  background-color: #e7f4f7;
}

@media (max-width: 800px) {
  #SpecialCTA .SpecialCTA__Inner .Detail {
    padding: 30px 40px;
  }
}

#SpecialCTA .SpecialCTA__Inner .Detail h3 {
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
  text-decoration: underline;
  -webkit-text-decoration-style: wavy;
  text-decoration-style: wavy;
  -webkit-text-decoration-color: #4C98AA;
  text-decoration-color: #4C98AA;
  text-decoration-thickness: 1px;
  text-underline-offset: 12px;
  margin-bottom: 12px;
}

#SpecialCTA .SpecialCTA__Inner .Detail p {
  font-size: 1.1em;
  text-align: center;
}

#SpecialCTA .SpecialCTA__Inner .Detail .Grid {
  display: grid;
  place-content: center;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1vw;
}

#SpecialCTA .SpecialCTA__Inner .Detail .Grid div {
  background-color: #fff;
  padding: 20px 26px;
  text-align: justify;
  border-radius: 10px;
}

#SpecialCTA .SpecialCTA__Inner .Detail .Grid div p {
  font-size: 1em;
  letter-spacing: 0;
  text-align: left;
}

@media (max-width: 800px) {
  #SpecialCTA .SpecialCTA__Inner .Detail .Grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #SpecialCTA .SpecialCTA__Inner .Detail .Grid div {
    width: 94%;
  }
}

header {
  position: fixed;
  width: 100%;
  top: 0;
}

.Min {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*body#TopPage {
	background-image: url(/img/top/main_visual.png);
    background-position: right 50px;
    background-repeat: no-repeat;
    background-size: 75vw;
	background-attachment: fixed;
}*/
#TopMainVisualBg {
  position: relative;
}

#TopMainVisualBg:after {
  content: "";
  background-image: url(/img/top/main_visual.png);
  background-position: right top;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  /*background-size: contain;*/
  background-size: 75%;
  /*background-attachment: fixed;*/
  /*min-height: calc(100vh - 100px);*/
  height: 150vh;
  width: 100vw;
  max-width: 1500px;
  display: inline-block;
  position: absolute;
  /*top: 40px;*/
  top: 0px;
  right: 0vw;
  opacity: 0;
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

/* 読み込み完了後だけフェード */
.bg-loaded #TopMainVisualBg::after {
  -webkit-animation: fadeInBg 1.2s ease forwards;
          animation: fadeInBg 1.2s ease forwards;
  -webkit-filter: blur(0);
          filter: blur(0);
}

@-webkit-keyframes fadeInBg {
  to {
    opacity: 1;
  }
}

@keyframes fadeInBg {
  to {
    opacity: 1;
  }
}

@media (max-width: 900px) {
  #TopMainVisualBg:after {
    background-size: contain;
    height: 90vh;
    background-position: 55px 0px;
  }
}

.DrawerContact {
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  gap: 5px;
}

.DrawerContact a {
  display: block;
  position: relative;
  background: #4C98AA;
  border-radius: 6px;
  border: 1px solid #fff;
  letter-spacing: 0;
}

.DrawerContact a.showroom {
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.DrawerContact a.tel {
  padding: 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*========================
　　　　　lowpage
========================*/
.Bold {
  font-weight: bold;
}

#Moving {
  width: 100%;
  height: calc(100vh + 120px);
  background-image: url(../img/top/bubbles.png);
  background-position: center top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: -1;
}

#LowMainVisualBg {
  position: relative;
}

@media (max-width: 900px) {
  #LowMainVisualBg:after {
    background-size: contain;
    height: 90vh;
    background-position: 55px 0px;
  }
}

.LowMainVisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url(/img/overview/main_visual.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right top;
}

@media (max-width: 800px) {
  .LowMainVisual {
    background-position: 20vw top;
  }
}

@media (max-width: 620px) {
  .LowMainVisual {
    background-size: cover;
  }
}

@media (min-width: 1500px) {
  .LowMainVisual {
    background-size: 66%;
  }
}

.LowMainVisual.QualityMain {
  background-image: url(/img/quality/main_visual.jpg);
}

@media (max-width: 800px) {
  .LowMainVisual.QualityMain {
    background-position: 9vw top;
  }
}

.LowMainVisual.SafetyMain {
  background-image: url(/img/safety/main_visual.jpg);
}

.LowMainVisual.PerformanceMain {
  background-image: url(/img/performance/main_visual.jpg);
}

.LowMainVisual .LowMainVisualFlex {
  width: auto;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3vw 8vw 70px;
}

@media (max-width: 800px) {
  .LowMainVisual .LowMainVisualFlex {
    padding: 3vw 8vw 60px;
  }
}

@media (max-width: 800px) {
  .LowMainVisual .LowMainVisualFlex .HeadMerit {
    width: 60%;
  }
}

@media (max-width: 800px) {
  .LowMainVisual .LowMainVisualFlex .siaaObj {
    width: 40%;
  }
}

.LowMainVisual .LowMainVisualFlex .LowMainVisualCatch {
  text-align: center;
  width: 32vw;
  max-width: 700px;
  margin-bottom: clamp(1vw, 3vw, 50px);
}

@media (max-width: 800px) {
  .LowMainVisual .LowMainVisualFlex .LowMainVisualCatch {
    width: 40vw;
  }
}

.LowMainVisual .LowMainVisualFlex .LowMainVisualCatch .symbol_logo {
  -webkit-filter: drop-shadow(0px 0px 4px rgba(120, 146, 150, 0.5));
  /* SafariなどのWebkitブラウザ用 */
  filter: drop-shadow(0px 0px 4px rgba(120, 146, 150, 0.5));
}

.LowMainVisual .LowMainVisualFlex .LowMainVisualCatch .SubSubCatch {
  font-size: 1.3vw;
  margin-bottom: .5em;
}

@media (max-width: 800px) {
  .LowMainVisual .LowMainVisualFlex .LowMainVisualCatch .SubSubCatch {
    font-size: 3.6vw;
    line-height: 1.5;
  }
}

.LowMainVisual .LowMainVisualFlex .LowMainVisualCatch .SubCatch {
  font-size: 1.2vw;
  margin-bottom: .6em;
  color: #4C98AA;
}

@media (max-width: 800px) {
  .LowMainVisual .LowMainVisualFlex .LowMainVisualCatch .SubCatch {
    line-height: 1.5;
    font-size: 2.2vw;
  }
}

.LowMainVisual .LowMainVisualFlex .LowMainVisualCatch .Safe {
  font-size: 6.5vw;
  font-weight: bold;
  line-height: 1.1;
  color: #1D77FF;
}

@media (max-width: 800px) {
  .LowMainVisual .LowMainVisualFlex .LowMainVisualCatch .Safe {
    font-size: 7.5vw;
  }
}

.LowMainVisual .LowMainVisualFlex .Catch {
  color: #4C98AA;
  font-size: 1.5em;
}

@media (max-width: 800px) {
  .LowMainVisual .LowMainVisualFlex .Catch {
    font-size: 1.1em;
  }
}

.LowMainVisual .LowMainVisualFlex .Catch span {
  font-size: 1.5em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 12px;
}

.LowMainVisual .LowMainVisualFlex .Crown {
  margin-bottom: 14px;
}

.LowMainVisual .LowMainVisualFlex .Crown li {
  position: relative;
  margin: 0;
  font-size: clamp(16px, 2.4vw, 22px);
  /*font-weight: bold;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.LowMainVisual .LowMainVisualFlex .Crown li::before {
  content: "";
  background: url(/img/top/ill_crown.svg);
  background-size: 100%;
  width: 1.3em;
  height: 1.3em;
  display: inline-block;
  margin-right: .3em;
}

.LowMainVisual img {
  width: 100%;
}

@media (max-width: 800px) {
  .LowMainVisual img {
    width: 95vw;
  }
}

#Low #FirstSection {
  position: relative;
}

#Low section.White {
  background-color: #fff;
}

#Low section.LiteGreen {
  background-color: #e7f4f7;
}

#Low section.LiteGray {
  background-color: #F9F9FA;
}

#Low section.LiteBlue {
  background-color: #eff6fd;
}

#Low section.round_to_white {
  background-image: url(../img/top/round_to_white.svg);
  background-repeat: no-repeat;
  background-position: top center;
}

span.WaveText {
  font-size: 1.1em;
  text-decoration: underline;
  -webkit-text-decoration-style: wavy;
  text-decoration-style: wavy;
  -webkit-text-decoration-color: #4C98AA;
  text-decoration-color: #4C98AA;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

#Low .Comparison .Character {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.ColorRed {
  color: #d66e63 !important;
}

.YouTubeBox {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.YouTubeBox video {
  border: 10px solid #fff;
  border-radius: 20px;
}

span.WaveLine {
  font-size: 1.1em;
  text-decoration: underline;
  -webkit-text-decoration-style: wavy;
  text-decoration-style: wavy;
  -webkit-text-decoration-color: #4C98AA;
  text-decoration-color: #4C98AA;
  text-decoration-thickness: 1px;
  text-underline-offset: 12px;
}

/*================================================
　　　　　　　概要ページ
================================================*/
#Low .ComparisonList {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

#Low .ComparisonList .Kind {
  text-align: center;
}

#Low .ComparisonList .Kind:first-of-type {
  border-right: 1px solid #b5a48d;
}

#Low .ComparisonList .Kind .KindName {
  background-color: #4C98AA;
  color: #fff;
  font-size: 1.3em;
  padding: .3em;
  font-weight: bold;
}

#Low .ComparisonList .Kind dl {
  margin-top: 1.7em;
  padding: 0 2em;
}

@media (max-width: 800px) {
  #Low .ComparisonList .Kind dl {
    padding: 0;
    margin-top: 1.3em;
  }
}

#Low .ComparisonList .Kind dl dt {
  width: 80%;
  margin: auto;
}

#Low .ComparisonList .Kind dl dt img {
  border-radius: 6px;
}

#Low .ComparisonList .Kind dl dd {
  color: #4C98AA;
  font-size: 1.2em;
  font-weight: bold;
}

@media (max-width: 800px) {
  #Low .ComparisonList .Kind dl dd {
    font-size: 1em;
    line-height: 1.4;
    margin-top: 8px;
  }
}

#Low .ComparisonList .Kind dl:first-of-type {
  margin-top: 2em;
}

@media (max-width: 800px) {
  #Low .ComparisonList .Kind dl:first-of-type {
    margin-top: 1.5em;
  }
}

#Low .ComparisonList .Kind dl:last-of-type {
  margin-bottom: 1.7em;
}

#Low #Mat .vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 10px auto 40px;
  font-size: 1.3em;
  line-height: 2.5;
  padding-left: 2em;
}

#Low #Mat .vertical .typeing {
  margin-top: 1.5em;
  background: #4C98AA;
  border-radius: 100px;
  padding: 1em .3em;
  color: #fff;
  font-size: 1em;
  letter-spacing: .2em;
}

#Low #Necessity .TableBox {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
}

@media (max-width: 800px) {
  #Low #Necessity .TableBox {
    padding: 0px;
  }
}

#Low #Necessity table.Sliding {
  border-collapse: collapse;
  letter-spacing: 0;
  width: 100%;
  background: #fff;
}

#Low #Necessity table.Sliding th, #Low #Necessity table.Sliding td {
  border: solid 1px #D3D3D3;
  padding: .4em .8em;
}

@media (max-width: 800px) {
  #Low #Necessity table.Sliding th, #Low #Necessity table.Sliding td {
    padding: .2em 0 .2em .4em;
    font-size: .9em;
    letter-spacing: -1px;
  }
}

#Low #Necessity table.Sliding .tate {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: .2em;
  padding: .8em .8em;
  vertical-align: middle;
  text-align: center;
  width: 4%;
  background: #b7a282;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 800px) {
  #Low #Necessity table.Sliding .tate {
    padding: .8em 0em;
  }
}

#Low #Necessity table.Sliding .Caption {
  text-align: center;
  width: 48%;
}

#Low #Necessity table.Sliding .Caption.Human {
  background: #bfdde3;
  color: #fff;
}

#Low #Necessity table.Sliding .Caption.Human img.IconHuman {
  width: 2em;
  height: auto;
  margin-right: .1em;
  display: inline-block;
}

#Low #Necessity table.Sliding .Caption.Dog {
  background: #e39f98;
  color: #fff;
}

#Low #Necessity table.Sliding .Caption.Dog img.IconDog {
  width: 2.5em;
  height: auto;
  margin-right: .1em;
  display: inline-block;
}

#Low #Necessity table.Sliding td.Human {
  background: #e9f2f4;
  color: #232323;
}

@media (max-width: 800px) {
  #Low #Necessity table.Sliding td.Human {
    background: #fff;
  }
}

#Low #Necessity table.Sliding td.Dog {
  background: #fff7f6;
  color: #d66e63;
}

#Low #Necessity .Necessity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}

#Low #Necessity .Necessity figure {
  width: 15%;
  margin-top: -30px;
}

#Low #Necessity .Necessity .Merit {
  width: 85%;
  background: #fff;
  border-radius: 8px;
  padding: 30px 40px;
  border: 2px solid #4C98AA;
}

@media (max-width: 800px) {
  #Low #Necessity .Necessity .Merit {
    width: 100%;
  }
}

#Low .LeftWeight {
  max-width: calc((1200px + ((100vw - 1200px) / 2)) + 3.4%) !important;
  padding: 0 3.4vw 0 0 !important;
  margin-left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 900px) {
  #Low .LeftWeight {
    display: block;
  }
}

@media (max-width: 900px) {
  #Low .LeftWeight .HalfBox47, #Low .LeftWeight .HalfBox51 {
    width: 100%;
    padding-left: 3.4vw !important;
    padding-top: 20px;
  }
}

#Low .LeftWeight .Photo {
  background-image: url(/img/overview/obj_kizu.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 0 20px 20px 0;
  aspect-ratio: 120 / 80;
}

#Low .LeftWeight .Photo2 {
  background-image: url(/img/overview/obj_kizu2.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 0 20px 20px 0;
  aspect-ratio: 120 / 80;
}

#Low table.Kizu {
  border-collapse: collapse;
  letter-spacing: 0;
  width: 100%;
  background: #fff;
  margin-top: 20px;
}

#Low table.Kizu th, #Low table.Kizu td {
  border: solid 1px #D3D3D3;
  padding: .4em .8em;
}

@media (max-width: 800px) {
  #Low table.Kizu th, #Low table.Kizu td {
    padding: .4em .4em;
    letter-spacing: -1px;
  }
}

#Low table.Kizu td:last-of-type {
  font-weight: bold;
  color: #4C98AA;
  font-size: 1.1em;
  white-space: nowrap;
}

@media (max-width: 800px) {
  #Low table.Kizu td:last-of-type {
    font-size: 1em;
  }
}

#Low table.Kizu.LiteGreen {
  background: #e9f2f4;
}

#Low .dli-check-circle {
  display: inline-block;
  vertical-align: middle;
  color: #D66E64;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 1em;
  border: 0.1em solid #D66E64;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-right: .2em;
}

#Low .dli-check-circle > span {
  width: 0.58em;
  height: 0.261em;
  border: 0.14em solid #2A7C90;
  border-top: 0;
  border-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(-45deg);
          transform: translateY(-25%) rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#Low #Hikaku .HikakuTop {
  background-image: url(/img/overview/bg_hikaku.jpg);
  background-size: 100vw;
  aspect-ratio: 20 / 12;
  background-repeat: no-repeat;
}

#Low #Hikaku .HikakuTop .HikakuComent {
  background-color: rgba(226, 242, 246, 0.3);
  border-radius: 8px;
  padding: 40px 50px;
}

@media (max-width: 800px) {
  #Low #Hikaku .HikakuTop .HikakuComent {
    margin-top: 200px;
  }
}

#Low #Hikaku .FaqAttention {
  background-image: url(/img/faq/bg_hikaku.jpg);
}

@media (max-width: 800px) {
  #Low #Hikaku .FaqAttention {
    background-size: cover;
  }
}

@media (max-width: 800px) {
  #Low #Hikaku .FaqAttention .HikakuComent {
    margin-top: 0px;
  }
}

#Low #Hikaku .HikakuTable {
  display: grid;
  grid-template-columns: 1fr 2fr 2fr;
  border-left: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  font-size: .9em;
  margin-top: -100px;
}

@media (max-width: 800px) {
  #Low #Hikaku .HikakuTable {
    margin-top: 30px;
  }
}

#Low #Hikaku .HikakuTable .Midashi, #Low #Hikaku .HikakuTable .wannyan {
  font-weight: bold;
}

#Low #Hikaku .HikakuTable dl {
  line-height: 1.4;
}

#Low #Hikaku .HikakuTable dl dt {
  min-height: 60px;
  padding: 6px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #D3D3D3;
  text-align: center;
  background-color: rgba(211, 229, 233, 0.78);
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  font-weight: bold;
}

@media (max-width: 800px) {
  #Low #Hikaku .HikakuTable dl dt {
    min-height: 90px;
  }
}

#Low #Hikaku .HikakuTable dl dd {
  min-height: 60px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 6px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #D3D3D3;
}

#Low #Hikaku .HikakuTable dl dd p {
  width: 100%;
  border-bottom: 1px solid #D3D3D3;
}

#Low #Hikaku .HikakuTable .Normal dd {
  border-bottom: 1px dashed #D3D3D3;
}

#Low #Hikaku .HikakuTable .Normal dd:last-of-type {
  border-bottom: none;
}

#Low #Hikaku .HikakuTable .Midashi dt {
  background-color: rgba(190, 217, 224, 0.8);
  border-bottom: 1px solid #D3D3D3;
}

#Low #Hikaku .HikakuTable .Midashi dd {
  background-color: rgba(211, 229, 233, 0.78);
  border-bottom: 1px solid #D3D3D3;
}

#Low #Hikaku .HikakuTable .Midashi dd:last-of-type {
  border-bottom: none;
}

#Low #Hikaku .HikakuTable .wannyan {
  margin-top: -20px;
  -webkit-box-shadow: 0 0 1.5rem rgba(76, 152, 170, 0.2);
          box-shadow: 0 0 1.5rem rgba(76, 152, 170, 0.2);
}

#Low #Hikaku .HikakuTable .wannyan dt {
  min-height: 80px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(222, 224, 224, 0.74)), to(rgba(243, 204, 207, 0.77)));
  background: -webkit-linear-gradient(left, rgba(222, 224, 224, 0.74) 0%, rgba(243, 204, 207, 0.77) 100%);
  background: linear-gradient(90deg, rgba(222, 224, 224, 0.74) 0%, rgba(243, 204, 207, 0.77) 100%);
  border-top: 1px solid #D3D3D3;
}

@media (max-width: 800px) {
  #Low #Hikaku .HikakuTable .wannyan dt {
    min-height: 110px;
  }
}

#Low #Hikaku .HikakuTable .wannyan dd {
  background-color: rgba(241, 221, 221, 0.92);
  border-bottom: 1px solid #D3D3D3;
  color: #d66e63 !important;
}

#Low #Hikaku .HikakuTable .wannyan dd:last-of-type {
  border-bottom: none;
}

#Low #Check .CheckList {
  background: #8DC5C8;
  border-radius: 10px;
  padding: 40px 50px;
  color: #fff;
}

#Low #Check .CheckList .Title {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 20px;
  text-align: center;
}

#Low #Check .CheckList ul {
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 0;
}

@media (max-width: 800px) {
  #Low #Check .CheckList ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

#Low #Check .CheckList ul li {
  font-size: 1em;
  font-weight: bold;
  color: #333;
}

/*================================================
　　　　　　　安全性ページ
================================================*/
#Low.SafetyP #SpecialCTA .SpecialCTA__Inner .Detail {
  background: #fff;
}

#Low.SafetyP .TabInnerBox {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  padding: 30px 10px;
}

#Low.SafetyP .TabInnerBox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px dotted #333;
}

@media (max-width: 800px) {
  #Low.SafetyP .TabInnerBox dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#Low.SafetyP .TabInnerBox dl dt {
  width: 38%;
  padding: 10px 30px;
  position: relative;
  font-weight: bold;
  color: #2A7C90;
  text-shadow: #fff 2px 0px 4px, #fff -2px 0px 4px, #fff 0px -2px 4px, #fff -2px 0px 4px, #fff 2px 2px 4px, #fff -2px 2px 4px, #fff 2px -2px 4px, #fff -2px -2px 4px, #fff 1px 2px 4px, #fff -1px 2px 4px, #fff 1px -2px 4px, #fff -1px -2px 4px, #fff 2px 1px 4px, #fff -2px 1px 4px, #fff 2px -1px 4px, #fff -2px -1px 4px, #fff 1px 1px 4px, #fff -1px 1px 4px, #fff 1px -1px 4px, #fff -1px -1px 4px;
}

@media (max-width: 800px) {
  #Low.SafetyP .TabInnerBox dl dt {
    width: 100%;
    padding-bottom: 0;
  }
}

#Low.SafetyP .TabInnerBox dl dt::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #666;
}

@media (max-width: 800px) {
  #Low.SafetyP .TabInnerBox dl dt::after {
    content: none;
  }
}

#Low.SafetyP .TabInnerBox dl dd {
  width: 62%;
  padding: 10px 30px;
  text-shadow: #fff 2px 0px 4px, #fff -2px 0px 4px, #fff 0px -2px 4px, #fff -2px 0px 4px, #fff 2px 2px 4px, #fff -2px 2px 4px, #fff 2px -2px 4px, #fff -2px -2px 4px, #fff 1px 2px 4px, #fff -1px 2px 4px, #fff 1px -2px 4px, #fff -1px -2px 4px, #fff 2px 1px 4px, #fff -2px 1px 4px, #fff 2px -1px 4px, #fff -2px -1px 4px, #fff 1px 1px 4px, #fff -1px 1px 4px, #fff 1px -1px 4px, #fff -1px -1px 4px;
}

@media (max-width: 800px) {
  #Low.SafetyP .TabInnerBox dl dd {
    width: 100%;
    padding: 0px 10px 10px 30px;
    line-height: 1.4;
    letter-spacing: 0;
  }
}

#Low.SafetyP #SafetyEvidence .IconHeart,
#Low.SafetyP #SafetyEvidence2 .IconHeart,
#Low.SafetyP #SafetyEvidence3 .IconHeart {
  margin: -100px auto 30px;
  width: 60px;
  display: block;
}

#Low.SafetyP #SafetyEvidence #AccordionArea .AccordionArea__Inner .Detail.is-open,
#Low.SafetyP #SafetyEvidence2 #AccordionArea .AccordionArea__Inner .Detail.is-open,
#Low.SafetyP #SafetyEvidence3 #AccordionArea .AccordionArea__Inner .Detail.is-open {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

#Low.SafetyP #SafetyEvidence .bold,
#Low.SafetyP #SafetyEvidence2 .bold,
#Low.SafetyP #SafetyEvidence3 .bold {
  font-weight: bold;
}

#Low.SafetyP #SafetyEvidence .certificate,
#Low.SafetyP #SafetyEvidence2 .certificate,
#Low.SafetyP #SafetyEvidence3 .certificate {
  width: 12em;
  height: auto;
}

#Low.SafetyP #SafetyEvidence .juscen,
#Low.SafetyP #SafetyEvidence2 .juscen,
#Low.SafetyP #SafetyEvidence3 .juscen {
  width: 100%;
  margin: 0 auto 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
}

#Low.SafetyP #SafetyEvidence .table,
#Low.SafetyP #SafetyEvidence2 .table,
#Low.SafetyP #SafetyEvidence3 .table {
  padding: 2em;
  margin: auto 0;
}

#Low.SafetyP #SafetyEvidence .table p,
#Low.SafetyP #SafetyEvidence2 .table p,
#Low.SafetyP #SafetyEvidence3 .table p {
  border-bottom: 1px solid #5cbbd1;
  margin-bottom: 1em;
}

#Low.SafetyP #SafetyEvidence .table .value,
#Low.SafetyP #SafetyEvidence2 .table .value,
#Low.SafetyP #SafetyEvidence3 .table .value {
  padding-left: 2em;
}

#Low.SafetyP #SafetyEvidence .evi_detail,
#Low.SafetyP #SafetyEvidence2 .evi_detail,
#Low.SafetyP #SafetyEvidence3 .evi_detail {
  padding: 2em;
}

#Low.SafetyP #SafetyEvidence .evi_detail li,
#Low.SafetyP #SafetyEvidence2 .evi_detail li,
#Low.SafetyP #SafetyEvidence3 .evi_detail li {
  margin-bottom: 3em;
  width: 100%;
}

#Low.SafetyP #SafetyEvidence .evi_detail li.proof,
#Low.SafetyP #SafetyEvidence2 .evi_detail li.proof,
#Low.SafetyP #SafetyEvidence3 .evi_detail li.proof {
  margin-bottom: 1em;
}

#Low.SafetyP #SafetyEvidence .evi_detail li.proof p,
#Low.SafetyP #SafetyEvidence2 .evi_detail li.proof p,
#Low.SafetyP #SafetyEvidence3 .evi_detail li.proof p {
  margin-bottom: 0.7em;
}

#Low.SafetyP #SafetyEvidence .proof div,
#Low.SafetyP #SafetyEvidence2 .proof div,
#Low.SafetyP #SafetyEvidence3 .proof div {
  padding-left: 3em;
}

#Low.SafetyP #SafetyEvidence .proof table,
#Low.SafetyP #SafetyEvidence2 .proof table,
#Low.SafetyP #SafetyEvidence3 .proof table {
  width: 100%;
}

#Low.SafetyP #SafetyEvidence .proof table th,
#Low.SafetyP #SafetyEvidence .proof table td,
#Low.SafetyP #SafetyEvidence2 .proof table th,
#Low.SafetyP #SafetyEvidence2 .proof table td,
#Low.SafetyP #SafetyEvidence3 .proof table th,
#Low.SafetyP #SafetyEvidence3 .proof table td {
  height: 2.5em;
  border: 1px solid;
  border-color: rgba(77, 152, 170, 0.5);
  vertical-align: middle;
  padding: 0.5em 1.5em;
  /* line-height: 1.5; */
}

#Low.SafetyP #SafetyEvidence .proof table th,
#Low.SafetyP #SafetyEvidence2 .proof table th,
#Low.SafetyP #SafetyEvidence3 .proof table th {
  text-align: center;
  background-color: rgba(77, 152, 170, 0.08);
}

#Low.SafetyP #SafetyEvidence .proof table td,
#Low.SafetyP #SafetyEvidence2 .proof table td,
#Low.SafetyP #SafetyEvidence3 .proof table td {
  text-align: justify;
}

#Low.SafetyP #SafetyEvidence .evi_detail p,
#Low.SafetyP #SafetyEvidence2 .evi_detail p,
#Low.SafetyP #SafetyEvidence3 .evi_detail p {
  font-size: 1.2em;
  color: #458b9b;
  margin-bottom: 0.5em;
  line-height: 1.4;
  position: relative;
  z-index: 0;
}

#Low.SafetyP #SafetyEvidence .evi_detail p::before,
#Low.SafetyP #SafetyEvidence2 .evi_detail p::before,
#Low.SafetyP #SafetyEvidence3 .evi_detail p::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* background: rgba(77, 152, 170, 0.15); */
  background: #e7f4f7;
  top: 0;
  left: 0;
  -webkit-transform: translate(-45%, -41%);
          transform: translate(-45%, -41%);
  z-index: -1;
}

#Low.SafetyP #SafetyEvidence .evi_detail p span,
#Low.SafetyP #SafetyEvidence2 .evi_detail p span,
#Low.SafetyP #SafetyEvidence3 .evi_detail p span {
  font-size: 1.2em;
}

#Low.SafetyP #SafetyEvidence .evi_detail ul,
#Low.SafetyP #SafetyEvidence2 .evi_detail ul,
#Low.SafetyP #SafetyEvidence3 .evi_detail ul {
  padding-left: 3em;
}

#Low.SafetyP #SafetyEvidence ul.evi_detail li ul li,
#Low.SafetyP #SafetyEvidence2 ul.evi_detail li ul li,
#Low.SafetyP #SafetyEvidence3 ul.evi_detail li ul li {
  position: relative;
  padding-left: 2em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

#Low.SafetyP #SafetyEvidence ul.evi_detail li ul li::before,
#Low.SafetyP #SafetyEvidence2 ul.evi_detail li ul li::before,
#Low.SafetyP #SafetyEvidence3 ul.evi_detail li ul li::before {
  position: absolute;
  top: 0.48em;
  /* transform: translateY(-50%); */
  left: 5px;
  display: block;
  content: "";
  background-color: #4d98aa;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

#Low.SafetyP #SafetyEvidence .lastp,
#Low.SafetyP #SafetyEvidence2 .lastp,
#Low.SafetyP #SafetyEvidence3 .lastp {
  font-size: 1.2em;
  line-height: 1.8;
  color: #4d98aa;
  font-weight: bold;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: rgba(77, 152, 170, 0.15);
          text-decoration-color: rgba(77, 152, 170, 0.15);
  /* text-decoration-color: rgba(231, 244, 247, 1); */
  text-decoration-thickness: 10px;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-underline-offset: -0.1em;
}

@media screen and (max-width: 815px) {
  #Low.SafetyP #SafetyEvidence,
  #Low.SafetyP #SafetyEvidence2,
  #Low.SafetyP #SafetyEvidence3 {
    /* #AccordionArea .AccordionArea__Inner .Detail.is-open {
				max-height: fit-content;
			} */
    /* .certificate {
				width: fit-content;
			} */
    /* .evi_detail li {
				margin-bottom: 2.2em;
			} */
  }
  #Low.SafetyP #SafetyEvidence .juscen,
  #Low.SafetyP #SafetyEvidence2 .juscen,
  #Low.SafetyP #SafetyEvidence3 .juscen {
    margin: 0 auto 2em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 1.5em;
  }
  #Low.SafetyP #SafetyEvidence .table,
  #Low.SafetyP #SafetyEvidence2 .table,
  #Low.SafetyP #SafetyEvidence3 .table {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #Low.SafetyP #SafetyEvidence .proof div,
  #Low.SafetyP #SafetyEvidence2 .proof div,
  #Low.SafetyP #SafetyEvidence3 .proof div {
    padding-left: 0;
  }
  #Low.SafetyP #SafetyEvidence .evi_detail,
  #Low.SafetyP #SafetyEvidence2 .evi_detail,
  #Low.SafetyP #SafetyEvidence3 .evi_detail {
    padding: 2em 1em;
  }
  #Low.SafetyP #SafetyEvidence .evi_detail p::before,
  #Low.SafetyP #SafetyEvidence2 .evi_detail p::before,
  #Low.SafetyP #SafetyEvidence3 .evi_detail p::before {
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-45%, -36%);
            transform: translate(-45%, -36%);
  }
  #Low.SafetyP #SafetyEvidence .evi_detail ul,
  #Low.SafetyP #SafetyEvidence2 .evi_detail ul,
  #Low.SafetyP #SafetyEvidence3 .evi_detail ul {
    padding-left: 0.5em;
  }
  #Low.SafetyP #SafetyEvidence ul.evi_detail li ul li,
  #Low.SafetyP #SafetyEvidence2 ul.evi_detail li ul li,
  #Low.SafetyP #SafetyEvidence3 ul.evi_detail li ul li {
    padding-left: 1.3em;
  }
  #Low.SafetyP #SafetyEvidence .proof table,
  #Low.SafetyP #SafetyEvidence2 .proof table,
  #Low.SafetyP #SafetyEvidence3 .proof table {
    padding-left: 0;
  }
  #Low.SafetyP #SafetyEvidence .proof table th,
  #Low.SafetyP #SafetyEvidence .proof table td,
  #Low.SafetyP #SafetyEvidence2 .proof table th,
  #Low.SafetyP #SafetyEvidence2 .proof table td,
  #Low.SafetyP #SafetyEvidence3 .proof table th,
  #Low.SafetyP #SafetyEvidence3 .proof table td {
    height: 2em;
    padding: 0.5em;
    font-size: 0.9em;
    line-height: 1.6;
  }
}

@media screen and (max-width: 640px) {
  #Low.SafetyP #SafetyEvidence .juscen,
  #Low.SafetyP #SafetyEvidence2 .juscen,
  #Low.SafetyP #SafetyEvidence3 .juscen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3em;
  }
  #Low.SafetyP #SafetyEvidence .certificate,
  #Low.SafetyP #SafetyEvidence2 .certificate,
  #Low.SafetyP #SafetyEvidence3 .certificate {
    margin: 0 auto;
    padding-top: 1em;
  }
  #Low.SafetyP #SafetyEvidence .table,
  #Low.SafetyP #SafetyEvidence2 .table,
  #Low.SafetyP #SafetyEvidence3 .table {
    padding: 0;
  }
  #Low.SafetyP #SafetyEvidence .evi_detail,
  #Low.SafetyP #SafetyEvidence2 .evi_detail,
  #Low.SafetyP #SafetyEvidence3 .evi_detail {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2em 0;
  }
  #Low.SafetyP #SafetyEvidence .evi_detail li,
  #Low.SafetyP #SafetyEvidence2 .evi_detail li,
  #Low.SafetyP #SafetyEvidence3 .evi_detail li {
    margin-bottom: 3em;
  }
  #Low.SafetyP #SafetyEvidence .evi_detail p,
  #Low.SafetyP #SafetyEvidence2 .evi_detail p,
  #Low.SafetyP #SafetyEvidence3 .evi_detail p {
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
  #Low.SafetyP #SafetyEvidence .evi_detail p::before,
  #Low.SafetyP #SafetyEvidence2 .evi_detail p::before,
  #Low.SafetyP #SafetyEvidence3 .evi_detail p::before {
    width: 50px;
    height: 50px;
  }
}

#AccordionArea .AccordionArea__Inner .Detail {
  overflow: hidden;
}

/* 閉じている状態（＝これが「閉じアニメ」） */
#AccordionArea .AccordionArea__Inner .Detail__Inner {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition: -webkit-clip-path 1.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-clip-path 1.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: clip-path 1.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: clip-path 1.6s cubic-bezier(0.22, 1, 0.36, 1), -webkit-clip-path 1.6s cubic-bezier(0.22, 1, 0.36, 1);
}

/* 開いている状態（＝「開くアニメ」） */
#AccordionArea .AccordionArea__Inner .Detail.is-open .Detail__Inner {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition: -webkit-clip-path 1.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: -webkit-clip-path 1.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 1.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: clip-path 1.4s cubic-bezier(0.33, 1, 0.68, 1), -webkit-clip-path 1.4s cubic-bezier(0.33, 1, 0.68, 1);
}

#AccordionArea .AccordionArea__Inner .Detail.is-open {
  max-height: 3000px !important;
}

/* ==========横スライドのタブ========== */
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  font-size: 1.15em;
}

.tabs .tab {
  width: 50%;
  padding: 14px 32px 14px 32px;
  background: #eee;
  cursor: pointer;
  position: relative;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
}

.tabs .tab:first-of-type {
  border-radius: 10px 0 0 10px;
}

.tabs .tab:last-of-type {
  border-radius: 0 10px 10px 0;
}

/* active背景 */
.tabs .tab.active {
  background: #438b85;
  color: #fff;
  pointer-events: none;
  font-weight: bold;
}

.tabs .tab:last-of-type.active {
  background: #D66E63;
}

/* ===== 非active：＋ ／ active：吹き出し▼ ===== */
.tabs .tab {
  position: relative;
}

/* 非active：＋（横線） */
.tabs .tab::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/* 非active：＋（縦線） */
.tabs .tab::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 2px;
  height: 14px;
  background: #333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

/* active：＋の縦線を消す */
.tabs .tab.active::before {
  opacity: 0;
}

/* active：吹き出しの▼ */
.tabs .tab.active::after {
  width: 0;
  height: 0;
  background: none;
  /* ★ ここが吹き出しの核心 */
  left: 50%;
  right: auto;
  top: auto;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #438b7c;
}

.tabs .tab:last-of-type.active::after {
  border-top: 10px solid #D66E63;
}

/* ==========Accordion========== */
#AccordionArea .AccordionArea__Inner {
  border-radius: 30px;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto 40px;
}

#AccordionArea .AccordionArea__Inner .Title h3 {
  color: #fff;
  font-weight: normal;
}

#AccordionArea .AccordionArea__Inner .Title {
  background-color: #4C98AA;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding-right: 40px;
  /* 記号分の余白 */
  padding-top: 24px;
  padding-bottom: 22px;
  font-weight: bold;
  opacity: .9;
}

#AccordionArea .AccordionArea__Inner .Title.is-open {
  opacity: 1;
}

/* 横線（常に表示） */
#AccordionArea .AccordionArea__Inner .Title::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* 縦線（＋の縦棒） */
#AccordionArea .AccordionArea__Inner .Title::before {
  content: "";
  position: absolute;
  right: 28px;
  top: 50%;
  width: 2px;
  height: 18px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

/* 開いたら縦線を回転＋消す */
#AccordionArea .AccordionArea__Inner .Title.is-open::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}

#AccordionArea .AccordionArea__Inner .Detail {
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  -webkit-transition: max-height 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: max-height 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

#AccordionArea .AccordionArea__Inner .Detail.is-open {
  max-height: 900px;
}

#AccordionArea .AccordionArea__Inner .Detail__Inner {
  padding: 40px 50px;
  background-color: #fff;
}

/*================================================
　　　　　　　性能ページ
================================================*/
#Low.PerformanceP #SpecialCTA .SpecialCTA__Inner .Detail {
  background: #fff;
}

#Low.PerformanceP .TabInnerBox {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  padding: 30px 10px;
}

#Low.PerformanceP .TabInnerBox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px dotted #333;
}

@media screen and (max-width: 800px) {
  #Low.PerformanceP .TabInnerBox dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#Low.PerformanceP .TabInnerBox dl dt {
  width: 38%;
  padding: 10px 30px;
  position: relative;
  font-weight: bold;
  color: #2A7C90;
  text-shadow: #fff 2px 0px 4px, #fff -2px 0px 4px, #fff 0px -2px 4px, #fff -2px 0px 4px, #fff 2px 2px 4px, #fff -2px 2px 4px, #fff 2px -2px 4px, #fff -2px -2px 4px, #fff 1px 2px 4px, #fff -1px 2px 4px, #fff 1px -2px 4px, #fff -1px -2px 4px, #fff 2px 1px 4px, #fff -2px 1px 4px, #fff 2px -1px 4px, #fff -2px -1px 4px, #fff 1px 1px 4px, #fff -1px 1px 4px, #fff 1px -1px 4px, #fff -1px -1px 4px;
}

@media screen and (max-width: 800px) {
  #Low.PerformanceP .TabInnerBox dl dt {
    margin-left: 1em;
    width: 100%;
    padding: 10px 30px 0;
  }
}

#Low.PerformanceP .TabInnerBox dl dt::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #666;
}

@media screen and (max-width: 800px) {
  #Low.PerformanceP .TabInnerBox dl dt::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #666;
    left: 0;
    right: auto;
    top: 70%;
  }
}

#Low.PerformanceP .TabInnerBox dl dd {
  width: 62%;
  padding: 10px 30px;
  text-shadow: #fff 2px 0px 4px, #fff -2px 0px 4px, #fff 0px -2px 4px, #fff -2px 0px 4px, #fff 2px 2px 4px, #fff -2px 2px 4px, #fff 2px -2px 4px, #fff -2px -2px 4px, #fff 1px 2px 4px, #fff -1px 2px 4px, #fff 1px -2px 4px, #fff -1px -2px 4px, #fff 2px 1px 4px, #fff -2px 1px 4px, #fff 2px -1px 4px, #fff -2px -1px 4px, #fff 1px 1px 4px, #fff -1px 1px 4px, #fff 1px -1px 4px, #fff -1px -1px 4px;
}

@media screen and (max-width: 800px) {
  #Low.PerformanceP .TabInnerBox dl dd {
    width: 100%;
    padding: 0px 30px 10px;
    margin-left: 1em;
  }
}

#Low.PerformanceP #SafetyEvidence .IconHeart,
#Low.PerformanceP #SafetyEvidence2 .IconHeart {
  margin: -100px auto 30px;
  width: 60px;
  display: block;
}

#Low.PerformanceP #SafetyEvidence #AccordionArea .AccordionArea__Inner .Detail.is-open,
#Low.PerformanceP #SafetyEvidence2 #AccordionArea .AccordionArea__Inner .Detail.is-open,
#Low.PerformanceP #SafetyEvidence3 #AccordionArea .AccordionArea__Inner .Detail.is-open {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

#Low.PerformanceP #SafetyEvidence .bold,
#Low.PerformanceP #SafetyEvidence2 .bold,
#Low.PerformanceP #SafetyEvidence3 .bold {
  font-weight: bold;
}

#Low.PerformanceP #SafetyEvidence .certificate,
#Low.PerformanceP #SafetyEvidence2 .certificate,
#Low.PerformanceP #SafetyEvidence3 .certificate {
  width: 12em;
  height: auto;
}

#Low.PerformanceP #SafetyEvidence .juscen,
#Low.PerformanceP #SafetyEvidence2 .juscen,
#Low.PerformanceP #SafetyEvidence3 .juscen {
  width: 100%;
  margin: 0 auto 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
}

#Low.PerformanceP #SafetyEvidence .table,
#Low.PerformanceP #SafetyEvidence2 .table,
#Low.PerformanceP #SafetyEvidence3 .table {
  padding: 2em;
  margin: auto 0;
}

#Low.PerformanceP #SafetyEvidence .table p,
#Low.PerformanceP #SafetyEvidence2 .table p,
#Low.PerformanceP #SafetyEvidence3 .table p {
  border-bottom: 1px solid #5cbbd1;
  margin-bottom: 1em;
}

#Low.PerformanceP #SafetyEvidence .table .value,
#Low.PerformanceP #SafetyEvidence2 .table .value,
#Low.PerformanceP #SafetyEvidence3 .table .value {
  padding-left: 2em;
}

#Low.PerformanceP #SafetyEvidence .evi_detail,
#Low.PerformanceP #SafetyEvidence2 .evi_detail,
#Low.PerformanceP #SafetyEvidence3 .evi_detail {
  padding: 2em;
}

#Low.PerformanceP #SafetyEvidence .evi_detail li,
#Low.PerformanceP #SafetyEvidence2 .evi_detail li,
#Low.PerformanceP #SafetyEvidence3 .evi_detail li {
  margin-bottom: 3em;
  width: 100%;
}

#Low.PerformanceP #SafetyEvidence .evi_detail li.proof,
#Low.PerformanceP #SafetyEvidence2 .evi_detail li.proof,
#Low.PerformanceP #SafetyEvidence3 .evi_detail li.proof {
  margin-bottom: 1em;
}

#Low.PerformanceP #SafetyEvidence .evi_detail li.proof p,
#Low.PerformanceP #SafetyEvidence2 .evi_detail li.proof p,
#Low.PerformanceP #SafetyEvidence3 .evi_detail li.proof p {
  margin-bottom: 0.7em;
}

#Low.PerformanceP #SafetyEvidence .proof div,
#Low.PerformanceP #SafetyEvidence2 .proof div,
#Low.PerformanceP #SafetyEvidence3 .proof div {
  padding-left: 3em;
}

#Low.PerformanceP #SafetyEvidence .proof table,
#Low.PerformanceP #SafetyEvidence2 .proof table,
#Low.PerformanceP #SafetyEvidence3 .proof table {
  width: 100%;
}

#Low.PerformanceP #SafetyEvidence .proof table th,
#Low.PerformanceP #SafetyEvidence .proof table td,
#Low.PerformanceP #SafetyEvidence2 .proof table th,
#Low.PerformanceP #SafetyEvidence2 .proof table td,
#Low.PerformanceP #SafetyEvidence3 .proof table th,
#Low.PerformanceP #SafetyEvidence3 .proof table td {
  height: 2.5em;
  border: 1px solid;
  border-color: rgba(77, 152, 170, 0.5);
  vertical-align: middle;
  padding: 0.5em 1.5em;
  /* line-height: 1.5; */
}

#Low.PerformanceP #SafetyEvidence .proof table th,
#Low.PerformanceP #SafetyEvidence2 .proof table th,
#Low.PerformanceP #SafetyEvidence3 .proof table th {
  text-align: center;
  background-color: rgba(77, 152, 170, 0.08);
}

#Low.PerformanceP #SafetyEvidence .proof table td,
#Low.PerformanceP #SafetyEvidence2 .proof table td,
#Low.PerformanceP #SafetyEvidence3 .proof table td {
  text-align: justify;
}

#Low.PerformanceP #SafetyEvidence .evi_detail p,
#Low.PerformanceP #SafetyEvidence2 .evi_detail p,
#Low.PerformanceP #SafetyEvidence3 .evi_detail p {
  font-size: 1.2em;
  color: #458b9b;
  margin-bottom: 0.5em;
  line-height: 1.4;
  position: relative;
  z-index: 0;
}

#Low.PerformanceP #SafetyEvidence .evi_detail p::before,
#Low.PerformanceP #SafetyEvidence2 .evi_detail p::before,
#Low.PerformanceP #SafetyEvidence3 .evi_detail p::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* background: rgba(77, 152, 170, 0.15); */
  background: #e7f4f7;
  top: 0;
  left: 0;
  -webkit-transform: translate(-45%, -41%);
          transform: translate(-45%, -41%);
  z-index: -1;
}

#Low.PerformanceP #SafetyEvidence .evi_detail p span,
#Low.PerformanceP #SafetyEvidence2 .evi_detail p span,
#Low.PerformanceP #SafetyEvidence3 .evi_detail p span {
  font-size: 1.2em;
}

#Low.PerformanceP #SafetyEvidence .evi_detail ul,
#Low.PerformanceP #SafetyEvidence2 .evi_detail ul,
#Low.PerformanceP #SafetyEvidence3 .evi_detail ul {
  padding-left: 3em;
}

#Low.PerformanceP #SafetyEvidence ul.evi_detail li ul li,
#Low.PerformanceP #SafetyEvidence2 ul.evi_detail li ul li,
#Low.PerformanceP #SafetyEvidence3 ul.evi_detail li ul li {
  position: relative;
  padding-left: 2em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

#Low.PerformanceP #SafetyEvidence ul.evi_detail li ul li::before,
#Low.PerformanceP #SafetyEvidence2 ul.evi_detail li ul li::before,
#Low.PerformanceP #SafetyEvidence3 ul.evi_detail li ul li::before {
  position: absolute;
  top: 0.48em;
  /* transform: translateY(-50%); */
  left: 5px;
  display: block;
  content: "";
  background-color: #4d98aa;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

#Low.PerformanceP #SafetyEvidence .lastp,
#Low.PerformanceP #SafetyEvidence2 .lastp,
#Low.PerformanceP #SafetyEvidence3 .lastp {
  font-size: 1.2em;
  line-height: 1.8;
  color: #4d98aa;
  font-weight: bold;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: rgba(77, 152, 170, 0.15);
          text-decoration-color: rgba(77, 152, 170, 0.15);
  /* text-decoration-color: rgba(231, 244, 247, 1); */
  text-decoration-thickness: 10px;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-underline-offset: -0.1em;
}

@media screen and (max-width: 815px) {
  #Low.PerformanceP #SafetyEvidence,
  #Low.PerformanceP #SafetyEvidence2,
  #Low.PerformanceP #SafetyEvidence3 {
    /* #AccordionArea .AccordionArea__Inner .Detail.is-open {
				max-height: fit-content;
			} */
    /* .certificate {
				width: fit-content;
			} */
    /* .evi_detail li {
				margin-bottom: 2.2em;
			} */
  }
  #Low.PerformanceP #SafetyEvidence .juscen,
  #Low.PerformanceP #SafetyEvidence2 .juscen,
  #Low.PerformanceP #SafetyEvidence3 .juscen {
    margin: 0 auto 2em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 1.5em;
  }
  #Low.PerformanceP #SafetyEvidence .table,
  #Low.PerformanceP #SafetyEvidence2 .table,
  #Low.PerformanceP #SafetyEvidence3 .table {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #Low.PerformanceP #SafetyEvidence .proof div,
  #Low.PerformanceP #SafetyEvidence2 .proof div,
  #Low.PerformanceP #SafetyEvidence3 .proof div {
    padding-left: 0;
  }
  #Low.PerformanceP #SafetyEvidence .evi_detail,
  #Low.PerformanceP #SafetyEvidence2 .evi_detail,
  #Low.PerformanceP #SafetyEvidence3 .evi_detail {
    padding: 2em 1em;
  }
  #Low.PerformanceP #SafetyEvidence .evi_detail p::before,
  #Low.PerformanceP #SafetyEvidence2 .evi_detail p::before,
  #Low.PerformanceP #SafetyEvidence3 .evi_detail p::before {
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-45%, -36%);
            transform: translate(-45%, -36%);
  }
  #Low.PerformanceP #SafetyEvidence .evi_detail ul,
  #Low.PerformanceP #SafetyEvidence2 .evi_detail ul,
  #Low.PerformanceP #SafetyEvidence3 .evi_detail ul {
    padding-left: 0.5em;
  }
  #Low.PerformanceP #SafetyEvidence ul.evi_detail li ul li,
  #Low.PerformanceP #SafetyEvidence2 ul.evi_detail li ul li,
  #Low.PerformanceP #SafetyEvidence3 ul.evi_detail li ul li {
    padding-left: 1.3em;
  }
  #Low.PerformanceP #SafetyEvidence .proof table,
  #Low.PerformanceP #SafetyEvidence2 .proof table,
  #Low.PerformanceP #SafetyEvidence3 .proof table {
    padding-left: 0;
  }
  #Low.PerformanceP #SafetyEvidence .proof table th,
  #Low.PerformanceP #SafetyEvidence .proof table td,
  #Low.PerformanceP #SafetyEvidence2 .proof table th,
  #Low.PerformanceP #SafetyEvidence2 .proof table td,
  #Low.PerformanceP #SafetyEvidence3 .proof table th,
  #Low.PerformanceP #SafetyEvidence3 .proof table td {
    height: 2em;
    padding: 0.5em;
    font-size: 0.9em;
    line-height: 1.6;
  }
}

@media screen and (max-width: 640px) {
  #Low.PerformanceP #SafetyEvidence .juscen,
  #Low.PerformanceP #SafetyEvidence2 .juscen,
  #Low.PerformanceP #SafetyEvidence3 .juscen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3em;
  }
  #Low.PerformanceP #SafetyEvidence .certificate,
  #Low.PerformanceP #SafetyEvidence2 .certificate,
  #Low.PerformanceP #SafetyEvidence3 .certificate {
    margin: 0 auto;
    padding-top: 1em;
  }
  #Low.PerformanceP #SafetyEvidence .table,
  #Low.PerformanceP #SafetyEvidence2 .table,
  #Low.PerformanceP #SafetyEvidence3 .table {
    padding: 0;
  }
  #Low.PerformanceP #SafetyEvidence .evi_detail,
  #Low.PerformanceP #SafetyEvidence2 .evi_detail,
  #Low.PerformanceP #SafetyEvidence3 .evi_detail {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2em 0;
  }
  #Low.PerformanceP #SafetyEvidence .evi_detail li,
  #Low.PerformanceP #SafetyEvidence2 .evi_detail li,
  #Low.PerformanceP #SafetyEvidence3 .evi_detail li {
    margin-bottom: 3em;
  }
  #Low.PerformanceP #SafetyEvidence .evi_detail p,
  #Low.PerformanceP #SafetyEvidence2 .evi_detail p,
  #Low.PerformanceP #SafetyEvidence3 .evi_detail p {
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
  #Low.PerformanceP #SafetyEvidence .evi_detail p::before,
  #Low.PerformanceP #SafetyEvidence2 .evi_detail p::before,
  #Low.PerformanceP #SafetyEvidence3 .evi_detail p::before {
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 801px) {
  #Low.PerformanceP .Necessity {
    padding-right: 10vw;
    margin-top: 1px !important;
  }
}

#Low.PerformanceP #PerformanceEvidence .evaluation {
  background-color: #fff;
  display: grid;
  gap: 1px;
  grid-template-columns: 1fr 1fr;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 800px) {
  #Low.PerformanceP #PerformanceEvidence .evaluation {
    grid-template-columns: 1fr;
  }
}

#Low.PerformanceP #PerformanceEvidence .evaluation h3 {
  text-align: center;
  font-size: 1.15em;
  background-color: #4C98AA;
  color: #fff;
  padding: 6px 0;
}

#Low.PerformanceP #PerformanceEvidence .evaluation h3.Dog {
  background-color: #c77c61;
}

#Low.PerformanceP #PerformanceEvidence .evaluation dl {
  padding: 40px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
}

#Low.PerformanceP #PerformanceEvidence .evaluation dl dt {
  width: 33%;
}

#Low.PerformanceP #PerformanceEvidence .evaluation dl dd {
  width: 62%;
}

#Low.PerformanceP #PerformanceEvidence .evaluation dl dd ul li {
  letter-spacing: 0;
  border-bottom: 1px solid #5cbbd1;
  padding-bottom: 3px;
  margin-bottom: 3px;
}

#Low.PerformanceP #PerformanceEvidence .evaluation dl dd ul li span {
  width: 5.5em;
  display: inline-block;
}

#Low.PerformanceP h4 {
  font-size: 1.2em;
  color: #458b9b;
  margin-bottom: 0.5em;
  line-height: 1.4;
  position: relative;
  z-index: 0;
}

#Low.PerformanceP h4::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* background: rgba(77, 152, 170, 0.15); */
  background: #e7f4f7;
  top: 0;
  left: 0;
  -webkit-transform: translate(-45%, -41%);
  transform: translate(-45%, -41%);
  z-index: -1;
}

#Low.PerformanceP ul.GreenDisc {
  padding-left: 3em;
}

#Low.PerformanceP ul.GreenDisc li {
  position: relative;
  padding-left: 2em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

#Low.PerformanceP ul.GreenDisc li:before {
  position: absolute;
  top: 0.48em;
  left: 5px;
  display: block;
  content: "";
  background-color: #4d98aa;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

#Low.PerformanceP #PerformanceResults {
  background-image: url("/img/performance/bg_results.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 81% center;
}

#Low.PerformanceP #PerformanceResults .Important {
  background-color: rgba(75, 153, 170, 0.2);
  padding: 60px 50px 40px 60px;
  border-radius: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: auto;
  text-shadow: #fff 2px 0px 4px, #fff -2px 0px 4px, #fff 0px -2px 4px, #fff -2px 0px 4px, #fff 2px 2px 4px, #fff -2px 2px 4px, #fff 2px -2px 4px;
}

#Low.PerformanceP #PerformanceResults .Important ul.GreenDisc {
  padding-left: 1em;
}

#Low.PerformanceP #PerformanceTest h2 {
  margin: 0 auto 40px;
  font-size: 1.7em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #4C98AA;
  padding-bottom: 0px;
  position: relative;
}

#Low.PerformanceP #PerformanceTest h2:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  /* 左の透明部分 */
  border-right: 18px solid transparent;
  /* 右の透明部分 */
  border-top: 18px solid #4C98AA;
  /* 上側に色を付けると下向き三角になる */
  margin: 0 auto;
  /* 中央に配置 */
  position: relative;
  top: 18px;
}

#Low.PerformanceP #PerformanceTest .PerformanceResult {
  background-color: #fff;
  overflow: hidden;
}

#Low.PerformanceP #PerformanceTest .PerformanceResult dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #4C98AA;
  line-height: 1.4;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

#Low.PerformanceP #PerformanceTest .PerformanceResult dl:first-of-type {
  text-align: center;
  font-weight: bold;
}

#Low.PerformanceP #PerformanceTest .PerformanceResult dl:first-of-type dt {
  background-color: #F9F9F9;
  color: #000;
  font-size: 1em;
}

#Low.PerformanceP #PerformanceTest .PerformanceResult dl:first-of-type dd {
  background-color: #68c1d6;
  color: #fff;
}

#Low.PerformanceP #PerformanceTest .PerformanceResult dl dt {
  width: 64%;
  padding: 8px;
  color: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#Low.PerformanceP #PerformanceTest .PerformanceResult dl dt span {
  font-size: 1.2em;
  color: #1F1F1F;
}

#Low.PerformanceP #PerformanceTest .PerformanceResult dl dt p {
  font-size: .9em;
}

#Low.PerformanceP #PerformanceTest .PerformanceResult dl dd {
  width: 36%;
  padding: 8px;
  text-align: center;
  background-color: #fff6f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#Low.PerformanceP #PerformanceTest .PerformanceResult dl dd span {
  font-size: 1.2em;
  color: #d66e63;
  font-weight: bold;
}

#Low.PerformanceP #PerformanceTest .PerformanceResult dl dd p {
  font-size: .9em;
}

#Low.PerformanceP #PerformanceTest .Certificate {
  margin-top: 40px;
}

#Low.PerformanceP #PerformanceTest .Certificate ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

#Low.PerformanceP #PerformanceTest #AccordionArea .AccordionArea__Inner .Detail.is-open {
  max-height: 3800px !important;
}

/* ===== コンテンツ ===== */
.tab-contents {
  /*overflow: hidden;*/
  width: 100%;
}

.tab-contents {
  -ms-touch-action: auto;
      touch-action: auto;
}

.tab-contents .tab-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.tab-contents .tab-track .content {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 70px 10vw;
  background: #f5f5f5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tab-contents .tab-track .content:first-of-type {
  border-radius: 10px 0 0 10px;
}

.tab-contents .tab-track .content:last-of-type {
  border-radius: 0 10px 10px 0;
}

.tab-contents .tab-track .content:nth-child(2) .TabInnerBox dl dt {
  color: #D66E63;
}

/* =========================================================
機能性のエビデンス
========================================================= */
.LowMainVisual.FeatureMain {
  background-image: url(/img/feature/main_visual.jpg);
}

section.white {
  background-color: #fff;
}

section.round_white {
  background-image: url(/img/feature/round_white.svg);
  background-repeat: no-repeat;
  background-position: top center;
}

section.white #AccordionArea .AccordionArea__Inner .Detail.is-open .Detail__Inner {
  background-color: #f5f8fa;
}

section.white #AccordionArea .AccordionArea__Inner .Detail.is-open .Detail__Inner td {
  background-color: #fff;
}

#Low.SafetyP #SafetyEvidence.white .evi_detail p::before,
#Low.SafetyP #SafetyEvidence2.white .evi_detail p::before,
#Low.SafetyP #SafetyEvidence3.white .evi_detail p::before {
  /* background-color: rgba(77, 152, 170, 0.15); */
  /* background-color: #d0ede9; */
  background-color: #d3eae9;
}

#Low.SafetyP #SafetyEvidence #virus_area .evi_detail p.passage,
#Low.SafetyP #SafetyEvidence2 #virus_area .evi_detail p.passage,
#Low.SafetyP #SafetyEvidence3 #virus_area .evi_detail p.passage,
#Low.SafetyP #SafetyEvidence.white .evi_detail p.passage,
#Low.SafetyP #SafetyEvidence2.white .evi_detail p.passage,
#Low.SafetyP #SafetyEvidence3.white .evi_detail p.passage {
  font-size: inherit;
  color: inherit;
  line-height: 1.7;
}

#Low.SafetyP #SafetyEvidence #virus_area .evi_detail p.passage::before,
#Low.SafetyP #SafetyEvidence2 #virus_area .evi_detail p.passage::before,
#Low.SafetyP #SafetyEvidence3 #virus_area .evi_detail p.passage::before,
#Low.SafetyP #SafetyEvidence.white .evi_detail p.passage::before,
#Low.SafetyP #SafetyEvidence2.white .evi_detail p.passage::before,
#Low.SafetyP #SafetyEvidence3.white .evi_detail p.passage::before {
  background-color: inherit;
}

#Low.SafetyP #SafetyEvidence.white .lastp,
#Low.SafetyP #SafetyEvidence2.white .lastp,
#Low.SafetyP #SafetyEvidence3.white .lastp {
  /* text-decoration-color: #d0ede9; */
  -webkit-text-decoration-color: #d3eae9;
          text-decoration-color: #d3eae9;
}

#Feature .evi_title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}

#Feature .evi_title div {
  width: 100%;
  max-width: 150px;
  margin-bottom: 40px;
}

#Feature h2.HightLine {
  padding-top: 50px;
}

#Feature .text {
  width: 100%;
  max-width: 46em;
  margin: 0 auto;
}

#Feature .bacteria_img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  max-width: 270px;
}

#Feature .bacteria_img img {
  max-width: 220px;
}

#Feature .center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  /* padding-bottom: 70px; */
}

#Feature .centertext {
  text-align: center;
}

#Feature .arrow_down {
  width: 100px;
  margin: 0 auto;
}

#Feature .h24 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 20%);
          transform: translate(-50%, 20%);
  font-size: 1em;
  color: #fff;
  width: 6em;
  height: 6em;
  border-radius: 50%;
  background-color: #518894;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* padding-top: 100px; */
}

#Feature .before {
  margin-bottom: 25px;
}

#Feature .compare {
  position: relative;
  z-index: 3;
  gap: 5%;
  width: 100%;
  /* max-width: 600px; */
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
}

#Feature .after_01 {
  background-color: #e9f3ef;
  padding: 7% 0%;
  width: 45%;
  /* max-width: 400px; */
  display: block;
  margin-bottom: 2em;
}

#Feature .after_02 {
  background-color: #f1efe4;
  padding: 7% 0%;
  width: 45%;
  /* max-width: 400px; */
  display: block;
  margin-bottom: 2em;
}

#Feature .juscen {
  gap: 0;
  padding: 2em 0;
  margin-bottom: 0;
}

#Feature .juscen .table p.small_p {
  font-size: 0.8em;
  color: #2d2d2d;
  border-bottom: none;
}

#Feature .w800 {
  display: none;
}

@media screen and (max-width: 800px) {
  #Feature .h24 {
    /* width: 4em; */
    /* height: 4em; */
    font-size: 0.6em;
  }
  #Feature .w800 {
    display: block;
  }
  #Feature .passage {
    padding-bottom: 1em;
  }
}

@media screen and (max-width: 640px) {
  #Feature #AccordionArea .Antibacterial .Detail__Inner {
    padding: 0;
  }
  #Feature .text {
    padding: 40px 50px 0 50px;
  }
  #Feature .compare {
    gap: 0.5em;
  }
  #Feature .caption {
    font-size: 0.9em;
  }
  #Feature .evi_title {
    gap: 0.5em;
  }
  #Feature .centertext {
    padding-top: 1.5em;
  }
}

#Low.SafetyP #SafetyEvidence .juscen,
#Low.SafetyP #SafetyEvidence2 .juscen,
#Low.SafetyP #SafetyEvidence3 .juscen {
  margin-bottom: 0;
}

#Low.SafetyP #SafetyEvidence .table.above,
#Low.SafetyP #SafetyEvidence2 .table.above,
#Low.SafetyP #SafetyEvidence3 .table.above {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

#Low.SafetyP #SafetyEvidence .table.below,
#Low.SafetyP #SafetyEvidence2 .table.below,
#Low.SafetyP #SafetyEvidence3 .table.below {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 0.3em 2em;
}

#Low.SafetyP #SafetyEvidence .table.below .below_right,
#Low.SafetyP #SafetyEvidence2 .table.below .below_right,
#Low.SafetyP #SafetyEvidence3 .table.below .below_right {
  width: 13em;
  text-align: center;
  color: crimson;
}

/* #Low.SafetyP #SafetyEvidence .table p.small_p {
    border-bottom: none;
} */
#Low.SafetyP #SafetyEvidence .proof table th,
#Low.SafetyP #SafetyEvidence2 .proof table th,
#Low.SafetyP #SafetyEvidence3 .proof table th {
  white-space: nowrap;
}

#Low.SafetyP #SafetyEvidence #virus_area #virus_02 .certificate,
#Low.SafetyP #SafetyEvidence2 #virus_area #virus_02 .certificate,
#Low.SafetyP #SafetyEvidence3 #virus_area #virus_02 .certificate {
  width: 21em;
  margin-bottom: 3em;
}

#Low.SafetyP #SafetyEvidence #virus_area #virus_02 .boukabi .certificate,
#Low.SafetyP #SafetyEvidence2 #virus_area #virus_02 .boukabi .certificate,
#Low.SafetyP #SafetyEvidence3 #virus_area #virus_02 .boukabi .certificate {
  margin-bottom: 0;
}

#Low.SafetyP #SafetyEvidence #virus_area .juscen,
#Low.SafetyP #SafetyEvidence2 #virus_area .juscen,
#Low.SafetyP #SafetyEvidence3 #virus_area .juscen {
  width: 100%;
  gap: 1em;
  margin: 0 auto;
}

#Low.SafetyP #SafetyEvidence #virus_area .table.above,
#Low.SafetyP #SafetyEvidence2 #virus_area .table.above,
#Low.SafetyP #SafetyEvidence3 #virus_area .table.above {
  padding-top: 0;
}

#Low.SafetyP #SafetyEvidence #virus_area .small_p,
#Low.SafetyP #SafetyEvidence2 #virus_area .small_p,
#Low.SafetyP #SafetyEvidence3 #virus_area .small_p {
  font-size: 0.8em;
  text-align: center;
  margin-bottom: 4em;
}

#Low.SafetyP #SafetyEvidence #virus_area #virus_02 .evi_detail,
#Low.SafetyP #SafetyEvidence2 #virus_area #virus_02 .evi_detail,
#Low.SafetyP #SafetyEvidence3 #virus_area #virus_02 .evi_detail {
  padding-bottom: 0;
}

@media screen and (max-width: 800px) {
  #Low.SafetyP #SafetyEvidence #virus_02 .evi_detail,
  #Low.SafetyP #SafetyEvidence2 #virus_02 .evi_detail,
  #Low.SafetyP #SafetyEvidence3 #virus_02 .evi_detail {
    padding-bottom: 2em;
  }
  #Low.SafetyP #SafetyEvidence #virus_02 .evi_detail li,
  #Low.SafetyP #SafetyEvidence2 #virus_02 .evi_detail li,
  #Low.SafetyP #SafetyEvidence3 #virus_02 .evi_detail li {
    margin-bottom: 0;
  }
  #Low.SafetyP #SafetyEvidence #virus_area #virus_01 .certificate,
  #Low.SafetyP #SafetyEvidence2 #virus_area #virus_01 .certificate,
  #Low.SafetyP #SafetyEvidence3 #virus_area #virus_01 .certificate {
    width: 12em;
  }
  #Low.SafetyP #SafetyEvidence #virus_area #virus_02 .certificate,
  #Low.SafetyP #SafetyEvidence2 #virus_area #virus_02 .certificate,
  #Low.SafetyP #SafetyEvidence3 #virus_area #virus_02 .certificate {
    width: 90%;
  }
  #Low.SafetyP #SafetyEvidence #virus_area #virus_01 .juscen,
  #Low.SafetyP #SafetyEvidence2 #virus_area #virus_01 .juscen,
  #Low.SafetyP #SafetyEvidence3 #virus_area #virus_01 .juscen {
    padding-bottom: 0;
  }
  
  #Low.SafetyP #SafetyEvidence #virus_area .juscen,
  #Low.SafetyP #SafetyEvidence2 #virus_area .juscen,
  #Low.SafetyP #SafetyEvidence3 #virus_area .juscen {
    gap: 0;
  }
  #Low.SafetyP #SafetyEvidence #virus_area #virus_02 .boukabi .certificate,
  #Low.SafetyP #SafetyEvidence2 #virus_area #virus_02 .boukabi .certificate,
  #Low.SafetyP #SafetyEvidence3 #virus_area #virus_02 .boukabi .certificate {
    margin-bottom: 3em;
  }
  #Low.SafetyP #SafetyEvidence .boukabi .table.above,
  #Low.SafetyP #SafetyEvidence2 .boukabi .table.above,
  #Low.SafetyP #SafetyEvidence3 .boukabi .table.above {
    padding-bottom: 0;
  }
  #Low.SafetyP #SafetyEvidence #virus_area #virus_02 .juscen,
  #Low.SafetyP #SafetyEvidence2 #virus_area #virus_02 .juscen,
  #Low.SafetyP #SafetyEvidence3 #virus_area #virus_02 .juscen,
  #Low.SafetyP #SafetyEvidence .juscen.boukabi,
  #Low.SafetyP #SafetyEvidence2 .juscen.boukabi,
  #Low.SafetyP #SafetyEvidence3 .juscen.boukabi {
    padding: 2em 0 1em;
  }
}

@media screen and (max-width: 640px) {
  
  #Low.SafetyP #SafetyEvidence #virus_area #virus_01 .juscen,
  #Low.SafetyP #SafetyEvidence2 #virus_area #virus_01 .juscen,
  #Low.SafetyP #SafetyEvidence3 #virus_area #virus_01 .juscen {
    gap: 3em;
  }
  
  #Low.SafetyP #SafetyEvidence #virus_area #virus_01 .table,
  #Low.SafetyP #SafetyEvidence2 #virus_area #virus_01 .table,
  #Low.SafetyP #SafetyEvidence3 #virus_area #virus_01 .table {
    margin: 0 auto 2em;
  }
  #Low.SafetyP #SafetyEvidence .table.below,
  #Low.SafetyP #SafetyEvidence2 .table.below,
  #Low.SafetyP #SafetyEvidence3 .table.below {
    padding: 0;
  }
  #Low.SafetyP #SafetyEvidence #virus_area .table.above,
  #Low.SafetyP #SafetyEvidence2 #virus_area .table.above,
  #Low.SafetyP #SafetyEvidence3 #virus_area .table.above,
  #Low.SafetyP #SafetyEvidence #virus_area .table.below,
  #Low.SafetyP #SafetyEvidence2 #virus_area .table.below,
  #Low.SafetyP #SafetyEvidence3 #virus_area .table.below {
    margin: 0 auto;
  }
}

/* =========================================================
セクション　SIAA
========================================================= */
#SIAA {
  background-color: #e7f4f7;
}

#SIAA .InnerMax1100 {
  width: 90%;
  max-width: 1100px;
  /* background-color: #fff; */
  margin: 0 auto;
}

#SIAA h2 {
  color: #4d98aa;
  margin-bottom: 0.5em;
  text-align: center;
}

#SIAA .desc {
  padding: 2em 3em;
  background-color: #fff;
  border-radius: 30px;
}

#SIAA dl.flex {
  gap: 3em;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

#SIAA dl.flex dt {
  width: 23%;
}

#SIAA dl.flex:last-child {
  margin-bottom: 0;
}

#SIAA .virus {
  gap: 2.6em;
}

#SIAA dl.flex img {
  width: 100%;
  max-width: 200px;
}

#SIAA dd {
  display: block;
}

@media screen and (max-width: 800px) {
  #SIAA dl.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em;
    margin-bottom: 50px;
  }
  #SIAA dl.flex dt {
    width: 40%;
  }
  #SIAA dl.flex:last-child {
    margin-bottom: 0;
  }
}

/*================================================
　　　　　　　品質と技術ページ
================================================*/
#Low.QualityP {
  /*ここから横スライド*/
  /*ここまで横スライド*/
}

#Low.QualityP #SpecialCTA .SpecialCTA__Inner .Detail {
  background: #fff;
}

#Low.QualityP .TabInnerBox {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  padding: 30px 10px;
}

#Low.QualityP .TabInnerBox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px dotted #333;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  #Low.QualityP .TabInnerBox dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#Low.QualityP .TabInnerBox dl dt {
  width: 38%;
  padding: 10px 30px 10px 20px;
  position: relative;
  font-weight: bold;
  color: #2A7C90;
  text-shadow: #fff 2px 0px 4px, #fff -2px 0px 4px, #fff 0px -2px 4px, #fff -2px 0px 4px, #fff 2px 2px 4px, #fff -2px 2px 4px, #fff 2px -2px 4px, #fff -2px -2px 4px, #fff 1px 2px 4px, #fff -1px 2px 4px, #fff 1px -2px 4px, #fff -1px -2px 4px, #fff 2px 1px 4px, #fff -2px 1px 4px, #fff 2px -1px 4px, #fff -2px -1px 4px, #fff 1px 1px 4px, #fff -1px 1px 4px, #fff 1px -1px 4px, #fff -1px -1px 4px;
}

@media (max-width: 800px) {
  #Low.QualityP .TabInnerBox dl dt {
    width: 100%;
    padding-bottom: 0;
  }
  #Low.QualityP .TabInnerBox dl dt::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #666;
  }
}

@media (max-width: 800px) and (max-width: 800px) {
  #Low.QualityP .TabInnerBox dl dt::after {
    content: none;
  }
}

#Low.QualityP .TabInnerBox dl dd {
  width: 62%;
  padding: 10px 20px;
  text-shadow: #fff 2px 0px 4px, #fff -2px 0px 4px, #fff 0px -2px 4px, #fff -2px 0px 4px, #fff 2px 2px 4px, #fff -2px 2px 4px, #fff 2px -2px 4px, #fff -2px -2px 4px, #fff 1px 2px 4px, #fff -1px 2px 4px, #fff 1px -2px 4px, #fff -1px -2px 4px, #fff 2px 1px 4px, #fff -2px 1px 4px, #fff 2px -1px 4px, #fff -2px -1px 4px, #fff 1px 1px 4px, #fff -1px 1px 4px, #fff 1px -1px 4px, #fff -1px -1px 4px;
}

@media (max-width: 800px) {
  #Low.QualityP .TabInnerBox dl dd {
    width: 100%;
    padding: 0px 10px 10px 30px;
    line-height: 1.4;
    letter-spacing: 0;
  }
}

#Low.QualityP #SpecialCTA.belowCTA .SpecialCTA__Inner .Detail {
  background-color: #e7f4f7;
}

#Low.QualityP #SpecialCTA.belowCTA .Detail .flex {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1em;
}

#Low.QualityP #SpecialCTA.belowCTA .Detail .flex .parts {
  padding: 2em;
  background-color: #fff;
  border-radius: 15px;
}

#Low.QualityP #SpecialCTA.belowCTA .Detail .flex .parts p {
  font-size: 0.9em;
  text-align: left;
  line-height: 1.5;
}

#Low.QualityP #SpecialCTA.belowCTA .belowP p {
  font-size: 1em;
}

#Low.QualityP #SafetyEvidence .IconHeart,
#Low.QualityP #SafetyEvidence2 .IconHeart,
#Low.QualityP #SafetyEvidence3 .IconHeart {
  margin: -100px auto 30px;
  width: 60px;
  display: block;
}

#Low.QualityP #SafetyEvidence .juscen,
#Low.QualityP #SafetyEvidence2 .juscen,
#Low.QualityP #SafetyEvidence3 .juscen {
  margin-bottom: 0;
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Low.QualityP #SafetyEvidence #jhca .juscen,
#Low.QualityP #SafetyEvidence #meister .juscen,
#Low.QualityP #SafetyEvidence #craftsman .juscen,
#Low.QualityP #SafetyEvidence2 #jhca .juscen,
#Low.QualityP #SafetyEvidence2 #meister .juscen,
#Low.QualityP #SafetyEvidence2 #craftsman .juscen,
#Low.QualityP #SafetyEvidence3 #jhca .juscen,
#Low.QualityP #SafetyEvidence3 #meister .juscen,
#Low.QualityP #SafetyEvidence3 #craftsman .juscen {
  width: 100%;
}

#Low.QualityP #SafetyEvidence .certificate,
#Low.QualityP #SafetyEvidence2 .certificate,
#Low.QualityP #SafetyEvidence3 .certificate {
  width: 12em;
  height: auto;
}

#Low.QualityP #SafetyEvidence #meister .certificate,
#Low.QualityP #SafetyEvidence #craftsman .certificate,
#Low.QualityP #SafetyEvidence2 #meister .certificate,
#Low.QualityP #SafetyEvidence2 #craftsman .certificate,
#Low.QualityP #SafetyEvidence3 #meister .certificate,
#Low.QualityP #SafetyEvidence3 #craftsman .certificate {
  width: 17.5em;
}

#Low.QualityP #SafetyEvidence .table,
#Low.QualityP #SafetyEvidence2 .table,
#Low.QualityP #SafetyEvidence3 .table {
  margin: auto 0;
}

#Low.QualityP #SafetyEvidence .table p,
#Low.QualityP #SafetyEvidence2 .table p,
#Low.QualityP #SafetyEvidence3 .table p {
  border-bottom: 1px solid #5cbbd1;
  margin-bottom: 1em;
}

#Low.QualityP #SafetyEvidence .table .item,
#Low.QualityP #SafetyEvidence2 .table .item,
#Low.QualityP #SafetyEvidence3 .table .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

#Low.QualityP #SafetyEvidence .table p.height3,
#Low.QualityP #SafetyEvidence .table p.height2,
#Low.QualityP #SafetyEvidence2 .table p.height3,
#Low.QualityP #SafetyEvidence2 .table p.height2,
#Low.QualityP #SafetyEvidence3 .table p.height3,
#Low.QualityP #SafetyEvidence3 .table p.height2 {
  height: 3.66em;
}

@media screen and (max-width: 640px) {
  #Low.QualityP #SafetyEvidence #jhca .no_pd,
  #Low.QualityP #SafetyEvidence2 #jhca .no_pd,
  #Low.QualityP #SafetyEvidence3 #jhca .no_pd {
    padding: 0;
  }
}

#Low.QualityP #SafetyEvidence .flex.column,
#Low.QualityP #SafetyEvidence2 .flex.column,
#Low.QualityP #SafetyEvidence3 .flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* @media (max-width: 640px) {
                .g_certi_banner {
                    width: 10em;
                }
            } */
}

#Low.QualityP #SafetyEvidence .flex.column .g_certi_banner,
#Low.QualityP #SafetyEvidence2 .flex.column .g_certi_banner,
#Low.QualityP #SafetyEvidence3 .flex.column .g_certi_banner {
  width: 16em;
  border-bottom: none;
  margin: 0 auto;
}

#Low.QualityP #SafetyEvidence .evi_detail,
#Low.QualityP #SafetyEvidence2 .evi_detail,
#Low.QualityP #SafetyEvidence3 .evi_detail {
  padding: 2em;
}

#Low.QualityP #SafetyEvidence .evi_detail li,
#Low.QualityP #SafetyEvidence2 .evi_detail li,
#Low.QualityP #SafetyEvidence3 .evi_detail li {
  margin-bottom: 3em;
  width: 100%;
}

#Low.QualityP #SafetyEvidence .evi_detail li.proof,
#Low.QualityP #SafetyEvidence2 .evi_detail li.proof,
#Low.QualityP #SafetyEvidence3 .evi_detail li.proof {
  margin-bottom: 1em;
}

#Low.QualityP #SafetyEvidence .evi_detail li.proof p,
#Low.QualityP #SafetyEvidence2 .evi_detail li.proof p,
#Low.QualityP #SafetyEvidence3 .evi_detail li.proof p {
  margin-bottom: 0.7em;
}

#Low.QualityP #SafetyEvidence .evi_detail p,
#Low.QualityP #SafetyEvidence2 .evi_detail p,
#Low.QualityP #SafetyEvidence3 .evi_detail p {
  font-size: 1.2em;
  color: #458b9b;
  margin-bottom: 0.5em;
  line-height: 1.4;
  position: relative;
  z-index: 0;
}

#Low.QualityP #SafetyEvidence .evi_detail p:before,
#Low.QualityP #SafetyEvidence2 .evi_detail p:before,
#Low.QualityP #SafetyEvidence3 .evi_detail p:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* background: rgba(77, 152, 170, 0.15); */
  background: #e7f4f7;
  top: 0;
  left: 0;
  -webkit-transform: translate(-45%, -41%);
          transform: translate(-45%, -41%);
  z-index: -1;
}

#Low.QualityP #SafetyEvidence .evi_detail p span,
#Low.QualityP #SafetyEvidence2 .evi_detail p span,
#Low.QualityP #SafetyEvidence3 .evi_detail p span {
  font-size: 1.2em;
}

#Low.QualityP #SafetyEvidence .evi_detail p ul,
#Low.QualityP #SafetyEvidence2 .evi_detail p ul,
#Low.QualityP #SafetyEvidence3 .evi_detail p ul {
  padding-left: 3em;
}

#Low.QualityP #SafetyEvidence ul.evi_detail li ul li,
#Low.QualityP #SafetyEvidence2 ul.evi_detail li ul li,
#Low.QualityP #SafetyEvidence3 ul.evi_detail li ul li {
  position: relative;
  padding-left: 2em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

#Low.QualityP #SafetyEvidence ul.evi_detail li ul li::before,
#Low.QualityP #SafetyEvidence2 ul.evi_detail li ul li::before,
#Low.QualityP #SafetyEvidence3 ul.evi_detail li ul li::before {
  position: absolute;
  top: 0.48em;
  /* transform: translateY(-50%); */
  left: 5px;
  display: block;
  content: "";
  background-color: #4d98aa;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

#Low.QualityP #SafetyEvidence .proof table,
#Low.QualityP #SafetyEvidence2 .proof table,
#Low.QualityP #SafetyEvidence3 .proof table {
  width: 100%;
}

#Low.QualityP #SafetyEvidence .proof table th,
#Low.QualityP #SafetyEvidence .proof table td,
#Low.QualityP #SafetyEvidence2 .proof table th,
#Low.QualityP #SafetyEvidence2 .proof table td,
#Low.QualityP #SafetyEvidence3 .proof table th,
#Low.QualityP #SafetyEvidence3 .proof table td {
  height: 2.5em;
  border: 1px solid;
  border-color: rgba(77, 152, 170, 0.5);
  vertical-align: middle;
  padding: 0.5em 1.5em;
  /* line-height: 1.5; */
}

#Low.QualityP #SafetyEvidence .proof table th,
#Low.QualityP #SafetyEvidence2 .proof table th,
#Low.QualityP #SafetyEvidence3 .proof table th {
  text-align: center;
  background-color: rgba(77, 152, 170, 0.08);
  white-space: nowrap;
}

#Low.QualityP #SafetyEvidence .proof table td,
#Low.QualityP #SafetyEvidence2 .proof table td,
#Low.QualityP #SafetyEvidence3 .proof table td {
  text-align: justify;
}

#Low.QualityP #SafetyEvidence .lastp,
#Low.QualityP #SafetyEvidence2 .lastp,
#Low.QualityP #SafetyEvidence3 .lastp {
  font-size: 1.2em;
  line-height: 1.8;
  color: #4d98aa;
  font-weight: bold;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-color: rgba(77, 152, 170, 0.15);
          text-decoration-color: rgba(77, 152, 170, 0.15);
  /* text-decoration-color: rgba(231, 244, 247, 1); */
  text-decoration-thickness: 10px;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-underline-offset: -0.1em;
  text-align: center;
}

@media screen and (max-width: 815px) {
  #Low.QualityP #SafetyEvidence .juscen,
  #Low.QualityP #SafetyEvidence2 .juscen,
  #Low.QualityP #SafetyEvidence3 .juscen {
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    gap: 1.5em;
  }
  #Low.QualityP #SafetyEvidence .table,
  #Low.QualityP #SafetyEvidence2 .table,
  #Low.QualityP #SafetyEvidence3 .table {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #Low.QualityP #SafetyEvidence .proof div,
  #Low.QualityP #SafetyEvidence2 .proof div,
  #Low.QualityP #SafetyEvidence3 .proof div {
    padding-left: 0;
  }
  #Low.QualityP #SafetyEvidence .evi_detail,
  #Low.QualityP #SafetyEvidence2 .evi_detail,
  #Low.QualityP #SafetyEvidence3 .evi_detail {
    padding: 2em 1em;
  }
  #Low.QualityP #SafetyEvidence .evi_detail p::before,
  #Low.QualityP #SafetyEvidence2 .evi_detail p::before,
  #Low.QualityP #SafetyEvidence3 .evi_detail p::before {
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-45%, -36%);
            transform: translate(-45%, -36%);
  }
  #Low.QualityP #SafetyEvidence .evi_detail ul,
  #Low.QualityP #SafetyEvidence2 .evi_detail ul,
  #Low.QualityP #SafetyEvidence3 .evi_detail ul {
    padding-left: 0.5em;
  }
  #Low.QualityP #SafetyEvidence ul.evi_detail li ul li,
  #Low.QualityP #SafetyEvidence2 ul.evi_detail li ul li,
  #Low.QualityP #SafetyEvidence3 ul.evi_detail li ul li {
    padding-left: 1.3em;
  }
  #Low.QualityP #SafetyEvidence .proof table,
  #Low.QualityP #SafetyEvidence2 .proof table,
  #Low.QualityP #SafetyEvidence3 .proof table {
    padding-left: 0;
  }
  #Low.QualityP #SafetyEvidence .proof table th,
  #Low.QualityP #SafetyEvidence .proof table td,
  #Low.QualityP #SafetyEvidence2 .proof table th,
  #Low.QualityP #SafetyEvidence2 .proof table td,
  #Low.QualityP #SafetyEvidence3 .proof table th,
  #Low.QualityP #SafetyEvidence3 .proof table td {
    height: 2em;
    padding: 0.5em;
    font-size: 0.9em;
    line-height: 1.6;
  }
  #Low.QualityP #SafetyEvidence .lastp,
  #Low.QualityP #SafetyEvidence2 .lastp,
  #Low.QualityP #SafetyEvidence3 .lastp {
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  #Low.QualityP #SafetyEvidence .juscen,
  #Low.QualityP #SafetyEvidence2 .juscen,
  #Low.QualityP #SafetyEvidence3 .juscen {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3em;
  }
  #Low.QualityP #SafetyEvidence .certificate,
  #Low.QualityP #SafetyEvidence2 .certificate,
  #Low.QualityP #SafetyEvidence3 .certificate {
    margin: 0 auto;
    padding-top: 1em;
  }
  #Low.QualityP #SafetyEvidence .table,
  #Low.QualityP #SafetyEvidence2 .table,
  #Low.QualityP #SafetyEvidence3 .table {
    padding: 0;
  }
  #Low.QualityP #SafetyEvidence .evi_detail,
  #Low.QualityP #SafetyEvidence2 .evi_detail,
  #Low.QualityP #SafetyEvidence3 .evi_detail {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2em 0;
  }
  #Low.QualityP #SafetyEvidence .evi_detail li,
  #Low.QualityP #SafetyEvidence2 .evi_detail li,
  #Low.QualityP #SafetyEvidence3 .evi_detail li {
    margin-bottom: 3em;
  }
  #Low.QualityP #SafetyEvidence .evi_detail p,
  #Low.QualityP #SafetyEvidence2 .evi_detail p,
  #Low.QualityP #SafetyEvidence3 .evi_detail p {
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
  #Low.QualityP #SafetyEvidence .evi_detail p::before,
  #Low.QualityP #SafetyEvidence2 .evi_detail p::before,
  #Low.QualityP #SafetyEvidence3 .evi_detail p::before {
    width: 50px;
    height: 50px;
  }
}

#Low.QualityP #SafetyEvidence .table .value,
#Low.QualityP #SafetyEvidence2 .table .value,
#Low.QualityP #SafetyEvidence3 .table .value {
  padding-left: 2em;
}

#Low.QualityP #SafetyEvidence .table.no_pd,
#Low.QualityP #SafetyEvidence2 .table.no_pd,
#Low.QualityP #SafetyEvidence3 .table.no_pd {
  padding: 0 0.5em 0.5em 0.5em;
  margin: 0;
}

@media screen and (max-width: 800px) {
  #Low.QualityP #SafetyEvidence .table p.height3,
  #Low.QualityP #SafetyEvidence2 .table p.height3,
  #Low.QualityP #SafetyEvidence3 .table p.height3 {
    height: 5.45em;
  }
  #Low.QualityP #SafetyEvidence .table p.height2,
  #Low.QualityP #SafetyEvidence2 .table p.height2,
  #Low.QualityP #SafetyEvidence3 .table p.height2 {
    height: 3.65em;
  }
}

#Risk {
  overflow: hidden;
}

/* =========================================================
セクション　会社概要
========================================================= */
#information {
  color: #2d2d2d;
  position: relative;
  padding-top: 7em;
  text-align: justify;
  letter-spacing: 0;
  /* 2個目以降を打ち消す */
}

#information #TOP {
  background: url(/img/company/showroom_blur.jpg) center/cover no-repeat;
  height: clamp(150px, 60vh, 600px);
  padding: 5em 0 0;
}

#information .LowMainVisualCatch {
  text-align: center;
  width: 50%;
  max-width: 350px;
  margin-bottom: clamp(1vw, 3vw, 50px);
  padding-top: 1em;
  position: absolute;
  top: 12em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#information .SubCatch {
  font-size: 20px;
  font-weight: 700;
  color: #4D98AA;
  text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
  margin-bottom: 1em;
}

#information .text {
  width: 90%;
  max-width: 1000px;
  padding: 5em;
  margin: -180px auto 90px;
  color: #4D98AA;
  /* position: absolute; */
  /* top: clamp(500px, 45vh, 600px); */
  /* left: 50%;
        transform: translateX(-50%); */
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

#information .text h3 {
  margin-bottom: 1em;
  font-weight: bold;
}

#information p {
  margin-bottom: 1em;
}

#information p.name {
  font-weight: bold;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.3em;
  text-align: right;
}

#information p.name {
  padding-top: 1em;
}

#information p.name + p.name {
  padding-top: 0;
}

#information #greeting_table {
  background-color: #e7f4f7;
  /* background-image: url(/img/top/bubbles2.png); */
  padding-top: 0;
}

#information #greeting_table h3 {
  text-align: center;
  color: #4D98AA;
  margin-bottom: 1.5em;
  text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

#information #greeting_table .round-top {
  margin-bottom: 2em;
}

#information #greeting_table table {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
}

#information #greeting_table th {
  border: #A8CCD4 solid 1px;
  padding: 1em;
  background-color: #cee5ea;
  text-align: center;
}

#information #greeting_table th.iso {
  line-height: 1.3;
}

#information #greeting_table td {
  border: #A8CCD4 solid 1px;
  padding: 1em;
}

#information #iso {
  background-color: #bfdde3;
}

#information #iso h3 {
  color: #4D98AA;
  text-align: center;
  /* font-weight: bold; */
  font-size: 30px;
}

#information #iso .intro {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding: 1em 40px 2em;
}

#information #iso .iso_box {
  background: #F9F9F9;
  border-radius: 10px;
  padding: 40px;
  line-height: 2;
  max-width: 1000px;
  margin: 0 auto;
}

#information #iso .iso_img {
  width: 85%;
  margin: 2em auto;
  display: block;
}

#information #iso h4.iso_title {
  font-size: 1.1em;
  margin: 0 auto;
  border-bottom: 1px solid #aaa;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

#information #iso h4.mean {
  color: #4D98AA;
  font-size: 1.1em;
  text-align: center;
  margin-bottom: 0.5em;
}

#information #iso h4.mean .w800 {
  display: none;
}

#information #iso .iso_box p {
  line-height: 1.7;
}

#information #policy {
  background-color: #F9F9F9;
  /* Firefox */
}

#information #policy .title {
  text-align: center;
  color: #4D98AA;
}

#information #policy .title p {
  font-size: 0.9em;
}

#information #policy .scrollbox {
  max-height: 120px;
  /* ここが「枠の高さ」 */
  overflow-y: auto;
  /* 縦スクロール */
  overflow-x: hidden;
  /* 横スクロールは出さない */
  background: #fff;
  border-radius: 12px;
  padding: 50px 60px;
  border: 1px solid #e6e6e6;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  height: 320px;
  /* height: 700px; */
  max-height: 35vh;
  /* max-height: 50vh; */
  font-size: 0.85em;
  letter-spacing: normal;
}

#information #policy .scrollbox::-webkit-scrollbar {
  width: 8px;
}

#information #policy .scrollbox::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 999px;
}

#information #policy .scrollbox::-webkit-scrollbar-thumb {
  background: #8bbfae;
  border-radius: 999px;
}

#information #policy .scrollbox::-webkit-scrollbar-thumb:hover {
  background: #76ad9a;
}

#information #policy .scrollbox {
  scrollbar-width: thin;
  scrollbar-color: #4D98AA #f0f0f0;
}

#information #policy .scrollbox dt {
  font-size: 1.1em;
  font-weight: bold;
}

#information #policy .scrollbox dd {
  padding-left: 18px;
}

#information #policy .scrollbox dd li span {
  font-weight: bold;
}

#information #policy ul.dot li,
#information #policy ul.small_dot li,
#information #policy ul.check li,
#information #policy ol.check li span {
  position: relative;
  font-weight: normal;
}

#information #policy ul.check li::before,
#information #policy ol.check li span::before {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.2em;
  width: .8em;
  height: .5em;
  border-left: 4px solid #59aec1;
  border-bottom: 4px solid #59aec1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#information #policy ul.no_check li::before {
  content: none;
}

#information #policy ul.dot li::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.7em;
  left: -0.8em;
  width: .4em;
  height: .4em;
  border-radius: 50%;
  background-color: #2d2d2d;
  border-left: none;
  border-bottom: none;
  /* transform: translateY(-50%); */
}

#information #policy ul.small_dot li::before {
  content: '・';
  /* display: block; */
  position: absolute;
  top: 0.3em;
  left: -1.5em;
  /* width: .4em; */
  /* height: .4em; */
  /* border-radius: 50%; */
  /* background-color: #2d2d2d; */
  border-left: none;
  border-bottom: none;
  /* transform: translateY(-50%); */
}

#information #policy .ol-paren {
  list-style: none;
  padding-left: 0;
  counter-reset: num;
  /* カウンター初期化 */
}

#information #policy .ol-paren > li {
  position: relative;
  padding-left: 24px;
  /* (1) のぶん左に余白 */
  counter-increment: num;
}

#information #policy .ol-paren > li::before {
  content: "(" counter(num) ")";
  /* ←これが(1)(2)…になる */
  position: absolute;
  left: 0;
  top: 0;
}

#information #policy .scrollbox .ol-paren > li > span {
  font-weight: bold;
}

#information #policy .shomei {
  text-align: left;
}

#information #policy .shomei p {
  margin-bottom: 0;
}

#information #bubble_pic .Inner {
  position: relative;
  width: clamp(340px, 85vw, 900px);
  aspect-ratio: 8 / 4.7;
  margin: 0 auto;
}

#information #bubble_pic .pic1, #information #bubble_pic .pic2, #information #bubble_pic .pic3 {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  visibility: hidden;
}

#information #bubble_pic .pic1 img,
#information #bubble_pic .pic2 img,
#information #bubble_pic .pic3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 50%;
  border: 13px solid #c9dde0;
}

#information #bubble_pic .pic1 {
  width: 28%;
  aspect-ratio: 1 / 1;
  left: 28%;
  top: 9%;
}

#information #bubble_pic .pic2 {
  width: 22%;
  aspect-ratio: 1 / 1;
  left: 47%;
  top: 38%;
}

#information #bubble_pic .pic3 {
  width: 17%;
  aspect-ratio: 1 / 1;
  left: 39%;
  top: 64%;
}

@media screen and (max-width: 800px) {
  #information {
    padding-top: 3.8em;
  }
  #information #greeting_table th {
    width: 7.2em;
    padding: 1em 0.3em;
  }
  #information .LowMainVisualCatch {
    padding-top: 0;
    top: 9em;
  }
  #information .text {
    padding: 3em;
  }
  #information #iso h4.mean {
    line-height: 1.6;
    margin-bottom: 20px;
  }
  #information #iso h4.mean .w800 {
    display: block;
  }
  #information #policy .scrollbox {
    padding: 3em;
  }
  #information #bubble_pic .Inner {
    aspect-ratio: 15 / 8.5;
  }
  #information #bubble_pic .pic2 {
    left: 47%;
    top: 36%;
  }
  #information #bubble_pic .pic3 {
    left: 40%;
    top: 62%;
  }
}

@media screen and (max-width: 640px) {
  #information #iso .iso_img {
    width: 100%;
  }
  #information #iso .intro {
    padding: 1em 0 2em;
  }
  #information #policy {
    padding-bottom: 2em;
  }
}

#information #iso,
#information #GuaranteeAfter {
  overflow: hidden;
}

#information #iso .tabs .tab:last-of-type.active,
#information #GuaranteeAfter .tabs .tab:last-of-type.active {
  background: #438b85;
}

#information #iso .tabs .tab:last-of-type.active::after,
#information #GuaranteeAfter .tabs .tab:last-of-type.active::after {
  border-top: 10px solid #438b85;
}

#information #GuaranteeAfter .intro {
  background: #F9F9F9;
  border-radius: 10px;
  padding: 40px;
  line-height: 2;
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
}

@media screen and (max-width: 640px) {
  #information #GuaranteeAfter .intro {
    padding: 1em 0 2em;
  }
}

#information #GuaranteeAfter h3 {
  padding-left: 1.6em;
  color: #438b85;
  position: relative;
}

#information #GuaranteeAfter h3:before {
  content: "";
  position: absolute;
  width: 1.2em;
  height: 1em;
  background-image: url(/img/company/icon_logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-left: -1.5em;
}

#information .Step_box .Allows {
  background: #ddd;
  width: 100px;
  padding: 25px 0px;
  text-align: center;
  position: relative;
  margin-bottom: 1.8em !important;
  border-bottom: 0px;
  line-height: 0;
  font-weight: bold;
}

#information .Step_box .Allows::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: -30px;
  left: 0;
  border-style: solid;
  border-color: #ddd transparent transparent transparent;
  background-color: unset;
  border-width: 30px 50px 0 50px;
  z-index: 1;
}

#information .Step_box .txt {
  width: calc(100% - 100px);
  line-height: 1.5;
}

#information .Step_box .step {
  color: #438b85;
  border-bottom: 1px dotted #333;
  font-size: 1.2em;
}

#information #Attention {
  background-color: #F9F9F9;
}

#information #Attention .title {
  text-align: center;
  color: #4D98AA;
}

#information #Attention .scrollbox {
  scrollbar-width: thin;
  scrollbar-color: #4D98AA #f0f0f0;
}

#information #Attention .scrollbox {
  max-height: 120px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  border-radius: 12px;
  padding: 50px 60px;
  border: 1px solid #e6e6e6;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  height: 320px;
  /* height: 700px; */
  max-height: 35vh;
  /* max-height: 50vh; */
  font-size: 0.85em;
  letter-spacing: normal;
}

#information #Attention h4 {
  padding-left: 1.6em;
  color: #438b85;
  font-size: clamp(1.4em, 1.6vw, 1.7em);
  position: relative;
  font-weight: bold;
}

#information #Attention h4:before {
  content: "";
  position: absolute;
  width: 1.2em;
  height: 1em;
  background-image: url(/img/company/icon_logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-left: -1.5em;
}

#information #Attention h5 {
  font-size: clamp(1.2em, 1.35vw, 1.5em);
  font-weight: bold;
}

p.asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

/* =========================================================
セクション　会社概要　ここまで
========================================================= */
/* =========================================================
よくある質問
========================================================= */
#Low.FAQ #FAQ_Box {
  overflow: hidden;
}

#Low.FAQ #FAQ_Box .Category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px .5%;
  letter-spacing: 0;
  max-width: 1200px;
  margin: auto;
}

#Low.FAQ #FAQ_Box .Category dl {
  width: 16%;
  border-radius: 0;
  font-size: .79em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 5px;
}

@media screen and (max-width: 900px) {
  #Low.FAQ #FAQ_Box .Category dl {
    width: 33%;
  }
}

#Low.FAQ #FAQ_Box .Category dl.tab:after, #Low.FAQ #FAQ_Box .Category dl.tab:before {
  height: 0;
  width: 0;
}

#Low.FAQ #FAQ_Box .Category dl.tab.active:after {
  margin-top: 0;
}

#Low.FAQ #FAQ_Box .Category dl.tab:last-of-type.active {
  background: #438b85;
}

#Low.FAQ #FAQ_Box .Category dl.tab:last-of-type.active::after {
  border-top: 10px solid #438b85;
}

#Low.FAQ #FAQ_Box .Category dl dt {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 8px;
}

#Low.FAQ #FAQ_Box .Category dl dd:first-of-type {
  line-height: 1.4;
  margin: auto;
  margin-bottom: .5em;
}

#Low.FAQ #FAQ_Box .Category dl dd.Q_Number {
  margin-top: auto;
  font-size: .8em;
  background-color: #fff;
  color: #4C98AA;
  border-radius: 50px;
  padding: 2px 8px;
}

#Low.FAQ #Answers .content:nth-child(odd) {
  background-color: #e7f4f7;
}

#Low.FAQ #Answers .content {
  padding: 0 0;
}

#Low.FAQ #Answers .content h3 {
  font-size: 1.5em;
  border-bottom: 1px dashed #999;
  margin: 30px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#Low.FAQ #Answers .content .contentBox {
  padding: 40px 70px 60px 70px;
}

@media screen and (max-width: 800px) {
  #Low.FAQ #Answers .content .contentBox {
    padding: 40px 30px 60px 30px;
  }
}

.FAQListSubTitle span {
  position: relative;
}

.FAQListSubTitle span::before,
.FAQListSubTitle span::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 28px;
  background: #000;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.FAQListSubTitle span::before {
  left: -10px;
  -webkit-transform: rotate(-27deg);
          transform: rotate(-27deg);
}

.FAQListSubTitle span::after {
  right: -10px;
  -webkit-transform: rotate(27deg);
          transform: rotate(27deg);
}

ul.disc {
  margin-left: 1em;
}

ul.disc li {
  list-style: disc;
}

#Answers .contentBox .toggle {
  display: none;
}

#Answers .contentBox .Label {
  /*タイトル*/
  /*padding: 1em;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*color: #fff;*/
  background: #fff;
  border-radius: 8px;
  border: 1px solid #438b85;
  overflow: hidden;
  cursor: pointer;
}

#Answers .contentBox .Label::before {
  /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #4C98AA;
  border-right: 2px solid #4C98AA;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc( 50% - 3px);
  right: 20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#Answers .contentBox .Label,
#Answers .contentBox .contentArea {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#Answers .contentBox .contentArea {
  /*本文*/
  height: 0;
  margin-bottom: 30px;
  padding: 0px 50px;
  overflow: hidden;
}

#Answers .contentBox .toggle:checked + .Label + .contentArea {
  /*開閉時*/
  height: auto;
  padding: 40px 50px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #fff;
  border-radius: 0 0 2px 2px;
}

#Answers .contentBox .toggle:checked + .Label::before {
  -webkit-transform: rotate(-45deg) !important;
          transform: rotate(-45deg) !important;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

#Answers .contentBox .toggle:checked + .Label {
  background: #4C98AA;
  color: #fff;
  border-radius: 2px 2px 0 0;
}

#Answers .contentBox .Label .Number {
  width: 5em;
  text-align: center;
  background: #438b85;
  color: #fff;
  padding: 1em;
  border-radius: 2px 0 0 0;
}

#Answers .contentBox .Label .Ans {
  padding: 1em 3em 1em 1em;
  width: calc(100% - 5em);
}

/* ==========CTA========== */
section.CTA {
  background-position: center;
}

@media (max-width: 800px) {
  section.CTA {
    background-position: center bottom;
    background-attachment: unset;
    background-size: cover;
  }
}

section.CTA .CTATextBox {
  border-radius: 9px;
  margin: auto;
  max-width: 1000px;
  padding: 50px 60px;
  background-color: rgba(56, 128, 145, 0.8);
  color: #fff;
  text-align: center;
}

section.CTA .CTATextBox p {
  margin-bottom: 1em;
}

section.CTA .ContactInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 60px;
}

@media (max-width: 950px) {
  section.CTA .ContactInner {
    display: block;
  }
}

section.CTA .ContactInner div {
  border-radius: 5px;
  color: #000;
  padding: 30px;
  background-color: aliceblue;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 950px) {
  section.CTA .ContactInner div {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

section.CTA .ContactInner div:last-of-type {
  border-right: none;
  border-bottom: none;
  margin-bottom: 0;
}

section.CTA .ContactInner div p {
  margin-bottom: 0;
}

section.CTA .ContactInner div .Tel {
  font-size: 2em;
  margin-bottom: 0;
}

section.CTA .ContactInner div .Tel span {
  font-size: 12px;
}

section.CTA .ContactInner div .Tel a {
  color: #4C98AA;
}

section.CTA .ContactInner div .Mail {
  font-size: 1.1em;
  margin-bottom: 0;
  margin-top: auto;
}

section.CTA .ContactInner div .Mail span {
  font-size: 12px;
}

section.CTA .ContactInner div .Sub {
  font-size: .8em;
  margin-top: auto;
}

/*# sourceMappingURL=base.css.map */
