@charset "UTF-8";

/*/////////////////////////////
 reset
 /////////////////////////////*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

button {
  background: none;
  cursor: pointer;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/*/////////////////////////////
slick
/////////////////////////////*/
.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list,
.slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*/////////////////////////////
 base
 /////////////////////////////*/
body {
  background: #FFF;
  color: #000;
  line-height: 2;
  font-size: 16px;
  font-size: 4.26667vw;
  font-weight: bold;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, "メイリオ", sans-serif;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 813px) {
  body {
    font-size: 1.11111vw;
  }
}

@media screen and (min-width: 1440px) {
  body {
    font-size: 16px;
  }
}

.wrap {
  overflow: hidden;
}

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

/* list
* ------------------------- */
li {
  list-style: none;
}

/* link
* ------------------------- */
a {
  text-decoration: none;
  color: inherit;
}

/* input
* ------------------------- */
input {
  -webkit-appearance: none;
  border-radius: 0;
}

/* img
* ------------------------- */
img {
  width: 100%;
  height: auto;
  border: 0px;
  display: block;
}

a img {
  border: 0px;
}

@media screen and (max-width: 812px) {
  img {
    outline: none;
  }
}

/* headings
* ------------------------- */
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  font-size: 100%;
}

/* clearfix
* ------------------------- */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* other
* ------------------------- */
/* linkbox */
.linkbox {
  cursor: pointer;
}

/* pc,sp */
.spOnly {
  display: none;
}

br.sp {
  display: none;
}

@media screen and (max-width: 812px) {
  .spOnly {
    display: block;
  }

  .pcOnly {
    display: none;
  }

  br.sp {
    display: inline;
  }

  br.pc {
    display: none;
  }
}

/* ==========================================================
 shugiin-kanagawa5
	Created: 2021-8

 module
	00.common
	01.header
	02.footer
	03.main
	04.mainVisual
	05.blockgiin
	06.blockAbout
	07.blockProfile
	08.blockCase
	09.blockInq
 ========================================================== */
/*/////////////////////////////
  00. common
	- 1.
	- 2.
  - 3.
/////////////////////////////*/
/*/////////////////////////////
 01. header
/////////////////////////////*/
.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #00aa6e;
  z-index: 99;
}

.header .inner {
  padding: 10px 4% 12px;
  position: relative;
}

.header .top .hdg01 {
  color: #fff;
  line-height: 1;
}

.header .top .hdg01 span {
  display: block;
}

.header .top .hdg01 .shibu {
  font-size: 12px;
  letter-spacing: .2em;
}

.header .top .hdg01 .name {
  font-size: 14px;
  letter-spacing: .2em;
  margin-top: 5px;
}

.header .top .toSite {
  display: none;
}

.header .top .navBtn {
  width: 53px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.header .top .navBtn button {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 100%;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.header .top .navBtn button:before,
.header .top .navBtn button span:before,
.header .top .navBtn button span:after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -14px;
}

.header .top .navBtn button:before {
  top: 18.5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header .top .navBtn button span:before {
  top: 27px;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.header .top .navBtn button span:after {
  top: 34.5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header .top .navBtn button.open {
  background-color: #00aa6e;
}

.header .top .navBtn button.open span:before {
  opacity: 0;
}

.header .top .navBtn button.open:before {
  top: 27px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .top .navBtn button.open span:after {
  top: 27px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .bottom {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  background: #fff;
  display: none;
}

.header .bottom .navBody {
  padding-top: 36%;
}

.header .bottom .navBody .nav {
  text-align: center;
  border-top: #F4F4F4 1px solid;
}

.header .bottom .navBody .nav ul li {
  border-bottom: #F4F4F4 1px solid;
}

.header .bottom .navBody .nav ul li a {
  display: block;
  letter-spacing: .2em;
  line-height: 3.625;
}

.header .bottom .navBody .links {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: #00aa6e 10px solid;
  padding-bottom: 0.625em;
}

.header .bottom .navBody .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header .bottom .navBody .links ul li {
  width: 2.2em;
  padding: 0 0.875em;
}

.header .bottom .navBody .links ul li a {
  display: block;
}

.header .bottom .navBody .links ul li.note {
  position: relative;
}

.header .bottom .navBody .links ul li.note:before {
  content: "";
  display: block;
  width: 1px;
  height: 0.875em;
  background: #F4F4F4;
  position: absolute;
  top: 50%;
  left: -.5px;
  margin-top: -0.4375em;
}

/*/////////////////////////////
 02. footer
/////////////////////////////*/
.footer {
  text-align: center;
  border-bottom: #00aa6e 8px solid;
  margin-top: 2.8125em;
  position: relative;
}

.footer li {
  font-size: .9em;
}

.footer span {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}

.footer li:first-child {
  margin-bottom: 1em;
}

.footer span::before {
  content: "";
  border-left: #02CC82 2px solid;
  padding-left: 1rem;
}

.footer span::after {
  content: "";
  border-right: #02CC82 2px solid;
  padding-right: 1rem;
}

.footer li a {
  color: #02CC82;
  border-bottom: 1px #02CC82 solid;
}

.footer .inner {
  padding: 2em 0;
  background-color: #EFFFF9;
}

.footer .copy {
  font-size: 0.625em;
  line-height: 1;
  letter-spacing: .2em;
}

.footer .toTop {
  width: 3.125em;
  position: absolute;
  right: 3.46667%;
  bottom: 4.375em;
}

.footer .toTop p a {
  color: #fff;
  font-weight: 800;
  text-align: center;
  line-height: 3.125;
  display: block;
  background: #00aa6e;
}

/*/////////////////////////////
 03. main
/////////////////////////////*/
.main {
  overflow: hidden;
}

.main .hdg02 {
  font-size: .8em;
  line-height: 1;
  text-align: center;
}

.main .hdg02 img {
  width: 80%;
  margin-left: 0;
}

/* .main .hdg02 span {
  display: inline-block;
  padding-bottom: 0.625em;
  position: relative;
}

.main .hdg02 span:after {
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  background: #00aa6e;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1em;
} */

.main .sns {
  background: #fff;
  padding: 13.33333% 0 21.33333%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.main .sns.is-hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 1.875em, 0);
  transform: translate3d(0, 1.875em, 0);
  -webkit-transition: none;
  transition: none;
}

.main .sns .inner {
  padding: 0 3.2%;
}

.main .sns .inner .column+.column {
  margin-top: 1.25em;
}

/*/////////////////////////////
 04. mainVisual
/////////////////////////////*/
.mainVisual {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  padding-top: 52px;
}

.mainVisual .inner {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url("../images/mv_sp.jpg");
  background-position: top center;
  background-size: cover;
}

.mainVisual .text {
  color: #fff;
  position: absolute;
  bottom: 1.6875em;
  left: 4.8%;
  border-left: #00aa6e 5px solid;
  padding-left: 0.6875em;
}

.mainVisual .text .shibu {
  font-size: 0.9375em;
  line-height: 1.333;
  letter-spacing: .2em;
}

.mainVisual .text .name {
  font-size: 2.6875em;
  line-height: 1.25581;
  letter-spacing: .2em;
}

/*/////////////////////////////
 05. blockgiin
/////////////////////////////*/
.blockgiin {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  padding: 2em 0;
}

.blockgiin.is-hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 1.875em, 0);
  transform: translate3d(0, 1.875em, 0);
  -webkit-transition: none;
  transition: none;
}

.blockgiin .hdg_title {
  text-align: center;
}

.blockgiin .hdg {
  font-size: 1.75em;
  line-height: 1;
  background: none;
  padding-bottom: 0.35714em;
  border: none;
  border-bottom: #00aa6e 4px solid;
  display: inline-block;
  pointer-events: none;
}

.blockgiin .news {
  margin-top: 10.66667%;
}

.blockgiin .news .slick-list {
  padding: 0 8.8%;
}

.blockgiin .news .col {
  margin: 0 0.4375em;
}

.blockgiin .news .col .in {
  display: block;
}

.blockgiin .news .col .image {
  overflow: hidden;
  position: relative;
}

.blockgiin .news .col .image span {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.blockgiin .news .col .image span:after {
  content: "";
  display: block;
  padding-top: 87.11864%;
}

.blockgiin .news .col .image .cat {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1em;
  letter-spacing: .2em;
  line-height: 2.5;
  text-align: center;
  background: #00aa6e;
  min-width: 10em;
  padding: 0 1.25em;
  position: absolute;
  bottom: 0;
  right: 0;
}

.blockgiin .news .col .detail {
  margin-top: 0.9375em;
  padding: 0 0.625em;
}

.blockgiin .news .col .detail .title {
  font-size: .8em;
  letter-spacing: .2em;
  line-height: 1.5;
}

.blockgiin .news .col .detail .text {
  letter-spacing: .2em;
  margin-top: 0.625em;
}

/*/////////////////////////////
 06. blockAbout
/////////////////////////////*/
.blockAbout {
  margin-top: 9.33333%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.blockAbout.is-hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 1.875em, 0);
  transform: translate3d(0, 1.875em, 0);
  -webkit-transition: none;
  transition: none;
}

.blockAbout .heading {
  padding: 24% 0 0;
}

.blockAbout .heading:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 50%;
  background: url("../images/image01_sp.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.blockAbout .heading .hdg {
  padding: 0 3.2%;
}

.blockAbout .heading .lead {
  font-size: 1.5em;
  line-height: 1.75;
  letter-spacing: .2em;
  margin-top: 1.25em;
}

.blockAbout .heading .text {
  font-size: 1em;
  line-height: 1.77778;
  letter-spacing: .1em;
  margin-top: 1.66667em;
}

.blockAbout .heading .visual {
  margin-top: 3.125em;
}

.blockAbout .body {
  margin-top: 15.33333%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.blockAbout .body.is-hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 1.875em, 0);
  transform: translate3d(0, 1.875em, 0);
  -webkit-transition: none;
  transition: none;
}

.blockAbout .body .lead {
  font-size: 1.125em;
  line-height: 1.77778;
  letter-spacing: .1em;
  padding: 0 3.2%;
}

.blockAbout .body .lyt {
  margin-top: 9.33333%;
  /* padding: 0 3.2%; */
  margin: 0 calc(50% - 50vw);
  width: 100vw;

}

.blockAbout .body .lyt .box {
  background: #EFFFF9;
  color: #7C7C7C;
  padding: 1.875em;
}

.blockAbout .body .lyt .box:nth-child(2) {
  background: #00AA6E;
  color: #F4F4F4;
  padding: 1.875em;
}

.blockAbout .body .lyt .box:nth-child(3) {
  background: #006C46;
  color: #F4F4F4;
  padding: 1.875em;
}

.blockAbout .body .lyt .box:nth-child(4) {
  background: #437764;
  color: #F4F4F4;
  padding: 1.875em;
}

.blockAbout .body .lyt .box:nth-child(5) {
  background: #5E9180;
  color: #F4F4F4;
  padding: 1.875em;
}

/* .blockAbout .body .lyt .box+.box {
  margin-top: 5.69801%;
} */

.blockAbout .body .lyt .box .title p {
  line-height: 1;
}

.blockAbout .body .lyt .box .title p .num {
  /* color: #fff; */
  width: 1.5625em;
  font-size: 6em;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.blockAbout .body .lyt .box:nth-child(1) .title p .num {
  color: #00AA6E;
}

.blockAbout .body .lyt .box .title p .t {
  font-size: 1.2em;
  line-height: 2;
  margin: 2em 0;
  display: block;
}

.blockAbout .body .lyt .box .text {
  /* margin-top: 0.875em; */
  padding-top: 0.9375em;
  /* border-top: #AAAAAA 1px solid; */
}

.blockAbout .body .lyt .box .text {
  font-size: .8em;
  line-height: 1.8;
  letter-spacing: .1em;
}

/*/////////////////////////////
 07. blockProfile
/////////////////////////////*/
.blockProfile {
  margin-top: 10.66667%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.blockProfile.is-hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 1.875em, 0);
  transform: translate3d(0, 1.875em, 0);
  -webkit-transition: none;
  transition: none;
}

.blockProfile .heading .box {
  padding-top: 13.33333%;
}

.blockProfile .heading .box .in:before {
  content: "";
  display: block;
  height: 20.5em;
  background: url("../images/yamazaki_sp.png") no-repeat;
  background-position: left top;
  background-size: 100% auto;
  margin-left: auto;
}

.blockProfile .heading .box .in .name {
  font-size: 2.625em;
  line-height: 1;
  margin-top: 0.35714em;
  padding: 0 3.2%;
}

.blockProfile .heading .box .in .name rt {
  font-size: 0.38095em;
  text-align: center;
}

.blockProfile .heading .box .in .name small {
  font-size: 0.7619em;
  letter-spacing: .2em;
}

.blockProfile .heading .box .in .text {
  letter-spacing: .1em;
  padding: 0 3.2%;
  margin-top: 1.25em;
}

.blockProfile .heading .sub {
  padding: 5.33333% 3.2% 6.66667%;
  background: #fff;
}

.blockProfile .heading .sub .lyt .column+.column {
  margin-top: 1.875em;
}

.blockProfile .heading .sub .lyt .column .title {
  font-size: 1.125em;
  line-height: 1;
}

.blockProfile .heading .sub .lyt .column .title:before {
  content: "";
  width: 1.11111em;
  height: 1.11111em;
  display: inline-block;
  background: #00aa6e;
  vertical-align: top;
  margin-right: 0.55556em;
}

.blockProfile .heading .sub .lyt .column .text {
  letter-spacing: .1em;
  margin-top: 0.625em;
}

.blockProfile .body {
  padding: 6.66667% 3.2% 0;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.blockProfile .body.is-hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 1.875em, 0);
  transform: translate3d(0, 1.875em, 0);
  -webkit-transition: none;
  transition: none;
}

.blockProfile .body .block+.block {
  margin-top: 1.25em;
}

.blockProfile .body .block .hdg a {
  display: block;
  font-size: 1.5em;
  text-align: center;
  line-height: 2.04167;
  background: #fff;
  border: #00aa6e 1px solid;
  position: relative;
}

.blockProfile .body .block .hdg a:before,
.blockProfile .body .block .hdg a:after {
  content: "";
  display: block;
  width: 0.625em;
  height: 3px;
  background: #00aa6e;
  position: absolute;
  top: 50%;
  right: 0.83333em;
  margin-top: -1.5px;
}

.blockProfile .body .block .hdg a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.blockProfile .body .block .hdg a.open:after {
  opacity: 0;
}

.blockProfile .body .block .content {
  padding-top: 2.1875em;
  display: none;
}

.blockProfile .body .block .content .text {
  font-size: 1.125em;
  line-height: 1.77778;
  letter-spacing: .1em;
}

.blockProfile .body .block .content .text+.text {
  margin-top: 1.5em;
}

.blockProfile .body .block .content .lyt .col+.col {
  margin-top: 1.5625em;
}

.blockProfile .body .block .content .lyt .col .history+.history {
  margin-top: 1.5625em;
}

.blockProfile .body .block .content .lyt .col .history .item {
  font-size: 1.125em;
  line-height: 1.77778;
  padding-left: 1.66667em;
  position: relative;
}

.blockProfile .body .block .content .lyt .col .history .item:before {
  content: "";
  width: 1.11111em;
  height: 1.11111em;
  display: inline-block;
  background: #00aa6e;
  vertical-align: middle;
  margin-right: 0.55556em;
  position: absolute;
  top: 0.38889em;
  left: 0;
}

.blockProfile .body .block .content .lyt .col .history .list {
  letter-spacing: .2em;
  margin-top: 0.9375em;
}

.blockProfile .body .block .content .lyt .col .history .list li {
  padding-left: 1.875em;
}

/*/////////////////////////////
 08. blockCase
/////////////////////////////*/
.blockCase {
  margin-top: 6.66667%;
  padding: 24% 0 10.66667%;
  background: #fff;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.blockCase.is-hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 1.875em, 0);
  transform: translate3d(0, 1.875em, 0);
  -webkit-transition: none;
  transition: none;
}

.blockCase .case {
  margin-top: 10.66667%;
}

.blockCase .case .slick-list {
  padding: 0 8.8%;
}

.blockCase .case .col {
  margin: 0 0.4375em;
}

.blockCase .case .col .in {
  display: block;
}

.blockCase .case .col .image {
  overflow: hidden;
  position: relative;
}

.blockCase .case .col .image span {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.blockCase .case .col .image span:after {
  content: "";
  display: block;
  padding-top: 87.11864%;
}

.blockCase .case .col .image .cat {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.8em;
  letter-spacing: .2em;
  line-height: 2.5;
  text-align: center;
  background: #00aa6e;
  min-width: 10em;
  padding: 0 1.25em;
  position: absolute;
  top: 0;
  left: 0;
}

.blockCase .case .col .detail {
  margin-top: 0.9375em;
  padding: 0 0.625em;
}

.blockCase .case .col .detail .title {
  font-size: 1.125em;
  letter-spacing: .2em;
  line-height: 1.5;
  text-align: center;
}

.blockCase .case .col .detail .text {
  letter-spacing: .2em;
  margin-top: 0.625em;
}

/*/////////////////////////////
 09. blockInq
/////////////////////////////*/
.blockInq {
  padding: 6.66667% 0 10.66667%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  background: #EFFFF9;
}

.blockInq.is-hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 1.875em, 0);
  transform: translate3d(0, 1.875em, 0);
  -webkit-transition: none;
  transition: none;
}

.blockInq .inq {
  margin-top: 10.66667%;
}

.blockInq .inq ul li {
  margin: 1.25em 10.66667% 0;
}

.blockInq .inq ul li a {
  text-align: center;
  display: block;
  background: #fff;
  border: #00aa6e 1px solid;
  padding: 1.875em 0;
}

.blockInq .inq ul li a span {
  display: block;
  font-weight: 900;
  line-height: 1;
}

.blockInq .inq ul li a .t {
  font-size: 1.25em;
}

.blockInq .inq ul li a .s {
  font-size: 0.6875em;
  margin-top: 0.54545em;
}

/*/////////////////////////////
 RWD
/////////////////////////////*/
@media (min-width: 813px) {
  .header {
    background: #fff;
    z-index: 99;
  }

  .header .inner {
    padding: 0;
  }

  .header .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 5.55556% 10px 2.08333%;
    color: #fff;
    border-bottom: #F4F4F4 1px solid;
    background-color: #00aa6e;
  }

  .header .top .hdg01 {
    color: #fff;
  }

  .header .top .hdg01 .shibu {
    font-size: 11px;
  }

  .header .top .hdg01 .name {
    font-size: 32px;
    margin-top: 10px;
  }

  .header .top .toSite {
    display: block;
    width: 320px;
  }

  .header .top .toSite p a {
    font-size: 14px;
    line-height: 2.71429;
    text-align: center;
    display: block;
    border: #fff 1px solid;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }

  .header .top .toSite p a:hover {
    color: #fff;
    background-color: #00aa6e;
  }

  .header .top .navBtn {
    display: none;
  }

  .header .bottom {
    position: static;
    background: none;
    display: block !important;
    border-bottom: #F4F4F4 1px solid;
  }

  .header .bottom .navBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5.20833% 0 0;
  }

  .header .bottom .navBody .nav {
    border-top: none;
    border-right: #F4F4F4 1px solid;
  }

  .header .bottom .navBody .nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .header .bottom .navBody .nav ul li {
    width: 10.625em;
    border-left: #F4F4F4 1px solid;
    border-bottom: none;
  }

  .header .bottom .navBody .nav ul li a {
    line-height: 52px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }

  .header .bottom .navBody .nav ul li a:hover {
    color: #00aa6e;
    background-color: #F4F4F4;
  }

  .header .bottom .navBody .links {
    position: static;
    border-bottom: none;
    padding-bottom: 0;
  }

  .header .bottom .navBody .links ul li {
    width: 2.25em;
  }

  .header .bottom .navBody .links ul li a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }

  .header .bottom .navBody .links ul li a:hover {
    opacity: .7;
  }

  .footer {
    margin-top: 1.875em;
  }

  .footer li {
    font-size: 1.2em;
  }


  .footer span {
    font-size: 2em;
  }

  .footer li:first-child {
    margin-bottom: 1.875em;
  }


  .footer .copy {
    font-size: 0.75em;
  }

  .footer .toTop {
    right: 4.86111%;
    bottom: 3.75em;
  }

  .main .hdg02 {
    font-size: 2.625em;
  }

  .main .hdg02 img {
    width: 40%;
    max-width: 300px;
  }

  .main .hdg02 span {
    width: 16.66667em;
    display: block;
    padding-bottom: 0.59524em;
  }

  .main .hdg02 span:after {
    width: 100%;
    height: 4px;
    left: 0;
    margin-left: 0;
  }

  .main .container {
    width: 90.27778%;
    max-width: 1300px;
    margin: 0 auto;
  }

  .main .sns {
    padding: 2.5em 0 3.4375em;
  }

  .main .sns .inner {
    width: 73.84615%;
    padding: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main .sns .inner .column {
    width: 48.95833%;
  }

  .main .sns .inner .column+.column {
    margin-top: 0;
  }

  .mainVisual {
    padding-top: 127px;
  }

  .mainVisual .inner {
    background-image: url("../images/mv_pc.jpg?01");
  }

  .mainVisual .text {
    bottom: 5.8125em;
    left: 4.86111%;
    padding: 4.375em 0 0.75em 1.5625em;
  }

  .mainVisual .text .shibu {
    font-size: 1.5em;
  }

  .mainVisual .text .name {
    font-size: 4em;
    line-height: 1;
    margin-top: 0.3125em;
  }

  .blockgiin {
    padding: 5.3125em 0;
  }

  .blockgiin .hdg {
    text-align: left;
  }

  .blockgiin .inner {
    padding: 0 3.84615%;
  }

  .blockgiin .news {
    margin: 4.16667% -0.83333% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .blockgiin .news .slick-list {
    padding: 0;
  }

  .blockgiin .news .col {
    width: 32.16667%;
    margin: 0 0.83333%;
  }

  .blockgiin .news .col a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }

  .blockgiin .news .col a:hover {
    opacity: .7;
  }

  .blockgiin .news .col .image span:after {
    padding-top: 95%;
  }

  .blockgiin .news .col .detail {
    padding: 0;
  }

  .blockgiin .news .col .detail .text {
    margin-top: 0.75em;
  }

  .blockAbout {
    /* margin-top: 5em;
    padding-bottom: 5em;
    background: #fff;
    border-bottom: #00aa6e 20px solid; */
  }

  .blockAbout .heading {
    padding: 5em 0 0;
    position: relative;
  }

  .blockAbout .heading:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 40%;
    background: url("../images/image01_pc.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 1;
  }

  /* .blockAbout .heading .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  } */
  /* .blockAbout .heading .hdg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 82.84615%;
    padding: 4.625em 3.125em 3.75em;
    margin: -5.625em 0 0 -3.84615%;
    background: #fff;
    position: relative;
    z-index: 2;
  } */

  .blockAbout .heading .visual img {
    width: 40%;
    max-width: 400px;
    margin: 0 auto;
  }

  .blockAbout .heading .lead {
    font-size: 2.5em;
    line-height: 1.5;
    margin-top: 1.125em;
  }

  .blockAbout .heading .lead span {
    display: block;
    padding-left: 3.75em;
  }

  .blockAbout .heading .text {
    margin-top: 2.5em;
    text-align: center;
  }

  .blockAbout .heading .visual {
    margin: 0 -5.38462% 0 0;
    position: relative;
    z-index: 1;
  }

  .blockAbout .body {
    margin-top: 0;
    padding: 2.5em 0 3.125em;
  }

  .blockAbout .body .lead {
    font-size: 1.75em;
    line-height: 1.5;
    text-align: center;
    padding: 0;
  }

  .blockAbout .body .lyt {
    margin-top: 3.84615%;
    padding: 0;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; */
  }

  .blockAbout .body .lyt .box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* width: 30.76923%; */
    /* padding: 2.5em 1.5625em 3.75em; */
    /* margin: 0 1.15385%; */
  }

  .blockAbout .body .lyt .box+.box {
    margin-top: 0;
  }

  .blockAbout .body .lyt .box .title p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blockAbout .body .lyt .box .title p>span {
    flex-basis: 40%;
  }

  .blockAbout .body .lyt .box .title p>span:first-child {
    flex-basis: 15%;
  }


  .blockAbout .body .lyt .box .title p .num {
    margin: 0;
  }

  .blockAbout .body .lyt .box .title p .t {
    margin: 0 0 0 0.3125em;
  }

  .blockAbout .body .lyt .box .text {
    font-size: 1em;
    padding: 2em 0;
  }

  .blockProfile {
    margin-top: 4.0625em;
  }

  .blockProfile .heading {
    background: url("../images/yamazaki_pc.png") no-repeat;
    background-position: center top;
    background-size: cover;
  }

  .blockProfile .heading .box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 96.15385%;
    max-width: 1000px;
    padding: 2.5em 3.125em 0;
  }

  .blockProfile .heading .box .in:before {
    background: url("../images/yamazaki_1_pc.png") no-repeat;
    display: block;
    height: 40em;
    background-position: left top;
    background-size: 50% auto;
    margin-left: auto;
  }

  .blockProfile .heading .box .in .name {
    margin-top: 0.83333em;
    padding: 0;
  }

  .blockProfile .heading .box .in .text {
    /* padding: 0;
    margin-top: 1.875em; */
    width: 40%;
    margin: 0 auto;
    background: #00aa6e;
    color: #FFF;
    position: absolute;
    padding: 3.2%;
    top: 30%;
    right: 10%;
  }

  .blockProfile .heading .sub {
    margin-top: 3.75em;
    padding: 1.25em 0 3.75em;
  }

  .blockProfile .heading .sub .lyt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 3.125em;
    position: relative;
  }

  .blockProfile .heading .sub .lyt:after {
    content: "";
    display: block;
    width: 24.25em;
    height: 36.3125em;
    background: url("../images/image02.png") no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    right: 0;
    bottom: -3.75em;
  }

  .blockProfile .heading .sub .lyt .column+.column {
    margin: 0 0 0 1.25em;
  }

  .blockProfile .heading .sub .lyt .column .text {
    padding-left: 1.875em;
  }

  .blockProfile .body {
    padding: 0;
  }

  .blockProfile .body .block {
    background: #EFFFF9;
    padding: 2.5em 3.125em 2.8125em;
  }

  .blockProfile .body .block+.block {
    margin-top: 3.125em;
  }

  .blockProfile .body .block .hdg a {
    font-size: 1.75em;
    text-align: left;
    line-height: 1;
    background: none;
    padding-bottom: 0.35714em;
    border: none;
    border-bottom: #00aa6e 4px solid;
    display: inline-block;
    pointer-events: none;
  }

  .blockProfile .body .block .hdg a:before,
  .blockProfile .body .block .hdg a:after {
    display: none;
  }

  .blockProfile .body .block .content {
    padding-top: 2.8125em;
    display: block !important;
  }

  .blockProfile .body .block .content .lyt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .blockProfile .body .block .content .lyt .col+.col {
    margin: 0 0 0 5.9375em;
  }

  .blockProfile .body .block .content .lyt .col .history+.history {
    margin-top: 3.75em;
  }

  .blockProfile .body .block .content .lyt .col .history .list {
    margin-top: 0.625em;
  }

  .blockCase {
    margin-top: 0;
    padding: 6.25em 0;
    /* border-top: #00aa6e 20px solid; */
  }

  .blockCase .inner {
    padding: 0 3.84615%;
  }

  .blockCase .case {
    margin: 4.16667% -0.83333% 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .blockCase .case .slick-list {
    padding: 0;
  }

  .blockCase .case .col {
    width: 32.16667%;
    margin: 0 0.83333%;
  }

  .blockCase .case .col a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }

  .blockCase .case .col a:hover {
    opacity: .7;
  }

  .blockCase .case .col .image span:after {
    padding-top: 66.58031%;
  }

  .blockCase .case .col .detail {
    padding: 0;
  }

  .blockCase .case .col .detail .text {
    margin-top: 0.75em;
  }

  .blockInq {
    padding: 3.75em 0 5em;
  }

  .blockInq .inner {
    padding: 0 0 0 3.84615%;
  }

  .blockInq .inq {
    margin-top: 4.8%;
  }

  .blockInq .inq ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .blockInq .inq ul li {
    width: 32%;
    margin: 0;
  }

  .blockInq .inq ul li a {
    padding: 2.25em 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }

  .blockInq .inq ul li a:hover {
    background-color: #00aa6e;
    color: #fff;
  }

  .blockInq .inq ul li a .t {
    font-size: 2em;
  }

  .blockInq .inq ul li a .s {
    font-size: 1em;
    margin-top: 0.5em;
  }
}

/*# sourceMappingURL=base.css.map */
