@charset "UTF-8";
@media only screen and (max-width: 1020px) {
  .mincho {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho" serif;
  }
  .sp_none {
    display: none !important;
  }
  .pc_none {
    display: block !important;
  }
  .sp_mt20 {
    margin-top: 20px;
  }
  .fixed {
    padding-top: 0px;
  }
  .scroll table {
    width: 640px;
  }
  .wp-login-head {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  #nav-drawer {
    position: relative;
    background: #0059B2;
    text-align: center;
  }
  .nav-unshown {
    display: none;
  }
  .content {
    padding: 0px;
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    position: fixed;
    padding: 10px;
    right: 0px;
    top: 0px;
    z-index: 1001;
    background: #3FB4E0;
  }
  #nav-open span {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    width: 30px;
    /*長さ*/
    background: #FFF;
    display: block;
    content: "";
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #nav-open span:nth-of-type(1) {
    top: 13px;
  }
  #nav-open span:nth-of-type(2) {
    top: 23px;
  }
  #nav-open span:nth-of-type(3) {
    top: 33px;
  }
  #nav-open.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  #nav-open.active span:nth-of-type(2) {
    opacity: 0;
  }
  #nav-open.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  /*中身*/
  #nav-content {
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #000;
    /*背景色*/
    transition: 0.3s ease-in-out;
    /*滑らかに表示*/
    transform: translateX(-105%);
    /*左に隠しておく*/
    -webkit-overflow-scrolling: touch;
  }
  #nav-content .box {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
    text-align: left;
  }
  #nav-content .box a {
    color: #fff;
  }
  #nav-content .box ul {
    margin-bottom: 15px;
  }
  #nav-content .box ul li {
    font-size: 104%;
    font-weight: bold;
    padding: 5px 0;
  }
  #nav-content .box ul li ul li {
    position: relative;
    padding-left: 20px;
    font-size: 94%;
  }
  #nav-content .box ul li ul li:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 13px;
    width: 10px;
    height: 2px;
    background: #fff;
  }
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: 0.5;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  .product .reverse {
    flex-direction: column;
  }
  .product .box {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 30px;
  }
  .product .box .bg__l {
    background: linear-gradient(135deg, #000000 0%, #4c4c4c 100%);
  }
  .product .box .bg__l .img__wrap {
    text-align: center;
    padding-right: 0;
  }
  .product .box .bg__r {
    background: linear-gradient(135deg, #000000 0%, #4c4c4c 100%);
  }
  .product .box .bg__r .img__wrap {
    text-align: center;
    padding-left: 0;
  }
  .product .box .pic {
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
  }
  .product .box .info {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .product .box .info .sub_ttl {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    min-width: 500px;
  }
  .product .box .info .sub_ttl h2 {
    font-size: 124%;
    color: #3FB4E0;
    padding-top: 5px;
  }
  .product .box .info .sub_ttl p {
    display: inline-block;
    background: #000;
    color: #FFF;
    padding: 6px 8px;
    text-align: center;
    font-size: 74%;
  }
  .product .box .info table {
    min-width: 250px;
    border-collapse: collapse;
    box-sizing: border-box;
    margin-left: auto;
    margin-top: 30px;
  }
  .product .box .info table tr {
    width: 100%;
  }
  .product .box .info table th, .product .box .info table td {
    box-sizing: border-box;
    padding: 5px 0px;
    text-align: center;
    font-weight: normal;
    font-size: 94%;
  }
  .product .box .info table th {
    color: #000;
    width: 30%;
    background: #EEEEEE;
    border: 1px solid #CCC;
    vertical-align: middle;
  }
  .product .box .info table td {
    border: 1px solid #CCC;
  }
  .news_box {
    min-height: 100%;
    box-sizing: border-box;
  }
  .news_box ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .news_box ul li {
    position: relative;
    padding: 50px 0px;
  }
  .news_box ul li:first-child {
    width: 30%;
  }
  .news_box ul li:first-child .sub_ttl {
    font-size: 114%;
    font-weight: normal;
  }
  .news_box ul li:first-child .sub_ttl span {
    position: relative;
    display: inline-block;
  }
  .news_box ul li:first-child .sub_ttl span:after {
    background-color: #444444;
    bottom: -10px;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    transition: 0.5s all;
    width: 100%;
    transform: skewX(-20deg);
  }
  .news_box ul li:last-child {
    width: 65%;
  }
  .news_box dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-bottom: 25px;
  }
  .news_box dl dt {
    padding: 10px 0px;
    box-sizing: border-box;
    width: 100%;
    font-size: 120%;
    border-bottom: none;
  }
  .news_box dl dd {
    color: #333333;
    width: 100%;
    box-sizing: border-box;
    border-bottom: none;
    padding: 0px;
  }
  .news_box dl dd a {
    color: #3FB4E0;
    text-decoration: none;
    position: relative;
  }
  .facility {
    margin-bottom: 40px;
  }
  .facility ul {
    flex-wrap: wrap;
  }
  .facility ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  .facility ul li .inner {
    padding: 10px;
  }
  .facility ul li .inner table th {
    width: 40%;
  }
  .content__skew {
    width: 100%;
    position: relative;
  }
  .content__skew:before {
    content: "";
    background-color: #EBEBEB;
    width: 20%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
  .content__skew:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 400px 200px 0 0;
    border-color: #EBEBEB transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 20%;
    z-index: -2;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  footer .box {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  footer .box address {
    padding-top: 15px;
  }
  footer .box div {
    padding-right: 0px;
    width: 100%;
  }
  footer .box div:first-child {
    text-align: center;
  }
  footer .box .menu {
    padding-left: 0px;
    padding-top: 10px;
  }
  footer .box .menu ul li {
    font-size: 94%;
  }
  .company .access section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .company .access section .gmap {
    width: 100%;
    height: 350px;
  }
  .company .access section .left {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  .company .access section .left .inner {
    position: static;
    transform: translate(0%);
    padding: 0px;
  }
  .company .access section .left .inner p {
    margin-bottom: 15px;
  }
  .company .access section .right {
    width: 100%;
  }
  .company .main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .company .main .left {
    width: 100%;
  }
  .company .main .left figure {
    margin-bottom: 20px;
  }
  .company .main .left figure figcaption {
    text-align: center;
    margin-bottom: 8px;
    background: #3FB4E0;
    padding: 8px;
    color: #FFF;
    font-size: 114%;
  }
  .company .main .right {
    width: 100%;
  }
  /*/////////// サイトマップ ////////////*/
  .sitemap ul {
    flex-direction: column;
  }
  .sitemap ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .sitemap ul li:last-child {
    margin-bottom: 0px;
  }
  .sitemap ul li span {
    color: #3FB4E0;
  }
  /*/////////// header ////////////*/
  .content_block {
    padding: 20px 0px;
  }
  /*/////////// nav ////////////*/
  .nav {
    padding-bottom: 0px;
  }
  .nav .logo {
    max-width: initial;
    width: 100%;
    text-align: center;
  }
  .sp_tel {
    position: fixed;
    z-index: 1001;
    right: 50px;
    top: 0px;
    font-size: 200%;
    width: 50px;
    height: 50px;
    color: #FFF;
    background: #468C00;
    line-height: 50px;
    text-align: center;
  }
  .sp_tel a {
    color: #FFF;
    display: block;
  }
  .main_img {
    height: 450px;
  }
  .main_img .outer h1 {
    font-size: 200%;
    letter-spacing: normal;
  }
  .value article {
    margin-bottom: 40px;
  }
  .value article:last-child {
    margin-bottom: 50px;
  }
  .value .lead {
    border-top: 1px solid #CCC;
    padding: 50px 0px;
    line-height: 1.8;
  }
  .value img {
    height: 255px;
    margin: 0px auto 80px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .concept {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .concept .pic {
    min-width: auto;
    min-width: initial;
    text-align: center;
  }
  .concept li {
    width: 100%;
  }
  .concept li:last-child {
    padding: 20px;
  }
  .concept li:last-child p {
    line-height: 1.7;
  }
  .concept li:last-child .sub_ttl {
    font-size: 144%;
    margin-bottom: 20px;
  }
  .portrait p {
    line-height: 1.7;
  }
  .portrait .education {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .portrait .education:last-child {
    margin-bottom: 0px;
  }
  .portrait .education .pic {
    min-width: auto;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 30px;
    min-width: 100%;
    overflow: hidden;
  }
  .portrait .education .pic img {
    max-width: 100%;
    height: auto;
  }
  .portrait .education li {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .portrait .education li:last-child {
    padding-left: 0px;
  }
  .portrait .education li:last-child p {
    line-height: 1.7;
    margin-bottom: 25px;
  }
  .portrait .education li:last-child .sub_ttl {
    font-size: 124%;
    margin-bottom: 20px;
    color: #3FB4E0;
  }
  .portrait .figure {
    margin-top: 40px;
  }
  .portrait .figure .sub_ttl {
    text-align: center;
    font-size: 108%;
    margin-bottom: 5px;
  }
  .portrait .figure ul {
    border: 1px solid #CCC;
    padding: 20px;
    box-sizing: border-box;
  }
  .portrait .figure ul li {
    padding-left: 18px;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
  }
  .portrait .figure ul li:before {
    content: "\f111";
    font-family: FontAwesome;
    color: #3FB4E0;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 94%;
  }
  .portrait .figure ul li:last-child {
    margin-bottom: 0px;
  }
  .employee {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .employee .pic {
    min-width: auto;
    min-width: initial;
    text-align: center;
    margin-bottom: 30px;
  }
  .employee li {
    width: 100%;
  }
  .employee li:last-child {
    padding-left: 0px;
  }
  .employee li:last-child p {
    line-height: 1.7;
    margin-bottom: 25px;
  }
  .employee li:last-child .sub_ttl {
    font-size: 124%;
    margin-bottom: 20px;
    color: #3FB4E0;
  }
  .society {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 880px;
    width: 100%;
    margin: 0px auto;
  }
  .society .pic {
    margin-bottom: 30px;
    text-align: center;
  }
  .society li {
    width: 100%;
  }
  .society .last {
    padding-left: 0px;
  }
  .quality {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 880px;
    width: 100%;
    margin: 0px auto;
  }
  .quality .pic {
    min-width: auto;
    min-width: initial;
    text-align: center;
    margin-bottom: 30px;
  }
  .quality li {
    width: 100%;
  }
  .quality .last {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
  }
  .message {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .message .pic {
    min-width: auto;
    min-width: initial;
    text-align: center;
  }
  .message li {
    box-sizing: border-box;
    width: 100%;
  }
  .message li:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
  }
  .message li:last-child p {
    line-height: 1.7;
  }
  .message li:last-child .name {
    text-align: right;
  }
  .message li:last-child .name span {
    font-size: 84%;
  }
  .shortest {
    flex-direction: column;
  }
  .shortest__column img {
    max-width: 160px;
  }
  .common-contact-box {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  #page-top {
    font-size: 200%;
  }
  #page-top a {
    padding: 0px 5px;
    line-height: 0;
  }
  .sub__wrap {
    max-width: 100%;
    box-sizing: border-box;
    margin: 0px auto;
    width: 100%;
    padding: 0px 10px;
  }
  iframe {
    width: 100%;
  }
  .facility {
    margin-bottom: 40px;
  }
  .facility ul {
    flex-wrap: wrap;
  }
  .facility ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  .facility ul li .inner {
    padding: 7px;
  }
  .facility ul li .inner table th {
    width: 50%;
  }
  .facility ul li .inner table th, .facility ul li .inner table td {
    font-size: 94%;
    height: auto;
  }
  .value .lead {
    border-top: 1px solid #CCC;
    padding: 30px 0px;
    line-height: 1.8;
  }
  .value img {
    height: 255px;
    margin: 0px auto 50px;
  }
  .middle_ttl {
    font-size: 140%;
  }
  .product .box {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 30px;
  }
  .product .box .bg__l {
    background: linear-gradient(135deg, #000000 0%, #4c4c4c 100%);
  }
  .product .box .bg__l .img__wrap {
    text-align: center;
    padding-right: 0;
  }
  .product .box .bg__r {
    background: linear-gradient(135deg, #000000 0%, #4c4c4c 100%);
  }
  .product .box .bg__r .img__wrap {
    text-align: center;
    padding-left: 0;
  }
  .product .box .pic {
    width: 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
  }
  .product .box .pic img {
    height: auto;
  }
  .product .box .info {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .product .box .info .sub_ttl {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    min-width: 100%;
  }
  .product .box .info .sub_ttl h2 {
    font-size: 124%;
    color: #3FB4E0;
    padding-top: 5px;
    width: 100%;
    margin-bottom: 10px;
  }
  .product .box .info .sub_ttl p {
    width: 100%;
    max-width: 250px;
    background: #000;
    color: #FFF;
    padding: 6px 8px;
    text-align: center;
    font-size: 74%;
    margin-left: 0px;
  }
  .product .box .info table {
    min-width: 250px;
    border-collapse: collapse;
    box-sizing: border-box;
    margin-left: auto;
    margin-top: 30px;
  }
  .product .box .info table tr {
    width: 100%;
  }
  .product .box .info table th, .product .box .info table td {
    box-sizing: border-box;
    padding: 5px 0px;
    text-align: center;
    font-weight: normal;
    font-size: 94%;
  }
  .product .box .info table th {
    color: #000;
    width: 30%;
    background: #EEEEEE;
    border: 1px solid #CCC;
    vertical-align: middle;
  }
  .product .box .info table td {
    border: 1px solid #CCC;
  }
  .news_box ul {
    flex-wrap: wrap;
    padding: 30px 0px;
  }
  .news_box ul li {
    position: relative;
    padding: 0px 0px;
  }
  .news_box ul li:first-child {
    width: 100%;
  }
  .news_box ul li:first-child .sub_ttl {
    font-size: 114%;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .news_box ul li:last-child {
    width: 100%;
  }
  .page_link {
    background: #FFF;
    min-height: 75px;
    max-width: auto;
    max-width: initial;
    margin: 0px auto;
    box-sizing: border-box;
    padding: 50px 0px;
  }
  .page_link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
  }
  .page_link ul .active a:after {
    width: 100%;
    display: block;
  }
  .page_link ul li {
    font-size: 84%;
    text-align: center;
    box-sizing: border-box;
    transition: 0.5s all;
    height: 40px;
    width: 50%;
    position: relative;
    padding: 0px 10px;
  }
  .page_link ul li a {
    display: block;
    text-decoration: none;
    transition: 0.5s all;
    position: relative;
    font-size: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .page_link ul li a:after {
    background-color: #3FB4E0;
    bottom: 5px;
    content: "";
    display: none;
    height: 2px;
    left: 0;
    position: absolute;
    transition: 0.5s all;
    width: 0;
    transform: skewX(0deg);
  }
  .page_link ul li a:hover:after {
    width: 100%;
  }
  .page_link ul li:before {
    background-color: #DDDDDD;
    content: "";
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 3px;
    transform-origin: left center;
    transform: rotate(0deg);
    width: 1px;
  }
  .page_link ul li:last-child:after {
    background-color: #DDDDDD;
    content: "";
    display: block;
    height: 40px;
    right: 0;
    position: absolute;
    top: -4px;
    transform-origin: left center;
    transform: rotate(0deg);
    width: 1px;
  }
  .second_img {
    width: 100%;
    height: 260px;
    margin-bottom: 40px;
  }
  .second_img .sub {
    background: #FFF;
    min-height: 75px;
    max-width: 1100px;
    position: absolute;
    bottom: 0px;
    width: 98%;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
  }
  .second_img .sub ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
  }
  .second_img .sub ul .active a:after {
    width: 100%;
    display: block;
  }
  .second_img .sub ul li {
    font-size: 84%;
    text-align: center;
    box-sizing: border-box;
    transition: 0.5s all;
    height: 40px;
    width: 50%;
    position: relative;
    padding: 0px 10px;
  }
  .second_img .sub ul li a {
    display: block;
    text-decoration: none;
    transition: 0.5s all;
    position: relative;
    font-size: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  .second_img .sub ul li a:after {
    background-color: #3FB4E0;
    bottom: 5px;
    content: "";
    display: none;
    height: 2px;
    left: 0;
    position: absolute;
    transition: 0.5s all;
    width: 0;
    transform: skewX(0deg);
  }
  .second_img .sub ul li a:hover:after {
    width: 100%;
  }
  .second_img .sub ul li:before {
    background-color: #DDDDDD;
    content: "";
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 3px;
    transform-origin: left center;
    transform: rotate(0deg);
    width: 1px;
  }
  .second_img .sub ul li:last-child:after {
    background-color: #DDDDDD;
    content: "";
    display: block;
    height: 40px;
    right: 0;
    position: absolute;
    top: -4px;
    transform-origin: left center;
    transform: rotate(0deg);
    width: 1px;
  }
  .second_img .outer {
    color: #FFF;
    z-index: 3;
    width: 100%;
    padding-top: 65px;
  }
  .second_img .outer h1 {
    font-size: 240%;
    line-height: 1;
    color: #FFF;
  }
  .second_img .outer h1 .border {
    position: relative;
    display: inline-block;
    font-family: Arial, sans-serif;
  }
  .second_img .outer h1 .border:after {
    background-color: #FFF;
    bottom: -10px;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    transition: 0.5s all;
    width: 85px;
    transform: skewX(-20deg);
  }
  .second_img .outer h1 .f_sm {
    font-size: 60%;
  }
  .content__skew {
    width: 100%;
    position: relative;
  }
  .content__skew:before {
    display: none;
  }
  .content__skew:after {
    display: none;
  }
  .main_img {
    height: 400px;
  }
  .main_img .outer h1 {
    font-size: 184%;
    letter-spacing: normal;
  }
  /*/////////// 会社概要 ////////////*/
  .company_tbl table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    box-sizing: border-box;
  }
  .company_tbl table tr {
    width: 100%;
    border: 1px solid #CCC;
  }
  .company_tbl table th, .company_tbl table td {
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
    border: none;
    font-size: 100%;
    display: block;
  }
  .company_tbl table thead {
    display: none;
  }
  .company_tbl table tbody {
    text-align: left;
  }
  .company_tbl table tbody th {
    background: #F5F5F5;
    color: #000;
    text-align: left;
    width: 100%;
  }
  .company_tbl table tbody td {
    background: white;
  }
  /*/////////// お問い合わせ ////////////*/
  .contact {
    padding: 10px;
  }
  .contact form table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
  }
  .contact form table th, .contact form table td {
    display: block;
    box-sizing: border-box;
    padding: 25px 10px;
  }
  .contact form table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 10px !important;
  }
  .contact form table td {
    width: 100%;
    padding-top: 0px !important;
  }
  .contact form table .normal_txt {
    width: 100%;
  }
  .contact form table .small_txt {
    width: 50%;
  }
  /*/////////// プライバシーポリシー ////////////*/
  .policy article {
    margin-bottom: 30px;
    background: #EEEEEE;
    padding: 15px;
    box-sizing: border-box;
  }
  .policy article ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .policy article ul li:first-child {
    min-width: auto;
    min-width: initial;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .policy article ul li:last-child {
    padding-left: 0px;
    line-height: 1.7;
  }
  .common__menu {
    width: 100%;
  }
  .common__menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .common__menu ul li {
    position: relative;
    background-size: cover;
    width: 100%;
    min-height: 250px;
  }
  .common__menu ul li .sub_ttl {
    font-size: 124%;
    text-align: center;
    margin: 50px 0px;
  }
  .common__menu ul li .sub_ttl .bg {
    padding: 5px;
    display: inline-block;
  }
  .common__menu ul li .sub_ttl .f_sm {
    font-size: 84%;
    margin-top: 10px;
  }
  .common__contact {
    padding: 40px 0px 20px;
  }
  .common__contact .sub_ttl {
    text-align: center;
    font-size: 124%;
    margin-bottom: 15px;
  }
  .common__contact .lead {
    text-align: center;
    font-size: 104%;
    margin-bottom: 0px;
  }
  .common__contact .tel {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0px 30px;
  }
  .common__contact .tel li {
    width: 100%;
  }
  .common__contact .tel li:first-child {
    text-align: center;
    padding-bottom: 15px;
  }
  .common__contact .tel li:last-child {
    padding-left: 0px;
    box-sizing: border-box;
    text-align: center;
  }
  .common__contact .page-top {
    text-align: center;
    padding: 60px 0px 25px;
  }
  .catch-content h2 span {
    font-size: 7vw;
  }
  .catch-content ul {
    margin-top: 2rem;
  }
  .catch-content ul li {
    font-size: 5vw;
  }
  .catch-content p {
    font-size: 5vw;
  }
  .main-container__ttl {
    font-size: 160%;
  }
  .main-container__ttl2 {
    font-size: 160%;
    margin-top: 1.2em;
  }
  .main-container-box {
    flex-direction: column;
  }
  .main-container-box__column._l {
    flex-basis: auto;
  }
  .main-container-box__column._l img {
    width: 100%;
  }
  .main-container-box__column._r {
    flex-basis: auto;
  }
  .shortest__column p {
    text-align: center;
  }
  .shortest-features {
    grid-template-columns: 1fr;
  }
  .workswiper {
    padding: 0 16px !important;
  }
}
@media screen and (max-width: 480px) {
  .br-sp {
    display: block;
  }
  .map {
    height: 300px !important;
  }
  .main_img {
    height: 330px;
  }
  .main_img .outer h1 {
    font-size: 144%;
    letter-spacing: normal;
  }
  .facility {
    margin-bottom: 40px;
  }
  .facility ul {
    flex-wrap: wrap;
  }
  .facility ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .facility ul li .inner {
    padding: 7px;
  }
  .facility ul li .inner table th {
    width: 30%;
  }
  .facility ul li .inner table th, .facility ul li .inner table td {
    font-size: 94%;
  }
  header .tagline .logo {
    padding: 8px 5px;
  }
  header .tagline .logo p {
    font-size: 74%;
  }
  .second_img {
    height: 200px;
  }
  .second_img .outer {
    color: #FFF;
    z-index: 3;
    width: 100%;
    padding-top: 45px;
  }
  .second_img .outer h1 {
    font-size: 164%;
  }
  .second_img .outer h1 .f_sm {
    font-size: 50%;
  }
  .ttl {
    font-size: 164%;
    line-height: 1.4;
  }
  .ttl span {
    color: #000;
    font-size: 54%;
  }
  .ttl_b {
    font-size: 154%;
    margin: 0px auto 25px;
    padding-bottom: 20px;
  }
  .ttl_b span {
    color: #000;
    font-size: 54%;
  }
  .common_btn {
    width: 80%;
    max-width: 300px;
  }
  footer .box .menu ul li {
    font-size: 84%;
  }
  .value table {
    width: 100%;
    border-collapse: collapse;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  .value table tr {
    width: 100%;
  }
  .value table th, .value table td {
    box-sizing: border-box;
    padding: 10px 0px;
    text-align: center;
    font-size: 84%;
  }
  .value table td {
    background: white;
    border: none;
    width: 50%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }
}
@media screen and (max-width: 320px) {
  .main_img {
    height: 280px;
  }
}/*# sourceMappingURL=sp.css.map */