@charset "utf-8";

body {
  font-family:"AxisStd-Light","メイリオ","meiryo","ＭＳ Ｐゴシック","ms pgothic","ヒラギノ角ゴ Pro W3",hirakakupro-w3,sans-serif;
  color: #555;
}

h1 {
  margin: 0 auto 80px;
  font-size: 38px;
  font-family:"DIN Next W06 Regular",sans-serif;
  text-align: center;
  letter-spacing: 0.15em;
}

@media screen and ( max-width: 600px ) {
  h1 {
    margin: 0 auto 30px;
    font-size: 21px;

  }
}

/* header */
header {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
header:before {
  content: "";
  display: block;
  padding-top: 39%;
}

header .cover {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  margin: 0 0 0 -50%;
}

header .logo {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 40px;
  margin: -20px 0 0 -60px;
}



/*
 *****************************************************
 * Philospophy
 *****************************************************
 */

#philosophy {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  background-color: #f2f2f2;
}

  #philosophy ul {
    width: 50%;
    margin: 80px auto 0;
    letter-spacing: -0.5px;
    text-align: center;
  }

@media screen and ( min-width: 601px ) {
  #philosophy {
    height: 300px;
    padding: 90px 0 130px;
  }

    #philosophy ul {
      min-width: 640px;
      font-size: 20px;
      line-height: 40px;
    }

}

@media screen and ( max-width: 600px ) {
  #philosophy {
    height: auto;
    padding: 30px 0;
  }

    #philosophy ul {
      width: 90%;
      margin: 20px auto 0;
      font-size: 14px;
      line-height: 28px;
    }
}


/*
 *****************************************************
 * Who we are
 *****************************************************
 */

#whoweare {
   width:84%;
   margin: 0 auto;
   padding: 50px 0 100px;
}

  #whoweare h2 {
    font-family:"DIN Next W06 Regular",sans-serif;
    letter-spacing: 0.15em;
  }

  #whoweare img {
    width: 100%;
  }

#whatwedo, #services {
  border-bottom: 1px solid #eee;
}
@media screen and ( min-width: 601px ) {
  #whoweare {
     padding: 50px 0 100px;
  }

    #whoweare>section {
      padding: 50px 0 0;
    }

    #whoweare h2 {
      margin: 0 auto 30px 0;
      font-size: 34px;
    }

    #whoweare p {
      width: 70%;
      min-width: 538px;
      font-size: 16px;
      line-height: 180%;
    }
}

@media screen and ( max-width: 600px ) {
  #whoweare>section {
    padding: 25px 0 0;
  }

  #whoweare h2 {
    margin: 0 auto 27px 0;
    font-size: 18px;
  }
  #whoweare img {
    display:block;
    margin-bottom: 30px;
  }

  #whoweare p {
    width: 100%;
    font-size: 14px;
    line-height: 180%;
  }
}

/*
 *****************************************************
 * creativeservice
 *****************************************************
 */
#creativeservice {
  width: 90%;
  padding: 50px 5%;
  background: #f2f2f2;
}
#creativeservice>p {
  margin: 0 auto 0;
  letter-spacing: -0.5px;
  line-height: 2;
  text-align: center;
}

#creativeservice>ul>li {
  display: block;
  margin:80px 0 0;
  padding: 80px 0 0;
  border-top: 1px solid #ccc;
}

#creativeservice h2 {
  font-family:"DIN Next W06 Regular",sans-serif;
  letter-spacing: 0.15em;
}

#creativeservice li ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

#creativeservice li li {
  display: block;
  margin-bottom: 27px;
  background-color: #fff;
  border-radius: 5px 5px;
  overflow: hidden;
}

  #creativeservice li li img {
    width: 100%;
    height: auto;
  }

  #creativeservice li li h3 {
    width: 92%;
    font-family: 'AxisStd-Regular', sans-serif;
    letter-spacing: 0.1em;
  }

  #creativeservice li li p {
    width: 92%;
    margin: 0 auto 27px;
    font-size: 12px;
  }

@media screen and ( min-width: 601px ) {
  #creativeservice>p {
    width: 50%;
    min-width: 640px;
    font-size: 20px;
  }

  #creativeservice h2 {
    font-size: 34px;
  }

  #creativeservice>ul>li>p {
    margin: 25px 0 90px;
    line-height: 2;
    width: 60%;
  }

  #creativeservice li li {
    width: 49%;
    float: left;
  }

    #creativeservice li li:nth-child(odd) {
      margin-right: 2%;
    }

    #creativeservice li li h3 {
      margin: 27px auto;
      font-size: 22px;
    }

    #creativeservice li li p {
      line-height: 1.5;
    }
}

@media screen and ( max-width: 600px ) {
  #creativeservice>p {
    width: 100%;
    font-size: 14px;
  }

  #creativeservice h2 {
    font-size: 20px;
  }

  #creativeservice>ul>li {
    display: block;
    margin:40px 0 0;
    padding: 40px 0 0;
    border-top: 1px solid #ccc;
  }

  #creativeservice>ul>li>p {
    margin: 28px 0 36px;
    font-size: 14px;
    line-height: 2;
    width: 100%;
  }

  #creativeservice li li {
    width: 100%;
  }

  #creativeservice li li h3 {
    margin: 18px auto;
    font-size: 18px;
  }

  #creativeservice li li p {
    line-height: 1.8;
  }

}


/*
 *****************************************************
 * Company Outline
 *****************************************************
 */
#outline, #access {
  width: 90%;
  padding: 50px 5%;
  background: #f2f2f2;
}

#outline .wrapper {
  padding: 50px 4.5%;
  background-color: #fff;
  border-radius: 5px 5px;
}
.column2 {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}


  .column2 div h2 {
    margin: 0 0 50px;
    font-family: 'AxisStd-Regular', sans-serif;
    font-size: 22px;
    letter-spacing: 0.1em;
  }

  .column2 div dt {
    width: 35%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.8;
    float: left;
  }
    .column2 div dt:after {
      content: ":";
    }

  .column2 div dd {
    width: 65%;
    margin-bottom: 10px;
    padding-left: 35%;
    font-size: 14px;
    line-height: 1.8;
  }

    .column2 div dd:after {
      content:"";
      display:block;
      clear:both;
    }

    .column2 div dd span {
      font-size: 12px;
      margin-top: 6px;
      line-height: 1.6;
      display: block;
    }
    .column2 div dd span.inlineblock {
      display: inline-block;
      padding-left: 4em;
    }

    .column2 div li {
        font-size: 14px;
        line-height: 1.8;
      }

@media screen and ( min-width: 601px ) {
  .column2 div:first-child {
    width: 49%;
    margin-right: 6%;
    float: left;
  }

  .column2 div:nth-child(2) {
    width: 45%;
    float: left;
  }
}


@media screen and ( max-width: 600px ) {
  .column2 div {
    width: 100%;
 }

  .column2 div:first-child {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }

  .column2 div dt, .column2 div dd {
    margin-bottom: 4px;
  }

  .column2 div dd span {
    line-height: 1.8;
  }

  .column2 div dd span.inlineblock {
      padding-left: 0;
  }
}

/*
 *****************************************************
 * Access
 *****************************************************
 */
#access .wrapper {
  position: relative;
   padding: 50px 0;
   background-color: #fff;
   border-radius: 5px 5px;
}

.googleBtn a {
  display: block;
  width: calc( 100% - 40px);
  height: 48px;
  padding: 0 0 0 40px;
  color: #444;
  letter-spacing: 0.1em;
  font-family: 'DIN Next W06 Regular', sans-serif;
  text-decoration: none;
}
.googleBtn a:hover {
  color: #fff;
  background-color: #555;
}
.googleBtn a span {
  display: block;
  padding: 18px 20px 12px 25px;
  height: 16px;
  background:url(../img/ico_ft_location_b.png) no-repeat 0 12px;
}
.googleBtn a:hover span {
  background:url(../img/ico_ft_location.png) no-repeat 0 12px;
}
#googleMap {
  position: relative;
  width: 100%;
  height: 680px;
  margin: 40px 0 60px;
  overflow: hidden;
}

.accesscolumn {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

  .accesscolumn div:first-child img {
    display:block;
    width: 100%;
    height: auto;
    border: 1px solid #9d9d9f;
  }

.accesscolumn h2 {
  margin-bottom: 30px;
  font-size: 24px;
  letter-spacing: 0.15em;
}

.accesscolumn dl {
  margin-bottom: 40px;
}

.accesscolumn dt {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
  font-family: 'AxisStd-Regular',sans-serif;
}

.accesscolumn dd,.accesscolumn p {
  font-size: 14px;
  line-height: 2;
}

.accesscolumn dd {
  margin-bottom: 30px;
}

.mappdf {
  display: block;
  width: 260px;
  height: 48px;
  margin: 60px auto;
  text-align: left;
  border: 1px solid #555;
  border-radius: 5px;
}

.mappdf a {
  display: block;
  width: 100%;
  height: 48px;
  text-align: center;
  color: #444;
  letter-spacing: 0.1em;
  font-family: 'DIN Next W06 Regular', sans-serif;
  text-decoration: none;
}
.mappdf a:hover {
  color: #fff;
  background-color: #555;
}
.mappdf a span {
  display: block;
  width: 180px;
  margin: 0 auto;
  padding: 18px 20px 12px 0;
  height: 16px;
  background:url(../img/ico_pdf_download.png) no-repeat right center;
}

.mappdf a:hover span {
  background:url(../img/ico_pdf_download_w.png) no-repeat right center;
}


@media screen and ( min-width: 601px ) {
  #access .column1-2 {
    margin: 0 0 50px 4%;
  }

  #access .column2-2 {
    position: relative;
    width: 27%;
    min-width: 220px;
    margin-right: 3%;
    float:right;
    text-align: right;
  }
  #access .column1-2 h2 {
    width: 100%;
    margin: 0 0 20px;
    font-family: 'AxisStd-regular',sans-serif;
    font-size: 18px;

  }

  #access .column1-2 p {
    width: 100%;
    letter-spacing: -0.5px;
    font-size: 14px;
    line-height:20px;
  }

  .googleBtn.pc {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 220px;
    height: 48px;
    text-align: left;
    border: 1px solid #555;
    border-radius: 5px;
  }
  .googleBtn.sp {
    display: none;
  }

  #googleMap {
    position: relative;
    width: 100%;
    height: 680px;
    margin: 40px 0 60px;
    overflow: hidden;
  }

  .accesscolumn div:first-child {
    float: left;
    margin: 0 5%;
    width:51%;
    min-width: 400px;
  }

  .accesscolumn div:nth-child(2) {
    float: left;
    width:33%;
  }

}

@media screen and ( max-width: 600px ) {
  #access .column1-2 {
    width: 92%;
    padding: 0 4%;
  }

  #access .column1-2 h2 {
    width: 100%;
    margin: 0 0 20px;
    font-family: 'AxisStd-regular',sans-serif;
    font-size: 18px;

  }

  #access .column1-2 p {
    width: 100%;
    letter-spacing: -0.5px;
    font-size: 14px;
    line-height:20px;
  }

  #access .column2-2 {
    display: none;
  }
  .googleBtn.pc {
    display: none;
  }
  .googleBtn.sp {
    display: block;
    width: 240px;
    height: 48px;
    margin: 0 auto 40px;
    text-align: left;
    border: 1px solid #555;
    border-radius: 5px;
  }

  #googleMap {
    position: relative;
    width: 100%;
    height: 400px;
    margin: 20px 0;
    overflow: hidden;
  }

  #access .wrapper>p {
    width: 90%;
    margin: 0 auto 40px;
    font-size: 14px;
    line-height: 28px;
  }

  .accesscolumn div {
    margin: 0 5% 20px;
    width:90%;
  }

  .mappdf {
    margin: 20px auto;
  }
}
/*
 *****************************************************
 * Footer
 *****************************************************
 */
footer {
  width: 92%;
  padding: 50px 4% 30px;
  background-color: #1d1d1d;
  color: #fff;
}

footer h1 {
  width: auto;
  margin: 0 auto 50px;
  padding-left: 30px;
  font-size: 24px;
}

footer p.mail {
  margin: 50px auto;
  width: 30%;
  text-align: center;
  background-color: #444;
  border-radius: 32px 32px;
}

footer p.policy {
  text-align: center;
}

  footer p.policy a {
    letter-spacing: 0.15em;
    color: #fff;
    text-decoration: underline;
  }

footer p.copyright {
  padding: 6px 60px 6px 0;
  font-size: 10px;
  text-align: right;
  letter-spacing: 0.05em;
  background: url(../img/logo_ft_isms.png) no-repeat right top;
}


@media screen and ( min-width: 601px ) {
  footer p.mail {
    min-width: 380px;
    height: 24px;
    padding: 20px 0;
    font-size: 24px;
    line-height: 24px;
  }
  footer p.policy {
    width: 30%;
    min-width: 380px;
    margin: 50px auto 80px;
    text-align: center;
  }

  footer p.copyright {
    height: 12px;
    padding: 6px 60px 6px 0;
  }

  footer p.copyright span:before {
    content: ' | ';
  }
}
@media screen and ( max-width: 600px ) {
  footer h1 {
    width: auto;
    margin: 0 auto 10px ;
    padding-left: 0px;
    font-size: 20px;
    background: none;
    line-height: 1.2;
  }

  footer p.mail {
    margin: 30px auto;
    padding: 15px 0;
    width: 60%;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  footer p.policy {
    width: 60%;
    margin: 50px auto 80px;
    font-size: 14px;
    text-align: center;
  }

    footer p.policy a {
      letter-spacing: 0.15em;
      color: #fff;
      text-decoration: underline;
    }

  footer p.copyright {
    height: 26px;
    padding: 0 60px 6px 0;
  }

  footer p.copyright span:before {
    content: '';
    display: block;
    margin-top: 2px;
  }
}
/*
 *****************************************************
 * privacypolicy
 *****************************************************
 */
 section.privacypolicy .blockArea {
   margin-bottom: 60px;
 }
 section.privacypolicy .blockArea li {
   margin-bottom: 10px;
 }
 section.privacypolicy h2 {
   font-size: 18px;
   text-align: center;
   font-weight: bold;
   margin-bottom: 20px;
}
 section.privacypolicy .credit {
   text-align: right;
   margin-top: 40px;
}
 section.privacypolicy ol.list_parentheses{
  padding:0;
  margin:0.3em;
}
 section.privacypolicy ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
 section.privacypolicy ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}
 section.privacypolicy table {
 }
 section.privacypolicy table tr {
 }
 section.privacypolicy table th {
   width: 400px;
   vertical-align: top;
 }
 section.privacypolicy table td {
 }

 @media screen and ( max-width: 768px ) {
  section.privacypolicy .blockArea.mgb60 {
    margin-bottom: 60px;
  }
   section.privacypolicy table th,
   section.privacypolicy table td  {
     display: block;
     width: 100%;
  }
}

section.privacypolicy h2.ppAreaTtl {
    line-height: 1.5;
}
.isms-contents-wrap {
  padding-left: 24px;
}
.isms-contents-wrap ul {
  list-style: none;
}
.isms-contents-wrap p.h4-desc {
  margin-bottom: 0.3em;
}

.isms-contents-wrap .ppAreaDl {
  padding-left: 24px;
}
.isms-contents-wrap .ppAreaDl dd {
  margin-left: 1em;
  margin-bottom: 0.3em;
}

.isms-contents-wrap ul.ppAreaDl {
  padding-bottom: 0.3em;
}
.isms-contents-wrap ul.ppAreaDl > li {
}

.isms-contents-wrap .isms-contents-ul {
  padding-left: 24px;
}
.isms-contents-wrap ul.isms-contents-ul li {
    margin-bottom: 0;
  line-height: 1.6;
}
.isms-contents-wrap .isms-contents-ul li span {
    font-weight: bold;
}
.ppAreaOlTtl {
  font-weight: bold;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0.3em;
}
ol.list-style-none {
  list-style: none;
}

.contact-list.ppAreaDl {
  padding-left: 24px;
}
.contact-list.ppAreaDl dd {
  margin-left: 1em;
  margin-bottom: 0.3em;
}

.for-pc {
    display: inherit;
}

.for-sp {
    display: none;
}

@media screen and ( max-width: 768px ) {
  .for-pc {
    display: none;
  }

  .for-sp {
    display: inherit;
  }

  footer .for-sp {
      text-align: center;
    font-size: 20px;
    font-weight: bold;
    background: none;
    line-height: 1.2;
  }

  footer .for-sp a {
      color: #fff;
    font-family: "DIN Next W06 Regular",sans-serif;
    text-align: center;
    letter-spacing: 0.15em;
  }

}
