﻿/* ----------　all　---------- */
@import url('https://fonts.googleapis.com/css2?family=Chivo+Mono&family=M+PLUS+Rounded+1c&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&display=swap');
.font1 {
    font-family: 'M PLUS Rounded 1c', sans-serif!important;
}
body{
        font-family: 'Zen Maru Gothic', sans-serif!important;
}
.font_en {
    font-family: 'Zen Maru Gothic', sans-serif!important;
}
/* color */
body,.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #3497c7;} /* メインカラー */
.txt_color2{color: #dbd6cf;} /* サブカラー */
.txt_color3{color: #caeeff;} /* アクセントカラー1 */
.txt_color4{color: #edeae6;} /* アクセントカラー2 */
.txt_color5{color: #4c4c4c;}
/* background-color */
.bg_white{background-color: white;} /* 白背景 */
.bg_black{background-color: #333333;} /* 黒背景 */
.bg_color1{background-color: #214ea1;} /* メインカラー */
.bg_color2{background-color: #dbd6cf;} /* サブカラー */
.bg_color3{background-color: #214ea1;} /* アクセントカラー1 */
.bg_color4{background-color: #caeeff;;;} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important;}


/* border-color ※!important */
.border_color1{border-color: #5fb5ff;}
.border_color2{border-color: #dbd6cf;}
.border_color3{border-color: #302D2A;}
.border_color4{border-color: #edeae6;}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #333333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #974a76;} /* メインカラー */
.hvr_txt_color2:hover{color: #dbd6cf;} /* サブカラー */
.hvr_txt_color3:hover{color: #302D2A;} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #edeae6;} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: #333333;} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #EF6D62;} /* メインカラー */
.hvr_bg_color2:hover{background-color: #dbd6cf;} /* サブカラー */
.hvr_bg_color3:hover{background-color: #302D2A;} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #edeae6;} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important;}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #974a76;}
.hvr_border_color2:hover{border-color: #dbd6cf;}
.hvr_border_color3:hover{border-color: #302D2A;}
.hvr_border_color4:hover{border-color: #edeae6;}

.linkStyle{
	color:#333;
	border-bottom: 1px solid;
}
.linkStyle:hover{
	opacity: 0.7;
	transition: all 0.5s;
}

/* ----------　TOP　---------- */
.dec01 {
    z-index: 1;
    top: 4%;
    right: 15%;
    width: 50%;
    max-width: 642px;
}
.dec02 {
    z-index: 1;
    bottom: 0;
    left: 0;
    max-width: 671px;
    width: 50%;
}
#contents1 {
    position: relative;
}
#contents1 span {
    background-image: url(Dup/img/wave.png);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 30px;
    left: 0;
    z-index: -1;
}
#contents2 figure {
    position: relative;
}
#contents2 span {
    background-image: url(Dup/img/con2_img.jpg);
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 16px;
    top: 16px;
}
#contents3 {
    position: relative;
    margin-bottom: 349px;
}
#contents3 span {
    background-image: url(Dup/img/con3_img.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -100%;
    background-repeat: no-repeat;
}
.button:hover::after {
    box-shadow: inset 0 0 0 20rem rgba(247 112 112);
}
#top_cms .box:first-of-type {
    padding-top: 50px;
}
/* ----------　下層ページ　---------- */
.cate_list li a { 
        background-color: #214ea1;
        color: white;
}
.pager li a {
    background-color: #214ea1;
    color: white;
}
/* 会社情報 */
#page7 h3 {
    color: #333333;
}
/* お問い合わせ */
.con_tel_box a {
    color: #5a94af;
}
.con_tel_box p {
    color: #3497c7;
}
/* プライバシーポリシー */

/* サイトマップ */



/*-------------------------------------------------------
	 タブレット(768px以下になった時にcssが付きます)
-------------------------------------------------------*/
@media screen and (max-width: 768px){
/* ----------　all　---------- */
#contents1 span {
    top: 40px;
}
#contents3 span {
    bottom: -100%;
}
/* ----------　TOP　---------- */

/* ----------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}



/*-------------------------------------------------------
	スマホ(667px以下になった時にcssが付きます)
-------------------------------------------------------*/
@media screen and (max-width: 667px){
/* ----------　all　---------- */
.dec01 {
    top: 2%;
    right: 6%;
    width: 59%;
}
#contents1 {
    padding: 50px 10%;
}
#contents1 span {
    top: 110px;
}
#contents2 {
    padding: 50px 10% 150px;
}
#contents3 {
    position: relative;
    margin-bottom: 50px;
}
#contents3 span {
    background-size: contain;
}
#top_cms .box:first-of-type {
    padding-top: 50px;
}
/* ----------　TOP　---------- */

/* ----------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
}