@charset "UTF-8";
* {
  font-weight: 500;
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-feature-settings: "pkna";
}

p {
  font-weight: 500;
  font-family: "ゴシックMB101 R", "游ゴシック", YuGothic, "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-feature-settings: "pkna";
  font-size: 15px;
  line-height: 1.6;
}
p.center {
  text-align: center;
}

a {
  text-decoration: none;
  transition: 0.3s;
}
a.button1, a.button2 {
  border-radius: 25px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  color: #fff;
}
a.navButton {
  border-radius: 25px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  color: #fff;
  background: #4222f1;
  padding: 0.7em 1em;
}

.map a.mapNav:hover {
  background-color: #ff661a;
  color: #fff;
  opacity: 1;
}

a.navButton:hover {
  background-color: #ff661a;
  color: #fff;
  opacity: 1;
}
a.button1, a.button2 {
  display: block;
  margin: auto;
  padding: 10px 0;
}
a.button1 {
  background: #4222f1;
  text-align: center;
  width: 290px;
}
a.button1:hover {
  background-color: #ff661a;
  color: #fff;
}
a.button2 {
  width: 200px;
  border: 1px solid #fff;
  text-align: center;
}
a.button2:hover {
  font-weight: 700;
}
a.pagetop {
  text-align: center;
}

h3,
h5 {
  text-align: center;
}

a.pagetop {
  position: fixed;
  right: 20px;
  bottom: 1em;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 35px;
  line-height: 50px;
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: 400ms;
  transition-property: all;
  color: #fff;
}
a.pagetop i {
  font-size: 35px;
  line-height: 1;
}

/*PC ここから*/
.mainvisual {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../img/mainvisual_bg.jpg) center no-repeat;
  background-size: cover;
  /*全共通*/
  /*左右のアニメーション*/
}
.mainvisual h2 {
  position: absolute;
  z-index: 99;
  top: 43%;
  left: 6%;
}
.mainvisual h2 .inn {
  background-color: white;
  padding: 5px;
  font-size: max(4.16vw, 50px);
  font-weight: bold;
}
.mainvisual .wrapper {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: right;
  overflow: hidden;
}
.mainvisual .wrapper .main_flex {
  display: flex;
  width: 65%;
}
.mainvisual .wrapper .main_flex .slider-part {
  height: 100vh;
  margin-top: 88px;
}
.mainvisual .wrapper .main_flex .slider-part .mySwiper {
  height: 80%;
  overflow: hidden;
}
.mainvisual .wrapper .main_flex .slider-part .mySwiper img {
  height: 100%;
}
.mainvisual .wrapper .main_flex .slider-part2 {
  display: flex;
  align-items: end;
  margin-top: 0px;
  margin-left: 40px;
}
.mainvisual .wrapper .main_flex .slider-part2 .mySwiper_2 {
  height: 80%;
  overflow: hidden;
}
.mainvisual .wrapper .main_flex .slider-part2 .mySwiper_2 img {
  height: 100%;
}
.mainvisual .slide-in {
  overflow: hidden;
  display: inline-block;
}
.mainvisual .slide-in_inner {
  display: inline-block;
}
.mainvisual .leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}
.mainvisual .slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.mainvisual .slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

/*ここまで*/
@media screen and (max-width: 600px) {
  a.pagetop {
    position: relative;
    right: auto;
    bottom: auto;
    display: block;
    margin-top: 0.7em;
    padding: 0.3em 0;
    width: 100%;
    height: auto;
    background: #000;
    line-height: 0;
  }
}
li,
ul {
  list-style: none;
}

li a:hover,
ul a:hover {
  opacity: 0.7;
}

h3,
h5 {
  color: #000;
}

h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}
h3 span {
  letter-spacing: 0;
  font-size: 21px;
}

@media screen and (max-width: 600px) {
  body {
    overflow: hidden;
    width: 100%;
  }
  /*ここから*/
  .mainvisual {
    height: 400px;
    margin-top: 88px;
    background-image: none;
  }
  .mainvisual h2 {
    top: auto;
    bottom: 10px;
    left: 4%;
  }
  .mainvisual h2 .inn {
    font-size: 7.5vw;
    font-weight: bold;
  }
  .mainvisual .wrapper {
    position: static;
  }
  .mainvisual .wrapper .main_flex {
    width: 100%;
  }
  .mainvisual .wrapper .main_flex .slider-part {
    width: 50%;
    margin-top: 0px;
  }
  .mainvisual .wrapper .main_flex .slider-part .mySwiper {
    height: 400px;
    width: 100%;
  }
  .mainvisual .wrapper .main_flex .slider-part .mySwiper img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .mainvisual .wrapper .main_flex .slider-part2 {
    display: block;
    margin-top: 0px;
    margin-left: 0px;
  }
  .mainvisual .wrapper .main_flex .slider-part2 .mySwiper_2 {
    height: 400px;
    width: 100%;
  }
  .mainvisual .wrapper .main_flex .slider-part2 .mySwiper_2 img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
  }
  /*ここまで*/
  h3 {
    font-size: 32px;
    /*ここも*/
    margin-top: 40px;
  }
  h3 span {
    font-size: 18px;
  }
}
h5,
header h1 {
  font-weight: 700;
  font-family: montserrat;
  line-height: 1;
}

h5 {
  font-size: 32px;
}
h5 span {
  font-size: 18px;
}

.intro p {
  margin: auto;
  width: 800px;
}

.section .content {
  margin: auto;
  width: 800px;
}
.section .content p.subtitle {
  font-weight: 700;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header a {
  font-weight: 700;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.section .content p.subtitle,
h5 {
  margin-bottom: 1em;
}

@media screen and (max-width: 960px) {
  .section .content {
    width: 90%;
  }
}
#overlay,
header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
}

#overlay {
  left: 0;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  z-index: -1;
}

header {
  z-index: 100;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  padding: 1em;
  align-items: center;
  justify-content: space-between;
}
header.scrl {
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
}
header.scrl .humberger {
  top: 5px;
}

a.button2:hover {
  background: #fff;
  color: #444;
}

header.scrl a.navButton {
  background: #fff;
  color: #444;
}
header.scrl a.navButton:hover {
  background: #ff661a;
  color: #fff;
}
header.scrl h1 {
  font-size: 21px;
}
header a, header.scrl nav ul li {
  font-size: 14px;
}
header a {
  color: #000;
}
header .humberger {
  transition: 0.3s;
}
header h1 {
  transition: 0.3s;
  letter-spacing: -1px;
  font-size: 28px;
}
header ul li {
  padding: 0 1em;
}
header ul li a:hover {
  padding-bottom: 5px;
  border-bottom: 3px solid #000;
}
header ul li a.navButton {
  padding-bottom: 0.7em;
  border: 0;
}
header .humberger {
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 3;
  display: none;
  padding: 17px 10px 10px;
  width: 45px;
  cursor: pointer;
}

.flowchart#movie_flow table tr {
  background-color: #fff;
}

header.single {
  background-color: #fff;
}
header.single a {
  color: #444;
}
header.single a:hover {
  opacity: 0.7;
}

footer a {
  color: #fff;
}
footer a:active, footer a:visited {
  color: #fff;
}

header.single nav a.navButton {
  color: #fff;
}
header.single nav a:hover {
  border-bottom: 3px solid #4222f1;
}
header.single .humberger span {
  background: #444;
}
header.single.scrl {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
}
header.single.scrl a.navButton {
  background: #4222f1;
}
header.single.scrl a.navButton:hover {
  background: #ff661a;
}

@media screen and (max-width: 960px) {
  body.open header nav {
    right: 0;
  }
  body.open header .humberger span:nth-child(1) {
    transform: translate(0, 8px) rotate(45deg);
  }
  body.open header .humberger span:nth-child(2) {
    opacity: 0;
    transform: translate(-20px, 0);
  }
  body.open header .humberger span:nth-child(3) {
    transform: translate(0, -8px) rotate(-45deg);
  }
  body.open header.single nav a {
    color: #fff;
  }
  body.open header.single .humberger span {
    background: #fff;
  }
  body.open #overlay {
    left: -200px;
    z-index: 1001;
    opacity: 0.6;
  }
  header .humberger span {
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  header nav {
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    position: fixed;
    top: 0;
    right: -200px;
    z-index: 1;
    padding-top: 40px;
    width: 200px;
    background: #333;
    color: #fff;
    height: 100%;
  }
  header nav ul {
    flex-direction: column;
  }
  header nav ul li {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #aaa;
  }
  header nav ul li a {
    display: block;
    padding: 1em;
  }
  header nav ul li a.navButton {
    display: block;
    padding: 1em;
    border-radius: 0;
  }
  header .humberger {
    display: block;
  }
  header .humberger span {
    display: block;
    margin-bottom: 6px;
    height: 2px;
    background: #fff;
  }
}
.priceList .pl,
footer .footer_wrap .footerNav ul,
header ul {
  display: flex;
}

.infoIcon {
  display: block;
  position: fixed;
  z-index: 999;
  right: 30px;
  bottom: 120px;
  border-radius: 100%;
  width: 125px;
  height: 125px;
  background-color: #4222f1;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
}
.infoIcon img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}
.infoIcon:hover {
  background-color: #ff661a;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.22);
}

@media screen and (max-width: 600px) {
  .infoIcon {
    right: 5%;
    bottom: 30px;
    width: 80px;
    height: 80px;
  }
}
.intro {
  padding: 5em 0;
  width: 90%;
  max-width: 800px;
  margin: auto;
}
.intro h3 {
  margin-bottom: 1em;
  text-align: left;
}
.intro > div p {
  font-size: 17px;
  text-align: left;
  max-width: 800px;
  width: 100%;
  margin-bottom: 1em;
}
.intro span.line {
  display: block;
  margin: 2em auto;
  width: 100px;
  height: 2px;
  background-color: #000;
  content: "";
}
.intro p {
  max-width: 550px;
  width: 90%;
  text-align: justify;
}

.video {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 3em 0;
  height: 400px;
}

.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.video:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: block;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
}
.video video {
  right: 0;
  bottom: 0;
  margin: auto;
}
.video h4 {
  position: relative;
  z-index: 1;
  margin-bottom: 1em;
  font-size: 36px;
}
.video a {
  z-index: 1;
  margin: 0;
}

@media screen and (max-width: 600px) {
  .intro {
    padding: 1em 0;
  }
  .video {
    height: 200px;
  }
  .video video {
    width: 120%;
  }
  .video h4 {
    font-size: 21px;
  }
}
.cv {
  display: flex;
  flex-direction: column;
  -ms-flex-pack: center;
  padding: 3em 0;
  background: linear-gradient(to right, #4222f1, #1d3163);
  justify-content: center;
}
.cv a,
.cv p {
  text-align: center;
}

.video h4 {
  text-align: center;
}

.cv p {
  margin-bottom: 1em;
  font-size: 24px;
  color: #fff;
}
.cv a {
  background: #fff;
  color: #444;
  font-weight: 700;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.cv a:hover {
  background-color: #ff661a;
  color: #fff;
}

.priceList {
  padding: 5em 0;
  background: url(../img/price.jpg) center top no-repeat;
}
.priceList .content h5 {
  color: #fff;
}
.priceList .pl {
  margin-bottom: 3em;
}
.priceList .pl .box {
  width: 100%;
  border-bottom: 1px solid #c6c6c6;
  border-left: 1px solid #c6c6c6;
  text-align: center;
  flex-grow: 1;
}
.priceList .pl .box:last-child {
  border-right: 1px solid #c6c6c6;
}
.priceList .pl .box:nth-child(even) div.th {
  background-color: #5c5c5c;
}
.priceList .pl .box div {
  box-sizing: border-box;
  padding: 1.5em;
  background-color: #fff;
  color: #444;
  text-align: center;
  font-size: 24px;
  line-height: 1;
}
.priceList .pl .box div span {
  color: #888;
  font-size: 12px;
}
.priceList .pl .box div.th {
  padding: 1.5em;
  background-color: #939393;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
}
.priceList .pl .box div.txt {
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  border-top: 1px solid #c6c6c6;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  justify-content: center;
  align-items: center;
}
.priceList table,
.priceList td,
.priceList tr {
  border: 1px solid #c6c6c6;
  border-collapse: collapse;
}
.priceList table {
  margin: 0 0 30px;
  width: 100%;
  table-layout: auto;
}
.priceList table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.priceList table tr th {
  padding: 0.5em 0;
  background-color: #939393;
  color: #fff;
}
.priceList table tr th.b, .priceList table tr th.r {
  color: #fff;
  font-size: 16px;
}
.priceList table tr td {
  padding: 1em;
  width: 50%;
  font-size: 83.5%;
}
.priceList #cancel {
  padding: 1em;
  border: 1px solid #c6c6c6;
  background: #f5f5f5;
}
.priceList #cancel span {
  color: #ff661a;
  font-size: 95%;
}
.priceList #cancel p {
  text-align: left;
  font-size: 13px;
}

@media screen and (max-width: 600px) {
  .priceList .pl {
    flex-direction: column;
  }
  .priceList .pl .box {
    border: 1px solid #c6c6c6;
  }
}
.other {
  display: flex;
  flex-wrap: wrap;
}
.other div {
  display: flex;
  position: relative;
  flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  overflow: hidden;
  width: 50%;
  align-items: center;
  justify-content: center;
}
.other div:nth-child(3) {
  order: 3;
}
.other div.photo img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 150%;
}

.singleHeader img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 150%;
}

.other div.txt {
  padding: 5em 0;
}
.other div.txt p {
  margin-bottom: 2em;
  text-align: center;
}
.other div.txt p.title {
  font-weight: 700;
  font-size: 24px;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.other div.txt a {
  border: 1px solid #444;
  color: #444;
}
.other div.txt a:hover {
  background-color: #444;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .other {
    flex-direction: column;
  }
  .other div {
    width: 100%;
  }
  .other div.photo {
    height: 200px;
  }
  .other div:nth-child(3) {
    order: inherit;
  }
}
.map,
footer {
  position: relative;
}

.map {
  max-height: 350px;
}
.map a.mapNav {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
}

.singleHeader.video_head p {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
}

.map a.mapNav {
  padding: 0.5em;
  width: 160px;
  border-radius: 25px;
  background-color: #4222f1;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
  text-align: center;
  font-size: 14px;
  bottom: 1em;
}

footer {
  padding: 3em 3em 5em;
  background-color: #333;
  color: #fff;
}
footer .footer_wrap .address p.logo {
  padding-bottom: 0.5em;
  color: #fff;
  letter-spacing: -1px;
  font-weight: 700;
  font-size: 26px;
  font-family: montserrat;
  line-height: 1;
}

.singleHeader.video_head,
footer .footer_wrap .footerNav {
  flex-direction: column;
}

.singleHeader {
  display: flex;
  justify-content: space-around;
}

footer .footer_wrap {
  display: flex;
  justify-content: space-around;
}
footer .footer_wrap .footerNav {
  display: flex;
  justify-content: space-around;
}
footer .footer_wrap .footerNav ul.submenu {
  margin-top: 2em;
}
footer .footer_wrap .footerNav ul.submenu li a {
  color: #ccc;
  font-size: 12px;
}
footer p.copy {
  color: #ccc;
  font-size: 12px;
}
footer .footer_wrap .footerNav ul li {
  padding: 0 0.5em;
  font-size: 14px;
}
footer p.copy {
  position: absolute;
  bottom: -2em;
  left: 0;
  padding: 0.5em;
  width: 100%;
  background-color: #fff;
  color: #444;
  text-align: center;
}

@media screen and (max-width: 960px) {
  footer {
    padding: 2em;
  }
  footer .footer_wrap {
    flex-direction: column;
    text-align: center;
  }
  footer .footer_wrap .address {
    margin-bottom: 2em;
  }
  footer .footer_wrap .footerNav ul {
    justify-content: center;
  }
  footer .footer_wrap .footerNav ul.menu {
    justify-content: space-between;
  }
  footer .footer_wrap .footerNav ul li {
    padding: 0 1em;
  }
}
@media screen and (max-width: 600px) {
  footer .footer_wrap .footerNav ul {
    flex-direction: column;
  }
  footer .footer_wrap .footerNav ul li {
    padding: 1em;
  }
  footer .footer_wrap .footerNav ul.submenu {
    margin: 0;
  }
}
.singleHeader {
  position: relative;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  overflow: hidden;
  margin-top: 88px;
  width: 100%;
  height: 300px;
  align-items: center;
  justify-content: center;
}
.singleHeader img {
  width: 135%;
}
.singleHeader:before {
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
}
.singleHeader h2 {
  right: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 36px;
  font-family: montserrat;
  line-height: 1;
}
.singleHeader h2 span {
  font-size: 18px;
}
.singleHeader.video_head {
  height: calc(100vh - 88px);
}
.singleHeader h2 {
  position: absolute;
}
.singleHeader.video_head:before {
  position: absolute;
}
.singleHeader.video_head img {
  min-width: 100%;
  height: auto;
}
.singleHeader.video_head video {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
  z-index: -1;
  height: 100vw;
  transform: translate(-50%, 0%);
}
.singleHeader.video_head h2 {
  margin-top: -2em;
  font-size: 42px;
  line-height: 1.4;
}
.singleHeader.video_head p {
  bottom: 5em;
  z-index: 2;
  max-width: 500px;
}
.singleHeader.video_head a {
  position: absolute;
  bottom: 1em;
  z-index: 5;
  color: #fff;
  font-size: 30px;
}

@media all and (-ms-high-contrast: none) {
  .singleHeader.video_head p {
    position: relative;
  }
}
@media screen and (max-width: 960px) {
  .singleHeader img, .singleHeader.video_head img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .singleHeader {
    height: 200px;
  }
  .singleHeader.video_head h2 {
    margin-top: -2em;
    font-size: 30px;
  }
  .singleHeader.video_head p {
    bottom: 8em;
    width: 90%;
    font-size: 13px;
  }
}
.single.section {
  padding: 3em 0;
}
.single.priceList {
  background: #fff;
}

.flowchart {
  width: 100%;
  font-size: 90%;
}
.flowchart h4 {
  margin: 30px auto 10px;
  width: 100%;
  border-bottom: 1px solid #444;
  text-align: center;
  font-size: 120%;
}
.flowchart img {
  display: none;
}
.flowchart .box-flowimage {
  display: flex;
  -ms-flex-pack: justify;
  margin-bottom: 1em;
  width: 100%;
  justify-content: space-between;
}
.flowchart .box-flowimage dl {
  position: relative;
  display: block;
  display: table;
  float: left;
  height: 100px;
  background-color: #c6c6c6;
  font-size: 100%;
}
.flowchart .box-flowimage dl.flow01 {
  width: 11.8%;
}
.flowchart .box-flowimage dl.flow02 {
  background: #5c5c5c;
}
.flowchart .box-flowimage dl.flow01:after {
  position: absolute;
  top: 50%;
  right: -15%;
  left: auto;
  display: block;
  margin-top: -50px;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-right: 0;
  border-bottom: 50px solid transparent;
  border-left: 15px solid #c6c6c6;
  content: "";
}
.flowchart .box-flowimage dl dd {
  display: table-cell;
  padding: 5px 7px 5px 9px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.flowchart table tr th {
  padding: 0.5em 1em;
  width: 20%;
  background-color: #939393;
  font-size: 16px;
}
.flowchart table tr th.r {
  background-color: #5c5c5c;
}
.flowchart#movie_flow .box-flowimage dl.flow02 {
  background-color: #5c5c5c;
}
.flowchart table tr td {
  width: 30%;
  font-size: 13px;
}
.flowchart table tr td:last-child {
  width: 70%;
}
.flowchart table tr td span {
  font-weight: 700;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.flowchart#movie_flow .box-flowimage dl {
  background-color: #f8d5d7;
}
.flowchart#movie_flow .box-flowimage dl.flow01:after {
  border-top: 50px solid transparent;
  border-right: 0;
  border-bottom: 50px solid transparent;
  border-left: 15px solid #f8d5d7;
}
.flowchart#movie_flow table {
  margin-top: 20px;
}
.flowchart#movie_flow table tr td {
  padding: 1em;
  width: 40%;
  font-size: 13px;
  line-height: 1.6;
}
.flowchart#movie_flow table tr td:first-child {
  width: 20%;
  background-color: #f5f5f5;
  text-align: center;
  font-weight: 700;
}
.flowchart#movie_flow table tr td.str {
  background-color: #fff;
  text-align: left;
  font-weight: 500;
}

@media screen and (max-width: 600px) {
  .flowchart table {
    margin: 30px 0;
  }
  .flowchart img {
    margin: 20px 0 -10px;
    width: 100%;
  }
  .flowchart .box-flowimage {
    display: none !important;
  }
  .flowchart #photo_flow img {
    display: block;
  }
}
.external .external_wrap {
  display: flex;
}

/*------飯塚追記------*/
.portfolio #category {
  max-width: 600px;
  margin: 0 auto 30px;
}
.portfolio #category ul {
  display: flex;
  justify-content: space-between;
  border-right: solid 1px #aaa;
}
.portfolio #category ul li {
  width: 33.33%;
  height: 39px;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
  font-size: 19px;
  line-height: 1;
  border-left: solid 1px #aaa;
}
.portfolio #category ul li.current {
  color: #4222f1;
  border-bottom: 3px solid #4222f1;
}

.portfolio .gallery_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.portfolio .gallery_wrap li {
  margin: 0 0 1.5% 0;
  box-sizing: border-box;
  width: 24%;
}
.portfolio .gallery_wrap li a {
  display: block;
  position: relative;
  padding: 100% 0 0 0;
  width: 100%;
  height: 0;
  background-color: #BABABA;
}
.portfolio .gallery_wrap li img {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
  width: 100%;
  height: 100%;
}

.portfolio .client {
  margin: 20px auto;
  background-color: #eee;
  padding: 5%;
}

/*------飯塚追記end------*/
/*------木坂------*/
@media screen and (max-width: 600px) {
  .portfolio .gallery_wrap li {
    width: 49%;
  }
}
/*------木坂------*/
.faq #acMenu {
  margin-bottom: 50px;
}
.faq #acMenu dd {
  padding: 1em;
  text-align: left;
  line-height: 1.8;
}
.faq #acMenu dt {
  padding: 1em;
  text-align: left;
  line-height: 1.8;
  margin-top: 20px;
  display: block;
}
.faq #acMenu dd span,
.faq #acMenu dt span {
  margin-right: 5px;
  padding: 5px 7px;
  background-color: #5f5f5f;
  color: #fff;
}

.about table {
  width: 100%;
  border: 1px solid #c6c6c6;
}

.faq #acMenu dd,
.faq #acMenu dt {
  width: 100%;
  border: 1px solid #c6c6c6;
}
.faq #acMenu dd {
  border-top: 0;
  background-color: #f5f5f5;
}
.faq #acMenu dd span {
  background-color: #ff661a;
}
.faq #acMenu dd a {
  color: #000;
  font-weight: 700;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.video_content {
  padding-top: 8em !important;
}
.video_content p {
  margin: 0 auto 3em;
  max-width: 500px;
}
.video_content ul li {
  text-align: center;
  line-height: 1.8;
}
.video_content ul li.credit {
  font-size: 12px;
}

.video_sample {
  background-color: #ececec;
}
.video_sample video {
  margin-bottom: 2em;
  width: 100%;
}

.external .external_wrap {
  margin: 2em 0;
}
.external .external_wrap a.button1 {
  border: 1px solid #4222f1;
  background-color: transparent;
  box-shadow: none;
  color: #4222f1;
}
.external .external_wrap a.button1:hover {
  background: #4222f1;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .external .external_wrap {
    flex-direction: column;
  }
  .external .external_wrap a {
    margin: 1em auto;
  }
}
.about table {
  border-collapse: collapse;
}
.about table tr td {
  padding: 2em 1em;
  border: 1px solid #c6c6c6;
  font-size: 13px;
}
.about table tr th {
  padding: 2em 1em;
  border: 1px solid #c6c6c6;
  font-size: 13px;
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.blank_content ul li.b {
  font-family: "ゴシックMB101 DB", "游ゴシック", YuGothic, "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.about table tr th {
  background-color: #f5f5f5;
}

.blank_content p {
  margin-bottom: 1.5em;
}
.blank_content ul li {
  color: #666;
  text-align: justify;
  font-size: 14px;
  line-height: 2;
}
.blank_content ul li.b {
  margin: 2em 0 0.5em;
}

.about table tr th {
  color: #000;
  font-weight: 700;
}

.blank_content ul li a, .blank_content ul li.b {
  color: #000;
  font-weight: 700;
}
.blank_content .sub {
  margin: 0.5em 0;
  padding-left: 1em;
}

.mailmark::before {
  content: "@";
}

.example > p {
  text-align: center;
  font-size: 16px;
}
.example .title {
  font-size: 24px;
  font-weight: 700;
}
.example .title br {
  display: none;
}
.example .text-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #999999;
  margin: 20px auto 0;
  max-width: 330px;
  height: 30px;
  border-radius: 15px;
}
.example .text-box p {
  color: #ffffff;
  font-size: 16px;
  display: inline;
  margin: 0 5px;
}
.example .text-box::before, .example .text-box::after {
  content: "";
  width: 15px;
  height: 11px;
  background-color: #ffffff;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.example .text-box::before {
  left: 36px;
}
.example .text-box::after {
  right: 36px;
}
.example ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  max-width: 1100px;
  margin: 35px auto 45px;
}
.example ul li {
  width: 23.637%;
  text-align: center;
  border: solid 2px #5c5c5c;
  padding-bottom: 10px;
}
.example ul li p:first-of-type {
  background-color: #5c5c5c;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 0;
}
.example ul li p:last-of-type {
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.3;
  color: #5c5c5c;
  font-weight: bold;
}
.example ul li img {
  width: 78.13%;
}

.flex_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  max-width: 990px;
  margin: 0 auto;
}

.sec_1 .title {
  font-size: 24px;
  text-align: center;
  margin-top: 120px;
  font-weight: 700;
}
.sec_1 .flex_box {
  margin-top: 30px;
}
.sec_1 .flex_box .box {
  position: relative;
  display: flex;
  width: 33.13131313%;
  height: auto;
  margin-top: 3px;
}
.sec_1 .flex_box .box img {
  width: 100%;
}
.sec_1 .flex_box .box .position {
  position: absolute;
  display: flex;
  align-items: center;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.3137254902);
  height: 120px;
  width: 100%;
}
.sec_1 .flex_box .box .position p {
  color: #fff;
  width: 92%;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 5px;
}
.sec_1 .flex_box .box .position p.name {
  font-size: 20px;
  font-weight: bold;
  margin-top: 0px;
}

.sec_2 .title {
  font-size: 24px;
  text-align: center;
  margin-top: 75px;
  font-weight: 700;
}
.sec_2 .flex_box {
  margin-top: 30px;
  margin-bottom: 100px;
}
.sec_2 .flex_box .box {
  width: 33.13131313%;
}
.sec_2 .flex_box .box img {
  width: 100%;
}
.sec_2 .flex_box .box p {
  width: 92%;
  margin: 0 auto;
}
.sec_2 .flex_box .box p.name {
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .example ul li {
    width: 48%;
  }
  .example ul li:nth-of-type(n+3) {
    margin-top: 30px;
  }
  .sec_1 .title {
    margin-top: 75px;
  }
  .sec_1 .flex_box .box {
    width: 49.7%;
  }
  .sec_2 .flex_box {
    display: block;
  }
  .sec_2 .flex_box .box {
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .sec_2 .flex_box .box .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .example .title {
    margin-top: 42px;
  }
  .example .title br {
    display: block;
  }
  .example > p:last-of-type {
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  .example .text-box {
    width: 90%;
  }
  .example ul {
    display: block;
  }
  .example ul li {
    width: 100%;
    margin: 0 auto;
  }
  .example ul li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .example ul li img {
    width: 60%;
  }
  .sec_1 .flex_box .box {
    width: 100%;
    margin-top: 10px;
  }
  .sec_1 .flex_box .box .position p {
    font-size: 16px;
  }
  .sec_1 .flex_box .box .position p.name {
    font-size: 18px;
  }
  .sec_2 .flex_box .box {
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }
  .sec_2 .flex_box .box .name {
    font-size: 18px;
  }
}/*# sourceMappingURL=style.css.map */