/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}

template {
  display: none;
}
[hidden] {
  display: none;
}
/*===========*/



@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "midashi_en";
  src: url("../font/LeagueSpartan-Bold.otf"),  url("../font/LeagueSpartan-Bold.eot");
  font-weight: 400;
}

*{
  box-sizing: border-box;
}
html{
  background: #f3f6ff;
  color: #000;
  font-family: "-apple-system", "Helvetica Neue","ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 15px;
}
body{
  padding: 4.5em 1em 1em;
  line-height: 1.75;
}
img{
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
p{
  margin: 0.35em 0;
}
ul, ol{
  padding-left: 1.5em;
}
ul{
  list-style: square;
}
li{
  margin: 0.5em 0;
}
th{
  text-align: left;
  font-weight: normal;
  padding-right: 0.75em;
}
h2{
  text-align: center;
  font-size: 1.2em;
}
.subttl{
  margin: 0.5em auto;
  padding: 0.5em 3em;
  color: #1e2c54;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: #fff;
  border-top: solid 1px #1e2c54;
  border-bottom: solid 1px #1e2c54;
}
.subttl::after{
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../img/icon_logo.svg) no-repeat center center;
  background-size: 1em auto;
  vertical-align: middle;
  margin-left: 0.5em;
}
h3{
  margin: 0.5em 0;
  text-align: center;
  font-weight: normal;
}
h3:first-child{
  margin-top: 0;
}
a{
  color: #a51527;
}
.nobraking{
  display: inline-block;
  white-space: nowrap;
}
.link::before{
  content: ">> ";
  display: inline;
}
.p-sub{
  text-align: center;
  margin-top: 1em;
  font-size: 1.2em;
}

@media(min-width:40em){
  html{
    font-size: 17px;
  }
}
dl{
  margin: -2em 0 0;
}
dt{
  margin: 1em -1em;
  padding: 0.5em 1em;
  font-weight: bold;
}
dd{
  margin: 0.5em 0;
}
@media(max-width:32.99em){
  dt{
    border-bottom: solid 0.2em #1e2c54;
  }
}
@media(min-width:33em){
  dl{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .sec > dl{
    margin: -1em;
  }
  dt{
    flex: 0 0 10em;
    margin: 0;
    padding: 1.5em 1em;
    background: #1e2c54;
    color: #fff;
  }
  .ie11 dt{
    flex: 0 0 8em;
  }
  dd{
    flex-grow: 0;
    flex-basis: calc(100% - 10em);
    margin: 0;
    padding: 1.5em 1em 1.5em 2em;
  }
  .ie11 dd{
    flex-basis: calc(100% - 13em);
  }
  dd > p:first-child,
  dd > ul:first-child{
    margin-top: 0;
  }
  dd > p:last-child,
  dd > ul:last-child{
    margin-bottom: 0;
  }
}

/*ヘッダー*/
@keyframes bgslide {
  0% {
    transform:translate(0, 0);
  }
  100% {
    transform:translate(3em, 3em);
  }
}

.hdr_fixed{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: #1e2c54;
  border-bottom: solid 1px #fff;
}
.hdr_fixed_inner{
  display: flex;
  justify-content: space-between;
  height: 3.5em;
  padding: 1em;
}
.hdr_txt{
  background: #222;
  color: #fff;
  margin: 0 auto;
  padding: 0.5em 0;
  font-size: 12px;
  line-height: 1;
}
.hdr_txt span{
  margin: 0 auto;
  padding: 0 1rem;
  display: block;
}

/*タイトル*/
.hdr_ttl{
  height: 100%;
  margin: 0;
  line-height: 1;
  font-size: 1em;
}
.hdr_ttl img{
  height: 100%;
  width: auto;
  vertical-align: top;
}

/*nav*/
.nav_list{
  line-height: 1;
}
.nav_btn{
  text-decoration: none;
  color: inherit;
  font-weight: normal;
}
.nav_btn_eng{
  margin-right: 0.25em;
}
@media(max-width:32.99em){
  .hdr_txt span{
    max-width: 100%;
  }
  .nav_list{
    position: absolute;
    top: 5.2em;
    left: 0;
    right: 0;
    z-index: 10;
    overflow: hidden;
    max-height: 0;
    margin: 0;
    padding: 0;
    background: #fff;
    list-style: none;
    transition: max-height 0.3s ease-in-out;
  }
  .nav_list.open{
    max-height: 20em;
  }
  .nav_list > li{
    margin: 0;
  }
  .nav_btn{
    display: block;
    padding: 1em;
  }
  .nav_btn::before{
    content: "";
    display: inline-block;
    vertical-align: 0.15em;
    width: 0.25em;
    height: 0.25em;
    margin-right: 0.75em;
    border-right: solid 0.15em #1e2c54;
    border-bottom: solid 0.15em #1e2c54;
    transform: rotate(-45deg);
  }
  .nav_list > li:nth-of-type(2n - 1) .nav_btn{
    background: #eee;
  }
  .nav_open{
    height: 100%;
  }
  .nav_open img{
    display: block;
    height: 100%;
    width: auto;
    vertical-align: top;
    margin: 0 0 0 auto;
  }
  .nav_open .nav_open_close{
    display: none;
  }
  .active .nav_open_close{
    display: block;
  }
  .active .nav_open_open{
    display: none;
  }
}

@media(min-width:33em){
  .hdr_nav{
    margin-top:0.6em;
  }
  .hdr_fixed_inner{
    max-width: 62em;
    margin: 0 auto;
  }
  .hdr_txt span{
    max-width: 62rem;
  }
  .nav_open{
    display: none;
  }
  .nav_list{
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
    list-style: none;
  }
  .nav_list > li{
    margin: 0 0.2rem;
  }
  .nav_list > li:last-child{
    margin-right: 0;
  }
  .nav_btn{
    padding: 0.8rem 1rem 0.2em;
    color: #fff;
    font-size: 0.75em;
    font-weight: bold;
    letter-spacing: 0.1em;
    transition: opacity 0.3s ease-out;
  }
  .nav_btn:hover{
    opacity: 0.6;
  }
  .nav_btn_eng{
    font-family: "midashi_en";
    font-size: 1.75em;
  }
}

/*キービジュアル*/
.hdr_main{
  grid-column: 1 / 3;
  margin: -1em -1em 0;
  padding: 7em 0 4em;
  line-height: 1;
  text-align: center;
  background: #fff;
}
.hdr_main .hdr_main_logo{
  margin: 0 auto 2em;
}
.hdr_main .hdr_main_logo img{
  width: 100%;
  height: auto;
}
.hdr_main .hdr_main_catch{
  
  display: inline-block;
  padding: 0.5em;
}

@media(max-width:32.99em){
  .hdr_main .hdr_main_logo{
    width: 60vw;
  }
  .hdr_main .hdr_main_catch{
    font-size: 16px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: bold;
  }
}

@media(min-width:33em){
  .hdr_main .hdr_main_logo{
    width: 600px;
  }
  .hdr_main .hdr_main_catch{
    font-size: 16px;
    font-weight: bold;
  }
  .hdr_main .hdr_main_catch .pc_none{
    display: none;
  }
}

/*article*/
.article{
  margin: -5em -1rem 1em;
  padding-top: 5em;
}
.article_cts{
  max-width: 60em;
  margin: 0 auto;
}

/*section*/
.sec{
  margin: 1em 0;
  padding: 1em;
  background: #fff;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
.sec.shown{
  opacity: 1;
}

/*制作実績*/
.article-work .article_cts{
  display: flex;
  flex-wrap: wrap;
}
.h2-work{
  flex: 0 0 100%;
}
.list_works {
  padding: 0;
}
.list_works li {
  width: calc(100% - 8vw);
  list-style: none;
  margin: 0 4vw 1em;
  background: #fff;
}
.list_works li a {
  text-decoration: none;
  color: #333;
  transition: opacity 0.3s ease-out;
}
.list_works li a:hover {
  opacity: 0.6;
}
.list_works li dl {
  width: 100%;
  margin: 0;
  display: block;
}
.list_works li dl dt.works_ttl {
  background: none;
  margin: 0 0 0.5em;
  padding: 0 1rem;
  color: #1e2c54;
  border: none;
  line-height: 1;
}
.list_works li dl dd.works_img {
  margin: 0 0 0.5em;
  padding: 0;
}
.list_works li dl dd.works_txt {
  margin: 0;
  padding: 0 1rem 1rem;
  line-height: 1.4;
  font-size: 0.8rem;
}

@media(min-width:33em){
  .list_works {
    display: flex;
    flex-wrap: wrap;
  }
  .list_works li {
    width: calc(50% - 1em);
    margin: 0 0 1.5em;
  }
  .list_works li:nth-child(odd) {
    margin-right: 2em;
  }
}

.list_works_detail {
  display: none;
}
.works_detail {
  max-width: 600px;
}
.works_detail dl {
  width: 100%;
  margin: 0;
  display: block;
}
.works_detail dl dt.works_ttl {
  background: none;
  margin: 0 0 0.5em;
  padding: 0 1rem;
  color: #1e2c54;
  border: none;
  line-height: 1;
}
.works_detail dl dd.works_img {
  margin: 0 0 0.5em;
  padding: 0;
}
.works_detail dl dd.works_txt {
  margin: 0;
  padding: 0 1rem 1rem;
  line-height: 1.4;
  font-size: 0.8rem;
}
.works_detail dl dd.works_detail {
  margin: 0;
  padding: 0 1rem 1rem;
  line-height: 1.4;
  font-size: 0.8rem;
}
.works_detail dl dd.works_link {
  margin: 0;
  padding: 0 1rem 1rem;
  line-height: 1.4;
  font-size: 0.8rem;
}
.works_detail dl dd.works_link::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #a51527;
  border-right: solid 2px #a51527;
  transform: rotate(45deg);
  margin-right: 0.5em;
}
.works_detail dl dd.works_link a:hover {
  text-decoration: none;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000; opacity: 0.7 !important; filter: alpha(opacity = 70) !important;}
#colorbox{outline:0;}
    #cboxContent{background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#fff;}
        #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
        #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
        
        #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
        #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; width:28px; height:65px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:bottom left;}
        #cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; width:28px; height:65px; text-indent:-9999px;}
        #cboxNext:hover{background-position:bottom right;}
        #cboxClose{position:absolute; top:10px; right:10px; display:block; text-indent:-9999px;}
        #cboxClose:hover{background-position:bottom center;}
#cboxClose {
  width: 30px;
  height: 30px;
  background: #1e2c54;
}
#cboxClose::before, #cboxClose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 30px;
  background: #fff;
}
#cboxClose::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
#cboxClose::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

/*アクセス*/
.img-map{
  width: 100%;
  vertical-align: bottom;
}
.accesslist_icon{
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  margin: -0.6em 0.5em -0.25em 0;
}
.p-hasicon{
  margin-left: 2em;
  text-indent: -2em;
}

@media(min-width:33em){
  .accesslist_dd-hasicon{
    margin-left: 0;
    padding-left: 4em;
  }
  .ie11 .accesslist_dd-hasicon{
  }
  .accesslist dt:nth-of-type(2n){
    background: #2c4079;
  }
  .accesslist dd:nth-of-type(2n){
    background: #f9f9f9;
  }
}

/*会社概要*/
.dt-align{
  letter-spacing: 1em;
}
@media(min-width:33em){
  .companylist dt,
  .companylist dd{
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .companylist dt:nth-of-type(2n){
    background: #2c4079;
  }
  .companylist dd:nth-of-type(2n){
    background: #f9f9f9;
  }
}

/*footer*/
.ftr{
  margin: 3em -1em -1em;
  padding: 1.5em 1em;
  background: #222;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.ftr a{
  color: inherit;
}
.ftr_p{
  margin: 0;
}
.ftr_copy{
  margin-top: 2rem;
  padding-top: 5em;
  color: #777;
  background: url(../img/logo_w.svg) 50% 0 no-repeat;
  background-size: auto 2em;
  font-weight: normal;
  font-size: 75%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}
@media(min-width:33em){
  .ftr_p{
    display: inline;
    margin: 0 0.5em;
  }
}
