@charset "utf-8";
.box-wrap {
    background: #6f6f6f;
    box-sizing: border-box;
}
.box-ttl {
	text-align:center !important;
	background: var(--basic-color-sub);
	padding:0.6em;
	font-size: 1.1em;
	font-weight: bold;
	color:#fff;
	margin-bottom:0px !important;
	display: grid;
  place-items: center;
}
.box-cnt {
	width:100%;
	margin:0px auto 0em;
	padding:0.5em 1.0em 0.5em 1.0em;
	box-sizing:border-box;
}
ul.circle-1col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-1col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px solid #999;
    width:100%;
    margin-right:0%;
    position: relative;
}
ul.circle-1col > li:last-child {
	margin-bottom:0px;
}
ul.circle-1col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.8em;
}

ul.circle-2col {
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-2col > li {
    padding: 0 0 0.2em 1.2em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #999;
    width:45%;
    margin-right:1%;
    position: relative;
	font-weight: 600;
}
ul.circle-2col > li.line {
	margin-bottom:0px;
}


ul.circle-2col > li.long {
    width:70%;
}
ul.circle-2col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.8em;
}

ul.circle-3col {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;	
}
ul.circle-3col > li {
    padding: 0 0 0.5em 1.2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:29%;
    margin-right:1%;
    position: relative;
}
ul.circle-3col > li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--basic-color);
    border-radius: 50%;
    left: 0.5em;
    margin-top: 0.8em;
}


@media only screen and (max-width: 768px) {
  ul.circle-2col > li,ul.circle-2col > li.long,ul.circle-3col > li {
    width:90%;
}
ul.circle-2col > li.line.line2 {
	margin-bottom:0.9em;
}
}
dl.dl-flex {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  box-sizing:border-box;
}
dl.dl-flex dt {
  flex-basis: 56%;
  padding: 0.3em;
  font-size: 1.00em;
  box-sizing:border-box;
  border-bottom: 1px dotted #ccc;
  text-align: center;
  font-weight: 800;
}
dl.dl-flex dt.lft {
  text-align: left;
}
dl.dl-flex dd {
  flex-basis: 44%;
  font-size: 1.00em;
  padding: 0.3em;
  box-sizing:border-box;
  text-align: left;
  border-bottom: 1px dotted #ccc;
}
dl.dl-flex dd.cnt {
	 text-align: center;
}
dl.dl-flex dd.cnt.lg {
	 text-align: center;
	 flex-basis: 100%;
}
@media screen and (max-width: 768px) {
 dl.dl-flex {
   flex-flow: column;
 }
}
ul.check-1col,ul.check2,ul.check-2col  {
    position: relative;
}
ul.check-1col {
    position: relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check-1col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:100%;
    position: relative;
}
ul.check-1col li::before {
    position: absolute;
	color:var(--basic-color);
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}
ul.check2 li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
    width:40%;
    margin-right:2%;
    display:inline-block;
}
ul.check2 li::before {
    position: absolute;
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}


ul.check-2col {
    position: relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
ul.check-2col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:42%;
    margin-right:1%;
    position: relative;
}
ul.check-2col li.lg {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:70%;
    margin-right:1%;
    position: relative;
}
ul.check-2col li::before {
    position: absolute;
	color:var(--basic-color);
    content: "\f14a";
    font-family: FontAwesome;
    left: 0.3em;
    font-size: 1.3em;
}

@media only screen and (max-width: 768px) {
ul.check-2col li {
    padding: 0 0 0.5em 2em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    width:90%;
    margin-right:2%;
    position: relative;
}
ul.check2 li,ul.check-2col li.lg  {
    padding: 0 0 0.5em 1.6em;
    margin-bottom: 0.7em;
    border-bottom: 1px dashed #CCC;
    position: relative;
	width:100%;
	margin-right:0%;
	display:inline-block;
}

}
.p-ttl {
	font-size:1.5em;
	text-align: center;
	font-weight: 800;
}
.p-ttl-s {
	font-size:1.05em;
	text-align: center;
	font-weight: 800;
		border-bottom:1px solid #fff;
		padding-bottom: 0.5em;
}
.p-ttl-b {
	font-size:1.3em;
	text-align: center;
	font-weight: 800;
	background: var(--basic-color);
	color:#fff;
	padding: 0.5em;
}
.p-ttl-l {
	font-size:1.2em;
	display: inline-block;
	text-align: center;
	font-weight: 800;
	border-bottom:1px solid #fff;
	padding-bottom: 0.5em;
}
.p-ttl-lc {
	font-size:1.2em;
	text-align: center;
	font-weight: 800;
	padding-bottom: 0.7em;
}
.p-cnt {
	letter-spacing: 0.1vw;
	line-height: 2.0;
	font-size:1.1em;
    font-weight: 600;
}
	
@media screen and (max-width: 768px) {
.p-ttl {
	font-size:1.2em;
}
.p-ttl-b {
	font-size:1.2em;
		padding: 0.2em;
}
.p-ttl-l {
	font-size:1.0em;
	padding-bottom: 0.2em;
}
.p-ttl-lc {
    font-size:1.0em;
	padding-bottom: 0.2em;
}
.p-cnt {
	letter-spacing: 0.1vw;
	line-height: 1.6;
	font-size:1.0em;
}
}
.pc-disp {
    display:block;
}
.sp-disp {
    display:none; 
}
@media only screen and (max-width: 768px) {
.pc-disp {
    display:none;
}
.sp-disp {
    display:block; 
}
}
.tx-flex {
	text-align: center;
}
.txtLeftCenter {
	text-align: center;
}
@media screen and (max-width: 768px) {
.tx-flex {
	text-align: left;
	}
	.txtLeftCenter {
	text-align: left;
}
}
.box-sd {
    padding: 3em;
    background-color: rgba(0,0,0,0.5);
    border: 1px solid rgba(0,0,0,0.1);
    box-sizing: border-box;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%);
	border-radius:10px;
}
.box-sd02 {
    padding: 3em;
    background-color: rgba(56,56,56,0.5);
    border: 1px solid rgba(0,0,0,0.5);
    box-sizing: border-box;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 2px 7px 0px rgb(0 0 0 / 8%), 0px 3px 14px 0px rgb(0 0 0 / 6%);
	border-radius:10px;
}
.box-sd03 {
    padding: 4em 4em 3em 3em;
    background-color: rgba(255,255,255,0.6);
    color: #333;
    border: 3px solid var(--basic-color);
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 10%), 0px 2px 7px 0px rgb(0 0 0 / 8%), 0px 3px 14px 0px rgb(0 0 0 / 6%);
    box-sizing: border-box;
	border-radius:10px;
}

@media only screen and (max-width: 768px) {
.box-sd,.box-sd02,.box-sd03 {
    padding: 2.0em 2.0em 2.6em;
    box-sizing: border-box;
}

}
/* CTAバナー（帯型のお問い合わせ誘導） */
.cta-banner {
  background: linear-gradient(135deg, var(--btn-grad-1), var(--btn-grad-2));
  color: #fff;
  padding: 46px 20px;
  text-align: center;
}

.cta-banner__en {
  display: inline-block;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  opacity: 0.9;
  margin-bottom: 10px;
}

.cta-banner h2 {
  font-size: 1.35rem;
  font-weight: 500;
  margin-bottom: 12px;
}

.cta-banner p {
  font-size: 0.9rem;
  opacity: 0.95;
  margin-bottom: 24px;
}

.cta-banner__actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.cta-banner .tel-link {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cta-banner .tel-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.cta-banner .btn--white {
  background: #fff;
  color: var(--main-color-dark);
  box-shadow: none;
  border: 2px solid #fff;
}

.cta-banner .btn--white:hover {
  background: var(--main-color-light);
  transform: translateY(-2px);
}

/* ヘッダーCTAボタン（デスクトップのみ表示） */
.header-cta {
  display: none;
}
.tx-noshadow {
	text-shadow: none !important;
}

.c-cv01 {
  background: url(../img/common/cv01/bg_cv01_sp.jpg) no-repeat center/cover;
  padding: 73px 20px 50px;
}
.c-cv01__inner {
  background-color: #fff;
  padding: 0 25px 30px;
}
.c-cv01__head {
  -webkit-transform: translateY(-31px);
  transform: translateY(-31px);
}
.c-cv01__txt {
  text-align: center;
  margin-bottom: 26px;
}
.c-cv01-tel {
  margin-bottom: 0px;
}
.c-cv01-tel__link {
  border: 1px solid rgb(var(--black));
  text-align: center;
  display: block;
  padding: 14px 0 12px;
}
.c-cv01-tel__link-num-in {
  font-size: 1.8em;
  letter-spacing: 0.01em;
  line-height: 1.1;
}
.c-cv01-tel__link-txt {
  font-size: 1.2rem;
  position: relative;
}
@media all and (max-width: 374px) {
  .c-cv01-tel__link-txt {
    font-size: 1rem;
  }
}
.c-cv01-tel__link-txt:first-of-type {
  padding-right: 8px;
  margin-right: 12px;
}
.c-cv01-tel__link-txt:first-of-type::after {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background-color: rgb(var(--black));
  position: absolute;
  right: -2px;
  top: 5px;
}
.c-cv01-tel__link-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 4px;
}
.c-cv01-contact__btn-link {
  display: block;
  background-color: var(--basic-color-sub);
  color: #fff;
  position: relative;
  text-align: center;
  font-weight: 500;
  font-size: 1.2em;
  padding: 12px 0 10px;
}
.c-cv01-contact__btn-link-ico {
  height: 23px;
  width: 9px;
  position: absolute;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  margin-top: -3px;
}
@media all and (min-width: 768px) {
  .c-cv01 {
    background-image: url(../img/common/cv01/bg_cv01_pc.jpg);
    padding: 116px 0 100px;
  }
  .c-cv01.is-first-view .c-cv01-wrap {
    justify-content: center;
  }
  .c-cv01.is-first-view .c-cv01-tel__link-wrap {
    justify-content: center;
  }
  .c-cv01__inner {
    padding: 0 109px 45px;
  }
  .c-cv01__head {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  .c-cv01__txt {
    font-size: 1.7rem;
    margin-bottom: 23px;
  }
  .c-cv01-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	gap:6%;
  }
  .c-cv01-tel {
    margin-bottom: 0;
    position: relative;
  }
  .c-cv01-tel::before {
    content: "";
    display: block;
    width: 1px;
    height: 82px;
    background-color: #333;
    position: absolute;
    top: 50%;
    right: -23px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
 }
  .c-cv01-tel__link {
    border: none;
    pointer-events: none;
    cursor: default;
  }
  .c-cv01-tel__link-num {
    font-size: 1.2em;
    padding-left: 5px;
    margin-bottom: 7px;
  }
  .c-cv01-tel__link-num-in {
    font-size: 1.6em;
  }
  .c-cv01-tel__link-wrap {
    justify-content: flex-start;
    align-items: center;
  }
  .c-cv01-tel__link-txt {
    font-size: 1.2em;
    line-height: 1.1;
  }
  .c-cv01-tel__link-txt:first-of-type {
    font-size: 1.5rem;
    border: 1px solid rgb(var(--black));
    padding: 4px 11px 4px 13px;
  }
  .c-cv01-tel__link-txt:first-of-type::after {
    content: none;
  }
  .c-cv01-contact {
    width: 260px;
  }
  .c-cv01-contact__btn-link {
    font-size: 1.2em;
    padding: 11px 0;
    position: relative;
    z-index: 0;
  }
  .c-cv01-contact__btn-link::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: rgb(var(--blue));
    transition: all 0.3s ease;
    z-index: -1;
  }
  .c-cv01-contact__btn-link:hover {
    color: #fff;
  }
  .c-cv01-contact__btn-link:hover::before {
    left: 0;
    width: 100%;
  }
}
a[class] {
    text-decoration: none;
}