﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

/* ----------　all　---------- */
.linkStyle{
	color:#0D2955;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#0D2955;
	opacity: 0.7;
	transition: all 0.5s;
}


.hannari {
    font-family: 'Noto Sans JP', sans-serif;
}

h2, h3, h4 {
    font-weight: bold;
}

/* nav */

#pc_nav li, #top_pc_nav li {
    max-width: 210px;
}

header {
    padding: 10px 5%;
}

header.scr_header{background-color :rgba(0,70,178,0.8)!important}

/* footer */

footer .tel_bt a {
    color: #0046B2;
}

/* ----------　TOP　---------- */

/* main-img */

#top_pc_nav {
    position: absolute;
    top: 0;
    right: 5%;
    z-index: 10;
}

#main_img:before {
        background-color: rgba(153,190,248,0.35);
}

.main-copy {
    z-index: 3;
    text-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.main-copy h2 {
    font-size: 80px;
    font-family: 'Poppins', sans-serif;
}

/* top */

.back1 {
    padding-top: 0;
}

.back1:before, .back2:before {
    background-color: rgba(153,190,248,0.1)!important;
}

.num {
    opacity: 1;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

#intro, #contents3 {
    background-image: url(Dup/img/con1-bg.jpg);
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 5%;
    z-index: 0;
}

#contents3 {
    background-image: url('/Dup/img/con3-bg.jpg');
}

#intro:before, #contents3:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(153,190,248,0.5);
    z-index: -1;
}

#intro_wrap, #contents3_wrap .con_box {
    background-color: rgba(255,255,255,0.85);
}

#contents1 .con_box {
    margin-top: 230px;
}

#contents1 .line:before, #contents2 .line:before, #intro .line:before, #contents3 .line:before {
    background-color: #93adb5;
}

#contents1 .num, #contents2 .num, #contents3 .num {
    transform: none;
    line-height: 1.5;
    font-weight: bold;
    white-space: nowrap;
}


#intro .num {
    font-size: 20px;
    transform: none;
    line-height: 1.5;
}

.con2-ul li {
    padding: 10px 0 10px 40px;
    margin-bottom: 5px;
    background-image: url(Dup/img/check.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: left top 10px;
}

#contents3 {
    margin-bottom: 0;
}

#contents3_wrap:after {
    display: none;
}

/* top-cms */



/* ----------　下層ページ　---------- */

.cate_list li a {
    background-color: #EBF2FE!important;

}

.cate_list li a:hover {
    background-color: #0046B2!important;
    color: #ffffff;
}

.cate_list li a:before {
    transition: 0.5s;
}

.cate_list li a:hover:before {
    color: #0D2955!important;
}

.pager li a:hover {
    background-color: rgba(117,161,89,1)!important;
}

.page_title_box {
    white-space: nowrap;
}

#cms_5-e .box_title1 {
    background-color: #C4E7F2;
}

/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
 #contents1 .num, #contents2 .num, #contents3 .num {
    font-size: 45px;
}

.main-copy h2 {
    font-size: 60px;
}

#contents1 .con_box {
    margin-top: 80px;
}
    
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
.main-copy h2 {
    font-size: 30px;
}

#intro h3 {
    text-align: center;
}
    
#contents1 .num, #contents2 .num, #contents3 .num {
    font-size: 35px;
}

#contents1 .con_box {
    margin-top: 0px;
}

.con2-ul li {
    padding-left: 20px;
    background-size: 15px;
    background-position: left top 15px;
}

.page_title_box {
    width: 80%;
}

.page_title_box h2 {
    font-size: 20px;
}

.pager li {
    margin: 0 auto;
}
    
}