﻿/* color -----------------------------------------------------------------------------*/

:root{
    --color1:#012079;
    --color2:#e8f0f3;
    --color3:#005fd0;
    --color4:#daeaf1;
    --color5:#E3DC08;
    --white:#ffffff;
    --black:#000000;
    --gray:#ccc;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color:#00175b;}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.txt_color1,.hvr_txt_color1:hover{color: var(--color1);} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: var(--color2);} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: var(--color3);} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: var(--color4);} /* アクセントカラー2 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */
/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: var(--color1);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: var(--color2);} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: var(--color3);} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: var(--color4);} /* アクセントカラー2 */
.bg_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー2 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.border_color1,.hvr_border_color1:hover{border-color: var(--color1);}
.border_color2,.hvr_border_color2:hover{border-color: var(--color2);}
.border_color3,.hvr_border_color3:hover{border-color: var(--color3);}
.border_color4,.hvr_border_color4:hover{border-color: var(--color4);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}

.linkStyle{color: var(--color1);
          border-bottom:solid 1px;
}
body#body {
    background: var(--white);
}

/* color -----------------------------------------------------------------------------*/

/* ----------　all　---------- */
.linkStyle:hover{
	color:　var(--color1);
	opacity: 0.7;
	transition: all 0.5s;
}
body {
    font-family: 'Montserrat','Noto Sans JP';
    font-size: 17px;
}
#pc_nav li a, #footer_nav li a {
    color: var(--color1);
}
.menu-trigger-bar {
    background: var(--color1);
}
header.scr_header {
    background-color: rgb(255 255 255 / 89%)!important;
}
.more a,.more_item {
    border-radius: 30px;
}
.fix_banner .more a {
    background: var(--color5);
    color: var(--color1);
    border-color: var(--color1);
    font-weight: bold;
}
.fix_banner .more a:hover {
    background: var(--color5);
    color: var(--color1);
}
.fix_banner .more_item::before {
    background: var(--color1);
}
footer #footer_info {
    background-color: var(--color3);
}
footer #footer_info .info_btn_wrap a {
    background-color: var(--color5);
    color: var(--color1);
    border-radius: 30px;
}
footer #footer_info .info_btn_wrap a:hover {
    background-color: var(--color1);
    color: var(--white);
}
#footertxt {
    color: var(--white);
}
.sns_links {
    justify-content: space-around;
}
/* ----------　TOP　---------- */
figure {
    border-radius: 50px;
}
#main_img {
    height: 100vh;
}
#main_img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(./Dup/img/catch_img.png),url(./Dup/img/catch.png);
    background-repeat: no-repeat;
    background-position: -5% 110%,50% 60%;
    background-size: max(600px,43%),max(950px,70%);
}
#main_img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(./Dup/img/catch_man.png),url(./Dup/img/catch_txt.png);
    background-repeat: no-repeat;
    background-position: 95% 100%,83% 12%;
    background-size: max(280px,25%),max(200px,12%);
}
.main_img_bg {
    background-image: url(./dup/img/top_bgtxt.png);
    width: 20%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: cover;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: -1;
}
#main_img img {
    height: 100%;
    position: relative;
    z-index: -2;
}
#main_img img:before {
    content: "";
    background-image: url(./dup/img/top_bgtxt.png);
    width: 20%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3;
    position: absolute;
}
.top_banner {
    top: 59%;
    left: 39%;
    width: max(350px,25%);
    z-index: 1;
}
.top_title {
    background-position: 50% 60%;
}
.top_title_color {
    background-color: transparent;
}
.top_title_color1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(./Dup/img/accent_man.png);
    background-repeat: no-repeat;
    background-position: 90% 110%;
    background-size: 370px;
}
.top_title_color2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(./Dup/img/accent_phone.png);
    background-repeat: no-repeat;
    background-position: 10% -20%;
    background-size: 420px;
}

.top_title .slash:before, .top_title .slash:after {
    background-color: transparent!important;
    background-image: url(./dup/img/accent_y.png);
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.top_title .slash:before {
    left: -20px;
    transform: rotate(15deg);
    top: -60px;
}
.top_title .slash:after {
    right: -40px;
    transform: rotate(-165deg);
    bottom: -60px;
}

.num {
    font-size: 90px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: var(--color1);
}
.con_box .slash:after {
    background-image: url(./dup/img/accent_y.png);
    width: 60px;
    height: 60px;
    background-color: transparent;
    z-index: 5;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(-120deg);
    left: 110%;
    bottom: 10px;
}
.con_box .slash:before {
    display: none;
}
#top_cms_wrap {
    background: #daeaf1;
}
.top_cms_box {
    border-radius: 50px;
    border-color: #daeaf1;
    background: var(--white);
    position: relative;
}
.top_cms_box:before,.top_cms_box:after {
    content: "";
    background-image: url(./dup/img/accent1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    opacity: 0.5;
}
.top_cms_box:before {
    top: 10px;
    right: 170px;
    width: 200px;
    height: 200px;
    animation: 20s linear infinite rotation1;
}
.top_cms_box:after {
    top: 110px;
    right: 30px;
    width: 140px;
    height: 140px;
    animation: 25s linear infinite rotation1;
}
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
/* ----------　下層ページ　---------- */
main.blur {
    background: #fff;
}
#page_title_img:before {
    content: "";
    display: block;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(./Dup/img/title_bg.jpg);
    background-size: cover;
    background-position: 50% 60%;
}
#page_title_img {
    height: 320px;
}
#page_title_img .scroll {
    display: none;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */



/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
/* ----------　all　---------- */
#overlay .bottom a {
    background-color: var(--color3);
}
/* ----------　TOP　---------- */
#main_img {
    height: 70vh;
}
#main_img:before {
    background-position: -20% 105%,50% 35%;
    background-size: 65%,102%;
}
.main_img_bg {
   width: 34%;
    height: 101%;
    background-size: cover;
    background-position: center;
    right: 30%;
    top: 50%;
    transform: rotate(-90deg);
    display: none;
}
.top_banner {
    top: 48%;
    left: 31%;
    width: 40%;
}
#main_img:after {
    background-position: 100% 117%,76% 80%;
    background-size: 34%,21%;
}
#intro .intro_photo {
    display: none;
}
#intro .intro_right {
    width: 100%;
}
#intro_wrap:before, #intro_wrap:after {
    content: "";
    background-image: url(./dup/img/accent1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    opacity: 0.5;
}
#intro_wrap:before {
    top: 10px;
    right: 80px;
    width: 150px;
    height: 150px;
    animation: 20s linear infinite rotation1;
}
#intro_wrap:after {
    top: 114px;
    right: 5px;
    width: 100px;
    height: 100px;
    animation: 25s linear infinite rotation1;
}
.top_title h2 {
    font-size: 60px;
}
.top_title .slash:before, .top_title .slash:after {
    width: 80px;
    height: 80px;
}
.top_title_color1:before {
    background-position: 105% 110%;
    background-size: 200px;
}
.top_title_color2:before {
    background-position: 1% -90%;
    background-size: 270px;
}
.top_cms_box:before {
    top: 10px;
    right: 110px;
    width: 130px;
    height: 130px;
}
.top_cms_box:after {
    top: 80px;
    right: 20px;
    width: 90px;
    height: 90px;
}
/* ----------　下層ページ　---------- */
#page_title_img {
    height: 220px;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}



/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
/* ----------　all　---------- */
body {
    font-size: 16px;
}
.overlay .sp_tel a {
    background: var(--color3);
}
#copyright a {
    font-size: 14px;
}
#footer_info #logo2 img {
    width: 80%;
}
footer .scroll {
    top: 260px;
    right: -20px;
}
.info_txt span {
    font-size: 14px;
}
.fix_banner a {
    padding-top: 15px;
    padding-bottom: 15px;
}
/* ----------　TOP　---------- */
#main_img {
    height: 60vh;
}
#main_img:before {
    background-position: -20% 105%,50% 42%;
    background-size: 70%,103%;
}
.top_banner {
    top: 49%;
    left: 25%;
    width: 50%;
}
.main_img_bg {
    width: 44%;
    height: 96%;
    right: 30%;
    top: 52%;
    transform: rotate(-90deg);
}
#intro_wrap:before, #intro_wrap:after {
    opacity: 0.3;
}
.top_title h2 {
    font-size: 42px;
}
.top_title {
    height: 200px;
}
.top_title .slash:before, .top_title .slash:after {
    width: 50px;
    height: 50px;
}
.top_title .slash:after {
    bottom: -40px;
}
.top_title .slash:before {
    top: -40px;
}
.top_title_color1:before {
    background-position: 105% 100%;
    background-size: 150px;
    opacity: 0.8;
}
.num {
    font-size: 70px;
    margin-bottom: 0;
}
.con_box .slash:after {
    width: 50px;
    height: 50px;
}
.top_title_color2:before {
    background-size: 220px;
    opacity: 0.7;
    background-position: 1% -10%;
}
.top_cms_box:before {
    top: 5px;
    right: 35px;
    width: 70px;
    height: 70px;
}
.top_cms_box:after {
    top: 62px;
    right: 5px;
    width: 50px;
    height: 50px;
}
#cms_3-h .box_item div, .cms_3-h .box_item div {
    min-width: 120px;
}
/* --
--------　下層ページ　---------- */
#page_title_img {
    height: 150px;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
}
/*-------------------------------------------------------
		            	CMS
-------------------------------------------------------*/
.v_type2 .demo_box {padding-top: 70px}
.v_type2 {counter-reset: number 0;}
.v_type2 .cate_box {padding: 50px 20px 30px;}
.v_ty3pe2 .cate_box:before {
    counter-increment: number 1;
    content: "0" counter(number);
    display: inline-block;
    position: absolute;
    top: -43px;
    left: -5px;
    z-index: 1;
    font-size: 80px;
    font-weight: 100;
    font-style: italic;
    color: var(--color3);
    background-color: #fff;
    line-height: 1;
    padding: 0 25px 0 0;
}
@media screen and (max-width: 667px){
.v_type2 .cate_box{padding: 42px 25px 25px;}
.v_type2 .cate_box:before{top: -31px;font-size: 48px;}
}
/*-------------------------------------------------------
		            	youture
-------------------------------------------------------*/
.youtube_box{
position: relative;
width: 80%;
padding-top: 44.8%;
}
.youtube_box iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
.youtube_box:empty {
display: none;
}

/* ----------　スマホ　---------- */
.youtube_box{
width: 100%;
padding-top: 56%;
}