@charset "UTF-8";

html{
height:100%;
}
.img100 {
	width:100%;
	height:auto;
}
.img100_top {
	width:100%;
	height:auto;
	margin: 7% 0 15% 0;
}
img{
	display: block;
}
a{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #fff;
	text-decoration: none;
}
::selection {
    background: #ea601f;
    color: #fff;
}

//Firefox
::-moz-selection {
    background: #ea601f;
    color: #fff;
}


/* Mobile Layout: 480px and below. */
  
body{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background: url(../image/pattern_dot1.png),#fff;
	color: #000;
	font-feature-settings : "palt";
}
span.anchorlink {
       position: relative;
       top: -90px;
       display: block;
    }
/* ヘッダー */
.header_wrap{
	width: 100%;
	height: auto;
	background: #f08d1d;
	position: fixed;
	z-index: 100;
	}
.header{
	width: 94%;
	max-width: 1400px;
	height: auto;
	border-bottom: 1px solid #f8c68e;
	margin: 0 auto;
	overflow: hidden;
	}
.header_logo{
	float: left;
	padding: 12px 0 0;
	width: 120px;
	height: auto;
	}
.header_btn_wrap {
	max-width:172px;
	width:120px;
	height:auto;
	float: right;
	padding: 6px 0;
	margin: 0 12% 0 0;
}
.header_btn_text{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 9px;
	line-height: 11px;
	letter-spacing: 1px;
	}
a.header_btn {
	display: block;
	width:100%;
	height:auto;
	line-height:3.5%;
	padding: 12px 0;
	background: #fff;
	text-align: center;
	text-decoration: none;
	color: #ea601f;
	font-size: 12px;
	display: inline-block;
	transition: all 0.2s ease-in-out;
	box-sizing:border-box;
	border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
	font-weight: bold;
	vertical-align: middle;
}
a.header_btn:hover {
    background: #ea601f;
    color: #fff;
	text-decoration: none;
    }
.globalNav {
	display: none;
	}

/* FV */
.fv_wrap{
	width: 100%;
	height: auto;
	background:url(../image/fv_bg.png)no-repeat center center,#f08d1d;
	background-size: cover,auto;
	}
.fv{
	width: 95%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	display: block;
	padding: 12% 0 16%;
	}
.fv_pic{
	max-width: 591px;
	width: 60%;
	display: block;
	vertical-align: middle;
	margin: 0 auto;
	}
.fv_right{
	width: 90%;
	display: block;
	vertical-align: middle;
	margin: 3% auto 0;
	}
.fv_catch{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 4.6vw;
	line-height: 5.8vw;
	letter-spacing: 6px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
.fv_logo{
	max-width: 384px;
	width: 68%;
	margin: 4% auto 0;
	}

/* コンテンツ */
.contents_allwrap{
	width: 100%;
	height: auto;
	position: relative;
	}
.ratio-1_1:before {
    content: "";
    display: block;
    padding-top: 860%; /* 1:1 */
}
.contents_wrap{
	width: 94%;
	max-width: 1200px;
	height: auto 100%;
	background:#fff;
	margin: 0 auto 0;
	box-shadow : 0 0 16px rgba(0,0,0, 0.15);
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	top: -40px;
	padding: 0 0 8%;
	}

/* Webマーケティング */
.read_allwrap{
	width: 100%;
	height: auto;
	background: url(../image/read_bg.png)no-repeat center top;
	background-size: contain;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
.read_tit_wrap{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #e4e4e4;
	padding: 8% 0 0;
	}
.read_tit{
	width: 60%;
	max-width: 280px;
	height: auto;
	margin: 0 auto;
	border-left: 4px solid #ea601f;
	font-size: 5vw;
	line-height: 5.6vw;
	padding: 0 0 16px 12px;
	letter-spacing: 3px;
	color: #ea601f;
	font-weight: bold;
	}
.read_text{
	text-align: center;
	font-size: 2.6vw;
	line-height: 4.2vw;
	padding: 5% 0;
	font-weight: bold;
	letter-spacing: 1px;
	}

/* 事業内容 */
.strategy_allwrap{
	width: 100%;
	height: auto;
	background: url(../image/pattern_dot2.png);
	}
.tit_line{
	width: 50%;
	height: 50px;
	border-right: 1px solid #dadada;
	}
.title{
	text-align: center;
	font-size: 4.6vw;
	line-height: 7.2vw;
	color: #ea601f;
	letter-spacing: 3px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
.subtitle{
	font-family: 'Lilita One', cursive, "Arial Black", Gadget, "sans-serif";
	font-size: 2.3vw;
	line-height: 3.3vw;
	font-weight: normal;
	letter-spacing: 1px;
	}
.strategy_wrap{
	width: 94%;
	max-width: 1080px;
	height: auto;
	overflow: hidden;
	padding: 4% 0 5%;
	margin: 0 auto;
	}
.strategy_box_wrap{
	width: 76%;
	height: auto;
	float: none;
	margin: 5% auto 0;
	}
.strategy_box{
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow : 0 0 16px rgba(0,0,0, 0.15);
	}
.strategy_tit{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 4vw;
	line-height: 4.8vw;
	padding: 10% 0 7.8%;
	font-weight: bold;
	}
.strategy_orange{
	width: 22%;
	height: 4px;
	background: #ea601f;
	margin: 0 auto;
	}
.strategy_border{
	width: 100%;
	height: 1px;
	background: #e4e4e4;
	}
.strategy_pic{
	max-width: 198px;
	width: 70%;
	margin: 0 auto;
	padding: 9.5% 0;
	}
.strategy_text{
	font-size:4vw;
	line-height: 4.8vw;
	margin: 10px 0 18%;
	}

/* オファー */
.offer_wrap{
	width: 100%;
	height: auto;
	display: table;
	border-bottom: 1px solid #ebebeb;
	margin: 8% 0;
	}
.offer_space{
	width: 0%;
	height: auto;
	display: table-cell;
	vertical-align: middle;
background: -webkit-linear-gradient(#f2f2f2, #fff 10%);
background: -o-linear-gradient(#f2f2f2, #fff 10%);
background: linear-gradient(#f2f2f2, #fff 10%);
	}
.offer_center{
	width: 100%;
	height: auto;
	display: table-cell;
	vertical-align: middle;
	background: linear-gradient(#e4861c, #ea601f);
	background: -o-linear-gradient(#e4861c, #ea601f);
background: linear-gradient(#e4861c, #ea601f);
	padding: 16px 0 24px;
	}
.offer{
	width: 100%;
	height: auto;
	display: block;
	}
.offer_pic{
	width: 45%;
	display: block;
	vertical-align: middle;
	padding: 0;
	box-sizing: border-box;
	margin: 0 auto;
	}
.offer_text_wrap{
	width: 98%;
	display: block;
	vertical-align: middle;
	margin: 0 auto;
	}
.offer_text{
	text-align: center;
	width: 100%;
	height: auto;
	padding: 0;
	box-sizing: border-box;
	border-left: 0;
	font-size: 3.6vw;
	line-height: 4.6vw;
	color: #fff;
	margin: 4% 0 5%;
	}
.offer_tit{
	font-size: 4.6vw;
	line-height: 5.6vw;
	font-weight: bold;
	}
a.offer_btn {
	font-size: 4.6vw;
	margin: 0 auto;
	display: block;
	width: 65%;
	padding: 5%;
	text-align: center;
	text-decoration: none;
	color: #ea601f;
	border-radius: 50px;
	border: 2px solid #ea601f;
	transition: .4s;
	background: #fff;
	background: url(../image/bt_arrow.png)no-repeat 90% center,#fff;
	background-size: 15px,auto;
}
a.offer_btn:hover {
	color: #fff;
	border: 2px solid #fff;
	background: url(../image/bt_arrow_over.png)no-repeat 95% center,#ea601f;
	background-size: 15px,auto;
}

/* 企業理念 */
.mission_allwrap{
	width: 100%;
	height: auto;
	margin: 8% auto 7%;
	border-left: 1px solid #e4e4e4;
	background: url(../image/white.png)repeat-y left top,url(../image/mission_pic.png)no-repeat right center;
	background-size: 43%,cover;
	}
.mission_text_wrap{
	width: 94%;
	height: auto;
	background: url(../image/mission_tit_pic.png)no-repeat 40% top,rgba(255,255,255,0.8);
	position: relative;
	}
.mission_bar{
	width: 4px;
	height: 35px;
	background: #ea601f;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	}
.mission_tit{
	max-width: 251px;
	width: 50%;
	margin: 0 0 6.4% 25%;
	}
.mission_text{
	font-size: 3.2vw;
	line-height: 4.8vw;
	padding: 0 5% 7% 5%;
	box-sizing: border-box;
	letter-spacing: 1px;
	}
.text_orange{
	color: #ea6325;
	font-weight: bold;
	}

/* 会社概要 */
.profile_allwrap{
	width: 100%;
	height: auto;
	background: url(../image/pattern_dot2.png);
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 10%;
	}
.profile_wrap{
	width: 100%;
	height: auto;
	display: block;
	margin: 7% 0 0;
	}
.profile_wrap_map{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin: 2% 2% 2% 2%;
	}
.profile_wrap_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.profile_logo{
	width: 40%;
	max-width: 201px;
	display: block;
	vertical-align: middle;
	padding: 0 0 5% 0;
	margin: 0 12% auto;
	}
.profile_text{
	width: 70%;
	display: block;
	vertical-align: middle;
	border-bottom: 1px solid #dadada;
	padding: 0 5% 5% 0;
	position: relative;
	margin: 0 auto;
	}
.profile_bar{
	width: 35px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	}
table, th, td {
	width: 100%;
  border-collapse: collapse;
  border: 0;
  line-height: 4.4vw;
	font-size: 3.2vw;
}
table a:link{
	color: #ea601f;
	font-weight: bold;
	text-decoration: underline;
}
table th {
  width: 28%;
  font-weight: bold;
  vertical-align: middle;
	text-align: left;
	padding: 2% 2% 3% 5%;
}
table td {
  width: 72%;
  vertical-align: middle;
	padding: 2% 2% 3% 5%;
 }
/* フッター */
.footer_wrap{
	width: 100%;
	height: auto;
	background:#353535;
	margin: 12% 0 0;
	}
.footer{
	width: 98%;
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	}
.footer_text{
	float: none;
	color: #fff;
	padding: 32px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 9px;
	letter-spacing: 0;
	}
.footer_text a{
	font-weight: bold;
	border-bottom: 1px solid #f08d1d;
	}
.footer_text a:hover{
	border-bottom: 1px solid #fff;
	transition: .3s;
	}
.space{
	margin: 0 4px;
	}
.footer_logo{
	display: none;
	}
@media only screen and (min-width: 500px) {
.ratio-1_1:before {
    content: "";
    display: block;
    padding-top: 850%; /* 1:1 */
}
}
@media only screen and (min-width: 600px) {
.ratio-1_1:before {
    content: "";
    display: block;
    padding-top: 800%; /* 1:1 */
}
}


@media only screen and (min-width: 769px) {

body{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	background: url(../image/pattern_dot1.png),#fff;
	color: #000;
	font-feature-settings : "palt";
}

/* ヘッダー */
.header_wrap{
	width: 100%;
	height: auto;
	background: #f08d1d;
	position: fixed;
	z-index: 100;
	}
.header{
	width: 92%;
	max-width: 1400px;
	height: auto;
	border-bottom: 1px solid #f8c68e;
	margin: 0 auto;
	overflow: hidden;
	}
.header_logo{
	float: left;
	padding: 28px 0 0;
	width: 178px;
	height: 38px;
	}
.header_btn_wrap {
	max-width:172px;
	width:17.2%;
	height:auto;
	float: right;
	padding: 14px 0 0 16px;
	margin: 0;
}
.header_btn_text{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.1vw;
	line-height: 2vw;
	letter-spacing: 1px;
	}
a.header_btn {
	display: block;
	width:100%;
	height:auto;
	line-height:3.5%;
	padding: 12% 0;
	background: #fff;
	text-align: center;
	text-decoration: none;
	color: #ea601f;
	font-size: 1.5vw;
	display: inline-block;
	transition: all 0.2s ease-in-out;
	box-sizing:border-box;
	border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
	font-weight: bold;
	vertical-align: middle;
}
a.header_btn:hover {
    background: #ea601f;
    color: #fff;
	text-decoration: none;
    }
.globalNav {
	display: block;
    list-style: none;
	overflow: hidden;
	float: right;
	font-size: 0;
	}
.globalNav li {
    float: left;
	}
.globalNav li a {
    display: inline-block;
	margin: 0;
	padding: 42px 0 12px;
	margin: 0 10px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1.5vw;
	line-height: 2.4vw;
	letter-spacing: 2px;
	box-sizing: border-box;
	border-bottom: 4px solid #f08d1d;
	}
.globalNav li a:hover {
    border-bottom: 4px solid #fff;
	box-sizing: border-box;
	transition: .6s;
	}

/* FV */
.fv_wrap{
	width: 100%;
	height: auto;
	background:url(../image/fv_bg.png)no-repeat center center,#f08d1d;
	background-size: cover,auto;
	}
.fv{
	width: 95%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	display: table;
	padding: 12% 0 13%;
	}
.fv_pic{
	max-width: 591px;
	width: 41.5%;
	display: table-cell;
	vertical-align: middle;
	}
.fv_right{
	width: 58.5%;
	display: table-cell;
	vertical-align: middle;
	}
.fv_catch{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 3.2vw;
	line-height: 4.8vw;
	letter-spacing: 6px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
.fv_logo{
	max-width: 384px;
	width: 63.05%;
	margin: 5.3% auto 0;
	}

/* コンテンツ */
.contents_allwrap{
	width: 100%;
	height: auto;
	position: relative;
	}
.ratio-1_1:before {
    content: "";
    display: block;
    padding-top: 320%; /* 1:1 */
}
.contents_wrap{
	width: 94%;
	max-width: 1200px;
	height: auto 100%;
	background:#fff;
	margin: 0 auto 0;
	box-shadow : 0 0 16px rgba(0,0,0, 0.15);
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	top: -100px;
	}

/* Webマーケティング */
.read_allwrap{
	width: 100%;
	height: auto;
	background: url(../image/read_bg.png)no-repeat center top;
	background-size: contain;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
.read_tit_wrap{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #e4e4e4;
	padding: 6.2% 0 0;
	}
.read_tit{
	width: 28%;
	max-width: 280px;
	height: auto;
	margin: 0 auto;
	border-left: 6px solid #ea601f;
	font-size: 2.6vw;
	line-height: 2.8vw;
	padding: 0 0 12px 20px;
	letter-spacing: 3px;
	color: #ea601f;
	font-weight: bold;
	}
.read_text{
	text-align: center;
	font-size: 1.6vw;
	line-height: 2.6vw;
	padding: 1.8% 0;
	font-weight: bold;
	letter-spacing: 1px;
	}

/* 事業内容 */
.strategy_allwrap{
	width: 100%;
	height: auto;
	background: url(../image/pattern_dot2.png);
	}
.tit_line{
	width: 50%;
	height: 50px;
	border-right: 1px solid #dadada;
	margin: 0 0 0;
	}
.title{
	text-align: center;
	font-size: 2.2vw;
	line-height: 24px;
	color: #ea601f;
	letter-spacing: 3px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
.subtitle{
	font-family: 'Lilita One', cursive, "Arial Black", Gadget, "sans-serif";
	font-size: 1.3vw;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	}
.strategy_wrap{
	width: 94%;
	max-width: 1080px;
	height: auto;
	overflow: hidden;
	padding: 4% 0 5%;
	margin: 0 auto;
	}
.strategy_box_wrap{
	width: 29.3%;
	height: auto;
	float: left;
	margin: 0 2%;
	}
.strategy_box{
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow : 0 0 16px rgba(0,0,0, 0.15);
	}
.strategy_tit{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 1.8vw;
	line-height: 3.2vw;
	padding: 10% 0 7.8%;
	font-weight: bold;
	}
.strategy_orange{
	width: 22%;
	height: 4px;
	background: #ea601f;
	margin: 0 auto;
	}
.strategy_border{
	width: 100%;
	height: 1px;
	background: #e4e4e4;
	}
.strategy_pic{
	max-width: 198px;
	width: 70%;
	margin: 0 auto;
	padding: 9.5% 0;
	}
.strategy_text{
	font-size: 2vw;
	line-height: 2.4vw;
	margin: 10px 0 0;
	}

/* オファー */
.offer_wrap{
	width: 100%;
	height: auto;
	display: table;
	border-bottom: 1px solid #ebebeb;
	margin: 8% 0;
	}
.offer_space{
	width: 4%;
	height: auto;
	display: table-cell;
	vertical-align: middle;
background: -webkit-linear-gradient(#f2f2f2, #fff 10%);
background: -o-linear-gradient(#f2f2f2, #fff 10%);
background: linear-gradient(#f2f2f2, #fff 10%);
	}
.offer_center{
	width: 92%;
	height: auto;
	display: table-cell;
	vertical-align: middle;
	background: linear-gradient(#e4861c, #ea601f);
	background: -o-linear-gradient(#e4861c, #ea601f);
background: linear-gradient(#e4861c, #ea601f);
	padding: 30px 0;
	}
.offer{
	width: 100%;
	height: auto;
	display: table;
	}
.offer_pic{
	width: 45%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 5% 0 8%;
	box-sizing: border-box;
	}
.offer_text_wrap{
	width: 55%;
	display: table-cell;
	vertical-align: middle;
	}
.offer_text{
	text-align: left;
	width: 100%;
	height: auto;
	padding: 0 0 0 5.25%;
	box-sizing: border-box;
	border-left: 1px solid #f29c4b;
	font-size: 1.4vw;
	line-height: 2.3vw;
	color: #fff;
	margin: 0 0 24px;
	}
.offer_tit{
	font-size: 2.2vw;
	line-height: 2.6vw;
	font-weight: bold;
	}
a.offer_btn {
	font-size: 2vw;
	margin: 0 0 0 5.25%;
	display: block;
	width: 50%;
	padding: 3% 5%;
	text-align: center;
	text-decoration: none;
	color: #ea601f;
	border-radius: 50px;
	border: 2px solid #ea601f;
	transition: .4s;
	background: #fff;
	background: url(../image/bt_arrow.png)no-repeat 90% center,#fff;
	background-size: 15px,auto;
}
a.offer_btn:hover {
	color: #fff;
	border: 2px solid #fff;
	background: url(../image/bt_arrow_over.png)no-repeat 95% center,#ea601f;
	background-size: 15px,auto;
}

/* 企業理念 */
.mission_allwrap{
	width: 92%;
	height: auto;
	margin: 5% auto 7%;
	border-left: 1px solid #e4e4e4;
	background: url(../image/white.png)repeat-y left top,url(../image/mission_pic.png)no-repeat right center;
	background-size: 43%,contain;
	}
.mission_text_wrap{
	width: 56.5%;
	height: auto;
	background: url(../image/mission_tit_pic.png)no-repeat 40% top,rgba(255,255,255,0.8);
	position: relative;
	}
.mission_bar{
	width: 4px;
	height: 35px;
	background: #ea601f;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	}
.mission_tit{
	max-width: 251px;
	width: 40%;
	margin: 0 0 6.4% 24%;
	}
.mission_text{
	font-size: 1.5vw;
	line-height: 2.5vw;
	padding: 0 7% 7% 7%;
	box-sizing: border-box;
	letter-spacing: 2px;
	}
.text_orange{
	color: #ea6325;
	font-weight: bold;
	}

/* 会社概要 */
.profile_allwrap{
	width: 100%;
	height: auto;
	background: url(../image/pattern_dot2.png);
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 10%;
	}
.profile_wrap{
	width: 100%;
	height: auto;
	display: table;
	margin: 7% 0 0;
	}
.profile_logo{
	width: 40%;
	max-width: 201px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10% 5% 10%;
	}
.profile_text{
	width: 55%;
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #dadada;
	padding: 0 5% 5% 0;
	position: relative;
	}
.profile_bar{
	width: 35px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	}
table, th, td {
	width: 100%;
  border-collapse: collapse;
  border: 0;
	line-height: 2.4vw;
	font-size: 1.6vw;
}
table a:link{
	color: #ea601f;
	font-weight: bold;
	text-decoration: underline;
}
table th {
  width: 28%;
  font-weight: bold;
  vertical-align: middle;
	text-align: left;
	padding: 2% 2% 3% 5%;
}
table td {
  width: 72%;
  vertical-align: middle;
	padding: 2% 2% 3% 5%;
 }

/* フッター */
.footer_wrap{
	width: 100%;
	height: auto;
	background:#353535;
	margin: 12% 0 0;

	}
.footer{
	width: 92%;
	max-width: 1400px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	}
.footer_text{
	float: left;
	color: #fff;
	padding: 40px 0 0;
	font-size: 12px;
	letter-spacing: 1px;
	}
.footer_text a{
	font-weight: bold;
	border-bottom: 2px solid #f08d1d;
	}
.footer_text a:hover{
	border-bottom: 2px solid #fff;
	transition: .3s;
	}
.space{
	margin: 0 10px;
	}
.footer_logo{
	display: block;
	float: right;
	padding: 31px 0 42px;
	width: 128px;
	height: 27px;
	}
}

@media only screen and (min-width: 1000px) {
.header_btn_text{
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 20px;
	}
a.header_btn {
	height:35px;
	line-height:35px;
	font-size: 15px;
	padding: 0;
}
.globalNav li a {
	padding: 42px 0 12px;
	margin: 0 16px;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 2px;
	}
.fv{
	padding: 120px 0 130px;
	}
.fv_catch{
	font-size: 33px;
	line-height: 48px;
	letter-spacing: 9px;
	}
.fv_logo{
	margin: 64px auto 0;
	}
.contents_allwrap{
	width: 100%;
	height: auto;
	position: relative;
	}
.ratio-1_1:before {
    content: "";
    display: block;
    padding-top: 3250px; /* 1:1 */
}
.contents_wrap{
	width: 94%;
	max-width: 1200px;
	height: auto 100%;
	background:#fff;
	margin: 0 auto 0;
	box-shadow : 0 0 16px rgba(0,0,0, 0.15);
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	top: -100px;
	padding: 0 0 80px;
	}
.tit_line{
	margin: 0 0 0;
	}
.read_tit_wrap{
	padding: 62px 0 0;
	}
.read_tit{
	font-size: 26px;
	line-height: 28px;
	}
.read_text{
	font-size: 20px;
	line-height: 32px;
	}
.title{
	font-size: 22px;
	line-height: 28px;
	}
.subtitle{
	font-size: 13px;
	}
.strategy_wrap{
	padding: 40px 0 50px;
	}
.strategy_tit{
	font-size: 18px;
	line-height: 32px;
	padding: 32px 0 24px;
	}
.strategy_pic{
	padding: 30px 0;
	}
.strategy_text{
	font-size: 24px;
	line-height: 34px;
	}
.offer_wrap{
	margin: 80px 0;
	}
.offer_text{
	font-size: 14px;
	line-height: 23px;
	}
.offer_tit{
	font-size: 22px;
	line-height: 26px;
	}
a.offer_btn {
	font-size: 20px;
}
.mission_allwrap{
	margin: 50px auto 70px;
	}
.mission_tit{
	max-width: 251px;
	width: 40%;
	margin: 0 0 40px 19%;
	}
.mission_text{
	font-size: 15px;
	line-height: 25px;
	padding: 0 12% 40px 7%;
	}
.profile_allwrap{
	padding: 0 0 100px;
	}
.profile_wrap{
	margin: 70px 0 0;
	}
table, th, td {
	line-height: 24px;
	font-size: 16px;
}
/* フッター */
.footer_wrap{
	margin: 120px 0 0;
	}
}