@charset "UTF-8";
html.--fixed {
  overflow: hidden;
}

/* CSS Document */
/**********************************
モジュール
**********************************/
.mT0 {
  margin-top: 0;
}

.mT10 {
  margin-top: 10px !important;
}

@media (min-width: 768px) {
  .mT10 {
    margin-top: 20px !important;
  }
}
.mT15 {
  margin-top: 15px !important;
}

@media (min-width: 768px) {
  .mT15 {
    margin-top: 30px !important;
  }
}
.mT20 {
  margin-top: 20px !important;
}

@media (min-width: 768px) {
  .mT20 {
    margin-top: 40px !important;
  }
}
.mT25 {
  margin-top: 25px !important;
}

@media (min-width: 768px) {
  .mT25 {
    margin-top: 50px !important;
  }
}
.mT30 {
  margin-top: 30px !important;
}

@media (min-width: 768px) {
  .mT30 {
    margin-top: 60px !important;
  }
}
.mT35 {
  margin-top: 35px !important;
}

@media (min-width: 768px) {
  .mT35 {
    margin-top: 70px !important;
  }
}
.mT40 {
  margin-top: 40px !important;
}

@media (min-width: 768px) {
  .mT40 {
    margin-top: 80px !important;
  }
}
.mT45 {
  margin-top: 45px !important;
}

@media (min-width: 768px) {
  .mT45 {
    margin-top: 90px !important;
  }
}
.mT50 {
  margin-top: 50px !important;
}

@media (min-width: 768px) {
  .mT50 {
    margin-top: 100px !important;
  }
}
.mB0 {
  margin-bottom: 0 !important;
}

.mB5 {
  margin-bottom: 5px !important;
}

@media (min-width: 768px) {
  .mB5 {
    margin-bottom: 10px !important;
  }
}
.mB10 {
  margin-bottom: 10px !important;
}

@media (min-width: 768px) {
  .mB10 {
    margin-bottom: 20px !important;
  }
}
.mB15 {
  margin-bottom: 15px !important;
}

@media (min-width: 768px) {
  .mB15 {
    margin-bottom: 30px !important;
  }
}
.mB20 {
  margin-bottom: 20px !important;
}

@media (min-width: 768px) {
  .mB20 {
    margin-bottom: 40px !important;
  }
}
.mB25 {
  margin-bottom: 25px !important;
}

@media (min-width: 768px) {
  .mB25 {
    margin-bottom: 50px !important;
  }
}
.mB30 {
  margin-bottom: 30px !important;
}

@media (min-width: 768px) {
  .mB30 {
    margin-bottom: 60px !important;
  }
}
.mB35 {
  margin-bottom: 35px !important;
}

@media (min-width: 768px) {
  .mB35 {
    margin-bottom: 70px !important;
  }
}
.mB40 {
  margin-bottom: 40px !important;
}

@media (min-width: 768px) {
  .mB40 {
    margin-bottom: 80px !important;
  }
}
.mB45 {
  margin-bottom: 45px !important;
}

@media (min-width: 768px) {
  .mB45 {
    margin-bottom: 80px !important;
  }
}
.mB50 {
  margin-bottom: 50px !important;
}

@media (min-width: 768px) {
  .mB50 {
    margin-bottom: 100px !important;
  }
}
.w10 {
  width: 10% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  display: block !important;
}

.w20 {
  width: 20% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  display: block !important;
}

.w30 {
  width: 30% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  display: block !important;
}

.w40 {
  width: 40% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  display: block !important;
}

.w50 {
  width: 50% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  display: block !important;
}

.w60 {
  width: 60% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  display: block !important;
}

.w70 {
  width: 70% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  display: block !important;
}

.w80 {
  width: 80% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  display: block !important;
}

.w90 {
  width: 90% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  display: block !important;
}

.w100 {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  display: block !important;
}

.lh16 {
  line-height: 1.6;
}

.lh18 {
  line-height: 1.8;
}

strong, .strong {
  font-weight: bold;
}

* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

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

/**********************************
共通部分
**********************************/
html {
  font-size: 62.5%;
  line-height: 1;
  font-family: "Helvetica", Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", "MS PGothic", Sans-Serif;
}

p, li, dt, dd {
  font-size: 1.4rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  p, li, dt, dd {
    font-size: 1.6rem;
  }
}
li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.onlySp {
  display: block;
}

@media (min-width: 768px) {
  .onlySp {
    display: none;
  }
}
.onlyPc {
  display: none;
}

@media (min-width: 768px) {
  .onlyPc {
    display: block;
  }
}
a[href^="tel:"] {
  cursor: default;
}

/**********************************
共通ブロック
**********************************/
main {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  main {
    margin-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  .col2 .leftBox,
  .col2 .rightBox{
    width: 48%;
    margin-right: 4%;
  }
}
.dec {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 14px 15px;
  border: 3px solid #000;
  position: relative;
  z-index: 1;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .dec {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
.dec:after {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 8px;
  bottom: 7px;
  left: 25px;
  background-color: #fff100;
  z-index: -1;
}

@media (min-width: 768px) {
  .dec:after {
    width: 90px;
  }
}
.parallax {
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width: 768px) {
  .parallax {
    height: 500px;
    background-size: cover;
    background-attachment: scroll;
  }
}
@media (min-width: 1200px) {
  .parallax {
    height: 750px;
    background-attachment: fixed;
  }
}
.contents {
  margin: 0 auto;
  padding: 0 2%;
}

@media (min-width: 768px) {
  .contents {
    width: 100%;
    max-width: 1000px;
    padding: 0 0.5%;
  }
}
section {
  max-width: 100%;
}

.normalBlk {
  position: relative;
  z-index: 5;
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .normalBlk {
    margin-bottom: 130px;
  }
}
.normalBlk:before, .normalBlk:after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  z-index: -1;
}

/*フェード用 ここから*/
.fade {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.scrollIn {
  opacity: 1;
} /*フェード用 ここまで*/
@media (min-width: 768px) {
  .titleArea {
    margin-bottom: 30px;
  }
}
.blkTtl {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
  color: #0b0288;
}

@media (min-width: 768px) {
  .blkTtl {
    font-size: 5rem;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
.blkTtl:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40%;
  height: 130px;
  top: -95px;
  left: -2%;
  z-index: -1;
  background: #e3e5e5;
}

@media (min-width: 768px) {
  .blkTtl:after {
    width: 40%;
    height: 600%;
    top: -230px;
    left: 0;
  }
}
.subTtl {
  display: block;
  font-weight: bold;
  position: relative;
}

@media (min-width: 768px) {
  .subTtl {
    padding-left: 20px;
    font-size: 2rem;
  }
}
.subTtl:after {
  content: "";
  display: block;
  position: absolute;
  background: #040000;
}

.detailArea {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .detailArea {
    margin-left: auto;
    margin-bottom: 80px;
    width: 50%;
  }
}
/**********************************
ヘッダー
**********************************/
header {
  margin-bottom: 20px;
  position: relative;
}
header.--under::after {
  content: none;
}

@media (min-width: 768px) {
  header {
    margin-bottom: 0;
  }
}
header:after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  -webkit-transform: skew(0deg, 6deg);
      -ms-transform: skew(0deg, 6deg);
          transform: skew(0deg, 6deg);
  width: 120%;
  height: 100px;
  bottom: -70px;
  left: 0;
}

@media (min-width: 768px) {
  header:after {
    height: 200px;
    bottom: -120px;
  }
}
@media (min-width: 1200px) {
  header:after {
    height: 280px;
    bottom: -140px;
  }
}
.headTop {
  position: relative;
}

@media (min-width: 768px) {
  .headTop {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    height: 86px;
  }
}
/*ロゴ+ボタンエリア*/
.headBlk {
  z-index: 11;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.headBlkInn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 86px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 1500px;
  padding: 15px 0;
  position: relative;
}
@media (max-width: 767px) {
  .headBlkInn {
    height: 64px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px 1%;
  }
}

.logo {
  margin-left: 3%;
}
.logo img {
  max-width: 150px;
}
@media (max-width: 1280px) {
  .logo {
    margin-right: 0;
    width: 11.71875vw;
  }
}
@media (max-width: 767px) {
  .logo {
    width: 30.6666666667vw;
  }
}

.buttonBlk {
  margin-left: 0;
  width: 230px;
}
@media (max-width: 1280px) {
  .buttonBlk {
    width: 17.96875vw;
  }
}
@media (max-width: 767px) {
  .buttonBlk {
    padding-right: 48px;
    width: auto;
  }
  .buttonBlk img {
    width: 37.3333333333vw;
  }
}

/*ロゴ+ボタンエリア*/
/*スクロールで上部固定 ロゴ+ボタンエリア*/
.headFix {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.headFix .headBlkInn {
  padding: 15px 0;
} /*スクロールで上部固定 ロゴ+ボタンエリア*/
/*slick部分*/
.slick-slide {
  max-height: 900px;
  overflow: hidden;
} /*slick部分*/
/*キービジュアル内見出し部分*/
.headTxtBlk {
  position: absolute;
  z-index: 10;
  max-width: 140px;
  left: 4%;
  top: 320%;
}

@media (min-width: 768px) {
  .headTxtBlk {
    left: 5%;
    top: 280%;
    width: auto;
    max-width: 250px;
  }
}
@media (min-width: 1200px) {
  .headTxtBlk {
    left: 6%;
    top: 520%;
    max-width: 375px;
  }
}
.headTitle {
  position: relative;
}

@media (min-width: 768px) {
  .headTitle {
    width: 90%;
  }
}
.headTitle:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -7%;
  left: -8%;
  width: 110%;
  height: 200%;
  background: rgba(11, 2, 136, 0.7);
  z-index: -1;
}

@media (min-width: 768px) {
  .headTitle:after {
    top: -115%;
    height: 240%;
    width: 120%;
    left: -10%;
  }
}
@media (min-width: 1200px) {
  .headTitle:after {
    top: -210%;
    height: 330%;
    width: 125%;
    left: -14%;
  }
}
.headTitle h2 {
  font-size: 4rem;
  display: inline-block;
  color: #ffffff;
}

@media (min-width: 768px) {
  .headTitle h2 {
    font-size: 7rem;
  }
}
@media (min-width: 1200px) {
  .headTitle h2 {
    font-size: 10.5rem;
  }
}
.headTitle p {
  font-size: 1.4rem;
  color: #ffffff;
}

@media (min-width: 768px) {
  .headTitle p {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .headTitle p {
    font-size: 2rem;
  }
}
.headTitle p span {
  display: inline-block;
}

/**********************************
Gnav
**********************************/
.gnav {
  margin-left: auto;
  margin-right: auto;
}
.gnav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  gap: 0 40px;
}
.gnav > ul > li > a {
  color: #0B0287;
  position: relative;
}
.gnav > ul > li > a::before {
  background-color: #0B0287;
  border-radius: 50%;
  height: 8px;
  pointer-events: none;
  width: 8px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.gnav > ul > li > a.--active::before {
  content: "";
}
@media (hover: hover) {
  .gnav > ul > li > a:hover::before {
    content: "";
  }
}
@media (max-width: 1280px) {
  .gnav > ul {
    gap: 0 3.125vw;
  }
  .gnav > ul > li {
    font-size: 1.25vw;
  }
}
@media (max-width: 767px) {
  .gnav {
    background-color: rgba(255, 255, 255, 0.95);
    height: -webkit-calc(100dvh - 64px);
    height: calc(100dvh - 64px);
    opacity: 0;
    padding-top: 60px;
    pointer-events: none;
    width: 100%;
    position: fixed;
    left: 0;
    top: 64px;
    z-index: 1000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
  }
  .gnav.--active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .gnav > ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
  }
  .gnav > ul > li {
    font-size: 18px;
  }
}

/**********************************
gmenu
**********************************/
.gmenu {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-color: #0B0287;
  color: #fff;
  display: none;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  position: fixed;
  right: 8px;
  top: 8px;
}
@media (max-width: 767px) {
  .gmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.gmenu > span {
  font-size: 14px;
  padding-bottom: 4px;
}
.gmenu::after, .gmenu::before {
  background-color: #fff;
  content: "";
  height: 2px;
  position: absolute;
  right: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gmenu::before {
  width: -webkit-calc(100% - 16px);
  width: calc(100% - 16px);
  top: 12px;
}
.gmenu::after {
  width: 50%;
  top: 20px;
}
.gmenu.--active::after, .gmenu.--active::before {
  width: -webkit-calc(100% - 16px);
  width: calc(100% - 16px);
  top: 16px;
}
.gmenu.--active::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.gmenu.--active::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/**********************************
TOPICS
**********************************/
.topicsBlk {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .topicsBlk {
    margin-bottom: 100px;
    margin-top: -40px;
  }
}
.topicsBlk:before {
  -webkit-transform: skew(0deg, 6deg);
      -ms-transform: skew(0deg, 6deg);
          transform: skew(0deg, 6deg);
  width: 120%;
  top: -50px;
  left: 0;
  z-index: 0;
}
@media (min-width: 768px) {
  .topicsBlk:before {
    top: -90px;
  }
}
.topicsBlk:after {
  -webkit-transform: skew(0deg, -6deg);
      -ms-transform: skew(0deg, -6deg);
          transform: skew(0deg, -6deg);
  width: 120%;
  height: 120px;
  bottom: -60px;
}

@media (min-width: 768px) {
  .topicsBlk:after {
    height: 230px;
    bottom: -180px;
  }
}
@media (min-width: 1200px) {
  .topicsBlk:after {
    bottom: -190px;
  }
}
@media (min-width: 768px) {
  .topicsBlk .contents {
    margin-top: 0;
    position: relative;
  }
}
@media (min-width: 768px) {
  .topicsBox .blkTtl {
    margin-bottom: 90px;
  }
}
.topicsBox .blkTtl:after {
  width: 33%;
  height: 300%;
  top: 10px;
}

@media (min-width: 768px) {
  .topicsBox .blkTtl:after {
    width: 27%;
    height: 340%;
    top: 20px;
  }
}
.topicsBox .subTtl {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .topicsBox .subTtl {
    margin-bottom: 0;
  }
}
.topicsBox .detailArea {
  line-height: 1.6;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .topicsBox .detailArea {
  }
}
.topicsBox .subTtl:after {
  content: none;
}

@media (min-width: 768px) {
  .topicsBox .subTtl:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    top: 50%;
    left: 19%;
    width: 20%;
  }
}
.topicsList {
  border-top: 2px solid #000;
  padding: 2px 0;
  border-bottom: 2px solid #000;
}
.topicsList__list-date{
  font-size: 1.3rem;
  margin-right: 20px;
  color: #0b0288;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .topicsList__list-date{
    margin-bottom: 0;
  }
}
.topicsList__list-ttl{
  font-size: 1.6rem;
}
.topicsList__item{
  border-top: 1px solid #000;
}
.topicsList__item:last-of-type {
  border-bottom: 1px solid #000;
}
.topicsList__item a{
  display: block;
  text-decoration: none;
  padding: 24px 8px 22px;
  color: #000000;
}

@media (min-width: 768px) {
  .topicsList__item a{
    display: flex;
    align-items: center;
    padding: 28px 8px 26px;
  }

}
.topicsList__item a:hover{
  color: #0b0288;
  opacity: 0.7;
}
/**********************************
ABOUT
**********************************/
.aboutBlk {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .aboutBlk {
    margin-bottom: 100px;
    margin-top: -40px;
  }
}
.aboutBlk:before {
  -webkit-transform: skew(0deg, 6deg);
      -ms-transform: skew(0deg, 6deg);
          transform: skew(0deg, 6deg);
  width: 120%;
  top: -50px;
  left: 0;
  z-index: 0;
}

@media (min-width: 768px) {
  .aboutBlk:before {
    top: -90px;
  }
}
.aboutBlk:after {
  -webkit-transform: skew(0deg, -6deg);
      -ms-transform: skew(0deg, -6deg);
          transform: skew(0deg, -6deg);
  width: 120%;
  height: 120px;
  bottom: -60px;
}

@media (min-width: 768px) {
  .aboutBlk:after {
    height: 230px;
    bottom: -180px;
  }
}
@media (min-width: 1200px) {
  .aboutBlk:after {
    bottom: -190px;
  }
}
@media (min-width: 768px) {
  .aboutBlk .contents {
    margin-top: 0;
    position: relative;
  }
}
@media (min-width: 768px) {
  .aboutBox .blkTtl {
    margin-bottom: 90px;
  }
}
.aboutBox .blkTtl:after {
  width: 33%;
  height: 300%;
  top: 10px;
}

@media (min-width: 768px) {
  .aboutBox .blkTtl:after {
    width: 27%;
    height: 340%;
    top: 20px;
  }
}
.aboutBox .subTtl {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .aboutBox .subTtl {
    margin-bottom: 0;
  }
}
.aboutBox .detailArea {
  line-height: 1.6;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .aboutBox .detailArea {
    margin-top: -3%;
  }
}
@media (min-width: 768px) {
  .aboutBox .detailArea p {
    line-height: 2;
  }
}
.aboutBox .subTtl:after {
  content: none;
}

@media (min-width: 768px) {
  .aboutBox .subTtl:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    top: 50%;
    left: 19%;
    width: 20%;
  }
}
.aboutTxt {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .aboutTxt {
    font-size: 2.4rem;
    margin-bottom: 45px;
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .aboutTxt:after {
    content: "";
    position: absolute;
    height: 20px;
    bottom: 0;
    width: 70%;
    left: 10px;
    background: #fff100;
    z-index: -1;
  }
}
/**********************************
flow
**********************************/
.flowBlk {
  padding-top: 1px;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .flowBlk {
    padding-bottom: 0;
  }
}

.flowBlk:before {
  content: none;
  width: 120%;
  height: 100px;
  top: -30px;
  left: 0;
  -webkit-transform: skew(0deg, 8deg);
      -ms-transform: skew(0deg, 8deg);
          transform: skew(0deg, 8deg);
}

@media (min-width: 768px) {
  .flowBlk:before {
    height: 230px;
    top: -110px;
  }
}
@media (min-width: 1200px) {
  .flowBlk:before {
    height: 310px;
  }
}
.flowBlk:after {
  content: none !important;
  -webkit-transform: skew(0deg, 6deg);
      -ms-transform: skew(0deg, 6deg);
          transform: skew(0deg, 6deg);
  width: 120%;
  height: 100px;
  bottom: -100px;
}

@media (min-width: 768px) {
  .flowBlk:after {
    height: 230px;
    bottom: -210px;
  }
}
@media (min-width: 1200px) {
  .flowBlk:after {
    height: 230px;
    bottom: -260px;
  }
}

.flowBox {
  margin-top: -25px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .flowBox {
    margin-top: -100px;
  }
}

@media (min-width: 768px) {
  .flowBox .blkTtl {
    margin-bottom: 45px;
  }
}
.flowBox .blkTtl:after {
  width: 32.5768667643%;
  height: 75px;
  top: -20px;
}

@media (min-width: 768px) {
  .flowBox .blkTtl:after {
    height: 300px;
    top: -150px;
  }
}
.flowBox .subTtl {
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  .flowBox .subTtl {
    margin-bottom: 0;
  }
}
.flowBox .detailArea {
  line-height: 1.6;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .flowBox .detailArea {
    margin-top: -3%;
  }
}
.flowBox .subTtl:after {
  content: none;
}

@media (min-width: 768px) {
  .flowBox .subTtl:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    top: 50%;
    left: 19%;
    width: 20%;
  }
}
.flowImg {
  width: 98%;
  margin: 0 auto;
  padding-top: 100px;
}

@media (min-width: 768px) {
  .flowImg {
    width: 94%;
  }
}
/**********************************
dolbyAtmosHome
**********************************/
.dolbyAtmosHomeBlk {
  /* margin-top: 200px; */
  padding-top: 1px;
  position: relative;
  z-index: 1;
}
.dolbyAtmosHomeBlk:before {
  content: "";
  width: 120%;
  height: 100px;
  top: -30px;
  left: 0;
  -webkit-transform: skew(0deg, 8deg);
      -ms-transform: skew(0deg, 8deg);
          transform: skew(0deg, 8deg);
}

@media (min-width: 768px) {
  .dolbyAtmosHomeBlk:before {
    height: 230px;
    top: -110px;
  }
}
@media (min-width: 1200px) {
  .dolbyAtmosHomeBlk:before {
    height: 310px;
  }
}
.dolbyAtmosHomeBlk::after {
  -webkit-transform: skew(0deg, 6deg);
      -ms-transform: skew(0deg, 6deg);
          transform: skew(0deg, 6deg);
  width: 120%;
  height: 100px;
  bottom: -100px;
}
@media (min-width: 768px) {
  .dolbyAtmosHomeBlk {
    padding-bottom: 0;
  }
  .dolbyAtmosHomeBlk::after {
    height: 230px;
    bottom: -210px;
  }
}
@media (min-width: 1200px) {
  .dolbyAtmosHomeBlk::before {
    height: 310px;
  }
  .dolbyAtmosHomeBlk::after {
    height: 230px;
    bottom: -260px;
  }
}

.dolbyAtmosHomeBox {
  position: relative;
  z-index: 1;
}
.dolbyAtmosHomeBox .blkTtl::after {
  width: 32.5768667643%;
  height: 135px;
  top: -20px;
}
.dolbyAtmosHomeBox .subTtl {
  display: table;
  margin-bottom: 45px;
}
.dolbyAtmosHomeBox .subTtl::after {
  content: none;
}
.dolbyAtmosHomeBox .detailArea {
  line-height: 1.6;
  margin-bottom: 0;
}
.dolbyAtmosHomeBox .dolbyAtmosHomeText {
  background: url(../img/icon-arrow-down.png) no-repeat 50% 100%;
  background-size: 20px 14px;
  margin-bottom: 20px;
  padding-bottom: 40px;
}
.dolbyAtmosHomeBox .dolbyAtmosHomePoint {
  margin-bottom: 40px;
}
.dolbyAtmosHomeBox .dolbyAtmosHomePoint li {
  padding-left: 1em;
  text-indent: -1em;
}
.dolbyAtmosHomeBox .dolbyAtmosHomeImg {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .dolbyAtmosHomeBox .blkTtl {
    margin-bottom: 45px;
  }
  .dolbyAtmosHomeBox .blkTtl::after {
    height: 300px;
    top: -30px;
  }
  .dolbyAtmosHomeBox .subTtl {
    margin-bottom: 0;
  }
  .dolbyAtmosHomeBox .subTtl::after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    right: -10%;
    top: 50%;
    width: 30%;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .dolbyAtmosHomeBox .detailArea {
    margin-top: -3%;
  }
  .dolbyAtmosHomeBox .dolbyAtmosHomeText {
    background-size: 40px 28px;
    padding-bottom: 80px;
  }
  .dolbyAtmosHomeBox .dolbyAtmosHomePoint {
    margin-bottom: 40px;
  }
  .dolbyAtmosHomeBox .dolbyAtmosHomeImg {
    margin-top: 40px;
  }
}

/**********************************
実績
**********************************/
.achieveBlk {
  padding-bottom: 20px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .achieveBlk {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .achieveBlk {
    padding-bottom: 150px;
  }
}
.achieveBlk:before {
  width: 120%;
  height: 100px;
  top: -50px;
  -webkit-transform: skew(0deg, -8deg);
      -ms-transform: skew(0deg, -8deg);
          transform: skew(0deg, -8deg);
}

@media (min-width: 768px) {
  .achieveBlk:before {
    height: 290px;
    top: -175px;
  }
}
.achieveBlk:after {
  content: none;
}

.achieveBlk .contents {
  position: relative;
}

.achieveBlk .titleArea {
  position: absolute;
  top: -90px;
  right: 2%;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .achieveBlk .titleArea {
    top: -250px;
    right: 4%;
  }
}
.achieveBlk .blkTtl {
  text-align: right;
  margin-bottom: 5px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .achieveBlk .blkTtl {
    margin-bottom: 20px;
  }
}
.achieveBlk .subTtl {
  text-align: right;
  padding-left: 0;
}

.achieveBlk .blkTtl:after {
  width: 140%;
  height: 130px;
  left: auto;
  right: -32%;
  top: -20px;
}

@media (min-width: 768px) {
  .achieveBlk .blkTtl:after {
    width: 147%;
    right: 0;
    top: -40px;
    height: 630%;
  }
}
.col2 dl {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .col2 dl {
    margin-bottom: 20px;
  }
}
.col2 dt {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .col2 dt {
    margin-bottom: 0;
  }
}
.col2 dd {
  margin-left: 15px;
  margin-bottom: 30px;
}

.achievement {
  margin-bottom: 70px;
}

.achieveBlk .dec_tanim:after {
  width: 170px;
}

@media (min-width: 768px) {
  .achieveBlk .dec_tanim:after {
    width: 200px;
  }
}
.achieveBlk .dec_game:after {
  width: 220px;
}

@media (min-width: 768px) {
  .achieveBlk .dec_game:after {
    width: 270px;
  }
}
@media (min-width: 768px) {
  .achieveBlk .leftBox, .achieveBlk .rightBox {
    width: 41%;
  }
}
/**********************************
録音スタジオ
**********************************/
.studioBlk {
  background: #fdedf3;
  margin-bottom: 0 !important;
}
.studioBlk::after {
  background: none !important;
  border-color: #fdedf3 transparent transparent;
  border-style: solid;
  border-width: 65px 0 0 100vw;
  bottom: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.studioBlk .studioContents.editstudio {
  margin-bottom: -45px;
}
.studioBlk .contents {
  padding-bottom: 1px;
}
@media (min-width: 768px) {
  .studioBlk::after {
    border-top-width: 115px;
  }
  .studioBlk .studioContents.editstudio {
    margin-bottom: -190px;
  }
}
@media (min-width: 1200px) {
  .studioBlk::after {
    border-top-width: 175px;
  }
  .studioBlk .studioContents.editstudio {
    margin-bottom: -350px;
  }
}
@media (min-width: 768px) {
  .studioBlk .studioBottom.--map img {
    width: 640px;
  }
}

@media (min-width: 768px) {
  .studioBlk {
    padding-bottom: 1px;
    padding-top: 110px;
  }
}
.studioBlk:before {
  width: 120%;
  height: 100px;
  top: -50px;
  -webkit-transform: skew(0deg, -8deg);
      -ms-transform: skew(0deg, -8deg);
          transform: skew(0deg, -8deg);
  background: #fdedf3;
}

@media (min-width: 768px) {
  .studioBlk:before {
    height: 140px;
    top: -90px;
  }
}
@media (min-width: 1200px) {
  .studioBlk:before {
    height: 300px;
    top: -180px;
  }
}
.studio {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .studio {
    margin-bottom: 70px;
  }
}
.studioBlk .contents {
  position: relative;
  padding-top: 50px;
}

@media (min-width: 768px) {
  .studioBlk .contents {
    margin-top: 70px;
    padding-top: 0;
  }
}
.studioBlk .titleArea {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .studioBlk .titleArea {
    margin-bottom: 0;
  }
}
.titleAreaRec {
  text-align: right;
  position: absolute;
  right: 0;
  top: -100px;
}

@media (min-width: 768px) {
  .titleAreaRec {
    top: -290px;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .titleAreaRec {
    top: -390px;
  }
}
.titleAreaRec .subTtl {
  text-align: right;
}

@media (min-width: 768px) {
  .studioBlk .blkTtl {
    padding-left: 0;
  }
}
.studioBlk .blkTtl:after, .companyBlk .blkTtl:after, .accessBlk .blkTtl:after {
  width: 38%;
  height: 80px;
  top: 15px;
}

@media (min-width: 768px) {
  .studioBlk .blkTtl:after, .companyBlk .blkTtl:after, .accessBlk .blkTtl:after {
    width: 240px;
    height: 270px;
    top: 20px;
  }
}
.titleAreaRec .blkTtl {
  position: relative;
}

.titleAreaRec .blkTtl:after {
  position: absolute;
  width: 130%;
  height: 110px;
  left: -30%;
  top: -30%;
}

@media (min-width: 768px) {
  .titleAreaRec .blkTtl:after {
    width: 150%;
    height: 280px;
    left: -50%;
    top: -70px;
  }
}
@media (min-width: 1200px) {
  .titleAreaRec .blkTtl:after {
    width: 190%;
    height: 320px;
    left: -90%;
  }
}
@media (min-width: 768px) {
  .studioBlk .subTtl {
    padding-left: 0;
  }
}
.studioBlk .subTtl:after {
  content: none;
}

.recStudio {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .recStudio {
    margin-bottom: 200px;
  }
}
@media (min-width: 768px) {
  .studioContents {
    position: relative;
  }
}
.studioBlk .dec {
  padding: 10px 15px;
}

/*スタジオ上*/
.studioTop {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .studioTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}
.topLeft {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .topLeft {
    width: 45%;
    margin-left: 3%;
    margin-top: 6%;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .topRight {
    width: 37%;
    margin-right: 2%;
  }
}
.waiting {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .waiting {
    margin-bottom: 50px;
  }
}
.caption {
  font-size: 1.2rem;
  text-align: left;
}

@media (min-width: 768px) {
  .caption {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .studioLead {
    margin-bottom: 0;
  }
}
.studioLead h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
}

@media (min-width: 768px) {
  .studioLead h3 {
    font-size: 3.6rem;
  }
}
@media (min-width: 768px) {
  .studioLead h3:before {
    content: "";
    display: block;
    width: 40%;
    height: 4px;
    background: #000;
    position: absolute;
    top: -35px;
    left: 0;
  }
}
.studioLead h3 + p {
  font-weight: bold;
}

.studioA {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .studioA {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .centerLeft {
    width: 65%;
    margin-left: 3%;
  }
  .centerLeftA {
    width: 55%;
    margin-left: 3%;
  }
}
.centerLeft .dec {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .centerLeft .dec {
    width: 80%;
    font-size: 2.4rem;
  }
}
.centerLeft .dec:after {
  width: 70px;
}

.centerLeft .dec span {
  margin-left: 30px;
  font-size: 1.4rem;
}

@media (min-width: 768px) {
  .centerLeft .dec span {
    margin-left: 50px;
  }
}
@media (min-width: 768px) {
  .centerRight {
    width: 32%;
    margin-top: 30px;
  }
  .centerRightA {
    width: 45% !important;
    margin-top: 30px;
  }
}
.centerRight .studioImg, .centerRight .studioImgA {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .centerRight .studioImgA {
    width: 145% !important;
    margin-left: -45%;
    padding-top: 50px;
  }
}
.leadTxt {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: 0.08em;
}

@media (min-width: 768px) {
  .leadTxt {
    font-size: 1.8rem;
    margin-bottom: 50px;
    line-height: 1.6;
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .leadTxt {
    letter-spacing: 0.12em;
  }
}
.equipment {
  margin-bottom: 30px;
}

.equipMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
}

.equipMain dt {
  width: 23%;
}

@media (min-width: 768px) {
  .equipMain dt {
    width: 17.5%;
  }
}
.equipMain dd {
  width: 70%;
}

.equipSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  letter-spacing: 0.08em;
}

.equipSub dt {
  width: 40%;
}

@media (min-width: 768px) {
  .equipSub dt {
    width: 29%;
    margin-bottom: 5px;
  }
}
.equipSub .model {
  width: 60%;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .equipSub .model {
    width: 70%;
    margin-right: 1%;
    margin-bottom: 5px;
  }
}
.equipSub .pgiName {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .equipSub .pgiName {
    width: 55%;
  }
}
/*B studio*/
.studioB {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .studioB {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}
@media (min-width: 768px) {
  .studioB .centerLeft {
    margin-left: 5%;
    width: 60%;
  }
}
@media (min-width: 768px) {
  .studioB .centerRight {
    margin-top: 0;
    width: 40%;
  }
}
@media (min-width: 768px) {
  .studioContents .background {
    position: absolute;
    display: block;
    width: 52%;
    height: 21%;
    background: #fff100;
    top: 13%;
    left: 37%;
    z-index: -1;
  }
}
/*編集スタジオ*/
@media (min-width: 768px) {
  .editstudio {
    margin-top: 60px;
  }
}
.editstudio .studioTop {
  margin-bottom: 50px;
  display: block;
}

@media (min-width: 768px) {
  .editstudio .studioTop {
    width: 60%;
    margin-left: 3%;
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .editstudio .studioBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.editstudio .studioLead {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .editstudio .studioLead {
    margin-bottom: 20px;
    width: 40%;
    margin-left: 3%;
  }
}
.editstudio h3 {
  letter-spacing: 0.03em;
}

.oizumiDet li {
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}

.studioBottom {
  margin-bottom: 20px;
}
.studioBottom:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .editstudio .bottomRight,
  .editstudio .bottomLeft {
    width: 46%;
  }
}
.editstudio .background {
  width: 60%;
  height: 40%;
  top: 17%;
  left: 35%;
}

/**********************************
スタッフ
**********************************/
.staffBlk {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .staffBlk {
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .staffBlk {
    margin-bottom: 220px;
  }
}
.edit_staff {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .edit_staff {
    margin-top: -130px;
  }
}
@media (min-width: 1200px) {
  .edit_staff {
    margin-bottom: 80px;
    margin-top: -100px;
  }
}
.staffBlk .titleArea {
  text-align: center;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .staffBlk .titleArea {
    margin-bottom: 90px;
  }
}
.staffBlk:before {
  content: none;
  width: 120%;
  height: 90px;
  top: -50px;
  -webkit-transform: skew(0deg, -6deg);
      -ms-transform: skew(0deg, -6deg);
          transform: skew(0deg, -6deg);
}

@media (min-width: 768px) {
  .staffBlk:before {
    height: 230px;
    top: -130px;
  }
}
@media (min-width: 1200px) {
  .staffBlk:before {
    top: -140px;
  }
}
.staffBlk .blkTtl {
  text-align: center;
}

.staffBlk .blkTtl:after {
  width: 67%;
  height: 60px;
  top: 13px;
  left: 16%;
}

@media (min-width: 768px) {
  .staffBlk .blkTtl:after {
    width: 49%;
    height: 190%;
    top: 20px;
    left: 26%;
  }
}
.staffBlk .subTtl {
  text-align: center;
}

.engineer {
  margin-bottom: 70px;
}

#works .engineer ul li{
  margin-left: 15px;
  line-height: 1.8;
}
#works .engineer ul li::before{
  margin-left: -15px;
  content: "\30FB";
}
@media (min-width: 768px) {
  .engineer {
    margin-bottom: 0;
  }
}
.engineer dd:last-child {
  margin-bottom: 0;
}

/**********************************
会社概要
**********************************/
.companyBlk {
  background: url(/img/dot.png) repeat;
  margin-bottom: 150px;
}

@media (min-width: 768px) {
  .companyBlk {
    padding-bottom: 100px;
  }
}
.companyBlk:before {
  width: 120%;
  height: 110px;
  top: -50px;
  -webkit-transform: skew(0deg, -8deg);
      -ms-transform: skew(0deg, -8deg);
          transform: skew(0deg, -8deg);
}

@media (min-width: 768px) {
  .companyBlk:before {
    height: 230px;
    top: -70px;
  }
}
@media (min-width: 1200px) {
  .companyBlk:before {
    height: 320px;
    top: -180px;
  }
}
.companyBlk:after {
  width: 120%;
  height: 80px;
  bottom: -40px;
  -webkit-transform: skew(0deg, 9deg);
      -ms-transform: skew(0deg, 9deg);
          transform: skew(0deg, 9deg);
}

@media (min-width: 768px) {
  .companyBlk:after {
    height: 280px;
    bottom: -160px;
  }
}
@media (min-width: 1200px) {
  .companyBlk:after {
    height: 350px;
    bottom: -200px;
  }
}
.companyBlk .contents {
  padding-top: 30px;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .companyBlk .contents {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
.companyBlk .blkTtl:after {
  height: 80px;
}

@media (min-width: 768px) {
  .companyBlk .blkTtl:after {
    height: 180px;
  }
}
.company {
  position: relative;
}

.company .titleArea {
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  .company .titleArea {
    margin-bottom: 30px;
  }
}
.companyBlk .blkTtl, .companyBlk .subTtl {
  padding-left: 0;
}

@media (min-width: 768px) {
  .companyBlk .subTtl:after {
    width: 23%;
    height: 2px;
    bottom: -190%;
    left: 18%;
  }
}
.companyBlk .dec {
  background: #fff;
}

.detailAreaInn {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .detailAreaInn {
    margin-bottom: 30px;
  }
}
.detailArea_txt {
  margin-left: 2%;
}

@media (min-width: 768px) {
  .detailArea_txt {
    margin-left: 20px;
  }
}
.detailAreaInn dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.detailAreaInn dt {
  width: 15%;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .detailAreaInn dt {
    width: 18%;
  }
}
.detailAreaInn dd {
  width: 75%;
  margin-left: 0;
  margin-bottom: 10px;
}

.business li {
  margin-bottom: 10px;
}

.contactArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .contactArea {
    display: block;
    position: absolute;
    left: 0;
    top: 31%;
    width: 280px;
  }
}
.contactMail {
  width: 45%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .contactMail {
    width: 80%;
    margin: 0 auto 60px 0;
  }
}
.contactPhone {
  width: 45%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .contactPhone {
    width: 80%;
    margin: 0 auto 0 0;
  }
}
.initial {
  color: #f02a2a;
}

/**********************************
アクセス
**********************************/
.accessBlk:before, .accessBlk:after {
  content: none;
}


.accessBlk .contents {
  margin-top: -100px;
}

#access{margin-top:100px;}

.accessBlk .titleArea {
  margin-bottom: 50px;
}

.accessBlk .blkTtl {
  padding-left: 0;
}

@media (min-width: 768px) {
  .accessBlk .blkTtl:after {
    height: 180px;
    width: 260px;
  }
}
.accessBlk .subTtl {
  padding-left: 0;
  position: relative;
}

.accessBlk .subTtl:after {
  content: none;
}

@media (min-width: 768px) {
  .accessBlk .subTtl:after {
    content: "";
    width: 65%;
    height: 2px;
    top: -38%;
    left: 0;
  }
}
@media (min-width: 768px) {
  .accessBlk .col2 {
    display: block;
    margin-left: 2%;
  }
}
.accessBlk .gMap {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .accessBlk .gMap {
    margin-bottom: 0;
  }
}
.studioArea {
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .studioArea {
    margin-bottom: 45px;
  }
}
.accessBlk .studioArea:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .studioArea .leftBox {
    float: left;
    width: 55%;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .studioArea .rightBox {
    float: right;
    width: 40%;
  }
}
.address {
  margin-bottom: 20px;
  margin-left: 20px;
}

.address p {
  margin-bottom: 10px;
}

.gMap {
  position: relative;
  padding-top: 90%;
  width: 100%;
  height: 0;
}

.gMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 90% !important;
  width: 100% !important;
}

.accessBlk .dec:after {
  width: 100px;
}

@media (min-width: 768px) {
  .accessBlk .dec:after {
    width: 120px;
  }
}
/*トップへ戻るボタン*/
.toTop {
  text-align: center;
}

#totop img {
  width: 40px;
}

@media (min-width: 768px) {
  #totop img {
    width: 33px;
  }
}
/**********************************
フッター
**********************************/
footer {
  padding: 10px 0;
  background: #0B0288;
  color: #fff;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  footer {
    padding: 30px 0;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .footerInn {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.ftTxt {
  text-align: center;
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .ftTxt {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .ftTxt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.3em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .ftTxt li {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .ftTxt ul li:first-child {
    margin-right: 5%;
  }
}
@media (max-width: 768px) {
  .recommend {
    display: none;
  }
}
@media (min-width: 768px) {
  .recommend:hover {
    cursor: pointer;
  }
}
footer a {
  color: #fff;
}

/**********************************
SP用 下部お問い合わせ
**********************************/
.bottomNav {
  background: #f2ed9c;
  height: 60px;
  padding: 10px 0 10px 15px;
  width: 100%;
}

.bottomNav ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bottomNav li img {
  height: 40px;
  vertical-align: bottom;
}

.bottomFix {
  position: fixed;
  bottom: 0;
  z-index: 10;
}

/**********************************
モーダル部分
**********************************/
.modalArea {
  display: none;
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30%;
  padding: 30px;
  background-color: #fff;
  text-align: center;
}

.modalContents p {
  line-height: 2;
}

.closeModal {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}

/**********************************
背景固定ブロック PC用
**********************************/
.about_flow div {
  background-image: url(/tavac/img/photo05.jpg);
}

.flow_achieve div {
  background-image: url(/tavac/img/photo06.jpg);
}

.edit_staff div {
  background-image: url(/tavac/img/bg01.png);
  background-size: 300%;
}

@media (min-width: 768px) {
  .edit_staff div {
    background-size: cover;
  }
}
/**********************************
背景パララックス スマホ用
**********************************/
@media (max-width: 767px) {
  .parlx {
    position: relative;
    height: 250px !important;
    overflow: hidden;
  }
  .background {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .edit_staff div {
    background-size: 170%;
    background-position: center top !important;
  }
}
.fadeBlk img {
  max-width: 100%;
  max-height: 100%;
  width: auto\9 ; /* ie8 */
  margin: 0 auto;
}

/**********************************
インフォメーション
**********************************/
.infoBack {
  background-color: #FFF;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 20000;
  display: block;
  opacity: 0.95;
  opacity: 0;
}

.info0402 {
  width: 95%;
  margin: 10px auto;
  padding: 20px;
  border: solid 1px #CCC;
  position: absolute;
  z-index: 20001;
  left: 0px;
  right: 0px;
  opacity: 0;
}

.info0402 strong {
  font-size: 2em;
  line-height: 1.5em;
  display: block;
  margin-bottom: 10px;
}

.info0402 p {
  font-size: 1.45em;
  line-height: 1.8em;
}

ul.indent2 {
  margin: 10px 0;
}

ul.indent2 li:before {
  margin: 0 0 0 -15px;
  padding: 0px;
  content: "・";
}

ul.indent2 li {
  margin: 0 0 0 15px;
  padding: 0px;
  font-size: 1.45em;
  line-height: 1.6em;
}

.close {
  padding: 5px 10px;
  background-color: #0b0288;
  fon-tsize: 1.5em;
  font-weight: 700;
  color: #FFF;
  width: 35%;
  border-radius: 30px;
  margin: 20px auto 0;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 768px) {
  .info0402 strong {
    font-size: 2.8em;
    line-height: 1.8em;
  }
  .info0402 p {
    font-size: 2.2em;
    line-height: 1.8em;
  }
  ul.indent2 li {
    font-size: 2.2em;
    line-height: 1.6em;
  }
  .info0402 {
    width: 800px;
    margin: 50px auto;
    padding: 30px 30px 35px;
    z-index: 20001;
    left: 0px;
    right: 0px;
    opacity: 0;
  }
  .close {
    padding: 5px 10px;
    background-color: #0b0288;
    fon-tsize: 1.5em;
    font-weight: 700;
    color: #FFF;
    width: 200px;
    border-radius: 30px;
    margin: 20px auto 0;
    text-align: center;
    cursor: pointer;
  }
}
.contactFromBlk {
  margin-top: 60px;
  text-align: center;
}
.contactFromBlk h2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 0 20px;
  margin-bottom: 20px;
  text-align: left;
}
.contactFromBlk h2 > span {
  background-color: #DE5242;
  border-radius: 5px;
  color: #fff;
  font-size: 0.8888888889em;
  line-height: 1.1;
  padding: 6px 14px 4px;
}
.contactFromBlk .contactFromBlk_list {
  display: grid;
  font-size: 16px;
  gap: 16px 20px;
  grid-template-columns: repeat(2, 1fr);
  text-align: left;
}
@media (max-width: 767px) {
  .contactFromBlk .contactFromBlk_list {
    grid-template-columns: auto;
  }
}
.contactFromBlk .contactFromBlk_list li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0B0287;
  border-radius: 5px;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 14px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .contactFromBlk .contactFromBlk_list li a:hover {
    opacity: 0.7;
  }
}
.contactFromBlk button {
  background-color: #0B0287;
  border-radius: 5px;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  height: 36px;
  margin-top: 20px;
  width: 124px;
}
@media (hover: hover) {
  .contactFromBlk button:hover {
    opacity: 0.7;
  }
}

/* works-tab
============================================ */
.works-tab-box {
  display: none;
  margin-top: -100px;
  padding-top: 100px;
}

.works-tab-box ul{
  margin-bottom: 2.8em;
}

.works-tab {
  border-bottom: 2px solid #0A0288;
  margin-bottom: 40px;
}
.works-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.works-tab ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.works-tab ul li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #E2E5E5;
  border-radius: 5px 5px 0 0;
  border: 0;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 22px;
  line-height: 1;
  padding-bottom: 24px;
  padding-top: 34px;
  text-align: center;
  width: 100%;
}
.works-tab ul li button.--active {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 0 0 #0A0288 inset, 3px 0 0 0 #0A0288 inset, -3px 0 0 0 #0A0288 inset;
          box-shadow: 0 10px 0 0 #0A0288 inset, 3px 0 0 0 #0A0288 inset, -3px 0 0 0 #0A0288 inset;
  color: #0A0288;
  font-weight: 700;
}
.works-tab ul li button:focus {
  background-color: #c0c0c0;
  outline: none;
}
@media (max-width: 767px) {
  .works-tab {
    margin-bottom: 20px;
  }
  .works-tab ul {
    gap: 5px;
  }
  .works-tab ul li button {
    font-size: 16px;
    padding-bottom: 18px;
    padding-top: 28px;
  }
  .works-tab ul li button.--active {
    -webkit-box-shadow: 0 5px 0 0 #0A0288 inset, 2px 0 0 0 #0A0288 inset, -2px 0 0 0 #0A0288 inset;
            box-shadow: 0 5px 0 0 #0A0288 inset, 2px 0 0 0 #0A0288 inset, -2px 0 0 0 #0A0288 inset;
  }
}

.boxCate{
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 14px 15px;
  border: 3px solid #000;
  position: relative;
  z-index: 1;
  letter-spacing: 0.1em;
}
.boxCate::after{
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 8px;
  bottom: 7px;
  left: 25px;
  background-color: #fff100;
  z-index: -1;
}
@media (min-width: 768px) {
  .boxCate:after{
    width: 90px;
  }
}
@media (max-width: 767px) {

}

.fs14{font-size:1.8rem;}