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

/*==============================*/
/* Main */
/*==============================*/

/*-- イメージ
------------------------- */
.main_visual{
    position: relative;
	width: 100%;
	height: 720px;
	background-image: url("/common/img/main_visual/main_visual_pc.png");
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.main_visual::after{
    position: absolute; bottom: -10px;
    content: "";
    width: 100%;
    height: 6px;
    background: #006D8B;
}

   /* ======= TB =======*/
    @media screen and (min-width: 768px) and (max-width: 1024px) {
        .main_visual{  height: 480px; }
    }

    /* ======= SP =======*/
    @media (max-width: 767px) {
        .main_visual{
            height: 320px;
            background-image: url("/common/img/main_visual/main_visual_sp.png");
        }
    }

/*-- キャッチコピー
------------------------- */
.main_visual div.catchcopy{ position: absolute; bottom: 10%; left: 6%;}
.main_visual div.catchcopy h1{
    font-size: 40px;
    color: #fff;
    font-family: 'Oswald', sans-serif; letter-spacing: 0.06em;
    font-weight: bold;
    text-shadow: 1px 2px 3px rgba(0,0,0,0.40),1px 2px 3px rgba(0,0,0,0.40);
}
.main_visual div.catchcopy p{
    color: #fff;
    font-size: 19px;
    font-weight: 500;
	font-family: "Noto Sans Japanese"; letter-spacing: -0.01em;
    line-height: 1.414em;
    text-shadow: 1px 2px 3px rgba(0,0,0,0.40),1px 2px 3px rgba(0,0,0,0.40);
}

    /* ======= TB =======*/
    @media screen and (min-width: 768px) and (max-width: 1024px) {
        .main_visual div.catchcopy{ position: absolute; bottom: 10%; left: 6%;}
        .main_visual div.catchcopy h1{
            margin-bottom: 8px;
            font-size: 36px;
            letter-spacing: 0em;
        }
        .main_visual div.catchcopy p{
            font-size: 18px;
            text-shadow: 1px 2px 3px rgba(0,0,0,0.50),1px 2px 3px rgba(0,0,0,0.50);
        }
    }

    /* ======= SP =======*/
    @media (max-width: 767px) {
        .main_visual div.catchcopy{ position: absolute; bottom: 9%; left: 6%;}
        .main_visual div.catchcopy h1{
            margin-bottom: 8px;
            font-size: 28px;
            letter-spacing: 0em;
        }
        .main_visual div.catchcopy p{
            max-width: 240px;
            font-size: 13px;
            text-shadow: 1px 2px 3px rgba(0,0,0,0.50),1px 2px 3px rgba(0,0,0,0.50);
        }
    }

    


/*==============================*/
/* OUR SERVICE */
/*==============================*/
/*-- 背景
------------------------- */
section.topService_wrap{ position: relative;}
section.topService_wrap:before{
	position: absolute;  bottom: -40px; left: 0;
	content: "";
	width: 55%;
	height: 304px;
	background: #EFF6F8;
	z-index: -9;
}

/*-- タイトル
------------------------- */
div.top_serviceTitle{
	display: flex; display: -webkit-flex;
	align-items: center; -webkit-align-items: center;
	justify-content: space-between; -webkit-justify-content: space-between;
	margin-bottom: 32px;
}
/* ボタン */
div.top_serviceTitle > p{ width: 200px;}
div.top_serviceTitle > p a{
	position: relative;
	display: block;
	padding: 8px 0 7px 16px;
	background: #004968;
	color: #fff;
	text-align: center;
}
div.top_serviceTitle > p a:before{
	position: absolute; top: 50%; left: 44px;
	content: "";
	width: 12px;
	height: 12px;
	background: url("/common/img/share/icon_link_white.png") no-repeat;
	margin-top: -7px;
}

/* コンテンツ */
div.top_serviceTitle div.titleContent{
	width: calc(100% - 200px - 32px);
	display: flex; display: -webkit-flex;
	align-items: center; -webkit-align-items: center;
	justify-content: space-between; -webkit-justify-content: space-between;
}
div.top_serviceTitle div.titleContent > div{
	width: calc(100% - 216px - 24px);
	padding-left: 24px;
}
div.top_serviceTitle h2{
	position: relative;
	width: 216px;
	margin-left: 36px;
	font-size: 29px;
	font-weight: 600;
    font-family: 'Roboto', sans-serif; letter-spacing: 0.01em;
	border-right: 1px solid #ccc;
}
div.top_serviceTitle h2:before{
	position: absolute; top: 14px; left: -36px;
	content: "";
	width: 22px;
	height: 22px;
	background: url("/common/img/share/icon_title.png") no-repeat;
}
div.top_serviceTitle h2 small{
	position: relative; top: -4px;
	display: block;
	font-weight: 400;
	font-family: "Noto Sans Japanese"; letter-spacing: -0.01em;
	font-size: 14px;
}

    /* ======= SP =======*/
    @media (max-width: 767px) {
        div.top_serviceTitle{
            align-items: flex-start; -webkit-align-items: flex-start;
            flex-direction: column; -webkit-flex-direction: column;
            padding-top: 20px;
            margin-bottom: 48px;
        }
        /* ボタン */
        div.top_serviceTitle > p{
            width: 200px;
            margin: 0 auto;
        }

        /* コンテンツ */
        div.top_serviceTitle div.titleContent{
            width: 100%;
            margin-bottom: 24px;
            align-items: flex-start; -webkit-align-items: flex-start;
            flex-direction: column; -webkit-flex-direction: column;
        }
        div.top_serviceTitle div.titleContent > div{
            width: 100%;
            padding-left: 0;
        }
        div.top_serviceTitle h2{
            width: 100%;
            margin-left: 0;
            margin-bottom: 16px;
            font-size: 26px;
            border-right: none;
            text-align: center;
        }
        div.top_serviceTitle h2:before{
            position: absolute; top: -32px; left: 50%;
            margin-left: -11px;
        }
        div.top_serviceTitle h2::after{ display: none;}
        div.top_serviceTitle h2 small{
            position: relative; top: -4px;
            font-size: 14px;
        }
    }


/*-- コンテンツ
------------------------- */
div.top_serviceContent{
	display: flex; display: -webkit-flex;
	justify-content: space-between; -webkit-justify-content: space-between;
}
div.top_serviceContent > div{
	position: relative;
	width: calc(25% - 1px);
	background: #fff;
	box-shadow: 1px 2px 6px 0px rgba(153,153,153,0.5);
}
div.top_serviceContent > div dl{ padding: 28px 32px 80px 32px;}
div.top_serviceContent > div dl dt{
	margin-bottom: 12px;
	line-height: 1.3em;
	color: #002A3B;
	text-align: center;
	font-size: 19px;
	font-weight: 500;
	font-family: "Noto Sans Japanese"; letter-spacing: -0.02em;
}

div.top_serviceContent > div a{
	position: absolute; top: 0; left: 0;
	display: block;
	width: 100%; 
	height: 100%;
}

    /* ======= TB =======*/
    @media screen and (min-width: 768px) and (max-width: 1024px) {
        div.top_serviceContent{
            margin-bottom: -24px;
            flex-wrap: wrap; -webkit-flex-wrap: wrap;
        }
        div.top_serviceContent > div{
            width: calc(50% - 12px);
            margin-bottom: 24px;
        }
        div.top_serviceContent > div dl{ padding: 28px 32px 80px 32px;}
        div.top_serviceContent > div dl dt{
            margin-bottom: 12px;
            line-height: 1.3em;
            font-size: 19px;
        }
    }
    /* ======= SP =======*/
    @media (max-width: 767px) {
        div.top_serviceContent{ flex-direction: column; -webkit-flex-direction: column; }
        div.top_serviceContent > div{ width: 100%;}
        div.top_serviceContent > div:not(:last-child){ margin-bottom: 24px;}
    }


/*==============================*/
/* ABOUT */
/*==============================*/
/*-- 背景
------------------------- */
section.topAbout_wrap{ position: relative;}
section.topAbout_wrap:before{
	position: absolute;  bottom: -10px; right: 0;
	content: "";
	width: 55%;
	height: 352px;
	background: #EFF6F8;
	z-index: -9;
}

/*-- タイトル
------------------------- */
section.topAbout_wrap h2{
	position: relative;
	margin: 0 0 32px 36px;
	font-size: 29px;
	font-weight: 600;
    font-family: 'Roboto', sans-serif; letter-spacing: 0.01em;
}
section.topAbout_wrap h2:before{
	position: absolute; top: 14px; left: -36px;
	content: "";
	width: 22px;
	height: 22px;
	background: url("/common/img/share/icon_title.png") no-repeat;
}
section.topAbout_wrap h2 small{
	position: relative; top: -4px;
	display: block;
	font-weight: 400;
	font-family: "Noto Sans Japanese"; letter-spacing: -0.01em;
	font-size: 14px;
    line-height: 1.3em;
}
    /* ======= SP =======*/
    @media (max-width: 767px) {
        section.topAbout_wrap h2{
            margin: 0 0 24px 0;
            font-size: 26px;
            text-align: center;
        }
        section.topAbout_wrap h2:before{
            position: absolute; top: -32px; left: 50%;
            margin-left: -11px;
        }
        section.topAbout_wrap h2 small{
            position: relative; top: -4px;
            font-size: 14px;
            line-height: 1.3em;
        }
    }

/*-- コンテンツ
------------------------- */
div.topAbout{
    display: flex; display: -webkit-flex;
    flex-wrap: wrap; -webkit-flex-wrap: wrap;
    justify-content: space-between; -webkit-justify-content: space-between;
}
div.topAbout div{
    position: relative;
    width: calc(50% - 12px);
    background: #fff;
	box-shadow: 1px 2px 6px 0px rgba(153,153,153,0.5);
    margin-bottom: 24px;
}
div.topAbout div::after{
    position: absolute; top: 50%; right: 0;
    content: "";
    width: 28px;
    height: 1px;
    background: #707070;
}
div.topAbout div dl{
    display: flex; display: -webkit-flex;
    align-items: center; -webkit-align-items: center;
}
div.topAbout div dl dt{
    width: calc(100% - 160px);
    padding: 0 0 0 24px;
    font-size: 22px;
	font-weight: 600;
    font-family: 'Roboto', sans-serif; letter-spacing: 0.01em;
    line-height: 1.3em;
}
div.topAbout div dl dt small{
    display: block;
    font-size: 14px;
    font-weight: 400;
	font-family: "Noto Sans Japanese"; letter-spacing: -0.02em;
}
div.topAbout div dl dd{ width: 160px;}

div.topAbout div a{
    position: absolute; top: 0; left: 0;
    display: block;
    width: 100%; 
    height: 100%;
}

    /* ======= SP =======*/
    @media (max-width: 767px) {
        div.topAbout{ flex-direction: column; -webkit-flex-direction: column;}
        div.topAbout div{
            width: 100%;
            margin-bottom: 20px;
        }
        div.topAbout div::after{ width: 24px;}
        div.topAbout div dl dt{
            width: calc(100% - 120px);
            padding: 0 0 0 20px;
            font-size: 20px;
            letter-spacing: -0.03em;
        }
        div.topAbout div dl dt small{ font-size: 14px;}
        div.topAbout div dl dd{
            width: 120px;
            height: 100%;
        }
        div.topAbout div dl dd img{
            object-fit: cover;
            width: 100%;
            height: 96px;
        }
    }


