﻿/* -----------------------------------------------　all　---------------------------------------------------- */

/* -----------------------------　body------------------------------------- */



/** font **/
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500&family=Noto+Sans+JP:wght@400;700&display=swap');

:root{
    --font-jp: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --font-en: 'Barlow', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
body, .font_sans-serif, .font_Quick{
    font-family: var(--font-jp)!important;
}
.font_en, a[href^="tel:"]{
    font-family: var(--font-en)!important;
}


/* color -----------------------------------------------------------------------------*/
:root {
    --color1: #1D2260;
    --color2: #0076e1;
    --color3: #1d22609e;
    --color4: #eaebfa;
    --color5: #b9bace;
    --color6: #03A9F4;
    --white: #fff;
    --black: #050823;
    --gray: #ccc;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.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;
}

.linkStyle:hover{
	color: var(--color3);
	opacity: 0.7;
	transition: all 0.5s;
}

body#body {
    background: var(--white);
}

.mail_title {
    color: var(--color1);
}

/* ----------　custom_box　---------- */


/* ----------　custom　---------- */


/* ----------　cms　---------- */


/* ---------------------------------------------　TOP　---------------------------------------- */

#main_img .catch {
    z-index: 3;
    position: absolute;
    left: 2%;
    bottom: calc(4% + 50px);
    width: 50%;
}
#main_img .catch2 {
    z-index: 3;
    position: absolute;
    bottom: 4%;
    left: 2%;
    width: 45%;
    mix-blend-mode: screen;
}

#video{height: 100vh!important; }

#video video {
    width: 100% !important;
    height: auto;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    vertical-align: bottom;
}

#logo {
    height: 115px;
    pointer-events: none;
}

#logo {
    width: 600px;
    left: -70px;
}

#top_contents1 h2{
    color: var(--black);
    padding-bottom: 30px;
    background: linear-gradient(to right, var(--color1), var(--color3));
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100px 1px;
    font-size: 30px;
    z-index: 1;
    position: relative;
}
#top_contents1 h2::before{
    content: "INTRODUCTION";
    display: block;
    text-align: center;
    color: var(--color1);
    font-size: 20px;
    font-family: var(--font-en);
    margin-bottom: 10px;
    letter-spacing: 4px;
    font-weight: normal;
}
#top_contents1 h2::after{
    position: absolute;
    content: "CHALLENGE";
    font-size: 160px;
    color: var(--color5);
    opacity: 0.4;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
    z-index: -1;
    font-family: var(--font-en);
    letter-spacing: 20px;
    line-height: 1;
}
#top_contents1 p{
    text-align: center;
    font-size: 16px;
    line-height: 3;
}

#top_contents2 .con_box:nth-of-type(1) .text_box h2::before{
    content: "ABOUT US 01";
}
#top_contents2 .con_box:nth-of-type(2) .text_box h2::before{
    content: "ABOUT US 02";
}

#top_contents2 .con_box .text_box h2::before {
    display: block;
    margin-bottom: 30px;
    font-family: var(--font-en);
    line-height: 1;
    font-size: 20px;
    letter-spacing: 3px;
    color: var(--color1);
    font-weight: normal;
}

#top_contents2 .con_box .text_box h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background-color: var(--color1);
    left: 210px;
    top: 100px;
}

#top_contents2 .con_box:nth-of-type(1)::before {
    content: "01";
    left: 5%;
}

#top_contents2 .con_box:nth-of-type(2)::before {
    content: "02";
    right: 5%;
}

#top_contents2 .con_box::before {
    position: absolute;
    font-size: 200px;
    font-family: var(--font-en);
    color: var(--color4);
    top: -37px;
    line-height: 1;
    font-weight: bold;
    z-index: 1;
}

.cms_6-a{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    border: 2px solid #004b7e;
    padding: 20px;
    box-sizing: border-box;
}


.bnr {
    right: 100px;
    bottom: 30px;
    max-width: 300px;
    z-index: 3;
}

.bnr:hover{
    transition: 0.5s;
    opacity: 0.5;
}

.bnr a {
    display: block;
    transition: 0.5s;
}

#top_contact_box .tel_bt:hover, #top_contact_box .con_bt:hover {
    opacity: 0.5;
}

.denwa {
    background-color: var(--white);
    border-style: none;
}
.denwa a{
    color: var(--color1);
}
/* -------------------　BLOG　----------------- */



/* ----------　pager　---------- */
.flow_type1 .cate_box{border-left:none;background-color: rgba(0,0,0,0);}
.flow_type1 .box_txt1,
.flow_type1 .box_txt2{padding-left:130px;}

.flow_type1 .box_wrap{
    position: relative;
    padding-left: 30px;
}
.flow_type1 .box_wrap:before{
    content: "";
    display: inline-block;
    height: calc(100% - 0px);
    border-left: 14px solid rgba(243, 237, 225, .78);
    position: absolute;
    top: -5px;
    left: 107px
}
.flow_type1 .box_txt1{position:relative;}
.flow_type1 .box_txt1::before,
.flow_type1 .box_txt1::after {
	content: "";
	display: block;
	position: absolute;
	top: 18px;
}
.flow_type1 .box_txt1::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #6b90db;
	border-radius: 50%;
	left: 61.5px;
}
.flow_type1 .box_txt1::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 72px;
}
.flow_type1 .box_description2{
    position: relative;
    border-left: none;
    background-color: rgba(255, 255, 255, 0);
}
.flow_type1 .box_description2 span{
position: absolute;
    display: inline-block;
    width: 90px;
    top: -23px;
    left: -50px;
}
/*--------タブレット--------*/
@media screen and (max-width: 768px){
.flow_type1 .flex_order2_tb{
    width: 78%!important;
    margin-left: auto;
}
}
/*--------スマートフォン--------*/
@media screen and (max-width: 667px){
.flow_type1 .box_description2 span {
    width: 70px;
}
.flow_type1 .box_wrap{
    padding-left: 23px;
}
.flow_type1 .box_wrap:before {
    left: 22px;
}
.flow_type1 .box_txt1::before, .flow_type1 .box_txt1::after {
    top: 58px;
}
.flow_type1 .box_txt1::before {
    margin-top: -3px;
    left: -17.5px;
}
.flow_type1 .box_txt1::after {
    width: 30px;
    left: -8px;
}
.flow_type1 .box_txt1, .flow_type1 .box_txt2 {
    padding-left: 30px;
}
.flow_type1 .box_txt1{
    padding-top: 46px;
}
.flow_type1 .flex_order2_tb {
    width: 87%!important;
}
}

/* ---------------------------------　下層ページ　--------------------------------- */
#cms_6_a .cate_title{
    font-size: 10px;
}

#page_title .page_title_inner {
    padding: 160px 20px;
}

#page_title .title_box {
    transform: translateX(-50%);
    left: 50%;
    bottom: -70px;
    padding: 30px;
}

/* ----------　会社情報　---------- */

/* ----------　お問い合わせ　---------- */


/* ----------　プライバシーポリシー ---------- */


/* ----------　サイトマップ　---------- */


@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/*-------------------------------------------------------タブレット-------------------------------------------------------*/
@media screen and (max-width: 768px){

#video video {
    width: 100%!important;
    height: auto;
    position: relative;
    top: 0%;
    left: 0%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(0%,0%);
}

#video {
    height: auto!important;
    width: 100%;
}
  
#main_img .catch {
    left: 2%;
    bottom: calc(4% + 40px);
    width: 70%;
}

#main_img .catch2 {
    bottom: 4%;
    left: 2%;
    width: 80%;
}

#logo img{
    width: 100%!important;
}

#header{
    height: 95px;
}

.head_banner {
    top: 26px;
    right: 90px;
}

#main_img .main_img_box {
    background-size: 100%;
    min-height: 800px;
    text-align: center;
}

#top_contents1 p{
    text-align: left;
    line-height: 2;
}

#top_contents1 h2::after {
    font-size: 104px;
    letter-spacing: 10px;
}

#top_contents2 .con_box .con_img {
    height: 60vw;
}

#top_contents2 .con_box .text_box {
    margin-top: -50px;
}

#top_contents2 .con_box:nth-of-type(1)::before, #top_contents2 .con_box:nth-of-type(2)::before, #top_contents2 .con_box:nth-of-type(3)::before{
    right: 10%;
    left: auto;
}

#top_contents2 .con_box .text_box h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: var(--color1);
    left: 210px;
    top: 50px;
}

#page_title .page_title_inner {
    padding: 120px 20px;
}

#logo h1.logo {
    top: 37%;
    left: 20px;
    transform: translateY(-50%);
    max-width: 300px;
}

#logo {
    top: 6px;
    left: 8px;
}

.bnr {
    right: 50%;
    bottom: 0%;
    transform: translate(50%, 0px);
}

}

/*-------------------------------------------------------スマホ-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
#video video {
    width: auto !important;
    height: 45vh !important;
    position: relative;
    top: 0%;
    left: 0%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(0%,0%);
}

#main_img .catch {
    left: 2%;
    bottom: calc(4% + 20px);
    width: 70%;
}

#main_img .catch2 {
    bottom: 4%;
    left: 2%;
    width: 90%;
}

#header{
    height: 78px;
}

#main_img .main_img_box {
    min-height: 540px;
}

#top_contents1{
    padding-top: 70px;
    padding-bottom: 100px;
}

#top_contents1 h2 {
    max-width: 100%;
    letter-spacing: 0;
    font-size: 19px;
}

#top_contents1 h2::after {
    font-size: 57px;
    bottom: 17px;
    letter-spacing: 0px;
}

#top_contents2 .img_box{
    width: 100%!important;
}

#top_contents2 .con_box .text_box {
    padding: 30px;
}

#top_contents2 .con_box .text_box h2 {
    padding-bottom: 30px;
    margin-bottom: 30px;
    background: linear-gradient(to right, var(--color1), var(--color3));
    background-repeat: no-repeat;
    background-size: 100px 1px;
    background-position: bottom center;
    letter-spacing: 0;
    font-size: 14px;
    text-align: center;
}

#top_contents2 .con_box .text_box h2::after{
    display: none;
}

#top_contents2 .con_box:nth-of-type(1)::before, #top_contents2 .con_box:nth-of-type(2)::before, #top_contents2 .con_box:nth-of-type(3)::before {
    font-size: 100px;
    right: 50%;
    transform: translateX(50%);
    top: -20px;
}

#page_title p{
    font-size: 28px;
    letter-spacing: 5px;
}

#page_title h2{
    font-size: 14px;
    letter-spacing: 5px;
}

#top_contact_box .bottom .box{
    height: auto;
}

#page_title .page_title_inner {
    padding: 80px 20px;
}

#logo {
    width: 50%;
    left: -6px;
    height: 133px;
}

#logo h1.logo {
    top: 26%;
    left: 20px;
    transform: translateY(-50%);
    max-width: 500px;
}

.bnr{
        bottom: 0px;
}

}