@charset "UTF-8";
/*format
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .rsp {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .rsp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  img {
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  section h2 {
    font-size: 5vw;
  }
}

@media screen and (max-width: 768px) {
  .bottom .main_img_area {
    height: 30vw;
    background-size: cover !important;
  }
}

@media screen and (max-width: 768px) {
  .bottom .main_img_area h2 {
    width: 90%;
    font-size: 6vw;
  }
}

@media screen and (max-width: 768px) {
  .bottom .main_img_area h2 span {
    font-size: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .bottom .bread_crumb {
    padding: 3% 0;
    margin-bottom: 7%;
  }
}

@media screen and (max-width: 768px) {
  .bottom .bread_crumb ul {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .bottom .bread_crumb li {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .bottom .bread_crumb li a {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .bottom .inner {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  header .inner {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  header .h_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .h_head h1 {
    width: 55%;
    padding: 5%;
    line-height: 1;
  }
  header .h_head h1 img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  header nav {
    display: none;
    padding-bottom: 4%;
    color: #010101;
  }
}

@media screen and (min-width: 769px) {
  header nav {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  footer nav {
    width: 100%;
    margin: 5% 0 7% 0;
  }
}

@media screen and (max-width: 768px) {
  header ul {
    display: block;
    padding: 5%;
    -webkit-animation: nav-animation-oposit .5s;
    animation: nav-animation-oposit .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    width: 94%;
    margin: 0 auto;
  }
  header ul.on {
    -webkit-animation: nav-animation 2s;
    animation: nav-animation 2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  @-webkit-keyframes nav-animation-oposit {
    0% {
      background-color: rgba(255, 255, 255, 0.8);
      border: 1px solid rgba(211, 211, 211, 0.9);
    }
    100% {
      background-color: #f2efeb;
      background-color: rgba(255, 255, 255, 0.5);
      border: 1px solid rgba(211, 211, 211, 0.5);
    }
  }
  @keyframes nav-animation-oposit {
    0% {
      background-color: rgba(255, 255, 255, 0.8);
      border: 1px solid rgba(211, 211, 211, 0.9);
    }
    100% {
      background-color: #f2efeb;
      background-color: rgba(255, 255, 255, 0.5);
      border: 1px solid rgba(211, 211, 211, 0.5);
    }
  }
  @-webkit-keyframes nav-animation {
    0% {
      border: 1px solid rgba(211, 211, 211, 0);
    }
    100% {
      background-color: rgba(255, 255, 255, 0.8);
      border: 1px solid rgba(211, 211, 211, 0.9);
    }
  }
  @keyframes nav-animation {
    0% {
      border: 1px solid rgba(211, 211, 211, 0);
    }
    100% {
      background-color: rgba(255, 255, 255, 0.8);
      border: 1px solid rgba(211, 211, 211, 0.9);
    }
  }
}

@media screen and (max-width: 768px) {
  header ul li {
    margin-right: 0;
    font-size: 4vw;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  header ul li a {
    padding: 3%;
    display: block;
    border-bottom: 1px dashed #d3d3d3;
  }
}

@media screen and (max-width: 768px) {
  header ul li:last-child a {
    border: none;
  }
}

@media screen and (max-width: 768px) {
  footer {
    padding: 7% 0 2% 0;
  }
}

@media screen and (max-width: 768px) {
  footer .inner {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  footer .f_head {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 768px) {
  footer nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  footer nav li {
    width: 47.5%;
    margin-right: 5%;
  }
  footer nav li::before {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  footer nav li:last-child {
    margin-right: 5%;
  }
}

@media screen and (max-width: 768px) {
  footer nav li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  footer nav li a {
    padding: 3%;
    display: block;
    border-bottom: 1px dotted #010101;
  }
}

@media screen and (max-width: 768px) {
  footer .info_area {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  footer .f_logo {
    width: 50%;
    margin: 0 auto 5% auto;
    max-width: 300px;
  }
  footer .f_logo img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  footer address {
    margin: 0 0 3% 0;
    font-size: 3vw;
  }
}

@media screen and (max-width: 768px) {
  footer .tel {
    font-size: 3vw;
  }
}

@media screen and (max-width: 768px) {
  footer .tel span {
    font-size: 4vw;
  }
}

@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .top .main_img_area {
    height: 50vw;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .top .main_img_area .cap {
    font-size: 4vw !important;
    text-align: center;
    width: 90%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .top .loop-section {
    padding: 7% 0;
  }
}

@media screen and (max-width: 768px) {
  .top .loop-section .cap {
    font-size: 3.5vw;
    text-align: justify;
    padding: 5%;
  }
}

@media screen and (max-width: 768px) {
  .top .loop-section ul.box li {
    margin-bottom: 5% !important;
  }
}

@media screen and (max-width: 768px) {
  .top .loop-section ul.box h3 {
    font-size: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .top .loop-section ul.box .txt {
    font-size: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .top .column-type-1 ul.box {
    padding: 0 5% 5% 5%;
  }
}

@media screen and (max-width: 768px) {
  .top .column-type-1 ul.box li a {
    height: 35vw;
  }
}

@media screen and (max-width: 768px) {
  .top .column-type-2 ul.box {
    padding: 0 5% 5% 5%;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .top .column-type-2 ul.box li {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .top .column-type-2 ul.box li a {
    height: 35vw;
  }
}

@media screen and (max-width: 768px) {
  .top .column-type-3 ul.box {
    padding: 0 5% 5% 5%;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .top .column-type-3 ul.box li {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .top .column-type-3 ul.box li a {
    height: 35vw;
  }
}

@media screen and (max-width: 768px) {
  .top .column-type-4 ul.box {
    padding: 0 5% 5% 5%;
  }
}

@media screen and (max-width: 768px) {
  .top .column-type-4 ul.box li {
    --w01:5%;
    --w02:calc( var(--w01) * 1 );
    --w04:calc( var(--w03) / 2 );
    margin-right: var(--w01);
  }
  .top .column-type-4 ul.box li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .top .column-type-4 ul.box li a {
    height: 40vw;
  }
}

@media screen and (max-width: 768px) {
  .top .topics {
    padding: 5% 0 10% 0;
  }
}

@media screen and (max-width: 768px) {
  .top .topics .inner {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .top .topics .topics_wrap .ttl {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .business .sec_01 {
    margin-bottom: 7%;
  }
}

@media screen and (max-width: 768px) {
  .business .sec_01 .business_menu ul {
    display: block;
    padding: 5% 0;
  }
}

@media screen and (max-width: 768px) {
  .business .sec_01 .business_menu li {
    margin: 0;
    width: 100%;
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 768px) {
  .business .sec_01 .business_menu li h4 {
    font-size: 5vw;
  }
}

@media screen and (max-width: 768px) {
  .business .sec_01 .business_menu li h4 span {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .business .sec_01 .business_menu li h4 img {
    width: 10%;
  }
}

@media screen and (max-width: 768px) {
  .business .sec_02 {
    margin-bottom: 7%;
  }
}

@media screen and (max-width: 768px) {
  .business .sec_02 ul {
    padding-top: 3%;
  }
}

@media screen and (max-width: 768px) {
  .business .sec_02 ul h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .business .sec_02 ul .txt {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .business .sec_02 li {
    margin-bottom: 3%;
    text-align: justify;
  }
}

@media screen and (max-width: 768px) {
  .business .sec_03 ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .business .sec_03 li {
    width: 49%;
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 768px) {
  .business .sec_03 li::after {
    content: none;
  }
}

@media screen and (max-width: 768px) {
  .business .sec_03 li .txt {
    font-size: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .company .bg_image {
    background-size: cover;
    height: 14.3vw;
  }
}

@media screen and (max-width: 768px) {
  .company .sec_01 .inner {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .company .sec_01 .greeting {
    text-align: justify;
    padding-bottom: 7%;
    line-height: inherit;
  }
}

@media screen and (max-width: 768px) {
  .company .sec_02 {
    padding: 7% 0;
  }
}

@media screen and (max-width: 768px) {
  .company .sec_02 table th {
    display: block;
    padding: 2% 4%;
    font-weight: bold;
    background-color: #eee;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .company .sec_02 table td {
    display: block;
    padding: 2% 4%;
  }
}

@media screen and (max-width: 768px) {
  .company .sec_02 .others-block h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .contact .sec_01 .inner {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .contact .sec_01 .cap {
    text-align: left;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .contact .sec_01 .tel_bnr {
    padding: 5%;
    margin-top: 5%;
  }
}

@media screen and (max-width: 768px) {
  .contact .sec_01 .tel_bnr ul {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .contact .sec_01 .tel_bnr li {
    font-size: 5vw;
  }
}

@media screen and (max-width: 768px) {
  .contact .sec_01 .tel_bnr li span {
    font-size: 3vw;
  }
}

@media screen and (max-width: 768px) {
  .contact .sec_01 .note ul {
    margin-top: 7%;
  }
}

@media screen and (max-width: 768px) {
  .contact .sec_01 .note li {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .contact .sec_01 form table th {
    display: block;
    background-color: #eee;
    padding: 2% 3%;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  .contact .sec_01 form table td {
    display: block;
    padding: 5% 3%;
  }
}

@media screen and (max-width: 768px) {
  .contact .sec_01 form input[type="text"], .contact .sec_01 form input[type="tel"], .contact .sec_01 form input[type="email"] {
    font-size: 16px;
  }
  .contact .sec_01 form select, .contact .sec_01 form textarea {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .contact .sec_01 form input[type="text"], .contact .sec_01 form input[type="tel"], .contact .sec_01 form input[type="email"] {
    background-color: unset;
    border: 1px solid #d3d3d3;
  }
  .contact .sec_01 form textarea {
    background-color: unset;
    border: 1px solid #d3d3d3;
  }
}

@media screen and (max-width: 768px) {
  .contact .sec_01 form .zip span,
  .contact .sec_01 form .name span,
  .contact .sec_01 form .kana span {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .contact .sec_01 form .mail input {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contact .sec_01 form .address input[type="text"] {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contact .sec_01 form .address select {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contact .sec_01 form .address label span {
    display: block;
    margin: 3% 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .contact .sec_01 form .to label {
    display: block !important;
    margin-bottom: 3%;
  }
  .contact .sec_01 form .to label:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .contact .sec_01 form .privacy {
    text-align: justify;
  }
}

@media screen and (max-width: 768px) {
  .contact .sec_01 form .privacy .ttl {
    font-size: 13px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .contact .sec_01 form .submit_btn {
    margin-top: 10%;
  }
}

@media screen and (max-width: 768px) {
  .recruit .sec_01 .inner {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .recruit .sec_01 .greeting {
    text-align: justify;
    padding-bottom: 7%;
    line-height: inherit;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .recruit .sec_01 table th {
    display: block;
    padding: 2% 4%;
    font-weight: bold;
    background-color: #eee;
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .recruit .sec_01 table td {
    display: block;
    padding: 2% 4%;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  ._404 .sec_01 .inner {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .works .main_img_area h2 {
    font-size: 6vw;
  }
}

@media screen and (max-width: 768px) {
  .works .sec_01 .inner {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .works .sec_01 .inner > ul > li {
    --w01:5%;
    /*ブロックの余白*/
    --w02:calc( var(--w01) * 1 );
    --w03:calc( 100% - var(--w02) );
    --w04:calc( var(--w03) / 2);
    /*ブロックの横幅*/
  }
  .works .sec_01 .inner > ul > li:nth-child(3n) {
    margin-right: var(--w01);
  }
  .works .sec_01 .inner > ul > li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .works .sec_01 .inner > ul > li ul li {
    font-size: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .partner .wrap {
    width: 100%;
    padding: 50px 0;
    margin-bottom: 0;
  }
  .partner .wrap:first-child {
    padding-top: 0;
  }
  .partner .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
  .partner .image {
    min-height: auto;
    width: 70%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 0;
    margin: 3% auto 0 auto;
  }
  .partner .text {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .partner .text p {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  /*flyer
  ----------------------------------------------*/
  .flyer .sec-01 ul.article-list > li {
    display: block;
  }
  .flyer .sec-01 h4 {
    width: 100%;
  }
  .flyer .sec-01 .img-area {
    width: 100%;
  }
  .flyer .sec-01 .img-area ul li {
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  .notes .sec-01 ul li .content-head {
    display: block;
  }
  .notes .sec-01 ul li h3 {
    display: inline-block;
    margin-bottom: 30px;
  }
  .notes .sec-01 ul li .ttl {
    text-align: right;
  }
}
