﻿@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #company {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #company h2.title {
    font-size: 35px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  #company h2.title:before {
    content: '';
    position: absolute;
    bottom: -8px;
    display: inline-block;
    width: 97px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #394456;
  }
  #company p.sub_title {
    margin-top: 15px;
    display: block;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
  }
  #company section.company_info {
    max-width: 800px;
    height: auto;
    margin: 78px auto 0 auto;
  }
  #company section.company_info h3.section_title {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 13px;
    border-bottom: 12px solid #f2f2f2;
  }
  #company section.company_info dl.company_list {
    max-width: 600px;
    height: auto;
    margin: 20px auto 0 auto;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
  }
  #company section.company_info dl.company_list dt {
    flex-basis: 175px;
    padding: 10px 0;
    border-bottom: 1px dotted #b7b7b7;
    text-align: center;
    font-weight: 700;
  }
  #company section.company_info dl.company_list dd {
    flex-basis: 425px;
    padding: 10px 0;
    background-color: #fff;
    border-bottom: 1px dotted #b7b7b7;
  }
  #company section.access {
    max-width: 100%;
    height: auto;
    margin: 85px auto 0 auto;
  }
  #company section.access h3.section_title {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
      font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
  }
  #company section.access iframe {
    margin: 30px 0 0 0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  #company section.access p.access_text {
    margin: 28px 0 0 0;
    font-size: 14px;
    text-align: center;
  }
  #company section.access dl.access_list {
    max-width: 435px;
    height: auto;
    margin: 35px auto 0 auto;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
  }
  #company section.access dl.access_list dt {
    flex-basis: 42px;
    padding: 0;
    text-align: center;
  }
  #company section.access dl.access_list dd {
    flex-basis: 393px;
    padding: 0;
    background-color: #fff;
  }
  #company section.group {
    max-width: 800px;
    height: auto;
    margin: 90px auto 0 auto;
  }
  #company section.group h3.section_title {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 12px solid #f2f2f2;
  }
  #company section.group h3.section_title span {
    display: block;
    margin-top: 17px;
    display: block;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
  }
  #company section.group p.group_text {
    margin-top: 27px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
  }
  #company section.group ul.group_list {
    max-width: 600px;
    height: auto;
    margin: 37px auto 0 auto;
    padding: 0;
  }
  #company section.group ul.group_list li:nth-child(n+1) {
    width: 60%;
    list-style: none;
    float: left;
    margin-bottom: 23px;
  }
  #company section.group ul.group_list li:nth-child(2n) {
    width: 40%;
    list-style: none;
    float: left;
    margin-bottom: 23px;
  }
  #company section.group ul.group_list li::before {
    content: "▶";
    padding-right: 13px;
  }
  #company section.group ul.group_list li a {
    text-decoration: underline;
  }
}
/* Tablet */
@media screen and (min-width: 481px) and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #company {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #company h2.title {
    font-size: 35px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  #company h2.title:before {
    content: '';
    position: absolute;
    bottom: -8px;
    display: inline-block;
    width: 97px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #394456;
  }
  #company p.sub_title {
    margin-top: 15px;
    display: block;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
  }
  #company section.company_info {
    max-width: 800px;
    height: auto;
    margin: 78px auto 0 auto;
  }
  #company section.company_info h3.section_title {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 13px;
    border-bottom: 12px solid #f2f2f2;
  }
  #company section.company_info dl.company_list {
    max-width: 600px;
    height: auto;
    margin: 20px auto 0 auto;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
  }
  #company section.company_info dl.company_list dt {
    flex-basis: 175px;
    padding: 10px 0;
    border-bottom: 1px dotted #b7b7b7;
    text-align: center;
    font-weight: 700;
  }
  #company section.company_info dl.company_list dd {
    flex-basis: 425px;
    padding: 10px 0;
    background-color: #fff;
    border-bottom: 1px dotted #b7b7b7;
  }
  #company section.access {
    max-width: 100%;
    height: auto;
    margin: 85px auto 0 auto;
  }
  #company section.access h3.section_title {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
      font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
  }
  #company section.access iframe {
    margin: 30px 0 0 0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  #company section.access p.access_text {
    margin: 28px 0 0 0;
    font-size: 14px;
    text-align: center;
  }
  #company section.access dl.access_list {
    max-width: 435px;
    height: auto;
    margin: 35px auto 0 auto;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
  }
  #company section.access dl.access_list dt {
    flex-basis: 42px;
    padding: 0;
    text-align: center;
  }
  #company section.access dl.access_list dd {
    flex-basis: 393px;
    padding: 0;
    background-color: #fff;
  }
  #company section.group {
    max-width: 800px;
    height: auto;
    margin: 90px auto 0 auto;
  }
  #company section.group h3.section_title {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 12px solid #f2f2f2;
  }
  #company section.group h3.section_title span {
    display: block;
    margin-top: 17px;
    display: block;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
  }
  #company section.group p.group_text {
    margin-top: 27px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
  }
  #company section.group ul.group_list {
    max-width: 600px;
    height: auto;
    margin: 37px auto 0 auto;
    padding: 0;
  }
  #company section.group ul.group_list li:nth-child(n+1) {
    width: 60%;
    list-style: none;
    float: left;
    margin-bottom: 23px;
  }
  #company section.group ul.group_list li:nth-child(2n) {
    width: 40%;
    list-style: none;
    float: left;
    margin-bottom: 23px;
  }
  #company section.group ul.group_list li::before {
    content: "▶";
    padding-right: 13px;
  }
  #company section.group ul.group_list li a {
    text-decoration: underline;
  }
}
/* SP */
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #company {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #company h2.title {
    font-size: 35px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  #company h2.title:before {
    content: '';
    position: absolute;
    bottom: -8px;
    display: inline-block;
    width: 97px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #394456;
  }
  #company p.sub_title {
    margin-top: 15px;
    display: block;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
  }
  #company section.company_info {
    max-width: 100%;
    height: auto;
    margin: 78px auto 0 auto;
  }
  #company section.company_info h3.section_title {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 13px;
    border-bottom: 12px solid #f2f2f2;
  }
  #company section.company_info dl.company_list {
    max-width: 100%;
    height: auto;
    margin: 20px auto 0 auto;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
  }
  #company section.company_info dl.company_list dt {
    flex-basis: 20%;
    padding: 10px 0;
    border-bottom: 1px dotted #b7b7b7;
    text-align: center;
    font-weight: 700;
  }
  #company section.company_info dl.company_list dd {
    flex-basis: 80%;
    padding: 10px 0;
    background-color: #fff;
    border-bottom: 1px dotted #b7b7b7;
  }
  #company section.access {
    max-width: 100%;
    height: auto;
    margin: 85px auto 0 auto;
  }
  #company section.access h3.section_title {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
      font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
  }
  #company section.access iframe {
    margin: 30px 0 0 0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  #company section.access p.access_text {
    margin: 28px 0 0 0;
    font-size: 14px;
    text-align: center;
  }
  #company section.access dl.access_list {
    max-width: 100%;
    height: auto;
    margin: 35px auto 0 auto;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
  }
  #company section.access dl.access_list dt {
    flex-basis: 20%;
    padding: 0;
    text-align: center;
  }
  #company section.access dl.access_list dt img {
      max-width: 60%;
  }
  #company section.access dl.access_list dd {
    flex-basis: 80%;
    padding: 0;
    background-color: #fff;
  }
  #company section.group {
    max-width: 100%;
    height: auto;
    margin: 90px auto 0 auto;
  }
  #company section.group h3.section_title {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 12px solid #f2f2f2;
  }
  #company section.group h3.section_title span {
    display: block;
    margin-top: 17px;
    display: block;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
  }
  #company section.group p.group_text {
    margin-top: 27px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
  }
  #company section.group ul.group_list {
    max-width: 100%;
    height: auto;
    margin: 37px auto 0 auto;
    padding: 0;
  }
  #company section.group ul.group_list li:nth-child(n+1) {
    width: 100%;
    list-style: none;
    float: none;
    margin-bottom: 23px;
  }
  #company section.group ul.group_list li:nth-child(2n) {
    width: 100%;
    list-style: none;
    float: none;
    margin-bottom: 23px;
  }
  #company section.group ul.group_list li::before {
    content: "▶";
    padding-right: 13px;
  }
  #company section.group ul.group_list li a {
    text-decoration: underline;
  }
}