@charset "UTF-8";
/*@mixin font-title {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700
}*/
/*--------------------------------------------------------------
# general
--------------------------------------------------------------*/
main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-feature-settings: "palt";
  font-family: quicksand, vdl-v7marugothic, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .05em;
}

p:last-of-type {
  margin-bottom: 0;
}

em {
  font-style: normal;
  font-weight: bold;
}

img {
  border-style: none;
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

h1 img,
figure img,
a img,
.image-box img {
  display: block;
}

/*--------------------------------------------------------------
# general classes
--------------------------------------------------------------*/
/*------------------------ responsive ----------------------------*/
.tiny-sp-only,
.tablet-below,
.pc-below,
.sm-lgpc-only {
  display: block;
}

.sp-above,
.tablet-above,
.pc-only,
.lgpc-above {
  display: none;
}

@media screen and (min-width: 480px) {
  .tiny-sp-only {
    display: none;
  }

  .sp-above {
    display: block;
  }
}
/* end media query */
@media screen and (min-width: 600px) {
  .tablet-below {
    display: none;
  }

  .tablet-above {
    display: block;
  }
}
/* end media query */
@media screen and (min-width: 768px) {
  .pc-below {
    display: none;
  }

  .pc-only {
    display: block;
  }
}
/* end media query */
@media screen and (min-width: 960px) {
  .sm-lgpc-only {
    display: none;
  }

  .lgpc-above {
    display: block;
  }
}
/* end media query */
/*------------------------ typography ----------------------------*/
.no-break {
  white-space: nowrap;
}

.note {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 80%;
  width: 95%;
  margin: 0 auto 1em;
  display: block;
}

.list-ul {
  list-style: none;
}
.list-ul li {
  position: relative;
  margin-bottom: 0.5em;
}
.list-ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: block;
  position: absolute;
  left: -1.5em;
  top: 1px;
  color: #008bcf;
  font-size: 90%;
}

/*------------------------ components ----------------------------*/
/*--- buttons & links */
.link-btn a {
  position: relative;
  text-decoration: none;
  font-size: 1rem;
  color: white;
  font-weight: bold;
  line-height: 46px;
  background: #008bcf;
  display: inline-block;
  padding: 0 1.5em;
  white-space: nowrap;
}
.link-btn a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  margin-left: 1em;
}
.link-btn a:hover, .link-btn a:focus {
  background: #33a2d9;
}

.link-phone {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.link-phone a {
  text-decoration: none;
}

/* end media query */
/*--------------------------------------------------------------
# layouts
--------------------------------------------------------------*/
section {
  margin-bottom: 4em;
}

.page-contents {
  margin-bottom: 4em;
}

.contents-area {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
.contents-area--full {
  width: 100%;
}
.contents-area--full .text-box {
  width: 50%;
}
.contents-area--full .pict-box {
  width: 45%;
  overflow: hidden;
}
.contents-area--rgt {
  padding-left: 8%;
  display: flex;
  justify-content: space-between;
}
.contents-area--rgt .pict-box {
  border-radius: 30px 0 0 30px;
}
.contents-area--lft {
  padding-right: 8%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.contents-area--lft .pict-box {
  border-radius: 0 30px 30px 0;
}

.text-area {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.text-box {
  margin-bottom: 1em;
}

.sub-section {
  margin-bottom: 3em;
}
.sub-section:last-of-type {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/
.header__slogan {
  font-size: .7rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.4;
}

.site-header {
  background: #fff;
}
.site-header .navbar {
  padding: 0;
}
.site-header .nav-item {
  position: relative;
}

.navbar-brand {
  width: 35%;
  max-width: 150px;
  margin: 0 2% 0 1%;
}

/*--------------------------- sp ----------------------------*/
.site-header--sp {
  position: relative;
}

.spheader__msg {
  background: #008bcf;
  color: #fff;
  padding: 0.2em 0.5em;
}

.spheader__navbar {
  align-items: center;
}

.spheader-nav__btns .nav-item::before {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background: #008bcf;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
.spheader-nav__btns .nav-link {
  height: 100%;
  color: #008bcf;
  font-size: .7rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
}
.spheader-nav__btns .nav-link i {
  font-size: 1.6rem;
  margin-bottom: .2rem;
}
.spheader-nav__btns .navbar-toggler:focus {
  box-shadow: none;
}

/* toggle-btn */
.spheader__toggler {
  border: none;
}

.spheader-nav__main {
  background: #e5f3fa;
  position: absolute;
  top: 100%;
  max-height: calc(100vh - 75px);
  z-index: 10;
  width: 100%;
  overflow-y: scroll;
  border-bottom: 1px solid #fff;
}
.spheader-nav__main .nav-link {
  padding: .8em;
  border-top: 1px solid #fff;
  color: #008bcf;
  font-weight: bold;
}
.spheader-nav__main .dropdown-toggle::after {
  border: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f078';
  font-size: 80%;
  position: absolute;
  top: 1.3em;
  right: 2em;
  transform: rotateZ(0deg);
  transition: .3s;
}
.spheader-nav__main .dropdown-toggle.show::after {
  transform: rotateZ(180deg);
}
.spheader-nav__main .dropdown-menu {
  border: none;
  border-radius: 0;
  border-top: 1px solid #fff;
  background: #fff;
  padding: 0;
}
.spheader-nav__main .dropdown-item {
  padding: 0.6em;
  padding-left: 1.5em;
  border-bottom: 1px solid #e5f3fa;
  color: #008bcf;
}

/*--------------------------- pc ----------------------------*/
.site-header__top {
  font-size: .7rem;
  color: #333;
  border-bottom: 1px solid #eee;
}
.site-header__top .navbar {
  padding: .3rem 0;
}
.site-header__top .nav-item {
  position: relative;
}
.site-header__top .nav-item:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 12px;
  background: #ddd;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
.site-header__top .nav-link {
  padding: 0 1rem;
  color: #756456;
}
.site-header__top .nav-link:hover, .site-header__top .nav-link:focus {
  text-decoration: underline;
}

.header__navbar {
  justify-content: space-between;
  align-items: normal;
}

.header-nav {
  flex-grow: 0;
  max-width: 80%;
}
.header-nav .nav-link {
  font-size: clamp(11px, 1.3vw, 13px);
  white-space: nowrap;
}
.header-nav__main .nav-item:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header-nav__main .nav-link {
  padding: 1rem 0.5rem 0.85rem !important;
  border-bottom: 5px solid transparent;
}
.header-nav__main .nav-link:hover, .header-nav__main .nav-link:active, .header-nav__main .nav-link.show {
  color: #008bcf;
  border-bottom-color: #008bcf;
}
.header-nav .dropdown-menu {
  border: 2px solid #008bcf;
  border-radius: 0;
  padding: 0;
  top: 96%;
}
.header-nav .dropdown-toggle::after {
  margin-left: .45rem;
}
.header-nav .dropdown-item {
  padding: .5rem 1rem;
}
.header-nav .dropdown-item:hover, .header-nav .dropdown-item:focus {
  color: #008bcf;
  background: #e5f3fa;
}
.header-nav__cta {
  height: 100%;
  margin-left: .5em;
}
.header-nav__cta .nav-link {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0.5rem 0.9em !important;
  text-align: center;
}
.header-nav__cta .nav-link i {
  margin-bottom: 3px;
}
.header-nav__cta .btn-login {
  background: #e5f3fa;
  color: #008bcf;
}
.header-nav__cta .btn-contact {
  background: #ee780f;
  color: #fff;
}
.header-nav__cta .btn-fl {
  background: #e50012;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .header__slogan {
    color: #333;
  }

  .navbar-brand {
    width: 150px;
    margin: 0 3% 0 1%;
  }
}
/* end media query */
/*--------------------------------------------------------------
# footer-cta
--------------------------------------------------------------*/
.footer-cta__nav {
  text-align: center;
  font-size: 1.2rem;
  margin: 0;
  color: white;
}

.footer-cta__item {
  background: #3db143;
  padding: 1em;
}
.footer-cta__item.contact {
  background: #64c169;
}
.footer-cta__item i {
  margin-right: .3em;
}
.footer-cta__item small {
  display: block;
  font-size: .8rem;
  margin-bottom: .5em;
}
.footer-cta__item .link-btn a {
  background: none;
  border: 1px solid white;
  padding: 0;
  width: 100%;
  max-width: 300px;
}
.footer-cta__item .link-phone a {
  color: white;
}

@media screen and (min-width: 768px) {
  .footer-cta__nav {
    font-size: 1.4rem;
  }

  .footer-cta__item {
    padding: 1.5em 1em;
  }
  .footer-cta__item i {
    display: block;
    font-size: 150%;
    margin-bottom: .5em;
  }
  .footer-cta__item small {
    margin: 1em 0;
  }
  .footer-cta__item .link-phone {
    font-size: 1.8rem;
    font-size: clamp(1rem, 3.2vw, 1.8rem);
  }
}
/* end media query */
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.site-footer {
  background: #e5f3fa;
  padding-top: 3em;
}
.site-footer ul {
  list-style: none;
}

.footer__brand {
  width: 50%;
  max-width: 180px;
  margin: 0 auto 2em;
}

.footer__nav__main {
  flex-direction: column-reverse;
  margin: 0 0 2em;
}

.footer__sitemap ul {
  padding-left: 1em;
}

.footer__sitemap__list li {
  margin-bottom: .5em;
}
.footer__sitemap__list a {
  text-decoration: none;
  color: #333;
  position: relative;
  display: block;
}
.footer__sitemap__list a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 80%;
  opacity: .5;
  position: absolute;
  right: 1.5rem;
}
.footer__sitemap__list a:hover, .footer__sitemap__list a:focus {
  color: #717171;
}

.sitemap__cat {
  display: block;
  font-weight: bold;
  color: #008bcf;
  border-bottom: 1px dashed #ccc;
  margin-bottom: .8em;
  padding-bottom: .5em;
}

a.sitemap__cat {
  color: #008bcf;
}
a.sitemap__cat:hover, a.sitemap__cat:focus {
  color: #33a2d9;
}

.footer__cta__list {
  padding-left: 0;
  justify-content: center;
}
.footer__cta__list > li {
  width: 50%;
  max-width: 270px;
  padding: 0 .5em;
  margin-bottom: 1em;
}

.sns_nav {
  font-weight: 900;
  font-size: 1.2rem;
}
.sns_nav i {
  font-size: 180%;
  position: relative;
  top: -2px;
}

.footer__company {
  background: #756456;
  font-size: .75rem;
  padding: .5em 20px;
}
.footer__company .nav-item {
  position: relative;
  width: 50%;
}
.footer__company .nav-link {
  color: #fff;
}
.footer__company .nav-link:hover, .footer__company .nav-link:active {
  color: #ffea3c;
}

.footer__copyright {
  background: #008bcf;
  color: white;
  font-size: .75rem;
  padding: .5em 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer__nav__main {
    flex-direction: row;
  }

  .footer__sitemap {
    width: 75%;
    display: flex;
  }
  .footer__sitemap > * {
    width: 33.3%;
    padding-right: 3%;
  }

  .footer__cta {
    width: 25%;
    padding-right: 3%;
  }

  .footer__cta__list {
    flex-direction: column;
  }
  .footer__cta__list > li {
    width: 100%;
  }

  .footer__company .nav {
    justify-content: center;
  }
  .footer__company .nav-item {
    width: auto;
  }
  .footer__company .nav-item:not(:first-child)::before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #ddd;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .footer__company .nav-link {
    color: #fff;
  }
  .footer__company .nav-link:hover, .footer__company .nav-link:active {
    color: #ffea3c;
  }
}
/* end media query */
/*--------------------------- scroll button ----------------------------*/
#scroll {
  position: fixed;
  right: 8px;
  bottom: 6px;
  cursor: pointer;
  z-index: 150;
  width: 40px;
  line-height: 40px;
  background: rgba(238, 120, 15, 0.5);
  border-radius: 50%;
  text-decoration: none;
  color: white;
  text-align: center;
  padding: 0;
  border: none;
  display: none;
}
#scroll::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f062";
  display: block;
  font-size: 1.8em;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# lower
--------------------------------------------------------------*/
/*--------------------------- page-header ----------------------------*/
.page-header {
  margin-bottom: 5em;
}

.page-kv {
  margin-bottom: .5em;
}

.page-title small {
  font-family: quicksand, sans-serif;
  font-style: normal;
  font-weight: 700;
  display: block;
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-top: .3em;
  color: #008bcf;
}

.breadcrumb {
  font-size: .75rem;
  margin-bottom: 2em;
}

/*--------------------------- intro ----------------------------*/
.intro {
  margin-bottom: 4em;
}
.intro strong {
  color: #008bcf;
}

.intro__lead {
  text-align: center;
  margin-bottom: 3em;
}
.intro__lead p {
  font-size: 1rem;
  color: #756456;
}

.intro__title {
  font-size: calc(1.278125rem + 0.3375vw);
  color: #008bcf;
  margin-bottom: 1em;
}

.intro__midtitle {
  font-size: calc(1.25625rem + 0.075vw);
  color: #756456;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
.intro__midtitle::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f06a";
  color: #ee780f;
  position: absolute;
  left: 0;
  top: -2px;
}

.intro__smltitle {
  font-size: 1.09375rem;
  font-weight: bold;
  color: #756456;
}

@media screen and (min-width: 1200px) {
  .intro__title {
    font-size: 1.53125rem;
  }

  .intro__midtitle {
    font-size: 1.3125rem;
  }
}
/* end media query */
/*--------------------------- main-contents ----------------------------*/
.main-contents {
  position: relative;
  padding-top: 5em;
}
.main-contents::before {
  content: '';
  display: block;
  width: 100%;
  height: 60vh;
  background: url("../img/common/bg_transgrid.png");
  background-size: 25px;
  position: absolute;
  z-index: -5;
  top: 0;
}
.main-contents strong {
  color: #ee780f;
}

.section-header {
  margin-bottom: 4em;
  text-align: center;
}
.section-header p {
  font-size: 1rem;
  color: #756456;
}

/*h2使用してフォントのサイズはBSに任せる。h2以外はクラスにh2を入れる*/
.main__title {
  font-weight: bold;
  margin-bottom: 1em;
}

/*h3使用してフォントのサイズはBSに任せる。h3以外はクラスにh3を入れる*/
.main__midtitle {
  font-weight: bold;
  display: inline-block;
  border-bottom: 1px dashed #756456;
  margin-bottom: 1em;
}
