@charset "UTF-8";

/* ============================================ */
/* テキスト */
/* ============================================ */
.heading-tpl {
	border-bottom: 1px solid var(--gray-c);
  color: var(--blue);
	font-size: 3.6rem;
	padding: .25em 0;
	margin-bottom: .75em;
}
.heading-tpl-2  {
  font-size: 3rem;
  margin-bottom: .25em;
}
	.text-variable {
		font-size: calc(2.4rem + ((1vw - (768 / 100 * 0.1rem)) * 100 * (42 - 24) / (1200 - 768)));
}
@media screen and (min-width: 1200px) {
	.text-variable {
		font-size: 4.2rem;
	}
}
@media screen and (max-width: 767px) {
	.text-variable {
		font-size: 2.4rem;
	}
}

/* ============================================ */
/* コーディングガイド */
/* ============================================ */
pre {
  padding: 2em;
  background: var(--gray-e);
  white-space: pre-wrap;
}

/*　2カラム　*/
/* ============================================ */
.wrap-main-col2 {
	display: flex;
	justify-content: space-between;
}
.wrap-main-col2 .wrap-main {
	width: 100%;
	max-width: 880px;
}
/*　サイドナビ　*/
.wrap-main-col2 > aside {
	max-width: 23.5%;
	min-width: 240px;
	width: 100%;
	margin-left: 3.2%;
}
aside .col-nav-side {
  top: 100px;
	padding-bottom: calc(3vw + 50px);
}
@media screen and (min-width: 768px) {
.wrap-con {
	padding-bottom: calc(3vw + 40px);
}
}
@media screen and (max-width: 767px) {
	.wrap-main-col2 {
		flex-direction: column;
	}
	.wrap-main-col2 > aside {
		max-width: inherit;
		min-width: inherit;
		width: 100%;
		margin-left: 0;
		margin-bottom: 2em;
	}
.wrap-con {
	padding-bottom: 10rem;
}
}

/* ============================================ */
/* s追加したcss */
/* ============================================ */

/* 見出し */
/* ============================================ */
.heading-1 {
  font-size: 4.2rem;
  text-align: center;
  margin-bottom: 1em;
  font-family: 'ZenKaku Gothic New';
  font-weight: 700; /* bold */
}
.heading-1 span {
  font-size: .45em;
  font-weight: bold;
  display: block;
  position: relative;
  padding: 1rem 0 0;
  margin-top: .5rem;
}
.heading-1 span::before {
  content: "";
  width: 40px;
  height: 3px;
  background: #fff;
  background-color: var(--link_color);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.heading-2 {
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: .5em;
  margin-bottom: 1em;
  border-bottom: 1px solid var(--main_color);
}
.lead {
  font-size: 1.1em;
  margin-bottom: 2em !important;
}
.link-btn01 {
  color: var(--link_color);
  background-color: var(--white);
  border: 1px solid var(--link_color);
  display: inline-block;
}
.link-btn01 a {
  display: inline-block;
  padding: 1em;
  transition: .3s;
}
.link-btn01 a:hover {
  background-color: var(--link_color);
  transition: .3s;
}
.link-btn01:has(a:hover)  {
  color: var(--white);
  border: 1px solid var(--white);
}
.link-btn01 .icon-download::after {
  margin: 0 0 0 1em;
}
.note_txt {
  padding-left: 1.5em;
  position: relative;
}
.note_txt::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .heading-1 {
    font-size: 2.4rem;
    margin-bottom: .7em;
  }
  .heading-1 span {
    font-size: 1.8rem;
    padding: .4rem 0 0;
  }
  .lead {
    font-size: 1.1em;
    text-align: left;
  }
}

/* fv */
/* ============================================ */
.wrap-fv {
	background: none;
	width: 100%;
  height: 100vh;
	min-height: 700px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: relative;
  background: no-repeat url(../img/index_fv_bg.jpg) center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
  overflow: hidden;
}
.wrap-fv::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 10vh;
  pointer-events: none;
  content: "";
  background: linear-gradient(0deg, rgb(9 27 41 / 0%) 0%, rgb(82 117 255 / 30%) 100%);
  height: 100vh;
}
.fv-name {
  position: relative;
  max-width: 600px;
  width: 80%;
  height: auto;
  margin-bottom: 40px !important;
}
.fv-name svg {
  fill: #fff;
}
.fv-name::before {
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  z-index: -1;
  width: 440px;
  height: 440px;
  border-radius: 15rem;
/*  background: linear-gradient(180deg, #023892 0%, rgba(2, 56, 147, 0) 100%), radial-gradient(94.51% 124.88% at 94.32% 94.43%, rgb(186 212 255) 0%, rgb(255 168 4) 46.52%, rgba(65, 198, 255, 0) 100%), linear-gradient(41deg, #5cb7ff 4.33%, rgb(255 224 0 / 0%) 73.7%);*/
/*  background: linear-gradient(180deg, #023892 0%, rgba(2, 56, 147, 0) 100%), radial-gradient(94.51% 124.88% at 94.32% 94.43%, rgb(186 212 255) 0%, rgb(134 0 47) 46.52%, rgba(65, 198, 255, 0) 100%), linear-gradient(41deg, #5cb7ff 4.33%, rgb(255 224 0 / 0%) 73.7%);*/
  background: linear-gradient(180deg, #023892 0%, rgba(2, 56, 147, 0) 100%), radial-gradient(94.51% 124.88% at 94.32% 94.43%, rgb(198 40 0) 0%, rgb(134 0 47) 46.52%, rgba(65, 198, 255, 0) 100%), linear-gradient(41deg, #86012f 4.33%, rgb(255 224 0 / 0%) 73.7%);
  background-blend-mode: normal,normal,normal,normal,normal,normal;
  filter: blur(50px);
}
.link-site_txt {
  font-size: 1.4rem;
  margin-bottom: 1rem !important;
}
.nav-anc-fv {
  max-width: 1200px;
  width: 94%;
}
.nav-anc-fv ul,
.link-site-fv ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.nav-anc-fv ul {
	gap: 1em;
}
.nav-anc-fv li {
  width: calc((100% - 6em) / 7);
  min-width: 130px;
}
.nav-anc-fv ul a {
  width: 100%;
  display: inline-block;
  text-align: center;
  backdrop-filter: blur(12px);
  background: rgb(3 32 82 / 50%); /*--main_color-bの透明度80%*/
	color: var(--white);
  border: 1px solid #fff;
	padding: 1em 1em 1em 1.5em;
  transition: .3s;
}
.nav-anc-fv ul a:hover {
  background: var(--main_color-b);
  transition: .3s;
}
.nav-anc-fv ul a.icon-down::after {
	font-size: .7em;
  margin-left: 0;
  position: absolute;
  left: 1.2em;
  top: 2em;
  margin-right: .5em;
  transition: .3s;
}
.nav-anc-fv ul a.icon-down:hover::after {
  top: 2.2em;
  transition: .3s;
}
.link-site-fv {
	background: var(--white);
	text-align: center;
	width: 94%;
  padding: 2vw 1rem;
	position: absolute;
	bottom: 0;
  max-width: 1200px;
}
.link-site-fv ul {
	gap: 1em 3em;
}
.link-site-fv .bnr_osaka-pref {
  max-width: 120px;
  margin-top: 5px;
}
.link-site-fv .bnr_osaka-city {
  max-width: 100px;
}
.link-site-fv .bnr_osaka-occi {
  max-width: 200px;
}

@media screen and (max-width: 767px) {
  .wrap-fv {
    height: 90vh;
    min-height: 500px;
    background-attachment: inherit;
/*    background-position: center bottom;*/
  }
  .nav-anc-fv {
    display: none;
  }
  .fv-name::before {
    width: 300px;
    height: 300px;
    top: -50%;
    left: 0;
  }
  .link-site-fv ul {
    gap: 1rem 2em;
  }
  .link-site-fv .bnr_osaka-pref {
    max-width: 90px;
  }
  .link-site-fv .bnr_osaka-city {
    max-width: 80px;
  }
  .link-site-fv .bnr_osaka-occi {
    max-width: 140px;
  }
}

/* 概要 */
/* ============================================ */

#anc-overview .cat-inner {
  width: 100%;
}
.overview_txt {
  line-height: 2;
}
.max-grant {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .2em 1em;
  margin-bottom: 1.5em;
/*  background-image: linear-gradient(90deg, #ff5722, #ffac00);*/
  background-image: linear-gradient(90deg, var(--link_color), #c82900);
}
.max-grant .title {
  font-size: 2.5rem;
  font-weight: bold;
  min-width: 8em;
  height: 100%;
  color: #fff;
  position: relative;
  height: 100%;
  margin-right: 50px;
  margin-bottom: 0;
}
.max-grant .title::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .4em 0 .4em .6em;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.max-grant .grant {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
}
.max-grant .grant span {
  font-size: 1.5em;
  display: inline-block;
  margin-right: 5px;
}
.overview_wrap {
  color: #fff;
  padding: 6rem 5rem;
  background-color: rgb(3 32 82 / 80%); /*--main_color-bの透明度90%*/
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: auto;
}
.overview_wrap .link-btn01 {
  display: block;
  text-align: center;
}
.overview_wrap .link-btn01 a {;
  width: 100%;
}

@media screen and (min-width: 768px) {
#anc-overview {
  position: relative;
  overflow: hidden;
}
#anc-overview::before {
  content: "";
  position: absolute;
  inset: 0;
  background: no-repeat url(../img/index_overview_bg.jpg) center;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}
#anc-overview::after {
  content: "";
  position: absolute;
  background: no-repeat url(../img/index_overview_bg-cover.png) center;
  background-size: cover;
  z-index: 1;
  inset: 0;
}
  .overview-img_sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #anc-overview.wrap-cat {
    padding: 5em 0 0;
    background-color: var(--white);
  }
/*
  #anc-overview::before {
    background-position: center;
    display: block;
    width: 100%;
    height: 100vw;
    max-height: 30rem;
    background-position: center;
    position: static;
  }
  #anc-overview::after {
    background-position: center top;
  }
*/
  .overview_wrap {
    padding: 4em 1em;
  }
  .overview_txt {
    line-height: 1.8;
  }
  .overview_txt br {
    display: none;
  }
  .max-grant {
    flex-direction: column;
    text-align: center;
  }
  .max-grant .title {
    font-size: 1.6rem;
    margin-right: 0;
  }
  .max-grant .title::before {
    content: none;
  }
  .max-grant .grant {
    font-size: 2rem;
  }
  .overview-img_sp {
    height: 300px;
  }
  .overview-img_sp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* 要件 */
/* ============================================ */
#anc-requirements {
  color: var(--main_color);
  background-image: linear-gradient(0deg, #eeeeee, #b7d2ff 70%);
}
#anc-requirements::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 10vh;
  pointer-events: none;
  content: "";
  background: linear-gradient(0deg, rgb(9 27 41 / 0%) 0%, rgb(2 56 147 / 70%) 100%);
  height: 100vh;
}
#anc-requirements > section > section + section {
  margin-top: 3rem;
}
.requirements_box01 dl {
  display: flex;
  margin-bottom: .5em;
}
.requirements_box01 dt, .requirements_box01 dd {
  padding: .75em;
}
.requirements_box01 dt {
  font-weight: bold;
  width: 30%;
  color: var(--main_color);
  background-color: #fff;
  position: relative;
  padding-left: 3.5em;
}
.requirements_box01 dt .num {
  width: 2em;
  text-align: center;
  color: #fff;
  display: inline-block;
  background-color: var(--main_color);
  margin-right: .5em;
  position: absolute;
  left: .75em;
}
.requirements_box01 dt::after {
  content: "";
  background: 
}
.requirements_box01 dd {
  width: 70%;
  color: #fff;
  background-color: var(--main_color);
  padding-left: 2em;
}
.requirements_box01 .two-tone dt {
/*  color: var(--link_color);*/
  color: rgb(133 0 47 / 80%); /* link_color と同じ */
}
.requirements_box01 .two-tone dt .num,
.requirements_box01 .two-tone dd {
  background-color: rgb(133 0 47 / 90%); /* link_color と同じ */
}

@media screen and (max-width: 767px) {
  .requirements_box01 {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .requirements_box01 dl {
    flex-direction: column;
    margin-bottom: 1.5em;
  }
  .requirements_box01 dt,
  .requirements_box01 dd {
    width: 100%;
  }
  .requirements_box01 dd {
    padding: .75em;
  }
}

/* 対象経費 */
/* ============================================ */
#anc-expenses {
	color: var(--main_color);
  position: relative;
  z-index: auto;
	padding: 0;
}
#anc-expenses.active::before,
#anc-expenses::after {
  content: '';
  position: fixed;
	width: 50%;
	height: 50vh;
  right: 0;
	z-index: -1;
}
#anc-expenses.active::before {
  top: 0;
  background: no-repeat url(../img/index_photo01.jpg) center;
  background-size: cover;
/*  background-attachment: fixed;*/
}
#anc-expenses.active::after {
  bottom: 0;
  background: no-repeat url(../img/index_photo02.jpg) center;
  background-size: cover;
/*  background-attachment: fixed;*/
}
#anc-expenses .cat-inner {
	padding: 7em 3em;
	width: 50%;
	margin-left: 0;
  background-image: linear-gradient(0deg, #b7d2ff, #eeeeee 70%);
	min-height: calc(100vh - 6rem);
}
#anc-expenses .cat-inner > * {
	width: 38vw;
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto;
}
.expenses_box h3 {
	font-size: 2.6rem;
	font-weight: bold;
  text-align: center;
	margin-bottom: 1em;
}
.expenses_box h3 .sub-s {
  font-size: .65em;
  display: block;
}
.expenses_box {
	border: 1px solid var(--main_color);
	padding: 1em;
	margin-bottom: 2em;
}
.square-num {
  font-size: .8em;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  background-color: var(--main_color);
  min-width: 1.3em;
  height: 1.25em;
  padding: 0 .15em;
  margin: 0 .5em;
}
.square-num.bordeaux {
  background-color: var(--link_color);
}
.expenses_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5em;
}
.expenses_list li {
  font-weight: bold;
  padding: .75em .5em;
  background-color: #fff;
  width: calc(50% - .25em);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #anc-expenses.active::before {
    background-image: url(../img/index_photo02-sp.jpg);
    background-size: cover;
    display: block;
    width: 100%;
    height: 100vw;
    max-height: 30rem;
    position: static;
  }
  #anc-expenses.active::after {
    background-image: url(../img/index_photo01-sp.jpg);
    background-size: cover;
    display: block;
    width: 100%;
    height: 100vw;
    max-height: 30rem;
    position: static;
  }
  #anc-expenses .cat-inner {
    min-height: auto;
    padding: 4em 1em;
  }
  #anc-expenses .cat-inner,
   #anc-expenses .cat-inner > * {
    width: 100%;
  }
  .expenses_box h3 {
	font-size: 2rem;
  }
}

/* 助成金額 */
/* ============================================ */
#anc-amount {
  color: var(--main_color);
  position: relative;
  z-index: auto;
	padding: 0;
	background: none;
}
#anc-amount.active::before,
#anc-amount.active::after {
  content: '';
  position: fixed;
	width: 50%;
	height: 50vh;
  left: 0;
	z-index: -1;
}
#anc-amount.active::before {
  top: 0;
  background: no-repeat url(../img/index_photo03.jpg) center;
  background-size: cover;
/*  background-attachment: fixed;*/
}
#anc-amount.active::after {
  bottom: 0;
  background: no-repeat url(../img/index_photo04.jpg) center;
  background-size: cover;
/*  background-attachment: fixed;*/
}
#anc-amount .cat-inner {
  background-image: linear-gradient(0deg, #fff, #b7d2ff 70%);
	padding: 7em 3em;
	width: 50%;
	margin-right: 0;
	min-height: calc(100vh - 6rem);
}
#anc-amount .cat-inner > * {
	width: 38vw;
	max-width: 60rem;
	margin-left: auto;
	margin-right: auto;
}
table.amount {
  max-width: 600px;
  table-layout: fixed;
  width: 100%;
}
table.amount tr th,
table.amount tr td {
   width: 50%;
  padding: .8em 1.2em;
  font-weight: bold;
}
table.amount th {
  color: #fff;
  text-align: center;
  background-color:  var(--main_color);
  border: 1px solid  var(--main_color);
}
table.amount th:not(:last-child) {
  color: #fff;
  background-color:  var(--main_color);
  border-right: 1px solid var(--white);
}
table.amount td {
  border: 1px solid  var(--main_color);
  background-color: #fff;
}
table.amount tr td:first-child {
  text-align: center;
}
table.amount tr td:last-child {
  text-align: right;
}
.amount_comments .heading-2 {
  font-size: 1.8rem;
}
.amount_comments {
  font-size: 1.5rem;
}
.amount_img_potision {
  position: relative;
}

@media screen and (max-width: 767px) {
  #anc-amount.active::before {
    display: block;
    width: 100%;
    height: 100vw;
    max-height: 30rem;
    background-image: url(../img/index_photo03-sp.jpg);
    position: static;
  }
  #anc-amount.active::after {
    display: block;
    width: 100%;
    height: 100vw;
    max-height: 30rem;
    background-image: url(../img/index_photo04-sp.jpg);
    position: static;
  }
  #anc-amount .cat-inner {
    padding: 4em 1em;
    min-height: auto;
  }
  #anc-amount .cat-inner,
  #anc-amount .cat-inner > * {
    width: 100%;
  }
  #anc-amount h3.font-l {
    font-size: 1.1em;
  }

}

/* フロー */
/* ============================================ */
#anc-flow {
  position: relative;
  color: var(--main_color);
}
#anc-flow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: no-repeat url(../img/index_flow_bg.jpg) center;
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}
#anc-flow::after {
  content: "";
  position: absolute;
  background: no-repeat url(../img/index_overview_bg-cover.png) center;
  background-size: cover;
  z-index: -1;
  inset: 0;
  background-color: rgb(255 255 255 / 50%);
}
.flow_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgb(255 255 255 / 80%);
  max-width: 900px;
  margin: auto;
  padding: 9rem 6rem 8rem;
}
.flow_view {
  max-width: 650px;
  margin: auto;
}
.flow_view + p {
  display: inline-block;
  margin: 1em auto 0;
}

@media screen and (max-width: 767px) {
  #anc-flow::before {
    background-image: url(../img/index_flow_bg-sp.jpg);
  }
  .flow_wrap {
    padding: 3rem 2rem 2rem;
  }

}

/* 助成実績 */
/* ============================================ */
#anc-record {
  background-image: linear-gradient(360deg, #eee, #b7d2ff 70%);
}
#anc-record.wrap-cat {
  min-height: auto;
}
#anc-record .heading-1 {
  color: var(--main_color);
  margin-bottom: 16rem;
}
#anc-record .cat-inner {
  max-width: 700px;
}
.accordion-01 {
  margin-bottom: 7px;
  background-color: #fff;
/*  border-radius: 5px;*/
}

.accordion-01 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: var(--main_color);
  font-weight: 600;
  cursor: pointer;
}
.accordion-01 summary::-webkit-details-marker {
  display: none;
}
.accordion-01 summary:hover {
  color: var(--white);
  background-color: var(--main_color);
/*  border-radius: 5px;*/
}
.accordion-01 summary:hover::after {
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
}
.accordion-01 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: .7em;
  height: .7em;
  margin-left: 10px;
  border-bottom: 2px solid var(--main_color);
  border-right: 2px solid var(--main_color);
  content: '';
  transition: transform .3s;
}
.accordion-01[open] summary {
  color: var(--white);
  background-color: var(--main_color);
/*  border-radius: 5px 5px 0 0;*/
}
.accordion-01[open] summary::after {
  transform: rotate(225deg);
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
}
.accordion-01 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: var(--main_color);
  transition: transform .5s, opacity .5s;
}
.accordion-01[open] p {
  transform: none;
  opacity: 1;
}
.accordion-01 .list-link {
  padding: 1em 2em;
}
.list-link li {
  color: var(--main_color);
  padding-left: 1.5em;
  position: relative;
}
.list-link li:not(:last-of-type) {
  margin-bottom: 1em;
}
.list-link li::before {
  transform: rotate(-45deg);
  width: .6em;
  height: .6em;
  border-bottom: 2px solid var(--main_color);
  border-right: 2px solid var(--main_color);
  content: '';
  position: absolute;
  top: .5em;;
  left: 0;
  transition: .2s;
}
.list-link li:has(a:hover) {
  color: var(--link_color);
}
.list-link li:has(a:hover)::before {
  border-bottom: 2px solid var(--link_color);
  border-right: 2px solid var(--link_color);
  left: 5px;
  transition: .2s;
}

/* お問合せ */
/* ============================================ */
#anc-contact {
  color: #fff;
  background: no-repeat url(../img/contact_bg.jpg) center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
}
#anc-contact::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(2 56 147 / 30%);
  z-index: -2;
}
#anc-contact::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 10vh;
  pointer-events: none;
  content: "";
  background: linear-gradient(0deg, rgb(9 27 41 / 0%) 0%, rgb(2 56 147 / 70%) 100%);
  height: 100vh;
}
#anc-contact .cat-inner {
  max-width: 1000px;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.contact_wrap {
  margin-top: 4em;
}
#anc-contact h3 {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
.contact_box {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
}
.contact_box li {
  width: 50%;
  padding: 2em;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mail_box {
  background-color: var(--link_color);
  text-align: center;
}
.mail_box .mail_btn {
  width: 100%;
}
.mail_box .mail_btn a {
  font-size: 1.2em;
  display: inline-block;
  text-align: center;
  width: 100%;
  color: var(--link_color);
  background-color: var(--white);
  border: 1px solid var(--link_color);
  padding: 1em;
  transition: .3s;
}
.mail_box .mail_btn a:hover {
  color: var(--white);
  background-color: var(--link_color);
  border: 1px solid var(--white);
  transition: .3s;
}
.mail_box .note_txt {
  display: inline-block;
}
.tel_box {
  background-color: var(--main_color-b);
  background-color: var(--main_color);
}
.tel_txt {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: .5em !important;
}
.contact-tel {
  font-size: 1.8em;
  text-align: center;
}
.img-tel {
  display: flex;
  align-items: center;
}
.img-tel::before {
  content: '';
  background-image: url(../img/icon-tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 1em;
  height: 1em;
  margin-right: .25em;
}
.contact_info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2em;
}
.contact_info section {
  width: calc((100% - 1px) / 2);
  border-left: 1px solid #fff;
  padding: 0 2rem;
  margin-bottom: 2em;
}
#anc-contact h4 {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  #anc-contact {
    background-color: #020204;
    background-size: 160%;
    background-attachment: inherit;
    background-position: bottom right 5%;
    padding-bottom: 60vw;
  }
  #anc-contact::after {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  #anc-contact {
    background-image: url(../img/contact_bg-sp.jpg);
  }
  .contact_box {
    max-width: 700px;
    flex-direction: column;
    align-items: center;
  }
  .contact_box li {
    font-size: 1.1em;
    width: 100%;
    padding: 1em;
  }
  .mail_box .mail_btn a,
  .tel_txt {
    font-size: 1em;
  }
  #anc-contact h3 {
    font-size: 1.8rem;
  }
  .contact_info section {
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 2em;
  }
  #anc-contact h4 {
    font-size: 1.5rem;
  }
  .bottom-txt {
    font-size: 1.4rem;
  }

}
/* 参考リンク */
/* ============================================ */
.octb_bnr_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: .5rem 2rem;
}
.bnr_logo_octb {
  min-height: 80px;
  width: calc((100% - 4rem) / 3);
}
.bnr_logo_octb a[target="_blank"]::after {
  display: none;
}
.bnr_logo_octb a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  height: 100%;
  min-height: 80px;
}
.bnr_logo_octb a img {
  max-height: 42px;
  height: 100%;
  max-width: 20rem;
  object-fit: contain;
  transition: all .3s ease;
}
.octb_bnr_box > p {
  line-height: 1.4;
}
.link-reference {
  max-width: 900px;
  display: flex;
	flex-wrap: wrap;
  align-items: stretch;
  margin: 0 auto 2rem;
  gap: 2rem;
}
.link-reference li {
  min-height: 80px;
  width: calc((100% - 4rem) / 3);
}
.link-reference a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  height: 100%;
  transition: all .3s ease;
}
.bnr_logo_octb a:hover img,
.link-reference a:hover img {
  opacity: .6;
  transition: all .3s ease;
}
.link-reference img {
  max-height: 42px;
  height: 100%;
  max-width: 20rem;
  object-fit: contain;
  transition: all .3s ease;
}

@media screen and (max-width: 767px) {
  .inner-footer {
    padding: 2em 1em;
  }
  .bnr_logo_octb,
  .link-reference li {
    width: calc((100% - 2rem) / 2);
  }
  .bnr_logo_octb a,
  .link-reference a {
    padding: 0 1rem;
  }
  .octb_bnr_box .font-s {
    width: calc((100% - 2rem) / 2);
  }
}