@charset "UTF-8";
@font-face {
  font-family: "shirokuma";
  src: url("../fonts/shirokuma.woff2") format("woff2"), url("../fonts/shirokuma.woff") format("woff"), url("../fonts/shirokuma.ttf") format("truetype");
}

/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
/* PC
----------------------------------*/
.sp_menu {
  display: none;
}

/* SP
----------------------------------*/
@media screen and (max-width: 1024px) {
  .top_bg3,
  .top_bg4,
  .top_bg5 {
    background-image: none;
  }
  .bg_top {
    background-size: 100px;
    background-position: left 16px top 32px,left 16px bottom 16px,right 9% top 283px;
  }
  /* header */
  #header {
    background-image: none;
  }
  #header .inner {
    width: 95%;
    margin: 0 auto;
    padding: 17px 0;
  }
  #header .inner #head_right {
    display: none;
  }
  /* navi */
  #navi {
    display: none;
  }
  /* page-top */
  #page-top {
    bottom: 10%;
  }
  /* footer */
  #footer {
    padding: 30px 16px 100px;
  }
  #footer .inner {
    margin: 0 auto;
    padding: 0 0 20px;
    width: 95%;
    display: block;
  }
  #footer .inner .flogo {
    margin: 0 auto 20px;
  }
  #footer .inner .foot_navi {
    display: none;
  }
  /* slider */
  #slider #catch {
    width: 40%;
  }
  /* contents */
  .single, .single_01, .single_02, .single_03, .single_04 {
    width: 95%;
    padding: 35px 0;
  }
  /* bg */
  .bg_common {
    padding-top: 35px;
  }
  .bg_b {
    margin-bottom: 35px;
  }
  /* column */
  .column4 .child {
    width: 48.5%;
  }
  .column4 .child:nth-child(2n) {
    margin: 0 0 3%;
  }
  /* tbl */
  .tbl_company th {
    width: 30%;
  }
  /* news */
  .news_box .news_ttile {
    font-size: 2.5rem;
  }
  /* article */
  .article .article_image {
    width: 50%;
  }
  .article .article_detail {
    width: 50%;
    padding: 30px 0;
  }
  .article .article_detail .inner {
    width: 90%;
  }
  /* blanket */
  .blanket .blanket_detail .blanket_text {
    padding: 20px;
  }
  /* top_navi */
  .top_navi {
    margin-bottom: 50px;
  }

  /* .top_navi li a.top_navi_01 {
    background: url(../img/top_navi_01_1.jpg) no-repeat center;
    background-size: cover;
  }
  .top_navi li a.top_navi_02 {
    background: url(../img/top_navi_02_1.jpg) no-repeat center;
    background-size: cover;
  }
  .top_navi li a.top_navi_03 {
    background: url(../img/top_navi_03_1.jpg) no-repeat center;
    background-size: cover;
  }
  .top_navi li a.top_navi_04 {
    background: url(../img/top_navi_04.jpg) no-repeat center;
    background-size: cover;
  } */
  .top_navi li a .img-inav {

  }
  .top_navi li a .ico-inav {
    bottom: 48px;
    width: 52px;
    height: 52px;
    margin-left: -26px;
    z-index: 2;
  }
  .top_navi li a .box-inav-top {
    bottom: 50px;
    height: 8px;
  }
  .top_navi li a .box-inav {
    padding-top: 10px;
  }
  .top_navi li a .box-inav div {
    font-size: 1.5rem;
  }
  .top_navi li a .box-inav p {
    height: 20px;
  }
  .top_navi li a .icon_navi {
    opacity: 1;
  }
  /* etc */
  .pc-tcenter {
    text-align: left;
  }
  /* key_visual */
  .key_visual .inner {
    width: 100%;
    padding: 0 15px;
    height: 150px;
  }
  .key_visual .inner .content_box {
    width: 58%;
  }
  .key_visual .inner .img_box {
    height: 150px;
  }
  .key_title {
    margin-bottom: 0;
    font-size: 2rem;
    text-align: center;
  }
  /* bread_list */
  .bread_list {
    margin: 0 auto 30px;
    width: 100%;
  }
  .bread_list .inner {
    background-color: transparent;
  }
  /* sp_navi */
  #sp_navi {
    display: block;
    position: fixed;
    bottom: 5px;
    left: 0;
    z-index: 499;
    width: 100%;
  }
  #sp_navi ul {
    display: table;
    width: 100%;
  }
  #sp_navi ul li {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    padding: 0 2px;
  }
  #sp_navi ul li a {
    display: block;
    padding: 5px 0;
    text-align: center;
    background: #009bde;
    color: #FFFFFF;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 1.2;
  }
  #sp_navi ul li a span {
    display: block;
    font-size: 1.2rem;
  }
  /* phonemenu */
  #page {
    padding: 0;
    position: relative;
    z-index: 2;
    left: 0;
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  #drawernav {
    display: block;
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100%;
    background: #009bde;
    color: #FFFFFF;
    z-index: 500;
    padding-top: 40px;
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  #drawernav ul {
    list-style: none;
    padding: 0;
  }
  #drawernav ul li a {
    display: block;
    padding: 10px 20px;
    font-size: 1.4rem;
    color: #FFFFFF;
  }
  #drawernav ul li a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    margin-right: 10px;
  }
  #drawernav img {
    display: block;
    width: 90%;
    padding: 5px 0;
    margin: 0 auto;
  }
  .icon-bar {
    height: 2px;
    background: #FFFFFF;
    display: block;
    margin-bottom: 5px;
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  .fixed-content {
    right: inherit;
    width: 100%;
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  #overlay {
    z-index: -1;
    opacity: 0;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  #humberger {
    background: #388e3c;
    color: #FFFFFF;
    display: block;
    position: fixed;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 600;
    width: 50px;
    padding: 14px 10px 10px;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    font-size: 1rem;
  }
  .drawer-opened #page {
    left: -240px;
    box-shadow: 1px 0 2px #000;
    -webkit-box-shadow: 1px 0 2px #000;
  }
  .drawer-opened .fixed-content {
    left: -240px;
  }
  .drawer-opened #drawernav {
    right: 0;
  }
  .drawer-opened #humberger .icon-bar {
    background: #FFFFFF;
  }
  .drawer-opened #humberger :nth-child(1) {
    transform: translate(0, 6px) rotate(45deg);
    -webkit-transform: translate(0, 6px) rotate(45deg);
  }
  .drawer-opened #humberger :nth-child(2) {
    transform: translate(-20px, 0);
    -webkit-transform: translate(-20px, 0);
    opacity: 0;
  }
  .drawer-opened #humberger :nth-child(3) {
    transform: translate(0, -8px) rotate(-45deg);
    -webkit-transform: translate(0, -8px) rotate(-45deg);
  }
  .drawer-opened #overlay {
    z-index: 2;
    opacity: 0.3;
    left: -240px;
    position: fixed;
  }
}

@media screen and (max-width: 768px) {
  .top_bg2 {
    background-size: 70px,70px;
  }
  .news-top dt {
    width: 100%;
    padding: 8px 0 0;
  }
  .news-top dd {
    width: 100%;
    padding: 8px 0;
  }
  /* footer */
  #footer .inner {
    padding: 0;
  }
  #footer .inner .foot_navi {
    display: none;
  }
  /* tbl */
  .tbl_01 th {
    width: 30%;
  }
  /* etc */
  .w400 {
    width: 300px;
  }
  .pc {
    display: none;
  }
  .tb {
    display: block;
  }
}

@media screen and (max-width: 667px) {
  body {
    font-size: 1.4rem;
  }
  /* header */
  #header .inner #logo {
    width: 75%;
  }
  /* footer */
  #footer .inner {
    padding: 0;
  }
  #footer .inner .flogo {
    width: 100%;
  }
  #footer .inner #foot_right .foot_telbox {
    justify-content: center;
  }
  #footer .copyright {
    font-size: 1rem;
    padding: 10px 0;
  }
  /* contact_btn */
  .contact_btn {
    display: block;
  }
  .contact_btn li {
    width: 100%;
    margin: 0 0 15px;
  }
  .contact_btn li:last-child {
    margin: 0;
  }
  /* bg */
  .bg_common {
    padding-top: 50px;
  }
  .bg_02 {
    background-size: 130px auto;
  }
  /* column */
  .half {
    display: block;
    margin-bottom: 50px;
  }
  .half .child {
    width: 100%;
  }
  .column2 {
    display: block;
    margin-bottom: 0;
  }
  .column2 .child {
    width: 100%;
    margin: 0 0 20px;
  }
  .column2 .child:nth-child(2n) {
    margin: 0 0 20px;
  }
  .column2 .child:last-child {
    margin: 0;
  }
  .column3 .child {
    width: 48.5%;
  }
  .column3 .child:nth-child(3n) {
    margin: 0 3% 3%;
  }
  .column3 .child:nth-child(2n) {
    margin: 0 0 3%;
  }
  .column4 {
    display: block;
    margin-bottom: 0;
  }
  .column4 .child {
    width: 100%;
  }
  .column4 .child:nth-child(2n), .column4 .child:nth-child(4n) {
    margin: 0 0 20px;
  }
  .column4 .child:last-child {
    margin: 0;
  }
  .column5 .child {
    width: 30%;
  }
  .column5 .child:nth-child(5n) {
    margin: 0 2% 2% 0;
  }
  .column5 .child:nth-child(3n) {
    margin: 0 0 2% 0;
  }
  /* mtitle */
  .mtitle_big {
    margin-bottom: 15px;
    font-size: 3rem;
  }
  .mtitle_big span {
    font-size: 1.4rem;
  }
  .mtitle_middle {
    font-size: 2rem;
  }
  .mtitle {
    font-size: 2.5rem;
    padding: 0;
  }
  .mtitle_flow {
    font-size: 2rem;
    padding: 0 0 30px 70px;
  }
  .mtitle_flow span {
    padding: 10px 15px;
  }
  .mtitle.ttl_ico1:before,
  .mtitle.ttl_ico2:before,
  .mtitle.ttl_ico3:before {
    left: calc(50% - 12rem);
  }
  /* cbtn */
  .cbtn a {
    width: 100%;
  }
  .cbtn.cbtn_01 {
    position: static;
  }
  /* tbl */
  .scroll_table {
    overflow: auto;
    white-space: nowrap;
  }
  .scroll_table::-webkit-scrollbar {
    height: 5px;
  }
  .scroll_table::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .scroll_table::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .company th {
    width: 30%;
  }
  .tbl_new tr th {
    width: 30%;
  }
  .tbl_form {

  }
  .tbl_form tr th, .tbl_form tr td {
    display: block;
    box-sizing: border-box;
  }
  .tbl_form tr th {
    width: 100%;
    border-top: none;
    border-bottom: none;
  }
  /* ggmap */
  .ggmap {
    padding-bottom: 56.25%;
  }
  /* news */
  .news_box {
    display: block;
  }
  .news_box .news_ttile {
    width: 100%;
    padding: 5px 0;
    font-size: 2.2rem;
  }
  /* blog */
  .blog_contents {
    display: block;
    padding-bottom: 50px;
  }
  .blog_contents .blog_main, .blog_contents .blog_side {
    width: 100%;
  }
  .blog_contents .blog_main {
    margin-bottom: 30px;
  }
  /* history_list */
  .history_list li .history_list_year {
    min-width: 145px;
    max-width: 145px;
  }
  .history_list li .history_list_txt .txt_list {
    padding: 6px 0 0 25px;
  }
  /* gallery_ul */
  .gallery_ul li {
    width: 48.5%;
  }
  .gallery_ul li:nth-child(3n) {
    margin: 0 3% 3% 0;
  }
  .gallery_ul li:nth-child(2n) {
    margin: 0 0 3% 0;
  }
  /* article */
  .article {
    display: block;
  }
  .article .article_image, .article .article_detail {
    width: 100%;
  }
  .article .article_image {
    display: none;
  }
  .article .article_detail {
    padding: 30px 0;
  }
  .article .article_detail .article_title {
    top: -60px;
    transform: translateX(50%);
    right: 50%;
  }
  .article.article_b {
    margin-bottom: 40px;
  }
  /* blanket */
  .blanket {
    display: block;
  }
  .blanket .blanket_image,
  .blanket .blanket_detail {
    width: 100%;
  }
  .blanket .blanket_detail {
    position: static;
    margin-top: 0;
    padding: 20px 0;
  }
  .blanket .blanket_image img {
    box-shadow: rgba(174, 220, 160, 0.1) -10px 10px 0 0;
  }
  .blanket .blanket_text {
    padding: 20px 15px;
    box-sizing: border-box;
  }
  /* sns_list */
  .sns_list {
    display: block;
  }
  .sns_list li {
    width: 100%;
    margin: 0 0 10px;
  }
  .sns_list li:nth-child(3n) {
    margin: 0 0 10px;
  }
  .sns_list li:last-child {
    margin: 0;
  }
  /* etc */
  .fleft0, .fleft1, .fleft2, .fright0, .fright1, .fright2 {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .w200, .w300, .w350, .w400 {
    width: 100%;
  }
  .sp {
    display: block;
  }
  .post {
    display: block;
    margin: 10px 0 0;
  }
  .post_name {
    width: 6em;
  }
  .branch {
    display: inline-block;
    margin-top: 10px;
  }
  .scrollbar {
    height: inherit;
  }
  /* page_title_box */
  .page_title_box {
    padding: 5rem 0 1rem;
  }
  .page_title_box .inner .page_title {
    font-size: 3rem;
    letter-spacing: .1em;
  }
  .page_title_box .inner .page_title span {
    font-size: 1.3rem;
  }
  /* breadcrumb */
  .breadcrumb {
    font-size: 1.1rem;
  }
  .w-60 img {
    width: 40%;
  }
  .top_navi {
    padding: 0 16px;
  }
  .top_navi li {
    width: 100%;
    flex: auto;
    padding: 3rem;
    margin-bottom: 16px;
  }
}
/*# sourceMappingURL=smartphone.css.map */
