@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;700;900&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.body_reset {
  margin: 0 auto;
  padding: 0 auto;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*html*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}

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

a, a:visited {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:active, a:hover {
  color: #000;
  text-decoration: none;
}

a:focus, input:focus {
  outline: none;
}

.f-min {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 2px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.list-mv02 {
  opacity: 0;
}

.mv02 {
  opacity: 1.0;
}

.list-mv05 {
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
}

.mv05 {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.f_300 {
  font-weight: 300;
}

.f_700 {
  font-weight: 700;
}

.f_hiragino {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

header {
  position: relative;
  width: 100%;
  height: auto;
}

header h1 {
  display: block;
  width: 200px;
  padding: 10px;
}

header .nav {
  width: 40%;
  position: absolute;
  right: 10px;
  top: 0px;
  padding: 10px 20px 0 0;
  text-align: right;
}

header .nav a {
  padding: 0 1.5%;
}

header .nav a.hover {
  color: #e83e3a;
}

header .nav a:hover {
  color: #e83e3a;
}

header .logo {
  width: 40vw;
  height: auto;
  margin: 0% auto 5% auto;
  padding-top: 10%;
}

header .logo_txt {
  width: 40vw;
  height: auto;
  margin: 0 auto 10% auto;
}

header .top_img {
  background-image: url("../img/top_img_new.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}

.top_bg header {
  background-image: url("../img/bg_txt.png");
  background-size: 12vw auto;
  background-position: -15px 45px;
  background-repeat: no-repeat;
}

main {
  /*
    .member{
        width: 100%; height: auto; margin: 0 auto 5% auto; padding-top: 5%;
        .member_box{margin-bottom: 5%;}
        .member_left{width: 35vw; float: left; padding-left: 2.5vw;
            strong{display: block; margin: 0 0 2.5vw 0; font-size: 2vw; line-height: 2.5vw;
                span{font-size: 1.4vw; padding-left: 20px;}
            }
            img{display: block;}
        }
        .member_right{width: 62.5vw; float: right; padding-right: 2.5vw; font-size: 1.2vw; line-height: 2.2vw;
            span{font-size: 1.4vw; line-height: 2.4vw; display: block; margin-bottom: 15px;}
        }
    }
    */
}

main .topics {
  width: 100%;
  height: auto;
  padding: 2.5% 0;
  /* border-top: 1px solid #303030; border-bottom: 1px solid #303030; */
}

main .topics .topics_box {
  width: 90%;
  height: auto;
  margin: 0 auto;
}

main .topics .topics_box .topics_sub {
  width: 50%;
  float: left;
  position: relative;
}

main .topics .topics_box .topics_sub div.topics_sub_border {
  border: 2px solid #161616;
}

main .topics .topics_box .topics_sub .number {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100px;
  height: 100px;
  background-image: url("../img/bg_topics_bk.png");
  background-size: cover;
  color: #FFF;
  padding: 15px 0 0 15px;
  font-size: 30px;
}

main .topics .topics_box .topics_sub p {
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
}

main .concept {
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  padding-top: 5%;
  /*
        .concept_left{width: 47.5vw; float: left;
            p{font-size: 1.2vw; line-height: 2.2vw; padding-bottom: 2.5%; display: block; padding-left: 2.5vw;}
            img{ padding-left: 2.5vw;}
        }
        .concept_right{width: 47.5vw; float: right; padding-right: 2.5vw; margin-top: -7vw;
            ul li{margin-bottom: 5%; border: 2px solid #161616;}
        }
        */
}

main .concept .concept_memo {
  width: 90%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

main .concept .concept_memo p {
  font-size: 1.2vw;
  line-height: 2.2vw;
  display: block;
  margin-bottom: 5%;
}

main .concept .concept_memo .img_concept {
  width: 60vw;
  height: auto;
  display: block;
  margin: 5% auto;
  display: block;
  padding: 0 0 120px 0;
  background-image: url(../img/concept_map_bg_pc.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top center;
}

main .concept .concept_memo .img_concept ul li {
  width: 22.5vw;
  margin: 0 auto 2.5px auto;
}

main .concept .concept_memo .img_concept ul li a {
  margin-bottom: 0px;
}

main .concept .concept_memo .img_concept img {
  width: 100%;
}

main .concept .concept_memo .img_concept p {
  display: block;
  text-align: center;
  font-size: 1.2vw;
  margin-top: 2.5%;
}

main .concept .concept_bottom {
  width: 90%;
  height: auto;
  margin: 0 auto 2.5% auto;
}

main .concept .concept_bottom ul li {
  width: 48.5%;
  height: auto;
  border: 3px solid #000;
  background-color: #e6e6e6;
  margin-bottom: 3%;
  padding: 1.5% 1.5% 1.5% 1.5%;
  table-layout: fixed;
  display: table;
}

main .concept .concept_bottom ul li .concept_left p {
  padding-left: 5px;
  font-size: 1.1vw;
  line-height: 1.8vw;
}

main .concept .concept_bottom ul li .concept_left img {
  display: block;
  width: 40%;
}

main .concept .concept_bottom ul li .concept_right {
  float: right;
  width: 40%;
  margin: 0 0 0 2.5%;
}

main .concept .concept_bottom ul li .concept_right_sp {
  display: none;
}

main .concept .concept_bottom ul li:nth-child(odd) {
  float: left;
}

main .concept .concept_bottom ul li:nth-child(even) {
  float: right;
}

main .contact {
  width: 100%;
  margin: 0 auto;
  background-color: #cccccc;
  padding: 2.5%;
  table-layout: fixed;
  display: table;
}

main .contact div.table {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0 5%;
  text-align: center;
}

main .contact p {
  font-size: 1.0vw;
  line-height: 1.8vw;
  display: block;
  text-align: center;
  margin-bottom: 2.5%;
}

main .contact a {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  color: #e83e3a;
  border: 1px solid #e83e3a;
  background-color: #FFF;
  position: relative;
  font-size: 24px;
  line-height: 34px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

main .contact a .arrow {
  display: inline-block;
  padding: 0 0 14px 15px;
  width: 100px;
}

main .contact a .arrow .boldright {
  position: relative;
}

main .contact a .arrow .boldright::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0px;
  width: 100px;
  height: 1px;
  background: #e83e3a;
  -webkit-transition: all 1s;
  transition: all 1s;
}

main .contact a .arrow .boldright::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 100px;
  width: 0;
  height: 0;
  border: 5px solid;
  border-color: transparent transparent transparent #e83e3a;
  -webkit-transition: all 1s;
  transition: all 1s;
}

main .contact a:hover {
  color: #FFF;
  background-color: #e83e3a;
}

main .contact a:hover .arrow .boldright::before {
  background: #FFF;
}

main .contact a:hover .arrow .boldright::after {
  border-color: transparent transparent transparent #FFF;
}

main.top h2 {
  display: block;
  width: 35vw;
  margin-bottom: 2.5%;
  border-bottom: 1px solid #161616;
  padding: 0 0 1.5% 2.5%;
  font-size: 2.5vw;
}

main.single {
  width: 100%;
  height: auto;
  margin: 10% auto 0 auto;
}

main.single h2 {
  font-size: 1.6vw;
  line-height: 2.6vw;
  margin-bottom: 2.5%;
  padding: 5px 0 5px 20px;
  border-left: 10px solid #848483;
}

main.single .company_tit {
  margin: 0 auto 5% auto;
  width: 100vw;
  /*
        h2{font-size: 2.4vw; line-height: 3.0vw; border-left: none; padding: 0;
            span{font-size: 1.2vw; display: block;}
        }
        */
}

main.single .company_tit h2 {
  display: block;
  width: 35vw;
  margin-bottom: 2.5%;
  border-bottom: 1px solid #161616;
  padding: 0 0 1.5% 2.5%;
  font-size: 2.5vw;
  border-left: none;
}

main.single .company_box {
  width: 60vw;
  margin: 0 auto 5% auto;
}

main.single .company_box dl {
  border-bottom: 1px solid #000;
  padding: 2.5% 0 2.5% 0;
}

main.single .company_box dl dt {
  width: 10vw;
  float: left;
  font-weight: 700;
  font-size: 1.4vw;
  line-height: 2.2vw;
}

main.single .company_box dl dd {
  width: 50vw;
  float: right;
  font-weight: 300;
  padding-left: 5%;
  font-size: 1.2vw;
  line-height: 2.2vw;
}

main.single .member {
  width: 60vw;
  height: auto;
  margin: 0 auto 5% auto;
}

main.single .member .member_box {
  margin-bottom: 5%;
}

main.single .member .member_left {
  width: 25vw;
  float: left;
  padding-left: 2.5vw;
}

main.single .member .member_left strong {
  display: block;
  margin: 0 0 1.5vw 0;
  font-size: 1.8vw;
  line-height: 2.4vw;
}

main.single .member .member_left strong span {
  font-size: 1.4vw;
  padding-left: 20px;
}

main.single .member .member_left strong span.name_position {
  padding-left: 0px;
}

main.single .member .member_left img {
  display: block;
}

main.single .member .member_right {
  width: 32.5vw;
  float: right;
  padding-right: 0px;
  font-size: 1.1vw;
  line-height: 2.2vw;
}

main.single .member .member_right span {
  font-size: 1.4vw;
  line-height: 2.4vw;
  display: block;
  margin-bottom: 5px;
}

main.single .menseki_box {
  width: 60vw;
  margin: 0 auto 5% auto;
}

main.single .menseki_box h2 {
  font-size: 1.4vw;
  margin-bottom: 1.5%;
}

main.single .menseki_box p {
  display: block;
  padding-left: 20px;
  font-size: 1.0vw;
  line-height: 1.8vw;
}

main.single .menseki_box_top {
  margin-top: 10%;
}

main.single .menseki_box_bottom {
  margin-bottom: 10%;
}

main.topics {
  width: 100%;
  height: auto;
  margin: 10% auto 0 auto;
}

main.topics .topics_tit {
  text-align: center;
  margin-bottom: 5%;
}

main.topics .topics_tit h1 {
  font-size: 2.4vw;
  line-height: 3.0vw;
}

main.topics .topics_tit h1 span {
  font-size: 1.2vw;
  display: block;
}

main.topics .topics_p {
  width: 100%;
  height: auto;
  margin: 0 auto 10% auto;
}

main.topics .topics_p .topics_p_tit {
  background-color: #5b5b5a;
  padding: 4vw 0 4vw 10vw;
  background-repeat: no-repeat;
  margin-bottom: 5%;
}

main.topics .topics_p .topics_p_tit h2 {
  font-size: 2.4vw;
  line-height: 3.0vw;
  color: #FFF;
}

main.topics .topics_p .topics_p_tit_01 {
  background-image: url("../img/bg_topics_01.png");
  background-size: 22.5vw auto;
  background-position: 90% 5%;
}

main.topics .topics_p .topics_p_tit_02 {
  background-image: url("../img/bg_topics_02.png");
  background-size: 15vw auto;
  background-position: 90% 50%;
}

main.topics .topics_p .topics_p_txt {
  width: 100%;
  padding: 0 10vw 0 30vw;
  font-size: 1.2vw;
  line-height: 2.2vw;
}

footer {
  padding: 5vw 5vw 2.5vw 5vw;
  background-color: #000;
  color: #FFF;
}

footer .footer_left {
  width: 35vw;
  float: left;
}

footer .footer_left .logo {
  width: 35vw;
  margin-bottom: 5%;
}

footer .footer_left .address {
  font-size: 1.0vw;
  line-height: 1.8vw;
  margin-left: 1.5vw;
  margin-bottom: 5%;
}

footer .footer_left .address a {
  color: #FFF;
}

footer .footer_left .sns {
  text-align: center;
}

footer .footer_left .sns a {
  color: #FFF;
  padding: 0 5%;
}

footer .footer_right {
  width: 45vw;
  float: right;
}

footer .footer_right .tit {
  width: 100%;
}

footer .footer_right .tit li {
  width: 20%;
  float: left;
  margin-bottom: 5px;
}

footer .footer_right .tit li a {
  color: #FFF;
  font-size: 1.2vw;
}

footer .footer_right .sub li {
  width: 20%;
  float: left;
  min-height: 1px;
}

footer .footer_right .sub li a {
  color: #FFF;
  font-size: 0.6vw;
  line-height: 1.6vw;
  display: block;
  width: 90%;
  margin-left: 10%;
}

footer .copyright {
  width: 100%;
  height: auto;
  text-align: right;
  font-size: 10px;
}

/*
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.modal__bg{
    background: rgba(255,255,255,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
*/
.modal {
  display: none;
}

.fancybox-content {
  width: 60%;
  border: 3px solid #000;
  background: #e6e6e6;
}

.fancybox-content {
  padding: 2.5%;
}

.modal__content {
  table-layout: fixed;
  display: table;
}

.modal__content .concept_left {
  display: table-cell;
  vertical-align: top;
  padding: 2.5% 5% 0 0;
  width: 50%;
}

.modal__content .concept_left p {
  padding-left: 10px;
}

.modal__content .concept_right {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 5%;
}

@media print {
  body {
    width: 1280px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

/* @media (max-device-width: 980px) {*/
/* タブレット スマホ */
@media only screen and (max-width: 739px) {
  html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
  }
  body {
    font-size: 15px;
    line-height: 25px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input[type="button"], input[type="submit"] {
    -webkit-appearance: none;
  }
  nav.drawer-nav .drawer-nav_main .logo {
    width: 50vw;
    height: auto;
    margin: 0 auto 5% auto;
  }
  nav.drawer-nav .drawer-nav_main ul li {
    text-align: center;
    font-size: 5vw;
    line-height: 8vw;
    width: 100%;
  }
  nav.drawer-nav .drawer-nav_main ul li a {
    display: block;
    width: 100%;
    padding: 2.5% 0;
  }
  nav.drawer-nav .drawer-nav_main .sns {
    text-align: center;
    margin-top: 5%;
  }
  nav.drawer-nav .drawer-nav_main .sns a {
    padding: 0 5%;
  }
  header {
    position: relative;
    width: 100%;
    height: auto;
  }
  header .header_txt h1 {
    font-size: 3vw;
  }
  header .header_txt h1 a {
    color: #FFF;
  }
  header .nav {
    width: 40%;
    float: right;
    padding: 10px 20px 0 0;
    text-align: right;
  }
  header .nav a {
    padding: 0 1.5%;
  }
  header .nav a.hover {
    color: #e83e3a;
  }
  header .nav a:hover {
    color: #e83e3a;
  }
  header .logo {
    width: 85vw;
    height: auto;
    margin: 0% auto 5% auto;
    padding-top: 10%;
  }
  header .logo_txt {
    width: 85vw;
    height: auto;
    margin: 0 auto 10% auto;
  }
  header .top_img {
    background-image: url("../img/top_img_new_sp.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .top_bg header {
    background-image: url("../img/bg_txt.png");
    background-size: 20vw auto;
    background-position: -5px 50px;
    background-repeat: no-repeat;
  }
  main {
    /*
    .member{
        width: 100%; height: auto; margin: 0 auto 10% auto; padding-top: 10%;
        .member_box{margin-bottom: 7.5%;}
        .member_left{width: 100vw; float: left; padding-left: 5vw; padding-right: 5vw; margin-bottom: 2.5%;
            strong{display: block; margin: 0 0 0 0; font-size: 4.6vw; line-height: 6.8vw;
                span{font-size: 3.6vw; padding-left: 20px;}
            }
            img{display: block; margin-top: 2.5%;}
        }
        .member_right{width: 100vw; float: right; padding-left: 5vw; padding-right: 5vw; font-size: 3.4vw; line-height: 5.4vw;
            span{font-size: 3.8vw; line-height: 6vw; margin-bottom: 0px;}
        }
    }
    */
  }
  main .topics {
    width: 100%;
    height: auto;
    padding: 5% 0;
    /* border-top: 1px solid #303030; border-bottom: 1px solid #303030; */
    margin-bottom: 0;
  }
  main .topics .topics_box {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  main .topics .topics_box .topics_sub {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 5%;
  }
  main .topics .topics_box .topics_sub div.topics_sub_border {
    border: 2px solid #161616;
  }
  main .topics .topics_box .topics_sub .number {
    position: absolute;
    left: 0;
    top: 0px;
    width: 70px;
    height: 70px;
    background-image: url("../img/bg_topics_bk.png");
    background-size: cover;
    color: #FFF;
    padding: 7.5px 0 0 10px;
    font-size: 20px;
  }
  main .topics .topics_box .topics_sub p {
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
  }
  main .concept {
    width: 100%;
    height: auto;
    margin: 0 auto 0% auto;
    padding-top: 10%;
    /*
        .concept_left{width: 100vw; float: left; margin-bottom: 5%;
            p{font-size: 3.8vw; line-height: 5.8vw; padding-bottom: 2.5%; display: block; padding-left: 5vw; padding-right: 5vw;}
            img{padding-left: 5vw; padding-right: 5vw;}
        }
        .concept_right{width: 100%; float: right; padding-right: 5vw; padding-left: 5vw; margin-top: 0vw;
            ul li{margin-bottom: 5%; border: 2px solid #161616;}
        }
        */
  }
  main .concept .concept_memo {
    width: 90%;
    height: auto;
    margin: 0 auto;
    text-align: left;
  }
  main .concept .concept_memo p {
    font-size: 3.2vw;
    line-height: 5.2vw;
    display: block;
    margin-bottom: 10%;
  }
  main .concept .concept_memo .img_concept {
    width: 100%;
    height: auto;
    display: block;
    margin: 5% auto;
    padding: 0 0 60px 0;
    background-image: url(../img/concept_map_bg.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top center;
  }
  main .concept .concept_memo .img_concept img {
    width: 100%;
  }
  main .concept .concept_memo .img_concept ul li {
    width: 35vw;
    margin: 0 auto 2.5px auto;
  }
  main .concept .concept_memo .img_concept ul li p {
    margin-bottom: 0px;
  }
  main .concept .concept_bottom {
    width: 90%;
    height: auto;
    margin: 0 auto 2.5% auto;
  }
  main .concept .concept_bottom ul li {
    width: 100%;
    height: auto;
    border: 3px solid #000;
    background-color: #e6e6e6;
    margin-bottom: 5%;
    padding: 5%;
    table-layout: fixed;
    display: table;
  }
  main .concept .concept_bottom ul li .concept_left {
    display: block;
    padding: 0 0 2.5% 0;
    width: 100%;
  }
  main .concept .concept_bottom ul li .concept_left img {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  main .concept .concept_bottom ul li .concept_left p {
    padding-left: 0px;
    font-size: 14px;
    line-height: 24px;
  }
  main .concept .concept_bottom ul li .concept_right {
    display: none;
  }
  main .concept .concept_bottom ul li .concept_right_sp {
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  main .concept .concept_bottom ul li:nth-child(odd) {
    float: none;
  }
  main .concept .concept_bottom ul li:nth-child(even) {
    float: none;
  }
  main .contact {
    width: 100%;
    margin: 0 auto;
    background-color: #cccccc;
    padding: 5%;
    display: block;
  }
  main .contact div.table {
    display: block;
    padding: 0px;
    width: 100%;
  }
  main .contact p {
    font-size: 2.6vw;
    line-height: 3.8vw;
    display: block;
    text-align: center;
    margin-bottom: 5%;
  }
  main .contact a {
    display: block;
    width: 230px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    color: #e83e3a;
    border: 1px solid #e83e3a;
    background-color: #FFF;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  main .contact a .arrow {
    display: inline-block;
    padding: 0 0 11px 15px;
    width: 30px;
  }
  main .contact a .arrow .boldright {
    position: relative;
  }
  main .contact a .arrow .boldright::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 0px;
    width: 30px;
    height: 1px;
    background: #e83e3a;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  main .contact a .arrow .boldright::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent transparent #e83e3a;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
  main .contact a:hover {
    color: #FFF;
    background-color: #e83e3a;
  }
  main .contact a:hover .arrow .boldright::before {
    background: #FFF;
  }
  main .contact a:hover .arrow .boldright::after {
    border-color: transparent transparent transparent #FFF;
  }
  main.top h2 {
    display: block;
    width: 75vw;
    margin-bottom: 5%;
    border-bottom: 1px solid #161616;
    padding: 0 0 1.5% 5vw;
    font-size: 5.5vw;
  }
  main.topics {
    width: 100%;
    height: auto;
    margin: 0% auto 0 auto;
    padding: 10% 0 0 0;
  }
  main.topics .topics_tit {
    text-align: center;
    margin-bottom: 5%;
  }
  main.topics .topics_tit h1 {
    font-size: 5.0vw;
    line-height: 7.0vw;
  }
  main.topics .topics_tit h1 span {
    font-size: 3.2vw;
    display: block;
  }
  main.topics .topics_p {
    width: 100%;
    height: auto;
    margin: 0 auto 10% auto;
  }
  main.topics .topics_p .topics_p_tit {
    background-color: #5b5b5a;
    padding: 4vw 0 4vw 5vw;
    background-repeat: no-repeat;
    margin-bottom: 5%;
  }
  main.topics .topics_p .topics_p_tit h2 {
    font-size: 3.8vw;
    line-height: 6.0vw;
    color: #FFF;
  }
  main.topics .topics_p .topics_p_tit_01 {
    background-image: url("../img/bg_topics_01.png");
    background-size: 27.5vw auto;
    background-position: 90% 0%;
  }
  main.topics .topics_p .topics_p_tit_02 {
    background-image: url("../img/bg_topics_02.png");
    background-size: 20vw auto;
    background-position: 90% 50%;
  }
  main.topics .topics_p .topics_p_txt {
    width: 100%;
    padding: 0 5vw 0 5vw;
    font-size: 3.2vw;
    line-height: 5.2vw;
  }
  main.single {
    width: 100%;
    height: auto;
    margin: 0% auto 0 auto;
    padding: 10% 0 0 0;
  }
  main.single h2 {
    font-size: 3.6vw;
    line-height: 5.6vw;
    margin-bottom: 2.5%;
    padding: 2.5px 0 2.5px 15px;
    border-left: 5px solid #848483;
  }
  main.single .company_tit {
    width: 100%;
    /*
        h2{font-size: 5.0vw; line-height: 7.0vw;
            span{font-size: 3.2vw; display: block;}
        }
        */
  }
  main.single .company_tit h2 {
    display: block;
    width: 75vw;
    margin-bottom: 5%;
    border-bottom: 1px solid #161616;
    padding: 0 0 1.5% 5vw;
    font-size: 5.5vw;
  }
  main.single .company_box {
    width: 90vw;
    margin: 0 auto 10% auto;
  }
  main.single .company_box dl {
    border-bottom: 1px solid #000;
    padding: 2.5% 0 2.5% 0;
  }
  main.single .company_box dl dt {
    width: 90vw;
    float: none;
    margin: 0 auto;
    font-weight: 700;
    font-size: 3.4vw;
    line-height: 5.2vw;
  }
  main.single .company_box dl dd {
    width: 90vw;
    float: none;
    margin: 0 auto;
    font-weight: 300;
    padding-left: 0%;
    font-size: 3.2vw;
    line-height: 5.2vw;
  }
  main.single .member {
    width: 90vw;
    margin: 0 auto 10% auto;
    padding-top: 0px;
  }
  main.single .member .member_box {
    margin-bottom: 7.5%;
  }
  main.single .member .member_left {
    width: 90vw;
    float: none;
    padding-left: 0vw;
    padding-right: 0vw;
    margin-bottom: 2.5%;
  }
  main.single .member .member_left strong {
    display: block;
    margin: 0 0 0 0;
    font-size: 4.6vw;
    line-height: 6.8vw;
  }
  main.single .member .member_left strong span {
    font-size: 3.6vw;
    padding-left: 20px;
  }
  main.single .member .member_left strong span.name_position {
    padding-left: 0px;
  }
  main.single .member .member_left img {
    display: block;
    margin-top: 2.5%;
  }
  main.single .member .member_right {
    width: 90vw;
    float: none;
    padding-left: 0vw;
    padding-right: 0vw;
    font-size: 3.2vw;
    line-height: 5.2vw;
  }
  main.single .member .member_right span {
    font-size: 3.8vw;
    line-height: 6vw;
    margin-bottom: 0px;
  }
  main.single .menseki_box {
    width: 90vw;
    margin: 0 auto 10% auto;
  }
  main.single .menseki_box h2 {
    font-size: 3.2vw;
    margin-bottom: 1.5%;
  }
  main.single .menseki_box p {
    display: block;
    padding-left: 20px;
    font-size: 2.8vw;
    line-height: 4.2vw;
  }
  footer {
    padding: 5vw;
    background-color: #000;
    color: #FFF;
  }
  footer .footer_left {
    width: 80vw;
    float: none;
    margin: 0 auto 5% auto;
  }
  footer .footer_left .logo {
    width: 70vw;
    margin: 0 auto 2.5% auto;
  }
  footer .footer_left .address {
    font-size: 2.6vw;
    line-height: 4.6vw;
    margin-left: 5vw;
    margin-bottom: 2.5%;
  }
  footer .footer_left .address a {
    color: #FFF;
  }
  footer .footer_left .sns {
    text-align: center;
  }
  footer .footer_left .sns a {
    color: #FFF;
    padding: 0 5%;
    font-size: 2.2vw;
  }
  footer .footer_right {
    width: 80vw;
    float: none;
    margin: 0 auto 5% auto;
  }
  footer .footer_right .tit {
    width: 100%;
  }
  footer .footer_right .tit li {
    width: 20%;
    float: left;
    margin-bottom: 5px;
    text-align: center;
  }
  footer .footer_right .tit li a {
    color: #FFF;
    font-size: 3.2vw;
  }
  footer .footer_right .sub li {
    width: 20%;
    float: left;
    min-height: 1px;
  }
  footer .footer_right .sub li a {
    color: #FFF;
    font-size: 0.6vw;
    line-height: 1.6vw;
    display: block;
    width: 90%;
    margin-left: 10%;
  }
  footer .copyright {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 2vw;
  }
  .fancybox-content {
    width: 80%;
    padding: 5%;
  }
  .modal__content {
    width: 100%;
    table-layout: fixed;
    display: block;
  }
  .modal__content .concept_left {
    display: block;
    padding: 0 0 2.5% 0;
    width: 100%;
  }
  .modal__content .concept_left img {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  .modal__content .concept_left p {
    padding-left: 0px;
    font-size: 12px;
    line-height: 20px;
  }
  .modal__content .concept_right {
    display: block;
    padding: 2.5% 0 0 0;
  }
}
/*# sourceMappingURL=style.css.map */