@charset "UTF-8";
/* ========================================================================
 * Agencia Base CSS template
 * http://www.agencia.co.jp
 * 
 * Yuya Tajima
 * ========================================================================
 * Copyright 2018 Agencia Co.,Ltd.
 * ======================================================================== */
/* ========================================================================
 * WebFont Load
 * ======================================================================== */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: bold;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
  font-display: swap;
}
/* ========================================================================
 * Style Template
 * ======================================================================== */
/* w- */
.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

/* font */
.font-weight-700 {
  font-weight: 700;
}

/* color */
.text-purple {
  color: #291386;
}

.text-brown {
  color: #9f8f44;
}

.text-red {
  color: #ff0000;
}

.text-person {
  color: #68BB50;
}

.text-corporation {
  color: #136EA9;
}

/* ========================================================================
 * Common Style
 * ======================================================================== */
a {
  font-weight: 400;
  color: #3498db;
}

@media screen and (min-width: 992px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
img {
  width: auto;
  max-width: 100%;
}

h2, .h2 {
  font-family: "Noto Sans JP";
}

h3, .h3 {
  margin-top: 0;
  margin-bottom: 1.2rem;
  padding-bottom: 0.3rem;
  border-bottom: 3px #DCDCDC solid;
  font-weight: 700;
}

h4, .h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  background-color: #eef2f7;
  font-size: 18px;
  font-weight: 700;
}

h5, .h5 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  color: #3498db;
}

ul.asterisk {
  padding-left: 1rem;
  list-style-type: none;
  text-indent: -1rem;
}
ul.asterisk li:before {
  display: inline;
  content: "※";
}

ol {
  padding-left: 1.2rem;
}

/* iframe */
.responsive-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border: 1px #CCC solid;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ========================================================================
 * Style Override
 * ======================================================================== */
/* a~z */
/* btn */
.btn-person {
  background-color: #68BB50;
  color: #FFF;
}
.btn-person:hover {
  color: #FFF;
}

.btn-corporation {
  background-color: #136EA9;
  color: #FFF;
}
.btn-corporation:hover {
  color: #FFF;
}

/* display */
.display-4 {
  font-size: 2.5rem;
}

/* grid */
.row.row-sm {
  margin-right: -3px;
  margin-left: -3px;
}
.row.row-sm .col, .row.row-sm .col-1, .row.row-sm .col-10, .row.row-sm .col-11, .row.row-sm .col-12, .row.row-sm .col-2, .row.row-sm .col-3, .row.row-sm .col-4, .row.row-sm .col-5, .row.row-sm .col-6, .row.row-sm .col-7, .row.row-sm .col-8, .row.row-sm .col-9, .row.row-sm .col-auto, .row.row-sm .col-lg, .row.row-sm .col-lg-1, .row.row-sm .col-lg-10, .row.row-sm .col-lg-11, .row.row-sm .col-lg-12, .row.row-sm .col-lg-2, .row.row-sm .col-lg-3, .row.row-sm .col-lg-4, .row.row-sm .col-lg-5, .row.row-sm .col-lg-6, .row.row-sm .col-lg-7, .row.row-sm .col-lg-8, .row.row-sm .col-lg-9, .row.row-sm .col-lg-auto, .row.row-sm .col-md, .row.row-sm .col-md-1, .row.row-sm .col-md-10, .row.row-sm .col-md-11, .row.row-sm .col-md-12, .row.row-sm .col-md-2, .row.row-sm .col-md-3, .row.row-sm .col-md-4, .row.row-sm .col-md-5, .row.row-sm .col-md-6, .row.row-sm .col-md-7, .row.row-sm .col-md-8, .row.row-sm .col-md-9, .row.row-sm .col-md-auto, .row.row-sm .col-sm, .row.row-sm .col-sm-1, .row.row-sm .col-sm-10, .row.row-sm .col-sm-11, .row.row-sm .col-sm-12, .row.row-sm .col-sm-2, .row.row-sm .col-sm-3, .row.row-sm .col-sm-4, .row.row-sm .col-sm-5, .row.row-sm .col-sm-6, .row.row-sm .col-sm-7, .row.row-sm .col-sm-8, .row.row-sm .col-sm-9, .row.row-sm .col-sm-auto, .row.row-sm .col-xl, .row.row-sm .col-xl-1, .row.row-sm .col-xl-10, .row.row-sm .col-xl-11, .row.row-sm .col-xl-12, .row.row-sm .col-xl-2, .row.row-sm .col-xl-3, .row.row-sm .col-xl-4, .row.row-sm .col-xl-5, .row.row-sm .col-xl-6, .row.row-sm .col-xl-7, .row.row-sm .col-xl-8, .row.row-sm .col-xl-9, .row.row-sm .col-xl-auto {
  padding-right: 3px;
  padding-left: 3px;
}

.table-grid {
  padding-left: 15px;
  padding-right: 15px;
  border: 0;
  border-top: 1px #DCDCDC solid;
  border-left: 1px #DCDCDC solid;
}
.table-grid .row > div {
  padding-top: 10px;
  padding-bottom: 10px;
  border-right: 1px #DCDCDC solid;
  border-bottom: 1px #DCDCDC solid;
}
.table-grid .row.table-active > div {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-grid .table-th,
.table-grid .row.table-th > div {
  font-weight: bold;
}

/* ========================================================================
 * Body Style
* ======================================================================== */
body {
  font-family: "Noto Sans", "Noto Sans CJK JP", "Noto Sans CJK JP Subset", "Noto Sans JP", sans-serif;
  font-weight: normal;
}
/* ========================================================================
 * Header Style
 * ======================================================================== */
header .mainimage-common .wrapper {
  height: 65px;
  background-color: #eef2f7;
}

nav.navbar-header {
  position: fixed;
  right: 0;
  left: 0;
  padding: 0.5rem;
  z-index: 1030;
  transition: background 0.3s ease-in-out, padding 0.3s ease-in-out;
}
nav.navbar-header.nav-scroll {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 3px #ddd;
}
nav.navbar-header .navbar-brand {
  margin: 0;
  padding: 0;
}
nav.navbar-header .navbar-brand > img {
  width: 100%;
  max-width: 220px;
}
nav.navbar-header .moduletable_menu {
  width: 100%;
}
nav.navbar-header .moduletable_menu ul.menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: auto;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  list-style: none;
}
nav.navbar-header .moduletable_menu ul.menu li {
  width: 100%;
  font-size: small;
  border-bottom: 1px #DCDCDC solid;
}
nav.navbar-header .moduletable_menu ul.menu li a {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0.75rem;
  width: 100%;
  height: 100%;
  transition: all 0.15s ease;
}
nav.navbar-header .moduletable_menu ul.menu li a:hover {
  /*border-bottom: 1px $accent-color solid;*/
}
nav.navbar-header dl.tel {
  display: flex;
  margin: 0;
}
nav.navbar-header dl.tel dt {
  display: inline-flex;
  align-items: center;
  margin-right: 0;
}
nav.navbar-header dl.tel dt i {
  font-size: 2.75rem;
  color: #3498db;
}
nav.navbar-header dl.tel dd {
  display: none;
}
nav.navbar-header dl.tel strong {
  font-size: 1rem;
  letter-spacing: 0.15rem;
  color: #3498db;
}

@media screen and (min-width: 576px) and (max-width: 992px) {
  nav.navbar-header .moduletable_menu ul.menu li {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  nav.navbar-header .navbar-brand > img {
    max-width: 170px;
  }
  nav.navbar-header .moduletable_menu ul.menu {
    flex-wrap: nowrap;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0);
  }
  nav.navbar-header .moduletable_menu ul.menu li {
    width: auto;
    border-bottom: 0px;
  }
  nav.navbar-header .moduletable_menu ul.menu li a {
    justify-content: center;
    padding: 0.3rem;
  }
  nav.navbar-header .moduletable_menu ul.menu li:first-child > a {
    padding-left: 0.15rem;
  }
  nav.navbar-header dl.tel dt {
    margin-right: 0.3rem;
  }
  nav.navbar-header dl.tel dt i {
    font-size: 2rem;
    line-height: 2.4rem;
  }
  nav.navbar-header dl.tel dd {
    display: inline-block;
    margin-bottom: 0;
    font-size: 0.65rem;
  }
}
dl.mainimage-comment {
  display: flex;
}
dl.mainimage-comment dt {
  margin-right: 0.75rem;
  width: 50px;
}
dl.mainimage-comment dd {
  margin-bottom: 0;
}
dl.mainimage-comment dd h4 {
  padding: 0;
  background-color: inherit;
}
dl.mainimage-comment dd p {
  margin-bottom: 0;
}

.svgicon-mainimage {
  width: 100%;
  height: auto;
  max-width: 50px;
  max-height: 50px;
}
.svgicon-mainimage svg {
  width: 50px;
  height: 50px;
  fill: #3498db;
}

.sitemenu-panel {
  background-color: #F2EEEB;
}
.sitemenu-panel .panel {
  padding: 20px 10px 20px 10px;
  background-color: #E8E1DA;
  border-radius: 10px;
  box-shadow: 0px 0px 3px 1px #cccccc;
}
.sitemenu-panel .panel h6 {
  border-bottom: 2px #CCC solid;
}
.sitemenu-panel .panel svg {
  width: 100%;
  height: auto;
  max-width: 80px;
  max-height: 80px;
}
.sitemenu-panel .panel.person {
  color: #68BB50;
}
.sitemenu-panel .panel.person h6 {
  color: #68BB50;
  border-color: #68BB50;
}
.sitemenu-panel .panel.person svg {
  fill: #68BB50;
}
.sitemenu-panel .panel.corporation {
  color: #136EA9;
}
.sitemenu-panel .panel.corporation h6 {
  color: #136EA9;
  border-color: #136EA9;
}
.sitemenu-panel .panel.corporation svg {
  fill: #136EA9;
}

@media screen and (min-width: 767px) {
  .sitemenu-panel {
    background-color: #F2EEEB;
  }
  .sitemenu-panel .panel {
    padding: 20px;
  }
}
/* ========================================================================
 * Main Style
 * ======================================================================== */
/* common */
dl.consultation {
  display: flex;
}
dl.consultation dt {
  margin-right: 0.75rem;
  width: 75px;
}
dl.consultation dd {
  margin-bottom: 0;
}
dl.consultation dd h4 {
  padding: 0;
  background-color: inherit;
}
dl.consultation dd p {
  margin-bottom: 0;
}

.svgicon-consultation {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  background-color: #EFEFEF;
}
.svgicon-consultation svg {
  width: 50px;
  height: 50px;
  fill: #5A5A5A;
}

.contact-tel .tel {
  display: flex;
  flex-wrap: wrap;
}
.contact-tel .tel strong {
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-size: 2rem;
  line-height: 2rem;
  color: #3498db;
}
.contact-tel .tel small {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 767px) {
  .contact-tel .tel strong {
    margin-right: 0.5rem;
    width: auto;
    font-size: 2.5rem;
  }
  .contact-tel .tel small {
    width: auto;
  }
}
/* top */
.intro-section > .container {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.intro-section > .container h1 {
  font-size: 28px;
}

@media screen and (min-width: 992px) {
  .intro-section > .container {
    background-image: url(/images/mainimage-bg.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }
  .intro-section > .container h1 {
    font-size: 40px;
  }
}
/* chronoForms (close) */
/*
span.cf_alert{
	margin-bottom: 3.0rem;
	font-weight: bold;
	ol{
		margin: 0;
		padding: 1.5rem;
		li{
			padding: 0.15rem 0;
			color: #CF3738;
		}
	}
}

.ccms_form_element{
	display: flex;
	flex-wrap: wrap;
	padding: 1.0rem 0;
	border-bottom: 1px $gray solid;
	label{
		display: inline-flex;
		align-items: center;
		margin-bottom: 0;
		width: 100%;
		font-weight: bold;
	}
	input{
		display: inline-flex;
		width: 100%;
	}
	&.cfdiv_submit input{
		justify-content: center;
	}
	textarea{
		display: inline-flex;
		width: 100%;
		min-height: 150px;
	}
	.small-message{
		display: block;
		margin-top: 0.3rem;
		width: 100%;
	}
	.error-message{
		display: block;
		margin-top: 0.5rem;
		width: 100%;
		color: #CF3738;
	}
	&#ipt_name1_container_div{
		border-top: 1px $gray solid;
	}
	&.cfdiv_submit,
	&.cfdiv_empty{
		justify-content: center;
		border-bottom: 0;
	}
}
@include min-screen($breakpoint-md) {
	.ccms_form_element{
		label{
			margin-right: 4%;
			width: 21%;
			justify-content: flex-end;
		}
		input{
			width: 75%;
		}
		&.cfdiv_submit input{
			width: 45%;
		}
		textarea{
			width: 75%;
			min-height: 200px;
		}
		.small-message,
		.error-message{
			margin-left: 25%;
			width: 75%;
		}
	}
}
*/
/* a-form */
.aform .aform-header {
  display: none;
}
.aform .aform-content dl {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
  border-bottom: 1px #DCDCDC solid;
}
.aform .aform-content dl dt, .aform .aform-content dl dd {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.aform .aform-content dl dd {
  align-items: center;
  margin-bottom: 0;
}
.aform .aform-content label {
  width: 100%;
  font-weight: bold;
}
.aform .aform-content input {
  width: 100%;
}
.aform .aform-content textarea {
  width: 100%;
  min-height: 200px;
}
.aform .aform-content .aform-error {
  display: block;
  margin-top: 0.5rem;
  width: 100%;
  color: #CF3738;
}
.aform .aform-content .aform-button-area {
  display: flex;
  justify-content: center;
}
.aform .aform-content .aform-button-area input {
  margin: 0 1rem;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

@media screen and (min-width: 767px) {
  .aform .aform-content dl {
    flex-wrap: nowrap;
  }
  .aform .aform-content dl dt {
    margin-right: 4%;
    width: 21%;
  }
  .aform .aform-content dl dd {
    width: 75%;
  }
  .aform .aform-content label {
    justify-content: flex-end;
  }
  .aform .aform-content .aform-button-area input {
    width: 45%;
  }
}
/* ========================================================================
 * Fototer Style
 * ======================================================================== */
.footer-map {
  display: flex;
  width: 100%;
  height: auto;
}
.footer-map iframe {
  width: 100%;
  height: 320px;
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .footer-map iframe {
    width: 100%;
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-map iframe {
    width: 100%;
    height: 540px;
  }
}
.breadcrumb {
  background-color: #F6F6F6;
}

.footermenu-container {
  display: flex;
}
.footermenu-container .navbar-brand {
  padding: 10px 0;
}
.footermenu-container .moduletable_menu ul.menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footermenu-container .moduletable_menu ul.menu li a {
  padding: 0 1rem 0 0;
}
.footermenu-container .moduletable_menu ul.menu li a::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.3rem;
  content: "\f105";
  color: #3498db;
}

.contact-information {
  padding: 1.5rem;
  background-color: #F6F6F6;
}
.contact-information .tel {
  display: flex;
  flex-wrap: wrap;
}
.contact-information .tel strong {
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.8rem;
  color: #3498db;
}
.contact-information .tel small {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 767px) {
  .contact-information .tel strong {
    margin-right: 0.5rem;
    width: auto;
    font-size: 2.5rem;
  }
  .contact-information .tel small {
    width: auto;
  }
}
.social-icon {
  display: flex;
  margin: 0;
  padding: 0;
}
.social-icon a {
  display: inline-flex;
  align-items: flex-start;
  font-size: 30px;
  color: #5A5A5A;
}
.social-icon a:hover {
  text-decoration: none;
}
.social-icon a.line:hover {
  color: #00B900;
}
.social-icon a.facebook:hover {
  color: #3C5A99;
}
.social-icon a.twitter:hover {
  color: #1DA1F2;
}/*# sourceMappingURL=template.css.map */