/* Noto+Sans+JP
 Regular 400 /  Medium 500 / SemiBold 600 / Bold 700 / ExtraBold 800  / Black 900 
*/
.wow {
  visibility: hidden;
}
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
}
#splash_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  transform: translateX(0);
}
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#splash_logo img {
  width: 114px;
  opacity: 0;
}
@keyframes fadeInUpShort {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fadeInUpShort {
  animation: fadeInUpShort 0.8s ease-out forwards;
}
@keyframes fadeOutBg {
  from { opacity: 1; }
  to   { opacity: 0; }
}
@keyframes fadeOutFast {
  from { opacity: 1; }
  to   { opacity: 0; }
}
.fadeOutFast {
  animation: fadeOutFast 1s ease forwards;
}
p  {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
}
.transform_50 {
  transform: translateY(-50px);
}
.transform_85 {
  transform: translateY(-85px);
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 1em;
}
table {
    border-collapse: collapse;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    display: block;
}
ol, ul {
    list-style: none;
}
img {
    backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}
a, a:link {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
}
a.button, a.button:link {
    color: #000;
    text-decoration: none;
}
a,a:hover {
	text-decoration: none;
	cursor: pointer;
    transition: all .3s ease 0s;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
a img {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
a.link {
  text-decoration: underline;
}
a:active {
    color: #1A1A1A;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
.pc_on {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .pc_on {
    display: none !important;
  }
}
.pc_on_block {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc_on_block {
    display: none !important;
  }
}
.sp_on {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_on {
    display: inline !important;
  }
}
.sp_on_block {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_on_block {
    display: block !important;
  }
}
.pc_on_flex {
  display: flex !important;
}
@media screen and (max-width: 768px) {
  .pc_on_flex {
    display: none !important;
  }
}
.sp_on_flex {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp_on_flex {
    display: flex !important;
  }
}
p {
  font-size: 1.4rem;
  line-height: 1.64;
  font-weight: 400;
  letter-spacing: 0;
  color: #1A1A1A;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translateX(-50%) translateY(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}

@keyframes fadeInUpShort {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpShort {
  animation-name: fadeInUpShort;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: ease;
}
@keyframes fadeOutFast {
  from { opacity: 1; }
  to   { opacity: 0; }
}
.fadeOutFast {
  animation: fadeOutFast 1s ease forwards;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
html {
	font-size: 10px;
	width: 100%;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	width: 100%;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2.0;
	letter-spacing: 0;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	position: relative;
	font-weight: 400;
}
body, table, input, textarea, select, option {
    font-weight: 400;
    position: relative;
    width: 100%;
}
.logo a {
  position: absolute;
  left: 40px;
  top: 30px;
  z-index: 999;
}
.logo a h1 img {
  width: 114px;
}
.store_info {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto 100px;
}
h3.ttl_store_info {
  font-size: 4.0rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin: 50px auto 65px;
  position: relative;
  padding-bottom: 15px;
}
h3.ttl_store_info::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 42px;
  height: 27px;
  transform: translateX(-50%);
  background:
    linear-gradient(#1F1F1F, #1F1F1F) center top / 42px 1px no-repeat,
    linear-gradient(#1F1F1F, #1F1F1F) center top / 1px 27px no-repeat;
}
.img_store_info {
  width: 100%;
  margin-bottom: 30px;
}
.img_store_info img {
  width: 100%;
}
h3.store_name {
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 10px;
}
.store_address {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
}
.btn_gmap a {
  width: 363px;
  font-size: 1.7rem;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  background: url("../images/icon_arrow.png") no-repeat right 25px center/21px auto,#FFF500;
  border-radius: 33px;
  margin: 0 auto 80px;
}
.btn_gmap a:hover {
  background: url("../images/icon_arrow.png") no-repeat right 25px center/21px auto,#F0F0F0;
}
.dealer {
  width: 1100px;
  max-width: 90%;
  margin: 40px auto 93px;
}
.acc {
  width: 100%;
  margin: 0 0 25px;
}
.acc dt {
  background: #f6f6f6;
  font-size: 1.6rem;
  line-height: 1;
  padding: 27px 60px 27px 25px;
  cursor: pointer;
  position: relative;
  transition: background 0.35s ease, color 0.35s ease;
}
.acc dd {
  display: none;
}
.acc dt span {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}
.acc dt span i {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #000;
  transform: translateY(-50%);
  transition: background 0.35s ease, transform 0.35s ease;
}
.acc dt span i::before,
.acc dt span i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: background 0.35s ease, transform 0.35s ease, top 0.35s ease;
}
.acc dt span i::before {
  top: -8px;
}
.acc dt span i::after {
  top: 8px;
}
.acc dt.active {
  background: #000;
  color: #fff;
}
.acc dt.active span i {
  background: transparent;
}
.acc dt.active span i::before,
.acc dt.active span i::after {
  background: #fff;
  top: 0;
}
.acc dt.active span i::before {
  transform: rotate(45deg);
}
.acc dt.active span i::after {
  transform: rotate(-45deg);
}
.acc dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.acc dd ul > li {
  border-bottom: 1px solid #ddd;
  padding: 18px 0;
}
.acc dd ul > li:last-child {
  border-bottom: 0;
}

.pre {
  display: block;
  font-size: 16px;
  padding: 12px 0 16px 20px;
}

.acc dd ol {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
}

.acc dd ol li {
  padding: 18px 0;
  border-bottom: 1px solid #ddd;
}

.acc dd ol li:last-child {
  border-bottom: 0;
}

.table {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}

.table > div {
  display: table-cell;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
.table .name { width: 32%; }
.table .address { width: 45%; padding-right: 20px; }
.table .tel { width: 15%; white-space: nowrap; }
.table .map { width: 8%; white-space: nowrap; text-align: right; }
}
.table .name a {
  color: #000;
  text-decoration: underline;
}

.acc dt.active + dd .table .name a {
  color: #000;
}

@media (max-width: 736px) {
  .acc dt {
    padding: 18px 52px 18px 16px;
    font-size: 15px;
  }
  .table, .table > div {
    display: block;
    width: 100%;
  }
  .table .address { padding-right: 0; margin-top: 6px; }
  .table .tel, .table .map { margin-top: 6px; }
  .table .map { text-align: left; }
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa {
	font-family: var(--fa-style-family,"Font Awesome 6 Free");
	font-weight: var(--fa-style,900);
}
.fa-location-pin::before, .fa-map-marker::before {
  content: "\f041";
}

.bold {
	font-weight: 700;
}
@media only screen and (min-width: 737px), print {
  .p-none {
    display: none !important;
  }
}
dd ul li span.pre {
	display: block;
	color: #000;
	font-size: 16px;
	padding: 12px 0 20px 20px;
}
dl dd ul li {
  color: #444;
}
.table .name a {
  color: #444;
}
.map a {
  color: #666;
}
.footer_logo h2 a {
  display: block;
  width: 302px;
  max-width: 90%;
  margin: 0 auto;
}
.footer_logo h2 span {
	font-size: 1.2rem;
	text-align: center;
	display: block;
  margin: 30px auto 100px;
}
ul.footer_links {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
  z-index: 9999;
}
ul.footer_links.show {
  transform: translateY(0);
  opacity: 1;
}
ul.footer_links {
  visibility: hidden;
  pointer-events: none;
}
ul.footer_links.show {
  visibility: visible !important;
  pointer-events: auto;
}
ul.footer_links li {
  width: 50%;
}
ul.footer_links img {
  width: 100%;
  display: block;
}
.t-sabe_bg1 {
  width: 100%;
  position: relative;
  background: url("../images/t-sabe_bg1.webp") no-repeat top center / cover;
  padding: 0 0 257px;
}

.ttl_fv {
  width: 90%;
  margin: 0 auto 67px;
  padding-top: 45.5vw;
}

@media screen and (max-width: 1400px) {
.ttl_fv {
  padding-top: 716px;
}
}

.ttl_fv p {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
.ttl_fv h2 {
  font-size: 4.1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 1px;
}
.fv_lead_box {
  width: 960px;
  max-width: 90%;
  margin: auto;
  background: #fff;
  border-radius: 231px;
  padding: 65px 105px 115px;
  box-shadow: 6px 9px 12px rgba(0,0,0,0.16);
}
.fv_lead_box h3 {
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.666;
  text-align: center;
  margin-bottom: 31px;
}
.fv_lead_box h3 span {
  font-size: 1.2rem;
  font-weight: 500;
}
.with_taichi_safety {
  font-size: 2.0rem;
  font-weight: 400;
  color: #fff;
  background: #000;
  letter-spacing: 0;
  display: block;
  width: fit-content;
  line-height: 1.7;
  padding: 0 40px 1px;
  clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0 100%);
  margin: 0 auto 20px;
}
.autoliv {
  width: 169px;
  margin: 0 auto 35px;
}
p.fv_lead_txt {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.888;
  margin-bottom: 10px;
}
p.fv_lead_txt_note {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: right;
  margin-bottom: 43px;
}
.youtube {
  width: 100%;
  max-width: 740px;
  aspect-ratio: 16 / 9;
  margin: 0 auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.t-sabe_bg2 {
  width: 100%;
  position: relative;
  margin-top: 0;
  padding: 0 0 61vw;
  z-index: 1;
}
.t-sabe_bg2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -150px;
  width: 100%;
  height: calc(100% + 150px);
  background: url("../images/t-sabe_bg2.webp") no-repeat top center / cover;
  border-radius: 150px 150px 0 0;
  z-index: -1;
}
.logo,
.ttl_fv,
.fv_lead_box,
.release {
  position: relative;
  z-index: 2;
}
.release_txt_area {
  text-align: center;
  color: #fff;
}
.ttl_release {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.mark {
  width: 142px;
}
.ttl_release h3 {
  font-size: 5.8rem;
  font-weight: 700;
}
.ttl_release h3 span {
  font-size: 4.1rem;
}
.txt_release p {
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 400;
}
.features_bg {
  width: 100%;
  position: relative;
  margin-top: 0;
  padding: 50px 0 25vw;
  z-index: 1;
}
.features_bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: -150px;
  width: 100%;
  height: calc(100% + 150px);
  background: #fff;
  border-radius: 150px 150px 0 0;
  z-index: -1;
}
.ttl_features h2 {
  font-size: 4.0rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin: 0 auto 0;
  position: relative;
  padding-bottom: 15px;
}
.ttl_features h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 42px;
  height: 27px;
  transform: translateX(-50%);
  background: linear-gradient(#1F1F1F, #1F1F1F) center top / 42px 1px no-repeat,
    linear-gradient(#1F1F1F, #1F1F1F) center top / 1px 27px no-repeat;
}

.grid_list4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .grid_list4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
ul.features_list {
  width: 1100px;
  max-width: 90%;
  margin: auto;
}
ul.features_list li {
  margin-bottom: 40px;
}
ul.features_list li h3 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.444;
  margin: 10px 0 10px;
}
ul.features_list li p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
}
.t-sabe_bg3 {
  width: 100%;
  position: relative;
  margin-top: 0;
  padding: 0 0 8vw;
  z-index: 1;
}
.t-sabe_bg3::before {
  content: "";
  position: absolute;
  left: 0;
  top: -150px;
  width: 100%;
  height: calc(100% + 150px);
  background: url("../images/t-sabe_bg3.webp") no-repeat top center / cover;
  border-radius: 150px 150px 0 0;
  z-index: -1;
}
.t-sabe_bg3_inner {
  width: 1100px;
  max-width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.t-sabe_bg3_inner_txt {
  width: 598px;
  max-width: 100%;
  margin: -29px 70px 50px;
  color: #fff;
}
.t-sabe_bg3_inner_txt table {
  margin-bottom: 30px;
}
.t-sabe_bg3_inner_txt table tr td {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
}
.t-sabe_bg3_inner_txt table tr td:nth-child(odd) {
  padding: 10px 20px 10px 0;
  border-bottom: solid 1px #fff;
}
.t-sabe_bg3_inner_txt table tr td:nth-child(even) {
  padding: 10px 10px 10px 40px;
  border-bottom: solid 1px #959595;
}
.t-sabe_bg3_inner_txt p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}
.t-sabe_bg3_inner_img {
  width: 385px;
  position: relative;
  top: -19vw;
}
.t-sabe_bg3_inner_img p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  text-align: right;
  margin: 50px 0 0 0;
  letter-spacing: 2px;
}
.safety_sec {
  width: 100%;
  position: relative;
  margin-top: 0;
  padding: 0 0 16.5vw;
  z-index: 1;
}
.safety_sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: -150px;
  width: 100%;
  height: calc(100% + 150px);
  background: #fff;
  border-radius: 150px 150px 0 0;
  z-index: -1;
}
.superiority_sec {
  width: 100%;
  position: relative;
  margin-top: 50px;
  padding: 0 0 16.5vw;
  z-index: 1;
}
.superiority_sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: calc(100% + 150px);
  background: #fff;
  border-radius: 150px 150px 0 0;
  z-index: -1;
}
.autoliv_sec {
  width: 100%;
  position: relative;
  margin-top: 0;
  padding: 0 0 0;
  z-index: 1;
}
.autoliv_sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: -150px;
  width: 100%;
  height: calc(100% + 150px);
  background: #fff;
  border-radius: 150px 150px 0 0;
  z-index: -1;
}
.accordion {
  width: 1100px;
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.accordion-trigger {
  width: 100%;
  padding: 25px 50px 25px 55px;
  border: 0;
  text-align: left;
  font: inherit;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  background: #000000;
  border-radius: 15px;
  transition: border-radius 0.28s ease;
}
.accordion-item.is-open .accordion-trigger {
  border-radius: 15px 15px 0 0;
}
.accordion-trigger:before {
  content: "";
	display: inline;
	border-left: solid 23px #fff;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: 1px;
}
.accordion-title {
  display: block;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
}
.accordion-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 49px;
  height: 49px;
  background: #fff;
  transform: translateY(-50%);
  border-radius: 50px;
  border: solid 1px #707070;
}
.accordion-icon::before, .accordion-icon::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 22px;
  width: 13px;
  height: 2px;
  background: #000;
}
.accordion-icon::after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.accordion-item.is-open .accordion-icon::after {
  transform: rotate(0deg);
}
.accordion-content {
  display: none;
  overflow: hidden;
  border-left: solid 1px #707070;
  border-right: solid 1px #707070;
  border-bottom: solid 1px #707070;
  border-radius: 0 0 15px 15px;
}
.accordion-body {
  padding: 40px 117px 85px;
}
.ttl_line {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  margin: 20px 0 30px;
}
.ttl_line::before,
.ttl_line::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #0F0F0F;
  max-width: 100%;
}
.ttl_line span {
  position: relative;
  display: inline-block;
  padding: 0 50px;
  font-weight: bold;
}
.ttl_line span::before,
.ttl_line span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 24px;
  background: #0F0F0F;
  transform: translateY(-50%);
}
.ttl_line span::before {
  left: 0;
}
.ttl_line span::after {
  right: 0;
}
p.ac_txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 45px;
}
.ac_main_img {
  width: 100%;
  margin: 20px auto 25px;
}
.ac_flex_1 {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
.ac_flex_1_img {
  width: 320px;
  width: 37%;
}
.ac_flex_1_txt {
  width: 57.9%;
}
.ac_flex_1_txt h3 {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}
.ac_flex_1_txt p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
}
.comfort_sec {
  width: 100%;
  position: relative;
  margin-top: 0;
  padding: 1vw 0 20vw;
  z-index: 1;
}
.comfort_sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: -150px;
  width: 100%;
  height: calc(100% + 150px);
  background: url("../images/t-sabe_bg4.webp") no-repeat top center / cover;
  border-radius: 150px 150px 0 0;
  z-index: -1;
}
.comfort_sec_flex {
  width: 90%;
  margin: 0 auto 0 0;
  display: flex;
  justify-content: space-between;
}
.comfort_sec_img1 {
  width: 45%;
}
.comfort_sec_txt {
  width: 45%;
  margin-top: 2vw;
}
.comfort_sec_txt h3 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 30px;
}
.comfort_sec_txt p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  color: #fff;
  margin-bottom: 70px;
}
.comfort_sec_img2 {
  width: 100%;
  position: relative;
  left: -15vw;
}
.ac_flex_2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.ac_main_img2 {
  width: 48%;
  margin: 0 auto 0 0;
}
p.ac_txt2 {
  width: 48%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.accordion-title2 {
  display: block;
  font-size: 2.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
}
.accordion-title2 small {
  font-size: 1.2rem;
}
.accordion-title3 {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
}
h3.ac_ttl_sub {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.769;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
h3.ac_ttl_sub img {
  width: 81px;
  vertical-align: middle;
  position: relative;
  top: -4px;
  margin: 0 5px;
}
.ac_img_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ac_img_flex img {
  width: 48.5%;
}
.ac_note {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
}
.app_bg {
  width: 100%;
  position: relative;
  margin-top: 0;
  padding: 1vw 0 20vw;
  z-index: 1;
}
.app_bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: -140px;
  width: 100%;
  height: calc(100% + 140px);
  background: url("../images/t-sabe_bg5.webp") no-repeat top center / cover;
  border-radius: 150px 150px 0 0;
  z-index: -1;
}
.app_box {
  width: 960px;
  max-width: 90%;
  margin: auto;
  background: #fff;
  border-radius: 231px;
  padding: 130px 105px 115px;
  box-shadow: 6px 9px 12px rgba(0,0,0,0.16);
}
.ttl_app {
  font-size: 4.0rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin: 0 auto 65px;
  position: relative;
  padding-bottom: 15px;
}
.ttl_app::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 42px;
  height: 27px;
  transform: translateX(-50%);
  background: linear-gradient(#1F1F1F, #1F1F1F) center top / 42px 1px no-repeat,
    linear-gradient(#1F1F1F, #1F1F1F) center top / 1px 27px no-repeat;
}
.app_flex {
  display: flex;
  justify-content: center;
  margin-bottom: 65px;
  gap: 40px;
}
.app_list {
  width: 47%;
  max-width: 260px;
}
.app_list h3 {
  font-size: 2.0rem;
  font-weight: 700;
  margin: 13px 0 10px;
}
.app_list p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
}
.app_bnr_list {
  display: grid;
  justify-content: center;
  margin: 0 auto;
  gap: 40px;
}
.app_bnr{
  margin: 0 auto;
  text-align: center;
}
.app_bnr p{
  margin-top: 10px;
}
.app_bnr_list img {
  height: 70px;
}
.faq_bg {
  width: 100%;
  position: relative;
  margin-top: 0;
  padding: 1vw 0 5vw;
  z-index: 1;
}
.faq_bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: -150px;
  width: 100%;
  height: calc(100% + 150px);
  background: #fff;
  border-radius: 150px 150px 0 0;
  z-index: -1;
}
.faq_list li {
  border-bottom: solid 1px #D3D3D3;
  padding: 40px 0;
}
.txt_q {
  font-size: 2.0rem;
  font-weight: 700;
  padding-left: 60px;
  background: url("../images/icon_q.png") no-repeat left 0 top 0/42px auto;
  min-height: 50px;
  margin-bottom: 5px;
}
.txt_a {
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 60px;
  background: url("../images/icon_a.png") no-repeat left 0 top 0/42px auto;
  min-height: 50px;
  line-height: 1.875;
}
.txt_a {
  padding-top: 5px;
}





