@charset "UTF-8";
@media only screen and (max-width: 960px) {
  .mincho {
    font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho" serif;
  }
  .sp_none {
    display: none !important;
  }
  .pc_none {
    display: block;
  }
  .sp_mt20 {
    margin-top: 20px;
  }
  .fixed {
    padding-top: 0px;
  }
  .scroll {
    max-width: 100%;
    margin: 0px auto 40px;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  .scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .scroll table {
    width: 800px;
  }
  .content {
    padding-top: 50px;
  }
  .map__block_sp {
    display: none;
  }
  .scroll-prevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    /*追記*/
    right: 0;
    /*追記*/
  }
  #nav-drawer {
    position: relative;
    background: #0059B2;
    text-align: center;
  }
  .nav-unshown {
    display: none;
  }
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    position: fixed;
    padding: 10px;
    right: 0px;
    top: 0px;
    z-index: 1001;
    background: #0059B2;
  }
  #nav-open span {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    width: 30px;
    /*長さ*/
    background: #FFF;
    display: block;
    content: '';
    cursor: pointer;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    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) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  #nav-open.active span:nth-of-type(2) {
    opacity: 0;
  }
  #nav-open.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    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: .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: .3s ease-in-out;
    /*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    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: .5;
  }
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  header {
    padding-top: 0px;
  }
  header .tagline {
    width: 100%;
    padding: 0px;
  }
  header .tagline .logo {
    width: 220px;
    padding: 20px 10px;
  }
  .fixed {
    position: static;
  }
  .facility__main {
    height: 350px;
    margin-bottom: 50px;
  }
  .facility__main .wrap {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    position: relative;
  }
  .facility__main .outer {
    position: absolute;
    bottom: -50px;
    background: #FFF;
    z-index: 3;
    width: 350px;
    padding: 20px 0px;
  }
  .facility__main .outer h2 {
    font-size: 160%;
    text-align: center;
    position: relative;
    line-height: 1.3;
  }
  .product__main {
    width: 100%;
  }
  .product__main .outer {
    position: relative;
    width: 100%;
    padding-top: 360px;
  }
  .strength .group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .strength .group .left {
    border: none;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    background: #FFF;
  }
  .strength .group .left .inner {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .strength .group .left .inner .no {
    color: #9a9d9f;
    font-size: 184%;
    font-family: arial, sans-serif;
    margin-bottom: 20px;
  }
  .strength .group .left .inner .sub_ttl {
    font-size: 114%;
    margin-bottom: 15px;
  }
  .strength .group .right {
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
  }
  .strength .group .right .inner {
    position: relative;
    margin-left: 0px;
    padding: 30px;
    background: #f5f4f3;
    box-sizing: border-box;
  }
  .strength .group .right .inner .lead {
    line-height: 1.8;
    font-size: 154%;
    padding-top: 0px;
  }
  .strength .group .right .inner .list {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 40px;
    justify-content: space-between;
  }
  .strength .group .right .inner .list li {
    width: 48%;
  }
  .strength .group .right .inner:before {
    content: "";
    display: none;
  }
  .image__list_ttl ul li {
    width: 48%;
    margin-bottom: 20px;
    position: relative;
    margin-right: 0%;
  }
  .image__list_ttl ul li:nth-child(odd) {
    margin-right: 4%;
  }
  .slide_wrapper {
    width: 100%;
    margin: 0px auto 0px;
    position: relative;
  }
  .slide_wrapper .sub_ttl {
    width: 100%;
  }
  .slide_wrapper .sub_ttl h1 {
    font-size: 324%;
  }
  .slide_wrapper .sub_ttl p span {
    font-size: 134%;
  }
  .top__mission {
    padding-top: 30px;
  }
  .top__mission .btn {
    background: #000;
    max-width: 240px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 1.0;
    box-sizing: border-box;
    text-decoration: none;
    transition: .5s all;
    position: relative;
    margin: 0px auto;
  }
  .top__mission .btn:before {
    content: "";
    position: absolute;
    top: 17px;
    left: -2px;
    height: 1px;
    background: #FFF;
    width: 32px;
    transition: .5s all;
  }
  .top__mission .btn:hover:before {
    left: -20px;
  }
  .top__mission .btn:hover {
    opacity: 0.7;
  }
  .top__mission ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .top__mission ul .left {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top__mission ul .left .copy {
    padding-top: 40px;
    font-size: 114%;
    margin-bottom: 30px;
  }
  .top__mission ul .left p {
    margin-bottom: 30px;
  }
  .top__mission ul .left .sub_ttl {
    font-size: 184%;
    position: relative;
    color: #000;
    z-index: 3;
    font-family: arial, sans-serif;
    font-style: italic;
  }
  .top__mission ul .left .sub_ttl:before {
    content: "";
    height: 10px;
    width: 200px;
    position: absolute;
    left: 0px;
    bottom: -10px;
    background: #73B9FF;
  }
  .top__mission ul .left .sub_ttl span {
    font-size: 60%;
    display: inline-block;
    margin-left: 15px;
  }
  .top__mission ul .right {
    width: 100%;
    margin-bottom: 25px;
    min-height: 0%;
  }
  .top__mission ul .right img {
    width: 100%;
    height: auto;
  }
  .facility__sub__l {
    height: 350px;
  }
  .facility__sub__l .outer {
    width: 50%;
    background-size: cover;
  }
  .facility__sub__l .outer:first-child {
    width: 80%;
  }
  .facility__sub__l .outer .box p {
    font-size: 84%;
    line-height: 1.6;
    padding: 5px;
  }
  .facility__sub {
    height: 350px;
  }
  .facility__sub p {
    line-height: 1.5;
    font-size: 84%;
  }
  .facility__sub p span {
    display: inline-block;
    padding: 5px;
    color: #FFF;
  }
  .facility__sub .left {
    position: absolute;
    top: 100px;
    max-width: 400px;
    width: 45%;
    left: 0px;
  }
  .facility__sub .right {
    position: absolute;
    top: 230px;
    max-width: 400px;
    width: 45%;
    right: 0px;
    text-align: right;
  }
  .news_box {
    min-height: 100%;
    box-sizing: border-box;
  }
  .news_box dl {
    flex-direction: column;
    padding: 0px;
    margin-bottom: 0px;
  }
  .news_box dl dt {
    width: 100%;
    font-size: 120%;
    font-weight: 500;
    margin-bottom: 5px;
    background: #F7F7F7;
    padding: 15px 10px;
    border-bottom: none;
  }
  .news_box dl dt span {
    width: 180px;
  }
  .news_box dl dd {
    width: 100%;
    font-size: 90%;
    border-top: none;
    padding: 10px 10px;
  }
  .news_box dl dd:nth-child(2) {
    border-top: none;
  }
  .reverse {
    flex-direction: column-reverse;
  }
  .company .access section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .company .access section .left {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
  .company .access section .left .inner {
    position: static;
    -ms-transform: translate(0%);
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
  .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: #73B9FF;
    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: #73B9FF;
  }
  .second_main_img {
    padding-top: 0px;
    margin: 0px auto 0px;
  }
  .second_main_img .outer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    color: #FFF;
    z-index: 3;
    width: 100%;
  }
  .second_main_img .outer h2 {
    font-size: 184%;
    text-align: center;
  }
  /*/////////// header ////////////*/
  .content_block {
    padding: 20px 0px;
  }
  /*/////////// nav ////////////*/
  .nav {
    padding-bottom: 0px;
  }
  .nav .logo {
    max-width: initial;
    width: 100%;
    text-align: center;
  }
  header .sp_tel {
    position: fixed;
    z-index: 1001;
    right: 50px;
    top: 0px;
    font-size: 200%;
    width: 50px;
    height: 50px;
    color: #FFF;
    background: #419bf5;
    line-height: 50px;
    text-align: center;
  }
  header .sp_tel a {
    color: #FFF;
    display: block;
  }
  .product__sub {
    margin-top: 50px;
  }
  .product__sub ul {
    display: flex;
    flex-wrap: nowrap;
  }
  .product__sub ul li {
    width: 50%;
    padding: 0px 40px;
    box-sizing: border-box;
    min-height: 350px;
  }
  .product__sub ul li .inner {
    padding: 0px;
  }
  /*/////////// 会社概要 ////////////*/
  .message ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .message ul .pic {
    width: 300px;
    margin: 0px auto 40px;
  }
  .message ul .txt {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }
  .message ul .txt .sub_ttl {
    font-size: 124%;
    margin-bottom: 20px;
  }
  /*/////////// footer ////////////*/
  footer {
    padding-top: 0px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0px auto;
  }
  footer .copy {
    padding: 15px 0px;
  }
  footer .inner {
    padding: 120px 0px 20px 0px;
  }
  footer .inner nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 0px;
    width: 100%;
    box-sizing: border-box;
  }
  footer .inner nav:after {
    content: "";
    display: block;
    width: 30%;
    height: 0;
  }
  footer .inner .box {
    width: 30%;
    box-sizing: border-box;
    padding-left: 10px;
  }
  footer .inner .box .sub_ttl {
    font-size: 114%;
    padding-left: 10px;
    margin-bottom: 20px;
  }
  footer .inner .box ul {
    padding-left: 10px;
  }
  footer .inner .box ul li {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
  }
  footer .inner .box ul li a {
    color: #FFF;
    font-size: 94%;
  }
	.facility__main .outer1 {display:none;}
}

@media screen and (max-width: 764px) {
  .image__pro__list_ttl ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .image__pro__list_ttl ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  .image__pro__list_ttl ul li img {
    width: 100%;
  }
  .image__pro__list_ttl ul li .sub_ttl {
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    background: #FFF;
    font-size: 108%;
  }
  .top__domain ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #CCC;
  }
  .top__domain ul li {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .5s all;
  }
  .top__domain ul li a {
    display: block;
    position: relative;
    z-index: 4;
    height: 100%;
  }
  .top__domain ul li:hover:after {
    opacity: 0;
  }
  .top__domain ul li:hover:first-child {
    background-position: 0px 141px;
  }
  .top__domain ul li:hover:nth-child(2n) {
    background-position: 0px 141px;
  }
  .top__domain ul li:hover:last-child {
    background-position: 0px 141px;
  }
  .top__domain ul li .last {
    border-right: none !important;
  }
  .top__domain ul li:hover .text {
    opacity: 0;
  }
  .top__domain ul li .inner {
    position: absolute;
    width: 100%;
    height: 140px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #CCC;
    box-sizing: border-box;
  }
  .top__domain ul li .inner .sub_ttl {
    line-height: 1.5;
    font-size: 114%;
    color: #868686;
    z-index: 2;
    transition: .5s all;
    position: relative;
  }
  .top__domain ul li .inner .sub_ttl span {
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
    color: #000;
    font-size: 244%;
    transition: .5s all;
  }
  .top__domain ul li .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    color: #FFF;
    width: 80%;
    z-index: 2;
    opacity: 0;
    transition: .5s all;
    line-height: 1.5;
  }
  .top__domain ul li:hover .sub_ttl {
    color: #868686 !important;
  }
  .top__domain ul li:hover .sub_ttl span {
    color: #000 !important;
  }
  .top__domain ul li:first-child {
    background: url("../img/domain_1.jpg") no-repeat 0px 0px #FFF;
    background-position: 0px 141px;
    background-size: cover;
  }
  .top__domain ul li:nth-child(2n) {
    background: url("../img/domain_2.jpg") no-repeat 0px 0px #FFF;
    background-position: 0px 141px;
    background-size: cover;
  }
  .top__domain ul li:last-child {
    background: url("../img/domain_3.jpg") no-repeat 0px 0px #FFF;
    background-position: 0px 141px;
    border-right: none;
    background-size: cover;
  }
}

@media screen and (max-width: 640px) {
  #page-top {
    font-size: 200%;
  }
  #page-top a {
    padding: 0px 5px;
    line-height: 0;
  }
  .production .box .outer .lead {
    text-align: center;
    font-size: 100%;
    margin-top: 20px;
  }
  .production .box .outer ul {
    flex-wrap: wrap;
  }
  .production .box .outer ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .production .box .outer ul li:last-child {
    margin-bottom: 0px;
  }
  .production .box .outer ul li img {
    width: 100%;
  }
  .production .box .outer ul li .sub_ttl {
    background: #FFF;
    font-size: 100%;
    margin-top: 20px;
  }
  .top__rec {
    height: 300px;
  }
  .scroll table {
    width: 640px;
  }
  .product__sub {
    margin-top: 50px;
  }
  .product__sub ul {
    display: flex;
    flex-wrap: wrap;
  }
  .product__sub ul li {
    width: 100%;
    padding: 0px 40px;
    box-sizing: border-box;
    min-height: 250px;
  }
  .product__sub ul li .inner {
    padding: 0px;
  }
  /*/////////// footer ////////////*/
  footer {
    padding-top: 0px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0px auto;
  }
  footer .copy {
    padding: 15px 0px;
  }
  footer .inner {
    padding: 120px 0px 20px 0px;
  }
  footer .inner nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 0px;
    width: 100%;
    box-sizing: border-box;
  }
  footer .inner nav:after {
    content: "";
    display: block;
    width: 30%;
    height: 0;
  }
  footer .inner .box {
    width: 33%;
    box-sizing: border-box;
    padding-left: 10px;
  }
  footer .inner .box .sub_ttl {
    font-size: 94%;
    padding-left: 7px;
    margin-bottom: 13px;
  }
  footer .inner .box ul {
    padding-left: 0px;
  }
  footer .inner .box ul li {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
  }
  footer .inner .box ul li a {
    color: #FFF;
    font-size: 74%;
  }
  .top__news .box {
    max-width: 1020px;
    width: 90%;
    padding: 20px;
  }
  .top__news .box .txt {
    font-size: 84%;
    text-align: right;
    margin-bottom: 20px;
  }
  .slide_wrapper {
    width: 100%;
    margin: 0px auto 0px;
    position: relative;
  }
  .slide_wrapper .sub_ttl {
    width: 100%;
  }
  .slide_wrapper .sub_ttl h1 {
    font-size: 224%;
  }
  .slide_wrapper .sub_ttl p span {
    font-size: 134%;
  }
  .middle_ttl {
    font-size: 140%;
  }
  /*/////////// 会社概要 ////////////*/
  .company_tbl {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    box-sizing: border-box;
  }
  .company_tbl tr {
    width: 100%;
    border: 1px solid #CCC;
  }
  .company_tbl th, .company_tbl td {
    box-sizing: border-box;
    padding: 15px;
    font-size: 16px;
    border: none;
    font-size: 100%;
    display: block;
  }
  .company_tbl tbody {
    text-align: left;
  }
  .company_tbl tbody th {
    background: #F5F5F5;
    color: #000;
    text-align: left;
    width: 100%;
  }
  .company_tbl 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%;
  }
  /*/////////// プライバシーポリシー ////////////*/
  .privacy .sub_ttl {
    font-size: 140%;
  }
  .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;
  }
  .facility__sub__l {
    height: auto;
    flex-wrap: wrap;
    height: 350px;
  }
  .facility__sub__l .outer {
    width: 100%;
    background-size: cover;
  }
  .facility__sub__l .outer:first-child {
    width: 100%;
    height: 350px;
  }
  .facility__sub__l .outer .box {
    top: 50px;
    max-width: 450px;
    width: 50%;
    left: 0px;
  }
}

@media screen and (max-width: 480px) {
  .product__sub {
    margin-top: 30px;
  }
  .product__sub ul li {
    width: 100%;
    padding: 0px 20px;
  }
  .production .box {
    margin-bottom: 40px;
  }
  .production .box .outer {
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
  }
  .image__pro__list_ttl ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .image__pro__list_ttl ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  .image__pro__list_ttl ul li img {
    width: 100%;
  }
  .image__pro__list_ttl ul li .sub_ttl {
    padding: 10px;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    background: #FFF;
    font-size: 100%;
  }
  .product__main {
    width: 100%;
  }
  .product__main .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product__main .list li {
    width: 100%;
  }
  .product__main .list li:first-child {
    margin-bottom: 25px;
  }
  .product__main .list li p {
    text-align: center;
    padding-top: 20px;
  }
  .product__main .outer .inner {
    padding: 20px;
  }
  .message ul .bg:before {
    display: none;
  }
  .message ul .pic {
    width: 300px;
    margin: 0px auto 0px;
  }
  .facility__sub__l {
    height: auto;
    flex-wrap: wrap;
  }
  .facility__sub__l .outer {
    width: 100%;
    background-size: cover;
  }
  .facility__sub__l .outer:first-child {
    width: 100%;
    height: 250px;
  }
  .facility__sub {
    height: 350px;
  }
  .facility__sub p {
    line-height: 1.5;
    font-size: 84%;
  }
  .facility__sub p span {
    display: inline-block;
    padding: 5px;
    color: #FFF;
  }
  .facility__sub .left {
    position: absolute;
    top: 30px;
    max-width: 400px;
    width: 50%;
    left: 0px;
  }
  .facility__sub .right {
    position: absolute;
    bottom: -30px;
    max-width: 400px;
    width: 45%;
    right: 0px;
    text-align: left;
  }
  .facility__main {
    height: 150px;
    margin-bottom: 50px;
  }
  .facility__main .wrap {
    height: 100%;
    margin: 0px auto;
    position: relative;
  }
  .facility__main .outer {
    position: absolute;
    bottom: -50px;
    background: #FFF;
    z-index: 3;
    width: 240px;
    /*padding: 10px 0px;*/
  }
  .facility__main .outer h2 {
    font-size: 134%;
    text-align: center;
    position: relative;
    line-height: 1.3;
  }
  .br-sp {
    display: none;
  }
  .top__news .box {
    max-width: 1020px;
    width: 90%;
    padding: 20px 10px;
  }
  .top__news .box .txt {
    font-size: 74%;
    text-align: right;
    margin-bottom: 20px;
  }
  /*/////////// footer ////////////*/
  footer {
    padding-top: 0px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0px auto;
  }
  footer .copy {
    padding: 15px 0px;
    font-size: 84%;
  }
  footer .inner {
    padding: 120px 0px 20px 0px;
  }
  footer .inner nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 0px;
    width: 100%;
    box-sizing: border-box;
  }
  footer .inner nav:after {
    content: "";
    display: block;
    width: 30%;
    height: 0;
  }
  footer .inner .box {
    width: 50%;
    box-sizing: border-box;
    padding-left: 10px;
  }
  footer .inner .box .sub_ttl {
    font-size: 94%;
    padding-left: 7px;
    margin-bottom: 13px;
  }
  footer .inner .box ul {
    padding-left: 0px;
  }
  footer .inner .box ul li {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
  }
  footer .inner .box ul li a {
    color: #FFF;
    font-size: 74%;
  }
  .news_box dl dd span {
    display: block;
    padding-left: 0px;
    padding-top: 3px;
  }
  .top__domain ul li {
    width: 100%;
    height: 350px;
  }
  .top__domain ul li .inner .sub_ttl {
    line-height: 1.5;
    font-size: 114%;
  }
  .top__domain ul li .inner .sub_ttl span {
    font-size: 204%;
  }
  .map {
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
  }
  header .tagline .logo {
    width: 200px;
    padding: 8px 0px;
  }
  .second_main_img .outer h2 {
    font-size: 130%;
  }
  .common_btn {
    width: 80%;
    max-width: 300px;
  }
  .slide_wrapper {
    width: 100%;
    margin: 0px auto 0px;
    position: relative;
  }
  .slide_wrapper .sub_ttl {
    width: 100%;
  }
  .slide_wrapper .sub_ttl h1 {
    font-size: 184%;
  }
  .slide_wrapper .sub_ttl p span {
    font-size: 100%;
  }
  .second_main_img {
    height: 150px;
  }
  .second_main_img .outer h2 {
    font-size: 154%;
  }
  .strength .group .right {
    padding-top: 10px;
  }
  .strength .group .right .inner {
    position: relative;
    margin-left: 0px;
    padding: 20px;
  }
  .strength .group .right .inner .lead {
    line-height: 1.8;
    font-size: 124%;
    padding-top: 0px;
  }
  .strength .group .right .inner .list {
    padding-top: 25px;
  }
	.facility__main {
    width: 100%;
    max-width: 2000px;
    box-sizing: border-box;
    position: relative;
    background-size: contain;
    height: 160px;
    margin-bottom: 50px;
}
	.fac__bg_3	{
    width: 100%;
    max-width: 2000px;
    box-sizing: border-box;
    position: relative;
    background-size: cover !important;
    height: 160px;
    margin-bottom: 50px;
}
}
