@charset "UTF-8";
/*$orange:#f3a83c;*/
/* ------------------------------------------------- *
 *        common-module
 * ------------------------------------------------- */
body {
  line-height: 2.0;
  color: #181818;
  font-feature-settings: "palt";
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 17px;
  background: #fff;
}

.font-en {
  font-family: 'Montserrat', sans-serif;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semi-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extra-bold {
  font-weight: 800;
}

.mt-80 {
  margin-top: 80px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-10 {
  margin-top: 10px;
}

a .mt-5 {
  margin-top: 5px !important;
}

.pt-20 {
  padding-top: 20px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-15 {
  padding-bottom: 15px;
}

a {
  color: #181818;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover,
a :focus,
a :active,
a :visited,
a :link {
  text-decoration: none;
  color: #3d95ce;
}

::-moz-selection {
  background: #d4f1fc;
  color: #181818;
}

::selection {
  background: #d4f1fc;
  color: #181818;
}

::-moz-selection {
  background: #d4f1fc;
  color: #181818;
}

.btn {
  user-select: none;
  border: none;
  box-shadow: none;
  text-align: center;
  background: #c63232;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  overflow: hidden;
  color: #fff;
  z-index: 1;
  /*background: -moz-linear-gradient(top, #4695dd, #4574c9);
  background: -webkit-linear-gradient(top, #4695dd, #4574c9);
  background: linear-gradient(to bottom, #4695dd, #4574c9);*/
}

.btn a {
  display: block;
  padding: .5rem 2rem;
  color: #fff;
  background: #c63232;
  border-radius: 30px !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  overflow: hidden;
  z-index: 1;
  /*background: -moz-linear-gradient(top, #4695dd, #4574c9);
    background: -webkit-linear-gradient(top, #4695dd, #4574c9);
    background: linear-gradient(to bottom, #4695dd, #4574c9);*/
}

.btn-blue {
  user-select: none;
  border: none;
  box-shadow: none;
  text-align: center;
  background: transparent;
  border: 3px solid #3d95ce;
  color: #fff;
  width: 330px;
  margin: 0 auto;
  margin-top: 2rem;
}

.btn-blue a {
  display: block;
  padding: .5rem 2rem;
  color: #3d95ce;
  background: transparent;
}

@media screen and (max-width: 576px) {
  .btn-blue {
    width:100%;
  }
  .btn-blue .fa-arrow-right {
    display: none;
    visibility: hidden;
  }
}

/*.btn-blue a:hover {
  color: #fff;
}*/

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.hvr-bob {
  /*display: inline-block;*/
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .5s, 1.5s;
  animation-duration: .5s, 1.5s;
  -webkit-animation-delay: 0s, .5s;
  animation-delay: 0s, .5s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/*
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-grow:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3d95ce;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  color: white;
}

.hvr-grow:hover:before,
.hvr-grow:focus:before,
.hvr-grow:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
*/


/* Sink */
/*
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sink:hover,
.hvr-sink:focus,
.hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
*/

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

nav {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
  padding: 0 30px;
  height: 66px;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

nav ul.nav-child li:first-child,
nav ul.nav-child li:nth-child(2) {
  /*contact & phone*/
  margin-top: 8px;
}

nav ul.nav-child li:nth-last-child(-n+6) {
  /*menu*/
  margin-top: 20px;
  padding-left: 30px;
}

nav ul.nav-child li:nth-child(3) {
  /*logo*/
  margin-top: 12px;
}

nav ul.nav-child li:nth-child(2) {
  /*phone*/
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.3;
  margin-right: 25px;
  line-height: 1.25;
  white-space: nowrap;
}

nav ul.nav-child li:nth-child(2) span {
  display: block;
  font-size: 1rem;
}

nav .btn-nav > .btn a {
  padding: .5rem 2rem !important;
}

@media screen and (max-width: 1200px) {
  nav ul.nav-child li:nth-last-child(-n+6) {
    /*menu*/
    padding-left: 20px;
  }
}

@media screen and (max-width: 1130px) {
  nav {
    padding: 0 20px;
  }
  nav ul.nav-child li:nth-child(3) img {
    /*logo*/
    width: 190px;
  }
  nav ul.nav-child li:nth-last-child(-n+6) {
    /*menu*/
    padding-left: 15px;
  }
  nav ul.nav-child li:nth-child(4) {
    /*logo*/
    padding-left: 25px;
  }
  nav ul.nav-child li:nth-child(2) {
    /*phone*/
    font-size: 1.3rem;
    margin-top: 10px;
    margin-right: 15px;
  }
  nav ul.nav-child li:nth-child(2) span {
    display: block;
    font-size: 1rem;
  }
}

.main-visual {
  padding-top: 66px;
  position: relative;
  /*a {
    &:hover, :focus, :active, :visited, :link {
      opacity: 1.0;
    }
  }*/
}

.main-visual h1 {
  position: absolute;
  color: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  padding: 0 !important;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-shadow: #181818 1px 0 10px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.45;
}

.main-visual .banner-dl-document {
  position: absolute;
  right: 30px;
  bottom: 80px;
}

.main-visual .banner-dl-document img {
  width: 320px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1200px) {
  .main-visual {
    padding-top: 66px;
    position: relative;
  }
  .main-visual h1 {
    font-size: 2.0rem;
    line-height: 1.35;
  }
  .main-visual .banner-dl-document {
    bottom: 50px;
  }
  .main-visual .banner-dl-document img {
    width: 260px;
  }
}

@media screen and (max-width: 991px) {
  .main-visual {
    padding-top: 50px;
  }
  .main-visual h1 {
    font-size: 1.375rem;
    line-height: 1.35;
  }
  .main-visual .banner-dl-document {
    bottom: 35px;
    right: 20px;
  }
  .main-visual .banner-dl-document img {
    width: 220px;
  }
}

@media screen and (max-width: 768px) {
  .main-visual .banner-dl-document {
    bottom: -45px;
    right: 10px;
  }
  .main-visual .banner-dl-document img {
    width: 200px;
  }
}

@media screen and (max-width: 576px) {
  .main-visual {
    text-align: center;
  }
  .main-visual .banner-dl-document {
    bottom: -40px;
    right: 0px;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%, -5%);
    -webkit-transform: translate(-50%, -5%);
    -ms-transform: translate(-50%, -5%);
  }
  .main-visual .banner-dl-document img {
    width: 200px;
  }
}

/*
.area-banner {
	a {
		transition: 0.3s ease-in-out;
		&:hover, :focus, :active, :visited, :link {
			opacity: .3;
		}
	}
	p {
     	display:none;
     	visibility:hidden;
	}
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.85rem 1rem 0.75rem;
  margin-bottom: 1rem;
  list-style: none;
  background: #fff;
  border-radius: none;
  border-bottom: 1px solid #ccc;
  font-size:0.875rem;
  font-weight:300;
  img {
  	width:50px;
  	margin-top:0px;
  }
}
*/
/* ------------------------------------------------- *
 *        footer-module
 * ------------------------------------------------- */
.btns-side {
  position: fixed;
  right: 0px;
  bottom: 100px;
  z-index: 9901;
  padding: 0px 2px;
  line-height: 10px;
  font-size: 52px;
  background: #fff;
  border-radius: 4px;
}

.btns-footer {
  position: fixed;
  right: 20px;
  z-index: 9900;
  padding: 10px 20px;
  background: #fff;
  border-radius: 4px;
  /*left: 50%;
  transform: translate(-50%, 0%);
	bottom: -100px;
  width:90%;
  background:lime;
  .btn {
      padding:10px 50px;
  }*/
  /*ul {
		list-style-type: none;
		padding-left: 0;
	}

	li {
		&:first-child {
			writing-mode: vertical-rl;

		}
		&:last-child {
			margin-top:10px;
			line-height:1;
			text-align: center;
			.icon-arrow {
				font-size:1.375rem;
			}
		}

		a {
			display:block;
			color: #fff;
			text-decoration: none;
			&:hover, :focus, :active, :visited, :link {
				text-decoration: none;
				opacity:1.0;
			}
		}
	}
  */
}

/*
.btn-footer {
	margin:auto;
	padding:15px 0px;
	font-size:1.0rem;
	font-weight:700;
	background:#fff;
	width: 60px;
	background:cornflowerblue;
}
*/
/*
.section-contact {
	margin:0 20px;
	background: #fff url('../../assets/imgs/bg-cta.png') repeat;

	h2 {
		display: inline-block;
		color:#fff;
		font-size: 1.625rem !important;
		font-weight: bold;
		line-height: 1.55 !important;
		background:$cta-blue;
		padding:.4rem 1rem;
	}

	.parent-box-contact {
		display: flex;
		flex-wrap: wrap;
		padding: 0 5.0rem;

		.box-contact {
			border:3px solid $highlighter-blue;
			background: #fff;
			flex: 1;
			.box-btn {
				display: block;
				width:100%;
			}
		}

		.box-l {
			margin-right:1.35rem;
			h4 {
				width: 100%;
				padding: 0 1.75rem;
				margin-top:1.55rem;
			}
			.btn-cta {
				padding:.75rem 1.75rem;
				font-weight:700;
			}
		}
		.box-r {
			margin-left:1.35rem;
			text-align:center!important;
			h3 {
				font-size:1.0rem;
				padding-bottom:.5rem;
			    margin: 0 auto;
			    border-bottom:2px solid $highlighter-blue;
			    margin:.5rem 0 .5rem;
			}
			ul {
				width: 300px;
				margin:0 auto;
				list-style-type:none;
				text-align:left;
				padding:0;
				line-height:1.55;
				li {
					float:left;
					&:first-child {
						width:80px;
						margin-top:.75rem;
						//background: yellow;
					}
					&:last-child {
						font-size:1.875rem;
						font-weight:700;
						width:calc(100% - 80px);
						//background: lime;
					}
				}
			}
		}

	}
}
*/
.area-blog a {
  display: block;
}

.area-blog a img {
  display: block;
  transition: 0.3s ease-in-out;
}

.area-blog a img:hover,
.area-blog a img :focus,
.area-blog a img :active,
.area-blog a img :visited,
.area-blog a img :link {
  opacity: .4;
}

.area-blog .card {
  /*.zoom {
    overflow: hidden;
    max-width: 100%;
  }*/
  /*&:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: $red;
  }
  &:hover img {
    position:relative;
    opacity:0.5;
  }*/
  /*h6 {
    padding: .0rem .875rem .7rem;
    font-size:.875rem;
  }*/
}

.area-blog .card img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.area-blog .card a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 105;
}

h2 {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.55;
  margin-bottom: 2.5rem;
}

h3 {
  font-weight: bold;
  font-size: 1.35rem;
  margin-top: 1rem;
}

p {
  margin-top: 1rem;
}

strong {
  background: linear-gradient(transparent 60%, #faf57f 0%);
}

@media screen and (max-width: 1200px) {
  h2 {
    font-size: 1.775rem;
    line-height: 1.45;
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 1.675rem;
  }
}

@media screen and (max-width: 576px) {
  h2 {
    font-size: 1.375rem;
    margin-bottom: 1.5rem;
  }
}

.area-lead {
  width: 100%;
  margin: 0 auto;
  margin-top: 0;
  padding-top: 4rem;
  /*.form-row .block:nth-child(n+4) {
    margin-top:25px;
  }
  .card {
    background:#fff;
    position: relative;
    z-index: 0;
    padding-bottom:1rem;
    h3 {
      font-weight:bold;
      padding:.875rem .875rem 0rem;
      font-size:1.125rem;
      text-align:center;
      line-height:1.75;
    }
    h4 {
      font-size:1rem;
      padding:.7rem 1rem 0rem;
      line-height:1.75;
    }
  }
  .ribbon {
    position: absolute;
    top: -3px;
    left: -3px;
  }*/
}

@media screen and (max-width: 768px) {
  .area-lead {
    padding-left: 20px;
    padding-right: 20px;
  }
  .area-lead h2 {
    text-align: left !important;
  }
}

@media screen and (max-width: 576px) {
  .area-lead {
    padding-top: 5rem;
  }
  .area-lead h3 {
    font-size: 1.175rem;
  }
}

.area-service {
  margin-top: 5rem;
  background: #d6e8f0;
}

.area-service .area-service-child {
  padding-top: 2rem;
}

.area-service p.lead {
  text-align: center;
}

.area-service .list-service {
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.area-service .list-service .form-row {
  margin-right: -20px;
  margin-left: -20px;
}

.area-service .list-service .form-row > .col,
.area-service .list-service .form-row > [class*="col-"] {
  padding-right: 20px;
  padding-left: 20px;
}

.area-service .list-service .box {
  background: #fff;
  position: relative;
  padding-top: 40px;
}

.area-service .list-service .icon {
  position: absolute;
  width: 50px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-shadow: #181818 1px 0 10px;
  font-size: 2.5rem;
  line-height: 1.55;
}

.area-service .list-service .icon2 {
  width: 40px;
}

.area-service .list-service h3 {
  font-weight: bold;
  margin: 0rem;
  font-size: 1.35rem;
  text-align: center;
  line-height: 1.0;
  padding-bottom: 10px;
}

.area-service .list-service h4 {
  font-weight: bold;
  margin: 0rem;
  text-align: center;
  margin-top: 1rem;
  padding: 0 1.25rem 0rem;
}

.area-service .list-service p {
  padding: 0 1.25rem 1.5rem;
  padding-top: 0;
  margin: 0.5rem;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .area-service .area-service-child {
    padding-left: 20px;
    padding-right: 20px;
  }
  .area-service .list-service {
    margin-bottom: 3rem;
    padding-left: 20px;
    padding-right: 20px;
  }
  .area-service .list-service .form-row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .area-service .list-service .form-row > .col,
  .area-service .list-service .form-row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .area-service .list-service h4 {
    text-align: left;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    line-height: 1.55;
  }
  .area-service .list-service p {
    padding: 0 1.25rem 1.5rem;
    padding-top: 0;
    margin: 0rem;
    margin-top: .5rem;
  }
  .area-service .img-wave {
    margin-top: -1.3rem;
  }
  .area-service .img-wave-bottom {
    margin-bottom: -1.3rem;
  }
}

@media screen and (max-width: 576px) {
  .area-service {
    margin-top: 3rem;
  }
  .area-service .list-service p {
    margin-top: 0.5rem !important;
  }
  .area-service .list-service .box2 {
    margin-top: 2rem;
  }
  .area-service .img-wave2 {
    margin-top: 1rem;
  }
}

.area-case {
  padding-top: 3rem;
  width: 100%;
  margin: 0 auto;
}

.area-case .blocks {
  margin-top: 2rem;
}

.area-case .card {
  background: #f6f6f6;
}

.area-case .card h3 {
  margin: 0;
  padding: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.55;
}

.area-case .card p {
  margin: 0;
  padding: 0rem 1rem;
  margin-top: 0rem;
  padding-bottom: 1rem;
  font-size: .875rem;
}

@media screen and (max-width: 991px) {
  /*.area-case .block:nth-of-type(n+3) {
    margin-top: 1rem;
  }*/
}

@media screen and (max-width: 768px) {
  .area-case {
    padding-left: 20px;
    padding-right: 20px;
  }
  .area-case .form-row {
    margin-right: -7px;
    margin-left: -7px;
  }
  .area-case .form-row > .col,
  .area-case .form-row > [class*="col-"] {
    padding-right: 7px;
    padding-left: 7px;
  }
}

@media screen and (max-width: 576px) {
  .area-case p {
    text-align: left !important;
  }
  .area-case .form-row {
    margin-right: 0px;
    margin-left: 0px;
  }
  .area-case .form-row > .col,
  .area-case .form-row > [class*="col-"] {
    padding-right: 0px;
    padding-left: 0px;
  }
  .area-case .block {
    margin-top: 0rem;
  }
  .area-case .block:first-child {
    margin-top: 0rem;
  }
}

.area-article {
  margin-top: 4rem;
}

@media screen and (max-width: 991px) {
  .area-article {
    margin-top: 3rem;
  }
}

.area-cta {
  margin-top: 5rem;
  position: relative;
}

.area-cta .content {
  position: absolute;
  text-align: center;
  top: 100px;
  width: 100%;
}

.area-cta .content h2 {
  margin: 0;
}

.area-cta .content h3 {
  font-size: 1rem;
}

.area-cta .content ul.flex {
  display: flex;
  justify-content: center;
}

.area-cta .content ul.flex li {
  padding: 15px;
}

.area-cta .content .btn {
  width: 300px;
}

.area-cta .content .btn-blue {
  width: 300px;
  margin-top: 0rem;
  background: #3d95ce;
  border: 0px;
}

.area-cta .content .btn-blue a {
  padding: .5rem 0rem;
  background: #3d95ce;
  color: #fff;
}

.area-cta p a {
  display: inline;
}

.area-cta .phone {
  margin-top: 1rem;
}

.area-cta .phone span {
  font-size: 2rem;
}

.area-cta .document {
  display: inline-block;
  background: #fff;
  padding: 30px 30px 30px 30px;
  margin-top: 1.5rem;
}

.area-cta .document span {
  color: #c63232;
  font-weight: bold;
  border: 3px solid #c63232;
  padding: 15px 10px;
  border-radius: 46px;
}

.area-cta .document a {
  color: #3d95ce;
  text-decoration: underline;
}

@media screen and (max-width: 1340px) {
  .area-cta .content {
    top: 65px;
  }
  .area-cta .content h2 {
    line-height: 1.35;
    font-size: 1.575rem;
  }
  .area-cta .phone {
    margin-top: 0rem;
  }
  .area-cta .phone span {
    font-size: 1.5rem;
  }
  .area-cta .document {
    padding: 15px 30px 15px 30px;
    margin-top: 1.0rem;
  }
  .area-cta .document span {
    padding: 10px 5px;
  }
}

@media screen and (max-width: 991px) {
  .area-cta .content {
    top: 50px;
  }
  .area-cta .content h2 {
    line-height: 1.35;
    font-size: 1.275rem;
  }
  .area-cta .content h3 {
    margin-top:2rem;
    line-height:1.35;
  }
  .area-cta .phone {
    margin-top: -.875rem;
  }
  .area-cta .phone span {
    font-size: 1.3rem;
  }
  .area-cta .document {
    padding: 8px 20px 8px 20px;
    margin-top: .575rem;
  }
  .area-cta .document span {
    padding: 6px 2px;
  }
}

@media screen and (max-width: 991px) {
  .area-cta {
    background: #fff url("/assets2021/imgs/bg-cta-sp.jpg") no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    padding: 40px 0;
  }
  .area-cta .content {
    position: static;
    padding: 0 20px;
  }
  .area-cta .content ul.flex {
    display: block;
  }
  .area-cta .content ul.flex li {
    padding: 0px;
  }
  .area-cta .content .btn {
    margin: 0 auto;
    margin-top: 20px;
  }
  .area-cta .phone {
    margin-top: 1.5rem;
  }
  .area-cta .phone span {
    font-size: 2rem;
    line-height: 1.35;
  }
  .area-cta .document {
    visibility: hidden;
    display: none;
  }
}

footer {
  font-size: .875rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  color: #fff;
  background: #2d3235;
}

footer .fa-facebook, footer .fa-instagram, footer .fa-line {
  color: #fff;
  font-size: 2rem;
}
footer .fa-instagram, footer .fa-line {
  color: #fff;
  font-size: 2rem;
  padding-right:15px;
}

footer .menu {
  border-top: 1px solid #96999a;
  margin-top: 2rem;
  padding-top: 2rem;
}

footer .menu a {
  color: #fff;
}

footer .menu p {
  margin: 0;
}

footer .menu p.font-en {
  margin-top: 2.5rem;
}

footer .menu li {
  margin-bottom: 1.5rem;
}

footer .menu li:last-child {
  margin-bottom: 0rem;
}

footer .menu li a {
  color: #fff;
}

@media screen and (max-width: 991px) {
  footer {
    font-size: .795rem;
  }
}

@media screen and (max-width: 768px) {
  footer .menu {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .logo {
    padding-left: 20px;
  }
  footer .fb {
    padding-right: 20px;
  }
  .menu {
    margin-top: 2rem;
    padding-top: 2rem;
  }
  .menu p.font-en {
    margin-top: 1rem;
  }
  .menu .nav-top {
    margin-top: 3rem;
  }
  .menu ul {
    margin-bottom: 1rem;
  }
  .menu li {
    margin-bottom: 1rem;
  }
  .menu li:last-child {
    margin-bottom: 0rem;
  }
}

@media screen and (max-width: 576px) {
  footer {
    font-size: .875rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }
  footer .fa-facebook {
    color: #fff;
    font-size: 2rem;
  }
}

/*
@media (min-width: 576px) {

}
*/
/*
@media screen and (min-width:1200px) {
	.block-content {
		background: red;
	}
}*/
/*
@media screen and (max-width:1200px) {
	.block-content {
		background: yellow;
	}
}
*/
@media screen and (max-width: 991px) {
  /*.block-content {
		background: pink;
	}*/
}

@media screen and (max-width: 768px) {
  /*.block-content {
		background: lightblue;
	}


	.form-row {
		display: flex;
		flex-wrap: wrap;
		margin-right: 0px;
		margin-left: 0px;
	}
	.form-row > .col,
	.form-row > [class*="col-"] {
		  padding-right: 0px;
		  padding-left: 0px;
	}*/
}

@media screen and (max-width: 576px) {
  .block-content {
		background: pink;
	}

    .form-row > .col,
    .form-row > [class*="col-"] {
      padding-right: 0px;
      padding-left: 0px;

	     p {
	     	margin-top:-15px;
	     	margin-bottom:20px;
	     	line-height: 1.75;
	     	display:block;
	     	visibility:visible;
		}
	}
}

.block-menu-btn {
  background: #fff;
  position: fixed;
  z-index: 9998;
  width: 100%;
  height: auto;
  padding: 0px 0px 0px 0rem;
  height: 50px;
  top: 0;
  border-bottom: 1px solid #ccc;
}

.block-menu-btn .logo {
  float: left;
  text-align: center;
  width: calc(100% - 70px - 70px);
  padding-top: 5px;
  font-weight: bold;
  font-size: 20px;
  /*padding:0.25rem 0px 0px 0px;
		margin-left:-310px;
		img {
			width:310px;
		}*/
}

.block-menu-btn .menu-btn {
  width: 70px;
  float: left;
  padding-top: 6px;
  padding-left: 1.2rem;
}

.block-menu-btn .menu-btn p {
  font-size: 10px;
  font-weight: 700;
  margin-top: -9px;
  margin-left: -3px;
  color: #3d95ce;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 32px;
  height: 24px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #3d95ce;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

.burger-navi .overlay a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

.burger-navi .overlay {
  padding-top: 50px;
  position: fixed;
  top: 0;
  z-index: 9990;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  background: #fff;
}

.burger-navi .menu {
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

.burger-navi .menu .nav-sp {
  border-bottom: 1px solid #ccc;
  width: 100%;
  height: 10.5%;
  padding-left: 1.2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-webkit-align-items: center;
  align-items: center;
}

.burger-navi .menu .nav-sp div {
  flex: 2;
}

.burger-navi .menu .nav-sp .ar {
  font-size: 1.55rem;
  padding-right: 1.5rem;
  flex: 1;
}

.burger-navi .menu .btn {
  width: 330px;
  margin: 0 auto;
  margin-top: 2rem;
}

.burger-navi .menu .btn a {
  color: #fff;
}

.burger-navi .menu .btn-blue {
  margin-top: 1rem;
  background: #3d95ce;
  border: none;
}

.burger-navi .menu p {
  margin-top: 2rem;
  font-size: .875rem;
  text-align: center;
}

.burger-navi .menu .fa-facebook {
  font-size: 2rem;
  margin-top: 0;
  padding-bottom: 2rem;
}

.burger-navi a {
  color: #181818;
}

.nav-sns {
  margin-top: 5rem !important;
  text-align: center;
  line-height: 1;
}

.nav-sns .nav-sns-child {
  display: inline-block;
  background: #cecece;
  line-height: 1;
  border-radius: 50px;
  padding: 0 2.5rem;
}

.nav-sns ul {
  list-style-type: none;
  padding-left: 0;
}

.nav-sns li {
  font-size: 2rem;
  padding: 0px;
  margin: 0px;
  text-align: center;
  line-height: 1.35;
  padding-top: 10px;
  padding-left: 1.25rem;
}

.nav-sns li:first-child {
  font-size: 1rem;
  padding-top: 23px;
  padding-left: 0rem;
}

.nav-sns .flex {
  display: flex;
  justify-content: center;
}

.icon-wave {
  width: 132px;
  margin: 0 auto;
  transform: scale(0.6, 0.6);
  margin-bottom: 2rem;
}

#wave-container {
  position: relative;
  height: 36px;
  width: 132px;
}

.dot {
  margin-left:-40px!important;
  transform-origin: 50% 50%;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  top: 0;
  background-color: #3d95ce;
  position: absolute;
  -webkit-animation: vertical-movement 2.5s infinite ease-in-out;
  -moz-animation: vertical-movement 2.5s infinite ease-in-out;
  -ms-animation: vertical-movement 2.5s infinite ease-in-out;
  -o-animation: vertical-movement 2.5s infinite ease-in-out;
  animation: vertical-movement 2.5s infinite ease-in-out;
}
#d1 {
  left: 12px;
  -webkit-animation-delay: -0.3s;
  -moz-animation-delay: -0.3s;
  -ms-animation-delay: -0.3s;
  -o-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
#d2 {
  left: 24px;
  -webkit-animation-delay: -0.6s;
  -moz-animation-delay: -0.6s;
  -ms-animation-delay: -0.6s;
  -o-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
#d3 {
  left: 36px;
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -ms-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
#d4 {
  left: 48px;
  -webkit-animation-delay: -1.2s;
  -moz-animation-delay: -1.2s;
  -ms-animation-delay: -1.2s;
  -o-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
#d5 {
  left: 60px;
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -ms-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
#d6 {
  left: 72px;
  -webkit-animation-delay: -1.8s;
  -moz-animation-delay: -1.8s;
  -ms-animation-delay: -1.8s;
  -o-animation-delay: -1.8s;
  animation-delay: -1.8s;
}
#d7 {
  left: 84px;
  -webkit-animation-delay: -2.1s;
  -moz-animation-delay: -2.1s;
  -ms-animation-delay: -2.1s;
  -o-animation-delay: -2.1s;
  animation-delay: -2.1s;
}
#d8 {
  left: 96px;
  -webkit-animation-delay: -2.4s;
  -moz-animation-delay: -2.4s;
  -ms-animation-delay: -2.4s;
  -o-animation-delay: -2.4s;
  animation-delay: -2.4s;
}
#d9 {
  left: 108px;
  -webkit-animation-delay: -2.7s;
  -moz-animation-delay: -2.7s;
  -ms-animation-delay: -2.7s;
  -o-animation-delay: -2.7s;
  animation-delay: -2.7s;
}
#d10 {
  left: 120px;
  -webkit-animation-delay: -3s;
  -moz-animation-delay: -3s;
  -ms-animation-delay: -3s;
  -o-animation-delay: -3s;
  animation-delay: -3s;
}
#d11 {
  left: 132px;
  -webkit-animation-delay: -3.3s;
  -moz-animation-delay: -3.3s;
  -ms-animation-delay: -3.3s;
  -o-animation-delay: -3.3s;
  animation-delay: -3.3s;
}
#d12 {
  left: 144px;
  -webkit-animation-delay: -3.6s;
  -moz-animation-delay: -3.6s;
  -ms-animation-delay: -3.6s;
  -o-animation-delay: -3.6s;
  animation-delay: -3.6s;
}
#d13 {
  left: 156px;
  -webkit-animation-delay: -3.9s;
  -moz-animation-delay: -3.9s;
  -ms-animation-delay: -3.9s;
  -o-animation-delay: -3.9s;
  animation-delay: -3.9s;
}
#d14 {
  left: 168px;
  -webkit-animation-delay: -4.2s;
  -moz-animation-delay: -4.2s;
  -ms-animation-delay: -4.2s;
  -o-animation-delay: -4.2s;
  animation-delay: -4.2s;
}
#d15 {
  left: 180px;
  -webkit-animation-delay: -4.5s;
  -moz-animation-delay: -4.5s;
  -ms-animation-delay: -4.5s;
  -o-animation-delay: -4.5s;
  animation-delay: -4.5s;
}
#d16 {
  left: 192px;
  -webkit-animation-delay: -4.8s;
  -moz-animation-delay: -4.8s;
  -ms-animation-delay: -4.8s;
  -o-animation-delay: -4.8s;
  animation-delay: -4.8s;
}

/*#d15 {left:180px;-webkit-animation-delay:-4.5s;-moz-animation-delay:-4.5s;-ms-animation-delay:-4.5s;-o-animation-delay:-4.5s;animation-delay:-4.5s;}*/
@-webkit-keyframes vertical-movement {
  0%,
  100% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(16px);
  }
}

@keyframes vertical-movemen {
  0%,
  100% {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(16px);
    -moz-transform: translateY(16px);
    -ms-transform: translateY(16px);
    -o-transform: translateY(16px);
    transform: translateY(16px);
  }
}

@media screen and (max-width: 991px) {
  .icon-wave {
    transform: scale(0.55, 0.55);
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 576px) {
  .icon-wave {
    transform: scale(0.5, 0.5);
    margin-bottom: 1.0rem;
  }
}

/*$orange:#f3a83c;*/
.area-contact-lead {
  width: 70%;
  margin: 0 auto;
  padding-top: 3rem;
  /*.table-cell {
    display: table;
    margin: auto;
  }
  .table-cell li {
    display: table-cell;
  }*/
}

.area-contact-lead ul {
  list-style-type: none;
  padding-left: 0;
}

.area-contact-lead li {
  padding: 10px;
  margin: 10px;
  line-height: 1.55;
}

.area-contact-lead li img {
  width: 100px;
}

.area-contact-lead li:last-child {
  padding-top: 35px;
}

.area-contact-lead .flex {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .btn-main-visual {
    top: 40%;
    padding: 1.3rem 0rem;
    width: 260px;
  }
  /*.area-blog {
    padding: 0 30px;
    img {
      margin-bottom:20px;
    }
  }*/
}

@media screen and (max-width: 576px) {
  .btn-main-visual {
    top: 39%;
    padding: .285rem 0rem;
    width: 100px;
    font-size: 1.0rem;
    line-height: 1.35;
  }
  /*.area-blog {
    border-top:2px solid #eee;
    padding-top:50px!important;
  }
  .area-blog .mt-15 {
    margin:0;
  }*/
  .area-blog .block {
    margin-bottom: 15px;
  }
  .area-blog .block:last-child {
    margin-bottom: 0px;
  }
}

/*$orange:#f3a83c;*/
.area-room {
  /*margin-top:12rem;*/
  padding: 0;
}

.nav-page {
  margin-top: 3rem !important;
}

.nav-page ul {
  list-style-type: none;
  padding-left: 0;
}

.nav-page li {
  padding: 20px;
  margin: 20px;
  text-align: center;
  line-height: 1.55;
  border-bottom: 1px solid #181818;
}

.nav-page .flex {
  display: flex;
  justify-content: center;
}

.header-menu h2 {
  position: absolute;
  left: 48.5%;
  font-size: 2.5rem;
  font-weight: bold;
  font-style: italic;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.area-location {
  margin-top: 4rem;
  /*background:#ffd33c;*/
  padding: 0px 0;
  padding-bottom: 4rem;
}

.area-location .room1 {
  margin-top: 3rem;
}

.area-location .room2,
.area-location .room3 {
  margin-top: 4rem;
}

.area-location h2 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 30px;
}

.area-location h3 {
  font-weight: bold;
  margin: 0rem;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.0;
}

.area-location .lead {
  width: 90%;
  margin: 0 auto;
}

.area-location .tab-content {
  padding-top: 2rem;
}

.area-location .item-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.area-location .item-list ul li {
  float: left;
}

.area-location .item-list ul li b {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.area-location .item-list ul li p {
  margin-top: 15px;
  font-size: .875rem;
}

.area-location .item-list ul li:first-child {
  width: 460px;
}

.area-location .item-list ul li:last-child {
  padding-left: 20px;
  width: calc(100% - 480px);
  line-height: 1.55;
}

.area-location .item-list .col-md-8:nth-child(n+4) {
  margin-top: 1.3rem;
}

.area-location .item-list2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.area-location .item-list2 ul li {
  float: left;
}

.area-location .item-list2 ul li b {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.area-location .item-list2 ul li p {
  margin-top: 15px;
  font-size: .875rem;
}

.area-location .item-list2 ul li:first-child {
  padding-right: 20px;
  width: calc(100% - 480px);
  line-height: 1.55;
}

.area-location .item-list2 ul li:last-child {
  width: 460px;
}

.area-location .item-list2 .col-md-8:nth-child(n+4) {
  margin-top: 1.3rem;
}

.area-location ul.nav-tabs {
  margin-top: 4rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.area-location ul.nav-tabs li {
  padding: 20px;
  border: 1px solid #ccc;
  background: #fff;
}

@media screen and (max-width: 1200px) {
  .area-location .item-list ul li:first-child {
    width: 320px;
  }
  .area-location .item-list ul li:last-child {
    width: calc(100% - 340px);
  }
  .area-location .item-list2 ul li:first-child {
    width: calc(100% - 340px);
  }
  .area-location .item-list2 ul li:last-child {
    width: 320px;
  }
}

@media screen and (max-width: 768px) {
  .area-location .item-list ul li:first-child {
    width: 100%;
  }
  .area-location .item-list ul li:last-child {
    padding-left: 0px;
    width: 100%;
  }
  .area-location .item-list2 ul li:first-child {
    width: 100%;
  }
  .area-location .item-list2 ul li:last-child {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .area-location {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*$orange:#f3a83c;*/
.area-room {
  /*margin-top:12rem;*/
  padding: 0;
}

.nav-page {
  margin-top: 3rem !important;
}

.nav-page ul {
  list-style-type: none;
  padding-left: 0;
}

.nav-page li {
  padding: 20px;
  margin: 20px;
  text-align: center;
  line-height: 1.55;
  border-bottom: 1px solid #181818;
}

.nav-page .flex {
  display: flex;
  justify-content: center;
}

.header-menu h2 {
  position: absolute;
  left: 48.5%;
  font-size: 2.5rem;
  font-weight: bold;
  font-style: italic;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.header-menu img {
  position: static;
  width: 50%;
}

.area-room {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .header-menu h2 {
    width: auto;
    margin: 0 auto;
    position: block;
    top: 85%;
    left: 40%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .header-menu img {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .header-menu {
    width: 90%;
    margin: 0 auto;
  }
  .header-menu h2 {
    width: 90%;
    left: 45%;
  }
  .area-room {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5rem;
  }
  .nav-page ul {
    list-style-type: none;
    padding-left: 0;
  }
  .nav-page li {
    width: 100% !important;
    padding: 20px;
    margin: 0px;
    margin-bottom: 0px;
    text-align: center;
    line-height: 1.55;
    border-bottom: 1px solid #181818;
  }
  .nav-page .flex {
    display: inline;
    justify-content: center;
  }
}


.breadcrumb {
	line-height:1.55;
	overflow-x: scroll;
 
    /* テキストを改行しないようにする */
    word-break: keep-all;
    white-space: nowrap;
 
    /* スクロールの動きを滑らかにする */
    -webkit-overflow-scrolling: touch; /* スマホでスクロールを滑らかにする */
    overflow-x: auto; /* [必須] テキストが多い時はX軸にスクロールバーが出現するように */
}
/*$orange:#f3a83c;*/
.breadcrumb li {
  /*横に並ぶように*/
  list-style: none;
  font-weight: normal;
  display: flex;
  align-items: center;
  /*太字*/
  font-size: 17px;
  color: #747474;
}
@media screen and (max-width: 991px) {
  .breadcrumb li {
    font-size: 14px;
  }
}

.breadcrumb li:after {
  /* >を表示*/
  margin: 0 5px;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  display: inline-block;
  color: #747474;
  padding: 0 0.2em;
  color: #747474;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #747474;
}

.breadcrumb li a i {
  margin-right: 0.5vw;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.main-visual img {
  min-height: 150px;
}

.mind {
  margin: 0 auto;
}

.mind-logo {
  font-size: 64px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.mind-logo img {
  width: 100%;
  max-width: 180px;
}

.mind-inner .w-65 {
  margin: 0 auto;
}

.mind-txt {
  display: flex;
  justify-content: left;
  padding-left: 10px;
}

.mind-line::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #181818;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.company-img {
  width: 95%;
}

.company-main-visual h1 {
  font-size: 1.575rem;
}

.company-intro {
  max-width: 1100px;
  margin: 0 auto;
  min-width: 300px;
}

.company-intro-info-txt {
  line-height: 10px;
  padding-bottom: 0.5rem;
}

.company-intro table {
  display: flex;
  justify-content: center;
}

.company-intro table tbody {
  width: 80%;
}

.company-intro table .pin {
  color: #3d95ce;
}

.company-intro table i {
  margin-right: 10px;
}

.company-intro table tr {
  line-height: 45px;
}

.company-intro table td {
  min-width: 50px;
}

.company-intro table .adress {
  line-height: 25px;
}

.company-intro table .adress-tr {
  margin-top: 5px;
  display: block;
}

.company-intro table .phone-tr {
  margin-top: 15px;
  display: block;
}

.about-inner {
  margin-bottom: 4rem;
}

.about-info p {
  width: 60%;
  margin: 0 auto;
  min-width: 500px;
}

.about-info-subtit {
  left: 56%;
  top: -80px;
  transform: translate(-50%, -50%);
  font-size: 2vw;
  font-weight: bold;
  line-height: 45px;
}

.about-info-subtit span {
  color: white;
  background-color: #181818;
  padding: 3px 8px;
}

.about-img {
  width: 65%;
  margin: 0 auto;
  margin-bottom: 6rem;
  display: block;
  min-width: 300px;
}

.peopel-inner {
  width: 80%;
  margin: 0 auto;
}

.people-img {
  width: 250px;
}

@media screen and (max-width: 991px) {
  .mind-logo {
    justify-content: center;
  }
  .mind-line::before {
    width: 100%;
    height: 1px;
    left: 0;
    top: -20px;
    transform: translateX(0);
  }
  .btn a {
    padding: .5rem 2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .company-intro {
    padding-left: 20px;
    padding-right: 20px;
    width: 100% !important;
  }
  .company-intro h2 {
    padding: 0 !important;
  }
  .company-intro table {
    min-width: auto;
    padding-left: 0 !important;
    padding-top: 0 !important;
  }
  .company-intro table tbody {
    width: 100%;
  }
  .company-img {
    width: 100%;
  }
  .about-inner {
    margin-bottom: 3rem;
  }
  .about-img {
    width: 100%;
  }
  .about-info {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-info p {
    width: 100%;
    min-width: auto;
  }
  .about-info-subtit {
    left: 51%;
    font-size: 3.2vw;
    line-height: 34px;
  }
  .mind {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 1.5rem !important;
  }
  .people {
    margin-top: 0 !important;
  }
  .peopel-inner {
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 576px) {
  .about-info-subtit {
    font-size: 20px;
    line-height: 37px;
    top: -62px;
  }
}

/*$orange:#f3a83c;*/
.c-content-width {
  width: 70%;
  max-width: 1100px;
  margin: 0 auto;
  min-width: 300px;
}

@media screen and (max-width: 767px) {
  .c-content-width {
    width: 100%;
    padding: 0 20px;
  }
}

.showroom-inner-txt {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}

.showroom-inner-txt a {
  color: #648abe;
  text-decoration: underline;
}

.showroom-inner-img {
  width: 94%;
  margin: 0 3%;
}

@media screen and (max-width: 767px) {
  .showroom-inner-txt {
    width: 100%;
  }
  .acess h3 {
    font-size: 1.25rem;
    letter-spacing: 0 !important;
  }
  .acess .img-wave {
    margin-top: -1.3rem;
  }
  .acess .img-wave-bottom {
    margin-bottom: -1.3rem;
  }
  .book {
    margin-top: 1.5rem;
  }
  .book-inner {
    padding-bottom: 0 !important;
  }
  .book-inner .phone span {
    font-size: 30px !important;
  }
  .sp-map p {
    margin-top: 0 !important;
  }
}

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

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
}

.acess {
  margin-top: 6rem;
  background: #d6e8f0;
}

.acess-inner {
  padding: 2rem 0;
}

.acess-inner-by {
  border-top: 1px solid #6e7276;
  border-bottom: 1px solid #6e7276;
  margin-top: 17px;
}

.acess-inner-by-txt {
  margin: 20px 0;
  margin-left: 11px;
  font-size: 13px;
  letter-spacing: 1px;
}

.acess-inner-by-txt p {
  margin: 0;
}

.acess-inner-map {
  width: 94%;
  margin: 0 3%;
}

.acess-inner-map-txt {
  margin: 5px;
}

.acess-inner-map-txt p {
  margin: 0;
}

.acess-inner h3 {
  letter-spacing: 1.6px;
  margin-top: 1.4rem;
}

.book-inner {
  padding: 7.5vw 0;
}

.book-inner .phone {
  line-height: 30px;
  margin-top: 6.2vw;
  margin-bottom: 3.7vw;
}

.book-inner .phone i {
  margin-right: 13px;
  font-size: 2.5em;
}

.book-inner .phone span {
  font-size: 3.7vw;
}

.book-inner hr {
  width: 58%;
  margin-bottom: 5vw;
}

form {
  margin-top: 3.5rem;
}

form span {
  background-color: #c63232;
  color: white;
  padding: 2px 3px;
  font-size: 0.8em;
  margin-left: 5px;
}

form button {
  width: 100%;
  padding: 1vw;
  border-radius: 5px;
  margin-top: 2rem;
  font-size: 18px;
  border: none;
}

form p {
  margin-top: 2rem;
  font-size: 13px;
}

form a {
  color: #1b75db;
}

form i {
  font-size: .5em;
  margin: 0 5px;
}

.book-subtit {
  text-align: center;
}

@media screen and (max-width: 576px) {
  .book-subtit {
    text-align: left;
  }
}

/*$orange:#f3a83c;*/
.c-content-width-blog {
  width: 61%;
  max-width: 1100px;
  margin: 0 auto;
  min-width: 300px;
}

.blog-body h2 {
  margin-top: 2rem!important;
  font-size:1.675rem;
}

.blog-body h3 {
  margin-top: 1rem;
}

.blog-main-visual p {
  position: absolute;
  color: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  padding: 0 !important;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-shadow: #181818 1px 0 10px;
  font-size: 1.575rem;
  font-weight: bold;
  line-height: 1.55;
}
.blog-body a {
  color:#3d95ce;
  text-decoration:underline;
}

@media screen and (max-width: 991px) {
  .blog-main-visual p {
    font-size: 1.875rem;
    line-height: 1.35;
  }
}

.blog-main-visual {
  padding-top: 66px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .blog-main-visual {
    padding-top: 66px;
    position: relative;
  }
}

@media screen and (max-width: 991px) {
  .blog-main-visual {
    padding-top: 50px;
  }
}

.unitbath {
  margin: 3rem 0;
}

.unitbath-list {
  list-style-type: disc;
  padding-left: 20px;
}

.unitbath-inner h2 {
  margin: 1rem 0;
}

.unitbath-inner .top-tit {
  margin-top: 5rem;
  margin-bottom: 1rem;
  line-height:1.35;
}

.unitbath-inner time {
  margin-bottom: 1rem;
  display: block;
  color: #747474;
}

.blog-subtit {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 19px;
  letter-spacing: 1.6px;
}

.blog-subtit:before {
  content: '';
  height: 40px;
  width: 13px;
  left: -6px;
  background-color: #181818;
  position: absolute;
}

.blog-link {
  color: #3d95ce;
  text-decoration: underline;
  margin: 2rem 0;
  display: block;
}

.blog-quote {
  background-color: #e7e7e7;
  padding: 25px 20px;
  border-radius: 5px;
}

.sns {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
  color: white;
}

.sns div {
  margin: 0 5px;
  padding: 0px 10px;
  border-radius: 3px;
  font-size: 10px;
  text-align: center;
}

.sns div i {
  margin-right: 5px;
}

.sns .twitter-good {
  background-color: #1977f2;
}

.sns .twitter-good span {
  font-size: 0.8em;
}

.sns .twitter {
  background-color: #1d94e0;
}

@media screen and (max-width: 767px) {
  .c-content-width-blog {
    width: 100%;
    padding: 0 20px;
  }
  .unitbath-inner .top-tit {
    font-size:1.675rem!important;
    padding-top:.5rem;
    padding-bottom:.5rem;
  }
  .sns {
    margin-top: 5rem;
  }
}
