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

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');

html {
    font-size: 62.5%;/* 1rem=10px */
}

body {
    color: #231815;
    font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1.8;
}

a {
    color: #004098;
    transition: all .3s ease;
}

a:hover {
    color: #0091D7;
}

a img {
    transition: all .3s ease;
}

a:hover img {
    opacity: 0.7;
}

img {
    max-width: 100%;
}

.pc { display: block !important }
.sp { display: none !important }


/*-------------------------------

.inner

-------------------------------*/
.inner {
    width: 100%;
    max-width: calc(100rem + 6vw);
    margin: auto;
    padding: 0 3vw;
}

/*-------------------------------

#page_top

-------------------------------*/
#page_top{
    width: 7rem;
    height: 7rem;
    position: fixed;
    right: 2vw;
    bottom: -7rem;
    background: #B81C22;
    border-radius: 50%;
}

#page_top a{
    position: relative;
    display: block;
    width: 7rem;
    height: 7rem;
    text-decoration: none;
}

#page_top a::before{
    content: "";
    position: absolute;
    width: 3rem;
    height: 3rem;
    top: 1.5rem;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-top: solid 4px #ffffff;
    border-left: solid 4px #ffffff;
    transform: rotate(45deg);
}

/*-------------------------------

header

-------------------------------*/
header {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 110px;
    padding: 2rem 0;
    background: #ffffff;
    border-bottom: 1px solid #000000;
}

header .inner {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .inner h1 {
    margin: 0;
    width: 40%;
	line-height: 1;
}

header .inner h1 img {
    width: 100%;
	vertical-align: middle;
}

header .inner .menu {
    width: 58%;
    font-size: 1.4rem;
}

header .inner .menu .tel {
    margin: 0 0 1rem;
    text-align: right;
}

header .inner .menu .tel img {
    width: 42%;
    margin-left: 1%;
    vertical-align: middle;
}

header .inner .menu ul {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

header .inner .menu li {
    width: 20%;
    text-align: center;
    border-left: 1px solid #000000;
    box-sizing: border-box;
}

header .inner .menu li:last-child {
    border-right: 1px solid #000000;
}

header .inner .menu li a {
    color: #000000;
    text-decoration: none;
}


/*-------------------------------

nav

-------------------------------*/


/*-------------------------------

footer

-------------------------------*/
footer {
    padding: 4rem 0 6rem;
    text-align: center;
    background: #FDD000;
}

footer .inner {
    max-width: 90rem;
}

footer .tel {
    margin: auto;
    max-width: 80%;
}

footer .tel p {
    font-size: 2rem;
    text-align: right;
}

footer .tel img {
    width: 100%;
	margin-bottom: 2rem;
}

footer .name {
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
}

footer .logo {
    width: 50%;
    margin: auto;
}




/*-------------------------------

main

-------------------------------*/
main {
	display: block;
    padding-top: 110px;
}

main p {
	margin: 0 0 1em;
}

main figure {
	margin: 0;
}

/*-------------------------------
見出し
-------------------------------*/
.headline_01 {
    font-size: 4rem;
    text-align: center;
}

.headline_02 {
    padding: 0 6rem;
    font-size: 4rem;
    text-align: center;
    letter-spacing: 1em;
    text-indent: 1em;
    background: url("../images/tit_img.png") no-repeat left bottom;
    border-bottom: 2px solid #B81C22;
}

.headline_03 {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
}

/*-------------------------------
.mv
-------------------------------*/
.mv.inner {
    max-width: 100rem;
    padding: 0;
}

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

.mv img {
    max-width: 100%;
}

/*-------------------------------
.bg
-------------------------------*/
.bg {
    background: url("../images/bg_01.svg") no-repeat center top / 100% auto, #FDD000;
}

/*-------------------------------
#feature
-------------------------------*/
#feature {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: center;
}

#feature.inner {
    max-width: 100rem;
    padding: 0;
}

#feature .text {
    width: 65%;
    padding: 8rem 2rem 8rem 8rem;
}

#feature .text h2 {
    margin: 0 0 8rem;
}

#feature .text img {
    width: 90%;
}

#feature .text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 3rem;
}

#feature .text li {
    margin-left: 1.5em;
    text-indent: -1.5em;
}

#feature .text li::before {
    content: "◆";
    color: #B81C22;
    margin-right: 0.5em;
}

#feature figure {
    width: 35%;
    padding: 8rem 8rem 8rem 2rem;
    text-align: right;
}

#feature figure img {
    max-width: 100%;
}

/*-------------------------------
#strong
-------------------------------*/
#strong ul {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    list-style: none;
    max-width: 82.5rem;
    min-height: 22rem;
    margin: 0 auto 6rem;
    padding: 0;
    background: url("../images/bg_02.png") no-repeat center center / 100% auto;
}

#strong li {
    color: #B81C22;
    font-size: 3.6rem;
    text-align: center;
    line-height: 1.2;
}

#strong li:nth-child(1) {width: 26%;}
#strong li:nth-child(2) {width: 24%;}
#strong li:nth-child(3) {width: 24%;}
#strong li:nth-child(4) {width: 26%;}

#strong p {
    padding-bottom: 5rem;
    font-size: 2.4rem;
    text-align: center;
}

#strong p span {
    display: inline-block;
}

/*-------------------------------
#business
-------------------------------*/
#business {
    margin-bottom: 6rem;
    max-width: 90rem;
}

#business .inbox {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#business ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 2.4rem;
}

#business li {
    margin-left: 1.5em;
    text-indent: -1.5em;
}

#business li::before {
    content: "◆";
    color: #B81C22;
    margin-right: 0.5em;
}

/*-------------------------------
#case
-------------------------------*/
#case {
    margin-bottom: 6rem;
}

#case ul {
    margin: 0;
    padding: 0;
}

/*-------------------------------
#profile
-------------------------------*/
#profile {
    margin-bottom: 6rem;
    max-width: 90rem;
}

#profile .inbox {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#profile table {
    width: 60%;
}

#profile table tr {
    border-bottom: 1px solid #9C9C9C;
}

#profile table th {
	padding: 0 2vw;
    font-weight: 500;
    text-align: left;
	vertical-align: top;
    white-space: nowrap;
}

#profile table td {
	padding: 0 2vw;
	vertical-align: top;
}

#profile .img {
    width: 35%;
    text-align: center;
}

#profile .img figure {
    margin-bottom: 2rem;
    text-align: center;
}


/*-------------------------------
#access
-------------------------------*/
#access {
    padding: 5rem 0;
    background: #FFA100;
}

#access .inner {
    margin-bottom: 6rem;
    max-width: 90rem;
}

#access .ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
    margin-bottom: 2rem;
}
 
#access .ggmap iframe,
#access .ggmap object,
#access .ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#access .carnavi {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}

#access .carnavi span {
    display: inline-block;
}

#access .carnavi .lavel {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    width: 175px; 
    margin: 0;
    padding: 1.5rem 1.5rem 1.5rem 4.5rem;
    font-size: 1.8rem;
    color: #ffffff;
    white-space: nowrap;
    background: url("../images/icon_car.svg") no-repeat left 1.5rem center / auto 100%, #000000;
}

#access .carnavi .add {
    -webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
    margin: 0;
    padding: 1.5rem;
    font-size: 2.4rem;
    font-weight: 700;
    background: #ffffff;
}



