@charset "UTF-8";
/*-----------------------------------------
   font
------------------------------------------*/
html {
  /* ルートのフォントサイズを10pxに設定しておく */
  font-size: 62.5%;
}

body {
  font-family: "Roboto", "Noto Sans JP", "Hiragino Sans", Arial, "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.67;
}

/*-----------------------------------------
   common
------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.wrapper {
  position: relative;
}

a img {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  height: auto;
  /*高さ自動*/
}

.pc_only {
  display: block;
}
@media (max-width: 1070px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 1070px) {
  .sp_only {
    display: block;
  }
}

a {
  text-decoration-line: none;
  transition: 0.3s;
}
a:hover {
  text-decoration: underline;
}
a.link_underline {
  text-decoration: underline;
}

.inner {
  width: 100%;
  box-sizing: border-box;
  max-width: 1800px;
  padding: 16px 80px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .inner {
    padding: 16px;
  }
}
.inner.w1280 {
  max-width: 1280px;
  padding: 0 16px;
}
.inner.w1140 {
  max-width: 1140px;
  padding: 0 16px;
}
.inner.w1000 {
  max-width: 1000px;
  padding: 0 16px;
}
.inner.w840 {
  max-width: 840px;
  padding: 0 16px;
}
.inner.w720 {
  max-width: 720px;
  padding: 0 16px;
}
@media (max-width: 1070px) {
  .inner {
    max-width: 100%;
    box-sizing: border-box;
  }
  .inner.w1280, .inner.w1140, .inner.w1000, .inner.w800 {
    max-width: 100%;
  }
}

.text_align {
  text-align: center;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------
   btn
------------------------------------------*/
body {
  background: #EAF3F8;
  line-height: 1.8;
}

a {
  color: #8e8e8d;
}

.caption {
  color: #707070;
  font-size: 1.1rem;
  margin: 32px 0;
  text-align: left;
}

/*-----------------------------------------
   header
------------------------------------------*/
.site_header {
  background: #fff;
}
.site_header .header-container {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 48px;
}
.site_header .header-left .logo {
  width: 312px;
}
.site_header .header-right .header-contact {
  line-height: 1;
  font-weight: 600;
}
.site_header .header-right .header-contact .contact-tel {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 2rem;
}
.site_header .header-right .header-contact .contact-tel .icon {
  width: 21px;
}
.site_header .header-right .header-contact .contact-tel .tel_num {
  font-size: 2.9rem;
  font-family: "Akshar", sans-serif;
  font-weight: 500;
  color: #F37021;
}
.site_header .header-right .header-contact .contact-hours {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 1.3rem;
  position: relative;
}
.site_header .header-right .header-contact .contact-hours:before, .site_header .header-right .header-contact .contact-hours:after {
  content: "";
  width: 18px;
  height: 1px;
  background: #111111;
}
@media (max-width: 1070px) {
  .site_header {
    background: #EAF3F8;
  }
  .site_header .header-container {
    padding: 32px 16px 8px;
    justify-content: center;
  }
  .site_header .header-left {
    display: none;
  }
}

/*-----------------------------------------
   heading
------------------------------------------*/
.section_heading {
  padding: 32px 0;
}
.section_heading .section_title {
  border-top: 2px solid #005BAC;
  border-bottom: 2px solid #005BAC;
  padding: 16px;
  text-align: center;
  color: #005BAC;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.8;
  letter-spacing: 2px;
}
.section_heading._white .section_title {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
}

/*-----------------------------------------
   FV
------------------------------------------*/
.hero {
  padding: 40px 48px;
}
.hero .here_container {
  border-radius: 16px;
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
}
.hero .content {
  width: 40%;
}
.hero .content .section_heading {
  max-width: 400px;
  margin-left: auto;
}
.hero .content .section_heading .page_title {
  text-align: center;
  color: #00AED8;
  font-size: 2.4rem;
  line-height: 1.4;
}
.hero .content .section_heading .point_list {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
  margin-left: 8%;
}
.hero .content .section_heading .point_list .point_item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 1.8rem;
}
.hero .content .section_heading .point_list .point_item span {
  color: #005BAC;
  font-weight: 600;
}
.hero .content .section_heading .box_btn {
  margin: 16px auto;
  max-width: 400px;
}
.hero .content .section_heading .box_btn .cta_btn {
  width: 100%;
  box-sizing: border-box;
}
.hero .eyecatch {
  width: 60%;
  height: 36vh;
  min-height: 440px;
  background: #fff url(./../images/fv_pc.jpg) left center no-repeat;
  background-size: cover;
  position: relative;
}
.hero .eyecatch .icon {
  position: absolute;
  bottom: 2%;
  left: 48%;
}
.hero .hero_navi {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #005BAC;
  padding: 16px 24px;
  gap: 8px;
}
.hero .hero_navi .navi_item a {
  width: 168px;
  height: 50px;
  box-sizing: border-box;
  background: #fff;
  color: #005BAC;
  padding: 14px 0;
  display: flex;
  gap: 2px;
  align-items: baseline;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 4px;
}
.hero .hero_navi .navi_item a._text {
  font-size: 1.8rem;
  padding-top: 11px;
  padding-bottom: 17px;
}
.hero .hero_navi .navi_item a .logo_sbi {
  width: 81px;
}
.hero .hero_navi .navi_item a .logo_mintera {
  width: 85px;
}
.hero .hero_navi .navi_item a:hover {
  text-decoration: none;
  background: #EAF3F8;
}
@media (max-width: 1070px) {
  .hero {
    padding: 0px 16px;
    overflow: hidden;
  }
  .hero .here_container {
    flex-direction: column-reverse;
  }
  .hero .here_container .eyecatch {
    width: 100%;
    min-height: unset;
    overflow: hidden;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: #fff url(./../images/fv_pc.jpg) left center no-repeat;
    background-size: auto 100%;
    position: relative;
    background-position-x: -70%;
  }
  .hero .here_container .eyecatch .icon {
    width: 100px;
    bottom: 6%;
    left: 8%;
  }
  .hero .here_container .content {
    width: 100%;
    box-sizing: border-box;
    padding: 16px 12px;
  }
  .hero .here_container .content .section_heading {
    max-width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .hero .here_container .content .section_heading .page_title {
    order: 1;
  }
  .hero .here_container .content .section_heading .box_btn {
    order: 2;
    max-width: 480px;
    margin: 4px 0 8px;
  }
  .hero .here_container .content .section_heading .point_list {
    order: 3;
    margin-top: 0;
  }
  .hero .hero_navi {
    flex-wrap: wrap;
  }
  .hero .hero_navi .navi_item {
    width: calc(50% - 4px);
  }
  .hero .hero_navi .navi_item a {
    width: 100%;
  }
}

/*-----------------------------------------
   みんテラとは
------------------------------------------*/
.sec_about {
  padding: 40px 0;
}
.sec_about .section_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: auto;
  padding: 0;
}
.sec_about .section_heading .section_title {
  border-top: none;
  border-bottom: none;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
}
.sec_about .section_heading .section_title .em1 {
  font-size: 1.8rem;
  line-height: 1;
  display: flex;
  align-items: baseline;
}
.sec_about .section_heading .section_title .em2 {
  background: #005BAC;
  color: #fff;
  font-size: 2.6rem;
  padding: 4px;
  margin-right: 2px;
}
.sec_about .section_heading .section_title .em3 {
  color: #005BAC;
}
.sec_about .section_heading .eyecatch {
  margin: 0;
}
.sec_about .wonder_list {
  margin-top: 32px;
  text-align: center;
  border: 3px dotted #005BAC;
  border-radius: 12px;
  padding: 54px 32px 32px 32px;
  position: relative;
  display: flex;
}
.sec_about .wonder_list .content_title {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translate(-50%, 0%);
  line-height: 1.4;
  background: #EAF3F8;
  padding: 0 4px;
  color: #005BAC;
}
.sec_about .wonder_list .wonder_item {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sec_about .wonder_list .wonder_item .title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
.sec_about .wonder_list .wonder_item .title .em {
  background: linear-gradient(transparent 60%, #f7e37d 60%);
}
.sec_about .wonder_list .wonder_item .eyecatch {
  margin: 0;
  margin-top: auto;
}
@media (max-width: 1070px) {
  .sec_about .section_heading {
    width: 94%;
    flex-wrap: wrap;
    gap: 0;
  }
  .sec_about .section_heading .section_title {
    width: 62%;
    box-sizing: border-box;
    padding: 0;
  }
  .sec_about .section_heading .section_title .em2 {
    font-size: 2.3rem;
  }
  .sec_about .section_heading .eyecatch {
    width: 38%;
  }
  .sec_about .wonder_list {
    padding: 54px 24px 32px 24px;
    flex-wrap: wrap;
    gap: 32px;
  }
  .sec_about .wonder_list .content_title {
    width: max-content;
  }
  .sec_about .wonder_list .wonder_item {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
  }
  .sec_about .wonder_list .wonder_item .title {
    width: 67%;
    text-align: left;
  }
  .sec_about .wonder_list .wonder_item .eyecatch {
    width: 33%;
  }
  .sec_about .wonder_list .wonder_item:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

/*-----------------------------------------
   みんテラにできること
------------------------------------------*/
.sec_feature {
  padding: 40px 0 80px;
  background: #fff;
}
.sec_feature .section_heading .section_title {
  font-weight: 600;
}
.sec_feature .section_heading .section_title .logo {
  margin-right: 2px;
}
.sec_feature .tab-section {
  margin-top: 24px;
}
.sec_feature .tab-buttons {
  display: flex;
  justify-content: center;
}
.sec_feature .tab-btn {
  background: #EAF3F8;
  color: #005BAC;
  padding: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.25s;
  border: none;
}
.sec_feature .tab-btn.active {
  background: #CFE8F6;
}
.sec_feature .tab-panel {
  display: none;
  background: #CFE8F6;
  padding: 32px;
}
.sec_feature .tab-panel.active {
  display: block;
}
.sec_feature .step-box {
  background: #ffffff;
  border-radius: 8px;
  padding: 16px 24px;
  margin-bottom: 24px;
}
.sec_feature .step-box:last-child {
  margin-bottom: 0;
}
.sec_feature .step-label {
  margin-bottom: 12px;
  text-align: center;
}
.sec_feature .step-label span {
  background: #CFE8F6;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 24px;
  line-height: 1;
}
.sec_feature .step-label._b span {
  background: #26B9DA;
  color: #fff;
}
.sec_feature .step-title {
  font-size: 1.6rem;
  color: #005BAC;
  text-align: center;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 1.3;
}
.sec_feature .step-text {
  font-size: 1.4rem;
}
@media (max-width: 1070px) {
  .sec_feature {
    padding: 32px 0;
  }
  .sec_feature .tab-panel {
    padding: 24px 16px;
  }
}

/*-----------------------------------------
   ご利用の流れ
------------------------------------------*/
.sec_flow {
  padding: 40px 0;
  background: #F2F8F6;
}
.sec_flow .flow_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.sec_flow .flow_list .flow_item .num {
  font-family: "Crimson Text", serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: #0074d9;
  position: relative;
  line-height: 1;
  padding-right: 20px;
}
.sec_flow .flow_list .flow_item .num::after {
  content: "";
  position: absolute;
  top: 35px;
  right: -6px;
  width: 46px;
  height: 1px;
  background: #111111;
  transform: rotate(-40deg);
}
.sec_flow .flow_list .flow_item .item_content {
  padding-left: 24px;
}
.sec_flow .flow_list .flow_item .logo_sbi {
  height: 16px;
}
.sec_flow .caption {
  padding-left: 24px;
}

.flow_cta {
  padding: 40px 0;
  text-align: center;
  background: #fff;
}
.flow_cta .label {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 4px;
}
.flow_cta .label .em {
  font-size: 2.4rem;
  font-weight: 700;
}
.flow_cta .cta_btn {
  display: block;
  margin: auto;
  width: 480px;
  padding: 12px;
  position: relative;
  background: #F37021;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 8px;
  border-bottom: 5px solid #DB6219;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.flow_cta .cta_btn .icon {
  width: 24px;
}
@media (max-width: 1070px) {
  .flow_cta {
    padding: 32px 16px;
  }
  .flow_cta .cta_btn {
    width: 100%;
    box-sizing: border-box;
  }
}

/*-----------------------------------------
   SBIの魅力
------------------------------------------*/
.sec_advantage {
  padding: 40px 0;
  background: #fff;
  text-align: center;
}
.sec_advantage .section_heading .section_title {
  font-weight: 600;
  line-height: 1;
}
.sec_advantage .advantage_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px 32px;
  margin-top: 80px;
}
.sec_advantage .advantage_list .advantage_item {
  position: relative;
  border-radius: 16px;
  width: calc((100% - 64px) / 3);
  background: #EAF3F8;
  padding: 60px 20px 32px 20px;
  box-sizing: border-box;
}
.sec_advantage .advantage_list .advantage_item .num {
  position: absolute;
  top: -35px;
  left: 0;
  width: 100%;
  text-align: center;
}
.sec_advantage .advantage_list .advantage_item .item_title {
  color: #F37021;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.3;
}
.sec_advantage .advantage_list .advantage_item .desc {
  text-align: left;
  font-size: 1.3rem;
}
@media (max-width: 1070px) {
  .sec_advantage {
    padding: 32px 0;
  }
  .sec_advantage .advantage_list {
    margin-top: 40px;
    gap: 60px;
  }
  .sec_advantage .advantage_list .advantage_item {
    width: 100%;
  }
}

/*-----------------------------------------
   中央CTA
------------------------------------------*/
.mid_cta {
  background: #F0F0F0;
  padding: 40px 0;
  text-align: center;
}
.cta_btn {
  display: block;
  margin: auto;
  width: 480px;
  padding: 12px;
  box-sizing: border-box;
  position: relative;
  background: #F37021;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 8px;
  border-bottom: 5px solid #DB6219;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cta_btn .free {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 500;
}
.cta_btn .balloon_wrapper {
  position: absolute;
  left: 0;
  top: -32px;
  width: 100%;
}
.cta_btn .balloon_wrapper .balloon {
  display: inline-block;
  position: relative;
  background: #ffffff;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  color: #1b2640;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  transition: 0.3s;
}
.cta_btn .balloon_wrapper .balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px; /* 吹き出しからの距離 */
  transform: translateX(-50%);
  border-width: 8px 7px 0 7px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  /* 影をつけたい場合は擬似要素をもう1枚重ねる */
}
.cta_btn .balloon_wrapper .balloon .balloon__em {
  font-size: 2.4rem;
}
.cta_btn:hover {
  background: #FF9845;
  text-decoration: none;
  color: #fff;
}
.cta_btn:hover .balloon_wrapper .balloon {
  transform: scale(1.1, 1.1);
}
@media (max-width: 1070px) {
  .cta_btn {
    width: 100%;
  }
}

/*-----------------------------------------
   店舗のご案内
------------------------------------------*/
.sec_office {
  padding: 40px 0;
  background: #fff;
}
.sec_office .section_content {
  gap: 4%;
}
.sec_office .section_content .address {
  font-style: normal;
}
.sec_office .section_content .office_image {
  margin: 16px 0;
}
.sec_office .section_content .ggmap {
  margin-top: 16px;
  padding-bottom: 50%;
}
@media (max-width: 1070px) {
  .sec_office .section_content {
    flex-direction: column;
    gap: 32px;
  }
  .sec_office .section_content .content_item {
    width: 100%;
  }
}

/*-----------------------------------------
   FAQ
------------------------------------------*/
.sec_faq {
  padding: 40px 0 80px;
  background: #005BAC;
}
.sec_faq .faq_list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sec_faq .faq_list .faq-item {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}
.sec_faq .faq_list .faq-question {
  width: 100%;
  background: #fff;
  border: none;
  padding: 18px 16px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec_faq .faq_list .faq-answer {
  display: none;
  padding: 18px 16px;
  background: #f9f9f9;
  font-size: 1.5rem;
}
.sec_faq .faq_list .faq-icon {
  font-size: 24px;
  font-weight: 400;
  transition: transform 0.3s ease;
}

/* FAQ項目 */
/* 質問ボタン */
/* ＋ アイコン */
/* 回答ブロック */
/* 開いた状態 */
.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .faq-icon {
  transform: rotate(45deg); /* ＋ → × に */
}

/*-----------------------------------------
   モーダルコンテンツ
------------------------------------------*/
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 40px 20px;
  overflow-y: auto;
}

.modal-inner {
  max-width: 640px;
  height: calc(100vh - 80px);
  overflow: scroll;
  min-height: 420px;
  max-height: 800px;
  box-sizing: border-box;
  margin: auto;
  background: #fff;
  border-radius: 6px;
  padding: 40px 40px 60px;
  position: relative;
}
@media (max-width: 1070px) {
  .modal-inner {
    padding: 40px 16px 32px;
  }
}
.modal-inner h2 {
  color: #111111;
  padding: 8px;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 0px;
}
.modal-inner h3 {
  color: #111111;
  margin: 16px 0;
  padding: 0;
  margin-bottom: 0px;
}
.modal-inner p {
  margin: 16px 0;
}
.modal-inner ol, .modal-inner ul {
  margin: 8px 0 16px;
  margin-left: 24px;
}
.modal-inner dl {
  display: flex;
  flex-wrap: wrap;
}
.modal-inner dl dt {
  width: 30%;
  box-sizing: border-box;
  padding: 8px 0;
  border-bottom: 1px solid #E7E7E7;
}
.modal-inner dl dd {
  width: 70%;
  box-sizing: border-box;
  padding: 8px 0;
  border-bottom: 1px solid #E7E7E7;
}

.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 28px;
  height: 28px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.modal-close::before,
.modal-close::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 28px;
  height: 2px;
  background: #222;
}

.modal-close::before {
  transform: rotate(45deg);
}

.modal-close::after {
  transform: rotate(-45deg);
}

/* リストのスタイル（任意） */
.modal-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  padding: 22px 0;
  border-bottom: 1px solid #ddd;
}

.modal-list a {
  display: block;
  width: 100%;
}

.sec_form {
  padding: 40px 0 80px;
}
.sec_form._steps h3 {
  font-size: 2rem;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 24px;
}
.sec_form._steps h4 {
  font-size: 2rem;
  color: #005BAC;
  text-align: center;
  margin-top: 16px;
  margin-bottom: 24px;
}
.sec_form._steps .section_content {
  background: #fff;
  border-radius: 8px;
  padding: 16px 16px 32px;
}
.sec_form._steps .section_content p {
  margin: 16px 0;
}
.sec_form._steps .section_content form {
  margin-top: 24px;
}
.sec_form._steps .section_content dt {
  border-bottom: 1px solid #8e8e8d;
}
.sec_form._steps .section_content dd {
  font-size: 1.5rem;
}
.sec_form._thanks .section_content {
  background: transparent;
}
@media (max-width: 1070px) {
  .sec_form {
    padding: 32px 0 40px;
  }
  .sec_form._steps {
    padding: 8px 0 32px;
  }
  .sec_form._steps .section_heading {
    padding-top: 0;
  }
}

/*-----------------------------------------
   footer
------------------------------------------*/
.sticky_bar {
  display: none;
  background: #D6D6D6;
  padding: 12px;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.sticky_bar .cta_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.sticky_bar .cta_list .item {
  display: block;
  width: calc(50% - 4px);
}
.sticky_bar .cta_list .item._form {
  padding: 13px;
  position: relative;
  background: #F37021;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 8px;
  border-bottom: 4px solid #DB6219;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.sticky_bar .cta_list .item._form .icon {
  width: 24px;
}
.sticky_bar .cta_list .item._tel {
  padding: 13px;
  position: relative;
  background: #fff;
  color: #DB6219;
  font-size: 1.6rem;
  font-weight: 600;
  border-radius: 8px;
  border-bottom: 4px solid #DB6219;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.sticky_bar .cta_list .item._tel .icon {
  width: 24px;
}
@media (max-width: 1070px) {
  .sticky_bar {
    display: block;
  }
}

/*-----------------------------------------
   footer
------------------------------------------*/
.site_footer {
  padding-bottom: 60px;
  background: #fff;
}
.site_footer .footer_content {
  width: 100%;
  display: flex;
  padding: 60px 0;
}
.site_footer .content_item {
  width: 50%;
}
.site_footer .content_item .logo {
  width: 340px;
}
.site_footer .content_item .logo_copy {
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 1px;
}
.site_footer .content_item .gnav_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site_footer .content_item .gnav_list .item {
  margin: 4px 0;
}
.site_footer .content_item .gnav_list .item a {
  width: 100%;
  color: #111111;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site_footer .content_item .gnav_list .item a:after {
  content: "";
  background: url(./../images/icon_plus_black.svg) center center no-repeat;
  background-size: 100% auto;
  width: 14px;
  height: 14px;
}
.site_footer .copyright {
  text-align: center;
  font-size: 1.2rem;
}
@media (max-width: 1070px) {
  .site_footer {
    padding-bottom: 100px;
  }
  .site_footer .footer_content {
    padding: 60px 0 32px;
    flex-direction: column;
    gap: 24px;
  }
  .site_footer .content_item {
    width: 100%;
  }
  .site_footer .content_item .logo {
    margin: auto;
    width: 90%;
  }
  .site_footer .content_item .logo_copy {
    text-align: center;
    font-size: 1.2rem;
  }
}
