@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
a,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.container {
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-weight: 600;
  width: 100%;
  max-width: 1800px;
  margin: auto;
  color: #000000;
}
.container a, .container img {
  display: block;
}
.container .common {
  text-align: center;
  margin: 30px 0;
}
.container .commonHeading {
  display: inline-block;
  font-size: 36px;
  color: #D60B17;
  position: relative;
}
.container .commonHeadingEmpha {
  width: 48px;
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
}
.container .commonHeading .small {
  font-size: 28px;
}
.container .commonHeading .big {
  display: block;
  font-size: 44px;
}
@media only screen and (max-width: 768px) {
  .container .commonHeading {
    font-size: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .container .commonHeading .br {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .container .common {
    margin-bottom: 40px;
  }
}
.container .commonCta {
  display: block;
  text-align: center;
  position: relative;
  margin: auto;
  margin-top: 40px;
}
.container .commonCtaBtn {
  width: 300px;
  height: auto;
  padding: 10px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  letter-spacing: 0;
  border-radius: 50px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.container .commonCtaBtn span {
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
  transform: translateY(-2px);
}
@media only screen and (max-width: 768px) {
  .container .commonCtaBtn span {
    font-size: 24px;
  }
}
.container .commonCtaBtn img {
  display: inline-block;
  width: 24px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 1;
}
.container .commonCtaBtn:before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #ABD674;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.container .commonCtaBtn:after {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #8CC63F;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.container .commonCtaBtn:hover {
  opacity: 0.9;
}
@media only screen and (max-width: 768px) {
  .container .commonCtaBtn {
    width: 320px;
    padding: 10px 0;
  }
}

.header {
  background-color: #fff;
  padding: 10px 0;
}
.headerLogo {
  width: 160px;
}


/*----------------------------------------------------
 20250423 �ǋL
-----------------------------------------------------*/
.fv2 {
  background-color: #D60B17;
}
.fv2Inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  background-image: url(../image/fvBg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 48px 0;
}
@media (max-width: 768px) {
  .fv2Inner {
    display: none;
  }
}
.fv2Main {
  margin-right: 24px;
}

.fv2MainCatch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: relative;
}

.fv2MainCatch_heading {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 40px;
  color: #fff;
  padding: 30px;
}
@media (max-width: 1200px) {
  .fv2MainCatch_heading {
    font-size: 52px;
  }
}
@media (max-width: 540px) {
  .fv2MainCatch_heading {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .fv2MainCatch_heading {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .fv2Main {
    margin: auto;
  }
}
.fv2Sp {
  display: none !important;
}
@media (max-width: 768px) {
  .fv2Sp {
    display: block !important;
  }
}

/*----------------------------------------------------
 20250423 �ǋL end
-----------------------------------------------------*/

.simulation {
  padding: 60px 0;
  background-color: #FFF4F4;
}
.simulation form {
  background-color: #fff;
  border: 2px solid #e74c3c;
  border-radius: 10px;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 550px;
  margin: 20px auto;
}
@media only screen and (max-width: 768px) {
  .simulation form {
    width: calc(90% - 32px);
    padding: 20px 16px;
    margin: 10px auto;
  }
}
.simulation .form-group {
  display: flex;
  align-items: end;
  gap: 10px;
}
.simulation .form-group label {
  color: #D60B17;
  background-color: #fce4ec;
  margin: auto;
  margin-left: 0;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 14px;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .simulation .form-group label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .simulation .form-group label .br {
    display: block;
  }
}
.simulation .form-group input, .simulation .form-group select {
  font-size: 20px;
  flex-grow: 1;
  padding: 17px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: right;
  width: 30px;
}
@media only screen and (max-width: 768px) {
  .simulation .form-group input, .simulation .form-group select {
    font-size: 16px;
    padding: 12px 10px;
  }
}
.simulation .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6" viewBox="0 0 12 6"><path d="M0 0l6 6 6-6z" fill="%23000000"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  padding-right: 30px;
  text-align: left;
}
.simulation .form-group select::-moz-placeholder {
  color: #bbb;
}
.simulation .form-group select::placeholder {
  color: #bbb;
}
.simulation .form-group select::-ms-expand {
  display: none;
}
.simulation .form-group:first-of-type label {
  margin-left: 0;
  padding: 5px 30px;
}
.simulation .form-group:first-of-type input {
  max-width: 377px;
}
.simulation .form-group:nth-of-type(2) select {
  width: 100%;
}
.simulation .form-group:nth-of-type(3) input {
  max-width: 60px;
}
.simulation .loans-group {
  display: flex;
  gap: 10px;
}
.simulation .loans-group input {
  width: 80px;
}
.simulation .loans-group span {
  align-self: center;
}
.simulation .note {
  font-size: 12px;
  color: #666;
  margin: auto;
  margin-top: 5px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .simulation .note {
    font-size: 10px;
  }
}
.simulation .submit-btn {
  background-color: #f0ad4e;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 25px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: block;
  margin: 20px auto 0;
  width: 80%;
  max-width: 300px;
  transition: background-color 0.3s;
}
.simulation .submit-btn:hover {
  background-color: #ec971f;
}
.simulation .submit-btn::after {
  content: ">";
  margin-left: 10px;
}
.simulationCta {
  width: 100%;
  display: block;
  text-align: center;
  position: relative;
  margin: 16px auto 0 auto;
}
.simulationCtaBtn {
  width: 90%;
  height: auto;
  padding: 15px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  letter-spacing: 0;
  border-radius: 50px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  margin: auto;
}
.simulationCtaBtn span {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
  transform: translateY(-2px);
}
@media only screen and (max-width: 768px) {
  .simulationCtaBtn span {
    font-size: 18px;
  }
}
.simulationCtaBtn img {
  display: inline-block;
  width: 31px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  z-index: 1;
}
.simulationCtaBtn:before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #FDA74F;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.simulationCtaBtn:after {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #FC9832;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.simulationCtaBtn:hover {
  opacity: 0.9;
}
@media only screen and (max-width: 768px) {
  .simulationCtaBtn {
    padding: 10px 0;
  }
}
.simulationNote {
  width: 90%; max-width: 500px;
  font-size: 10px;
  color: #666;
  margin: auto;
  margin-top: -30px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .simulation {
    padding: 40px 0;
  }
}


.flow_bg {
  padding: 15px 0;
  background-image: url(../image/stepbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center calc(100% + -67%);
}
p.flow_text {
  text-align: center;
  line-height: 2;
  margin-top: 10px;
}

.flowList {
  width: 90%;
  max-width: 845px;
  margin: auto;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
}
.flowListItem {
  width: 100%;
}
.flowListItem_top {
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  border: 2px solid #9EAEB7;
  position: relative;
  background-color: #fff;
  margin-bottom: 5px;
}

.flow_item {
  margin: 0 0 4px 0;
}

.flow_item_sub {
  padding-left: 1.5em;
  margin: 0 0 4px 0;
}

.flow_note {
  font-size: 0.7em;
}

.flow_item_br_text {
  font-size: 0.7em;
  padding-left: 1.5em;
}

.mar_t_25 {
  margin-top: 25px;
}

.flowListItem_btnBox{
  margin-top:24px;
  text-align:center;
  display:flex;
  justify-content:center;
}

.flowListItem_btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.5em;
  background:#6DBE46;
  color:#fff;
  font-weight:700;
  font-size:1rem;
  line-height:1.3;
  text-decoration:none;
  border-radius:9999px;
  padding:14px 40px;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
  transition:background-color .2s ease, transform .05s ease;
  white-space:nowrap;
}

.flowListItem_btn:hover{ background:#63ab40; }
.flowListItem_btn:active{ transform:translateY(1px); }

.flowListItem_btnIcon{ margin-left:.25em; flex:0 0 auto; }
.flowListItem_btnLabel{ display:inline-block; }

@media (prefers-reduced-motion: reduce){
  .flowListItem_btn{ transition:none; }
}

@media (max-width: 768px){
  .flowListItem_btn{
    width:100%;
    max-width:520px;
    padding:16px 24px;
    font-size:1.0625rem;
    text-align:center;
  }
}

@media (max-width: 360px){
  .flowListItem_btn{
    font-size:.95rem;
    padding:14px 18px;
  }
}


@media only screen and (max-width: 768px) {
  .flowListItem_main {
    padding: 20px;
    margin-bottom: 20px;
  }
}
.flowListItem_arrow {
  width: 100px;
  margin: 20px auto;
}
@media only screen and (max-width: 768px) {
  .flowListItem_arrow {
    width: 70px;
  }
}
.flowListItem_arrow2 {
  width: 60px;
  margin: 20px auto;
}
.flowListItem_num {
  background-color: #D60B17;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  border-radius: 6px 0 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 15px;
}
@media only screen and (max-width: 768px) {
  .flowListItem_num {
    font-size: 18px;
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .flowListItem_num {
    font-size: 15px;
    padding: 0 10px;
  }
}
.flowListItem_heading {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  color: #D60B17;
}
@media only screen and (max-width: 768px) {
  .flowListItem_heading {
    font-size: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .flowListItem_heading {
    font-size: 18px;
    flex-direction: column;
    justify-content: center;
  }
  .flowListItem_heading .br {
    display: block;
  }
}
.flowListItem_img {
  width: 270px;
}
@media only screen and (max-width: 768px) {
  .flowListItem_img {
    width: 140px;
  }
}
@media only screen and (max-width: 480px) {
  .flowListItem_img {
    width: 130px;
  }
}
.flowListItem_text {
  line-height: 1.8;
  text-align: left;
  display: inline-block;
  font-weight: 700;
}
.flowListItem_text .red {
  color: #D60B17;
}
.flowListItem_text a {
  display: inline-block;
}
.flowListItem_note {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 12px;
}
.flowListItem_catch {
  text-align: center;
  margin: 40px 0 10px;
}
.flowListItem_catch span {
  border-radius: 5px;
  padding: 15px 40px;
  display: inline-block;
  border: 3px solid #FFEB99;
  font-size: 18px;
}
.flowListItem_catch span .br {
  border: none;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .flowListItem_catch {
    width: 90%;
    margin: 20px auto;
  }
  .flowListItem_catch span {
    padding: 15px 20px;
    font-size: 16px;
  }
  .flowListItem_catch span .br {
    display: block;
  }
  .flowListItem_text {
    padding: 0 20px;
  }
}
.flowListItem_prepare {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px 32px 35px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  margin-bottom: 20px;
}

.flowListItem_prepare_main {
  background-color: #fffdf3;
  border-radius: 6px;
  padding: 16px 24px;
  background-color: #FFFCEE;
  border-radius: 0 0 8px 8px;
  margin: 0 30px;
}

.flowListItem_prepare_heading {
  background-color: #FFEB99;
  border-radius: 8px 8px 0 0;
  text-align: center;
  padding: 12px 0;
  font-size: 18px;
  margin: 0 30px;
}

.flowListItem_prepare_main span {
  display: block;
  line-height: 1.8;
}

.flowListItem_main {
  background-color: #FFF;
}
@media only screen and (max-width: 768px) {
  .flowListItem_prepare_main {
    padding: 15px 20px;
    margin: 0;
  }
  .flowListItem_prepare {
    padding: 0;
  }
  .flowListItem_prepare_heading {
    margin: 0;
  }
}
.flowListItem:last-child::before {
  display: none;
}
.flowListItem:last-child .flowListItem_main {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .flowList {
    gap: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .flowList {
    margin-bottom: 30px;
  }
}
.flowImportant {
  width: 90%;
  max-width: 800px;
  margin: auto;
  border: 2px solid #9EAEB7;
}
.flowImportantHeading {
  padding: 20px 0;
  color: #000000;
  font-size: 24px;
  background: #EEE7E9;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.flowImportantHeading::before {
  content: "－";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #000000;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 0 1px 1px;
}
@media only screen and (max-width: 480px) {
  .flowImportantHeading {
    padding: 12px 0;
    font-size: 20px;
  }
}
.flowImportantHeading.active::before {
  content: "＋";
}
.flowImportantMain {
  padding: 30px;
}
.flowImportantMain_text {
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 12px;
}
.flowImportantMain_text:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .flowImportantMain {
    padding: 20px;
  }
}

.flowImportantMain2 {
  padding: 30px;
}
.flowImportantMain2_text {
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 14px;
}
.flowImportantMain2_text:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .flowImportantMain2 {
    padding: 20px;
  }
}


@media only screen and (max-width: 768px) {
  .flow {
    width: 90%;
    max-width: 800px;
    margin: auto;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal .commonCta {
  margin: auto;
}
.modal .commonCta:nth-child(1) {
  padding: 0;
}
.modal .commonCtaBtn {
  width: 355px;
}
@media only screen and (max-width: 960px) {
  .modal .commonCtaBtn {
    width: 100%;
  }
}
.modal-content {
  background-color: #D60B17;
  margin: 15% auto 0;
  padding: 30px;
  border-radius: 10px 10px 0 0;
  width: calc(100% - 60px);
  max-width: 700px;
  text-align: center;
}
.modal .flow {
  width: calc(100% - 60px);
  max-width: 700px;
  margin: auto;
  padding: 30px;
  background-color: #fff;
}
.modal .flowList {
  width: calc(100% - 60px);
  padding: 30px;
  background-color: #FFF5F5;
}
.modal .flowListItem_heading {
  margin: auto;
}
@media only screen and (max-width: 480px) {
  .modal .flowListItem_heading {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 480px) {
  .modal .flowListItem_img {
    display: none;
  }
}
.modal .flowImportant {
  width: 100%;
}
.modal .flowHeading {
  width: calc(100% - 60px);
  max-width: 700px;
  padding: 20px 30px;
  margin: auto;
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 32px;
  background: #D60B17;
  border-radius: 10px 10px 0 0;
  position: relative;
  text-align: center;
}
.modal .flowHeading::before {
  content: "－";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 0 0 1px 1px;
}
@media only screen and (max-width: 768px) {
  .modal .flowHeading::before {
    width: 20px;
    height: 20px;
  }
}
.modal .flowHeading.active {
  border-radius: 10px;
}
.modal .flowHeading.active::before {
  content: "＋";
}
@media only screen and (max-width: 768px) {
  .modal .flowHeading {
    font-size: 24px;
    padding: 12px 0;
    width: 100%;
  }
  .modal .flowHeading .br {
    display: block;
  }
}
.modal .commonCta {
  width: calc(100% - 60px);
  max-width: 700px;
  margin: auto;
  border-radius: 0 0 10px 10px;
  padding: 15px 30px;
  background-color: #D60B17;
}
.modal .close {
  color: #D60B17;
  float: right;
  font-size: 28px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
  background-color: #F3BBBE;
}
.modal-title {
  color: #fff;
  background-color: #D60B17;
  padding: 10px;
  padding-top: 0;
  border-radius: 10px 10px 0 0;
  font-size: 30px;
}
.modal-result {
  background-color: #fff;
  border: 2px solid #D60B17;
  border-radius: 5px;
  padding: 28px 10px;
  margin: 20px 0;
  font-size: 26px;
  font-weight: bold;
  color: #D60B17;
}
.modal-description {
  margin-bottom: 10px;
  color: #fff;
  padding: 14px 0;
  font-size: 14px;
}
.modal-emphasis {
  font-weight: bold;
  color: #FFF;
  margin-bottom: 10px;
  font-size: 28px;
}
.modal-cta-btn {
  display: inline-block;
  padding: 15px 40px;
  background: linear-gradient(to bottom, #ABD674 0%, #8CC63F 100%);
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s;
}
.modal-cta-btn:hover {
  opacity: 0.9;
}
.modal-cta-btn::after {
  content: ">";
  margin-left: 10px;
}
.modal-accordion {
  background-color: #D60B17;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 90%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  margin-top: 20px;
  border-radius: 5px;
  position: relative;
}
.modal-accordion::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.modal-accordion-content {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

a:hover	img.rollover		{ opacity:0.7; filter:alpha(opacity=70); }

.pdg_box {
  padding: 30px;
  text-align: center;
  font-weight: 700;
}

.applyBanner{
  width:100%;
  background:#D7000F;
  padding:25px 0;
  margin-top: 100px;
}

.applyBanner__inner{
  width:min(92%, 1200px);
  margin-inline:auto;
  text-align:center;
}

.applyBanner__title{
  margin:0 0 16px;
  color:#fff;
  font-weight:800;
  letter-spacing:.06em;
  font-size:clamp(22px, 4vw, 40px);
}


.applyBanner__btn{
  display:inline-block;
  line-height:0;
}

.applyBanner__btn img{
  display:block;
  width:min(520px, 80vw);
  height:auto;
  margin: 0 auto;
}

.applyBanner__btn:hover{ filter:brightness(0.98); }
.applyBanner__btn:active{ transform:translateY(1px); }


@media (max-width: 768px){
  .applyBanner{ padding:28px 0; }
  .applyBanner__title{ margin-bottom:12px; }
}


.telContact{
  width:100%;
  background:#FFF4F4;
  padding:64px 0;
}
.telContact__inner{
  width:min(92%, 1100px);
  margin-inline:auto;
  text-align:center;
}
.telContact__title{
  margin:0 0 24px;
  font-weight:800;
  font-size:clamp(22px, 4vw, 32px);
  letter-spacing:.08em;
}


.telContact__panel{
  background:#fff;
  border:2px solid #BCCCD5;
  border-radius:6px;
  padding:28px 20px 32px;
  width:min(92%, 1120px);
  margin:0 auto;
}

.telContact__label{
  margin:0 0 8px;
  font-weight:700;
  letter-spacing:.06em;
}

.telContact__number{
  display:inline-flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
  margin:6px 0 10px;
  color:#000;
}
.telContact__icon{
  display:inline-flex;
  color:#000;
}

.telContact__icon svg {
  transform: rotate(6deg);
  transform-origin: center center;
}

.telContact__digits{
  font-weight:900;
  font-size:clamp(28px, 6vw, 48px);
  letter-spacing:0.12em;
  color: #000;
}

.telContact__note{
  margin:8px 0 0;
  color:#333;
  letter-spacing:.06em;
  font-size:clamp(14px, 2.3vw, 18px);
}

@media (max-width: 768px){
  .telContact{ padding:48px 0; }
  .telContact__panel{ padding:24px 16px 28px; }
  .telContact__number{ gap:10px; }
}
