@charset "utf-8";

.clearfix{zoom:1;}
.clearfix:after{
  display:block;
  content:'';
  clear:both;
}
body {
  margin: 0;
  font-family: Verdana,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  letter-spacing: 0.01em;
  line-height: 1.9;
  color: #303030;
  font-size: 15px;
  background-color: #fff;
}
.wrapper {
  width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
a {
  color: #383838;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
a:hover {
  color: #999;
}
a img:hover {
  opacity: 0.8;
}
header {
  background-color: #00348d;
  height: 86px;
  position: fixed;
  width: 100%;
  z-index: 100;
  border-bottom: 2px solid #fff;
}
header .wrapper {
  position: relative;
}
header h1 {
  display: block;
  margin: 0;
  position: absolute;
  left: 0;
  top: 20px;
}
header h1 a {
  display: block;
}
header h1 img {
  max-width: 66px;
}

/* nav */
header nav {
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 30px;
}
header nav li {
  display: block;
  margin: 0 16px;
  float: left;
  vertical-align: middle;
  font-family: 'Muli', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
}
header nav li:last-child {
  margin-right: 0px;
}
header nav li a {
  color: #fff;
}
header nav li a:hover {
  color: #db005c;
}
header nav li.sns_icon {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  background-color: #FD0600;
  margin: -5px 5px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
header nav li.sns_icon:hover {
  background-color: #db005c;
}
header nav li.sns_icon .fa-twitter:before,
header nav li.sns_icon .fa-instagram:before,
header nav li.sns_icon .fa-facebook:before {
  font-size: 22px;
  padding-top: 9px;
  display: block;
}
header nav li.sns_icon a {
  display: block;
  height: 40px;
  color: #fff;
}

/* mainimage */
video {
  display: block;
}
video#bgvid {
  position: fixed;
  right: 0;
  top: 68px;
  min-width: 100%; min-height: 100%;
  width: 100%;height: auto; z-index: -100;
  background: url(images/bgvideo02.jpg) no-repeat;
  background-size: cover;
}
.video_overlay_dot {
  padding-top: 68px;
  height: 100vh;
  width: 100%;
  background: url(images/home_overlay.png) repeat 0px 0px;
  z-index: 1;
  position: fixed;
}
.video_overlay_dot p {
  opacity: 0;
}
.video_overlay {
  padding-top: 68px;
  height: 100vh;
  z-index: 2;
  font-family: 'Muli', sans-serif;
}
.video_overlay .main_txt {
  color: rgba(255,255,255,0.6);
  position: absolute;
  left: 0;
  top: 20%;
}
.video_overlay .main_large {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 146%;
}
.video_overlay .main_small {
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 146%;
}
.video_overlay .main_logo {
  position: absolute;
  right: 0;
  bottom: 15%;
  opacity: 0.4;
}

/* top message */
.message_wrap {
  background-color:#00348d;
  text-align: center;
  padding: 140px 20px 80px;
  letter-spacing: 0.1em;
  z-index: 2;
  position: relative;
  min-width: 1120px;
}
.message_wrap .message01 {
  margin: 0px 0px 40px;
  font-size: 64px;
  color: #fff;
  font-family: 'Muli', sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 160%;
}
.message_wrap .message02 {
  line-height: 200%;
  font-size: 18px;
}
.message_wrap .link_list {
  padding: 20px 0;
}
.message_wrap .link_list li {
  float: left;
  margin-right: 20px;
  display: block;
  border: 5px solid #fff;
  text-align: center;
  width: 245px;
  padding: 2px 0px;
  font-size: 25px;
  font-weight: 600;
}
.message_wrap .link_list li:last-child {
  margin-right: 0;
}
.message_wrap .link_list li a {
  color: #fff;
  display: block;
}

/* top works */
.works_wrap {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 80px 20px;
  min-width: 1120px;
}
.top_works_wrap h2 {
  color: #ff2a61;
  font-size: 40px;
  margin-top: 0;
  text-align: center;
}
.works_list > li {
  display: block;
  float: left;
  width: 232px;
  margin-right: 50px;
  margin-bottom: 15px;
  vertical-align: top;
}
.works_list > li:nth-child(4n) {
  margin-right: 0px;
}
.works_list > li .works_title {
  margin: 5px 0;
}
.works_list > li .works_detail {
  font-size: 12px;
  color: #666;
  margin: 5px 0 10px;
  line-height: 150%;
}
.works_list .btn_external {
  color: #00c3ff;
  display: block;
  text-align: left;
  font-size: 12px;
}
.works_list .btn_external:hover {
  color: #019fd0;
}
.works_list .text {
  display: block;
  min-height: 66px;
  line-height: 150%;
}
.works_wrap .more {
  text-align: center;
  padding: 2px 0px;
  margin: 10px auto 20px;
  color: #ff2a61;
  border: 5px solid #ff2a61;
  width: 230px;
  font-size: 25px;
  font-weight: 600;
  display: block;
}
.works_wrap .more:hover {
  background-color: #e6e6e6;
}
.works_wrap .more_text {
  text-align: center;
}
.works_wrap .more_text a {
  color: #666;
}
.wrapper-works .andmore {
  color: #999;
  margin: 10px 0;
}
.bn_wrap {
  text-align: center;
  margin: 40px 0;
}
.bn_wrap .video169 img {
  border-radius: 15px;
}

/* information */
.information_wrap {
  background-color: #ff2a61;
  position: relative;
  z-index: 2;
  padding: 80px 20px;
  min-width: 1120px;
}
.information_wrap h2 {
  color: #fff;
  font-size: 40px;
  margin-top: 0;
  text-align: center;
}
.info_list {
  padding-top: 10px;
  margin: 20px 0;
}
.info_list li {
  float: left;
  width: 236px;
  min-height: 354px;
  padding: 10px;
  margin-right: 18px;
  background-color: #fff;
  display: block;
}
.info_list li:nth-child(4n) {
  margin-right: 0;
}
.information_wrap .thumbnail {
  display: block;
}
.information_wrap .thumbnail img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin-bottom: 5px;
}
.info_list li .info_title {
  color: #363636;
  line-height: 150%;
  margin: 5px 0;
}
.info_list li a {
  display: block;
}
.info_list li a:hover .info_title {
  color: #666;
}
.information_wrap .date {
  margin-right: 20px;
  display: block;
  color: #ff2a61;
  font-weight: bold;
  font-size: 15px;
}
.info_cat {
  margin: 5px 0 5px;
}
.info_cat span.information:after {
  content: "INFORMATION";
  color: #fff;
  background-color: #ff2a61;
  display: inline-block;
  padding: 2px 10px;
}
.info_cat span.blogs:after {
  content: "BLOG";
  color: #fff;
  background-color: #ff2a61;
  display: inline-block;
  padding: 2px 10px;
}
.info_btn {
  text-align: center;
  margin: 20px auto;
  width: 532px;
}
.info_btn li {
  text-align: center;
  padding: 2px 0px;
  margin: 40px auto 20px;
  color: #fff;
  border: 5px solid #fff;
  width: 245px;
  font-size: 25px;
  font-weight: 600;
  /*margin-right: 20px;*/
}
/*.info_btn li:last-child {
  margin-right: 0;
}*/
.info_btn a {
  display: block;
  color: #fff;
}

/* top video */
.video_wrap {
  text-align: center;
  padding: 80px 20px;
  background-color: #cdc300;
  position: relative;
  z-index: 2;
  min-width: 1120px;
}
.video_wrap h2 {
  color: #fff;
  font-size: 40px;
  margin-top: 0;
  text-align: center;
}
.video_wrap ul {
  text-align: center;
}
.video_wrap li {
  display: inline-block;
  margin-bottom: 40px;
}
.video_wrap li:nth-child(odd) {
  margin-right: 30px;
}
.video_wrap .more {
  text-align: center;
  padding: 2px 0px;
  margin: 20px auto 20px;
  color: #fff;
  border: 5px solid #fff;
  width: 230px;
  font-size: 25px;
  font-weight: 600;
  display: block;
}
.video_wrap .bottom {
  padding-top: 50px;
}
.video_wrap .bottom .more {
  font-size: 14px;
  padding: 14.5px;
}

/* top staff */
.staff-wrap h2 img {
  border-top: 1px solid #ae8030;
  padding-top: 65px;
}
.staff-list {
  margin-bottom: 20px;
}
.staff-list li {
  display: inline-block;
  margin-right: 6px;
}
.staff-list li:last-child {
  margin-right: 0;
}
.staff-list li {
}
.staff-list .name {
  display: block;
}
.staff-list img {
  width: 155px;
  height: auto;
}                                                               
/* sidebar */
.sidebar-wrap {
  width: 300px;
  float: right;
}
.sidebar-wrap h2 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: 3px solid #00c3ff;
  margin: 0 0 10px;
}
.tagcloud a {
  display: inline-block;
  background-color: #afafaf;
  color: #fff;
  line-height: 1.3;
  padding: 7px 11px;
  margin-bottom: 5px;
  border-radius: 3px;
}
.tagcloud a:hover {
  background-color: #00c3ff;
  color: #fff;
}
.sidebar-wrap li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
}
.sidebar-wrap li:first-child {
  padding-top: 0;
}
.sidebar-wrap li:last-child {
  margin-bottom: 30px;
}
.sidebar-wrap a {
  display: block;
}
.sidebar-wrap .widget_wrap {
  margin-bottom: 20px;
  border: 5px solid #e1e1e1;
  padding: 20px;
}
.tagcloud a {
  display: inline-block;
  margin: 0px 0px 4px;
}

/* footer */
footer {
  padding: 20px 20px;
  background-color: #111;
  position: relative;
  z-index: 2;
  min-width: 1120px;
}
footer .footer_nav_wrap {
  width: 100%;
  float: left;
  margin-right: 20px;
}
footer nav {
  text-align: left;
  color: #666;
  font-size: 12px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
footer nav ul{
	display: flex;
    gap: 24px;
    justify-content: center;
}
footer nav li {
  margin: 5px 0;
  display: block;
  font-size: 15px;
}
footer nav li a {
  color: #fff;
}
footer nav .sns_icon li {
  display: block;
  float: left;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  text-align: center;
  background-color: #989898;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
footer nav .sns_icon li:hover {
  background-color: #ff2a61;
}
footer nav .sns_icon li a {
  display: block;
  height: 40px;
  color: #fff;
}
footer nav .sns_icon .fa-twitter:before,
footer nav .sns_icon .fa-instagram:before,
footer nav .sns_icon .fa-facebook:before {
  font-size: 22px;
  padding-top: 8px;
  display: block;
}
footer .footer_snswrap {
  float: right;
  width: 670px;
  padding-top: 40px;
  margin-bottom: 30px;
  text-align: right;
}
footer .footer_snswrap li {
  display: inline-table;
  vertical-align: top;
}
footer .tweetbox {
  margin-left: 15px;
}
footer .fbbox {
  width: 320px;
}
.copyright {
  color: #989898;
  padding: 20px 0;
  clear: both;
  display: block;
  text-align: center;
}

/* page */
.pagetitle-wrap h1 {
  padding-top: 110px;
  color: #00348d;
  margin: 0;
  letter-spacing: 0.1em;
  font-size: 52px;
  font-weight: bold;
  font-family: 'Muli', sans-serif;
  text-align: center;
}
.content-wrap {
  padding: 0px 0 60px;
}
.content-wrap .wrapper {
  padding-top: 36px;
}
.content-wrap footer .wrapper {
  background-image: none;
  padding-top: 0;
}


/* about */
.page-blockwrap {
  margin-bottom: 40px;
}
.page-id-4 .pagetitle-wrap h1,
.page-id-8 .pagetitle-wrap h1,
.page-id-6 .pagetitle-wrap h1,
.page-id-14 .pagetitle-wrap h1,
.page-id-76 .pagetitle-wrap h1 {
  text-align: center;
  padding-top: 160px;
}
.page-id-4 .page-blockwrap h2 {
  text-align: center;
  padding-top: 100px;
  margin-bottom: 40px;
  font-size: 30px;
  color: #00c3ff;
}
.about-messege {
  font-size: 22px;
  text-align: center;
  margin: 20px 0 50px;
}
.table-about {
  width: 100%;
  border: 3px solid #ccc;
  background-color: #efefef;
}
.table-about tr {
  border-bottom: 1px solid #ccc;
}
.table-about tr:last-child {
  border-bottom: none;
}
.table-about th {
  text-align: left;
  width: 200px;
  padding: 16px 16px;
}
.table-about td {
  text-align: left;
  padding-left: 100px;
  padding: 16px 0;
  line-height: 160%;
}
.table-about a {
  color: #0094c1;
}
a.btn{
  background-color: #ff2a61;
  color: #fff;
  padding: 5px 20px;
  border-radius: 3px;
} 
a.btn:hover {
  background-color: #cdc300;
  color: #fff;
}
a.btn.btn_recruit {
  margin: 10px 0;
  display: inline-block;
}
.page-id-6 a.btn{
  background-color: #000;
  padding: 5px 20px;
  border-radius: 3px;
} 
.page-id-6 a.btn:hover {
  background-color: #000;
  color: #fff;
}

/* works */
.works_list .fa-arrow-right {
  font-weight: bold;
}
.works_list .fa-arrow-right:before {
  content: "\f061";
  color: #00c3ff;
  padding-right: 5px;
}
.page-id-6 .works_list > li {
  min-height: 320px;
}
.page-id-6 .works_wrap {
  padding: 40px 0;
}
.works_list .tag li {
  background-color: #999;
  display: inline-block;
  color: #fff;
  padding: 1px 5px;
  margin: 5px 5px 5px 0;
}
.wrapper-works {
  border: 2px solid #ccc;
  background-color: #efefef;
  padding: 30px;
}
.wrapper-works h2 {
  font-size: 22px;
  color: #383838;
  text-align: center;
}
.wrapper-works h3 {
  font-size: 16px;
}
.works-list01 {
  width: 45%;
  float: left;
  padding: 0 14px;
}
.works-list02 {
  width: 48%;
  float: right;
  padding: 0 10px;
}
.works-list01 ul {
  line-height: 1.5;
  font-size: 14px;
  margin: 8px 0;
}
.works-list02 ul {
  line-height: 1.5;
  font-size: 14px;
  margin: 8px 0;
}
/* staff */
.page-id-8 .content-wrap .wrapper {
  padding-top: 56px;
}
.staff-one-wrap {
  border: 2px solid #ccc;
  background-color: #efefef;
  padding: 30px;
  margin-bottom: 30px;
}
.staff-one-wrap img {
  float: left;
  margin-right: 20px;
  width: 200px;
}
.staff-one-wrap .textwrap {
  float: left;
  width: 730px;
}
.staff-one-wrap .textwrap .name {
  font-size: 16px;
  font-weight: bold;
}
.staff-one-wrap .textwrap p {
  text-align: left;
}
.textwrap dl {
  margin: 0;
}
.textwrap dt {
  float: left;
  width: 160px;
  margin: 5px 0;
}
.textwrap dd {
  float: left;
  width: 570px;
  margin: 5px 0;
}
.textwrap dd:after {
  clear: left;
}

/* contact */
.contact-left {
  float: left;
  width: 300px;
  margin-right: 40px;
  border: 5px solid #e1e1e1;
  padding: 20px;
  margin-top: 20px;
}
.contact-right {
  float: left;
  width: 600px;
}
.wpcf7 form input {
  padding: 6px;
  border: 2px solid #e1e1e1;
}
.your-subject input {
  width: 500px;
}
.your-message textarea {
  width: 500px;
  border: 2px solid #e1e1e1;
}
.wpcf7 form input.wpcf7-submit {
  background-color: #00c3ff;
  color: #fff;
  padding: 4px 30px;
  border: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  border: none;
}
.wpcf7-submit:hover {
  background-color: #00c3ff;
  color: #fff;
}
/* category */
.category-wrap {
  padding-top: 36px;
}
.category-wrap .article-wrap {
  float: left;
  width: 720px;
}
.category-wrap h1 {
  color: #00c3ff;
}
.category-wrap h2 {
  margin: 0 0 15px;
}
.category-wrap h2 a {
  color: #383838;
  font-size: 28px;
}
.category-wrap h2 a:hover {
  color: #00c3ff;
}
article .date {
  margin: 0;
  color: #999;
}
article .more-link {
  color: #383838;
}
article .more-link:hover {
  color: #666;
}
.pretxt a {
  display: block;
}
.category-wrap article {
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
article img {
  max-width: 100%;
  height: auto;
}
.wpp-list li {
  min-height: 60px;
}
.post-stats {
  color: #ff2a61;
}
/* pager */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager-single {
  text-align: center;
}
.pager-left {
  display: block;
  width: 48%;
  float: left;
  margin: 5px 0;
}
.pager-right {
  display: block;
  width: 48%;
  float: right;
  margin: 5px 0;
}
.pager-single a {
  display: block;
  padding: 20px 8px;
}
.pager-single a:hover {
  background-color: #e1e1e1;
  color: #666;
}
a.page-numbers, .pager .current {
  background: #666;
  border: solid 1px #666;
  border-radius: 5px;
  margin: 0 2px;
  padding: 5px 8px;
}
.pager .current {
  background: #9F7A1F;
  border: solid 1px #9F7A1F;
  color: rgba(255,255,255,1);
}
/* privacy */
.content-note {
  float: left;
  width: 330px;
  margin-right: 50px;
  border: 5px solid #e1e1e1;
  padding: 20px;
}
.content-note p {
  margin-top: 0;
}
.content-right {
  float: left;
  width: 560px;
}
.content-right h2 {
  color: #383838;
}
.content-right h3 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}

/* single */
.single-wrap {
  padding: 116px 0 40px; 
}
.single-wrap .article-wrap {
  float: left;
  width: 720px;
}
.single-wrap .article-wrap article {
  border-top: 3px solid #e1e1e1;
  margin-top: 10px;
}
.single-wrap h1 {
  color: #383838;
  letter-spacing: 0.05em;
}
.pager-left {
  display: block;
  width: 48%;
  float: left;
}
.pager-right {
  display: block;
  width: 48%;
  float: right;
}
.pager-left.fa-arrow-left:before,
.pager-right.fa-arrow-right:before {
  content: " ";
}
.pager-left.fa-arrow-left a:before {
  content: "\f060";
  padding-right: 5px;
  color: #00c3ff;
}
.pager-right.fa-arrow-right a:after {
  content: "\f061";
  padding-left: 5px;
  color: #00c3ff;
}
.pager-single {
  text-align: center;
  padding: 0px 0;
  margin: 40px 0 20px;
  border: 3px solid #00c3ff;
  border-left: none;
  border-right: none;
}
.single-wrap .date {
  float:left;
  margin-right: 10px;
}
.single-wrap article a,
.content-right a {
  color: #00c3ff;
}
.single-wrap article a:hover {
  text-decoration: underline;
}
.btn_fb {
  padding: 3px 0 0;
  float: left;
  width: 160px;
}
.twitter-share-button {
  float: left;
  padding: 3px 0 0;
}

/* SP  */

@media (min-width: 769px) {
  .icon_mmenu {
    display: none;
  }
  #mmenu {
    display: none;
  }
}

@media (max-width: 768px) {
  .wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
  }
  body img,
  body iframe {
    max-width: 100%;
    height: auto;
  }
  .video_wrap iframe {
    max-width: 100%;
    min-height: 270px;
  }
  header {
    position: relative;
    height: 68px;
  }
  header h1 {
    top: 18px;
    left: 10px;
    width: 84px;
  }
  header h1 a {
    line-height: 0;
  }
	header h1 img {
		max-width: 44px;
  }
  header .icon_mmenu {
    position: absolute;
    top: 20px;
    right: 10px;
  }
  .fa-bars:before {
    border: 2px solid #fff;
    padding: 5px 7px;
    color: #fff;
    border-radius: 3px;
    font-size: 20px;
  }
  /*.mm-menu.mm-offcanvas {
    width: 64%;
  }
  html.mm-right.mm-opening .mm-menu~.mm-slideout {
    -webkit-transform: translate(-64%,0);
    -ms-transform: translate(-64%,0);
    transform: translate(-64%,0);
    -webkit-transform: translate3d(-64%,0,0);
    transform: translate3d(-64%,0,0);
  }*/
  .mm-listview .tel_text {
    padding: 10px 10px 0px 20px;
  }
  .mm-listview .tel_text a {
    color: #0094c1;
    font-size: 20px;
    padding-top: 5px;
    display: block;
  }
  .mm-listview .access_text {
    padding: 10px 10px 10px 20px;
  }
  .mm-listview .access_text a {
    color: #0094c1;
    padding-top: 5px;
    display: block;
  }
  .mm-listview .fa {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    background-color: #FD0600;
    margin: 2px 5px 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 0;
    color: #fff;
  }
  .mm-listview .fa:before {
    font-size: 22px;
    padding-top: 9px;
    display: block;
  }
  .mm-listview .fa-twitter {
    margin-left: 20px;
  }
  .pc_menu {
    display: none;
  }
  video#bgvid {
    display: none;
  }
  .video_overlay {
    background: url(video/bgvideo02.gif) center top no-repeat;
    background-size: cover;
  }
  .video_overlay .main_txt {
    top:6%;
  }
  .video_overlay .main_large {
    font-size: 22px;
    margin-left: 10px;
  }
  .video_overlay .main_small {
    font-size: 14px;
    margin-left: 10px;
  }
  .video_overlay .main_logo {
    max-width: 80%;
    right: 10px;
    bottom:22%;
  }
  .message_wrap {
    min-width: 100%;
    padding: 40px 0;
  }
  .message_wrap .message01 {
    font-size: 44px;
  }
  .message_wrap .message02 {
    font-size: 15px;
    margin: 0 20px;
    line-height: 180%;
  }
  .message_wrap .link_list li {
    margin: 10px 10px;
    float: none;
    display: inline-block;
  }
  .message_wrap .link_list li:last-child {
    margin: 10px 10px;
  }
  .works_wrap {
    min-width: 100%;
    padding: 40px 0px;
  }
  .works_list {
    margin: 0 10px;
  }
  .works_list > li {
    display: inline-block;
    float: none;
    width: 47%;
    margin: 0 1% 2%;
  }
  .works_list img {
    width: 100%;
  }
  .bn_wrap .video169 img {
    width: 640px;
    height: auto;
  }
  .information_wrap {
    min-width: 100%;
    padding: 40px 0;
  }
  .information_wrap h2 {
    font-size: 34px;
  }
  .info_list {
    padding: 0px 20px;
    margin: 20px 0 40px;
  }
  .info_list li {
    width: 45%;
    padding: 10px 10px;
    margin: 0 1% 2%;
  }
  .info_btn {
    width: auto;
  }
  .info_btn li {
    margin: 10px 10px;
    float: none;
    display: inline-block;
  }
  .info_btn li:last-child {
    margin: 10px auto;
  }
  .video_wrap {
    min-width: 100%;
    padding: 40px 0;
  }
  .video_wrap h2 {
    font-size: 36px;
  }
  .video_wrap ul {
    padding: 0 20px;
  }
  .video_wrap li:nth-child(odd) {
    margin-right: 0px;
  }
  .footer_nav_wrap,
  .footer_snswrap {
    display: none;
  }
  footer {
    min-width: 100%;
    padding: 10px 0;
  }
  .page-id-4 .pagetitle-wrap h1,
  .page-id-8 .pagetitle-wrap h1,
  .page-id-6 .pagetitle-wrap h1,
  .page-id-14 .pagetitle-wrap h1,
  .page-id-76 .pagetitle-wrap h1 {
    padding-top: 40px;
  }
  .pagetitle-wrap h1 {
    font-size: 34px;
    padding-top: 40px;
    margin-bottom: 20px;
  }
  .about-messege {
    font-size: 16px;
    margin: 0px 10px 50px;
  }
  .table-about {
    margin: 0 10px;
    width: auto;
    font-size: 14px;
  }
  .table-about th {
    margin: 0 10px;
    width: 32%;
    padding: 16px 5px 16px 10px;
  }
  .table-about td {
    padding: 16px 5px 16px 5px;
  }
  .iframe_wrap {
    margin: 0 10px;
  }
  .category-wrap {
    padding-top: 0;
  }
  .category-wrap .article-wrap {
    float: none;
    width: auto;
    margin: 0 10px;
  }
  .category-wrap h2 {
    margin: 0px 0 5px;
  }
  .category-wrap h2 a {
    font-size: 20px;
    line-height: 160%;
    display: block;
  }
  .pretxt a {
    line-height: 160%;
  }
  .sidebar-wrap {
    width: auto;
    float: none;
    margin: 0 10px;
  }
  .category-wrap article {
    margin-bottom: 30px;
  }
  .single-wrap .article-wrap {
    float: none;
    width: auto;
    margin: 0 10px;
  }
  .single-wrap h1 {
    letter-spacing: 0;
    font-size: 22px;
  }
  .single-wrap article a {
    word-break: break-all;
  }
  .single-wrap .article-wrap article {
    overflow: hidden;
  }
  .page-id-6 .works_list > li {
    min-height: auto;
    margin-bottom: 30px;
  }
  .content-wrap .wrapper {
    padding-top: 0;
  }
  .wrapper-works {
    padding: 20px;
    margin: 0 10px;
  }
  .works-list01 {
    width: 100%;
    float: none;
    padding: 0px;
    margin-bottom: 30px;
  }
  .works-list02 {
    width: 100%;
    float: none;
    padding: 0px;
  }
  .content-wrap {
    padding: 0px;
  }
  .page-id-8 .content-wrap .wrapper {
    padding-top: 20px;
  }
  .staff-one-wrap img {
    float: none;
    margin: 20px auto 0px;
  }
  .staff-one-wrap {
    padding: 10px 10px 20px;
    margin: 10px 10px 30px;
    text-align: center;
  }
  .staff-one-wrap .textwrap {
    float: none;
    width: 100%;
  }
  .textwrap dt {
    width: 28%;
    margin: 5px 10px 5px 0;
    text-align: left;
  }
  .textwrap dd {
    float: left;
    width: 66%;
    text-align: left;
    margin: 5px 0;
  }
  .contact-left {
    float: none;
    width: auto;
    margin: 0 10px 20px;
  }
  .contact-right {
    float: none;
    width: auto;
    margin: 10px;
  }
  .wpcf7 form input {
    width: 80%;
  }
  .your-message textarea {
    width: 88%;
  }
  .wpcf7 form input[type="checkbox"] {
    width: 20px;
  }
  span.wpcf7-list-item {
    margin-left: 0;
    font-size: 14px;
  }
  .wpcf7 form input.wpcf7-submit {
    width: 150px;
  }
  .content-note {
    float: none;
    width: auto;
    margin: 0 10px;
  }
  .content-right {
    float: none;
    width: auto;
    margin: 10px;
  }
}

@media (max-width: 600px) {
  header h1 {
    top: 23px;
    left: 10px;
    width: auto;
  }
  .bn_wrap .video169 img {
    width: 90%;
    height: auto;
    border-radius: 10px;
  }
  .info_list {
    padding: 0px 20px;
    margin: 20px 0 40px;
  }
  .info_list li {
    width: auto;
    float: none;
    padding: 10px 10px;
    margin: 0 0 20px 0;
  }
  .information_wrap h2 {
    font-size: 24px;
  }
  .info_btn li {
    float: none;
    margin: 10px auto;
  }
  .message_wrap .link_list li {
    margin: 10px auto;
    float: none;
    line-height: 130%;
    padding: 8px 0;
  }
  .message_wrap .link_list li:last-child {
    margin: 10px auto;
  }
}
@media (max-width: 320px) {
}

/* video content */
.view_pc {
    display: block;
}
.view_sp {
  display: none;
}
.video_content_wrap {
  background: url(images/video_mv_bg.jpg) center top no-repeat;
  background-size: contain;
  padding-top: 480px;
  text-align: center;
}
.video_head {
  background-color: #28b8ec;
  padding-bottom: 80px;
  position: relative;
}
.video_head .makingmovie {
  margin-top: -180px;
}
.video_head h1 .video_head_title {
  color: #fff;
  font-weight: 300;
  border-bottom: 4px solid;
  display: inline-block;
  padding: 0 28px 3px;
  margin-bottom: 0px;
}
.video_head .h1_sub {
  margin-bottom: 80px;
}
.what_we_do_text01 {
  margin-bottom: 60px;
}
.video_head_next {
  width: 0;
  height: 0;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  border-top: 90px solid #28b8ec;
  position: absolute;
  bottom: -180px;
  left: 0;
  right: 0;
  margin: auto;
}
.video_head_logo {
  position: absolute;
  bottom: -160px;
  left: 30px;
}
.video_nav {
  padding: 160px 0 0px;
}
.video_nav ul {
  text-align: center;
}
.video_nav li {
  display: inline-block;
  width: 272px;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  margin: 0px 16px 32px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}

.video_nav li:first-child,
.video_nav li:nth-child(6) {
  background: #1c3e87; /* Old browsers */
  background: -moz-linear-gradient(top, #1c3e87 0%, #28b8ec 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1c3e87 0%,#28b8ec 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1c3e87 0%,#28b8ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3e87', endColorstr='#28b8ec',GradientType=0 ); /* IE6-9 */
}
.video_nav li:nth-child(2),
.video_nav li:nth-child(4) {
  background: #e61d70; /* Old browsers */
  background: -moz-linear-gradient(top, #e61d70 0%, #d978ad 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e61d70 0%,#d978ad 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e61d70 0%,#d978ad 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e61d70', endColorstr='#d978ad',GradientType=0 ); /* IE6-9 */
}
.video_nav li:nth-child(3),
.video_nav li:nth-child(5) {
  background: #c7cf1d; /* Old browsers */
  background: -moz-linear-gradient(top, #c7cf1d 0%, #f5f081 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #c7cf1d 0%,#f5f081 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #c7cf1d 0%,#f5f081 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cf1d', endColorstr='#f5f081',GradientType=0 ); /* IE6-9 */
}
.video_nav li:hover {
  opacity: 0.8;
}
.video_nav li a {
  display: block;
  padding: 10px;
}
.video_nav li a p {
  background-color: #fff;
  margin: 0;
  padding: 18px 0px 16px;
  line-height: 130%;
}
.video_nav li span {
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  display: block;
}
.video_about h2,
.video_merit h2,
.video_package h2,
.video_flow h2,
.video_notice h2,
.video_contact h2 {
  font-size: 50px;
  font-style: italic;
  margin-bottom: 20px;
}
.video_about h2:after,
.video_flow h2:after {
  content: " ";
  height: 10px;
  display: block;
  background: #28b8ec; /* Old browsers */
  background: -moz-linear-gradient(45deg, #28b8ec 39%, #1c3e87 60%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #28b8ec 39%,#1c3e87 60%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #28b8ec 39%,#1c3e87 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28b8ec', endColorstr='#1c3e87',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.video_merit h2:after,
.video_notice h2:after {
  content: " ";
  height: 10px;
  display: block;
  background: #d978ad; /* Old browsers */
  background: -moz-linear-gradient(45deg, #d978ad 39%, #e61d70 60%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #d978ad 39%,#e61d70 60%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #d978ad 39%,#e61d70 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d978ad', endColorstr='#e61d70',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.video_package h2:after,
.video_contact h2:after {
  content: " ";
  height: 10px;
  display: block;
  background: #f5f082; /* Old browsers */
  background: -moz-linear-gradient(45deg, #f5f082 38%, #c8d01e 58%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #f5f082 38%,#c8d01e 58%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #f5f082 38%,#c8d01e 58%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f082', endColorstr='#c8d01e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.video_content_wrap .h2_lead {
  font-weight: bold;
  margin-bottom: 30px;
}
.video_about_description {
  width: 600px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 40px;
}
.video_about_cat_wrap {
  background-color: #28b8ec;
  padding: 10px 0;
}
.video_about_cat_wrap h3 p {
  font-size: 38px;
  border-bottom: 2px solid;
  display: inline-block;
  margin: 20px 0 0;
  line-height: 140%;
}
.video_about_cat_wrap .h3_lead {
  font-size: 16px;
}
.video_about_cat_wrap ul {
  text-align: center;
}
.video_about_cat_wrap li {
  display: inline-block;
  margin: 0 15px 40px;
  width: 280px;
  vertical-align: top;
}
.video_about_cat_wrap li .video_cat {
  background-color: #fff;
  border-radius: 10px;
  color: #1d4089;
  font-size: 24px;
  line-height: 110%;
  padding: 12px 15px;
  font-weight: bold;
}
.video_about_cat_wrap li p {
  color: #fff;
  margin: 5px 0;
  line-height: 160%;
  text-align: left;
  letter-spacing: 0.02em;
  font-size: 14px;
}
.video_about .icon_plus {
  margin: 20px 0;
}
.video_about_quality_wrap {
  margin: 80px 0 40px;
}
.video_about_quality_wrap h4 {
  background: #1c3e87; /* Old browsers */
  background: -moz-linear-gradient(top, #1c3e87 0%, #28b8ec 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #1c3e87 0%,#28b8ec 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1c3e87 0%,#28b8ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c3e87', endColorstr='#28b8ec',GradientType=0 ); /* IE6-9 */
  padding: 5px;
  width: 190px;
  font-size: 24px;
  margin: 40px 0 20px;
}
.video_about_quality_wrap h4 p {
  background-color: #fff;
  margin: 0;
  text-align: center;
}
.video_about_quality_text_wrap {
  text-align: left;
  width: 90%;
  margin: 80px auto 0;
}
.video_merit_head {
  position: relative;
}
.video_merit_head .video_merit_logo {
  position: absolute;
  top: -80px;
  left: -120px;
  z-index: -1;
}
.video_merit_text {
  width: 770px;
  margin: 0 auto;
}
.video_package ul {
  margin: 40px 0;
}
.video_package ul:before {
  content: " ";
  background-color: #fff100;
  height: 135px;
  display: block;
  margin: 120px 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.video_package li {
  display: inline-block;
  margin: 0 20px;
}
.video_package_list_wrap {
  position: relative;
}
.video_package_contact {
  margin: 40px 0;
}
.video_flow_head {
  position: relative;
}
.video_flow_head .video_flow_logo {
  position: absolute;
  top: 50px;
  left: -100px;
}
.video_flow_list ul {
  margin: 60px 0 0;
}
.video_flow_list li {
  width: 280px;
  display: inline-block;
  vertical-align: top;
}
.video_flow_list li p {
  width: 190px;
  padding-left: 42px;
  text-align: center;
  margin: 10px auto;
}
.video_notice ul {
  width: 580px;
  margin: 0 auto;
}
.video_notice li {
  background: url(images/video_icon_notice.png) no-repeat left 5px;
  background-size: 20px;
  padding-left: 30px;
  margin-bottom: 40px;
  text-align: left;
}
.video_contact {
  margin-bottom: 40px;
}


@media (max-width: 1024px) {
  .video_content_wrap {
    padding-top: 440px;
    min-width: 1180px;
  }
}
@media (max-width: 768px) {
  .video_content_wrap {
    padding-top: 330px;
    min-width: auto;
  }
  .video_head .makingmovie {
    margin-top: -110px;
    width: 420px;
  }
  .video_head_logo {
    width: 230px;
    bottom: -140px
  }
  .video_about_quality_img {
    max-width: 80%;
  }
  .video_flow_list li {
    width: 240px;
  }
  .video_about h2,
  .video_merit h2,
  .video_package h2,
  .video_flow h2,
  .video_notice h2,
  .video_contact h2 {
    margin: 50px auto 20px;
    max-width: 90%;
  }
  .video_package ul:after {
    content: " ";
    background-color: #fff100;
    height: 135px;
    display: block;
    margin: -210px 0 0;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
  .video_package li {
    margin: 0 20px 20px;
  }
  .video_merit_head .video_merit_logo {
    top: 0px;
    left: -10px;
    width: 100px;
  }
  .video_package_contact {
    width: 380px;
  }
  .video_flow_head .video_flow_logo {
    top: 50px;
    left: 20px;
    width: 200px;
  }
}
@media (max-width: 600px) {
  .view_pc {
    display: none;
  }
  .view_sp {
    display: block;
  }
  .video_content_wrap {
    padding-top: 160px;
  }
  .video_head {
    padding-bottom: 50px;
  }
  .video_head .makingmovie {
    margin-top: -70px;
    width: 300px;
  }
  .video_head h1 .video_head_title {
    margin-top: 0px;
  }
  .what_we_do {
    margin: 0 20px;
  }
  .what_we_do .what_we_do_img01 {
    width: 230px;
  }
  .what_we_do .what_we_do_img02 {
    width: 339px;
  }
  .what_we_do_text01 {
    text-align: left;
  }
  .what_we_do_text02 {
    text-align: left;
  }
  .video_head_next {
    border-left: 90px solid transparent;
    border-right: 90px solid transparent;
    border-top: 60px solid #28b8ec;
    bottom: -120px;
  }
  .video_head_logo {
    width: 150px;
    bottom: -100px;
    left: 0px;
  }
  .video_nav li {
    width: 170px;
    font-size: 24px;
    margin: 0px 4px 10px;
  }
  .video_nav li a {
    padding: 8px;
  }
  .video_nav li span {
    font-size: 10px;
  }
  .video_about_description {
    width: auto;
    margin: 0 20px 40px;
  }
  .video_about_cat_wrap li {
    width: 300px;
  }
  .video_about_quality_text_wrap {
    text-align: left;
    width: auto;
    margin: 50px 20px 0;
  }
  .video_about_quality_wrap {
    margin: 80px 0 80px;
  }
  .video_merit_text {
    width: auto;
    margin: 0 20px 20px;
    text-align: left;
  }
  .video_merit_head .video_merit_logo {
    left: -10px;
    width: 90px;
  }
  .video_package_contact {
    width: 300px;
  }
  .video_package_list_wrap p {
    margin: 0 20px;
  }
  .video_package li:before,
  .video_package ul:after {
    display: none;
  }
  .video_package li:before {
    content: " ";
    background-color: #fff100;
    display: block;
    margin: 120px 0;
    position: absolute;
    width: 100%;
    height: 135px;
    left: 0;
    z-index: -1;
}
  .video_notice ul {
    width: auto;
    margin: 0 20px;
  }
  .video_flow_head .video_flow_logo {
    top: 70px;
    left: -30px;
    width: 150px;
    margin-right: 20px;
  }
  .video_flow_list ul {
    text-align: left;
    margin: 20px 0 0;
  }
  .video_flow_list li {
    width: 86%;
    margin: 20px 20px;
  }
  .video_flow_list li img {
    width: 100px;
    float: left;
    margin-right: 20px;
  }
  .video_flow_list li p {
    width: auto;
    padding-left: 0px;
    text-align: left;
    margin: 35px auto 0;
  }
}
@media (max-width: 360px) {
  .video_content_wrap {
    padding-top: 140px;
  }
  .video_nav li {
    width: 152px;
  }
  .video_about_cat_wrap li {
    width: 280px;
  }
}









