/*
Theme Name: baddix
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: 
*/

@charset "UTF-8";
/*--------------------------------------------------
**************************************************
  リセット
**************************************************
--------------------------------------------------*/

/*	<head>内で html5reset.css を読み込んでます	*/


/*--------------------------------------------------
**************************************************
  デフォルト
**************************************************
--------------------------------------------------*/

/*	<head>内で default.css を読み込んでます	*/



/*--------------------------------------------------
**************************************************
  基本
**************************************************
--------------------------------------------------*/
html{
	font-size: 62.5%;/* font-sizeは16pxの62.5%の10px */
}

body {
	margin:0px;
	padding:0px;
	background:none repeat scroll 0% 0%;
	background-attachment:scroll;
	background-color:#fff;
	font-family:'Zen Kaku Gothic new', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.6;
	letter-spacing: 0.8px;
	font-size: 1.6rem;
	font-weight: 400;
	color:#333;
	counter-reset: number 0; 
}
.inner{
	margin-left: auto;
    margin-right: auto;
}
#wrap {
    min-width: 1200px;
    overflow: hidden;
}
.contents_inner{
	max-width:1280px;
	min-width:768px;
	width:96%;
	margin-left:auto;
	margin-right:auto;
}
.box_shadow{
	box-shadow: 0px 0px 30px 0px #d0d9ea;
}
/*--------------------------------------------------
**************************************************
  テキスト・フォント
**************************************************
--------------------------------------------------*/
em {
	color: #e58c93;
	font-weight: normal;
	font-style: normal;
}


.blue  { color:#0055B8;}
.black { color:#333; }
.white { color:#fff; }


/*--------------------------------------------------
**************************************************
  リンク系（アンカー）
**************************************************
--------------------------------------------------*/
a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a:hover {
	color: #0055B8;
}
a img{
	display: block;
	transition: 0.5s;
}

a img:hover {
	opacity: 0.7;
	transition: 0.5s;
}

/* -- CSSで画像を整形していたら -- */
a.opa:hover {
	-ms-filter: "alpha( opacity=70 )";
	filter: alpha( opacity=70 );
	opacity: 0.7;
}



/*--------------------------------------------------
**************************************************
  ヘッダー
**************************************************
--------------------------------------------------*/
.header{
	width: 98%;
	margin: 0px auto 120px;
	background: #0055B8;
	height: 100px;
	border-radius: 50px;
	position: relative;
	top: 30px;
}
.page .header{
	margin-bottom: 0;
}
.header_logo{
	position: absolute;
	top: 50%;
    left: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.header_menu{
	display: flex;
	position: absolute;
	top: 50%;
    right: 40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.header_menu li.line{
	margin-right: 32px;
	padding: 12px 0;
}
.header_menu li a{
	color: #fff;
	position: relative;
}

.header_menu li.header_menu_contact{
	background: #F83838;
	border-radius:23px;
}
.header_menu li.header_menu_contact a{
	display: block;
	padding: 12px 40px;

}





.header_menu li.line a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: -6px;
    left: 5%;
    /*線の形状*/
    width: 90%;
    height: 1px;
    background:#ffffff;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: left top;/*左上基点*/
}

/*現在地とhoverの設定*/
.header_menu li.line.current a::after,
.header_menu li.line a:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}
.page{
	background: url("imgs/common/bg_page.png") no-repeat;
	background-size: cover;
	margin-bottom: 80px;
}
.page_title{
	padding-bottom: 96px;
}
.page_title h2{
	text-align: left;
	margin: 96px 0 24px;
	display: flex;
	-webkit-align-items: center;
align-items: center;
}
.page_title h2 span.jp{
	margin-left: 56px;
}
/*--------------------------------------------------
**************************************************
  グローバルナビゲーション
**************************************************
--------------------------------------------------*/



/*--------------------------------------------------
**************************************************
  パンくず
**************************************************
--------------------------------------------------*/
.pankuzu{
	display: flex;
}
.pankuzu span {
	margin-right:5px;
}
.pankuzu span:not(:first-child) {
	padding-left:5px;
}


/*--------------------------------------------------
**************************************************
  ページ内リンク
**************************************************
--------------------------------------------------*/

.page_link{
	display: flex;
	justify-content:center;
	margin-bottom: 120px;
}
.page_link li{
	margin-right: 5%;
}
.page_link li:last-child{
	margin-right: 0;
}
.page_link li a{
	position: relative;
	font-weight: 700;
}

.page_link li a::after{
	position: absolute;
	content: "";
	display: inline-block;
	background:url("imgs/common/icon_down.png") no-repeat;
	background-size:contain;
	width:12px;
	height: 7px;
	top: 50%;
    right: -24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

}
/*--------------------------------------------------
**************************************************
  メインコンテンツ
**************************************************
--------------------------------------------------*/
h2{
	line-height: 1.4;
	text-align: center;
	letter-spacing: -0.6px;
}
h2 span.en{
	display: block;
	font-size: 8.0rem;
	font-weight: 500;
	color: #0055B8;
}
h2 span.jp{
	font-size: 1.8rem;
	color: #0055B8;
	position: relative;
}
h2 span.jp::before,h2 span.jp::after{
	position: absolute;
    top: 0.6rem;
    height: 1.8rem;
    content: '';
	border-right: solid 2px;
    transform: rotate(40deg);
}
h2 span.jp::before{
    left: -16px;
}
h2 span.jp::after{
    right: -16px;
}



/*--------------------------------------------------
**************************************************
  cta
**************************************************
--------------------------------------------------*/
.cta{
		padding: 64px;
		border-radius: 20px;
		width: 98%;
		margin: 0 auto;
		background: #333333;
		color: #fff;
	}
	.cta .contents_inner{
		position: relative;
	}
	.cta .contents_inner::after{
		position: absolute;
		top: -80px;
		right: 0;
		content: "";
		display: inline-block;
		background:url("imgs/top/mobile.png") no-repeat;
		background-size:contain;
		width:300px;
		height: 614px;
	}

	.cta h2{
		text-align: left;
	}
	.cta h2 span.en{
		color: #fff;
	}
	.cta h2 span.jp{
		margin-left: 40px;
		color: #fff;

	}
	.cta_text p:nth-child(1){
		font-size: 3.2rem;
	}
	.cta_text p:nth-child(2){
		color: #B2B2B2;
	}
	.cta_button{
		position: relative;
		text-align: center;
		background: #F83838;
		width: 400px;
		height: 70px;
		line-height: 70px;
		border-radius:35px;
		overflow: hidden;
		
	}
	.cta_button a{
		color: #fff;
		display: block;
		position: relative;
	}

	.cta_button a::after{
		position: absolute;
		right: 16px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		content: "";
		display: inline-block;
		background:url("imgs/common/icon_arrow.png") no-repeat;
		background-size:contain;
		width:16px;
		height: 14px;

	}
	


.cta_button a:hover::after{
		position: absolute;
		right: 16px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		content: "";
		display: inline-block;
		background:url("imgs/common/icon_arrow_black.png") no-repeat;
		background-size:contain;
		width:16px;
		height: 14px;
		z-index: 3;
	}
/*--------------------------------------------------
**************************************************
  フッター
**************************************************
--------------------------------------------------*/
.footer{
	text-align: center;
	background: #F6F6F6;
	padding: 80px 0;
}
.footer_info{
	font-size: 1.4rem;
}

.footer_menu{
	display: flex;
	justify-content: center;
}

.footer_menu li{
	margin-right: 32px;
}

.footer_menu li:last-child{
	margin-right: 0;
}
.footer_menu:last-of-type{
	font-size: 1.4rem;
	font-weight: normal;
}

.copyright{
	font-size: 1.4rem;
}
/*--------------------------------------------------
**************************************************
  オンマウスで画像の拡大
**************************************************
--------------------------------------------------*/

.zoomIn img{
	transform: scale(1);
	transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/

}

.zoomIn a:hover img{/*hoverした時の変化*/
	transform: scale(1.2);/*拡大の値を変更したい場合はこの数値を変更*/
}


.mask{
    display: block;
    line-height: 0;/*行の高さを0にする*/
    overflow: hidden;/*拡大してはみ出る要素を隠す*/
		border-radius: 10px;
}
/*--------------------------------------------------
**************************************************
  ボタン動き
**************************************************

/*== ボタン共通設定 */
.btn{
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
	overflow: hidden;

    /*アニメーションの指定*/   
    transition: ease .2s;
}

/*ボタン内spanの形状*/
.btn span {
	position: relative;
	z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/

}

.bgskew_white:hover span{
	color:#333;
}


.bgskew_white{overflow: hidden;}

/*== 背景が流れる（斜め） */
.bgskew::before {
	content: '';
    /*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: -130%;
    /*色や形状*/
	background:#333;
	width:120%;
	height: 100%;
	transform: skewX(-25deg);
}
.bgskew_white::before {
	content: '';
    /*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: -130%;
    /*色や形状*/
	background:#fff;
	width:120%;
	height: 100%;
	transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.bgskew:hover::before,
.bgskew_white:hover::before{
	animation: skewanime .5s forwards;/*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
	100% {
		left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
	}
}
/*--------------------------------------------------
**************************************************
  その他 (PageUpボタン 追従系 jsに関わるcssなど。)
**************************************************
--------------------------------------------------*/

