@charset "UTF-8";
/*--------------------------------------------------------
　COLOR
--------------------------------------------------------*/
/*--------------------------------------------------------
　FONT
--------------------------------------------------------*/
/*--------------------------------------------------------
　BREAK POINT
--------------------------------------------------------*/
/*--------------------------------------------------------
	KAZU - COMMON
--------------------------------------------------------*/
/* line 57, ../scss/kazu.scss */
small {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 2em;
}
@media screen and (max-width: 480px) {
  /* line 57, ../scss/kazu.scss */
  small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* line 69, ../scss/kazu.scss */
img {
  width: 100%;
  height: auto;
}
/* line 73, ../scss/kazu.scss */
img.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  /* line 76, ../scss/kazu.scss */
  img.pc {
    display: none;
  }
  /* line 77, ../scss/kazu.scss */
  img.sp {
    display: inline;
  }
}

/* line 81, ../scss/kazu.scss */
.br {
  display: inline-block;
}

/* line 85, ../scss/kazu.scss */
.btnPagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 64px;
  height: 64px;
  z-index: 10;
}
/* line 93, ../scss/kazu.scss */
.btnPagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background: #000000;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Fjalla One", sans-serif;
  line-height: 1.1em;
  text-decoration: none;
  padding-top: 23px;
  position: relative;
}
/* line 109, ../scss/kazu.scss */
.btnPagetop a::after {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -7px;
  -moz-transform: scale(1, 0.8) rotate(-45deg);
  -ms-transform: scale(1, 0.8) rotate(-45deg);
  -webkit-transform: scale(1, 0.8) rotate(-45deg);
  transform: scale(1, 0.8) rotate(-45deg);
}

/* line 124, ../scss/kazu.scss */
#footerWrap {
  margin-top: 0;
  padding-top: 0;
}

/*--------------------------------------------------------
	KAZU - INDEX
--------------------------------------------------------*/
/* line 136, ../scss/kazu.scss */
.kazu-index .visualWrap {
  position: relative;
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}
/* line 142, ../scss/kazu.scss */
.kazu-index .visualWrap > h1 {
  font-size: 170px;
  font-size: 17.0rem;
  font-family: "Fjalla One", sans-serif;
  padding: 60px 0 15px 34%;
}
/* line 148, ../scss/kazu.scss */
.kazu-index .visualWrap > h1 .red {
  color: #c7000a;
}
/* line 152, ../scss/kazu.scss */
.kazu-index .visualWrap > h1 .jp {
  font-size: 61px;
  font-size: 6.1rem;
  font-weight: bold;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
}
/* line 161, ../scss/kazu.scss */
.kazu-index .visualWrap .mainImg01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
}
/* line 167, ../scss/kazu.scss */
.kazu-index .visualWrap .mainImg01 small {
  margin-left: 3em;
}
/* line 172, ../scss/kazu.scss */
.kazu-index .visualWrap .mainImg02 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26%;
  margin-right: 4%;
}
/* line 180, ../scss/kazu.scss */
.kazu-index .visualWrap .summary {
  width: 56.25%;
  background: #f9f9f9;
  margin-left: 27%;
  padding: 2% 17% 15% 7%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2.0em;
}
@media screen and (max-width: 1365px) {
  /* line 192, ../scss/kazu.scss */
  .kazu-index .visualWrap > h1 {
    font-size: 12.4vw;
    padding-top: 4.6%;
    padding-bottom: 1.2%;
  }
  /* line 197, ../scss/kazu.scss */
  .kazu-index .visualWrap > h1 .jp {
    font-size: 4.5vw;
  }
  /* line 202, ../scss/kazu.scss */
  .kazu-index .visualWrap .summary {
    font-size: 1.17vw;
  }
}
/* line 207, ../scss/kazu.scss */
.kazu-index .visualWrap .mainImg03 {
  width: 31.25%;
  margin: -13.5% 0 5% 34%;
}
@media screen and (max-width: 480px) {
  /* line 213, ../scss/kazu.scss */
  .kazu-index .visualWrap > h1 {
    font-size: 81px;
    font-size: 8.1rem;
    width: 330px;
    margin: 0 auto;
    padding: 18px 0;
  }
  /* line 220, ../scss/kazu.scss */
  .kazu-index .visualWrap > h1 .jp {
    font-size: 30px;
    font-size: 3.0rem;
  }
  /* line 226, ../scss/kazu.scss */
  .kazu-index .visualWrap .mainImg01 {
    width: 50%;
    top: 150px;
    left: 0;
  }
  /* line 232, ../scss/kazu.scss */
  .kazu-index .visualWrap .mainImg02 {
    width: 50%;
    top: 183px;
    right: 0;
    margin: 0;
  }
  /* line 239, ../scss/kazu.scss */
  .kazu-index .visualWrap .summary {
    width: 100%;
    margin: 88% auto 0;
    padding: 16% 7% 32%;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8em;
  }
  /* line 248, ../scss/kazu.scss */
  .kazu-index .visualWrap .mainImg03 {
    width: 86%;
    margin: -26% auto 7%;
  }
}
/* line 256, ../scss/kazu.scss */
.kazu-index .kazuNavi ul {
  border-top: 1px solid #d2d2d2;
}
/* line 259, ../scss/kazu.scss */
.kazu-index .kazuNavi ul li {
  border-bottom: 1px solid #d2d2d2;
}
/* line 262, ../scss/kazu.scss */
.kazu-index .kazuNavi ul li:first-child a {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/* line 265, ../scss/kazu.scss */
.kazu-index .kazuNavi ul li:first-child a .img::before {
  left: 0;
}
/* line 269, ../scss/kazu.scss */
.kazu-index .kazuNavi ul li:first-child a .txtbox {
  padding-left: 8%;
}
/* line 275, ../scss/kazu.scss */
.kazu-index .kazuNavi ul li:nth-child(2) a .img::before {
  right: 0;
}
/* line 279, ../scss/kazu.scss */
.kazu-index .kazuNavi ul li:nth-child(2) a .txtbox {
  padding-left: 6%;
}
/* line 284, ../scss/kazu.scss */
.kazu-index .kazuNavi ul li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
}
/* line 289, ../scss/kazu.scss */
.kazu-index .kazuNavi ul li a .img {
  width: 50%;
  height: 30vw;
  overflow: hidden;
  position: relative;
}
/* line 295, ../scss/kazu.scss */
.kazu-index .kazuNavi ul li a .img img {
  -moz-transition: ease-in-out, 0.2s;
  -o-transition: ease-in-out, 0.2s;
  -webkit-transition: ease-in-out, 0.2s;
  transition: ease-in-out, 0.2s;
}
/* line 299, ../scss/kazu.scss */
.kazu-index .kazuNavi ul li a .img::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #d2d2d2;
  position: absolute;
  top: 0;
  z-index: 2;
}
/* line 310, ../scss/kazu.scss */
.kazu-index .kazuNavi ul li a .txtbox {
  width: 50%;
  box-sizing: border-box;
}
/* line 314, ../scss/kazu.scss */
.kazu-index .kazuNavi ul li a .txtbox .en {
  font-size: 45px;
  font-size: 3.5vw;
  font-family: "Fjalla One", sans-serif;
  color: #000000;
}
/* line 320, ../scss/kazu.scss */
.kazu-index .kazuNavi ul li a .txtbox .en .red {
  color: #c7000a;
}
/* line 325, ../scss/kazu.scss */
.kazu-index .kazuNavi ul li a .txtbox .subttl {
  font-size: 18px;
  font-size: 1.4vw;
  font-weight: bold;
  color: #000000;
  margin: 1em auto .5em;
}
/* line 333, ../scss/kazu.scss */
.kazu-index .kazuNavi ul li a .txtbox .ttl {
  font-size: 35px;
  font-size: 2.7vw;
  font-weight: bold;
  line-height: 1.35em;
  margin-bottom: .8em;
}
/* line 340, ../scss/kazu.scss */
.kazu-index .kazuNavi ul li a .txtbox .ttl span {
  display: inline-block;
}
/* line 344, ../scss/kazu.scss */
.kazu-index .kazuNavi ul li a .txtbox .ttl .line {
  position: relative;
  padding-right: 2em;
}
/* line 348, ../scss/kazu.scss */
.kazu-index .kazuNavi ul li a .txtbox .ttl .line::after {
  content: "";
  width: 2em;
  height: 2px;
  background: #c7000a;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
}
/* line 361, ../scss/kazu.scss */
.kazu-index .kazuNavi ul li a .txtbox .btn span {
  display: inline-block;
  background: #c7000a;
  text-align: center;
  font-size: 25px;
  font-size: 1.9vw;
  color: #ffffff;
  padding: 15px 30% 15px 33%;
  position: relative;
}
/* line 372, ../scss/kazu.scss */
.kazu-index .kazuNavi ul li a .txtbox .btn span::before, .kazu-index .kazuNavi ul li a .txtbox .btn span::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 385, ../scss/kazu.scss */
.kazu-index .kazuNavi ul li a .txtbox .btn span::before {
  margin-left: -50px;
}
/* line 389, ../scss/kazu.scss */
.kazu-index .kazuNavi ul li a .txtbox .btn span::after {
  margin-left: -42px;
}
@media screen and (max-width: 1025px) {
  /* line 310, ../scss/kazu.scss */
  .kazu-index .kazuNavi ul li a .txtbox {
    padding: 0 5%;
  }
}
@media screen and (min-width: 769px) {
  /* line 402, ../scss/kazu.scss */
  .kazu-index .kazuNavi ul li a:hover .img img, .kazu-index .kazuNavi ul li a:active .img img {
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  /* line 408, ../scss/kazu.scss */
  .kazu-index .kazuNavi ul li a:hover .txtbox .ttl .line::after, .kazu-index .kazuNavi ul li a:active .txtbox .ttl .line::after {
    background: #ee000c;
  }
  /* line 411, ../scss/kazu.scss */
  .kazu-index .kazuNavi ul li a:hover .txtbox .btn span, .kazu-index .kazuNavi ul li a:active .txtbox .btn span {
    background: #ee000c;
  }
}
@media screen and (max-width: 768px) {
  /* line 421, ../scss/kazu.scss */
  .kazu-index .kazuNavi ul li a:active .txtbox .btn span {
    background: #ee000c;
  }
}
@media screen and (max-width: 480px) {
  /* line 256, ../scss/kazu.scss */
  .kazu-index .kazuNavi ul {
    border-top: none;
  }
  /* line 433, ../scss/kazu.scss */
  .kazu-index .kazuNavi ul li {
    border-bottom: none;
  }
  /* line 436, ../scss/kazu.scss */
  .kazu-index .kazuNavi ul li a, .kazu-index .kazuNavi ul li:first-child a {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 441, ../scss/kazu.scss */
  .kazu-index .kazuNavi ul li a .img {
    width: 100%;
    height: 100vw;
  }
  /* line 446, ../scss/kazu.scss */
  .kazu-index .kazuNavi ul li a .txtbox {
    width: 100%;
    padding: 9% 6%;
  }
  /* line 450, ../scss/kazu.scss */
  .kazu-index .kazuNavi ul li a .txtbox .en {
    font-size: 30px;
    font-size: 3.0rem;
  }
  /* line 455, ../scss/kazu.scss */
  .kazu-index .kazuNavi ul li a .txtbox .subttl {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 460, ../scss/kazu.scss */
  .kazu-index .kazuNavi ul li a .txtbox .ttl {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.4em;
    margin-bottom: .8em;
  }
  /* line 467, ../scss/kazu.scss */
  .kazu-index .kazuNavi ul li a .txtbox .btn span {
    display: block;
    width: 100%;
    padding: 15px 0 15px 30px;
    font-size: 20px;
    font-size: 2.0rem;
  }
}
/* line 481, ../scss/kazu.scss */
.kazu-index .messageWrap {
  border: 50px solid #f9f9f9;
  background: #ffffff;
  padding: 6% 8%;
}
/* line 486, ../scss/kazu.scss */
.kazu-index .messageWrap > h2 {
  font-size: 37px;
  font-size: 3.7rem;
  font-family: "Sawarabi Mincho", serif;
  text-align: center;
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  padding: 20px 0;
  margin-bottom: 6%;
}
/* line 497, ../scss/kazu.scss */
.kazu-index .messageWrap > p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2em;
  font-family: "Sawarabi Mincho", serif;
  margin: 1.5em 0;
  padding: 0 6%;
}
/* line 506, ../scss/kazu.scss */
.kazu-index .messageWrap .author {
  padding: 40px 6% 6%;
  border-bottom: 1px solid #b9b9b9;
  overflow: hidden;
}
/* line 511, ../scss/kazu.scss */
.kazu-index .messageWrap .author p {
  text-align: right;
  font-family: "Sawarabi Mincho", serif;
}
/* line 516, ../scss/kazu.scss */
.kazu-index .messageWrap .author .position {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7em;
  margin-bottom: 10px;
}
/* line 523, ../scss/kazu.scss */
.kazu-index .messageWrap .author .name {
  float: right;
  width: 235px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
/* line 530, ../scss/kazu.scss */
.kazu-index .messageWrap .author .name img {
  margin-bottom: 40px;
}
/* line 535, ../scss/kazu.scss */
.kazu-index .messageWrap .author figure {
  padding-top: 20px;
  width: 46%;
}
@media screen and (max-width: 768px) {
  /* line 542, ../scss/kazu.scss */
  .kazu-index .messageWrap h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  /* line 547, ../scss/kazu.scss */
  .kazu-index .messageWrap > p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8em;
    padding: 0;
  }
  /* line 554, ../scss/kazu.scss */
  .kazu-index .messageWrap .author {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 558, ../scss/kazu.scss */
  .kazu-index .messageWrap .author .position {
    font-size: 11px;
    font-size: 1.1rem;
  }
  /* line 563, ../scss/kazu.scss */
  .kazu-index .messageWrap .author .name {
    width: 200px;
    font-size: 10px;
    font-size: 1.0rem;
  }
}
@media screen and (max-width: 480px) {
  /* line 481, ../scss/kazu.scss */
  .kazu-index .messageWrap {
    border-width: 25px;
    padding: 9% 4% 0;
  }
  /* line 575, ../scss/kazu.scss */
  .kazu-index .messageWrap h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  /* line 580, ../scss/kazu.scss */
  .kazu-index .messageWrap .author {
    border-bottom: none;
  }
  /* line 583, ../scss/kazu.scss */
  .kazu-index .messageWrap .author .name {
    float: none;
    width: 100%;
  }
  /* line 587, ../scss/kazu.scss */
  .kazu-index .messageWrap .author .name img {
    width: 150px;
    margin-bottom: 10px;
  }
  /* line 593, ../scss/kazu.scss */
  .kazu-index .messageWrap .author figure {
    margin: 0 auto;
    width: 100%;
  }
}

/*--------------------------------------------------------
	KAZU - JIC
--------------------------------------------------------*/
/* line 609, ../scss/kazu.scss */
.kazu-jic .visualWrap {
  position: relative;
  width: 100%;
  height: 61.4vw;
}
/* line 614, ../scss/kazu.scss */
.kazu-jic .visualWrap > h1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/special/kazu/assets/img/jic/main_img.jpg) no-repeat center center;
  background-size: cover;
}
/* line 623, ../scss/kazu.scss */
.kazu-jic .visualWrap > h1 .ttl {
  display: block;
  width: 100%;
  font-size: 160px;
  font-size: 9.5vw;
  font-family: "Fjalla One", sans-serif;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -18%;
  padding-left: 4.7%;
}
/* line 637, ../scss/kazu.scss */
.kazu-jic .visualWrap > h1 .red {
  color: #c7000a;
}
/* line 641, ../scss/kazu.scss */
.kazu-jic .visualWrap > h1 .jp {
  font-size: 40px;
  font-size: 2.4vw;
  font-weight: bold;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  color: #ffffff;
}
/* line 651, ../scss/kazu.scss */
.kazu-jic .visualWrap .summaryBox {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  background: #ffffff;
  width: 38%;
  padding: 0 4% 5%;
  margin-top: -17.8%;
  margin-left: 7.8%;
}
/* line 662, ../scss/kazu.scss */
.kazu-jic .visualWrap .summaryBox > h2 {
  font-size: 40px;
  font-size: 2.125vw;
  font-weight: bold;
  text-align: center;
  padding: 2em 0 1.25em;
}
/* line 670, ../scss/kazu.scss */
.kazu-jic .visualWrap .summaryBox p {
  font-size: 16px;
  font-size: 1.13vw;
  font-weight: bold;
  line-height: 2em;
}
@media screen and (max-width: 480px) {
  /* line 609, ../scss/kazu.scss */
  .kazu-jic .visualWrap {
    height: auto;
    background: #f9f9f9;
  }
  /* line 682, ../scss/kazu.scss */
  .kazu-jic .visualWrap > h1 {
    width: 100%;
    height: 97.3vw;
    background: url(/special/kazu/assets/img/jic/main_img_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  /* line 688, ../scss/kazu.scss */
  .kazu-jic .visualWrap > h1 .ttl {
    font-size: 80px;
    font-size: 8.0rem;
    text-align: center;
    padding-left: 0;
    margin-top: -30%;
  }
  /* line 696, ../scss/kazu.scss */
  .kazu-jic .visualWrap > h1 .jp {
    font-size: 25px;
    font-size: 2.5rem;
  }
  /* line 702, ../scss/kazu.scss */
  .kazu-jic .visualWrap .summaryBox {
    position: relative;
    top: auto;
    left: auto;
    width: 86%;
    margin: 0 auto;
    padding: 94% 0 0;
    background: transparent;
  }
  /* line 711, ../scss/kazu.scss */
  .kazu-jic .visualWrap .summaryBox > h2 {
    font-size: 20px;
    font-size: 2.0rem;
    background: #ffffff;
    width: 100%;
    padding: 10% 0 6%;
    margin: 0;
  }
  /* line 720, ../scss/kazu.scss */
  .kazu-jic .visualWrap .summaryBox p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8em;
    background: #ffffff;
    padding: 0 7% 7%;
  }
}
/* line 731, ../scss/kazu.scss */
.kazu-jic .aboutJIC {
  background: #f9f9f9;
  padding-bottom: 180px;
}
/* line 735, ../scss/kazu.scss */
.kazu-jic .aboutJIC h3 {
  font-size: 37px;
  font-size: 3.7rem;
  line-height: 1.5;
  font-weight: bold;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0 50px;
}
/* line 745, ../scss/kazu.scss */
.kazu-jic .aboutJIC .inner {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 751, ../scss/kazu.scss */
.kazu-jic .aboutJIC .inner .profile {
  width: 41.2%;
}
/* line 754, ../scss/kazu.scss */
.kazu-jic .aboutJIC .inner .profile .name {
  margin: 15px 0 10px;
  font-size: 37px;
  font-size: 3.7rem;
  font-family: "Sawarabi Mincho", serif;
}
/* line 760, ../scss/kazu.scss */
.kazu-jic .aboutJIC .inner .profile .name .team {
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: middle;
}
/* line 767, ../scss/kazu.scss */
.kazu-jic .aboutJIC .inner .profile .detail {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8em;
  font-family: "Sawarabi Mincho", serif;
}
/* line 775, ../scss/kazu.scss */
.kazu-jic .aboutJIC .inner .txt {
  width: 55%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Sawarabi Mincho", serif;
  line-height: 2em;
}
@media screen and (max-width: 1025px) {
  /* line 731, ../scss/kazu.scss */
  .kazu-jic .aboutJIC {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  /* line 790, ../scss/kazu.scss */
  .kazu-jic .aboutJIC h3 {
    font-size: 30px;
    font-size: 3.0rem;
  }
  /* line 797, ../scss/kazu.scss */
  .kazu-jic .aboutJIC .inner .profile .name {
    font-size: 25px;
    font-size: 2.5rem;
  }
  /* line 801, ../scss/kazu.scss */
  .kazu-jic .aboutJIC .inner .profile .name .team {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 807, ../scss/kazu.scss */
  .kazu-jic .aboutJIC .inner .profile .detail {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6em;
  }
  /* line 814, ../scss/kazu.scss */
  .kazu-jic .aboutJIC .inner .txt {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 480px) {
  /* line 731, ../scss/kazu.scss */
  .kazu-jic .aboutJIC {
    padding-bottom: 5%;
  }
  /* line 825, ../scss/kazu.scss */
  .kazu-jic .aboutJIC h3 {
    font-size: 19px;
    font-size: 1.9rem;
    text-align: center;
    padding: 10% 0 5%;
  }
  /* line 832, ../scss/kazu.scss */
  .kazu-jic .aboutJIC .inner {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 835, ../scss/kazu.scss */
  .kazu-jic .aboutJIC .inner .profile {
    width: 100%;
    padding-bottom: 5%;
  }
  /* line 840, ../scss/kazu.scss */
  .kazu-jic .aboutJIC .inner .txt {
    width: 100%;
  }
  /* line 843, ../scss/kazu.scss */
  .kazu-jic .aboutJIC .inner .txt p {
    margin: 1.2em 0;
  }
}
/* line 851, ../scss/kazu.scss */
.kazu-jic .secWrap {
  max-width: 1180px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  margin: 60px auto;
  position: relative;
}
/* line 858, ../scss/kazu.scss */
.kazu-jic .secWrap::after {
  content: "";
  width: 160px;
  height: 10px;
  background: #c7000a;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -80px;
}
/* line 869, ../scss/kazu.scss */
.kazu-jic .secWrap > h3 {
  font-size: 37px;
  font-size: 3.7rem;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  padding: 80px 0 40px;
}
/* line 878, ../scss/kazu.scss */
.kazu-jic .secWrap .inner {
  padding: 0 90px 90px;
}
/* line 881, ../scss/kazu.scss */
.kazu-jic .secWrap .inner figcaption {
  max-width: 806px;
  margin: 10px auto 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Sawarabi Mincho", serif;
  line-height: 1.7;
  color: #c7000a;
}
/* line 891, ../scss/kazu.scss */
.kazu-jic .secWrap .inner > p {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Sawarabi Mincho", serif;
  line-height: 2em;
  margin: 1.5em 0;
}
/* line 899, ../scss/kazu.scss */
.kazu-jic .secWrap .inner .asterisk {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
/* line 906, ../scss/kazu.scss */
.kazu-jic .secWrap .inner .about {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 40px;
}
/* line 912, ../scss/kazu.scss */
.kazu-jic .secWrap .inner .about .about-img01, .kazu-jic .secWrap .inner .about .about-img02 {
  width: 49.5%;
  margin-bottom: 10px;
}
/* line 917, ../scss/kazu.scss */
.kazu-jic .secWrap .inner .about .txt {
  width: 100%;
  background: #ececec;
  padding: 20px 30px;
}
/* line 922, ../scss/kazu.scss */
.kazu-jic .secWrap .inner .about .txt h4 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: .8em;
}
/* line 930, ../scss/kazu.scss */
.kazu-jic .secWrap .inner .about .txt p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: bold;
}
/* line 939, ../scss/kazu.scss */
.kazu-jic .secWrap .inner .arrow {
  display: none;
}
@media screen and (max-width: 1025px) {
  /* line 851, ../scss/kazu.scss */
  .kazu-jic .secWrap {
    margin-left: 5%;
    margin-right: 5%;
  }
  /* line 948, ../scss/kazu.scss */
  .kazu-jic .secWrap .inner {
    padding: 0 5% 5%;
  }
}
@media screen and (max-width: 768px) {
  /* line 954, ../scss/kazu.scss */
  .kazu-jic .secWrap > h3 {
    font-size: 30px;
    font-size: 3.0rem;
  }
  /* line 960, ../scss/kazu.scss */
  .kazu-jic .secWrap .inner figcaption {
    margin-left: 10%;
    margin-right: 10%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 967, ../scss/kazu.scss */
  .kazu-jic .secWrap .inner > p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  /* line 851, ../scss/kazu.scss */
  .kazu-jic .secWrap {
    margin: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  /* line 980, ../scss/kazu.scss */
  .kazu-jic .secWrap::after {
    width: 80px;
    height: 6px;
    top: -3px;
    margin-left: -40px;
  }
  /* line 987, ../scss/kazu.scss */
  .kazu-jic .secWrap > h3 {
    font-size: 19px;
    font-size: 1.9rem;
    text-align: center;
    padding: 7% 0 9%;
    position: relative;
  }
  /* line 994, ../scss/kazu.scss */
  .kazu-jic .secWrap > h3::before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #c7000a;
    border-bottom: 2px solid #c7000a;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -5px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: ease-in-out, 0.2s;
    -o-transition: ease-in-out, 0.2s;
    -webkit-transition: ease-in-out, 0.2s;
    transition: ease-in-out, 0.2s;
  }
  /* line 1008, ../scss/kazu.scss */
  .kazu-jic .secWrap > h3::after {
    content: "";
    width: 4px;
    height: 4px;
    border-right: 2px solid #c7000a;
    border-bottom: 2px solid #c7000a;
    position: absolute;
    bottom: 19px;
    left: 50%;
    margin-left: -2px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: ease-in-out, 0.2s;
    -o-transition: ease-in-out, 0.2s;
    -webkit-transition: ease-in-out, 0.2s;
    transition: ease-in-out, 0.2s;
  }
  /* line 1023, ../scss/kazu.scss */
  .kazu-jic .secWrap > h3.open::before, .kazu-jic .secWrap > h3.open::after {
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  /* line 1027, ../scss/kazu.scss */
  .kazu-jic .secWrap > h3.open::before {
    bottom: 12px;
  }
  /* line 1031, ../scss/kazu.scss */
  .kazu-jic .secWrap > h3.open::after {
    bottom: 14px;
  }
  /* line 1037, ../scss/kazu.scss */
  .kazu-jic .secWrap .inner {
    display: none;
    position: relative;
  }
  /* line 1041, ../scss/kazu.scss */
  .kazu-jic .secWrap .inner figcaption {
    margin-left: 5%;
    margin-right: 5%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 1048, ../scss/kazu.scss */
  .kazu-jic .secWrap .inner > p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 1053, ../scss/kazu.scss */
  .kazu-jic .secWrap .inner .about {
    padding-top: 20px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /* line 1057, ../scss/kazu.scss */
  .kazu-jic .secWrap .inner .about .about-img01, .kazu-jic .secWrap .inner .about .about-img02 {
    width: 100%;
  }
  /* line 1061, ../scss/kazu.scss */
  .kazu-jic .secWrap .inner .about .txt {
    padding: 5%;
  }
  /* line 1064, ../scss/kazu.scss */
  .kazu-jic .secWrap .inner .about .txt h4 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5em;
  }
  /* line 1070, ../scss/kazu.scss */
  .kazu-jic .secWrap .inner .about .txt p {
    font-size: 12px;
    font-size: 1.2rem;
    lin-ehieght: 1.6;
  }
  /* line 1078, ../scss/kazu.scss */
  .kazu-jic .secWrap .inner .arrow {
    display: block;
    width: 100%;
    height: 40px;
    position: relative;
    cursor: pointer;
  }
  /* line 1085, ../scss/kazu.scss */
  .kazu-jic .secWrap .inner .arrow::before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #c7000a;
    border-bottom: 2px solid #c7000a;
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -5px;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  /* line 1098, ../scss/kazu.scss */
  .kazu-jic .secWrap .inner .arrow::after {
    content: "";
    width: 4px;
    height: 4px;
    border-right: 2px solid #c7000a;
    border-bottom: 2px solid #c7000a;
    position: absolute;
    bottom: 14px;
    left: 50%;
    margin-left: -2px;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
/* line 1114, ../scss/kazu.scss */
.kazu-jic .secWrap.section01 {
  margin-top: -135px;
}
/* line 1117, ../scss/kazu.scss */
.kazu-jic .secWrap.section01 .img01 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
/* line 1122, ../scss/kazu.scss */
.kazu-jic .secWrap.section01 .img01_sp {
  display: none;
}
/* line 1128, ../scss/kazu.scss */
.kazu-jic .secWrap.section02 .img01 {
  max-width: 806px;
  margin: 0 auto;
}
/* line 1133, ../scss/kazu.scss */
.kazu-jic .secWrap.section02 .img02 {
  float: left;
  width: 38%;
  margin-top: 10px;
  margin-right: 35px;
}
/* line 1140, ../scss/kazu.scss */
.kazu-jic .secWrap.section02 .about {
  clear: both;
}
/* line 1146, ../scss/kazu.scss */
.kazu-jic .secWrap.section03 .img01 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
/* line 1152, ../scss/kazu.scss */
.kazu-jic .secWrap.section04 {
  background: url(/special/kazu/assets/img/jic/tower_bg.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 10px;
}
/* line 1157, ../scss/kazu.scss */
.kazu-jic .secWrap.section04 .inner {
  padding: 0 0 30px;
}
/* line 1161, ../scss/kazu.scss */
.kazu-jic .secWrap.section04 .inner .bg > p {
  padding-left: 90px;
  padding-right: 90px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Sawarabi Mincho", serif;
  line-height: 2em;
  margin: 1.5em 0;
}
/* line 1171, ../scss/kazu.scss */
.kazu-jic .secWrap.section04 .inner .bg .note {
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 1176, ../scss/kazu.scss */
.kazu-jic .secWrap.section04 .inner .bg .img01_sp {
  display: none;
}
/* line 1182, ../scss/kazu.scss */
.kazu-jic .secWrap.section04 .img01 {
  padding: 50px 48% 90px 90px;
  background: url(/special/kazu/assets/img/jic/tower_img01_bg.png) no-repeat right bottom;
  background-size: contain;
}
/* line 1187, ../scss/kazu.scss */
.kazu-jic .secWrap.section04 .img01 figcaption {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ffffff;
}
/* line 1194, ../scss/kazu.scss */
.kazu-jic .secWrap.section04 .about {
  padding-top: 0;
}
/* line 1197, ../scss/kazu.scss */
.kazu-jic .secWrap.section04 .about .txt {
  margin-left: 90px;
  margin-right: 90px;
  margin-top: 20px;
}
@media screen and (max-width: 1025px) {
  /* line 1208, ../scss/kazu.scss */
  .kazu-jic .secWrap.section04 .inner .bg > p {
    padding-left: 5%;
    padding-right: 5%;
  }
  /* line 1213, ../scss/kazu.scss */
  .kazu-jic .secWrap.section04 .inner .img01 {
    padding: 6% 48% 6% 5%;
  }
  /* line 1217, ../scss/kazu.scss */
  .kazu-jic .secWrap.section04 .inner .about .txt {
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 768px) {
  /* line 1228, ../scss/kazu.scss */
  .kazu-jic .secWrap.section04 .inner .img01 figcaption {
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  /* line 1239, ../scss/kazu.scss */
  .kazu-jic .secWrap.section01 {
    margin-top: 0;
  }
  /* line 1242, ../scss/kazu.scss */
  .kazu-jic .secWrap.section01 .img01 {
    display: none;
  }
  /* line 1246, ../scss/kazu.scss */
  .kazu-jic .secWrap.section01 .img01_sp {
    display: block;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }
  /* line 1254, ../scss/kazu.scss */
  .kazu-jic .secWrap.section02 .inner figcaption {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1259, ../scss/kazu.scss */
  .kazu-jic .secWrap.section02 .img02 {
    float: none;
    width: 75%;
    margin: 0 auto 1.5em;
  }
  /* line 1266, ../scss/kazu.scss */
  .kazu-jic .secWrap.section04 {
    background: #ffffff;
  }
  /* line 1270, ../scss/kazu.scss */
  .kazu-jic .secWrap.section04 .inner .bg {
    background: url(/special/kazu/assets/img/jic/tower_bg_sp.jpg) no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 94%;
  }
  /* line 1275, ../scss/kazu.scss */
  .kazu-jic .secWrap.section04 .inner .bg > p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 1280, ../scss/kazu.scss */
  .kazu-jic .secWrap.section04 .inner .bg .note {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1285, ../scss/kazu.scss */
  .kazu-jic .secWrap.section04 .inner .bg .img01_sp {
    display: block;
    padding-left: 5%;
    padding-right: 5%;
  }
  /* line 1290, ../scss/kazu.scss */
  .kazu-jic .secWrap.section04 .inner .bg .img01_sp figcaption {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 1297, ../scss/kazu.scss */
  .kazu-jic .secWrap.section04 .inner .img01 {
    display: none;
  }
  /* line 1301, ../scss/kazu.scss */
  .kazu-jic .secWrap.section04 .inner .about {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 5%;
  }
  /* line 1306, ../scss/kazu.scss */
  .kazu-jic .secWrap.section04 .inner .about .txt {
    margin: 0;
  }
}

/*--------------------------------------------------------
	KAZU - CEO
--------------------------------------------------------*/
/* line 1323, ../scss/kazu.scss */
.kazu-ceo .visualWrap {
  width: 100%;
  background: #f9f9f9;
  padding: 2.5% 5% 0;
}
/* line 1328, ../scss/kazu.scss */
.kazu-ceo .visualWrap .ttlBg {
  background: url(/special/kazu/assets/img/ceo/main_img.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 27vw;
  position: relative;
}
/* line 1335, ../scss/kazu.scss */
.kazu-ceo .visualWrap .ttlBg h1 {
  width: 100%;
  font-size: 86px;
  font-size: 4.7vw;
  font-family: "Fjalla One", sans-serif;
  text-align: center;
  line-height: 0.8em;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1em;
}
/* line 1347, ../scss/kazu.scss */
.kazu-ceo .visualWrap .ttlBg h1 .red {
  color: #c7000a;
}
/* line 1353, ../scss/kazu.scss */
.kazu-ceo .visualWrap > h2 {
  text-align: center;
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: bold;
  color: #343434;
  line-height: 1.3em;
  padding: .6em 0 0;
}
/* line 1362, ../scss/kazu.scss */
.kazu-ceo .visualWrap > h2 .subttl {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  color: #000000;
  line-height: 2em;
}
/* line 1370, ../scss/kazu.scss */
.kazu-ceo .visualWrap > h2 br {
  display: none;
}
/* line 1373, ../scss/kazu.scss */
.kazu-ceo .visualWrap .summary {
  max-width: 870px;
  margin: 0 auto;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2em;
  padding: 1em 0 260px;
}
@media screen and (max-width: 1025px) {
  /* line 1385, ../scss/kazu.scss */
  .kazu-ceo .visualWrap > h2 br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  /* line 1390, ../scss/kazu.scss */
  .kazu-ceo .visualWrap > h2 {
    font-size: 30px;
    font-size: 3.0rem;
  }
}
@media screen and (max-width: 480px) {
  /* line 1323, ../scss/kazu.scss */
  .kazu-ceo .visualWrap {
    padding: 0;
  }
  /* line 1399, ../scss/kazu.scss */
  .kazu-ceo .visualWrap .ttlBg {
    background: url(/special/kazu/assets/img/ceo/main_img_sp.jpg) no-repeat center top;
    background-size: 100% auto;
    width: 100%;
    height: auto;
    position: static;
  }
  /* line 1406, ../scss/kazu.scss */
  .kazu-ceo .visualWrap .ttlBg > h1 {
    position: static;
    padding: 55% 0 0;
    margin-top: 0;
    font-size: 72px;
    font-size: 15.2vw;
    line-height: 1.1em;
  }
  /* line 1414, ../scss/kazu.scss */
  .kazu-ceo .visualWrap .ttlBg > h1 br:nth-of-type(2) {
    display: none;
  }
  /* line 1420, ../scss/kazu.scss */
  .kazu-ceo .visualWrap > h2 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  /* line 1424, ../scss/kazu.scss */
  .kazu-ceo .visualWrap > h2 .subttl {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1430, ../scss/kazu.scss */
  .kazu-ceo .visualWrap .summary {
    padding: 5% 5% 8%;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8em;
  }
}
/* line 1439, ../scss/kazu.scss */
.kazu-ceo .interviewWrap {
  margin: -210px auto 10px;
  max-width: 1180px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  position: relative;
}
/* line 1446, ../scss/kazu.scss */
.kazu-ceo .interviewWrap::after {
  content: "";
  width: 160px;
  height: 10px;
  background: #c7000a;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -80px;
}
@media screen and (max-width: 1366px) {
  /* line 1439, ../scss/kazu.scss */
  .kazu-ceo .interviewWrap {
    max-width: 100%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 480px) {
  /* line 1439, ../scss/kazu.scss */
  .kazu-ceo .interviewWrap {
    margin: 0;
    border: none;
  }
  /* line 1467, ../scss/kazu.scss */
  .kazu-ceo .interviewWrap::after {
    display: none;
  }
}
/* line 1473, ../scss/kazu.scss */
.kazu-ceo .secWrap {
  position: relative;
  padding-bottom: 60px;
}
/* line 1477, ../scss/kazu.scss */
.kazu-ceo .secWrap h3 {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: bold;
  line-height: 1.5em;
  position: absolute;
}
/* line 1484, ../scss/kazu.scss */
.kazu-ceo .secWrap h3 .br {
  display: block;
}
/* line 1489, ../scss/kazu.scss */
.kazu-ceo .secWrap .inner .arrow {
  display: none;
}
/* line 1493, ../scss/kazu.scss */
.kazu-ceo .secWrap .profile {
  width: 50%;
}
/* line 1496, ../scss/kazu.scss */
.kazu-ceo .secWrap .profile .name {
  margin: 15px 0 10px;
  font-size: 37px;
  font-size: 3.7rem;
  font-family: "Sawarabi Mincho", serif;
}
/* line 1502, ../scss/kazu.scss */
.kazu-ceo .secWrap .profile .name .team {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.4em;
  vertical-align: middle;
}
/* line 1510, ../scss/kazu.scss */
.kazu-ceo .secWrap .profile .detail {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8em;
  font-family: "Sawarabi Mincho", serif;
}
/* line 1518, ../scss/kazu.scss */
.kazu-ceo .secWrap .profile_sp {
  display: none;
}
/* line 1522, ../scss/kazu.scss */
.kazu-ceo .secWrap .txt {
  padding: 0 7%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Sawarabi Mincho", serif;
  line-height: 2em;
}
/* line 1529, ../scss/kazu.scss */
.kazu-ceo .secWrap .txt p {
  margin: 1.5em 0;
}
/* line 1533, ../scss/kazu.scss */
.kazu-ceo .secWrap .txt .ishida .name {
  color: #c7000a;
  margin-right: 1.5em;
}
/* line 1538, ../scss/kazu.scss */
.kazu-ceo .secWrap .txt .kazu .name {
  color: #00a0e9;
  margin-right: 1.5em;
}
/* line 1544, ../scss/kazu.scss */
.kazu-ceo .secWrap figcaption {
  margin: 10px auto 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Sawarabi Mincho", serif;
  line-height: 1.7;
  color: #c7000a;
}
/* line 1553, ../scss/kazu.scss */
.kazu-ceo .secWrap .date {
  text-align: right;
  padding: 0 7%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Sawarabi Mincho", serif;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1025px) {
  /* line 1563, ../scss/kazu.scss */
  .kazu-ceo .secWrap h3 {
    font-size: 30px;
    font-size: 3.5vw;
  }
  /* line 1568, ../scss/kazu.scss */
  .kazu-ceo .secWrap .txt {
    padding: 0 5%;
  }
  /* line 1572, ../scss/kazu.scss */
  .kazu-ceo .secWrap .date {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  /* line 1579, ../scss/kazu.scss */
  .kazu-ceo .secWrap .profile .name {
    font-size: 25px;
    font-size: 2.5rem;
  }
  /* line 1583, ../scss/kazu.scss */
  .kazu-ceo .secWrap .profile .name .team {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 1589, ../scss/kazu.scss */
  .kazu-ceo .secWrap .profile .detail {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6em;
    margin: 0;
  }
  /* line 1597, ../scss/kazu.scss */
  .kazu-ceo .secWrap .txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 1602, ../scss/kazu.scss */
  .kazu-ceo .secWrap figcaption {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 1607, ../scss/kazu.scss */
  .kazu-ceo .secWrap .date {
    font-size: 10px;
    font-size: 1.0rem;
  }
}
@media screen and (max-width: 480px) {
  /* line 1473, ../scss/kazu.scss */
  .kazu-ceo .secWrap {
    padding-bottom: 0;
    border-top: 1px solid #d2d2d2;
  }
  /* line 1617, ../scss/kazu.scss */
  .kazu-ceo .secWrap::after {
    content: "";
    width: 80px;
    height: 6px;
    background: #c7000a;
    position: absolute;
    top: -3px;
    left: 50%;
    margin-left: -40px;
  }
  /* line 1628, ../scss/kazu.scss */
  .kazu-ceo .secWrap h3 {
    position: static;
    font-size: 19px;
    font-size: 1.9rem;
    text-align: center;
    padding: 7% 0 9%;
    position: relative;
  }
  /* line 1636, ../scss/kazu.scss */
  .kazu-ceo .secWrap h3 .br {
    display: inline-block;
  }
  /* line 1640, ../scss/kazu.scss */
  .kazu-ceo .secWrap h3::before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #c7000a;
    border-bottom: 2px solid #c7000a;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -5px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: ease-in-out, 0.2s;
    -o-transition: ease-in-out, 0.2s;
    -webkit-transition: ease-in-out, 0.2s;
    transition: ease-in-out, 0.2s;
  }
  /* line 1654, ../scss/kazu.scss */
  .kazu-ceo .secWrap h3::after {
    content: "";
    width: 4px;
    height: 4px;
    border-right: 2px solid #c7000a;
    border-bottom: 2px solid #c7000a;
    position: absolute;
    bottom: 19px;
    left: 50%;
    margin-left: -2px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: ease-in-out, 0.2s;
    -o-transition: ease-in-out, 0.2s;
    -webkit-transition: ease-in-out, 0.2s;
    transition: ease-in-out, 0.2s;
  }
  /* line 1669, ../scss/kazu.scss */
  .kazu-ceo .secWrap h3.open::before, .kazu-ceo .secWrap h3.open::after {
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  /* line 1673, ../scss/kazu.scss */
  .kazu-ceo .secWrap h3.open::before {
    bottom: 12px;
  }
  /* line 1677, ../scss/kazu.scss */
  .kazu-ceo .secWrap h3.open::after {
    bottom: 14px;
  }
  /* line 1683, ../scss/kazu.scss */
  .kazu-ceo .secWrap .inner {
    display: none;
    position: relative;
    padding-bottom: 5%;
  }
  /* line 1688, ../scss/kazu.scss */
  .kazu-ceo .secWrap .inner .arrow {
    display: block;
    width: 100%;
    height: 40px;
    position: relative;
    cursor: pointer;
  }
  /* line 1695, ../scss/kazu.scss */
  .kazu-ceo .secWrap .inner .arrow::before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #c7000a;
    border-bottom: 2px solid #c7000a;
    position: absolute;
    bottom: 12px;
    left: 50%;
    margin-left: -5px;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  /* line 1708, ../scss/kazu.scss */
  .kazu-ceo .secWrap .inner .arrow::after {
    content: "";
    width: 4px;
    height: 4px;
    border-right: 2px solid #c7000a;
    border-bottom: 2px solid #c7000a;
    position: absolute;
    bottom: 14px;
    left: 50%;
    margin-left: -2px;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  /* line 1723, ../scss/kazu.scss */
  .kazu-ceo .secWrap .profile {
    display: none;
  }
  /* line 1727, ../scss/kazu.scss */
  .kazu-ceo .secWrap .profile_sp {
    display: block;
    width: 100%;
  }
  /* line 1731, ../scss/kazu.scss */
  .kazu-ceo .secWrap .profile_sp .img {
    width: 78%;
    margin: 0 auto;
  }
  /* line 1736, ../scss/kazu.scss */
  .kazu-ceo .secWrap .profile_sp .name {
    margin: 15px 0 10px;
    font-size: 25px;
    font-size: 2.5rem;
    font-family: "Sawarabi Mincho", serif;
  }
  /* line 1742, ../scss/kazu.scss */
  .kazu-ceo .secWrap .profile_sp .name .team {
    font-size: 15px;
    font-size: 1.5rem;
    vertical-align: middle;
  }
  /* line 1749, ../scss/kazu.scss */
  .kazu-ceo .secWrap .profile_sp .detail {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6em;
    font-family: "Sawarabi Mincho", serif;
    margin-top: 0;
  }
}
/* line 1760, ../scss/kazu.scss */
.kazu-ceo .secWrap.section01 h3 {
  top: 0;
  left: 0;
  margin: 14% 0 0 7%;
}
/* line 1766, ../scss/kazu.scss */
.kazu-ceo .secWrap.section01 .profile {
  float: right;
  padding: 8% 4% 14%;
}
/* line 1771, ../scss/kazu.scss */
.kazu-ceo .secWrap.section01 .txt {
  padding-top: 38%;
}
/* line 1775, ../scss/kazu.scss */
.kazu-ceo .secWrap.section01 .img01 {
  max-width: 806px;
  margin: 0 auto;
}
/* line 1782, ../scss/kazu.scss */
.kazu-ceo .secWrap.section02 h3 {
  top: 0;
  left: 0;
  margin: 3% 0 0 50%;
}
/* line 1788, ../scss/kazu.scss */
.kazu-ceo .secWrap.section02 .profile {
  float: left;
  padding: 0 4% 10% 7%;
}
/* line 1793, ../scss/kazu.scss */
.kazu-ceo .secWrap.section02 .profile .name > br {
  display: none;
}
/* line 1796, ../scss/kazu.scss */
.kazu-ceo .secWrap.section02 .profile .name .team {
  display: block;
  margin-bottom: 10px;
}
/* line 1803, ../scss/kazu.scss */
.kazu-ceo .secWrap.section02 .txt {
  padding-top: 25%;
}
/* line 1807, ../scss/kazu.scss */
.kazu-ceo .secWrap.section02 .img02 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}
/* line 1814, ../scss/kazu.scss */
.kazu-ceo .secWrap.section03 h3 {
  top: 0;
  left: 0;
  margin: 5% 0 0 7%;
}
/* line 1820, ../scss/kazu.scss */
.kazu-ceo .secWrap.section03 .img03 {
  width: 50%;
  float: right;
  padding: 0 4% 8%;
}
/* line 1826, ../scss/kazu.scss */
.kazu-ceo .secWrap.section03 .txt {
  padding-top: 30%;
}
/* line 1830, ../scss/kazu.scss */
.kazu-ceo .secWrap.section03 .img01 {
  max-width: 806px;
  margin: 0 auto;
}
/* line 1837, ../scss/kazu.scss */
.kazu-ceo .secWrap.section04 h3 {
  position: static;
  width: 100%;
  text-align: center;
  margin: 0 0 6%;
}
/* line 1844, ../scss/kazu.scss */
.kazu-ceo .secWrap.section04 .img04 {
  max-width: 806px;
  margin: 0 auto;
}
/* line 1849, ../scss/kazu.scss */
.kazu-ceo .secWrap.section04 .txt {
  padding-top: 20px;
}
/* line 1853, ../scss/kazu.scss */
.kazu-ceo .secWrap.section04 .img05 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 7%;
}
/* line 1859, ../scss/kazu.scss */
.kazu-ceo .secWrap.section04 .img05 img {
  width: 49.75%;
}
/* line 1864, ../scss/kazu.scss */
.kazu-ceo .secWrap.section04 .img04_sp, .kazu-ceo .secWrap.section04 .img05_sp {
  display: none;
}
@media screen and (max-width: 1025px) {
  /* line 1871, ../scss/kazu.scss */
  .kazu-ceo .secWrap.section01 h3 {
    margin-left: 5%;
  }
  /* line 1875, ../scss/kazu.scss */
  .kazu-ceo .secWrap.section01 .img01 {
    padding: 0 5%;
  }
  /* line 1881, ../scss/kazu.scss */
  .kazu-ceo .secWrap.section03 h3 {
    margin-left: 5%;
  }
  /* line 1887, ../scss/kazu.scss */
  .kazu-ceo .secWrap.section04 .img04, .kazu-ceo .secWrap.section04 .img05 {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  /* line 1895, ../scss/kazu.scss */
  .kazu-ceo .secWrap.section04 .img05 {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 1903, ../scss/kazu.scss */
  .kazu-ceo .secWrap.section01 h3, .kazu-ceo .secWrap.section02 h3 {
    margin: 0;
  }
  /* line 1907, ../scss/kazu.scss */
  .kazu-ceo .secWrap.section01 .txt, .kazu-ceo .secWrap.section02 .txt {
    padding-top: 0;
  }
  /* line 1913, ../scss/kazu.scss */
  .kazu-ceo .secWrap.section02 .profile_sp .name .team {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4em;
    display: block;
    margin-bottom: 4px;
  }
  /* line 1923, ../scss/kazu.scss */
  .kazu-ceo .secWrap.section03 h3 {
    margin: 0;
  }
  /* line 1927, ../scss/kazu.scss */
  .kazu-ceo .secWrap.section03 .img03 {
    float: none;
    padding: 0 5%;
    margin: 0 auto;
    width: 78%;
  }
  /* line 1934, ../scss/kazu.scss */
  .kazu-ceo .secWrap.section03 .txt {
    padding-top: 0;
  }
  /* line 1940, ../scss/kazu.scss */
  .kazu-ceo .secWrap.section04 h3 {
    margin: 0;
    position: relative;
  }
  /* line 1945, ../scss/kazu.scss */
  .kazu-ceo .secWrap.section04 .txt {
    padding-top: 0;
  }
  /* line 1949, ../scss/kazu.scss */
  .kazu-ceo .secWrap.section04 .img04_sp {
    display: block;
  }
  /* line 1953, ../scss/kazu.scss */
  .kazu-ceo .secWrap.section04 .img05_sp {
    display: block;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 1961, ../scss/kazu.scss */
  .kazu-ceo .secWrap.section04 .img05_sp img {
    width: 49.75%;
  }
  /* line 1966, ../scss/kazu.scss */
  .kazu-ceo .secWrap.section04 .img04, .kazu-ceo .secWrap.section04 .img05 {
    display: none;
  }
}

/*--------------------------------------------------------
	KAZU - フッター上ボタンエリア
--------------------------------------------------------*/
/* line 1979, ../scss/kazu.scss */
.bottomWrap {
  background: #f9f9f9;
  padding-top: 100px;
  margin-top: -100px;
  padding-bottom: 80px;
}
/* line 1985, ../scss/kazu.scss */
.bottomWrap .note {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Sawarabi Mincho", serif;
  text-align: right;
  max-width: 1180px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 1366px) {
  /* line 1985, ../scss/kazu.scss */
  .bottomWrap .note {
    max-width: 100%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
/* line 2000, ../scss/kazu.scss */
.bottomWrap .banner {
  max-width: 900px;
  margin: 40px auto;
}
/* line 2005, ../scss/kazu.scss */
.bottomWrap .otherArticle {
  background: #ffffff;
  max-width: 1180px;
  margin: 0 auto;
}
/* line 2010, ../scss/kazu.scss */
.bottomWrap .otherArticle a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 6% 8%;
  text-decoration: none;
}
/* line 2017, ../scss/kazu.scss */
.bottomWrap .otherArticle a .thumb {
  width: 45%;
  overflow: hidden;
}
/* line 2021, ../scss/kazu.scss */
.bottomWrap .otherArticle a .thumb img {
  -moz-transition: ease-in-out, 0.2s;
  -o-transition: ease-in-out, 0.2s;
  -webkit-transition: ease-in-out, 0.2s;
  transition: ease-in-out, 0.2s;
}
/* line 2026, ../scss/kazu.scss */
.bottomWrap .otherArticle a .txtbox {
  width: 49%;
}
/* line 2029, ../scss/kazu.scss */
.bottomWrap .otherArticle a .txtbox .en {
  font-size: 30px;
  font-size: 3.0rem;
  font-family: "Fjalla One", sans-serif;
  color: #000000;
}
/* line 2035, ../scss/kazu.scss */
.bottomWrap .otherArticle a .txtbox .en .red {
  color: #c7000a;
}
/* line 2040, ../scss/kazu.scss */
.bottomWrap .otherArticle a .txtbox .subttl {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #000000;
  margin: 1em auto .5em;
}
/* line 2048, ../scss/kazu.scss */
.bottomWrap .otherArticle a .txtbox .ttl {
  font-size: 31px;
  font-size: 3.1rem;
  font-weight: bold;
  line-height: 1.25em;
  color: #000000;
  margin-bottom: .8em;
}
/* line 2056, ../scss/kazu.scss */
.bottomWrap .otherArticle a .txtbox .ttl span {
  display: inline-block;
}
/* line 2060, ../scss/kazu.scss */
.bottomWrap .otherArticle a .txtbox .ttl .line {
  position: relative;
  padding-right: 2em;
}
/* line 2064, ../scss/kazu.scss */
.bottomWrap .otherArticle a .txtbox .ttl .line::after {
  content: "";
  width: 2em;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
}
/* line 2077, ../scss/kazu.scss */
.bottomWrap .otherArticle a .txtbox .btn span {
  display: block;
  width: 295px;
  background: #c7000a;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  color: #ffffff;
  padding: 15px 0 15px 30px;
  position: relative;
}
/* line 2089, ../scss/kazu.scss */
.bottomWrap .otherArticle a .txtbox .btn span::before, .bottomWrap .otherArticle a .txtbox .btn span::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 2102, ../scss/kazu.scss */
.bottomWrap .otherArticle a .txtbox .btn span::before {
  margin-left: -50px;
}
/* line 2106, ../scss/kazu.scss */
.bottomWrap .otherArticle a .txtbox .btn span::after {
  margin-left: -42px;
}
@media screen and (min-width: 769px) {
  /* line 2115, ../scss/kazu.scss */
  .bottomWrap .otherArticle a:hover .thumb img, .bottomWrap .otherArticle a:active .thumb img {
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
  }
  /* line 2121, ../scss/kazu.scss */
  .bottomWrap .otherArticle a:hover .txtbox .btn span, .bottomWrap .otherArticle a:active .txtbox .btn span {
    background: #ee000c;
  }
}
@media screen and (max-width: 768px) {
  /* line 2131, ../scss/kazu.scss */
  .bottomWrap .otherArticle a:active .txtbox .btn span {
    background: #ee000c;
  }
}
@media screen and (max-width: 1366px) {
  /* line 2005, ../scss/kazu.scss */
  .bottomWrap .otherArticle {
    max-width: 100%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 1025px) {
  /* line 2147, ../scss/kazu.scss */
  .bottomWrap .banner {
    max-width: 100%;
    margin-left: 5%;
    margin-right: 5%;
  }
  /* line 2155, ../scss/kazu.scss */
  .bottomWrap .otherArticle a .txtbox .subttl {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 2160, ../scss/kazu.scss */
  .bottomWrap .otherArticle a .txtbox .ttl {
    font-size: 23px;
    font-size: 2.3rem;
  }
  /* line 2165, ../scss/kazu.scss */
  .bottomWrap .otherArticle a .txtbox .btn span {
    font-size: 20px;
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 768px) {
  /* line 2174, ../scss/kazu.scss */
  .bottomWrap .note {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 2180, ../scss/kazu.scss */
  .bottomWrap .otherArticle a .txtbox {
    padding: 0;
  }
  /* line 2183, ../scss/kazu.scss */
  .bottomWrap .otherArticle a .txtbox .en {
    font-size: 3.9vw;
  }
  /* line 2187, ../scss/kazu.scss */
  .bottomWrap .otherArticle a .txtbox .subttl {
    font-size: 1.5vw;
  }
  /* line 2191, ../scss/kazu.scss */
  .bottomWrap .otherArticle a .txtbox .ttl {
    font-size: 2.9vw;
    color: #c7000a;
  }
  /* line 2195, ../scss/kazu.scss */
  .bottomWrap .otherArticle a .txtbox .ttl .line::after {
    background: #c7000a;
  }
  /* line 2200, ../scss/kazu.scss */
  .bottomWrap .otherArticle a .txtbox .btn span {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  /* line 1979, ../scss/kazu.scss */
  .bottomWrap {
    margin-top: 0;
    padding: 20px 0 30px;
    border-top: 1px solid #d2d2d2;
  }
  /* line 2212, ../scss/kazu.scss */
  .bottomWrap .note {
    padding: 0 5%;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: center;
  }
  /* line 2219, ../scss/kazu.scss */
  .bottomWrap .otherArticle a {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 8% 5%;
  }
  /* line 2223, ../scss/kazu.scss */
  .bottomWrap .otherArticle a .thumb {
    width: 100%;
  }
  /* line 2227, ../scss/kazu.scss */
  .bottomWrap .otherArticle a .txtbox {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  /* line 2232, ../scss/kazu.scss */
  .bottomWrap .otherArticle a .txtbox .en {
    font-size: 30px;
    font-size: 8vw;
  }
  /* line 2237, ../scss/kazu.scss */
  .bottomWrap .otherArticle a .txtbox .subttl {
    font-size: 12px;
    font-size: 3.2vw;
  }
  /* line 2242, ../scss/kazu.scss */
  .bottomWrap .otherArticle a .txtbox .ttl {
    font-size: 23px;
    font-size: 6.1vw;
  }
}

/* line 2252, ../scss/kazu.scss */
.btnIndex {
  max-width: 1180px;
  margin: 30px auto 0;
  text-align: right;
}
/* line 2257, ../scss/kazu.scss */
.btnIndex a {
  display: inline-block;
  background: #000000;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
/* line 2268, ../scss/kazu.scss */
.btnIndex a::after {
  content: "";
  width: 21px;
  height: 21px;
  border: 21px solid transparent;
  border-right: 21px solid #000000;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: -42px;
}
/* line 2280, ../scss/kazu.scss */
.btnIndex a .en {
  font-family: "Fjalla One", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  vertical-align: middle;
  margin-right: .5em;
}
/* line 2288, ../scss/kazu.scss */
.btnIndex a .red {
  color: #c7000a;
}
/* line 2292, ../scss/kazu.scss */
.btnIndex a .arrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
}
/* line 2298, ../scss/kazu.scss */
.btnIndex a .arrow::before, .btnIndex a .arrow::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 2311, ../scss/kazu.scss */
.btnIndex a .arrow::before {
  margin-left: -6px;
}
@media screen and (min-width: 769px) {
  /* line 2317, ../scss/kazu.scss */
  .btnIndex a:hover, .btnIndex a:active {
    background: #444444;
  }
  /* line 2320, ../scss/kazu.scss */
  .btnIndex a:hover::after, .btnIndex a:active::after {
    border-right-color: #444444;
  }
}
@media screen and (max-width: 768px) {
  /* line 2327, ../scss/kazu.scss */
  .btnIndex a:active {
    background: #444444;
  }
  /* line 2330, ../scss/kazu.scss */
  .btnIndex a:active::after {
    border-right-color: #444444;
  }
}
@media screen and (max-width: 1366px) {
  /* line 2252, ../scss/kazu.scss */
  .btnIndex {
    max-width: 100%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 480px) {
  /* line 2344, ../scss/kazu.scss */
  .btnIndex a {
    font-size: 12px;
    font-size: 3.2vw;
  }
  /* line 2348, ../scss/kazu.scss */
  .btnIndex a .en {
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 2353, ../scss/kazu.scss */
  .btnIndex a::after {
    width: 20px;
    height: 20px;
    border-width: 20px;
    left: -40px;
  }
}

/*--------------------------------------------------------
	KAZU - ANIMATION
--------------------------------------------------------*/
/* line 2368, ../scss/kazu.scss */
.anm {
  opacity: 0;
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 2373, ../scss/kazu.scss */
.anm.is-done {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 2379, ../scss/kazu.scss */
.kazu-jic .summaryBox.anm {
  opacity: 0;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 0.3s ease-out 0.1s;
  -o-transition: all 0.3s ease-out 0.1s;
  -webkit-transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.1s;
  transition: all 0.3s ease-out 0.1s;
}
/* line 2384, ../scss/kazu.scss */
.kazu-jic .summaryBox.anm.is-done {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*--------------------------------------------------------
	PAGETOP
--------------------------------------------------------*/
/* line 2394, ../scss/kazu.scss */
.cmn_pagetop {
  display: none !important;
}
