@charset "utf-8";
/* CSS Document */

/* @media以外の所は全てのサイズで読み込まれます。*/

body{ 
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: "Futura PT", "New York","Noto Sans JP","Outfit",serif;
}
h1{
    font-size: 25px;
    text-decoration: none;
}
a{
    color: #000000;
    position: relative;
    text-decoration: none;
}
a:hover {
    color: #FF9800;
}

.slide-bottom {
    opacity:0;
    animation-name:anime;
    animation-duration:0.5s; 
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.slide-bottom2 {
    opacity:0;
    animation-name:anime;
    animation-duration:1s; 
    animation-delay: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.slide-bottom3 {
    opacity:0;
    animation-name:anime;
    animation-duration:1.5s; 
    animation-delay: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes anime {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}

#content01{
    max-width: 1920px;
    max-height: 1598px;
    width: 100%;
    height: 100%;    
}
#content01 #video-wrap {
    max-width: 1920px;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}
#content01 #video-wrap .video{
    max-width: 1920px;
    position: fixed;
    z-index: 0;
    top: 0;
    left: 0;
    filter: drop-shadow(0px 0px rgba(0,0,0,0));
    outline: none;
    border: none;
}
#content01 #headder{
    max-width: 1920px;
    height: 112px;
    width: 93.5%;
    top: 0;
    left: 0;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 65px;
    position: fixed;
    background-color: #FFFFFF;
    opacity: 0.8;
    border-radius: 10px;
    z-index: 3;
}
#content01 #logo h1{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 15px 10px 0;
    margin-left: -70%;
    z-index: 4;
}
#content01 #logo h1 img{
    width: 13%;
}
#content01 #nabi{
    display: block;
    width: 60%;
    position: absolute;
    top: 12%;
    right: 0;
    text-align: right;
    z-index: 4;
}
#content01 #nabi ul{
    list-style-type: none;
    float: right;
}
#content01 #nabi ul li{
    float: left;
    display: block;
    padding: 15px 15px;
    font-size: 17px;
    font-weight: bold;
    text-align: right;
}
#content01 #nabi ul li #inqimg a{
    float: left;
    width: 100%;
    margin-top: -4px;
    margin-left: -25%;
}
#content01 #nabi ul li #inqimg a img{
    width: 65%;
}
#content01 #nabi ul li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #FF9800;
    bottom: -1px;               /*アンダーラインがaタグの下端から現れる*/
    transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
    transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
    transition: transform 0.3s; /*変形の時間*/
}
#content01 #nabi ul li a:hover::after {
    color: #FF9800;
    transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
}
#content01 #nabi ul li #inqimg a:hover{
    text-decoration: none;
}
#content01 #nabi ul li #inqimg a::after{
    transform: scale(0, 0); 
}
#content01 #nabi ul li #inqimg a:hover::after{
    transform: scale(0, 0); 
}

#content01-in01{
    display: block;
    width: 100%;
    padding: 10px 0;
}
#content01-in01 #imgcon01in0101pc{
    position: absolute;
    top: 30%;
    right: 17%;
    width: 20%;
    z-index: 2;
}
#content01-in01 #con01in0102{
    float: left;
    z-index: 2;
    margin-left: 0;
    position: absolute;
    top: 50%;
    left: 5%;
}
#content01-in01 #imgcon01in0102pc{
    width: 75%;
    margin-left: 9.5%;
}
#content01-in01 #con01in0102 p{
    font-size: 20px;
    padding: 10px 0;
    margin-left: 9.5%;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.35em;
    font-family: "Futura PT", "New York", "serif";
}
#content01-in02{
    width: 87%;
    position: absolute;
    top: 130%;
    left: 13%;
}
#content01-in02 #imgcon01in0201{
    display: block;
    width: 30%;
    float: left;
    z-index: 2;
}
#content01-in02 #imgcon01in0201 img{
    width: 40%;
}
#content01-in02 #txtcon01in0201{
    display: block;
    width: 65%;
    float: left;
    margin-top: 8%;
    margin-left: 5%;
    z-index: 2;
}
#content01-in02 #txtcon01in0201 #txtcon01in0201title{
    width: 100%;
    font-size: 1.5em;
    line-height: 2em;
    text-align: left;
    letter-spacing: 0.5em;
    margin-bottom: 10%;
    font-weight: normal;
}
#content01-in02 #txtcon01in0201 #txtcon01in0201txt{
    font-size: 1em;
    line-height: 3.5em;
    text-align: left;
    letter-spacing: 0.15em;
    font-weight: normal;
}
.pt10{
    padding-top: 10%;
}
.sp_br {
  display: none; 
}
#content02-06{
    display: block;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 230%;
    background: #FFFFFF;
    z-index: 2;
}


/* 事業概要 */

#content02{
    display: block;
    max-width: 1920px;
    max-height: 1598px;
    position: absolute;
    top: 5%;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    padding-bottom: 20em;
}
#content02-in01{
    position: absolute;
    left: 13%;
    width: 52%;
    padding: 0 0 30px 0;
    border-bottom: solid #000000 4px;
    z-index: 2;
}
#content02 #content02-in01 .title01{
    text-align: left;
    font-size: 1em;
    font-family: "Noto Sans JP",serif,"Futura PT";
    letter-spacing: 0.5em;
    margin-left: 0;
}
#content02 #content02-in01 .title02{
    text-align: left;
    font-size: 4em;
    font-family: "Outfit", serif;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
    margin-left: 0;
}
#content02-in02{
    position: absolute;
    left: 13%;
    width: 87%;
    margin-top: 15%;
}
#content02-in02 #content02-in02-01{
    display: block;
    float: left;
    width: 87%;
    height: 50%;
    text-align: left;
    line-height: 4em;
    font-family: "Noto Sans JP",serif,"Futura PT";
    z-index: 2;
}
#content02-in02 #content02-in02-01 .business01{
    display: block;
    width: 50%;
    font-size: 18px;
    text-align: left;
    padding-top: 0.7em;
}
#content02-in02 #content02-in02-01 .business02{
    display: block;
    width: 50%;
    font-size: 18px;
    text-align: left;
    padding-top: 0.7em;
}
#content02-in02 #content02-in02-01 .business03{
    display: block;
    width: 50%;
    font-size: 18px;
    text-align: left;
    padding-top: 0.7em;
}
#content02-in02 #content02-in02-01 .business01-in01{
    width: 80%;
    display: block;
    font-size: 1.3em;
    letter-spacing: 0.5em;
    font-family: "Noto Sans JP",serif,"Futura PT";
    font-weight: normal;
}
#content02-in02 #content02-in02-01 .business01-box01{
    float: right;
    width: 1em;
    height: 1em;
    background: #ffffff;
    border: 1px solid #000000;
    margin-top: -2.5em;
}
#content02-in02 #content02-in02-01 .business01-txt01 .business01-txt01-01{
    float: left;
    display: block;
    width: 63%;
    height: 10%;
    padding: 5px 0;
    margin-left: -5px;
}
#content02-in02 #content02-in02-01 .business01-txt01 .business01-txt01-03{
    float: left;
    display: block;
    width: 40%;
    text-align: center;
    margin-top: -20%;
    margin-left: 45%;
    position: absolute;
    z-index: 5;
}
#content02-in02 #content02-in02-01 .business01-txt01 .business01-txt01-04{
    float: left;
    display: block;
    width: 40%;
    text-align: center;
    margin-top: -28%;
    margin-left: 45%;
    position: absolute;
    z-index: 5;
}

#content02-in02 #content02-in02-01 .business01-txt01 .business01-txt01-01{
    opacity: 0;
    display: none;
    width: 100%;
    font-family: "Noto Sans JP","Futura PT",serif;
}
#content02-in02 #content02-in02-01 .business01-txt01 .business01-txt01-05{
    opacity: 0;
    display: none;
    width: 100%;
    font-family: "Noto Sans JP","Futura PT",serif;
}
#content02-in02 #content02-in02-01 .business01-txt01 .business01-txt01-06{
    opacity: 0;
    display: none;
    width: 100%;
    font-family: "Noto Sans JP","Futura PT",serif;
}
#content02-in02 #content02-in02-01 .business01-txt01 .business01-txt01-02{
    float: left;
    display: block;
    width: 40%;
    text-align: center;
    margin-top: -12%;
    margin-left: 45%;
    position: absolute;
    z-index: 5;
}
#content02-in02 #content02-in02-01 .business01-txt01 .business01-txt01-03{
    opacity: 0;
    display: none;
    width: 100%;
    font-family: "Noto Sans JP","Futura PT",serif;
}
#content02-in02 #content02-in02-01 .business01-txt01 .business01-txt01-04{
    opacity: 0;
    display: none;
    width: 100%;
    font-family: "Noto Sans JP","Futura PT",serif;
}

#content02-in02 #content02-in02-01 .business01-txt01 img{
    width: 95%;
}

#content02-in02 #content02-in02-01 .business01-line{
    width: 50%;
    clear: both;
    padding-bottom: 1.2em;
    border-bottom: solid #000000 1px;
}
#content02-in02 #content02-in02-01 .business01-in01:hover + .business01-box01{
    display: block;
    border: 1px solid #000000;
    background: #FFA94B;
    width: 1em;
    height: 1em;
    margin-top: -2.5em;
}
#content02-in02 #content02-in02-01 .business01-box01:hover{
    display: block;
    border: 1px solid #000000;
    background: #FFA94B;
    width: 1em;
    height: 1em;
    margin-top: -2.5em;
}
#content02-in02 #content02-in02-01 .business01:hover + .business01-txt01 .business01-txt01-01{
    display: block;
    width: 50%;
    font-size: 1.05em;
    line-height: 1.8em;
    padding: 5px;
/* animationプロパティ設定 */
    animation-name: fadeIn;
    animation-fill-mode:forwards;
    animation-duration:0.8s;
    animation-iteration-count:1;
    animation-timing-function: ease-in-out;    
}
#content02-in02 #content02-in02-01 .business02:hover + .business01-txt01 .business01-txt01-05{
    display: block;
    width: 50%;
    font-size: 1.05em;
    line-height: 1.8em;
    padding: 5px;
/* animationプロパティ設定 */
    animation-name: fadeIn;
    animation-fill-mode:forwards;
    animation-duration:0.8s;
    animation-iteration-count:1;
    animation-timing-function: ease-in-out;    
}
#content02-in02 #content02-in02-01 .business03:hover + .business01-txt01 .business01-txt01-06{
    display: block;
    width: 50%;
    font-size: 1.05em;
    line-height: 1.8em;
    padding: 5px;
/* animationプロパティ設定 */
    animation-name: fadeIn;
    animation-fill-mode:forwards;
    animation-duration:0.8s;
    animation-iteration-count:1;
    animation-timing-function: ease-in-out;    
}
#content02-in02 #content02-in02-01 .business02:hover + .business01-txt01 .business01-txt01-03{
    display: block;
    width: 40%;
    font-size: 1.05em;
    line-height: 1.8em;
    padding: 5px;
	margin-top: -32%;
/* animationプロパティ設定 */
    animation-name: fadeIn;
    animation-fill-mode:forwards;
    animation-duration:0.8s;
    animation-iteration-count:1;
    animation-timing-function: ease-in-out;    
}
#content02-in02 #content02-in02-01 .business03:hover + .business01-txt01 .business01-txt01-04{
    display: block;
    width: 40%;
    font-size: 1.05em;
    line-height: 1.8em;
    padding: 5px;
	margin-top: -38%;
/* animationプロパティ設定 */
    animation-name: fadeIn;
    animation-fill-mode:forwards;
    animation-duration:0.8s;
    animation-iteration-count:1;
    animation-timing-function: ease-in-out;    
}
#content02-in02 #content02-in02-01 .business02:hover + .business01-txt01 .business01-txt01-02{
    display: none;
/* animationプロパティ設定 */
    animation-name: fadeOut;
    animation-fill-mode:forwards;
    animation-duration:0.8s;
    animation-iteration-count:1;
    animation-timing-function: ease-in-out;    
}
#content02-in02 #content02-in02-01 .business03:hover + .business01-txt01 .business01-txt01-02{
    display: none;
/* animationプロパティ設定 */
    animation-name: fadeOut;
    animation-fill-mode:forwards;
    animation-duration:0.8s;
    animation-iteration-count:1;
    animation-timing-function: ease-in-out;    
}

#content02-in02 #content02-in02-01 .business01-box01:hover + .business01-txt01{
    display: block;
    width: 80%;
    font-size: 1.05em;
    line-height: 1.8em;
    padding: 5px;
/* animationプロパティ設定 */
    animation-name: fadeIn;
    animation-fill-mode:forwards;
    animation-duration:0.8s;
    animation-iteration-count:1;
    animation-timing-function: ease-in-out;    
}


@keyframes fadeIn {
  0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
}
@keyframes fadeOut {
  0% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
}


/* 会社概要 */

#content03{
    display: block;
    max-width: 1920px;
    max-height: 1748px;
    position: absolute;
    top: 105%;
    width: 100%;
    height: auto;
    background-color: #FFF9DF;
    background: url("../img/top_image02.jpg") no-repeat bottom;
    margin-top: 5em;
	padding-bottom: 100%;
}
#content03-in01{
    position: absolute;
    left: 0;
    width: 87%;
    padding: 20px 0 30px 0;
    z-index: 2;
	background-color: #FFF9DF;
	padding-left: 13%;
}
#content03 #content03-in01 .title01{
    text-align: left;
    font-size: 1em;
    font-family: "Noto Sans JP",serif,"Futura PT";
    letter-spacing: 0.5em;
    margin-left: 0;
}
#content03 #content03-in01 .title02{
    text-align: left;
    font-size: 4em;
    font-family: "Outfit", serif;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
    margin-left: 0;
}
#content03-in02{
    position: absolute;
    top: 20%;
    left: 13%;
    width: 87%;
    padding: 10px 0 40px 0;
    z-index: 2;
    margin-top: 5%;
}
#content03-in02-01{
    display: block;
    width: 60%;
    float: right;
    text-align: left;
}
.tbl01{
    display: block;
    width: 70%;
    border-top: solid #838383 1px;
    clear: both;
}
.tbl02{
    display: block;
    width: 70%;
    margin: 8px 0 5px 0;
    line-height: 15%;
    clear: both;
}
.tbl03{
    display: block;
    width: 70%;
    padding-bottom: 1%;
    border-bottom: solid #838383 1px;
    clear: both;
}
.tbl-l20{
    display: inline-block;
    float: left;
    width: 25%;
    text-align: left;
    font-weight: bold;
    padding: 15px 0;
    line-height: 1.5em;
    letter-spacing: 0.2em;
}
.tbl-r80{
    display: inline-block;
    float: left;
    width: 75%;
    text-align: left;
    padding: 15px 0;
    line-height: 1.5em;
}
.mapimg{
    width: 3.5%;
    padding-left: 3%;
    margin-bottom: -2%;
}
#content03-in02-02{
    position: absolute;
    display: block;
    width: 39%;
    float: left;
    text-align: left;
    padding-left: 1%;
}
#content03-in02-02 img{
    width: 78%;
}

/* ニュース */

#content04{
    display: block;
    max-width: 1920px;
    max-height: 1000px;
    position: absolute;
    top: 285%;
    width: 100%;
    padding-bottom: 40%;
    background-color: #FFFFFF;
}
#content04-in01{
    position: absolute;
    left: 13%;
    top: 10%;
    width: 87%;
    padding: 10px 0 40px 0;
    z-index: 2;
}
#content04 #content04-in01 .title01{
    text-align: left;
    font-size: 1em;
    font-family: "Noto Sans JP",serif,"Futura PT";
    letter-spacing: 0.5em;
    margin-left: 0;
}
#content04 #content04-in01 .title02{
    text-align: left;
    font-size: 4em;
    font-family: "Outfit", serif;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
    margin-left: 0%;
}
#content04 #content04-in02{
    position: absolute;
    top: 20%;
    left: 3.5%;
    width: 90%;
    padding: 10px 0 40px 0;
    z-index: 2;
    margin-top: 5%;
}
#content04 #content04-in02 iframe{
    height: 190px;
}
#btnews01{
    float: right;
    margin-right: 8%;
    padding: 10px;
}
#btnews01 img{
    width: 80%;
}


/* お問い合わせ */

#content05{
    max-width: 1920px;
    max-height: 1000px;
    position: absolute;
    top: 340%;
    width: 100%;
    padding-bottom: 60%;
    background-color: #FFFFFF;
}
#content05-in01{
    position: absolute;
    left: 13%;
    width: 60%;
    padding: 10px 0;
}
#content05 #content05-in01 .title01{
    text-align: left;
    font-size: 1em;
    font-family: "Noto Sans JP",serif,"Futura PT";
    letter-spacing: 0.5em;
    margin-left: 0;
}
#content05 #content05-in01 .title02{
    text-align: left;
    font-size: 4em;
    font-family: "Outfit", serif;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
    margin-left: 0%;
}
#content05-in02{
    position: absolute;
    top: 25%;
    width: 100%;
    padding: 2% 0;
}
#content05-in02 img{
    padding: 1em;
    width: 35%;
}


/* フッター */

#content06{
    max-width: 1920px;
    max-height: 1500px;
    background-color: #ffffff;
    background: url("../img/top_image 3.png")no-repeat bottom;
    position: absolute;
    top: 430%;
    width: 100%;
    height: auto;
    padding-bottom: 60%;
}
#content06-in01{
    position: absolute;
    top: 20%;
    width: 50%;
    float: left;
    text-align: left;
}
#content06-in01 #content06-in01-01{
    display: block;
    float: left;
    width: 35%;
    margin-left: 50%;
}
#content06-in01 #content06-in01-01 img{
    width: 90%;
}
#content06-in01 #content06-in01-02{
    display: block;
    float: left;
    width: 35%;
    margin-left: 30%;
}
#content06-in01 #content06-in01-02 img{
    width: 130%;
}
#content06-in02{
    position: absolute;
    top: 35%;
    left: 50%;
    width: 50%;
    text-align: left;    
}
#content06-in02 #content06-in02-01{
    display: block;
    width: 50%;
    position: absolute;
    float: left;
    text-align: left;
}
#content06-in02 #content06-in02-02{
    display: block;
    width: 50%;
    position: absolute;
    left: 30%;
    text-align: left;
}
#content06-in02 ul li{
    list-style-image: url("../img/list01.png");
    font-size: 1.02em;
    font-weight: bold;
    line-height: 4em;
}
#content06-in02 ul li ul li{
    list-style: none;
    font-size: 1.02em;
    font-weight: bold;
    line-height: 2em;
    text-indent: -2.5em;
}
#content06-in03{
    display: block;
    width: 87%;
    position: absolute;
    top: 90%;
    text-align: right;
}
#content06-in02 a{
    color: #000000;
    position: relative;
    text-decoration: none;
}
#content06-in02 a:hover {
    color: #868686;
}

#mob_menu{
        display: none;
    }
.img-pc {
    display: block;
}
.img-sp {
    display: none;
}

/* コンテンツ07 */
#content07-09{
    display: block;
    position: absolute;
    max-width: 1920px;
    width: 100%;
    height: auto;
    background-color: #FFF9DF;
}    
#content07{
    max-width: 1920px;
    max-height: 1598px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
}
#content07 #headder{
    max-width: 1920px;
    height: 112px;
    width: 93.5%;
    top: 0;
    left: 0;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 65px;
    position: fixed;
    background-color: #FFFFFF;
    opacity: 0.8;
    border-radius: 10px;
    z-index: 3;
}
#content07 #logo h1{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 15px 10px 0;
    margin-left: -3%;
    z-index: 4;
}
#content07 #logo h1 img{
    width: 20%;
}
#content07 #nabi{
    display: block;
    width: 60%;
    position: absolute;
    top: 12%;
    right: 0;
    text-align: right;
    z-index: 4;
}
#content07 #nabi ul{
    list-style-type: none;
    float: right;
}
#content07 #nabi ul li{
    float: left;
    display: block;
    padding: 15px 15px;
    font-size: 17px;
    font-weight: bold;
    text-align: right;
}
#content07 #nabi ul li #inqimg a{
    float: left;
    width: 100%;
    margin-top: -4px;
    margin-left: -25%;
}
#content07 #nabi ul li #inqimg a img{
    width: 65%;
}
#content07 #nabi ul li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #FF9800;
    bottom: -1px;               /*アンダーラインがaタグの下端から現れる*/
    transform: scale(0, 1);     /*アンダーラインの縮尺比率。ホバー前はx方向に0*/
    transform-origin: left top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の左端*/
    transition: transform 0.3s; /*変形の時間*/
}
#content07 #nabi ul li a:hover::after {
    color: #FF9800;
    transform: scale(1, 1);     /*ホバー後、x軸方向に1（相対値）伸長*/
}
#content07 #nabi ul li #inqimg a:hover{
    text-decoration: none;
}
#content07 #nabi ul li #inqimg a::after{
    transform: scale(0, 0); 
}
#content07 #nabi ul li #inqimg a:hover::after{
    transform: scale(0, 0); 
}

/* コンテンツ08 */
#content08{
    max-width: 1920px;
    width: 100%;
    position: relative;
    left: 0;
    margin-top: 10%;
    padding-top: 100px;
    padding-bottom: 15em; 
    background-color: #FFF9DF;
}
#content08 #content08-in01{
    position: absolute;
    left: 12%;
    width: 60%;
    padding: 10px 0;
}
#content08 #content08-in02{
    position: absolute;
    top: 0;
    width: 100%;
    margin: 15% 0;
    margin-left: -1%;
    background-color: #FFF9DF;
}
#content08 #content08-in03{
    display: block;
    width: 100%;
    margin-top: 70%;
    background-color: #FFF9DF;
}

/* コンテンツ09 */
#content09{
    max-width: 1920px;
    max-height: 1500px;
    background: url("../img/top_image03.jpg")no-repeat top;
    position: absolute;
    top: 590%;
    width: 100%;
    height: auto;
    padding-bottom: 45%;
    background-color: #FFF9DF;
}
#content09ne{
    max-width: 1920px;
    max-height: 1500px;
    background: url("../img/top_image03.jpg")no-repeat top;
    position: absolute;
    top: 575%;
    width: 100%;
    height: auto;
    padding-bottom: 45%;
    background-color: #FFF9DF;
}

#content09-in01{
    position: absolute;
    top: 20%;
    width: 50%;
    float: left;
    text-align: left;
}
#content09 ul li{
    list-style-image: url("../img/list01.png");
    line-height: 3em;
}
#content09 ul li ul li{
    list-style: none;
    line-height: 2em;
}
#content09-inq{
    max-width: 1920px;
    max-height: 1500px;
    background: url("../img/top_image03.jpg")no-repeat top;
    position: absolute;
    top: 280%;
    width: 100%;
    height: auto;
    padding-bottom: 45%;
}
#content09-inq02{
    max-width: 1920px;
    max-height: 1500px;
    background: url("../img/top_image03.jpg")no-repeat top;
    position: absolute;
    top: 300%;
    width: 100%;
    height: auto;
    padding-bottom: 45%;
}
/* コンテンツ10 */

#content10{
    max-width: 1920px;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 15em;
    margin-top: 10%;
    position: relative;
    left: 0;
    background-color: #FFF9DF;
}
#content10-in01{
    position: absolute;
    left: 10%;
    width: 60%;
    padding: 10px 0;
}
#content10-in02{
    position: absolute;
    top: 65%;
    width: 100%;
    padding: 2% 0 20% 0;
    background-color: #FFF9DF;
}
#content10-in02-01{
    display: block;
    width: 100%;
}
#content10-in02-01 img{
    width: 75%;
    margin-left: 13%;
}
#content10-in02-02{
    display: block;
    width: 100%;
    margin: 5% 0;
}
#content10-in02-03{
    display: block;
    width: 100%;
    clear: both;
    margin-top: 10%;
}
#content10-in02-04{
    display: block;
    width: 100%;
    clear: both;
    margin-top: 5%;
}
#content10-in02-05{
    display: block;
    width: 100%;
    clear: both;
    margin: 5% 0;
	padding-top: 5%;
}
#content10-in02-06{
    display: block;
    width: 100%;
    clear: both;
    margin: 5% 0;
}
#content10-in02-06 img{
    width: 25%;
}
.txt-b-in{
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 2em;
    text-align: center;
    margin-top: 50px;
}
#content10-in01 .title01{
    text-align: left;
    font-size: 1em;
    font-family: "Noto Sans JP",serif,"Futura PT";
    letter-spacing: 0.5em;
    text-indent: 2em;
}
#content10-in01 .title02{
    text-align: left;
    font-size: 4em;
    font-family: "Outfit", serif;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
    margin-left: 0.5em;
}

/* お問い合わせタイトル */
.title-in01{
    display: block;
    width: 7%;
    margin: 5% 0 0 16%;
    float: left;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    padding: 10px 5px 10px 0;
    letter-spacing: 0.15em;
}
.title-in01line{
    width: 61%;
    margin: 5% 11% 0 0;
    float: left;
    border-bottom: solid 1px #000;
    padding:  15px 0 5px 0;
}
.title-in02{
    display: block;
    width: 12%;
    margin: 5% 0 0 16%;
    float: left;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    padding: 10px 5px 10px 0;
    letter-spacing: 0.15em;
}
.title-in02line{
    width: 56%;
    margin: 5% 14% 0 0;
    float: left;
    border-bottom: solid 1px #000;
    padding:  15px 0 5px 0;
}

/* コンテンツボックス */
.contentsbox01{
    width: 60%;
    height: 300px;
    line-height: 2em;
    border-radius: 30px;
    background-color: #FFFFFF;
    overflow-y: scroll;
    text-align: left;
    margin-left: 17%;
    margin-right: 13%;
    padding: 5%;
	font-weight: normal;
}
.contentsbox01 ul li{
    list-style: none;
	text-indent: -2em;
}
.contentsbox01::-webkit-scrollbar{
    width: 10px;
    border-radius: 5px;
    background-color: #868686; 
}
.contentsbox01::-webkit-scrollbar-thumb{
    width: 8px;
    border-radius: 5px;
    background-color: #CBCBCB;   
}
.contentsbox01 p{
	line-height: 2.2em;
	margin-top: -1em;
}
.txt-b{
	font-size: 20px;
	font-weight: bolder;
	line-height: 2.5em;
}
.txt-b2{
	font-size: 18px;
	font-weight: bold;
	line-height: 2.5em;
}
.txt-b3{
	font-size: 20px;
	font-weight: bolder;
	line-height: 2.5em;
	padding-top: 5%;
	padding-bottom: -1%;
}



/* 電話設定 */
a:hover{
  opacity:0.6;
}
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}


/* more */

.readmore {
  position: relative;
  margin: 50px auto 10px auto;
  padding: 0 0 75px;
	width: 90%;
}

.readmore label{
  position: absolute;
  display: table;
  left: 50%;
  bottom: -5%;
  margin: 10px auto;
  width: 200px;
  padding: 15px;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  background-color: #FF9000;
  font-family: "Futura PT", "New York","Noto Sans JP","Outfit",serif;
  font-size: 17px;
  font-weight: bold; 
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}

.readmore label::before {
  content: 'もっと見る　　⇀';
}
.readmore input[type="checkbox"]:checked ~label::before {
  content: none;
}
.readmore input[type="checkbox"]:checked ~label a::before {
  content: '過去のお知らせ　　⇀';
	color: #FFFFFF;
	text-decoration: none;
	
}
.readmore input[type="checkbox"]{
  display: none;
}

.readmore-content {
  position: relative;
  height: 600px;
	width: 100%;
  overflow: hidden;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}



/* tablet */
/* 画面サイズが768px1023pxまではここを読み込む */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    
#content01{
    display: block;
    max-width: 1023px;
    width: 100%;
    height: 100%;
}
#content01 #video-wrap {
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 9 / 16;
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}
#content01 #video-wrap .video{
    max-width: 1023px;
    max-height: 1817px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
}
#content01 #video-wrap .img-pc {
    display: none;
}
#content01 #video-wrap .img-sp {
    display: block;
}
#content01 #headder{
    max-width: 1023px;
    height: 112px;
    width: 93%;
    top: 0;
    left: 0;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 55px;
    position: fixed;
    background-color: #FFFFFF;
    opacity: 0.8;
    border-radius: 10px;
    z-index: 3;
}
#content01 #logo h1{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 18px 15px 10px 0;
    margin-left: -60%;
    z-index: 4;
}
#content01 #logo h1 img{
    width: 20%;
}
#content01 #nabi{
    display: block;
    width: 73%;
    position: absolute;
    top: 17%;
    right: 0;
    text-align: right;
    z-index: 4;
}
#content01 #nabi ul{
    float: right;
    list-style: none;
    margin-right: -15%;
}
#content01 #nabi ul li{
    float: left;
    padding: 7px;
    font-size: 14px;
    font-weight: bold;
}
#content01 #nabi ul li #inqimg a{
    float: right;
    width: 50%;
    margin-top: -3px;
    margin-right: 50%;
}
#content01 #nabi ul li #inqimg a img{
    width: 95%;
}
    
#content01-in01 #imgcon01in0101pc{
    position: absolute;
    top: 18%;
    right: 20%;
    width: 30%;
    z-index: 2;
}
#content01-in01 #con01in0102{
    float: left;
    z-index: 2;
    margin-left: 0;
    position: absolute;
    top: 33%;
    left: 0;
}
#content01-in01 #imgcon01in0102pc{
    width: 80%;
    margin-left: 9.5%;
}
#content01-in01 #con01in0102 p{
    font-size: 20px;
    padding: 10px 0;
    margin-left: 9.5%;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.35em;
    font-family: "Futura PT", "New York", "serif";
}
#content01-in02{
    width: 87%;
    position: absolute;
    top: 60%;
    left: 5%;
}
#content01-in02 #imgcon01in0201{
    display: block;
    width: 25%;
    float: left;
    z-index: 2;
}
#content01-in02 #imgcon01in0201 img{
    width: 60%;
}
#content01-in02 #txtcon01in0201{
    display: block;
    width: 70%;
    float: left;
    margin-top: 8%;
    margin-left: 5%;
    z-index: 2;
}
#content01-in02 #txtcon01in0201 #txtcon01in0201title{
    width: 100%;
    font-size: 1.5em;
    line-height: 2em;
    text-align: left;
    letter-spacing: 0.5em;
    margin-bottom: 10%;
    font-weight: normal;
}
#content01-in02 #txtcon01in0201 #txtcon01in0201txt{
    font-size: 1em;
    line-height: 2.5em;
    text-align: left;
    letter-spacing: 0.1em;
    font-weight: normal;
}
.sp_br {
  display: block; 
}
#content02-06{
    display: block;
    max-width: 1023px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 130%;
    background: #FFFFFF;
    z-index: 2;
	margin-top: 20px;
}
#content02{
    display: block;
    max-width: 1023px;
    position: absolute;
    top: 5%;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    padding-bottom: 10em;
	margin-top: 20px;
}
#content02-in01{
    position: absolute;
    left: 10%;
    width: 70%;
    padding: 10px 0 40px 0;
    border-bottom: solid #000000 4px;
    z-index: 2;
}
#content02-in02{
    position: absolute;
    left: 10%;
    width: 95%;
    margin-top: 30%;
}
#content02-in02 #content02-in02-01 .business01-txt01 .business01-txt01-02{
    float: left;
    display: block;
    width: 40%;
    text-align: center;
    margin-top: -13%;
    margin-left: 45%;
    position: absolute;
    z-index: 5;
}	
#content02-in02 #content02-in02-01 .business02:hover + .business01-txt01 .business01-txt01-03{
    display: block;
    width: 40%;
    font-size: 1.05em;
    line-height: 1.8em;
    padding: 5px;
	margin-top: -50%;
/* animationプロパティ設定 */
    animation-name: fadeIn;
    animation-fill-mode:forwards;
    animation-duration:0.8s;
    animation-iteration-count:1;
    animation-timing-function: ease-in-out;    
}
#content02-in02 #content02-in02-01 .business03:hover + .business01-txt01 .business01-txt01-04{
    display: block;
    width: 40%;
    font-size: 1.05em;
    line-height: 1.8em;
    padding: 5px;
	margin-top: -62%;
/* animationプロパティ設定 */
    animation-name: fadeIn;
    animation-fill-mode:forwards;
    animation-duration:0.8s;
    animation-iteration-count:1;
    animation-timing-function: ease-in-out;    
}

	
	
#content03{
    display: block;
    max-width: 1023px;
    osition: absolute;
    top: 65%;
    width: 100%;
    height: auto;
    background-color: #FFF9DF;
    background: url("../img/top_image02.jpg") no-repeat bottom;
    padding-top: 3em;
    padding-bottom: 170%;
	margin-top: 30%;
}
#content03-in01{
    position: absolute;
    left: 10%;
    width: 87%;
    padding: 10px 0 40px 0;
    z-index: 2;
}
#content03-in02{
    position: absolute;
    top: 25%;
    left: 10%;
    width: 87%;
    padding: 10px 0 40px 0;
    z-index: 2;
    margin-top: 5%;
}
#content03-in02-01{
    display: block;
    width: 65%;
    float: right;
    text-align: left;
}
.tbl01{
    display: block;
    width: 90%;
    border-top: solid #838383 1px;
    clear: both;
}
.tbl02{
    display: block;
    width: 90%;
    margin: 8px 0 5px 0;
    line-height: 15%;
    clear: both;
}
.tbl03{
    display: block;
    width: 90%;
    padding-bottom: 1%;
    border-bottom: solid #838383 1px;
    clear: both;
}
.tbl-l20{
    display: inline-block;
    float: left;
    width: 30%;
    text-align: left;
    font-weight: bold;
    padding: 15px 0;
    line-height: 1.5em;
    letter-spacing: 0.2em;
}
.tbl-r80{
    display: inline-block;
    float: left;
    width: 70%;
    text-align: left;
    padding: 15px 0;
    line-height: 1.5em;
}
#content04{
    display: block;
    max-width: 1920px;
    max-height: 1000px;
    position: absolute;
    top: 162%;
    width: 100%;
    padding-bottom: 80%;
    background-color: #FFFFFF;
	margin-top: 70%;
}
#content04-in01{
    position: absolute;
    left: 10%;
    top: 10%;
    width: 87%;
    padding: 10px 0 40px 0;
    z-index: 2;
}
#content04-in02{
    position: absolute;
    top: 20%;
    left: 0.5%;
    width: 100%;
    padding: 10px 0 40px 0;
    z-index: 2;
    margin-top: 5%;
}
#content04 #content04-in02 iframe{
    height: 280px;
}
    
#content05{
    max-width: 1032px;
    position: absolute;
    top: 270%;
    width: 100%;
    padding-bottom: 60%;
    background-color: #FFFFFF;
}
#content05-in01{
    position: absolute;
    left: 10%;
    width: 60%;
    padding: 10px 0;
}
#content05-in02{
    position: absolute;
    top: 35%;
    width: 100%;
    padding: 2% 0;
}
#content06{
    max-width: 1032px;
    background-color: #ffffff;
    background: url("../img/top_image 3.png")no-repeat top;
    position: absolute;
    top: 310%;
    width: 100%;
    height: auto;
    padding-bottom: 65%;
}
/* お問い合わせタイトル */
.title-in01{
    display: block;
    width: 15%;
    margin: 5% 0 0 16%;
    float: left;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    padding: 10px 5px 10px 0;
    letter-spacing: 0.15em;
}
.title-in01line{
    width: 53%;
    margin: 5% 11% 0 0;
    float: left;
    border-bottom: solid 1px #000;
    padding:  15px 0 5px 0;
}
.title-in02{
    display: block;
    width: 20%;
    margin: 5% 0 0 16%;
    float: left;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    padding: 10px 5px 10px 0;
    letter-spacing: 0.15em;
}
.title-in02line{
    width: 48%;
    margin: 5% 14% 0 0;
    float: left;
    border-bottom: solid 1px #000;
    padding:  15px 0 5px 0;
}
#content08{
    max-width: 767px;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 35em;
    position: relative;
    left: 0;
    background-color: #FFF9DF;
}
#content08 #content08-in01{
    position: absolute;
    left: 14%;
    width: 90%;
    padding: 10px 0;
    margin-left: 0;
    background-color: #FFF9DF;
}
#content08 #content08-in02{
    position: absolute;
    left: 0;
    width: 85%;
    padding: 2% 0 10% 0;
    margin-left: 0;
    background-color: #FFF9DF;
}
#content08 #content08-in01 .title01{
    display: block;
    text-align: left;
    font-size: 1.1em;
    font-family: "Noto Sans JP",serif,"Futura PT";
    letter-spacing: 0.2em;
    margin-left: 35%;
}
#content08 #content08-in01 .title02{
    display: block;
    text-align: left;
    font-size: 2em;
    font-family: "Outfit", serif;
    font-weight: 800;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
    margin-left: 1%;
}
#content08 #content08-in02 #con08-01{
    width: 100%;
    display: block;
    position: absolute;
    left: 9%;
}
#content08 #content08-in03 #btnews02{
    display: block;
    width: 100%;
    margin-left: 12%;
    text-align: center;
} 
#content08 #content08-in03 #btnews02 img{
    width: 60%;
} 
#content09{
    max-width: 1032px;
    max-height: 1500px;
    background: url("../img/top_image03.jpg")no-repeat top;
    position: absolute;
    top: 520%;
    width: 100%;
    height: auto;
    padding-bottom: 65%;
    background-color: #FFF9DF;
}
#content09ne{
    max-width: 1032px;
    max-height: 1500px;
    background: url("../img/top_image03.jpg")no-repeat top;
    position: absolute;
    top: 65em;
    width: 100%;
    height: auto;
    padding-bottom: 65%;
    background-color: #FFF9DF;
}

#content09-inq{
    max-width: 1032px;
    max-height: 1500px;
    background: url("../img/top_image03.jpg")no-repeat top;
    position: absolute;
    top: 280%;
    width: 100%;
    height: auto;
    padding-bottom: 65%;
}
#content09-inq02{
    max-width: 1032px;
    max-height: 1500px;
    background: url("../img/top_image03.jpg")no-repeat top;
    position: absolute;
    top: 280%;
    width: 100%;
    height: auto;
    padding-bottom: 65%;
}

#content10 #content10-in02-03 .form-tbl .form{
    margin-left: -42%;
}
#content10 #content10-in02-04 .form-tbl .form{
    margin-left: -42%;
}
#content10 .form-tbl #check01{
    display: block;
    width: 100%;
    clear: both;
    margin-left: -40%;
}
#content10-in01 .title01{
    text-align: left;
    font-size: 1em;
    font-family: "Noto Sans JP",serif,"Futura PT";
    letter-spacing: 0.5em;
    text-indent: 1em;
    margin-left: 4%;
}
#content10-in01 .title02{
    text-align: left;
    font-size: 4em;
    font-family: "Outfit", serif;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
    margin-left: 7%;
}
#content11 #headder{
    max-width: 1023px;
    height: 112px;
    width: 93%;
    top: 0;
    left:0;
    margin-left: -10px;
    margin-right: 30px;
    margin-top: 55px;
    position: fixed;
    background-color: #FFFFFF;
    opacity: 0.8;
    border-radius: 10px;
    z-index: 3;
}
#content11 #logo h1{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 15px 10px 0;
    margin-left: -13%;
    z-index: 4;
}
#content11 #logo h1 img{
    width: 50%;
}
#content11 #nabi{
    display: block;
    width: 75%;
    position: absolute;
    top: 17%;
    right: 0;
    text-align: right;
    z-index: 4;
}
#content11 #nabi ul{
    float: right;
    list-style: none;
    margin-right: -5%;
}
#content11 #nabi ul li{
    float: left;
    padding: 7px;
    font-size: 15px;
    font-weight: bold;
}
#content11 #nabi ul li #inqimg a{
    float: left;
    width: 95%;
    margin-top: -3px;
    margin-right: 35%;
}
#content11 #nabi ul li #inqimg a img{
    width: 55%;
}

}


/* mobile */
/* 画面サイズが767pxまではここを読み込む */
@media screen and (max-width: 767px) {
    
  /* 改行設定 */
.sp_br {
  display: block;
}
.img-pc {
    display: none;
}
.img-sp {
    display: block;
}
.slide-bottom-sp04 {
    opacity:0;
    animation-name:anime;
    animation-duration:2s; 
    animation-delay: 2.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.slide-bottom-sp05 {
    opacity:0;
    animation-name:anime;
    animation-duration:2.5s; 
    animation-delay: 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.slide-bottom-sp06 {
    opacity:0;
    animation-name:anime;
    animation-duration:3s; 
    animation-delay: 3.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}


/*　モバイルメニューon　*/
    
#mob_menu {
    display: block;
    background: url("../img/top_image.jpg") center;
    background-size: 200%;
    box-sizing: border-box;
    height: 100%;
    padding: 10% 5%; /*メニュー内左右上下余白*/
    position: fixed;
    right: -100%; /*メニュー横幅 width と合わせる*/
    top: 0;
    transition: transform 0.3s linear 0s; /*0.3s はアニメーションにかかる時間*/
    width: 100%; /*メニュー横幅*/
    z-index: 1000;
    margin: 0;
    font-size: 1em;
	font-weight: bold;
    line-height: 3.3em;
    letter-spacing: 0.05em;
}
#mob_menu ul{
	margin-top: 15%;
	}
#mob_menu ul li{
    list-style: none;
    list-style-image: url("../img/list02.png");
    color: #000000;
    text-align: left;
    margin-left: 30%;
	}
#mob_menu ul li a{
    text-decoration: none;
    color: #000000;
    
    }
#mob_menu ul li a:hover{
    text-decoration: none; 
    }
#mob_menu ul li ul{
	margin-top: 0;
	}
#mob_menu ul li ul li{
	list-style: none;
	line-height: 2em;
	margin-left: -27%;
	font-weight: normal;		
}
#mob_menu_02{
        clear: both;
        display: block;
    }
#mob_menu_02 img{
        width: 95%;
    }
#mob_menu_02 #mob_menu_02l{
    float: left;
    width: 45%;
    margin: 2%;
    }
#mob_menu_02 #mob_menu_02r{
    float: right;
    width: 45%;
    margin: 2%;
    }
#mob_menu #logo02{
    margin-top: -5%;
    margin-left: -30%;
    }
#mob_menu #logo02 img{
        width: 50%;
    }
.sp-menu-icon-hidden {
  display: none;
}

#sp-menu-icon-icon {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: fixed;
  width: 30px;
    top: 45px;
  right: 25px;
  z-index: 1005;
    transition: all 0.3s;
    transform: rotate(0deg);
}

#sp-menu-icon-icon span {
  background:  rgb(96, 96, 96);
  border-radius: 0px;
  display: block;
  height: 10%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease-in-out;
  width: 84%;
}

#sp-menu-icon-icon span::before,
#sp-menu-icon-icon span::after {
  -webkit-transform: rotate(0);
  background: rgb(96, 96, 96);
  border-radius: 0px;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
}

#sp-menu-icon-icon span::before {
  margin-top: -45%;
}

#sp-menu-icon-icon span::after {
  margin-top: 35%;
}

#sp-menu-icon-checkbox:checked ~ #sp-menu-icon-icon span {
  background: rgba(51, 51, 51, 0);
}

#sp-menu-icon-checkbox:checked ~ #sp-menu-icon-icon span::before,
#sp-menu-icon-checkbox:checked ~ #sp-menu-icon-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
    z-index: 1002;
}

#sp-menu-icon-checkbox:checked ~ #sp-menu-icon-icon span::before {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-45deg);
}

#sp-menu-icon-checkbox:checked ~ #sp-menu-icon-icon span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#sp-menu-icon-checkbox {
    display: none; /*チェックボックス本体は消しておく*/
}

#sp-menu-icon-checkbox:checked ~ #mob_menu{
    transform: translate(-100%); /*メニュー本体横幅 width と合わせる*/
    z-index: 1000;
}
#sp-menu-icon-checkbox:checked ~ #sp-menu-icon-icon {
    transform: translate(0%); /*メニュー本体横幅 width と合わせる*/
    z-index: 1001;
}


#sp-menu-icon-checkbox:checked ~ #menu-background {
    opacity: 0.5;
    z-index: 999;
}
    
    
#content01{
    width: 100%;
    height: 100vh;
	position: relative;
}
#content01 #video-wrap {
    width: 100%;
    height: 100%;
	position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
}
#content01 #video-wrap .video{
    width: auto;
    height: 100%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    filter: drop-shadow(0px 0px rgba(0,0,0,0));
    outline: none;
    border: none;
	
}
  

#content01 #headder{
    max-width: 767px;
    height: 112px;
    width: 93%;
    top: 0;
    left: -8%;
    margin-top: 0;
    position: fixed;
    background: none;
    z-index: 3;
}
#content01 #logo h1{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px 15px 10px 0;
    margin-left: -30%;
    z-index: 4;
}
#content01 #logo h1 img{
    width: 50%;
}
#content01 #nabi{
    display: none;
}

    
    
#content01-in01{
    display: block;
    width: 100%;
    margin-top: 0;
    padding: 10px 0 15px 0;
    clear: both;
}
#content01-in01 #imgcon01in0101sp{
    position: absolute;
    top: 45%;
    right: 12%;
    width: 48%;
    z-index: 2;
}
#content01-in01 #imgcon01in0102sp{
    display: block;
    width: 75%;
    margin-top: -125%;
    margin-left: 8%;
    z-index: 2;
}
#content01-in01 #imgcon01in0102pc{
    display: none
}
#content01-in01 #con01in0102 p{
    width: 100%;
    margin-left: 75%;
    margin-top: -60%;
    font-size: 18px;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.3em;
    line-height: 2em;
    font-family: "Futura PT","Noto Sans JP",serif;
}
#content01-in02{
    width: 100%;
    margin-left: -13%;
	padding-bottom: 110px;
}
#content01-in02 #imgcon01in0201{
    width: 90%;
    margin-top: -50%;
    margin-left: 5%;
    clear: both;
}
#content01-in02 #imgcon01in0201 img{
    width: 40%;        
}
#content01-in02 #txtcon01in0201{
    display: block;
    width: 90%;
    float: left;
    margin-top: 30%;
    margin-left: 5%;
    z-index: 2;
	}
#content01-in02 #txtcon01in0201 #txtcon01in0201title{
    width: 95%;
    font-size: 1.5em;
    line-height: 2em;
    text-align: left;
    letter-spacing: 0.3em;
    margin-bottom: 10%;
	margin-left: 2%;
    font-weight: bold;
}
#content01-in02 #txtcon01in0201 #txtcon01in0201txt{
    width: 95%;
    font-size: 1em;
    line-height: 2.3em;
    text-align: left;
	margin-left: 2%;
    letter-spacing: 0.15em;    
    font-weight: normal;
    padding-bottom: 20px;
}
    
    
#content02-06{
    display: block;
    max-width: 652px;
    width: 100%;
    height: 100%;
    margin-top: 550px;
    position: absolute;
    left: 0;
    background: #FFFFFF;
    z-index: 2;
}

    
/* 事業概要 */

#content02{
    display: block;
    max-width: 767px;
    position: relative;
    width: 100%;
	height: 150em;
	background: #FFFFFF;
    padding-bottom: 45em;
	margin-top: 0;
	padding-top: 0;
}
#content02-in01{
    display: block;
    width: 79%;
    padding: 0 5% 5px 0;
    margin-left: -5.5%;
	border-bottom: solid #000000 3px;
    z-index: 2;
}
#content02 #content02-in01 .title01{
    display: block;
    text-align: left;
    font-size: 1.1em;
    font-family: "Noto Sans JP",serif,"Futura PT";
    letter-spacing: 0.2em;
    margin-left: 0;
}
#content02 #content02-in01 .title02{
    display: block;
    text-align: left;
    font-size: 2.5em;
    font-family: "Outfit", serif;
    font-weight: 800;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
	margin-left: -0.5%;
}
#content02-in02{
    display: block;
    width: 90%;
	padding: 35px 0 5px 0;
    margin-left: -5%;
}
#content02-in02-01{
    display: block;
    width: 99%;
    padding-top: 0;
	margin-left: 1%;
    text-align: left;
    font-family: "Futura PT","Noto Sans JP",serif;
}
#content02-in02 #content02-in02-01 .business01{
    display: block;
	clear: both;
    width: 100%;
    font-size: 18px;
    text-align: left;
	margin-left: -2%;
}
#content02-in02 #content02-in02-01 .business02{
    display: block;
	clear: both;
    width: 100%;
    font-size: 18px;
    text-align: left;
	margin-left: -2%;
	margin-top: -5%;
}
#content02-in02 #content02-in02-01 .business03{
    display: block;
	clear: both;
    width: 100%;
    font-size: 18px;
    text-align: left;
	margin-left: -2%;
	margin-top: -5%;
}
#content02-in02 #content02-in02-01 .business01-in01{
    width: 100%;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.2em;
    font-family: "Noto Sans JP","Futura PT",serif;
	margin-top: 2em;
}
#content02-in02 #content02-in02-01 .business01-box01{
	display: none;
}
#content02-in02 #content02-in02-01 .business01-txt01 .business01-txt01-01{
    display: block;
	clear: both;
    width: 110%;
	font-size: 1.05em;
    line-height: 1.8em;
	margin-left: -3%;
	font-family: "Noto Sans JP","Futura PT",serif;
	padding-bottom: 95%;
}
#content02-in02 #content02-in02-01 .business01-txt01 .business01-txt01-02{
    clear: both;
    display: block;
	width: 108%;
    margin-top: 0%;
    margin-left: -3.5%;	
}
#content02-in02 #content02-in02-01 .business01-txt01 .business01-txt01-05{
    display: block;
	clear: both;
    width: 110%;
    font-size: 1.05em;
    line-height: 1.8em;
	margin-left: -3%;
	font-family: "Noto Sans JP","Futura PT",serif;
	padding-bottom: 95%;
}
#content02-in02 #content02-in02-01 .business01-txt01 .business01-txt01-03{
    clear: both;
    display: block;
	width: 108%;
    margin-left: -3.5%;
	margin-top: -146%;
}
#content02-in02 #content02-in02-01 .business01-txt01 .business01-txt01-06{
    display: block;
	clear: both;
    width: 110%;
    font-size: 1.05em;
    line-height: 1.8em;
	margin-left: -3%;
	font-family: "Noto Sans JP","Futura PT",serif;
	padding-bottom: 80%;
}
#content02-in02 #content02-in02-01 .business01-txt01 .business01-txt01-04{
    clear: both;
    display: block;
	width: 108%;
    margin-left: -3.5%;
	margin-top: -125%;
}
#content02-in02 #content02-in02-01 .business01-txt01 .business01-txt01-01{
    opacity: 1;
    display: block;
}
#content02-in02 #content02-in02-01 .business01-txt01 .business01-txt01-02{
    opacity: 1;
    display: block;
}
#content02-in02 #content02-in02-01 .business01-txt01 .business01-txt01-03{
    opacity: 1;
    display: block;
}
#content02-in02 #content02-in02-01 .business01-txt01 .business01-txt01-04{
    opacity: 1;
    display: block;
}
#content02-in02 #content02-in02-01 .business01-txt01 .business01-txt01-05{
    opacity: 1;
    display: block;
}
#content02-in02 #content02-in02-01 .business01-txt01 .business01-txt01-06{
    opacity: 1;
    display: block;
}
#content02-in02 #content02-in02-01 .business01-in01:hover + .business01-box01{
    display: none;
}
#content02-in02 #content02-in02-01 .business01-box01:hover{
    display: block;
}
#content02-in02 #content02-in02-01 .business01:hover + .business01-txt01 .business01-txt01-01{
    display: block;
	clear: both;
    width: 110%;
    font-size: 1.05em;
    line-height: 1.8em;
	margin-left: -4.7%;
	padding-bottom: 95%;
/* animationプロパティ設定 */
    animation-name: none;
    animation-fill-mode: none; 
}
#content02-in02 #content02-in02-01 .business01:hover + .business01-txt01 .business01-txt01-02{
    display: block;
	width: 108%;
}

#content02-in02 #content02-in02-01 .business02:hover + .business01-txt01 .business01-txt01-05{
    display: block;
	clear: both;
    width: 110%;
    font-size: 1.05em;
    line-height: 1.8em;
	margin-left: -4.6%;
	margin-top: -1.7%;
	padding-bottom: 95%;
/* animationプロパティ設定 */
    animation-name: none;
    animation-fill-mode: none;   
}
#content02-in02 #content02-in02-01 .business02:hover + .business01-txt01 .business01-txt01-03{
    display: block;
    width: 108%;
    padding: 3px;
	margin-left: -4.5%;
	margin-top: -150%;
/* animationプロパティ設定 */
    animation-name: none;
    animation-fill-mode: none;  
}
#content02-in02 #content02-in02-01 .business03:hover + .business01-txt01 .business01-txt01-06{
    display: block;
	clear: both;
    width: 110%;
    font-size: 1.05em;
    line-height: 1.8em;
	margin-left: -4.6%;
	margin-top: -1.7%;
	padding-bottom: 95%;
/* animationプロパティ設定 */
    animation-name: none;
    animation-fill-mode: none;     
}
#content02-in02 #content02-in02-01 .business03:hover + .business01-txt01 .business01-txt01-04{
    display: block;
    width: 108%;
    padding: 3px;
	margin-left: -4.5%;
	margin-top: -144%;
/* animationプロパティ設定 */
    animation-name: none;
    animation-fill-mode: none;     
}
#content02-in02 #content02-in02-01 .business01-box01:hover + .business01-txt01 .business01-txt01-01{
    display: block;
	clear: both;
    width: 110%;
    padding: 5px 5px 5px 0;
/* animationプロパティ設定 */
    animation-name: none;
    animation-fill-mode: none; 
}
#content02-in02 #content02-in02-01 .business01-box01:hover + .business01-txt01 .business01-txt01-02{
    display: block;   
}
#content02-in02 #content02-in02-01 .business01-box01:hover + .business01-txt01 .business01-txt01-05{
    display: block;
	clear: both;
    width: 110%;
    padding: 5px 5px 5px 0;
/* animationプロパティ設定 */
    animation-name: none;
    animation-fill-mode: none; 
}
#content02-in02 #content02-in02-01 .business01-box01:hover + .business01-txt01 .business01-txt01-03{
     display: block; 
}
#content02-in02 #content02-in02-01 .business01-box01:hover + .business01-txt01 .business01-txt01-06{
    display: block;
	clear: both;
    width: 110%;
    padding: 5px 5px 5px 0;
/* animationプロパティ設定 */
    animation-name: none;
    animation-fill-mode: none;    
}
#content02-in02 #content02-in02-01 .business01-box01:hover + .business01-txt01 .business01-txt01-04{
    display: block;   
}
#content02-in02 #content02-in02-01 .business01-txt01 img{
    width: 100%;
	margin-top: 13em;
}
#content02-in02 #content02-in02-01 .business01-line{
    clear: both;
	border-bottom: solid #000000 1px;
	width: 108%;
	margin-left: -3.5%;
}
#content03{
    display: block;
    max-width: 767px;
    position: absolute;
	top: 285%;
    left: 0;
    width: 100%;
    height: auto;
    background: url("../img/top_image04.jpg") bottom no-repeat;
	background-size: 100%;
	background-color: #FFF9DF;
    margin-top: 25%;
	padding-top: 10%;
	padding-bottom: 108em;
}
#content03-in01{
    display: block;
    width: 73%;
    padding: 0 5% 0 7%;
    margin-left: -7%;
	background-color: #FFF9DF;
    z-index: 2;
}
#content03 #content03-in01 .title01{
    display: block;
    text-align: left;
    font-size: 1.1em;
    font-family: "Noto Sans JP",serif,"Futura PT";
    letter-spacing: 0.2em;
    margin-left: 10%;
}
#content03 #content03-in01 .title02{
    display: block;
    text-align: left;
    font-size: 2.5em;
    font-family: "Outfit", serif;
    font-weight: 800;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
	margin-left: 10%;
}
#content03-in02{
    position: absolute;
    top: 13%;
    left: 5%;
    width: 90%;
	padding: 0 0 40px 0;
    z-index: 2;
}
#content03-in02-01{
    display: block;
    width: 90%;
    float: right;
    text-align: left;
}
#content03-in02 #content03-in02-01{
    display: block;
    clear: both;
    width: 100%;
}
#content03-in02 #content03-in02-01 .tbl01{
    width: 95%;
    margin: 5px;
}
#content03-in02 #content03-in02-01 .tbl02{
    width: 95%;
    height: auto;
    margin: 5px;
}
#content03-in02 #content03-in02-01 .tbl03{
    display: block;
    width: 95%;
    padding-bottom: 1%;
    border-bottom: solid #838383 1px;
    clear: both;
}
#content03-in02 #content03-in02-01 .tbl-l20{
    float: left;
    width: 30%;
    padding: 5px;
    letter-spacing: 0.1em;
}
#content03-in02 #content03-in02-01 .tbl-r80{
    float: left;
    width: 58%;
    padding: 5px;
}
.mapimg{
    width: 6%;
    padding-left: 3%;
    margin-bottom: -2%;
}
#content03-in02 #content03-in02-02{
    display: block;
    clear: both;
    width: 100%;
    margin-top: 48em;
}
#content03-in02 #content03-in02-02 img{
    clear: both;
    width: 80%;
    margin: 10% 10% 5% 10%;
}

#content04{
    display: block;
    max-width: 767px;
    position: absolute;
    top: 542%;
    left: 0;
    width: 100%;
    padding-bottom: 60em;
    background-color: #FFFFFF;
}
#content04-in01{
    display: block;
    width: 73%;
    padding: 0 5% 0 7%;
    margin-left: -7%;
	margin-top: -5%;
    z-index: 2;
}
#content04 #content04-in01 .title01{
    display: block;
    text-align: left;
    font-size: 1.1em;
    font-family: "Noto Sans JP",serif,"Futura PT";
    letter-spacing: 0.2em;
    margin-left: -6%;
}
#content04 #content04-in01 .title02{
    display: block;
    position: absolute;
    left: 2%;
    text-align: left;
    font-size: 2.5em;
    font-family: "Outfit", serif;
    font-weight: 800;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
}

#content04-in02{
    position: absolute;
    top: 15%;
    left: 5%;
    width: 90%;
    height: 30em;
    padding: 10px 0 10px 0;
    z-index: 2;
}
#content04-in02 img{
    width: 100%;
}
#content04 #content04-in02 iframe{
    height: 280px;
}
#btnews01{
    clear: both;
    display: block;
    padding: 10px auto;
    margin-top: 20%;
    margin-left: 3%;
    margin-right: 0;
}
#btnews01 img{
    width: 80%;
}
    
#content05{
    display: block;
    max-width: 767px;
    width: 100%;
    position: absolute;
    top: 650%;
    padding-bottom: 50em;
    background-color: #FFFFFF;
}
#content05-in01{
    display: block;
    width: 73%;
    padding: 0 5% 0 7%;
    margin-left: -7%;
    z-index: 2;
}
#content05 #content05-in01 .title01{
    display: block;
    text-align: left;
    font-size: 1.1em;
    font-family: "Noto Sans JP",serif,"Futura PT";
    letter-spacing: 0.2em;
    margin-left: -6%;
}
#content05 #content05-in01 .title02{
    display: block;
    position: absolute;
    left: 2%;
    text-align: left;
    font-size: 2.5em;
    font-family: "Outfit", serif;
    font-weight: 800;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
}

#content05-in02{
    position: absolute;
    top: 15%;
    left: 0;
    width: 95%;
    padding: 5px 0 10px 0;
    z-index: 2;
}
#content05-in02 img{
    padding: 1em;
    width: 95%;
}
    
#content06{
    max-width: 767px;
    background: url("../img/top_image 3.png") no-repeat;
    background-position: bottom;
    background-size: 210%;
    position: absolute;
    top: 730%;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    padding-bottom: 50em;
}
#content06-in01{
    position: absolute;
    top: 15%;
    width: 100%;
    float: left;
    text-align: left;
}
#content06-in01 #content06-in01-01{
    display: block;
    clear: both;
    width: 50%;
    margin-left: 50%;
}
#content06-in01 #content06-in01-01 img{
    width: 90%;
}
#content06-in01 #content06-in01-02{
    display: block;
    clear: both;
    width: 90%;
    margin-left: 7%;
}
#content06-in01 #content06-in01-02 img{
    width: 95%;
}
#content06-in02{
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    text-align: left;    
}
#content06-in02 #content06-in02-01{
    display: block;
    float: left;
    width: 45%;
    text-align: left;
    margin-top: 40%;
}
#content06-in02 #content06-in02-02{
    display: block;
    float: left;
    width: 55%;
    margin-left: 5%;
    margin-top: 40%;
}
#content06-in02 ul li{
    line-height: 3em;
    font-size: 1em;
}
#content06-in02 ul li ul li{
    line-height: 2em;
    font-size: 1em;
	font-weight: normal;
}

#content06-in03{
    display: block;
    width: 90%;
    text-align: right;
}
#content06-in02 a{
    color: #000000;
    position: relative;
    text-decoration: none;
}
#content06-in02 a:hover {
    color: #868686;
}
#content06 .copy01{
    float: right;
    margin-right: 5%;
    margin-top: 10%;
    font-size: 10px;
    }
#content09 .copy01{
    float: right;
    margin-right: 5%;
    margin-top: 10%;
    font-size: 10px;
    }
#content09ne .copy01{
    float: right;
    margin-right: 5%;
    margin-top: 10%;
    font-size: 10px;
    }
#content09-inq .copy01{
    float: right;
    margin-right: 5%;
    margin-top: 10%;
    font-size: 10px;
    }
#content09-inq02 .copy01{
    float: right;
    margin-right: 5%;
    margin-top: 10%;
    font-size: 10px;
    }
#content07-09{
    display: block;
    max-width: 767px;
    width: 100%;
    height: auto;
    background-color: #FFF9DF;
}    
#content07{
    max-width: 767px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
}

#content07 #headder{
    max-width: 767px;
    height: 112px;
    width: 93.5%;
    top: 0;
    left: 0;
    margin-top: 0;
    position: fixed;
    background: none;
    z-index: 3;
}
#content07 #logo h1{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 35px 15px 10px 0;
    margin-left: -35%;
    z-index: 4;
}
#content07 #logo h1 img{
    width: 20%;
}
#content07 #nabi{
    display: none;
}
#content08{
    max-width: 767px;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    left: 0;
    background-color: #FFF9DF;
}

#content09{
    max-width: 767px;
    background: url("../img/top_image-4.png") no-repeat;
    background-position: bottom;
    background-size: 210%;
    position: absolute;
    top: 600%;
    width: 100%;
    height: auto;
    background-color: #FFF9DF;
    padding-bottom: 50em;
}
#content09-inq{
    max-width: 767px;
    background: url("../img/top_image-4.png")no-repeat;
    background-position: bottom;
    background-size: 210%;
    position: absolute;
    top: 370%;
    width: 100%;
    height: auto;
    background-color: #FFF9DF;
    padding-bottom: 50em;
	z-index: -10;
}
#content09-inq02{
    max-width: 767px;
    background: url("../img/top_image-4.png")no-repeat;
    background-position: bottom;
    background-size: 210%;
    position: absolute;
    top: 250%;
    width: 100%;
    height: auto;
    background-color: #FFF9DF;
    padding-bottom: 50em;
}


/* コンテンツ10 */

#content10{
    max-width: 767px;
    width: 100%;
    padding-top: 100px;
    margin-top: 10%;
	position: relative;
    left: 0;
    background-color: #FFF9DF;
}
#content10-in01{
    position: absolute;
    left: 10%;
    width: 90%;
    padding: 10px 0;
}
#content10-in01 .title01{
    display: block;
    text-align: left;
    font-size: 1.1em;
    font-family: "Noto Sans JP",serif,"Futura PT";
    letter-spacing: 0.2em;
    margin-left: -15%;
}
#content10-in01 .title02{
    display: block;
    position: absolute;
    left: -10%;
    text-align: left;
    font-size: 2.5em;
    font-family: "Outfit", serif;
    font-weight: 800;
    letter-spacing: 0.05em;
    margin-bottom: 50px;
}
#content10-in02{
    position: absolute;
    top: 100%;
    width: 100%;
    padding: 2% 0 30% 0;
    background-color: #FFF9DF;
}
#content10-in02-01{
    display: block;
    width: 100%;
}
#content10-in02-01 img.img-sp{
    width: 90%;
    margin-left: 5%;
    margin-top: -35%;
}
#content10-in02-02{
    display: block;
    width: 90%;
	margin: 5%;
}
#content10-in02-03{
    display: block;
    width: 100%;
    clear: both;
    margin-top: 10%;
}
#content10-in02-04{
    display: block;
    width: 100%;
    clear: both;
    margin-top: 5%;
}
#content10-in02-05{
    display: block;
    width: 100%;
    clear: both;
    margin: 10% 0;
}
#content10-in02-06{
    display: block;
    width: 90%;
    clear: both;
    margin: 5%;
}
#content10-in02-06 img{
    width: 90%;
}
/* お問い合わせタイトル */
.title-in01{
    display: block;
    width: 30%;
    margin: 5% 0 0 5%;
    float: left;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    padding: 10px 5px 10px 0;
    letter-spacing: 0.15em;
}
.title-in01line{
    width: 55%;
    margin: 5% 0 0 0;
    float: left;
    border-bottom: solid 1px #000;
    padding:  15px 0 5px 0;
}
.title-in02{
    display: block;
    width: 50%;
    margin: 5% 0 0 5%;
    float: left;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
    padding: 10px 5px 10px 0;
    letter-spacing: 0.15em;
}
.title-in02line{
    width: 35%;
    margin: 5% 0 0 0;
    float: left;
    border-bottom: solid 1px #000;
    padding:  15px 0 5px 0;
}
#content09-in01{
    position: absolute;
    top: 20%;
    width: 50%;
    float: left;
    text-align: left;
}
#content09 ul li{
    list-style-image: url("../img/list01.png");
    line-height: 3em;
}
#content09 ul li ul li{
    list-style: none;
    line-height: 2em;
}
#content11{
    max-width: 767px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
}

#content11 #headder{
    max-width: 767px;
    height: 112px;
    width: 93.5%;
    top: 0;
    left: 0;
    margin-top: 0;
    position: fixed;
    background: none;
    z-index: 3;
}
#content11 #logo h1{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 35px 15px 10px 0;
    margin-left: -35%;
    z-index: 4;
}
#content11 #logo h1 img{
    width: 20%;
}
#content11 #nabi{
    display: none;
}
/* コンテンツボックス */
.contentsbox01{
    width: 80%;
    height: 300px;
    line-height: 2em;
    border-radius: 30px;
    background-color: #FFFFFF;
    overflow-y: scroll;
    text-align: left;
    margin-left: 5%;
    margin-right: 5%;
    padding: 5%;
}
.contentsbox01 ul li{
    list-style: none;
	text-indent: 0;
	margin-left: -2.5em;
}
.contentsbox01::-webkit-scrollbar{
    width: 10px;
    border-radius: 5px;
    background-color: #868686; 
}
.contentsbox01::-webkit-scrollbar-thumb{
    width: 8px;
    border-radius: 5px;
    background-color: #CBCBCB;
    
}
.contentsbox01 p{
	line-height: 2em;
	margin-top: -1em;
	font-size: 16px;
}
.txt-b2{
	font-size: 16px;
	font-weight: normal;
	line-height: 2.5em;
}
p.txt-b3{
	font-size: 20px;
	font-weight: bolder;
	line-height: 2em;
	padding-top: 1.5em;
	padding-bottom: -1em;
}

}
