@charset "UTF-8";

body {
    margin: 0;
    padding: 0;
    font-size:16px;
    line-height:170%;
    color:#333;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
}

@media(max-width:760px){
body {
    font-size:15px;
}
}


/********************
*
*共通
*
*********************/

section {
    margin-top: 35px;
}

.pc{
    display:block;
}

.sp{
    display:none;
}

.serif{
    font-family: 'Noto Serif JP', serif;
}

img{
    vertical-align:top;
}

a{
    cursor:pointer;
    transition:0.5s;
}

a:hover{
    opacity:0.8;
    transition:0.5s;
}

.container{
    max-width:1200px;
    margin:0 auto;
    width:95%;
}

#main_contents{
    width:740px;
    margin-right: 50px;
    padding-top:45px;
    padding-bottom:65px;
}

#side_contents{
    width:410px;
    background:#f6f6f6;
    padding-top:45px;
    padding-bottom:65px;
}


@media(max-width:760px){
.pc{
    display:none;
}

.sp{
    display:block;
}
}

/********************
*
*ヘッダー
*
*********************/

header {
    background: #1e5c99;
}

.header_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h1.top_logo {
    margin: 0;
}

.header_nav ul{
    list-style-type:none;
    padding:0;
    margin:0;
    display:flex;
}

.header_nav ul li{
    width:110px;
}

.header_nav ul li a{
    display:block;
    text-align:center;
    color:#fff;
    text-decoration:none;
    font-family: 'Noto Serif JP', serif;
    font-size:17px;
    padding:20px 10px;
}

.header_nav ul li a span{
    display:block;
    color:#ccc;
    font-size:12px;
    line-height:140%;
}

.header_nav ul li a:hover{
    background:rgba(244,244,244,0.1);
    opacity:1;
}

#sp_nav{
    display:none;
}

/********************
*
*メインコンテンツ
*
*********************/

#contents_area_bg {
    background: linear-gradient(to right, transparent 80%, #f6f6f6 80%);
}

#contents_area {
    display: flex;
}

section.top_about {
    margin-top: 0;
}

h2.top_h2 {
    margin: 25px 0;
    color: #1e5c99;
    font-size: 30px;
}

.top_about p {
    font-size: 15px;
    margin-bottom:0;
}

.top_threecontents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top_threecontents a {
    width: 32%;
    background: #f2f2f2;
    padding: 10px;
    box-sizing: border-box;
    text-decoration:none;
    position:relative;
}

.top_threecontents a:after {
    content:"\f138";
    font-family: "Font Awesome 5 Free";
    position:absolute;
    bottom:12px;
    right:10px;
    display:inline-block;
    color:#1e5c99;
    font-weight:bold;
    transition:0.5s;
}

.top_threecontents a:hover:after{
    color:#0c3d66;
    transition:0.5s;
    right:7px;
}

.top_three_img{
    overflow:hidden;
}

.top_three_img img{
    width:100%;
    transition:0.5s;
}

.top_threecontents a:hover{
    opacity:1;
}

.top_threecontents a:hover .top_three_img img{
    transform:scale(1.1);
    transition:0.5s;
}

.top_three_name {
    text-align: center;
    margin-top: -10px;
    position:relative;
}

.top_three_name span {
    background: #1e5c99;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    font-size: 13px;
    width: 95px;
    display: inline-block;
    text-align: center;
    line-height: 140%;
    padding: 2px 5px;
}

h2.top_three_ttl {
    color:#1e5c99;
    font-size:20px;
    margin:5px 0; 
}

.top_threecontents a:hover .top_three_name h2.top_three_ttl{
    color:#0c3d66;
    transition:0.5s;
}

.top_threecontents a:hover .top_three_name span{
   background:#0c3d66;
    transition:0.5s;
}

section.main_contact {
    background: url(../img/contact_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position:relative;
    padding: 30px 10px;
}

.main_contact:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(36,42,56,0.9);
}

.main_contact_inner{
    position:relative;
    z-index:2;
    text-align:center;
    color:#fff;
}

h2.contact_ttl {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 32px;
}

h2.contact_ttl span{
    display:block;
    font-size: 20px;
    margin-bottom:10px;
    font-weight:normal;
}

.contact_flex {
    display: flex;
    justify-content: center;
    max-width:645px;
    margin:25px auto 0;
}

.contact_flex .contact_child{
    width:50%;
    padding: 15px 5px;
}

.contact_flex a.contact_child{
    color:#fff;
    text-decoration:none;
    border-right:1px solid rgba(244,244,244,0.5);
}

.contact_flex a.contact_child:hover{
    background:rgba(244,244,244,0.1);
    opacity:1;
}

.contact_child_ttl {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:15px;
}

.contact_child_ttl i{
    font-size: 30px;
    margin-right:10px;
}

.contact_flex a.contact_child i{
    transform:rotate(-20deg);
    margin-right:5px;
}

.contact_flex a.contact_child:hover i{
    animation:yurayura 2s 0.5s infinite;
}


.contact_child_num {
    font-size: 40px;
    font-weight:bold;
    letter-spacing: 2px;
    font-family: 'Fira Sans Condensed', sans-serif;
}


/********************
*
*サイドバー
*
*********************/

.side_contents_inner {
    max-width: 360px;
    margin: 0 auto;
    width: 90%;
}

.side_child{
    margin-bottom:70px;
}

.side_contents_inner .side_child:last-of-type{
    margin-bottom:0;
}

.side_child_subttl{
    color:#1e5c99;
    font-size:16px;
    text-align:center;
    line-height: 130%;
}

.side_child h2{
    display:flex;
    align-items:center;
    flex-grow:1;
    font-size:18px;
    font-weight:normal;
    margin:0 0 25px;
}

.side_child h2:before, .side_child h2:after{
    content:"";
    height:1px;
    background:#979797;
    display:inline-block;
    flex-grow:2;
}

.side_child h2:after{
    margin-left:10px;
}

.side_child h2:before{
    margin-right:10px;
}

ul.side_nav {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.side_nav li{
    border-bottom:1px dashed #ccc;
}

ul.side_nav li a{
    display:block;
    text-decoration:none;
    color:#232323;
    font-size:18px;
    text-align:center;
    padding: 10px;
    position:relative;
}

ul.side_nav li a:before{
    content:"\f138";
    font-family: "Font Awesome 5 Free";
    color:#1e5c99;
    position:absolute;
    top:50%;
    left:10px;
    transform:translatey(-50%);
    font-weight:bold;
    font-size:16px;
    transition:0.5s;
}

ul.side_nav li a:hover{
    background:#1e5c99;
    color: #fff;
}

ul.side_nav li a:hover:before{
    color: #fff;
    left:13px;
}

.google_map {
    width: 100%;
    height: 230px;
}

.google_map_btn {
    background: #1e5c99;
    color: #fff;
    border-radius: 40px;
    font-size: 14px;
    text-decoration: none;
    padding: 2px 5px;
    margin: 0 auto;
    display: block;
    max-width: 150px;
    text-align: center;
    border:1px solid #1e5c99;
}

.google_map_btn:hover {
    background: #fff;
    color: #1e5c99;
    opacity:1;
}

.google_map_btn:hover i{
    animation: updown 2s 0.5s infinite;
}

.side_child p {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 15px;
}

.visit_type {
    margin-top: 25px;
}

.visit_type_child {
    background: #fff;
    margin-bottom: 15px;
    padding: 15px 20px;
}

.visit_type .visit_type_child:last-of-type {
    margin-bottom: 0;
}

.visit_type_ttl {
    color: #1e5c99;
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: bold;
    display:flex;
    align-items:center;
}

.visit_type_ttl i{
    font-size: 25px;
    margin-right:8px;
}

.visit_type_detail {
    display: table;
    width: 100%;
}

.type_detail_l {
    display: table-cell;
    width: 90px;
    background: #1e5c99;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    line-height: 130%;
    padding: 8px 5px;
    vertical-align: middle;
}

.type_detail_r {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% - 90px);
    padding-left: 15px;
    font-size:15px;
    line-height:160%;
}

.visit_type .visit_type_child:first-of-type .visit_type_detail:last-of-type{
    margin-top:10px;
}

/********************
*
*フッター
*
*********************/

.footer_bg{
    background:#1e5c99;
    color:#fff;
    text-align:center;
    padding:30px 0;
}

.footer_bg p{
    margin-bottom:0;
    font-size:15px;
}

.copyright p{
    color:#1e5c99;
    max-width:1200px;
    width:95%;
    margin:0 auto;
    text-align:center;
    font-size:12px;
}


/********************
*
*ページトップ
*
*********************/

#page_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index:10000;
}

#page_top a{
    display:flex;
    justify-content:center;
    align-items:center;
    width:50px;
    height:50px;
    background:#fff;
    border:2px solid #1e5c99;
    color:#1e5c99;
    border-radius:8px;
    text-align:center;
    text-decoration:none;
    font-size:30px;
}

#page_top a:hover{
    opacity:1;
}

#page_top a:hover i{
    animation:updown 2s 0.2s infinite;
}

/********************
*
*ハンバーガーメニュー内
*
*********************/

#h_menu_toggle {
    background: rgba(36,42,56,0.9);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index:9999;
    display:flex;
    justify-content:center;
    padding:30px 0;
    display:none;
}

.h_menu_box {
    max-width: 420px;
    margin: 0 auto;
    width: 95%;
}

.h_menu_box img {
    width: 280px;
    display: block;
    margin: 0 auto;
}

.h_menu ul {
    list-style-type: none;
    padding: 0 20px;
    margin: 30px auto;
}

.h_menu ul li{
    list-style-type: none;
    padding: 0;
    margin: 30px auto;
    border-bottom:1px solid #fff;
    margin:0;
}

.h_menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 8px 0 8px 30px;
    display: block;
    position:relative;
}

.h_menu ul li a span{
    display:block;
    font-size:12px;
    line-height:140%;
}

.h_menu ul li a:hover {
    background:rgba(244,244,244,0.2);
    opacity:1;
}

.h_menu ul li a:before {
    content:"\f138";
    display:inline-block;
    font-weight:bold;
    font-family: "Font Awesome 5 Free";
    color:#fff;
    position:absolute;
    top:50%;
    left:5px;
    transform:translatey(-50%);
    font-size:14px;
}

.h_menu_ttl {
    color: #fff;
    text-align: center;
    font-size:17px;
    margin-bottom:15px;
}

.h_menu_ttl span{
    color: #fff;
    font-size:15px;
    display:block;
    line-height: 140%;
}

.h_menu_contact .contact_flex .contact_child{
    width:50%;
    box-sizing:border-box;
    text-align:center;
    padding:15px 5px;
    color:#fff;
}

.h_menu_contact .contact_flex a.contact_child{
    border-bottom:none;
    border-right:1px solid rgba(244,244,244,0.5);
}

.h_menu_contact .contact_flex .contact_child_num {
    font-size: 22px;
}

.h_menu_contact .contact_child_ttl {
    font-size: 13px;
    margin-bottom:8px;
}

.h_menu_contact .contact_flex .contact_child i {
    font-size:18px;
}



/********************
*
*その他ページ
*
*********************/

#page_header {
    background: url(../img/page_header.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 190px;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

h1.page_ttl{
    font-size: 30px;
    color: #fff;
    text-align:center;
}

h1.page_ttl span {
    display: block;
    font-size: 16px;
    color: #ccc;
    margin-top: 8px;
}

section.contents_first{
    margin-top:0;
}


/********************
*
*iphone対応
*
*********************/


.footer_bg p a {
    color:#fff;
    text-decoration:none;
}

.contact_flex .contact_child .contact_child_num a{
    color:#fff;
    text-decoration:none;
}

.company_table td a{
    color:#333;
    text-decoration:none;
}


/********************
*
*会社概要ページ
*
*********************/

.company_table {
    width: 100%;
    margin-top: 35px;
    border-collapse:collapse;
    border-top:1px solid #e5e5e5;
}

.company_table th{
    width: 210px;
    background:#f5f5f5;
    border-bottom:1px solid #e5e5e5;
    font-weight: normal;
    font-size: 18px;
    padding:15px;
    line-height:150%;
    vertical-align:middle;
}

.company_table td{
    border-bottom:1px solid #e5e5e5;
    font-size: 17px;
    padding:15px;
    line-height:150%;
    vertical-align:middle;
}

/********************
*
*事業内容ページ
*
*********************/

.business_child {
    margin-bottom: 60px;
}

.contents_first .business_child:last-of-type{
    margin-bottom: 0;
}

h2.page_child_ttl {
    margin-top: 0;
    color: #1e5c99;
    border-left: 5px solid #1e5c99;
    padding: 10px 10px 10px 20px;
    font-size:30px;
    margin-bottom:25px;
}

h2.page_child_ttl span{
    color:#ccc;
    font-size:16px;
    display:block;
    font-weight:normal;
    margin-top:5px;
}

.business_child_inner {
    padding-left: 25px;
    padding-right: 25px;
}

.business_child_inner p{
    font-size:15px;
}

.business_img_ttl {
    background: #f5f5f5;
    text-align: center;
    font-size: 15px;
    padding: 5px;
    color: #000;
    margin-bottom: 20px;
}

.business_imgbox {
    margin-top: 30px;
}

.contents_first .business_child:first-of-type .business_imgbox img{
    display:inline-block;
    margin-top:20px;
}

.contents_first .business_child:first-of-type .business_imgbox img:first-of-type{
    margin-top:0;
}

.flex_between {
    display: flex;
    justify-content: space-between;
}

.business_img_child{
    width:48%;
}

.business_img_child .business_img_ttl{
    font-size:18px;
    font-weight:bold;
    padding:10px;
    margin-bottom:10px;
}

.business_img_child .business_img_ttl i{
    color: #a59755;
    font-size:22px;
}

/********************
*
*設備一覧ページ
*
*********************/

.equipment_table{
    width:100%;
    border-collapse:collapse;
    margin-top: 40px;
}

.equipment_table thead th{
    background:#1e5c99;
    color:#fff;
    text-align:center;
    font-size:15px;
    font-weight:normal;
    border-right:1px solid #ccc;
}

.equipment_table thead th:last-of-type{
    border-right:none;
}

.equipment_table tbody tr td{
    font-size:15px;
    text-align:center;
    border-right:1px solid #ccc;
    line-height:140%;
    padding-top:10px;
    padding-bottom:10px;
}

.equipment_table tbody tr td:last-of-type{
    border-right:none;
}

.equipment_table tbody tr:nth-of-type(odd){
    background:#f5f5f5;
}

.equipment_table tbody tr:last-of-type td{
    border-bottom:1px solid #ccc;
}

.equipment_imgbox {
    margin-top: 40px;
    flex-wrap:wrap;
}

.equipment_img_child {
    width: 48.5%;
    margin-bottom:1.5rem;
}

h3.equipment_img_ttl {
    background: #f5f5f5;
    color: #1e5c99;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    position: relative;
    padding: 15px 5px 10px 5px;
    margin-bottom: 20px;
}

h3.equipment_img_ttl span {
    background: #1e5c99;
    color: #fff;
    font-size: 14px;
    width: 100px;
    display: block;
    border-radius: 30px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    line-height:180%;
}

/********************
*
*アニメーション
*
*********************/

@keyframes yurayura{
	0%{transform:rotate(-20deg);}
	15%{transform:rotate(-15deg);}
	30%{transform:rotate(-20deg);}
	45%{transform:rotate(-15deg);}
	60%{transform:rotate(-20deg);}
	80%{transform:rotate(-20deg);}
	100%{transform:rotate(-20deg);}
}

@keyframes updown{
    0%{transform:translatey(0);}
    15%{transform:translatey(-2px);}
    30%{transform:translatey(0);}
    45%{transform:translatey(-2px);}
    60%{transform:translatey(0);}
    100%{transform:translatey(0);}
}


/********************
*
*レスポンシブ
*
*********************/

@media(max-width:1000px){

#contents_area_bg {
    background: transparent;
}

#contents_area {
    flex-wrap:wrap;
}

#main_contents{
    width:100%;
    margin-right: 0;
    padding-bottom:45px;
}

#side_contents{
    width:100%;
}

section.top_about {
    text-align: center;
}

}

@media(max-width:760px){
nav.header_nav {
    display: none;
}

.header_flex {
    position: relative;
}

.header_flex.fixed{
    position: fixed;
    top:0;
    left:0;
    background: #1e5c99;
    width: 100%;
    z-index:9999;
}

#sp_nav {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    position:absolute;
    top:8px;
    right:0;
    z-index: 10000;
    cursor:pointer;
    transition:0.5s;
}

#sp_nav:hover {
    background:rgba(244,244,244,0.2);
}

.header_flex.fixed #sp_nav{
    right:12px;
}

.bar {
    width: 18px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    border-radius: 5px;
}

.bar_top {
    top: 17px;
    transform: translate(-50%,-10px);
    transition: transform .8s;
}

.bar_middle {
    top: 50%;
    transform: translate(-50%,-50%);
    transition: transform .8s;
}

.bar_bottom {
    top: 11px;
    transform: translate(-50%,10px);
    transition: transform .8s;
}

.bar.bar_top.close {
    transform: translate(-50%,-3px) rotate(45deg);
    transition: transform .8s;
    width:22px;
}

.bar.bar_bottom.close {
    transform: translate(-50%,3px) rotate(-45deg);
    transition: transform .8s;
    width:22px;
}

.bar.bar_middle.close {
    opacity: 0;
    transition: opacity .8s;
}


h1.top_logo {
    margin: 0;
    width: 250px;
    margin:10px auto;
}

h1.top_logo a img{
    width:100%;
}

#main_contents {
    padding-top: 25px;
}

h2.top_h2 {
    margin: 15px 0;
    font-size: 20px;
}

.top_about p {
    font-size: 14px;
    text-align: left;
}

section {
    margin-top: 25px;
}

.top_threecontents a {
    width: 100%;
    margin-bottom:15px;
    display:flex;
    align-items: center;
}

.top_threecontents a:last-of-type {
    margin-bottom:0;
}

.top_three_img {
    width: 60%;
}

.top_three_name {
    margin-top: 0;
    width: 40%;
}

.top_three_name span {
    width: 85px;
}

.top_threecontents a:after {
    bottom: 50%;
    right: 5px;
    transform: translateY(50%);
}

.top_threecontents a:hover:after {
    right: 2px;
}

h2.top_three_ttl {
    font-size: 16px;
}

.contact_flex {
    flex-wrap:wrap;
    margin-top:0;
}

.contact_flex .contact_child {
    width: 90%;
    padding: 20px 5px;
}

.main_contact_inner p {
    font-size: 14px;
}

.contact_flex a.contact_child {
    border-bottom:1px solid rgba(244,244,244,0.5);
    border-right: none;
}

.contact_child_ttl {
    font-size: 15px;
}

.contact_child_ttl i {
    font-size: 25px;
}

.contact_child_num {
    font-size: 35px;
    line-height: 100%;
}

h2.contact_ttl {
    margin-bottom: 20px;
    font-size: 20px;
}

h2.contact_ttl span {
    font-size: 15px;
    margin-bottom: 5px;
}

#main_contents {
    padding-bottom: 25px;
}

section.main_contact {
    background-position: right;
    padding:20px 10px;
}

.side_child_subttl {
    font-size: 14px;
}

.side_child {
    margin-bottom: 40px;
}

#side_contents {
    padding-top: 25px;
    padding-bottom: 25px;
}

.side_child h2 {
    margin: 0 0 20px;
}

ul.side_nav li a {
    font-size: 16px;
}

.visit_type_ttl {
    font-size: 15px;
    margin-bottom: 10px;
}

.visit_type_ttl i {
    font-size: 22px;
}

.type_detail_l {
    font-size:13px;
}

.type_detail_r {
    font-size:14px;
}

.footer_bg img {
    width: 250px;
}

.footer_bg p {
    font-size: 13px;
    line-height:140%;
}

.footer_bg {
    padding: 25px 0;
}

.copyright p {
    line-height: 120%;
    padding: 3px;
}

#page_top a{
    width:35px;
    height:35px;
    font-size:20px;
    border-width:1px;
}

.visit_type_child{
    padding:15px;
}

.company_table {
    margin-top: 25px;
}

.company_table th {
    width: 80px;
    font-size: 15px;
    padding: 10px;
}

.company_table td {
    font-size: 15px;
    padding: 10px;
}

#page_header {
    height: 90px;
}

h1.page_ttl {
    font-size: 18px;
    margin:0;
    line-height:120%;
}

h1.page_ttl span {
    font-size: 12px;
    margin-top: 0;
}

h2.page_child_ttl {
    padding: 5px 5px 5px 10px;
    font-size: 17px;
    margin-bottom: 10px;
    border-left-width:3px;
    line-height:160%;
}

.business_child_inner {
    padding-left: 13px;
    padding-right: 13px;
}

.business_child_inner p {
    font-size: 14px;
}

.business_img_ttl {
    margin-bottom: 10px;
    font-size: 14px;
}

.business_imgbox {
    margin-top: 20px;
}

.contents_first .business_child:first-of-type .business_imgbox img {
    margin-top: 10px;
}

.business_child {
    margin-bottom: 30px;
}

h2.page_child_ttl span {
    font-size: 13px;
    line-height:120%;
    margin-top:0;
}

.business_img_child .business_img_ttl {
    font-size: 14px;
    padding: 5px;
    margin-bottom: 5px;
}

.business_img_child .business_img_ttl i {
    font-size: 18px;
}

.equipment_table {
    margin-top: 20px;
}

.equipment_table thead th {
    font-size: 13px;
}

.equipment_table tbody tr td {
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.equipment_imgbox {
    margin-top: 25px;
}

h3.equipment_img_ttl {
    font-size: 15px;
    padding: 10px 5px 5px 5px;
    margin-bottom: 10px;
}

h3.equipment_img_ttl span {
    font-size: 12px;
    top:-10px;
    width:90px;
}

}

@media(max-width:650px){
.scroll_table{
    overflow-x: scroll;
}

.equipment_table {
    width: 580px;
}
}

.equipment_img_child-2 {
  margin-bottom: 70px;
}