﻿.txt_color_nomal{color: #131313;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #0368ef} /* メインカラー */
.txt_color2{color: #e9fafd} /* サブカラー */
.txt_color3{color: #21C197} /* アクセントカラー1 */
.txt_color4{color: #EAF3EB} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #0368ef} /* メインカラー */
.bg_color2{background-color: #e9fafd} /* サブカラー */
.bg_color3{background-color: #21C197} /* アクセントカラー1 */
.bg_color4{background-color: #EAF3EB} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #0368ef}
.border_color2{border-color: #e9fafd}
.border_color3{border-color: #21C197}
.border_color4{border-color: #EAF3EB}


/* hover ---------------------------------------------------------------------------------------------*/
.hvr_txt_color_nomal:hover{color: #131313;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #0368ef} /* メインカラー */
.hvr_txt_color2:hover{color: #e9fafd} /* サブカラー */
.hvr_txt_color3:hover{color: #21C197} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #EAF3EB} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #0368ef} /* メインカラー */
.hvr_bg_color2:hover{background-color: #e9fafd} /* サブカラー */
.hvr_bg_color3:hover{background-color: #21C197} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #EAF3EB} /* アクセントカラー2 */

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #0368ef }
.hvr_border_color2:hover{border-color: #e9fafd}
.hvr_border_color3:hover{border-color: #21C197}
.hvr_border_color4:hover{border-color: #EAF3EB}

/* ----------　all　---------- */
.linkStyle{
	color:#21C197;
}
.linkStyle:hover{
	color:#0368ef;
	opacity: 0.7;
	transition: all 0.5s;
}
header {
    font-family: 'Zen Kurenaido', sans-serif;
}

/* ----------　TOP　---------- */
.sc_nav.tb_hide.active, .mg_clear_tb {
    background: #e9fafdc7;
}
#intro,#contents2_title, .top_cms_title {
    font-family: 'Zen Kurenaido', sans-serif;
}
.catch {
	bottom: -10px;
    right: 20px;
    width: 35%;
    z-index: 100;
	opacity: 0;
}
.catch_opc {
	opacity: 1;
	transition: 2s;
}
.banner {
    left: 5%;
    bottom: 20px;
}
#main_img > div {
    border-radius: 15px;
    max-width: 1600px;
    width: 80%;
}
#intro_title p, .sub_ttl {
    position: relative;
    font-family: 'Caveat', cursive;
    top: -60px;
    left: -50px;
    font-size: 6rem;
    line-height: 1;
    opacity: 0.3;
    transform: rotate(-10deg);
}
#page08_link {
    width: 100px;
}
#page08_link a:hover {
    opacity: 0.7;
}
#page08_link a figure {
    width: 100px;
    padding: 0;
}
#top_cms .more a:hover {
    box-shadow: 0 0 15px #21c197ab;
}
.top_cms_box:nth-of-type(3), .top_cms_box:nth-of-type(5) {
    background: transparent;
}
.top_cms_box:nth-of-type(4) {
    background: #e9fafd;
}
.sc_nav .nav_bt {
    box-shadow: none;
}
#main_nav .nav li a {
    text-shadow: 0 0 15px #007aff;
}
footer .width_400-max {
    max-width: 200px;
}

/* ----------　下層ページ　---------- */
#page_title {
    background-image: url(../Dup/img/page-bg.jpg);
    background-position: center;
}
/* お知らせ */
#cms_1-g .cate_box, #cms_1-g .box_item {
    border-color: #0368ef;
}
/* 弊社で働くメリット */
#cms_2-f .cate {
    border-color: #21C197;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */



/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
/* ----------　all　---------- */

/* ----------　TOP　---------- */
.catch {
	width: 45%;
    bottom: -40px;
}
#intro_title p {
    top: -30px;
    left: -10px;
}
.sub_ttl {
    top: -30px;
}
#main_img > div {
    width: 100%;
}
.banner {
    left: 3%;
    bottom: 10px;
}
#page08_link {
    width: 60px;
    bottom: 20%;
}
#page08_link a figure {
    width: 60px;
}

/* ----------　下層ページ　---------- */

/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}



/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
/* ----------　all　---------- */

/* ----------　TOP　---------- */
.catch {
    bottom: -20px;
}
#intro_title p, .sub_ttl {
    top: -30px;
    left: -20px;
    font-size: 4rem;
}
.sub_ttl {
    left: -10px;
}
#intro_title h2 {
    font-size: 20px;
}

#page08_link {
    right: 0;
    bottom: 2%;
    transform: translate(120%,120%);
}
#page08_link.active {
    transform: translate(0);
}
#page08_link a figure {
    width: 60px;
}
footer .width_400-max {
    max-width: 130px;
}
/* ----------　下層ページ　---------- */
/* 弊社について */
#cms_2-c .cate_list {
    padding: 40px;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
}