@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
.border-yellow {
  border-color: #ADB4B8 !important;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .mb-only {
    display: none;
  }
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #FAFAFA;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
}

a {
  color: #0054A7;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 58.3473053892, 116);
  text-decoration: underline;
}
nav a[href^=http] {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #374147;
  font-feature-settings: "palt";
}

p.text-primary {
  color: #0054A7 !important;
}
p.text-yellow {
  color: #D6B845 !important;
}

span.marker {
  background: linear-gradient(transparent 60%, #D6B845 60%);
}

.section-title {
  position: relative;
  display: inline-block;
  margin-bottom: 4em;
  letter-spacing: 0.1rem;
}
.section-title:after {
  content: "";
  position: absolute;
  bottom: -28px;
  display: inline-block;
  width: 58px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #D6B845;
}

.entry-content h2, .entry-content .h2 {
  font-size: 1.6rem;
  margin: 1rem 0 1rem 0;
  padding: 1rem 2rem;
  color: #140D15;
  background-color: #F4F3F1;
  border-bottom: 2px #D6B845 solid;
}
.entry-content h3, .entry-content .h3 {
  background-color: transparent;
  font-size: 1.5rem;
  margin: 1rem 0 1rem 0;
  padding: 1rem 0;
  border-bottom: 6px #F4F3F1 solid;
  color: #140D15;
}
.entry-content h3::before, .entry-content .h3::before {
  content: "";
  width: 25px;
  height: 26px;
  margin-right: 5px;
  display: inline-block;
  background-image: url(../assets/img/common/ico-before-h3.svg);
  background-repeat: no-repeat;
}
.entry-content h4, .entry-content .h4 {
  font-size: 1.3rem;
  margin: 1rem 0 1em 0;
}
.entry-content h4::after, .entry-content .h4::after {
  content: "";
  margin-top: 0.5rem;
  display: block;
  background-color: #6BD5C9;
  width: 40px;
  height: 6px;
}

strong.strong {
  color: #00B49F;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.layout-staggered-row {
  padding: 2rem;
  justify-content: center;
  align-items: center;
}
.layout-staggered-row h2 {
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .layout-staggered-row {
    display: block;
  }
  .layout-staggered-row h2 {
    font-size: 26px;
  }
}
.layout-staggered-row:nth-child(odd) .text-box {
  width: calc(100% + 100px);
  margin-left: -100px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .layout-staggered-row:nth-child(odd) .text-box {
    width: 90%;
    margin: -10px auto 0;
  }
}
.layout-staggered-row:nth-child(even) {
  flex-direction: row-reverse;
}
.layout-staggered-row:nth-child(even) .text-box {
  width: calc(100% + 100px);
  margin-left: 0;
  margin-right: -100px;
}
@media screen and (max-width: 767px) {
  .layout-staggered-row:nth-child(even) .text-box {
    width: 90%;
    margin: -10px auto 0;
  }
}
.layout-staggered figure {
  display: block;
  background: no-repeat center/100% url("https://picsum.photos/600");
  height: 400px;
  width: 100%;
  margin: 0;
}
.layout-staggered .text-box {
  background: white;
  border-bottom: 16px #D6B845 solid;
  padding: 2rem;
}
.layout-staggered .text-box p {
  margin: 0;
}

.box-white {
  background-color: white;
}
@media screen and (max-width: 767px) {
  .box-white {
    padding: 1rem;
  }
}
.box-white.border-yellow {
  border-top: 8px #D6B845 solid;
}

.wide-bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.wide-bg-image .box-white {
  margin-bottom: -200px;
  z-index: 10;
  position: relative;
}

.shift-up {
  margin-top: 2rem;
}
.shift-up .box-white {
  width: 90%;
  margin-top: -100px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#site-header {
  background-color: white;
  /* モバイル用 */
}
#site-header .form-inline {
  width: 350px;
}
@media screen and (max-width: 767px) {
  #site-header .form-inline {
    width: 100%;
  }
}
#site-header .navbar-collapse .btn-wrap {
  background-color: white;
  padding: 13px;
}
#site-header .navbar-collapse .form-inline {
  width: 100%;
  margin: 0 auto;
  flex-flow: nowrap;
}
#site-header .navbar-collapse .form-control {
  border: none;
}
#site-header .navbar-collapse input {
  height: 40px;
}
#site-header .navbar-collapse button {
  width: 40px;
  height: 40px;
}
#site-header .navbar-collapse .btn-header-mb {
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
#site-header .navbar-collapse .btn-header-mb .btn {
  width: 50%;
}
#site-header .navbar-collapse .btn-header-mb .btn img {
  margin-right: 15px;
}

#gnav {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.site-logo {
  width: 200px;
}
@media print, screen and (min-width: 768px) {
  .site-logo {
    width: 315px;
  }
}
.site-logo-text {
  width: 234px;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .site-logo-text {
    display: none;
  }
}

.search-header input {
  background-color: #F4F3F1;
  border: none;
  margin-right: 0 !important;
  height: 40px;
  width: 310px !important;
}
.search-header .btn {
  width: 40px;
  height: 40px;
}

/* ヘッダ用ボタン */
.btn-header {
  width: 350px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .btn-header {
    display: none !important;
  }
}
.btn-header .btn {
  width: 170px;
  letter-spacing: 1.3px;
  font-size: 13px;
  font-weight: 500;
}
.btn-header a > img {
  height: 14px;
  margin-right: 15px;
}
.btn-header a:link, .btn-header a:visited {
  color: white;
  text-decoration: none;
}
.btn-header a:active, .btn-header a:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

#header-nav {
  font-size: 14px;
  border-bottom: 1px #D8D8D1 solid;
  height: 40px;
}
@media screen and (max-width: 767px) {
  #header-nav {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .nav-bar {
    display: table !important;
  }
}

@media screen and (max-width: 767px) {
  .navbar .container {
    padding: 0 !important;
  }
}

.navbar-marketing {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .navbar-marketing {
    padding: 0.5rem 1rem;
    margin-top: 0;
  }
}
.navbar-marketing .navbar-brand img {
  height: 44px;
}
.navbar-marketing .navbar-nav {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
@media screen and (max-width: 767px) {
  .navbar-marketing .navbar-nav li {
    border-bottom: 1px #ccc solid;
  }
  .navbar-marketing .navbar-nav li a {
    padding: 1rem;
  }
}
.navbar-marketing .navbar-nav a:link, .navbar-marketing .navbar-nav a:visited {
  color: #374147;
}
.navbar-marketing .navbar-nav a:active, .navbar-marketing .navbar-nav a:hover {
  color: #0054A7 !important;
}

/* PCのときは見せる */
@media print, screen and (min-width: 768px) {
  .collapse:not(.show) {
    display: flex;
  }
  .collapse:not(.show) ul {
    flex-direction: row;
  }
}

.navbar ~ nav {
  position: relative;
  z-index: 1000;
}

/* sm style */
@media screen and (max-width: 767px) {
  .navbar-collapse li.nav-item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .navbar-collapse li.nav-item.c_2 {
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
  }
}
.navbar-collapse li.nav-item ul.navbar-nav {
  display: none;
}
.navbar-collapse li.nav-item ul.navbar-nav a {
  padding-left: 1rem;
}
@media print, screen and (min-width: 768px) {
  .navbar-collapse ul.navbar-nav {
    position: relative;
    width: 100% !important;
    justify-content: space-between;
    /* hover */
  }
  .navbar-collapse ul.navbar-nav li.nav-item {
    top: 0px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
  }
  .navbar-collapse ul.navbar-nav li.nav-item ul.navbar-nav {
    opacity: 0;
    height: auto;
    position: absolute;
    flex-direction: row;
    flex-wrap: wrap;
    top: 40px;
    left: 0;
    width: 100%;
    background: #fff; /* メガメニューの背景色 */
    padding: 20px;
    box-sizing: border-box;
  }
  .navbar-collapse ul.navbar-nav li.nav-item li {
    border: none;
  }
  .navbar-collapse ul.navbar-nav li.nav-item li::before {
    content: none;
  }
  .navbar-collapse ul.navbar-nav li.nav-item:hover ul.navbar-nav {
    display: flex;
    top: 57px;
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.navbar-collapse ul {
  width: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .navbar-collapse ul {
    padding: 0.5rem;
    width: auto !important;
    margin: 0 auto;
  }
}
.navbar-collapse li {
  display: flex;
  align-items: flex-start;
}
@media print, screen and (min-width: 768px) {
  .navbar-collapse li[data-show=mb] {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .navbar-collapse li a.nav-link:link, .navbar-collapse li a.nav-link:visited {
    font-weight: 500;
    text-decoration: none;
    color: #140D15;
  }
  .navbar-collapse li a.nav-link:active, .navbar-collapse li a.nav-link:hover {
    color: #D6B845;
  }
}
.navbar-collapse li a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-image: url(../assets/img/common/ico-arw-right.svg);
}
@media print, screen and (min-width: 768px) {
  .navbar-collapse li {
    border-left: 1px #D8D8D1 solid;
    padding: 0 1rem;
  }
  .navbar-collapse li:nth-child(4) {
    border-right: 1px #D8D8D1 solid;
  }
}
.navbar-collapse li[data-name] > a::before {
  width: 30px;
  height: 30px;
  background-position: center center;
}
.navbar-collapse li[data-name=b-support] > a::before {
  background-image: url(../assets/img/common/ico-b-support.svg);
}
.navbar-collapse li[data-name=seminar] > a::before {
  background-image: url(../assets/img/common/ico-seminar.svg);
}
.navbar-collapse li[data-name=keizai] > a::before {
  background-image: url(../assets/img/common/ico-news.svg);
}
.navbar-collapse li[data-name=about] > a::before {
  background-image: url(../assets/img/common/ico-building.svg);
}
.navbar-collapse li[data-name=subsidy] > a::before {
  background-image: url(../assets/img/common/ico-subsidy.svg);
}
.navbar-collapse li[data-name=sns] > a::before {
  background-image: url(../assets/img/common/ico-sns.svg);
}
@media screen and (max-width: 767px) {
  .navbar-collapse {
    background-color: #0054A7;
    color: white;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .navbar-collapse li {
    border-bottom: 1px rgba(255, 255, 255, 0.3) solid;
  }
  .navbar-collapse li a {
    display: inline-block;
    text-align: left;
    padding: 1rem 1rem;
  }
  .navbar-collapse li a:link, .navbar-collapse li a:visited, .navbar-collapse li a:active, .navbar-collapse li a:hover {
    color: white !important;
  }
  .navbar-collapse .nav-item {
    border-bottom: 1px #D8D8D1 solid;
  }
  .navbar-collapse .nav-item a.nav-link {
    display: flex;
    width: 100%;
    justify-content: start;
    padding: 0.7rem 0;
    text-decoration: none;
  }
  .navbar-collapse .nav-item a.nav-link:hover, .navbar-collapse .nav-item a.nav-link:focus {
    color: #D6B845;
  }
}

/* toggle button */
.navbar-toggler {
  color: #0054A7 !important;
  border: none;
  text-align: center;
}
.navbar-toggler > small {
  display: block;
  font-size: 10px;
}

/*.-nav {
    .navbar-nav {
        visibility: hidden;
        flex-wrap:wrap;
        height: 0;
        opacity: 0;
        transition: opacity .3s height .3s ;
    }

    & a:hover {
        -webkit-transition: all .5s;
        transition: all .5s;

        & + .navbar-nav {
            visibility: inherit;
            height: auto;
            background-color: white;
            opacity: 1;
        }
    }
}*/
a:link, a:visited {
  color: #0054A7;
  text-decoration: underline;
}
a:active, a:hover {
  color: #0054A7;
  text-decoration: none;
}

.tab-content a:link, .tab-content a:visited {
  color: #140D15;
  text-decoration: underline;
}
.tab-content a:active, .tab-content a:hover {
  color: #140D15;
  text-decoration: none;
}

.arw-link {
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
}
.arw-link::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("../assets/img/common/arw-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.unit-box-white p > a {
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
}
.unit-box-white p > a::after {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("../assets/img/common/arw-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

#pickup {
  padding: 72px 0;
  background-image: url("../assets/img/backgrounds/pattern-cs@2x.png");
  background-size: 20%;
  background-repeat: repeat;
}
@media screen and (max-width: 767px) {
  #pickup {
    background-size: 80%;
    padding: 30px 0;
  }
}
#pickup .container {
  position: relative;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
#pickup .swiper-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
#pickup .swiper-slide {
  overflow: hidden;
}
#pickup .swiper-slide picture p {
  color: white;
  font-weight: bold;
  -moz-text-shadow: 2px 2px 6px #000;
  -webkit-text-shadow: 2px 2px 6px #000;
  text-shadow: 2px 2px 6px #000;
}

/* セミナー */
#seminar {
  text-align: center;
  background-image: url("../assets/img/backgrounds/pattern-cf@2x.png");
  background-size: 20%;
  background-repeat: repeat;
  /* event swiper */
}
@media screen and (max-width: 767px) {
  #seminar {
    background-size: 80%;
  }
}
#seminar .container {
  position: relative;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
#seminar .box p {
  color: #67666B;
}
#seminar .box img {
  height: 130px;
  margin-bottom: 0.5rem;
}
#seminar .swiper-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 0;
}
#seminar .swiper-button-next, #seminar .swiper-button-prev {
  top: 60%;
}
#seminar .swiper-seminar {
  padding-bottom: 2.5rem;
}
#seminar .swiper-seminar .swiper-slide h3 {
  font-size: 0.938rem;
}
#seminar .swiper-seminar a {
  text-decoration: none;
}
#seminar .swiper-seminar a:link, #seminar .swiper-seminar a:visited {
  color: black;
}
#seminar .swiper-seminar a:active, #seminar .swiper-seminar a:hover {
  color: black;
}

#oshirase {
  transform: translateY(-120px);
}
#oshirase p {
  margin-bottom: 0;
}
#oshirase a {
  color: #374147;
}

.top-banners picture {
  position: relative;
  height: 88px;
}
.top-banners picture p {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.page-header-text {
  font-weight: 900;
  font-size: 1.3rem !important;
  color: white !important;
  text-shadow: 2 2 6 rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  .page-header-text {
    font-size: 1rem !important;
  }
}

.blog-summary .item a {
  max-width: 600px;
  max-height: 600px;
}

/* webp bg */
#technic {
  padding-top: 600px !important;
}
.no-webp #technic {
  background-image: url("../assets/img/frontpage/img_technic_01.jpg");
}
.webp #technic {
  background-image: url("../assets/img/frontpage/img_technic_01.jpg.webp");
}
@media screen and (max-width: 767px) {
  #technic {
    padding-top: 300px !important;
  }
}

#technic02 {
  padding-top: 600px !important;
}
.no-webp #technic02 {
  background-image: url("../assets/img/frontpage/widebg-technic02.jpg");
}
.webp #technic02 {
  background-image: url("../assets/img/frontpage/widebg-technic02.jpg.webp");
}
@media screen and (max-width: 767px) {
  #technic02 {
    padding-top: 300px !important;
  }
}

#technic03::after {
  display: block;
  content: "";
  background-color: #F2EFD2;
  width: 100%;
  height: 1000px;
  z-index: -10;
  margin-top: -1000px;
}

#technic-content {
  position: relative;
}
#technic-content .skew__bg {
  position: absolute;
  top: 20%;
  bottom: 20%;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ECEEEF;
  transform: skewY(-6deg);
  transform-origin: top left;
}

#technic03 {
  position: relative;
}
#technic03 .skew__bg {
  position: absolute;
  top: 20%;
  bottom: 20%;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F2EFD2;
  transform: skewY(-6deg);
  transform-origin: top left;
}

.side-nav {
  border-top: 16px #F4F3F1 solid;
  border-left: 1px #E6E7E3 solid;
  border-right: 1px #E6E7E3 solid;
  border-bottom: 1px #E6E7E3 solid;
  background-color: white;
  margin-top: 10px;
  margin-bottom: 10px;
}
.side-nav.news h3::after {
  width: 58px;
  height: 15px;
  background-image: url("../assets/img/common/txt-news.svg");
}
.side-nav.recommend h3::after {
  width: 132px;
  height: 15px;
  background-image: url("../assets/img/common/txt-recommend.svg");
}
.side-nav.recommend li {
  border: none;
  text-align: center;
}
.side-nav.recommend li a {
  padding: 0.5rem 1rem;
}
.side-nav.recommend img {
  border: 1px #E6E7E3 solid;
}
.side-nav h3 {
  border-bottom: 1px #E6E7E3 solid;
  padding: 1rem;
  position: relative;
}
.side-nav h3::after {
  position: absolute;
  right: 0px;
  top: -5px;
  content: "";
  display: inline-block;
}
.side-nav ul {
  padding: 0;
  margin: 0;
}
.side-nav li {
  list-style-type: none;
  border-bottom: 1px #E6E7E3 solid;
}
.side-nav li a {
  display: block;
  padding: 1rem;
}

header#header-entry {
  text-align: center;
  background-image: url(../assets/img/backgrounds/pattern-cbs@2x.png);
  background-repeat: repeat;
  background-size: 30%;
}
header#header-entry h1 {
  margin-bottom: 0;
}
header#header-entry h2 {
  background: none;
  border: none;
  margin: 2rem;
}
header#header-entry * {
  color: white !important;
}

.list-entry .item {
  padding: 1.25rem;
  background-color: white;
}
.list-entry .event-meta {
  font-size: 0.875rem;
  margin-bottom: 0.6rem;
  font-weight: 500;
}
.list-entry .entry-excerpt {
  font-size: 0.875rem;
  line-height: 2;
  margin-bottom: 0;
}
.list-entry .label {
  font-size: 0.75rem;
  background-color: #67666B;
  color: white;
  padding: 0.2rem 1rem;
  margin-right: 0.6rem;
}
.list-entry h3 {
  border: none;
  font-size: 1.313rem;
}
.list-entry h3:before {
  content: none;
}
.list-entry a {
  position: relative;
  color: white;
}

.entry-content {
  /* 本文中リストUL */
  /* 本文中リストOL */
}
.archives .entry-content {
  background-color: transparent;
}
main .entry-content {
  background-color: white;
}
.entry-content .entry-meta {
  font-size: 0.813rem;
}
.entry-content .entry-meta .label {
  font-size: 0.75rem;
  background-color: #67666B;
  color: white;
  padding: 0.2rem 1rem;
  margin-right: 0.6rem;
}
.entry-content .entry-meta .label a:link, .entry-content .entry-meta .label a:visited {
  text-decoration: none;
  color: white;
}
.entry-content .entry-meta .label a:active, .entry-content .entry-meta .label a:hover {
  text-decoration: none;
  color: white;
}
.entry-content .entry {
  margin-bottom: 2rem;
}
.entry-content .entry p {
  line-height: 2.05em !important;
}
.entry-content ul {
  text-align: left;
  list-style-type: none;
  padding: 1.5rem;
  background-color: #FAFAFA;
  border: 1px #E0D0A5 solid;
}
.entry-content ul li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  line-height: 1.8;
}
.entry-content ul li:before {
  content: "●";
  padding-right: 1em;
  font-weight: bold;
  color: #D6B845;
}
.entry-content ol {
  text-align: left;
  counter-reset: item;
  list-style-type: none;
  padding: 1.5rem;
  background-color: #FAFAFA;
  border: 1px #E0D0A5 solid;
}
.entry-content ol ol {
  padding-left: 1em;
}
.entry-content ol li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  line-height: 1.8;
}
.entry-content ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 1em;
  font-weight: bold;
  color: #D6B845;
}

.bg-light-yellow, .bg-light {
  background-color: #FAFAFA !important;
}

.bg-primary {
  background-color: #D6B845 !important;
  color: white;
}

.bg-secondary {
  background-color: #0054A7 !important;
  color: white;
}
.bg-secondary a {
  color: white;
  text-decoration: underline;
}
.bg-secondary .box-white {
  color: #140D15;
}

.bg-grey {
  background-color: #FAFAFA !important;
}

.bg-pattern01 {
  background-image: url("../assets/img/backgrounds/pattern-cf@2x.png");
  background-repeat: repeat;
}

.bg-pattern02 {
  background-image: url("../assets/img/backgrounds/pattern-cbs@2x.png");
  background-repeat: repeat;
}

#panel-btn-icon {
  display: block;
  position: absolute;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #D6B845;
  transition: 0.2s;
}
#panel-btn-icon::before, #panel-btn-icon::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 14px;
  height: 2px;
  background: #D6B845;
  transition: 0.3s;
}
#panel-btn-icon::before {
  margin-top: -6px;
}
#panel-btn-icon::before {
  margin-top: -6px;
}

#panel-btn .close {
  background: transparent;
}

#panel-btn .close:before, #panel-btn .close:after {
  margin-top: 0;
}

#panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

#panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

#site-header {
  background-color: white;
  /* モバイル用 */
}
#site-header .form-inline {
  width: 350px;
}
@media screen and (max-width: 767px) {
  #site-header .form-inline {
    width: 100%;
  }
}
#site-header .navbar-collapse .btn-wrap {
  background-color: white;
  padding: 13px;
}
#site-header .navbar-collapse .form-inline {
  width: 100%;
  margin: 0 auto;
  flex-flow: nowrap;
}
#site-header .navbar-collapse .form-control {
  border: none;
}
#site-header .navbar-collapse input {
  height: 40px;
}
#site-header .navbar-collapse button {
  width: 40px;
  height: 40px;
}
#site-header .navbar-collapse .btn-header-mb {
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
#site-header .navbar-collapse .btn-header-mb .btn {
  width: 50%;
}
#site-header .navbar-collapse .btn-header-mb .btn img {
  margin-right: 15px;
}

#gnav {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.site-logo {
  width: 200px;
}
@media print, screen and (min-width: 768px) {
  .site-logo {
    width: 315px;
  }
}
.site-logo-text {
  width: 234px;
  height: auto !important;
}
@media screen and (max-width: 767px) {
  .site-logo-text {
    display: none;
  }
}

.search-header input {
  background-color: #F4F3F1;
  border: none;
  margin-right: 0 !important;
  height: 40px;
  width: 310px !important;
}
.search-header .btn {
  width: 40px;
  height: 40px;
}

/* ヘッダ用ボタン */
.btn-header {
  width: 350px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .btn-header {
    display: none !important;
  }
}
.btn-header .btn {
  width: 170px;
  letter-spacing: 1.3px;
  font-size: 13px;
  font-weight: 500;
}
.btn-header a > img {
  height: 14px;
  margin-right: 15px;
}
.btn-header a:link, .btn-header a:visited {
  color: white;
  text-decoration: none;
}
.btn-header a:active, .btn-header a:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

/* ページTOP */
#gototop {
  display: inline-block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100000;
}
@media screen and (max-width: 767px) {
  #gototop {
    bottom: 20px;
  }
}

/* フッターナビ */
.nav__footer {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .nav__footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.nav__footer a:link, .nav__footer a:visited {
  color: #140D15;
  text-decoration: none;
}
.nav__footer a:active, .nav__footer a:hover {
  color: #67666B;
}
.nav__footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.nav__footer ul a {
  display: block;
}

/* バナーリンク集 */
#footer-banners a {
  display: block;
  padding: 5px;
  background-color: white;
  border: 1px #D8D8D1 solid;
}
#footer-banners .ul-footer-banners {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 50% 50%;
  -moz-column-gap: 9px;
       column-gap: 9px;
  row-gap: 9px;
}

/* コピーライト */
aside.copyright {
  padding: 0.5rem 0;
  font-size: 0.875rem;
}
aside.copyright .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  aside.copyright .container {
    flex-direction: column;
  }
  aside.copyright .container p {
    text-align: center;
  }
}
aside.copyright ul.footer-menu {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
}
aside.copyright ul.footer-menu ~ p {
  text-align: right;
}
aside.copyright ul.footer-menu li {
  margin-right: 0 2rem;
}
@media screen and (max-width: 767px) {
  aside.copyright ul.footer-menu {
    flex-direction: column;
  }
}
aside.copyright a::before {
  content: "";
  display: inline-block;
  background-image: url("../assets/img/common/arw-right-footer.svg");
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 3rem !important;
  }
}
footer .swiper-footer > .swiper-wrapper {
  flex-direction: row;
}
footer .swiper-footer > .swiper-wrapper .swiper-slide {
  background-color: transparent;
  height: auto;
  padding: 0.5rem 0;
  margin-top: 0 !important;
}
footer h4 {
  margin-bottom: 0.8em;
}
footer .acms-list-group li {
  font-size: 0.938rem;
  margin-bottom: 0.8em;
}
footer .container {
  position: relative;
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}
@media screen and (max-width: 767px) {
  footer .container {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

#contact .site-logo ~ p {
  margin-top: 2rem;
  line-height: 2.2;
  font-size: 1rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  #contact .site-logo ~ p {
    font-size: 0.813rem;
  }
}
#contact p {
  font-size: 0.9rem;
}

/* Loading Block */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FAFAFA;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.spinner {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/* Loading Animation */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/* Hide Loading Block */
.loaded {
  opacity: 0;
  visibility: hidden;
}

#mainvisual {
  padding: 0 !important;
}
#mainvisual .swiper-slide {
  width: 100vw;
}
#mainvisual h1 > img {
  filter: drop-shadow(6px 6px 6px rgba(55, 65, 71, 0.6));
}
#mainvisual picture {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  display: block;
  height: 520px;
}
@media screen and (max-width: 767px) {
  #mainvisual picture {
    height: 267px;
  }
}
#mainvisual picture a {
  display: block;
  height: 100%;
}
#mainvisual picture .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.91);
  color: inherit;
  padding: 1rem;
}
@media print, screen and (min-width: 768px) {
  #mainvisual picture .inner {
    width: 1008px;
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  #mainvisual picture .inner {
    width: 80vw;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #mainvisual picture .inner h2 {
    font-size: 1.2rem;
  }
}
#mainvisual picture .inner h2 {
  font-size: clamp(21px, 1.3125rem + (1vw - 7.68px) * 3.01, 39px);
  margin-bottom: 0;
  /* Safari resize fix */
  min-height: 0vw;
}
#mainvisual picture .inner p {
  margin-top: 0.5rem;
  margin-bottom: 0;
  color: #140D15;
}

.box {
  border-style: solid;
  border-width: 1px;
  background-color: white;
  padding: 2rem;
  border-color: #D8D8D1;
  /* swiper内のbox */
}
.swiper-slide .box {
  width: 100%;
  padding: 8px;
}
.swiper-slide .box p {
  font-size: 13px;
  margin-top: 0.3em;
  margin-bottom: 0.2em;
  font-weight: 500;
}
.swiper-slide .box picture p {
  font-size: 24px;
  margin-top: 0;
}
.swiper-slide .box img {
  width: 100%;
  height: 88px;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-yellow {
  border-color: #D6B845;
}
.box-emerald {
  border-color: #94E1D8;
}
.box-bg-yellow {
  border-color: #D6B845;
  background-color: #D6B845;
}
.box-bg-light-yellow {
  background-color: #F2EFD2;
  border-color: #F2EFD2;
}

.ug-bg-color {
  background-color: #F7F3E9;
  padding: 1.5rem;
}
.ug-bg-color p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.ug-bg-color p:first-child {
  margin-top: 0;
}

.lift {
  background-color: white;
}

.table-small,
.table-big {
  width: 100%;
  margin-bottom: 1rem;
  color: #69707a;
}
.table-small th, .table-small td,
.table-big th,
.table-big td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e0e5ec;
}
.table-small thead th,
.table-big thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e0e5ec;
}
.table-small tbody + tbody,
.table-big tbody + tbody {
  border-top: 2px solid #e0e5ec;
}

.table- {
  /* テーブル小 */
  /* テーブル大 */
}
.table--small {
  width: 100%;
  border: 1px solid #ADB4B8;
  border-collapse: collapse;
  padding: 5px;
}
.table--small th {
  border: 1px solid #ADB4B8;
  padding: 5px;
  background: #ADB4B8;
}
.table--small td {
  background-color: white;
  text-align: left;
  border: 1px solid #ADB4B8;
  padding: 5px;
}
.table--big {
  width: 100%;
  border: 1px solid #ADB4B8;
  border-collapse: collapse;
  padding: 8px;
  border: none;
  border-bottom: 1px solid #ADB4B8;
}
.table--big tr {
  border-top: 1px solid #ADB4B8;
}
.table--big th {
  background-color: #ADB4B8;
  border-top: none;
}
.table--big td {
  background-color: white;
  border-top: none;
}

/* primary */
.btn-primary {
  color: #fff;
  background-color: #D6B845;
  border-color: #D6B845;
  border-radius: 0;
  min-width: 280px;
}
.btn-primary:link, .btn-primary:visited {
  color: #fff !important;
  text-decoration: none;
  background-color: #D6B845;
  border-color: #D6B845;
}
.btn-primary:active, .btn-primary:hover {
  color: #fff !important;
  background-color: rgba(214, 184, 69, 0.8);
  border-color: rgba(214, 184, 69, 0.8);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(190.0969162996, 159.436123348, 41.9030837004);
  border-color: rgb(169.2026431718, 141.9118942731, 37.2973568282);
  box-shadow: 0 0 0 0.2rem rgba(38, 121, 244, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #D6B845;
  border-color: #D6B845;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgb(169.2026431718, 141.9118942731, 37.2973568282);
  border-color: #0047b2;
}

.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 45.5209580838, 90.5);
  border-color: #0047b2;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 121, 244, 0.5);
}

.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 121, 244, 0.5);
}

/* secondary */
.btn-secondary {
  color: #fff;
  background-color: #D6B845;
  border-color: #D6B845;
  border-radius: 0;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgba(214, 184, 69, 0.8);
  border-color: rgba(214, 184, 69, 0.8);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(190.0969162996, 159.436123348, 41.9030837004);
  border-color: rgb(169.2026431718, 141.9118942731, 37.2973568282);
  box-shadow: 0 0 0 0.2rem rgba(38, 121, 244, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #D6B845;
  border-color: #D6B845;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgb(169.2026431718, 141.9118942731, 37.2973568282);
  border-color: #0047b2;
}

.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(169.2026431718, 141.9118942731, 37.2973568282);
  border-color: #0047b2;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 121, 244, 0.5);
}

.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 121, 244, 0.5);
}

@media print, screen and (min-width: 768px) {
  .btn-wide {
    max-width: 60%;
  }
}

.btn {
  text-decoration: none !important;
}

.btn-info {
  background-color: #0054A7;
  border-color: #0054A7;
  white-space: nowrap;
  color: white !important;
}
.btn-info:hover {
  background-color: rgb(0, 71.1736526946, 141.5);
}

.btn-danger {
  background-color: #B32425;
  border-color: #B32425;
  white-space: nowrap;
  color: white !important;
}
.btn-danger:hover {
  background-color: rgb(157.7697674419, 31.7302325581, 32.611627907);
}

#breadcrumb {
  background-color: #F4F3F1;
  font-size: 0.75em;
}

.breadcrumb {
  padding: 1.2rem 0 !important;
  display: flex;
  justify-content: flex-start;
  list-style: none;
  background-color: transparent;
  margin-bottom: 0;
}
.breadcrumb li::before {
  content: none !important;
}
.breadcrumb li::after {
  content: ">";
  margin: 0 0.5rem;
}
.breadcrumb li:last-child:after {
  content: none !important;
}

/* speech bubble */
.bubble {
  position: relative;
  width: auto;
  height: auto;
  color: #0054A7;
  text-align: center;
  padding: 20px;
  background: white;
  border-radius: 10px;
}
.bubble::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  z-index: 1;
  border-style: solid;
}
.bubble-right::after {
  border-width: 15px 0 15px 15px;
  top: 50%;
  right: -15px;
  margin-top: -15px;
  border-color: transparent #ffffff;
}
.bubble-left::after {
  border-width: 15px 15px 15px 0 !important;
  top: 50% !important;
  left: -15px !important;
  margin-top: -15px !important;
  border-color: transparent #ffffff;
}
.bubble-bottom::after {
  content: "";
  border-width: 15px 15px 0;
  border-color: white transparent;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

blockquote {
  background: #fff;
  border: 1px solid #D8D2CE;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
blockquote::before {
  color: #ccc;
  content: url("../assets/img/common/ico-quote.svg");
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: 0.4em;
}
blockquote::before p {
  display: inline;
}

/* pager */
.pager {
  width: 100%;
  display: block;
}
.pager .page-nav {
  list-style-type: none;
  display: flex;
  justify-content: center;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 767px) {
  .pager .page-nav {
    display: block;
    text-align: center;
  }
  .pager .page-nav li {
    display: inline-flex;
    flex-grow: 1;
    margin: 1% 0 !important;
  }
}
.pager .page-nav li {
  text-indent: 0;
  padding-left: 0;
  margin: 0 1px;
  box-sizing: content-box;
}
.pager .page-nav li.cur span {
  background-color: #D6B845;
  padding: 1rem;
  color: white;
}
.pager .page-nav li:first-child a {
  border-radius: 4px 0px 0px 4px;
}
.pager .page-nav li:last-child a {
  border-radius: 0px 4px 4px 0px;
}
.pager .page-nav li.gotolist a {
  background-color: #D6B845;
  color: white;
}
.pager .page-nav li::before {
  content: none !important;
}
.pager .page-nav li a {
  background-color: #D8D8D1;
  padding: 0.5rem;
  color: #67666B;
}

br.big {
  height: 30px;
}
br.middle {
  height: 15px;
}
br.small {
  height: 5px;
}

.svg-inline--fa {
  color: #D6B845;
}

ul.li-line {
  list-style-type: none;
  padding: 0;
}
ul.li-line li {
  display: flex;
  align-items: center;
  justify-items: center;
  line-height: 2.4em;
  font-size: 0.85rem;
}
ul.li-line li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 1px;
  margin-right: 5px;
  background-color: #707070;
}

.swiper-container {
  width: 100%;
  height: 100%;
  /* swiper banner */
  /* event swiper */
  /* swiper footer */
}
.swiper-container.swiper-mainvisual {
  overflow: hidden;
}
.swiper-container.swiper-mainvisual .swiper-button-next, .swiper-container.swiper-mainvisual .swiper-button-prev {
  color: white;
}
.swiper-container.swiper-mainvisual .swiper-wrapper {
  overflow: hidden;
}
.swiper-container.swiper-mainvisual .swiper-wrapper .swiper-slide {
  overflow: hidden;
}
.swiper-container.swiper-banner {
  padding-bottom: 2.5rem;
}
.swiper-container.swiper-seminar {
  padding-bottom: 2.5rem;
}
.swiper-container.swiper-seminar .swiper-slide h3 {
  font-size: 1.2rem;
}
.swiper-container.swiper-footer {
  padding-bottom: 2.5rem;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-container-footer {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.swiper-container-footer .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: #D6B845;
  width: 44px !important;
  height: 44px !important;
  border-radius: 44px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  color: white;
  font-size: 24px !important;
}

/* swiper control*/
.swiper-pagination-bullet-active {
  background-color: #D6B845 !important;
}

.nav-tabs .nav-link {
  min-width: 216px;
  text-align: center;
  padding: 0.8rem;
  background-color: #140D15;
  color: white;
  border-radius: 0;
  margin-right: 5px;
  border: none;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .nav-tabs .nav-link {
    min-width: auto;
    font-size: 0.75rem;
    padding: 0.8rem;
  }
}
.nav-tabs .nav-link.active {
  background-color: #D6B845;
  color: white;
}

.tab-content {
  background-color: white;
  border: 1px #D8D8D1 solid;
  margin-bottom: 1.5rem;
  padding: 1.8rem;
}
@media screen and (max-width: 767px) {
  .tab-content {
    height: 538px;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 767px) {
  .tab-content a {
    font-size: 0.875em;
  }
}
.tab-content .entry-meta {
  font-size: 0.813rem;
  margin-bottom: 0.5rem;
}
.tab-content .badge {
  font-size: 0.75rem;
  margin-left: 2rem;
}
.tab-content ul {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.tab-content ul li {
  border-bottom: 1px #D8D8D1 solid;
  padding: 1rem 0;
}
.tab-content ul li:last-child {
  border-bottom: none;
}
.tab-content ul li p {
  margin: 0;
}

.badge {
  border-radius: 0;
}
.badge-primary {
  background-color: #707070;
}
.badge-danger {
  background-color: #B32425;
}

.form-control {
  border-radius: 0 !important;
  background-color: #F4F3F1;
}

select.form-control {
  padding-top: 0;
  padding-bottom: 0;
}

.btn {
  border-radius: 0 !important;
}

@media (min-width: 576px) {
  .form-inline .form-control {
    /*width: 100%;*/
  }
}
.unit {
  /* チェックリスト */
  /* 白ボックス */
  /* 注釈 */
  /* q6a */
}
.unit-list-check li {
  border-bottom: 1px #ccc solid;
  padding: 1rem;
  display: flex;
}
.unit-list-check li::before {
  content: "" !important;
  display: inline-block;
  margin-right: 5px;
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  background-image: url(../assets/img/common/ico-check.svg);
}
.unit-box-white p {
  margin-bottom: 0.2rem;
}
.unit-box-white strong {
  color: #6BD5C9;
}
.unit-box-white ul {
  padding-left: 0;
  margin-left: 0;
}
.unit-box-white ul li {
  display: inline;
  text-indent: 0;
  padding: 0 1.3rem 0 0;
}
.unit-box-white ul li::before {
  padding-right: 0.5rem;
}
.unit-remark {
  text-align: left;
  background-color: #D6F3F0;
  padding: 1.5rem;
  border-radius: 10px;
}
.unit-remark p {
  margin-bottom: 0;
}
.unit-qa {
  padding: 2rem;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .unit-qa {
    padding: 1rem;
  }
}
.unit-qa dl {
  margin-bottom: 0;
}
.unit-qa dt {
  color: #0054A7;
  font-size: 1.3rem;
  border-bottom: 1px #ADB4B8 solid;
  padding: 1rem;
}
.unit-qa dt::before {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  content: "Q";
  color: white;
  background-color: #0054A7;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.unit-qa dd {
  padding: 1rem;
}

.js-unit_group-align.box-white {
  background-color: white;
  padding: 1rem 2rem;
  margin: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .js-unit_group-align.box-white {
    padding: 0.5rem 1rem;
    margin: 1.2rem 0;
  }
}

#cta .tel {
  font-weight: bold;
  color: #D6B845 !important;
  font-weight: bold;
  font-size: 3.6rem;
  font-size: 36px;
}
#cta .bubble {
  font-weight: bold;
  font-size: 2rem;
  font-size: 20px;
}

#contact-box {
  display: grid;
  grid-template-columns: 50% 50%;
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 15px;
  grid-auto-rows: 1fr;
}
#contact-box .item a {
  height: 100%;
}
#contact-box .box-white {
  padding: 20px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #contact-box .box-white {
    padding: 11px;
  }
}
#contact-box .box-white img {
  margin-bottom: 0.3rem;
}
#contact-box .box-white p {
  font-weight: 500;
}

footer {
  padding-bottom: 10rem;
  /*.bubble {
      @include media-sp {
          width: 80%;


          &-right::after {
              content: '';
              border-width: 15px 15px 0;
              border-color: white transparent;
              bottom: -15px;
              @include absolute-horizontal-center;
              top: auto !important;
              right: auto !important;
              margin-top: auto !important;
          }

      }
  }

  .mb-only .bubble-left {
      font-size: 1.1rem;
      font-size: 11px;
  }*/
}
footer .tel {
  font-weight: bold;
  color: #D6B845 !important;
  font-weight: bold;
  font-size: 5rem;
  font-size: 50px;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  footer .tel {
    font-size: 2.6rem;
    font-size: 26px;
  }
}
footer .tel ~ p {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  footer .tel ~ p {
    font-size: 1rem;
    font-size: 10px;
  }
}

#bottomMenu {
  width: 70vw;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9998;
}
@media (max-width: 1479px) {
  #bottomMenu {
    width: 100vw;
    margin: 0 !important;
    left: 0;
    transform: translate(0, 0);
  }
}/*# sourceMappingURL=style.min.css.map */