@charset "UTF-8";
/* ***************************************************
 PC / SP共通
*************************************************** */
/* ////////////////// タグ初期値 ////////////////// */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
}




#cta-nav {
display: inline-flex;
    position: relative;
}

#cta-nav span {
display:block;
font-size:12px;
color:#14B4C8;
padding-bottom:5px;
}

  #cta-nav .contact a {
    display: block;
    padding: 0.8em 4em;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background-color:#14B4C8;
    border: 2px solid #14B4C8;
    border-radius: 3em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
  }

  #cta-nav .contact2 a {
    display: block;
    padding: 0.8em 4em;
    font-size: 16px;
    font-weight: bold;
    color: #14B4C8;
    background-color:#FFFFFF;
    border: 2px solid #14B4C8;
    border-radius: 3em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
  }

  #cta-nav .contact a:hover {
    background-color: #FFF;
    color: #14B4C8;
    border: 2px solid #14B4C8;
  }

  #cta-nav .contact2 a:hover {
    background-color: #14B4C8;
    color: #FFF;
    border: 2px solid #14B4C8;
  }

.csr {
width: 1000px;
margin: 0 auto;
}

.csr .sub{
font-size: 20px;
        line-height: 1em;
        color: #62B6C4;
font-weight:bold;
    }


.csr .title{
font-size: 28px;
        color: #000000;
        text-shadow: none;
}

.csr .img{
width:500px;
padding:50px 0;
}




.cta2 h2,.cta2 h4,.cta2 small {
color:#FFFFFF;
}

.cta2 .section-title .sub  {
color:#FFFFFF;
}
#cta-nav2 {
display: inline-flex;
    position: relative;
}

#cta-nav2 span {
font-size:12px;
color:#FFFFFF;
display:block;
padding-bottom:10px;
}

  #cta-nav2 .contact a {
    display: block;
    padding: 0.8em 4em;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background-color:#14B4C8;
    border: 2px solid #14B4C8;
    border-radius: 3em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
  }

  #cta-nav2 .contact2 a {
    display: block;
    padding: 0.8em 4em;
    font-size: 16px;
    font-weight: bold;
    color: #14B4C8;
    background-color:#FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 3em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
  }

  #cta-nav2 .contact a:hover {
    background-color: #FFF;
    color: #14B4C8;
    border: 2px solid #14B4C8;
  }

  #cta-nav2 .contact2 a:hover {
    background-color: #14B4C8;
    color: #FFF;
    border: 2px solid #14B4C8;
  }


 #header-nav2 {
display: inline-flex;
    position: relative;
top:190px;
left:30px;
}


  #header-nav2 .contact a {
    display: block;
    padding: 0.8em 4em;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background-color:#14B4C8;
    border: 2px solid #14B4C8;
    border-radius: 3em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
  }

  #header-nav2 .contact2 a {
    display: block;
    padding: 0.8em 4em;
    font-size: 16px;
    font-weight: bold;
    color: #14B4C8;
    background-color:#FFFFFF;
    border: 2px solid #14B4C8;
    border-radius: 3em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
  }

  #header-nav2 .contact a:hover {
    background-color: #FFF;
    color: #14B4C8;
    border: 2px solid #14B4C8;
  }

  #header-nav2 .contact2 a:hover {
    background-color: #14B4C8;
    color: #FFF;
    border: 2px solid #14B4C8;
  }


#maru {
display: inline-flex;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

#footer {
    background-color: #14B4C8;
    padding: 5px;
    margin: 0 auto;
    text-align: center;
color:#FFFFFF;
font-size:13px;
}

.cta {
    background-color: #14B4C8;
    padding: 50px;
    margin: 0 auto;
    text-align: center;
}

.ctabox {
    background-color: #FFFFFF;
    position: relative;
    padding: 50px;
    border-radius: 0.6em;
}



.cta2 {
    background-color: #000000;
    padding: 50px;
    margin: 0 auto;
    text-align: center;
}

.ctabox2 {
    background-color: #000000;
    position: relative;
padding: 20px 50px;
    border-radius: 0.6em;
}



    .company-profile {
        margin: 0 auto 32px;
        border-bottom: 1px solid #C7C8C9;
    }


.company-profile > div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 0;
        border-top: 1px solid #C7C8C9;
    }

.company-profile dt {
        width: 220px;
        padding-right: 32px;
        font-family: "TazuganeGothicStdN-Bold", "HelveticaNowText-Regular", sans-serif;
    }

    .company-profile dd {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-family: "TazuganeGothicStdN-Book", "HelveticaNowText-Regular", sans-serif;
        font-size: 14px;
        line-height: 180%;
    }

.col2 ul {
margin-left:20px;
padding-bottom:30px;
}

#maru img {
width:200px;
height;200px;
}


header {
position: fixed;
    width: 100%;
    background-color: #FFF;
z-index:99;
}
  .results-case {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
  }

.results-case .item {
        width: 320px;
        margin-bottom: 30px;
        line-height: 1.5em;
        padding: 0.8em 1.5em;
        font-size: 16px;
        border-radius: 2em;
        /* text-align: center; */
    }

    .results-case .item strong {
        padding: 10px 0 15px 0;
        margin-bottom: 0.2rem;
        color: #353535;
        font-size: 14px;
    }

    .front-results {
        margin-top: 0px;
        text-align: center;
        padding: 20px;
        position: relative;
        background-color: #E4FCFF;
    }

.front-results .img {

}

    .archive-results {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 1000px;
        margin: 0 auto;
        text-align: left;
    }

    .archive-results .item {
        width: 320px;
        margin-bottom: 0px;
        line-height: 1.5em;
        padding: 0.8em 1.5em;
        font-size: 16px;
    }

.archive-results .item strong {
font-size:14px;
padding-bottom:5px;
}

.archive-results .item h4 {
font-size:20px;
padding-bottom:10px;
color:#14B4C8;
}

.archive-results .item p {
font-size:15px;
padding-bottom:10px;
}

#header .cname {
    position: absolute;
    top: 20px;
    left: 90px;
    font-size: 14px;
}

.logo img {
display:inline-block;
height:50px;
width:auto;
}

.header-inner h1 {
font-size:16px;
}


.section-title p {
font-size:28px;
font-weight:bold;
}

.movbox .mainimage {
        position: relative;
        background: url(../images/lp/mv_pc.jpg) no-repeat top center;
        background-size: cover;
        margin: 0;
        height: 100%;
        overflow: hidden;
    }
.movbox h2,h3 {
color:#FFFFFF;
text-shadow: 0 0 10px #000c25;
}

.movbox h2 {
position: relative;
    top: 180px;
    left: 20px;
    font-size: 40px;
    font-weight: bold;
}

.movbox h3 {
position: relative;
    top: 180px;
    left: 20px;
    font-size: 20px;
    font-weight: bold;
}


.d-none {
  display: none;
}

.pankz {
	display:none;
}

#single-case .wysiwyg h2 {
margin-bottom: 10px;
}

#single-case .wysiwyg h3 {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin: 30px auto 0px;
    line-height: 1.5em;
    padding-bottom: 0px;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Verdana, sans-serif;
}

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}




body {
  color: #3B4043;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

li, dt, dd {
  margin: 0px;
  padding: 0px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -moz-box-sizing: content-box;
  height: 0;
}

/* テーブル */
table,
th,
td {
  border-collapse: collapse;
  border: 1px;
}

table {
  width: 100%;
  margin: 0 auto 1.5em;
  min-height: 0.1%;
  overflow: auto;
}

td,
th {
  padding: 0.5em;
  border: 1px solid #CDD6DD;
}

th {
  white-space: nowrap;
  font-weight: normal;
}
.news-inter {
max-width: 1200px;
    margin: 50px auto;
}

.news-detail {
max-width: 1000px;
    margin: 50px auto;
}



.news-detail h2 {
font-size:30px;
margin:50px auto;
text-align: center;
}

.news-detail .day{
  text-align: center;
  font-size:16px;
  margin:0 auto;
}

.news-detail p {
  font-size:14px;
  line-height: 200%;
}

.catebox {
    display: inline-block;
    padding: 2px 5px;
    width: 90px;
    margin-left: 20px;
    background-color: #FFFFFF;
    font-size: 14px;
    border: 1px solid #CCCCCC;
    text-align: center;
    border-radius: 100px;
}

/* ***************************************************
 SP
*************************************************** */
@media screen and (max-width:999px) {
  .pc {
    display: none !important;
  }
.csr {
width: 100%;
margin: 0 auto;
}

.csr .img {
    width: 100%;
    padding: 50px 10px;
}


	
	.intro br{
    display: none !important;		
	}
  body {
    font-family: "Noto Sans JP", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
  }
  /* -------------------- ヘッダー -------------------- */
  #header .header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    margin: 0 auto;
    padding: 0 1vw;
  }
  #header .logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 52px;
    padding: 0px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #header .logo a span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #3B4043;
    line-height: 1em;
  }
  #header .logo a b {
    font-size: 18px;
    font-weight: bold;
    color: #3B4043;
    line-height: 1.5em;
  }
  #header-nav {
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 0;
    width: 80%;
    max-width: 320px;
    height: calc(100vh - 60px);
    overflow-y: auto;
    padding: 30px 6vw;
    background-color: #F9F9F9;
    z-index: 999;
  }
  #header-nav .nav-list {
    list-style: none;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }
  #header-nav .nav-list li {
    margin: 0 auto 10px;
    border-bottom: 1px solid #CDD6DD;
  }
  #header-nav .nav-list li.current {
    border-bottom: 3px solid #0A2864;
  }
  #header-nav .nav-list li a {
    display: block;
    position: relative;
    padding: 10px 10px 20px;
    color: #3B4043;
  }
  #header-nav .contact a {
    display: block;
    padding: 0.6em 1.5em;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background-color:#14B4C8;
    border: 2px solid #14B4C8;
    border-radius: 3em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
  }

#header-nav-sp .contact a {
        display: block;
        padding: 0.6em 0.5em;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        background-color: #14B4C8;
        border: 2px solid #14B4C8;
        border-radius: 3em;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
    }



  #header-nav .contact2 a {
    display: block;
    padding: 0.6em 1.5em;
    font-size: 16px;
    font-weight: bold;
    color: #14B4C8;
    background-color:#FFFFFF;
    border: 2px solid #14B4C8;
    border-radius: 3em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
  }






  #hamburger {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 60px;
    height: 60px;
  }
  #hamburger div {
    width: 100%;
    height: 100%;
    background-color: #0A2864;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #hamburger i {
    display: inline-block;
    width: 70%;
    height: 2px;
    border-radius: 2px;
    background-color: #FFF;
  }
  #hamburger i:before, #hamburger i:after {
    content: "";
    height: 2px;
    border-radius: 3px;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #FFF;
  }
  #hamburger i:before {
    -webkit-transform: translate(0px, -7px);
            transform: translate(0px, -7px);
  }
  #hamburger i:after {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
  #hamburger.active i {
    height: 0;
  }
  #hamburger.active i:before {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
  #hamburger.active i:after {
    -webkit-transform: rotate(45deg) translate(-1px, -2px);
            transform: rotate(45deg) translate(-1px, -2px);
  }
  /* -------------------- フッター -------------------- */
  .footer-top {
    background-color: #0A2864;
    z-index: 1;
  }
  .footer-top .footer-top-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
  }
  .footer-top .link {
    position: relative;
    top: -30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-top .link a {
    position: relative;
    z-index: 10;
    display: block;
    width: 360px;
    max-width: 100%;
    margin: 0 8px 15px;
  }
  .footer-top .link a .img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footer-top .link a .text {
    padding: 0.8em;
    background-color: #FFF;
    font-weight: bold;
  }
  .footer-top .link a small,
  .footer-top .link a span {
    display: block;
    text-align: center;
  }
  .footer-top .link a small {
    font-family: "Montserrat", Verdana, sans-serif;
    font-size: 12px;
    color: #0A2864;
  }
  .footer-top .link a span {
    font-size: 22px;
    color: #3B4043;
  }
  .footer-top .contact {
    padding: 0 0 30px;
    color: #FFF;
    text-align: center;
  }
  .footer-top .contact .title {
    margin: 0 auto 15px;
    font-weight: bold;
  }
  .footer-top .contact .title small {
    display: block;
    font-family: "Montserrat", Verdana, sans-serif;
    font-size: 12px;
    line-height: 1em;
  }
  .footer-top .contact .title b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 22px;
    line-height: 2em;
  }
  .footer-top .contact .title b::before, .footer-top .contact .title b::after {
    content: "";
    width: 20%;
    height: 1px;
    background-color: #FFF;
  }
  .footer-top .contact .text {
    font-size: 14px;
    margin-bottom: 2em;
  }
  .footer-top .contact .button a {
    display: inline-block;
    padding: 0.65em 2.6em;
    background-color: #FFF;
    font-weight: bold;
    color: #3B4043;
    border: 2px solid #0A2864;
    border-radius: 3em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer-bottom {
    width: 100%;
    margin: 0 auto;
    padding: 50px 4vw 20px;
    font-size: 13px;
  }
  .footer-bottom .left .logo {
    display: inline-block;
  }
.footer-bottom .left .logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 68px;
    padding: 0 0 0 80px;
    background-image: url(../images/common/logo.png);
    background-size: 74px auto;
    background-repeat: no-repeat;
}
  .footer-bottom .left .logo a span {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #3B4043;
    line-height: 1em;
  }
  .footer-bottom .left .logo a b {
    font-size: 20px;
    font-weight: bold;
    color: #3B4043;
    line-height: 1.5em;
  }
  .footer-bottom .left .address {
    margin: 30px 0;
  }
  .footer-bottom .left .link {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-bottom .left .link li {
    line-height: 1em;
  }
  .footer-bottom .left .link li:not(:first-child) {
    margin-left: 0.5em;
    padding-left: 0.5em;
    border-left: 1px solid #3B4043;
  }
  .footer-bottom .left .link li a {
    color: #3B4043;
  }
  .footer-bottom .right {
    padding-top: 35px;
  }
  .footer-bottom .right .list {
    list-style: none;
  }
  .footer-bottom .right .list li {
    margin-bottom: 1em;
  }
  .footer-bottom .right .list li a {
    display: block;
    color: #3B4043;
  }
  .footer-bottom .right .list li a::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-top: 2px solid #0A2864;
    border-right: 2px solid #0A2864;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }


  .footer-bottom .right2 {
    padding-top: 35px;
  }
  .footer-bottom .right2 .list {
    list-style: none;
    margin: 0 auto;
  }
  .footer-bottom .right2 .list li {
    margin-bottom: 0.5em;
  }
  .footer-bottom .right2 .list li a {
    display: block;
    color: #3B4043;
  }
  .footer-bottom .right2 .list li a::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-top: 2px solid #0A2864;
    border-right: 2px solid #0A2864;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }


  .copyright {
    width: 100%;
    margin: 0 auto;
    padding: 1.5em 4vw;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
  }
  .table {
    width: 100%;
    overflow-x: auto;
  }
  .table th,
  .table td {
    white-space: nowrap;
  }
  .content {
    width: 100%;
    margin: 0 auto;
    padding: 0 4vw;
  }
  .wysiwyg {
    line-height: 1.75em;
    margin-bottom: 40px;
  }
  .wysiwyg span {
    line-height: 1.5em;
  }
  .wysiwyg h2 {
    margin: 0 auto 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
  }
  .wysiwyg h3 {
    font-size: 16px;
    font-weight: bold;
    color: #0A2864;
    margin: 0 auto 30px;
    line-height: 1.5em;
  }
  .wysiwyg h4 {
    border-bottom: 2px solid #0A2864;
    padding: 0.5em;
    margin-bottom: 1em;
  }
  .wysiwyg p {
    margin-bottom: 2em;
  }
  .wysiwyg a {
    color: #0A2864;
    text-decoration: underline;
  }
  .wysiwyg ol,
  .wysiwyg ul {
    margin: 1.5em 0;
    padding-left: 1.5em;
  }
  .wysiwyg ol li,
  .wysiwyg ul li {
    margin-bottom: 0.5em;
  }
  .wysiwyg ol li ol,
  .wysiwyg ol li ul,
  .wysiwyg ul li ol,
  .wysiwyg ul li ul {
    margin: 1em;
    padding-left: 1.5em;
  }
  .wysiwyg .col2,
  .wysiwyg .col2-rev {
    margin: 2em auto;
  }
  .wysiwyg .col2 .img,
  .wysiwyg .col2-rev .img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    text-align: center;
  }
  .wysiwyg .col2 .text p:last-child,
  .wysiwyg .col2-rev .text p:last-child {
    margin-bottom: 0;
  }
  .wysiwyg .col2 div:first-child,
  .wysiwyg .col2-rev div:first-child {
    margin-bottom: 1em;
  }
  .wysiwyg .gallery1 {
    text-align: center;
  }
  .wysiwyg .gallery1 img {
    width: 100%;
  }
  /* -------------------- 共通 -------------------- */
  /* ボタン */
  .btn {
    line-height: 1em !important;
  }
  .btn a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    border-radius: 3em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn-w a,
  .btn-b a {
    min-width: 195px;
    padding: 1em 3.5em;
    text-align: center;
  }
  .btn-w a,
  .btn-arw-w a {
    background-color: #FFF;
    color: #14B4C8;
    border: 2px solid #14B4C8;
  }
  .btn-b a,
  .btn-arw-b a {
    background-color: #14B4C8;
    color: #FFF;
    border: 2px solid #FFF;
  }
  .btn-arw-w a,
  .btn-arw-b a {
    min-width: 260px;
    padding: 1em 2em;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 20px center;
  }
  .btn-arw-w a {
    background-image: url(../images/common/arrow-b.svg);
  }
  .btn-arw-b a {
    background-image: url(../images/common/arrow-w.svg);
  }
  /* 矢印つきボタン */
  /* -------------------- トップページ -------------------- */

  .front-kv {
    width: 100%;
    height: calc(60vh - 100px);
    max-height: 300px;
  }
  .front-kv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .front-kv video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .front-title {
    text-align: center;
    margin-bottom: 20px;
  }
  .front-title .sub,
  .front-title .title {
    display: block;
  }
  .front-title .sub {
    margin-bottom: 12px;
    font-family: "Montserrat", Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1em;
    color: #62B6C4;
  }
  .front-title .title {
    font-size: 24px;
    line-height: 1.25em;
  }
  .front-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #0A2864;
    color: #FFF;
  }
  .front-about::before, .front-about::after {
    content: "";
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .front-about::before {
    background-image: url(../images/front/about-left.jpg);
  }
  .front-about::after {
    background-image: url(../images/front/about-right.jpg);
  }
  .front-about .center {
    width: 435px;
    max-width: 100%;
    padding: 60px 4vw;
    text-align: center;
  }
  .front-about .front-title {
    margin-bottom: 25px;
  }
  .front-about .front-title .sub {
    color: #FFF;
  }
  .front-about .text {
    font-size: 15px;
    line-height: 2.5em;
  }
  .front-about .btn {
    margin-top: 40px;
  }
  .front-service {
    margin-top: 60px;
  }
  .front-service .col2 {
    width: 100%;
    margin: 0 auto;
  }
  .front-service .col2 .img {
    text-align: center;
  }
  .front-service .col2 .text {
    padding: 30px 4vw 0;
    font-size: 18px;
    line-height: 2em;
  }
  .front-service .col2 .text .btn {
    text-align: center;
    margin-top: 40px;
  }
  .front-case {
    margin-top: 70px;
    padding: 0 4vw;
  }
  .front-case .text {
    font-size: 18px;
    line-height: 2em;
  }
  .front-case .archive-case {
    margin: 40px auto 0;
  }
  .front-case .btn {
    text-align: center;
  }
  .front-news {
    margin-top: 40px;
    padding: 50px 0 20px;
    background-color: #F0F3F5;
  }
  .front-news .inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .front-news .front-title {
    text-align: center;
  }
  .front-news .front-title .btn {
    margin-top: 30px;
  }
  /* ニュース一覧 */
  .archive-news {
    margin-top: 40px;
    padding: 0 4vw;
  }
  .archive-news dt span {
    font-size: 13px;
  }
  .archive-news dt b {
    display: inline-block;
    min-width: 115px;
    margin-left: 1em;
    padding: 0.5em 1em;
    border: 1px solid #CDD6DD;
    border-radius: 2em;
    font-size: 12px;
    text-align: center;
  }
  .archive-news dd {
    font-size: 13px;
    line-height: 2em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px dashed #CDD6DD;
  }
  .archive-news dd::after {
    clear: both;
    content: "";
    display: block;
  }
  .archive-news dd a {
    display: block;
    color: #3B4043;
  }
  /* -------------------- 固定ページ共通 -------------------- */
  .kv {
    position: relative;
    height: 30vh;
    min-height: 200px;
    max-height: 400px;
    padding: 0 4vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .pankz {
    display: none;
  }
  .inner {
    width: 100%;
    margin: 0 auto;
  }
  .intro {
    width: 100%;
    margin: 0 auto;
    padding: 60px 4vw;
  }
  .intro .title-page {
    margin-bottom: 1em;
    font-size: 22px;
    text-align: center;
  }
  .intro p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    line-height: 2em;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .section-title .sub,
  .section-title .title {
    display: block;
    font-weight: bold;
  }
  .section-title .title {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 1.25em;
  }
  .section-title .sub {
    font-size: 18px;
    line-height: 1em;
    color: #62B6C4;
  }
  /* -------------------- 私たちについて -------------------- */
  .about-value {
    padding: 50px 4vw;
    background-color: #F9F9F9;
  }
  .about-value .col2 {
    width: 100%;
    margin: 0 auto;
  }
  .about-value .col2 .img {
    position: relative;
    z-index: 1;
    max-width: 550px;
    margin: 0 auto 15px;
  }
  .about-value .col2 .text {
    position: relative;
    z-index: 2;
    max-width: 710px;
    margin: 0 auto;
    padding: 25px 15px 25px 25px;
    background-color: #FFF;
  }
  .about-value .col2 .text > p {
    font-size: 18px;
    font-weight: bold;
  }
  .about-value .col2 .text ul {
    list-style: none;
    margin: 30px 0 0;
    padding: 0 15px 0 0;
    font-size: 15px;
    line-height: 2.25em;
  }
  .about-value .col2 .text ul li {
    position: relative;
    padding-left: 20px;
  }
  .about-value .col2 .text ul li::before {
    content: "";
    position: absolute;
    top: 1.125em;
    left: 0;
    display: inline-block;
    width: 9px;
    height: 4px;
    background-color: #0A2864;
  }
  .about-talent {
    padding: 60px 4vw;
  }
  .about-talent .section-title {
    text-align: center;
  }
  .about-talent .inner > p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 18px;
    line-height: 2em;
  }
  .about-talent .col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
  }

    .message {
    margin-top: 100px;
  }

  .about-talent .col2 .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }

    .about-talent .col2 .text2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
  .about-talent .col2 .text h3 {
    margin-bottom: 0.5em;
    font-size: 20px;
  }
  .about-talent .col2 .text h3:not(:first-child) {
    margin-top: 1em;
  }
  .about-talent .col2 .text p {
    font-size: 15px;
    line-height: 2em;
  }

    .about-talent .col2 .text2 p {
    font-size: 15px;
    line-height: 2em;
  }

    .katagaki{
    font-size:13px;
    line-height: 150%;
  }
  
  .about-talent .col2 .img {
    max-width: 400px;
    margin: 0 auto 40px;
  }
  .footer-page {
    padding: 50px 4vw 100px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .footer-page.footer-service {
    background-image: url(../images/about/service-bg.png);
  }
  .footer-page.footer-case {
    background-image: url(../images/service/case-bg.jpg);
  }
  .footer-page .text {
    max-width: 450px;
    padding: 30px 20px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .footer-page .text h3 {
    margin-bottom: 1em;
    font-size: 26px;
  }
  .footer-page .text p {
    line-height: 1.75em;
  }
  .footer-page .text .btn {
    margin-top: 20px;
  }
  /* -------------------- サービス -------------------- */
  .service-features {
    padding: 40px 4vw;
    background-color: #F9F9F9;
  }
  .service-features .section-title {
    text-align: center;
  }
  .service-features .col3 {
    width: 100%;
    margin: 40px auto 0;
    text-align: center;
  }
  .service-features .col3 .item {
    width: 270px;
    margin: 0 auto 30px;
  }
  .service-features .col3 .item .img {
    margin-bottom: 20px;
  }
  .service-features .col3 .item .img img {
    margin: auto;
  }
  .service-features .col3 .item .text h3 {
    font-size: 22px;
    margin-bottom: 0.5em;
  }
  .service-features .col3 .item .text p {
    font-size: 14px;
    line-height: 2em;
  }
  .service-domain {
    padding: 50px 0;
  }
  .service-domain > .section-title {
    margin-bottom: 40px;
    text-align: center;
  }
  .service-domain .domain-item {
    width: 100%;
    margin: 0 auto 60px;
  }
  .service-domain .domain-item .img {
    position: relative;
    z-index: 1;
    max-width: 750px;
    margin: 0 auto;
  }
  .service-domain .domain-item .text {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 40px 30px 15px;
    background-color: #F9F9F9;
    font-size: 18px;
    line-height: 1.5em;
  }
  .service-domain .domain-item .text .section-title .title {
    font-size: 32px;
  }
  .service-domain .domain-item .text .section-title .sub {
    font-size: 20px;
  }
  .service-domain .domain-item .text .btn {
    margin-top: 80px;
    text-align: right;
  }
  .service-domain .domain-item .text .btn a {
    text-align: left;
  }
  .service-domain .domain-item:last-child {
    margin-bottom: 0;
  }
  /* -------------------- キャリアTOP -------------------- */
  #main-career {
    padding-bottom: 100px;
  }
  #main-career > .btn {
    text-align: center;
  }
  .career-profile {
    padding: 40px 4vw;
    background-color: #F9F9F9;
  }
  .career-profile .section-title {
    text-align: center;
  }
  .career-wrapper {
    padding: 50px 4vw 20px;
  }
  .career-wrapper .career-interview,
  .career-wrapper .career-crosstalk {
    margin-bottom: 40px;
  }
  .career-wrapper .career-interview .section-title,
  .career-wrapper .career-crosstalk .section-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .archive-interview,
  .archive-crosstalk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 935px;
  }
  .archive-interview .item a,
  .archive-crosstalk .item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #3B4043;
  }
  .archive-interview .item img,
  .archive-crosstalk .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .archive-interview .item .text,
  .archive-crosstalk .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 5px 20px;
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
  }
  .archive-interview .item .text b,
  .archive-crosstalk .item .text b {
    display: block;
    font-size: 12px;
  }
  .archive-interview .item .text small,
  .archive-crosstalk .item .text small {
    font-size: 12px;
  }
  .archive-interview::after,
  .archive-crosstalk::after {
    content: "";
    width: 295px;
    margin: 0 10px;
  }
  .archive-interview .item,
  .archive-crosstalk .item {
    width: 425px;
    height: 270px;
    margin: 0 10px 30px;
  }
  .archive-crosstalk::after,
  .archive-interview::after {
    content: "";
    width: 455px;
    margin: 0 10px;
  }
  .archive-crosstalk .item,
  .archive-interview .item {
    width: 425px;
    height: 270px;
    margin-bottom: 30px;
  }
  .career-job {
    padding: 60px 4vw;
    background-color: #F9F9F9;
    text-align: center;
  }
  .career-job .btn-area {
    margin-top: 50px;
  }
  .career-job .btn-area .btn {
    margin: 20px 25px;
  }
  /* -------------------- キャリア(インタビュー) -------------------- */
  .article-interview .kv {
    max-height: none !important;
    padding: 20px 4vw;
    margin-bottom: 300px;
  }
  .article-interview .header-interview {
    max-width: 480px;
    margin: 0 auto;
    padding: 30px;
    background-color: rgba(98, 182, 196, 0.9);
    color: #FFF;
    margin-top: 240px;
  }
  .article-interview .header-interview .name {
    font-size: 26px;
    line-height: 1.125em;
  }
  .article-interview .header-interview .post {
    font-size: 16px;
  }
  .article-interview .header-interview .description {
    margin-top: 0.75em;
    font-size: 12px;
    line-height: 1.75em;
  }
  /* -------------------- キャリア(対談) -------------------- */
  .article-crosstalk .kv {
    position: relative;
    height: auto;
    max-height: none;
    margin-bottom: 60px;
    padding: 20px 4vw;
  }
  .header-crosstalk {
    max-width: 930px;
    padding: 15px 20px;
    background-color: rgba(98, 182, 196, 0.9);
    color: #FFF;
  }

    .header-crosstalk h1{
    	text-align: center;
    }
  .header-crosstalk .title-page {
    margin-bottom: 1em;
  }
  .crosstalk-member {
    list-style: none;
    width: 100%;
    overflow-x: auto;
    margin: 0 auto 30px;
    padding: 0 4vw;
  }
  .crosstalk-member li {
    margin: 0 0 15px;
  }
  .crosstalk-member figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .crosstalk-member img {
    width: 80px;
    margin-right: 15px;
  }
  .crosstalk-member .name {
    font-size: 14px;
    font-weight: normal;
  }
  .crosstalk-member .en {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  .crosstalk-member .post {
    font-size: 12px;
    font-weight: normal;
  }
  .crosstalk-section {
    padding: 30px 0;
  }
  .crosstalk-section:nth-of-type(odd) {
    background-color: #F9F9F9;
  }
  .article-crosstalk h2 {
    display: inline;
    font-size: 25px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(25%, #62B6C4));
    background: -webkit-linear-gradient(transparent 75%, #62B6C4 25%);
    background: linear-gradient(transparent 75%, #62B6C4 25%);
  }
  .article-crosstalk .comment {
    position: relative;
    padding: 30px 0 0 55px;
  }
  .article-crosstalk .comment .name {
    position: absolute;
    top: 42px;
    left: 0;
    color: #62B6C4;
  }
  .article-crosstalk .comment p {
    text-indent: 0;
  }
  .article-crosstalk .interview-link {
    padding-left: 55px;
    margin-top: 30px;
    text-indent: 0;
  }
  .article-crosstalk .interview-link a {
    font-weight: bold;
    text-decoration: none;
    border-bottom: 4px solid #0A2864;
  }
  .article-crosstalk .col2 .img,
  .article-crosstalk .col2-rev .img {
    max-width: 550px;
  }
  /* -------------------- 事例一覧 -------------------- */
  #main-case {
    padding-bottom: 100px;
  }
  #main-case > .btn {
    text-align: center;
  }
  #main-case .intro .title-page {
    margin-bottom: 0;
  }
  .case-category {
    margin-bottom: 40px;
    background-color: #F9F9F9;
  }
  .case-category ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
  }
  .case-category ul li {
    min-width: 125px;
    margin: 5px 8px;
    font-size: 15px;
  }
  .case-category ul li a {
    display: block;
    padding: 0.5em 2em;
    border: 1px solid #CDD6DD;
    text-align: center;
    color: #3B4043;
    border-radius: 15px;
  }
  .case-category ul li.current a {
    position: relative;
    border: none;
    background-color: #62B6C4;
    color: #FFF;
  }
  .archive-case {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    text-align: left;
  }
  .archive-case::after {
    content: "";
    width: 320px;
    max-width: 100%;
    margin: 0 10px 30px;
  }
  .archive-case .item {
    width: 320px;
    max-width: 100%;
    margin: 0 10px 30px;
    line-height: 1.5em;
  }
  .archive-case .item a {
    display: block;
    height: 100%;
    padding: 30px;
    background-color: #F0F3F5;
    color: #3B4043;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .archive-case .item a .category,
  .archive-case .item a .title,
  .archive-case .item a .business {
    font-size: 14px;
  }
  .archive-case .item a .category {
    font-weight: normal;
  }
  .archive-case .item a .title {
    display: block;
    margin: 5px 0;
    color: #3B4043;
    font-weight: bold;
  }
  .archive-case .item a .business {
    font-weight: normal;
  }
  /* -------------------- 事例詳細 -------------------- */
  #single-case {
    padding-bottom: 100px;
  }
  #single-case .kv {
    margin-bottom: 60px;
  }
  #single-case > .btn {
    text-align: center;
  }
  .case-intro {
    position: relative;
    width: 100%;
    margin: 40px auto;
    padding: 40px 4vw 20px;
    border-top: 4px solid #0A2864;
    border-bottom: 4px solid #0A2864;
  }
  .case-intro .category {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 0.125em 1em 0.3em;
    background-color: #0A2864;
    color: #FFF;
    font-weight: normal;
  }
  .case-intro .client {
    margin-bottom: 1em;
    color: #0A2864;
    font-size: 16px;
    font-weight: bold;
  }
  .case-intro .client dt {
    float: left;
  }
  .case-intro .client dt::after {
    content: "：";
  }
  .case-intro .client dd::after {
    clear: both;
    content: "";
    display: block;
  }
  .case-intro .title-page {
    margin-bottom: 1.25em;
    font-size: 18px;
    font-weight: bold;
    color: #3B4043;
  }
  .case-intro .tag {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .case-intro .tag li {
    margin: 0 10px 10px 0;
    display: block;
    padding: 0.25em 1.5em;
    background-color: #62B6C4;
    font-size: 14px;
    color: #FFF;
    border-radius: 2em;
  }

  .case-project {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 4vw;
  }
  .case-project h2 {
    margin-bottom: 1.5em;
    padding: 0 0 0.5em;
    color: #3B4043 !important;
    font-size: 24px;
    border-bottom: 4px solid #0A2864;
  }
  .case-project .project-summary {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #707070;
  }
  .case-project .project-summary h3 {
    font-size: 20px;
    margin-bottom: 1em;
    color: #0A2864;
  }
  .case-project .project-summary ul,
  .case-project .project-summary ol {
    list-style: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 15px 0 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 2.25em;
  }
  .case-project .project-summary ol {
    counter-reset: count 0;
  }
  .case-project .project-summary ul>li,
  .case-project .project-summary ol>li {
    position: relative;
    padding-left: 20px;
  }
  .case-project .project-summary ul>li::before {
    content: "";
    position: absolute;
    top: 1.125em;
    left: 0;
    display: inline-block;
    width: 9px;
    height: 4px;
    background-color: #0A2864;
  }
   .case-project .project-summary ul>li.none::before {
    display: none;
  }


  .case-project .project-summary ol>li::before {
    content: counter(count) ".";
    counter-increment: count;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    color: #0A2864;
    font-weight: bold;
  }
  .case-project .project-summary ul>li li::before,
  .case-project .project-summary ol>li li::before {
    display: none;
  }
  .article-case h2 {
    font-size: 22px;
    color: #0A2864;
  }
  .article-case p {
    text-indent: 0;
    margin-bottom: 1.5em;
  }
  /* ////////////////// ページネーション(wp-pagenaviプラグイン用) ////////////////// */
  .wp-pagenavi {
    clear: both;
    text-align: center;
    margin: 30px auto 1.5em;
    padding: 0 4vw;
    font-size: 18px;
  }
  .wp-pagenavi a,
  .wp-pagenavi .current {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    padding: 0;
    color: #98A6B5;
    text-align: center;
  }
  .wp-pagenavi .current {
    color: #0A2864;
  }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    position: relative;
    bottom: -16px;
  }
  .wp-pagenavi .previouspostslink span,
  .wp-pagenavi .nextpostslink span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #F0F3F5;
    border-radius: 10px;
    background-image: url(../images/common/arrow-b.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #F9F9F9;
  }
  .wp-pagenavi .previouspostslink span {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}
/* ***************************************************
 PC
*************************************************** */
@media all and (min-width:1000px) {



  .sp {
    display: none !important;
  }
  body {
    font-family: "Noto Sans JP", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, Verdana, sans-serif;
  }
  /* -------------------- ヘッダー -------------------- */
  #hamburger {
    display: none;
  }
  #header .header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    margin: 0 auto;
    padding: 0 24px 0 28px;
  }
  #header .logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 68px;
    padding: 0px;
    background-size: 74px auto;
    background-repeat: no-repeat;
  }
  #header .logo a:hover {
    opacity: 0.8;
  }
  #header .logo a span {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #3B4043;
    line-height: 1em;
  }
  #header .logo a b {
    font-size: 20px;
    font-weight: bold;
    color: #3B4043;
    line-height: 1.5em;
  }
  #header-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header-nav .nav-list {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  #header-nav .nav-list li {
    margin: 0 1.5em 0 0;
  }
  #header-nav .nav-list li a {
    position: relative;
    padding: 0.5em 0;
    color: #3B4043;
  }
  #header-nav .nav-list li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 0%;
    height: 4px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #0A2864;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #header-nav .nav-list li.current a::after, #header-nav .nav-list li a:hover::after {
    width: 100%;
  }
  #header-nav .contact a {
    display: block;
    padding: 0.6em 1.5em;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #14B4C8;
    border: 2px solid #14B4C8;
    border-radius: 3em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

#header-nav-sp .contact a {
        display: block;
        padding: 0.6em 0.5em;
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        background-color: #14B4C8;
        border: 2px solid #14B4C8;
        border-radius: 3em;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
    }

  #header-nav .contact2 a {
    display: block;
    padding: 0.6em 1.5em;
    font-size: 16px;
    font-weight: bold;
    color: #14B4C8;
    background-color: #FFFFFF;
    border: 2px solid #14B4C8;
    border-radius: 3em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #header-nav .contact a:hover {
    background-color: #FFF;
    color: #14B4C8;
    border: 2px solid #14B4C8;
  }

  #header-nav-sp .contact a:hover {
    background-color: #FFF;
    color: #14B4C8;
    border: 2px solid #14B4C8;
  }

  #header-nav .contact2 a:hover {
    background-color: #14B4C8;
    color: #FFF;
    border: 2px solid #14B4C8;
  }
  /* -------------------- フッター -------------------- */
  .footer-top {
    background-color: #0A2864;
    z-index: 1;
  }
  .footer-top .footer-top-inner {
    width: 960px;
    margin: 0 auto;
  }
  .footer-top .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-top .link a {
    position: relative;
    z-index: 10;
    display: block;
    width: 360px;
    margin: -64px 22px 0;
  }
  .footer-top .link a .img {
    position: relative;
    width: 360px;
    height: 186px;
    overflow: hidden;
  }
  .footer-top .link a .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer-top .link a:hover .img img {
    width: 105%;
    height: 105%;
  }
  .footer-top .link a .text {
    padding: 0.8em;
    background-color: #FFF;
    font-weight: bold;
  }
  .footer-top .link a small,
  .footer-top .link a span {
    display: block;
    text-align: center;
  }
  .footer-top .link a small {
    font-family: "Montserrat", Verdana, sans-serif;
    font-size: 12px;
    color: #0A2864;
  }
  .footer-top .link a span {
    font-size: 22px;
    color: #3B4043;
  }
  .footer-top .link a:hover {
    background-size: 105%;
  }
  .footer-top .contact {
    padding: 50px 0 40px;
    color: #FFF;
    text-align: center;
  }
  .footer-top .contact .title {
    margin: 0 auto 15px;
    font-weight: bold;
  }
  .footer-top .contact .title small {
    display: block;
    font-family: "Montserrat", Verdana, sans-serif;
    font-size: 12px;
    line-height: 1em;
  }
  .footer-top .contact .title b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 36px;
    line-height: 1.35em;
  }
  .footer-top .contact .title b::before, .footer-top .contact .title b::after {
    content: "";
    width: 35%;
    height: 1px;
    background-color: #FFF;
  }
  .footer-top .contact .text {
    font-size: 14px;
    margin-bottom: 2em;
  }
  .footer-top .contact .button a {
    display: inline-block;
    padding: 0.65em 2.6em;
    background-color: #FFF;
    font-weight: bold;
    color: #3B4043;
    border: 2px solid #0A2864;
    border-radius: 3em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer-top .contact .button a:hover {
    background-color: #0A2864;
    color: #FFF;
    border: 2px solid #FFF;
  }
  .footer-bottom {
    width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    padding: 35px 24px 15px 28px;
    font-size: 13px;
  }
  .footer-bottom a:hover {
    opacity: 0.8;
  }
  .footer-bottom .left {
    width: 50%;
  }
.footer-bottom .left .logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 68px;
    padding: 0 0 0 80px;
    background-image: url(../images/common/logo.png);
    background-size: 74px auto;
    background-repeat: no-repeat;
}
  .footer-bottom .left .logo a span {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #3B4043;
    line-height: 1em;
  }
  .footer-bottom .left .logo a b {
    font-size: 20px;
    font-weight: bold;
    color: #3B4043;
    line-height: 1.5em;
  }
  .footer-bottom .left .address {
    margin: 15px 0;
  }
  .footer-bottom .left .link {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-bottom .left .link li {
    line-height: 1em;
  }
  .footer-bottom .left .link li:not(:first-child) {
    margin-left: 0.25em;
    padding-left: 0.25em;
    border-left: 1px solid #3B4043;
  }
  .footer-bottom .left .link li a {
    color: #3B4043;
  }
  .footer-bottom .right {
    width: 25%;
  }

  .footer-bottom .right2 {
    width: 25%;
  }
  .footer-bottom .right .list {
    list-style: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;

  }
  .footer-bottom .right .list li {
    margin-bottom: 1em;
  }
  .footer-bottom .right .list li a {
    display: block;
    color: #3B4043;
  }
  .footer-bottom .right .list li a::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-top: 2px solid #0A2864;
    border-right: 2px solid #0A2864;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }

 .footer-bottom .right2 .list {
    list-style: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer-bottom .right2 .list li {
    margin-bottom: 0.5em;
  }
  .footer-bottom .right2 .list li a {
    display: block;
    color: #3B4043;
  }
  .footer-bottom .right2 .list li a::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-top: 2px solid #0A2864;
    border-right: 2px solid #0A2864;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }

  .copyright {
    width: 1200px;
    margin: 0 auto;
    padding: 1.5em 24px;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
  }
  .aligncenter {
    text-align: center;
  }
  .content {
    width: 1200px;
    margin: 0 auto;
  }

.article-interview .content {
    width: 980px;
    margin: 0 auto;
  }

.article-interview .content p {
    padding-bottom:10px;
  }

  .wysiwyg {
    margin-bottom: 50px;
  }
  .wysiwyg > p + h2,
  .wysiwyg > p + h3,
  .wysiwyg > p + h4 {
    margin-top: 40px;
  }
  .wysiwyg p {
    margin-bottom: 0.5em;
    line-height: 2em;
  }
  .wysiwyg h2 {
    margin: 0 auto 30px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5em;
  }
  .wysiwyg h3 {
    font-size: 22px;
    font-weight: bold;
    color: #0A2864;
    margin: 0 auto 30px;
    line-height: 1.5em;
  }
  .wysiwyg a {
    color: #0A2864;
    text-decoration: underline;
  }
  .wysiwyg ol,
  .wysiwyg ul {
    margin: 1.5em 0 2em;
    padding-left: 1.5em;
  }
  .wysiwyg ol li,
  .wysiwyg ul li {
    margin-bottom: 0.5em;
  }
  .wysiwyg ol li ol,
  .wysiwyg ol li ul,
  .wysiwyg ul li ol,
  .wysiwyg ul li ul {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.5em;
  }
  .wysiwyg figure {
    background-color: #F9F9F9;
    height: 100%;
  }
  .wysiwyg figure figcaption {
    text-align: left;
    padding: 1.5em 0.75em;
    font-size: 13px;
    line-height: 1.5em;
  }
  .wysiwyg .col2,
  .wysiwyg .col2-rev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 2em auto 3em;
  }
  .wysiwyg .col2 .img,
  .wysiwyg .col2-rev .img {
    width: 490px;
    margin-right: 30px;
    text-align: center;
  }
  .wysiwyg .col2 .text,
  .wysiwyg .col2-rev .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .wysiwyg .col2 .text p:last-child,
  .wysiwyg .col2-rev .text p:last-child {
    margin-bottom: 0;
  }
  .wysiwyg .col2.excerpt .img,
  .wysiwyg .col2-rev.excerpt .img {
    width: 280px;
  }
  .wysiwyg .col2-rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .wysiwyg .col2-rev .img {
    margin-right: 0;
  }
  .wysiwyg .col2-rev .text {
    margin-right: 30px;
  }
  .wysiwyg .gallery1 {
    margin: 50px auto;
    text-align: center;
  }
  /* -------------------- 共通 -------------------- */
  /* ボタン */
  .btn {
    line-height: 1em !important;
  }
  .btn a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    border-radius: 3em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn-w a,
  .btn-b a {
    min-width: 195px;
    padding: 1em 3.5em;
    text-align: center;
  }
  .btn-w a,
  .btn-arw-w a {
    background-color: #FFF;
    color: #0A2864;
    border: 2px solid #14B4C8;
  }
  .btn-w a:hover,
  .btn-arw-w a:hover {
    background-color: #14B4C8;
    color: #FFF;
    border: 2px solid #FFF;
  }
  .btn-b a,
  .btn-arw-b a {
    background-color: #14B4C8;
    color: #FFF;
    border: 2px solid #FFF;
  }
  .btn-b a:hover,
  .btn-arw-b a:hover {
    background-color: #FFF;
    color: #0A2864;
    border: 2px solid #14B4C8;
  }
  .btn-arw-w a,
  .btn-arw-b a {
    min-width: 260px;
    padding: 1em 2em;
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 20px center;
  }
  .btn-arw-w a:hover,
  .btn-arw-b a:hover {
    background-position: right 15px center;
  }
  .btn-arw-w a {
    background-image: url(../images/common/arrow-b.svg);
  }
  .btn-arw-w a:hover {
    background-image: url(../images/common/arrow-w.svg);
  }
  .btn-arw-b a {
    background-image: url(../images/common/arrow-w.svg);
  }
  .btn-arw-b a:hover {
    background-image: url(../images/common/arrow-b.svg);
  }
  /* 矢印つきボタン */
  /* -------------------- トップページ -------------------- */

  .front-kv {
    width: 100%;
    height: calc(100vh - 100px);
    max-height: 1000px;
  }
  .front-kv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .front-kv video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .front-title {
    margin-bottom: 20px;
  }
  .front-title .sub,
  .front-title .title {
    display: block;
  }
  .front-title .sub {
    margin-bottom: 12px;
    font-family: "Montserrat", Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1em;
    color: #62B6C4;
  }
  .front-title .title {
    font-size: 32px;
    line-height: 1.25em;
  }
  .front-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    background-color: #0A2864;
    color: #FFF;
  }
  .front-about::before, .front-about::after {
    content: "";
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .front-about::before {
    background-image: url(../images/front/about-left.jpg);
  }
  .front-about::after {
    background-image: url(../images/front/about-right.jpg);
  }
  .front-about .center {
    width: 435px;
    padding: 145px 23px;
    text-align: center;
  }
  .front-about .front-title {
    margin-bottom: 25px;
  }
  .front-about .front-title .sub {
    color: #FFF;
  }
  .front-about .text {
    font-size: 15px;
    line-height: 2.5em;
  }
  .front-about .btn {
    margin-top: 40px;
  }
  .front-service {
    margin-top: 90px;
  }
  .front-service .col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1200px;
    margin: 0 auto;
  }
  .front-service .col2 .img {
    margin-right: 50px;
  }
  .front-service .col2 .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 40px;
    font-size: 18px;
    line-height: 2em;
  }
  .front-service .col2 .text .btn {
    margin-top: 40px;
  }
  .front-case {
    margin-top: 0px;
    text-align: center;
	padding:20px;
background-color:#E4FCFF;
  }



  .front-case .text {
    font-size: 18px;
    line-height: 2em;
  }
  .front-case .archive-case {
    margin: 50px auto 0;
  }
  .front-news {
    margin-top: 40px;
    padding: 50px 0;
    background-color: #F0F3F5;
  }
  .front-news .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .front-news .front-title {
    width: 515px;
  }
  .front-news .front-title .btn {
    margin-top: 30px;
  }
  .front-news .archive-news {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  /* ニュース一覧 */
  .archive-news::after {
    clear: both;
    content: "";
    display: block;
  }
  .archive-news dt {
    clear: both;
    float: left;
    width: 220px;
  }
  .archive-news dt span {
    font-size: 13px;
  }
  .archive-news dt b {
    display: inline-block;
    min-width: 115px;
    margin-left: 1em;
    padding: 0.5em 1em;
    border: 1px solid #CDD6DD;
    border-radius: 2em;
    font-size: 12px;
    text-align: center;
  }
  .archive-news dd {
    padding: 0.5em 0 1em 235px;
    font-size: 13px;
    line-height: 1.5em;
  }
  .archive-news dd::after {
    clear: both;
    content: "";
    display: block;
  }
  .archive-news dd a {
    display: block;
    color: #3B4043;
  }
  /* -------------------- 固定ページ共通 -------------------- */
  .kv {
    position: relative;
    height: 30vh;
    min-height: 380px;
    max-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .pankz {
    width: 1200px;
    margin: 0 auto;
    padding-top: 1em;
  }
  .pankz ol {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
  }
  .pankz ol li:not(:last-child)::after {
    content: ">";
    display: inline-block;
    padding: 0 0.25em;
  }
  .pankz ol li a {
    color: #3B4043;
    text-decoration: underline;
  }
  .inner {
    width: 1200px;
    margin: 0 auto;
  }
  .intro {
    width: 1000px;
    margin: 0 auto;
    padding: 60px;
    text-align: center;
  }
  .intro .title-page {
    margin-bottom: 1em;
    font-size: 28px;
  }
  .intro p {
    line-height: 2em;
  }
  .section-title {
    margin-bottom: 20px;
  }
  .section-title .sub,
  .section-title .title {
    display: block;
    font-weight: bold;
  }
  .section-title .title {
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 1.25em;
  }
  .section-title .sub {
    font-size: 18px;
    line-height: 1em;
    color: #62B6C4;
  }
  /* -------------------- 私たちについて -------------------- */
  .about-value {
    padding: 50px 0;
    background-color: #F9F9F9;
  }
  .about-value .col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1200px;
    margin: 0 auto;
  }
  .about-value .col2 .img {
    position: relative;
    z-index: 1;
    width: 550px;
  }
  .about-value .col2 .text {
    position: relative;
    z-index: 2;
    width: 710px;
    margin-left: -60px;
    padding: 25px 15px 25px 25px;
    background-color: #FFF;
  }
  .about-value .col2 .text > p {
    font-size: 18px;
    font-weight: bold;
  }
  .about-value .col2 .text ul {
    list-style: none;
    margin: 30px 0 0;
    padding: 0 15px 0 0;
    font-size: 15px;
    line-height: 2.25em;
  }
  .about-value .col2 .text ul li {
    position: relative;
    padding-left: 20px;
  }
  .about-value .col2 .text ul li::before {
    content: "";
    position: absolute;
    top: 1.125em;
    left: 0;
    display: inline-block;
    width: 9px;
    height: 4px;
    background-color: #0A2864;
  }
  .about-talent {
    padding: 60px 0;
    text-align: center;
  }
  .about-talent .inner > p {
    font-size: 18px;
    line-height: 2em;
  }
  .about-talent .col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 60px;
  }

  .message {
    margin-top: 100px;
  }

  .about-talent .message .col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: start;
    margin-top: 60px;
  }

  .about-talent .col2 .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
    .about-talent .col2 .text2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
  .about-talent .col2 .text h3 {
    margin-bottom: 0.5em;
    font-size: 20px;
  }
  .about-talent .col2 .text h3:not(:first-child) {
    margin-top: 1em;
  }
  .about-talent .col2 .text p {
    font-size: 15px;
    line-height: 2em;
  }

  .about-talent .col2 .text2 p {
    font-size: 16px;
    line-height: 2em;
    padding-bottom: 14px;
  }

  .katagaki{
    font-size:13px;
    line-height: 150%;
  }

  .about-talent .col2 .img p {
    text-align: left;
    padding-top: 10px;
  }
    .about-talent .col2 .img p.name {
    text-align: left;
    font-size:24px;
  }

  .about-talent .col2 .img {
    width: 400px;
    margin-left: 40px;
  }
  .footer-page {
    padding: 50px 0 125px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .footer-page.footer-service {
    background-image: url(../images/about/service-bg.png);
  }
  .footer-page.footer-case {
    background-image: url(../images/service/case-bg.jpg);
  }
  .footer-page .text {
    width: 450px;
    padding: 30px 20px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .footer-page .text h3 {
    margin-bottom: 1em;
    font-size: 26px;
  }
  .footer-page .text p {
    line-height: 1.75em;
  }
  .footer-page .text .btn {
    margin-top: 20px;
  }
  /* -------------------- サービス -------------------- */
  .service-features {
    padding: 40px 0;
    background-color: #F9F9F9;
  }
  .service-features .section-title {
    text-align: center;
  }
  .service-features .col3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1200px;
    margin: 70px auto 0;
    text-align: center;
  }
  .service-features .col3 .item {
    width: 270px;
    margin: 0 55px;
  }
  .service-features .col3 .item .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 165px;
    margin-bottom: 20px;
  }
  .service-features .col3 .item .img img {
    margin: auto;
  }
  .service-features .col3 .item .text h3 {
    font-size: 22px;
    margin-bottom: 0.5em;
  }
  .service-features .col3 .item .text p {
    font-size: 14px;
    line-height: 2em;
  }
  .service-domain {
    padding: 50px 0;
  }
  .service-domain > .section-title {
    margin-bottom: 40px;
    text-align: center;
  }
  .service-domain .domain-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1200px;
    margin: 0 auto 75px;
  }
  .service-domain .domain-item .img {
    position: relative;
    z-index: 1;
    width: 750px;
  }
  .service-domain .domain-item .text {
    position: relative;
    z-index: 2;
    width: 565px;
    padding: 40px 30px 15px;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    font-size: 18px;
    line-height: 1.5em;
  }
  .service-domain .domain-item .text .section-title .title {
    font-size: 28px;
color: #000000;
text-shadow:none;
  }
  .service-domain .domain-item .text .section-title .sub {
    font-size: 20px;
  }
  .service-domain .domain-item .text .btn {
    margin-top: 80px;
    text-align: right;
  }
  .service-domain .domain-item .text .btn a {
    text-align: left;
  }
  .service-domain .domain-item:nth-child(even) .text {
    margin-left: -115px;
  }
  .service-domain .domain-item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .service-domain .domain-item:nth-child(odd) .text {
    margin-right: -115px;
  }
  .service-domain .domain-item:last-child {
    margin-bottom: 0;
  }
  /* -------------------- キャリアTOP -------------------- */
  #main-career {
    padding-bottom: 175px;
  }
  #main-career > .btn {
    text-align: center;
  }
  .career-profile {
    padding: 40px 0;
    background-color: #F9F9F9;
  }
  .career-profile .section-title {
    text-align: center;
  }
  .career-wrapper {
    padding-top: 50px;
  }
  .career-wrapper .career-interview,
  .career-wrapper .career-crosstalk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
  .career-wrapper .career-interview .section-title,
  .career-wrapper .career-crosstalk .section-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .archive-interview,
  .archive-crosstalk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 935px;
  }
  .archive-interview .item,
  .archive-crosstalk .item {
    overflow: hidden;
  }
  .archive-interview .item a,
  .archive-crosstalk .item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #3B4043;
  }
  .archive-interview .item a:hover img,
  .archive-crosstalk .item a:hover img {
    width: 110%;
    height: 110%;
  }
  .archive-interview .item img,
  .archive-crosstalk .item img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  .archive-interview .item .text,
  .archive-crosstalk .item .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 5px 20px;
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
  }
  .archive-interview .item .text b,
  .archive-crosstalk .item .text b {
    display: block;
    font-size: 12px;
  }
  .archive-interview .item .text small,
  .archive-crosstalk .item .text small {
    font-size: 12px;
  }
  .archive-interview .item {
    width: 425px;
    height: 270px;
    margin-bottom: 30px;
  }
  .archive-interview .item {
    margin-right: 25px;
  }
  .archive-crosstalk .item {
    width: 425px;
    height: 270px;
    margin-bottom: 30px;
  }
  .archive-crosstalk .item:not(:nth-child(2n)) {
    margin-right: 25px;
  }
  .career-job {
    padding: 60px 0 90px;
    background-color: #F9F9F9;
    text-align: center;
  }
  .career-job .btn-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 50px;
  }
  .career-job .btn-area .btn {
    margin: 0 25px;
  }
  /* -------------------- キャリア(インタビュー) -------------------- */
  .article-interview .kv {
    position: relative;
    margin-bottom: 90px;
  }
  .article-interview .header-interview {
    position: absolute;
    bottom: 10%;
    left: 62%;
    -webkit-transform: translateX(-600px);
            transform: translateX(-600px);
    width: 430px;
    padding: 15px;
    background-color: #62B6C4;
    color: #FFF;
  }
  .article-interview .header-interview .name {
    font-size: 28px;
    line-height: 1.125em;
  }
  .article-interview .header-interview .post {
    font-size: 16px;
  }
  .article-interview .header-interview .description {
    margin-top: 0.75em;
    font-size: 13px;
    line-height: 1.75em;
  }
  /* -------------------- キャリア(対談) -------------------- */
  .article-crosstalk .kv {
    position: relative;
    margin-bottom: 120px;
  }
      .header-crosstalk h1{
    	text-align: center;
    }
  .article-crosstalk .header-crosstalk {
    position: absolute;
    bottom: -70px;
    left: 50%;
    -webkit-transform: translateX(-465px);
            transform: translateX(-465px);
    width: 930px;
    padding: 15px 30px;
    background-color: #62B6C4;
    color: #FFF;
  }
  .crosstalk-member {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1200px;
    margin: 0 auto 30px;
    text-align: center;
  }
  .crosstalk-member li {
    margin: 0 10px;
  }
  .crosstalk-member img {
    margin-bottom: 1em;
  }
  .crosstalk-member .name {
    font-size: 14px;
    font-weight: normal;
  }
  .crosstalk-member .en {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  .crosstalk-member .post {
    font-size: 12px;
    font-weight: normal;
  }
  .crosstalk-section {
    padding: 30px 0;
  }
  .crosstalk-section:nth-of-type(odd) {
    background-color: #F9F9F9;
  }
  .article-crosstalk h2 {
    display: inline;
    font-size: 25px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(25%, #62B6C4));
    background: -webkit-linear-gradient(transparent 75%, #62B6C4 25%);
    background: linear-gradient(transparent 75%, #62B6C4 25%);
  }
  .article-crosstalk .comment {
    position: relative;
    padding: 30px 0 0 55px;
  }
  .article-crosstalk .comment .name {
    position: absolute;
    top: 42px;
    left: 0;
    color: #62B6C4;
  }
  .article-crosstalk .comment p {
    text-indent: 0;
  }
  .article-crosstalk .interview-link {
    padding-left: 55px;
    margin-top: 30px;
    text-indent: 0;
  }
  .article-crosstalk .interview-link a {
    font-weight: bold;
    text-decoration: none;
    border-bottom: 4px solid #0A2864;
  }
  .article-crosstalk .col2 .img,
  .article-crosstalk .col2-rev .img {
    padding-top: 75px;
    width: 550px;
  }
  /* -------------------- 事例一覧 -------------------- */
  #main-case {
    padding-bottom: 175px;
  }
  #main-case > .btn {
    text-align: center;
  }
  #main-case .intro .title-page {
    margin-bottom: 0;
  }
  .case-category {
    margin-bottom: 50px;
    background-color: #F9F9F9;
  }
  .case-category ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .case-category ul li {
    min-width: 125px;
    margin: 0 8px;
    font-size: 15px;
  }
  .case-category ul li a {
    display: block;
    padding: 0.5em 2em;
    border: 1px solid #CDD6DD;
    text-align: center;
    color: #3B4043;
    border-radius: 15px;
  }
  .case-category ul li a:hover {
    background-color: #62B6C4;
    color: #FFF;
  }
  .case-category ul li.current a {
    position: relative;
    border: none;
    background-color: #62B6C4;
    color: #FFF;
  }
  .case-category ul li.current a::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 12px;
    height: 12px;
    background-color: #62B6C4;
    -webkit-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
  }
  .archive-case {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
  }
  .archive-case .item {
    width: 320px;
    margin-bottom: 30px;
    line-height: 1.5em;
    padding: 0.8em 1.5em;
    font-size: 16px;
    background-color: #FFFFFF;
    border: 3px solid #14B4C8;
    border-radius: 2em;
    text-align: center;
  }

  .archive-case .item strong {
    display:block;
    font-weight: bold;
font-size:24px;
padding-bottom:10px;

}

.front-case .archive-case .item strong {
        padding: 10px 0 15px 0;
        margin-bottom: 0.2rem;
        background-image: linear-gradient(135deg, #F0FF00 10%, #58CFFB 100%);
        background-repeat: no-repeat;
        background-size: 100% 7px;
        background-position: bottom;
        color: #353535;
        text-align: center;
        font-weight: bold;
}

  .archive-case .item:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  .archive-case .item a {
    display: block;
    height: 100%;
    padding: 30px;
    background-color: #F0F3F5;
    color: #3B4043;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .archive-case .item a:hover {
    background-color: #62B6C4;
  }
  .archive-case .item a .category,
  .archive-case .item a .title,
  .archive-case .item a .business {
    font-size: 14px;
  }
  .archive-case .item a .category {
    font-weight: normal;
  }
  .archive-case .item a .title {
    display: block;
    margin: 5px 0;
    color: #3B4043;
    font-weight: bold;
  }
  .archive-case .item a .business {
    font-weight: normal;
  }
  /* -------------------- 事例詳細 -------------------- */
  #single-case {
    padding-bottom: 175px;
  }
  #single-case .kv {
    margin-bottom: 80px;
  }
  #single-case > .btn {
    text-align: center;
  }

  #single-case .content{
       width: 980px;
}

  .case-intro {
    position: relative;
    width: 980px;
    margin: 40px auto;
    padding: 20px 30px;
    border: 4px solid #0A2864;
  }
  .case-intro .category {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 0.125em 1em 0.3em;
    background-color: #0A2864;
    color: #FFF;
    font-weight: normal;
  }
  .case-intro .client {
    margin-bottom: 1em;
    color: #0A2864;
    font-size: 20px;
    font-weight: bold;
  }
  .case-intro .client dt {
    float: left;
  }
  .case-intro .client dt::after {
    content: "：";
  }
  .case-intro .client dd::after {
    clear: both;
    content: "";
    display: block;
  }
  .case-intro .title-page {
    margin-bottom: 1.25em;
    font-size: 22px;
    font-weight: bold;
    color: #3B4043;
  }
  .case-intro .tag {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .case-intro .tag li {
    margin: 0 10px 10px 0;
    display: block;
    padding: 0.25em 1.5em;
    background-color: #62B6C4;
    font-size: 14px;
    color: #FFF;
    border-radius: 2em;
  }

  .case-project {
    width: 980px;
    margin: 0 auto 50px;
  }
  .case-project h2 {
    margin-bottom: 1.5em;
    padding: 0 0 0.5em;
    color: #3B4043 !important;
    font-size: 24px;
    border-bottom: 4px solid #0A2864;
  }
  .case-project .project-summary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #707070;
  }
  .case-project .project-summary h3 {
    width: 200px;
    padding-left: 1em;
    font-size: 22px;
    color: #0A2864;
  }
  .case-project .project-summary ul,
  .case-project .project-summary ol {
    list-style: none;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 15px 0 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 2.25em;
  }
  .case-project .project-summary ol {
    counter-reset: count 0;
  }
  .case-project .project-summary ul>li,
  .case-project .project-summary ol>li {
    position: relative;
    padding-left: 20px;
  }
  .case-project .project-summary ul>li::before {
    content: "";
    position: absolute;
    top: 1.125em;
    left: 0;
    display: inline-block;
    width: 9px;
    height: 4px;
    background-color: #0A2864;
  }

  .case-project .project-summary ul>li.none::before {
    display: none;
  }

  .case-project .project-summary ol>li::before {
    content: counter(count) ".";
    counter-increment: count;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    color: #0A2864;
    font-weight: bold;
  }


  .case-project .project-summary ul>li li::before,
  .case-project .project-summary ol>li li::before {
    display: none;
  }
  .article-case h2 {
    font-size: 22px;
    color: #0A2864;
  }
  .article-case p {
    text-indent: 0;
    margin-bottom: 1.5em;
  }
  /* ////////////////// ページネーション(wp-pagenaviプラグイン用) ////////////////// */
  .wp-pagenavi {
    clear: both;
    text-align: center;
    margin: 30px auto 1.5em;
    font-size: 18px;
  }
  .wp-pagenavi a,
  .wp-pagenavi .current {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    padding: 0;
    color: #98A6B5;
    text-align: center;
  }
  .wp-pagenavi .current {
    color: #0A2864;
  }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    position: relative;
    bottom: -16px;
  }
  .wp-pagenavi .previouspostslink span,
  .wp-pagenavi .nextpostslink span {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #F0F3F5;
    border-radius: 10px;
    background-image: url(../images/common/arrow-b.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #F9F9F9;
  }
  .wp-pagenavi .previouspostslink span {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}


@media all and (min-width:1300px) {
  .kv {
    position: relative;
    height: 50vh;
    min-height: 380px;
    max-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .article-interview .header-interview {
    position: absolute;
    bottom: 30%;
    left: 50%;
    -webkit-transform: translateX(-600px);
            transform: translateX(-600px);
    width: 480px;
    padding: 30px;
    background-color: #62B6C4;
    color: #FFF;
  }

}

/***************************************
　　問い合わせフォームCSS　長尾追記
***************************************/

.info-cont {
    width: 800px;
    margin: 0px auto;
    padding: 30px;
    background-color: #FFFFFF;
}

.info-cont h2 {
    text-align:center;
}

.info-cont p {
    text-align:center;
font-size: 14px;
    padding: 10px 0;
}

.privacy a {
    color: #14B4C8;
    text-decoration: none;
font-size:12px;
}


.uk-input, .uk-select, .uk-textarea {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 10px;
    background: #fff;
    color: #333;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
    transition-property: color,background-color,border;
}

#cform table{
  border-right: solid 1px #e3e3e3;
width:100%;
border-collapse: collapse;
    border-spacing: 0px;
    margin-bottom: 20px;
    margin-top: 40px;
font-size:14px;
}

#cform table th{
  vertical-align: top;
  font-weight:normal;
  text-align:left;
  border-bottom: solid 1px #e3e3e3;
  border-top: solid 1px #e3e3e3;
  border-right: solid 1px #e3e3e3;
  border-left: solid 1px #e3e3e3;
  padding:10px;
width:26%;
  background-color:#F7F7F7;
}

#cform table td{

  border-bottom: solid 1px #e3e3e3;
  border-top: solid 1px #e3e3e3;
  padding:10px;
}

#cform .dow span {
display: inline-block;
    vertical-align: middle;
    min-width: 150px;
}
#cform .dow p{
display: inline-block;
    vertical-align: middle;
    width: 600px;
}

.any {
    background-color: #71b55b;
    padding: 3px 5px;
    color: #fafafa;
font-size:12px;
    letter-spacing: 1px;
    font-weight: normal;
    margin: 0 0 0 10px;
    border-radius: 3px;
    zoom: normal;
}

#submit_button input {
    background-color: #14B4C8;
    width: 180px;
    padding: 15px 0;
    font-size: 16px;
border:2px solid #14B4C8;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 50px;
}

#submit_button input:hover {
     background: #FFFFFF;
color:#14B4C8;
border:2px solid #14B4C8;

}

.require {
    background-color: #c33;
    padding: 3px 5px;
    color: #fafafa;
        font-weight: normal;
    letter-spacing: 1px;
    margin: 0 0 0 10px;
    border-radius: 3px;
    zoom: normal;
font-size:12px;
}


@media (max-width:767px) {

		.info-cont {
    width: 100%;
    margin: 50px auto;
    padding: 20px 10px;
    background-color: #FFFFFF;
}



#cform .dow span {
display: inline;
    vertical-align: initial;
    min-width: initial;
}
#cform .dow p{
display: inline;
    vertical-align: initial;
    min-width: initial;
}


#cform table{
  border-right: solid 1px #e3e3e3;
width:100%;
}


#cform table th{
  vertical-align: top;
  font-weight:normal;
  text-align:left;
  border-bottom: none;
  border-top: solid 1px #e3e3e3;
  border-right: none;
  border-left: solid 1px #e3e3e3;
  padding:10px;
  background-color:#F7F7F7;
width:100%;
display:block;
}

#cform table td{
  border-left: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
  border-top: solid 1px #e3e3e3;
  padding:10px;
display:block;
}



}

