@charset "UTF-8";
/* CSS Document */
/* レスポンシブ共通設定*/
body
{
    color: #000;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 62.5%;
    width: 100%;
}
article
{
    font-size: 1rem;
    margin-bottom: 4vh;
    text-align: left;
}
article section
{
    letter-spacing: 0.2rem;
    line-height: 2;
}
/*タイトルタグ設定 Start */
h1
{

}
h2
{
    padding: 0.5rem 0 0 0;
}
h3
{
    padding: 0.2rem 0;
}
/*タイトルタグ設定 End */
/*ハイライトの枠線を消す*/
a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
*:focus {
  outline: none;
}
/*スクロールで拡大＆縮小する画像*/
.imgArea
{
    margin:0 0 20px;
    width:100%;
    height:auto;
    overflow:hidden;
}
.imgArea img,
.imgArea picture
{
    width:100%;
    height:auto;
}
.r-space1
{
    padding-right: 1rem;
}
.r-space2
{
    padding-right: 2rem;
}
/*グローバルナビゲーション設定 Start*/
header
{
    background-color: white;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
}
/*固定ヘッダー自動非表示 Start*/
.header {
  -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition-duration: 0.7s;
  -o-transition-duration: 0.7s;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -moz-transition-property: height, top;
  -o-transition-property: height, top;
  -webkit-transition-property: height, top;
  transition-property: height, top;
}
.header.scrolling {
  height: 5.5rem;
}
.header.hide {
  top: -5.5rem;
}
/*固定ヘッダー自動非表示 End*/
header .logo
{
    display: block;
    margin:0 1rem;
    width:4rem;
}
header h1
{
    font-size:1.3rem;
    letter-spacing: 0.1rem;
}
header #menu-btn-check
{
    display: none;
}
header #right-area
{
    margin-left: auto;
    margin-right: 1rem;
}
header .tel
{
    font-size: 1.4rem;
    letter-spacing: 0.22rem;
}
header .business-hours
{
    float: right;
    font-size: 0.8rem;
    padding-right: 0.3rem;
}
header .business-hours img
{
    margin-right: 0.4rem;
    width: 0.9rem;
}
/*グローバルナビゲーション設定 End*/
#contents
{
    margin-top: 80px;
}
section
{
    margin: 1rem 0;
}
footer
{
    font-size:1.4rem;
    letter-spacing: 0.1rem;
    margin-bottom: 1rem;
    margin-top: 8rem;
    text-align: center;
    width: 100%;
}
footer div.base
{
    background-color: #daeed7;
    padding:1.4rem 0;
}
footer #first-content
{
    display:inline-flex;
    align-items: center;
}
footer div .logo
{
    display: block;
    width:50px;
}
footer div .company-name
{
    font-size: 1.4rem;
    padding-left:1rem;
}
footer div .address
{
    font-size:1.1rem;
    margin-top:1vh;
}
footer #copyright
{
    font-size:0.8rem;
    letter-spacing: 0.1rem;
    margin-top: 1rem;
}
/*画像のトリミング設定 Start*/
.image-trim
{
  position: relative;
  overflow: hidden;
}
.image-trim img
{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-trim_none-object-fit
{
  position: relative;
  overflow: hidden;
  padding-top: 60%; /* 比率 */
}
.image-trim_none-object-fit img
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*画像のトリミング設定 End*/
/*メインビジュアル設定 Start*/
#mv img
{
    width: 100%;
}
/*メインビジュアル設定 End*/
/*contents設定 Start*/
#service h2,
#about h2,
#access h2,
#contact h2
{
    border-bottom: 1px solid;
    font-size: 2rem;
    letter-spacing: 0.4rem;
    padding-bottom: 0.8rem;
    text-align: center;
}
#service #content1,
#service #content2,
#service #content3,
#service #content4,
#service #content5
{
    margin-bottom: 4rem;
}
#about #content1
{
    margin-bottom: 4rem;
}
#about h3
{
    font-size: 1.4rem;
    padding: 3rem 0;
    line-height: 2;
    letter-spacing: 0.3rem;
    text-align: center;
}
#about h3 span
{
    color: #1A9102;
}
#about #content1 p
{
    margin-bottom: 2rem;
}
#access #content2
{
    margin-bottom: 8rem;
}
#access #map
{
    margin-top:2rem;
    width: 100%;
}
#contact #content1 .tel
{
    font-size: 2rem;
    margin-top: 3rem;
    text-align: center;
}
#contact #content1 .business-hours
{
    font-size:1.2rem;
    margin-top: 0.5rem;
    text-align: center;
}
/*contents設定 End*/
/*モバイル用（0px 〜 835px） Start*/
@media (max-width: 835px)
{
    .hidden-sp
    {
        display: none;
    }
    #business .r-space2,
    #bank .r-space2,
    #licence .r-space1
    {
        padding-right: 0rem;
    }
    header .company-name
    {
        margin-left: 2rem;
    }
    header #right-area
    {
        display: none;
    }
/*ハンバーメニュー Start*/
    .menu-btn
    {
        position: fixed;
        right: 10px;
        display: flex;
        height: 60px;
        margin-top: 14px;
        width: 60px;
        justify-content: center;
        z-index: 90;
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after
    {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #272727;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.2s;
        transition-timing-function: ease;
    }
    .menu-btn span:before
    {
        bottom: 8px;
    }
    .menu-btn span:after
    {
        top: 8px;
    }
    #menu-btn-check:checked ~ .menu-btn span
    {
        background-color: rgba(30, 30, 30, 0);/*メニューオープン時は真ん中の線を透明にする*/
    }
        #menu-btn-check:checked ~ .menu-btn span::before
    {
        background-color: white;
        bottom: 0;
        transform: rotate(45deg);
    }
    #menu-btn-check:checked ~ .menu-btn span::after
    {
        background-color: white;
        top: 0;
        transform: rotate(-45deg);
    }
    .menu-content
    {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;/*leftの値を変更してメニューを画面外へ*/
        z-index: 80;
        background-color: #218210;
        transition: all 0.5s;/*アニメーション設定*/
        transition-timing-function:ease-out;
    }
    .menu-content ul
    {
        padding: 70px 0;
    }
    .menu-content ul li
    {
        padding-bottom: 2rem;
        letter-spacing: 0.4rem;
        text-align: center;
    }
    .menu-content ul li a
    {
        display: block;
        width: 100%;
        font-size: 1.4em;
        box-sizing: border-box;
        color:#ffffff;
        text-decoration: none;
        opacity:0;
        padding:0px;
        position: relative;
    }
    #menu-btn-check:checked ~ .menu-content
    {
        left: 0;/*メニューを画面内へ*/
    }
/*ハンバーメニュー End*/
    .image-trim
    {
        padding-top: 0%; /* 比率 */
    }
    footer div .address
    {
        font-size:0.8rem;
    }
    footer #copyright
    {
        font-size:0.6rem;
    }
    #top #content1,
    #top #content2,
    #top #content3,
    #top #content4,
    #top #content5,
    #service #content1,
    #service #content2,
    #service #content3,
    #service #content4,
    #service #content5,
    #about #content1,
    #about #content2,
    #access #content2,
    #contact #content1
    {
        font-size: 1rem;
        margin:0 2rem;
    }
    #service #content1,
    #service #content2,
    #service #content3,
    #service #content4,
    #service #content5
    {
        margin-bottom: 4rem;
    }
    #service h2,
    #about h2,
    #contact h2
    {
        font-size: 1.2rem;
    }
    #about h3
    {
        font-size: 1.1rem;
    }
    #service .flex-item,
    #about .flex-item
    {
        margin-top: 2rem;
    }
    /*ABOUT Start*/
    #about h3
    {
        padding-bottom: 1rem;
    }
    #about #content1
    {
        margin-bottom: 4rem;
    }
    #about #content1 img
    {
        width: 98%;
    }
    #about #content2 table
    {
        width: 100%;
    }
    #about #content2 th
    {
        background-color: #daeed7;
        border-bottom: 1px solid white;
        font-weight: normal;
        padding: 0.2rem 0;
        text-align: center;
        vertical-align: middle;
        display: block;
        width:100%;
    }
    #about #content2 td
    {
        vertical-align: middle;
        display: block;
        padding-bottom: 1rem;
        width:100%;
    }
    #about #content2 td.type1
    {
        text-align: center;
    }
    #about #content2 span
    {
        vertical-align: middle;
    }
    /*ABOUT End*/
    /*ACCESS Start*/
    #access h2
    {
        margin:0 2rem;
    }
    #access #map iframe
    {
        height: 500px;
        width: 100%;
    }
    #access #content2 img
    {
        margin-top: 2rem;
        width: 100%;
    }
    /*ACCESS End*/
}
/*モバイル用（0px 〜 835px） End*/
/*PC用（836px 〜） Start*/
@media (min-width: 836px)
{
    .hidden-pc
    {
        display: none;
    }
    .menu-content
    {
        margin-left:4rem;
    }
    .menu-content ul
    {
        display:flex;
        padding:0 1rem;
        margin-top:2.4rem;
        width: 100%;
    }
    .menu-content ul li
    {
        font-size:1rem;
        letter-spacing: 0.2rem;
        padding-right: 1rem;
    }
    .menu-content ul li a
    {
        margin: 0 0.2rem;
        padding: 0.5rem 0rem;
    }
    .menu-content .select
    {
        border-bottom: 1px solid #095126;
    }
    .image-trim
    {
        padding-top: 0%; /* 比率 */
    }
    .container
    {
        margin-top:5rem;
        margin-left: 10rem;
        margin-right: 10rem;
    }
    #top #contents .paragraph1
    {
        margin-right: 14rem;
    }
    #top #contents .paragraph2
    {
        margin-top:4rem;
        margin-right: 20rem;
    }
    #top #contents .paragraph3
    {
        margin-left:12rem;
    }
    #top #contents .paragraph2,
    #top #contents .paragraph4
    {
        margin-left:3rem;
    }
    #top #contents .paragraph4
    {
        margin-right: 14rem;
    }
    #top #contents #content1
    {
        background: url("../img/top/content1_bg.jpg") no-repeat right top;
        min-height: 20rem;
    }
    #top #contents #content2
    {
        background: url("../img/top/content2_bg.jpg") no-repeat left top;
        min-height: 10rem;
        margin-top:4rem;
    }
    #top #contents #content3
    {
        background: url("../img/top/content3_bg.jpg") no-repeat right top;
        min-height: 10rem;
        margin-top:4rem;
    }
    #top #contents #content4
    {
        margin-top:4rem;
    }
    /*SERVICE Start*/
    #service #content2 section
    {
        display: flex;
        align-items: flex-start;
    }
    #service #contents #content1 section
    {
        background: url(../img/service/content1_pc.jpg) no-repeat left top;
        min-height: 10rem;
    }
    #service #contents #content2 section
    {
        background: url(../img/service/content2_pc.jpg) no-repeat right top;
        min-height: 10rem;
    }
    #service #contents #content3 section
    {
        background: url(../img/service/content3_pc.jpg) no-repeat left top;
        min-height: 10rem;
    }
    #service #contents #content4 section
    {
        background: url(../img/service/content4_pc.jpg) no-repeat right top;
        min-height: 10rem;
    }
    #service #contents #content5 section
    {
        background: url(../img/service/content5_pc.jpg) no-repeat left top;
        min-height: 10rem;
    }
    #service #contents #content1 section p,
    #service #contents #content2 section p,
    #service #contents #content3 section p,
    #service #contents #content4 section p,
    #service #contents #content5 section p
    {
        padding-top:1.2rem;
    }
    #service #contents #content1 section p,
    #service #contents #content3 section p,
    #service #contents #content5 section p
    {
        margin-left: 230px;
    }
    #service #contents #content2 section p,
    #service #contents #content4 section p
    {
        margin-right: 230px;
    }
    /*SERVICE End*/
    /*ABOUT Start*/
    #about #content1 .content
    {
       display: flex;
    }
    #about #content1 p
    {
        margin-right: 4rem;
    }
    #about #content2 table
    {
        width: 100%;
    }
    #about #content2 tr
    {
        display: flex;
    }
    #about #content2 th
    {
        background-color: #daeed7;
        border-bottom: 1px solid white;
        font-weight: normal;
        padding: 1rem 0;
        text-align: center;
        vertical-align: middle;
        display: block;
        width:24%;
    }
    #about #content2 td
    {
        border-bottom: 1px solid #999;
        padding-left: 4rem;
        vertical-align: middle;
        margin-left: 1rem;
        padding: 1rem 0 1rem 3rem;
        display: block;
        width:76%;
    }
    #about #content2 td.last
    {
        border: none;
    }
    #about #content2 span
    {
        vertical-align: middle;
    }
    #about .middle
    {
        margin-top:10rem;
    }
    /*ABOUT End*/
    /*ACCESS Start*/
    #access #map iframe
    {
        margin-top:2rem;
        height: 450px;
        width: 100%;
    }
    #access #content2
    {
        display: flex;
        flex-direction: row-reverse; /* 横並び逆順 */
	    gap: 10%; /* 余白 */
        margin-top: 2rem;
    }
    #access #content2 p
    {
        font-size: 0.8rem;
    }
    #access #content2 p:first-child
    {
        margin-bottom: 1rem;
    }
    #access #content2 img
    {
        width: 28vw;
    }
    /*ACCESS End*/
}
/*PC用（836px 〜） End*/
/*タブレット用（836px 〜 1100px） Start*/
@media (min-width:836px) and (max-width:1100px)
{
    header #right-area
    {
        display: none;
    }
    .menu-content
    {
        margin-left:2rem;
    }
    .container
    {
        margin-left: 10vh;
        margin-right: 10vh;
    }
}
/*タブレット用（835px 〜 1100px） End*/
/*PC（ワイドディスプレイ）用（1101px 〜） Start*/
@media (min-width:1101px)
{
    .container
    {
        margin-left: 24vw;
        margin-right: 24vw;
    }
}
/*PC（ワイドディスプレイ）用 End*/