@charset "UTF-8";

main {
	overflow: hidden;
}
/* -----------------------------------------------------------
	メイン画像
----------------------------------------------------------- */
.main_image {
	position: relative;
	overflow: hidden;
}
.bxslider_box {
	position: relative;
	overflow: hidden;
}
.bxslider_box li {
	height: 700px;
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bxslider_box li:not(:first-child) {
	display: none;
}
.bxslider_box li.slider_00 {
	background-image: url("../img/index/slider_00_pic.jpg");
	background-color: #a5a5a5;
}
.bxslider_box li.slider_01 {
	background-image: url("../img/index/slider_01_pic.jpg");
	background-color: #a5a5a5;
}
.bxslider_box li.slider_02 {
	background-image: url("../img/index/slider_02_pic.jpg");
	background-color: #a5a5a5;
}
.slider {
	position: relative;
}
.bx-controls {
	display: none;
}
.bxslider_box li a {
	display: block;
	width: 100%;
	height: 100%;
}

.slider .copy {
	position: absolute;
	font-size: 43px;
	line-height: 96px;
	letter-spacing: 0.16em;
}
.slider .copy img {
	display: inline;
	vertical-align: middle;
	opacity: 0;
}
.bxslider_box li.slider_00 .copy {
	top: 33%;
	left: 8%;
}
.bxslider_box li.slider_00 .copy .num01 {
	max-width: 318px;
}
.bxslider_box li.slider_00 .copy .num02 {
	max-width: 318px;
}
.bxslider_box li.slider_01 .copy {
	top: 73%;
	left: 10%;
}
.bxslider_box li.slider_01 .copy .num01 {
	max-width: 262px;
}
.bxslider_box li.slider_01 .copy .num02 {
	max-width: 573px;
}
.bxslider_box li.slider_02 .copy {
	top: 30%;
	left: 10%;
}
.bxslider_box li.slider_02 .copy .num01 {
	max-width: 218px;
}
.bxslider_box li.slider_02 .copy .num02 {
	max-width: 319px;
}


.marker {
  display: inline;
  position: relative;
  /*background-image: linear-gradient(90deg, #fff, #fff);*/
  background: repeating-linear-gradient(
    to bottom,
    rgba(255,255,255,0.6) 0 12px, /* 行の上部分の余白 */
    rgba(255,255,255,0.6) 12px 36px, /* マーカー部分 */
    rgba(255,255,255,0.6) 36px 48px /* 行の下部分の余白 */
  );
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 100%; /* '30%'の部分にマーカーの太さを記入 */
  transition: all 1.4s ease-in-out; /* マーカーを引く速度を調整 */
  
  vertical-align: middle;
  line-height: 1;
  padding: 0 0 11px;
}

/* アニメーション発火時 */
.marker.slide_copy_on {
	background-size: 100% 100%; /* '30%'の部分は上で設定した太さに合わせる */
}
.marker.slide_copy_on img {
	animation: copyimgfade 2s ease-out forwards;
}
@keyframes copyimgfade{
      0%{opacity:0}
      30%{opacity:0}
	100%{opacity:1;}
}


.bxslider_box .subcopy {
	max-width: 394px;
	position: absolute;
	bottom: 3.5%;
	right: 4%;
}

/* scrolldown */
.scrolldown{
	position:absolute;
	bottom:10px;
	left:4%;
}
.scrolldown span{
	position: absolute;
	left:-11px;
	bottom:50px;
	color: #eee;
	font-size: 12px;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
.scrolldown:before {
    content: "";
    position: absolute;
    bottom:0;
    left:-3px;
	width:7px;
	height:7px;
	border-radius: 50%;
	background:#eee;
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove{
      0%{bottom:40px;}
     100%{bottom:-5px;}
 }
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }
.scrolldown:after{
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	width:1px;
	height: 40px;
	background:#eee;
}
/* END scrolldown */


@media screen and (min-width: 768px) and (max-width: 1200px) {
.bxslider_box li.slider_01 {
	background-image: url("../img/index/slider_01_smp.jpg");
}
.bxslider_box li.slider_02 {
	background-image: url("../img/index/slider_02_smp.jpg");
}
.bxslider_box li.slider_00 .copy {
	top: auto;
	bottom: 16%;
	left: 8%;
	font-size: 100%;
	line-height: 5;
	max-width: 620px;
}
.bxslider_box li.slider_00 .copy .num01 {
	max-width: 44%;
}
.bxslider_box li.slider_00 .copy .num02 {
	max-width: 44%;
}
.bxslider_box li.slider_01 .copy {
	top: auto;
	bottom: 16%;
	left: 8%;
	font-size: 100%;
	line-height: 5;
	max-width: 620px;
}
.bxslider_box li.slider_01 .copy .num01 {
	max-width: 40%;
}
.bxslider_box li.slider_01 .copy .num02 {
	max-width: 90%;
}
.bxslider_box li.slider_02 .copy {
	left: 8%;
	font-size: 100%;
	line-height: 5;
	max-width: 620px;
}
.bxslider_box li.slider_02 .copy .num01 {
	max-width: 34%;
}
.bxslider_box li.slider_02 .copy .num02 {
	max-width: 50%;
}
.marker {
	vertical-align: middle;
	padding: 1em 0 1.3em;
}
.bxslider_box .subcopy {
	width: 70%;
	max-width: 440px;
	bottom: 3%;
	right: 3%;
}

}
@media screen and (max-width: 767px) {
.bxslider_box li {
	height: 90vh;
}
.bxslider_box li.slider_00 {
	background-image: url("../img/index/slider_00_smp.jpg");
}
.bxslider_box li.slider_01 {
	background-image: url("../img/index/slider_01_smp.jpg");
}
.bxslider_box li.slider_02 {
	background-image: url("../img/index/slider_02_smp.jpg");
}
/*.bxslider_box li.slider_00 .copy {
	top: auto;
	bottom: 40px;
    left: 10%;
	font-size: 22px;
    line-height: 55px;
}
.bxslider_box li.slider_01 .copy {
	width: 180px;
	top: auto;
	bottom: 40px;
    left: 10%;
	font-size: 22px;
    line-height: 55px;
}*/

.bxslider_box li.slider_00 .copy {
	top: auto;
	bottom: 16%;
	left: 8%;
	font-size: 100%;
	line-height: 1.2;
	max-width: 460px;
}
.bxslider_box li.slider_00 .copy .num01 {
	max-width: 44%;
}
.bxslider_box li.slider_00 .copy .num02 {
	max-width: 44%;
}
.bxslider_box li.slider_01 .copy {
	top: auto;
	bottom: 16%;
	left: 8%;
	font-size: 100%;
	line-height: 1.2;
	max-width: 460px;
}
.bxslider_box li.slider_01 .copy .num01 {
	max-width: 40%;
}
.bxslider_box li.slider_01 .copy .num02 {
	max-width: 90%;
}
.bxslider_box li.slider_02 .copy {
	top: 25%;
	left: 8%;
	font-size: 100%;
	line-height: 1.2;
	max-width: 460px;
}
.bxslider_box li.slider_02 .copy .num01 {
	max-width: 34%;
}
.bxslider_box li.slider_02 .copy .num02 {
	max-width: 50%;
}
.marker {
	vertical-align: middle;
	padding: 0.2em 0 0.5em;
}
.bxslider_box .subcopy {
	width: 70%;
	max-width: 350px;
	bottom: 3%;
	right: 3%;
}
.scrolldown span {
	left: -7px;
}
}


/* -----------------------------------------------------------
	news_wrap
----------------------------------------------------------- */
.news_wrap {
	background: #fff;
}
.news_wrap .news_inner {
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
	padding: 55px 0;
	display: flex;
	justify-content: space-between;
}
.news_wrap .ttl_box {
	width: 350px;
}
.news_wrap .ttl_box .ttl {
	font-size: 36px;
	line-height: 1.3;
	color: #237ec1;
	letter-spacing: 0.08em;
	font-weight: 500;
	margin-bottom: 15px;
}
.news_wrap .news_link a {
	font-size: 16px;
	color: #333;
	letter-spacing: 0.14em;
}
.news_wrap .news_link a span {
	position: relative;
}
.news_wrap .news_link a span::after{
    display: block;
	content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    left: auto;
    width: 20px;
    height: 5px;
	margin-top: -4px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	transform: skew(45deg);
	transition: all 0.5s ease;
}
.news_wrap .news_link a:hover {
	opacity: .7;
}
.news_wrap .news_link a:hover span::after{
	right: -35px;
}
.news_wrap .list_box {
	width: calc(100% - 370px);
}
.news_wrap .list_box .list {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}
.news_wrap .list_box .list li {
	display: flex;
	gap: 20px;
	width: 100%;
}
.news_wrap .list_box .list li time {
	letter-spacing: 0;
}
.news_wrap .list_box .list li a {
	color: #333;
	text-decoration: underline;
	line-height: 1.7;
}
.news_wrap .list_box .list li a:hover {
	text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.news_wrap .ttl_box {
	width: 250px;
}
.news_wrap .ttl_box .ttl {
	font-size: 33px;
}
.news_wrap .list_box {
	width: calc(100% - 290px);
}
}
@media screen and (max-width: 767px) {

.news_wrap .news_inner {
	flex-wrap: wrap;
}
.news_wrap .ttl_box {
	width: 100%;
}
.news_wrap .ttl_box .ttl {
	font-size: 31px;
	text-align: center;
}
.news_wrap .list_box {
	width: 100%;
	margin-bottom: 20px;
}
.news_wrap .list_box .list {
	gap: 15px;
}
.news_wrap .list_box .list li {
    flex-wrap: wrap;
	gap: 0;
}
.news_wrap .list_box .list li time {
	width: 100%;
}
.news_wrap .btn_link a {
	margin: 0 auto;
}
}

/* -----------------------------------------------------------
	brand_wrap
----------------------------------------------------------- */
.brand_wrap {
	background-image: url("../img/index/brand_bg.png");
	background-size: 1920px;
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 180px 0 330px;
	position: relative;
	overflow: hidden;
}
.brand_wrap::before {
	content: '';
    display: block;
    width: 635px;
    height: 654px;
	position: absolute;
	right: -130px;
	top: -40px;
    background: url("../img/index/brand_bg_gear.png") no-repeat center;
	background-size: cover;
}
.brand_inner {
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
}
.brand_wrap .textbox {
	max-width: 380px;
    width: 35%;
	margin-left: 6%;
	float: left;
	color: #fff;
}
.brand_wrap .textbox .ttl {
	font-size: 41px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 0.07em;
	margin-bottom: 35px;
}
.brand_wrap .textbox .sub_ttl {
	font-size: 20px;
	letter-spacing: 0.15em;
}
.brand_wrap .textbox .catch {
	font-size: 17px;
	letter-spacing: -0.01em;
	font-weight: 300;
	margin-bottom: 45px;
}
.brand_wrap .textbox .btn_link a {
	background: #fff;
	border: none;
	color: #0d3887;
	max-width: 230px;
	position: relative;
}
.brand_wrap .textbox .btn_link a::after {
	border-bottom: 1px solid #0d3887;
	border-right: 1px solid #0d3887;
}
.brand_wrap .picbox {
	max-width: calc(100% - 450px);
    width: 62%;
	height: 400px;
	float: left;
	background-image: url("../img/index/brand_pic.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.brand_wrap {
	background-size: 150% 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 130px 0 240px;
}
.brand_wrap::before {
	width: 505px;
    height: 524px;
    right: -200px;
    top: -40px;
}
.brand_wrap .textbox {
	max-width: 100%;
	width: 36%;
	margin-left: 4%;
}
.brand_wrap .textbox .ttl {
	font-size: 33px;
}
.brand_wrap .textbox .sub_ttl {
	font-size: 19px;
}
.brand_wrap .textbox .catch {
	font-size: 15px;
}
.brand_wrap .picbox {
	max-width: 100%;
	width: 60%;
	height: 360px;
}
}
@media screen and (max-width: 767px) {
.brand_wrap {
	background-image: url(../img/index/brand_bg_smp.png);
	background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 30px 0 100px;
	margin-bottom: 30px;
}
.brand_inner {
	width: 90%;
}
.brand_wrap::before {
	background-size: contain;
	width: 265px;
    height: 180px;
    right: -100px;
    top: 186px;
}
.brand_wrap .textbox {
	max-width: 100%;
	width: 100%;
	margin-left: 0;
	margin-top: 20px;
	float: none;
}
.brand_wrap .textbox .ttl {
	font-size: 31px;
	text-align: center;
	margin-bottom: 15px;
}
.brand_wrap .textbox .sub_ttl {
	font-size: 15px;
	letter-spacing: 0.08em;
	text-align: center;
	margin-bottom: 5px;
}
.brand_wrap .textbox .catch {
	font-size: 12px;
	letter-spacing: 0.03em;
	text-align: center;
	margin-bottom: 24px;
}
.brand_wrap .picbox {
	max-width: 100%;
	width: 100%;
	height: 45vw;
	float: none;
	position: relative;
    z-index: 3;
}
.brand_wrap .textbox .btn_link a {
	margin: 0 auto;
}
}
@media screen and (min-width: 1921px) {
.brand_wrap {
	background-size: 100%;
}
}



/* -----------------------------------------------------------
	xlabo_wrap
----------------------------------------------------------- */
.xlabo_wrap {
	padding-bottom: 20px;
	background: linear-gradient(to bottom, rgba(236,247,253,0) 50%, rgba(236,247,253,1) 100%);
}
.xlabo_inner {
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
}
.xlabo_wrap .link a {
	width: 100%;
	height: 223px;
	display: flex;
	justify-content: center;
    align-items: center;
	max-width: 1036px;
	margin: -30px auto 0;
	background-image: url("../img/index/xlabo_bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0px 2px 13px 2px rgba(0,0,0,0.6);
}
.xlabo_wrap .link a span {
	display: block;
	margin: 0 auto;
	max-width: 380px;
}
.xlabo_wrap .link a:hover {
	opacity: .7;
}
.xlabo_wrap .link a:hover img {
	opacity: 1;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.xlabo_wrap .link a {
	height: 194px;
}
.xlabo_wrap .link a span {
	max-width: 600px;
}
}
@media screen and (max-width: 767px) {
.xlabo_inner {
	width: 90%;
}
.xlabo_wrap .link a {
	height: 145px;
}
.xlabo_wrap .link a {
	padding: 0 16px;
	box-sizing: border-box;
}
.xlabo_wrap .link a span {
	max-width: 300px;
}
}






/* -----------------------------------------------------------
	business_wrap
----------------------------------------------------------- */
.business_wrap {
	background-image: url("../img/index/business_bg.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 250px 0 60px;
}
.business_inner {
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
}
.business_wrap .textbox {
	max-width: 420px;
	min-height: 404px;
	padding: 60px 0;
	margin: 0 auto 200px;
	background: #fff;
	box-shadow: 0px 2px 13px 2px rgba(0,0,0,0.1);
}
.business_wrap .textbox .ttl {
	font-size: 36px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
	text-align: center;
}
.business_wrap .textbox .ttl_en {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #237ec1;
	text-align: center;
	margin-bottom: 33px;
}
.business_wrap .textbox .sub_ttl {
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
}
.business_wrap .textbox .catch {
	font-size: 17px;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
	text-align: center;
	font-weight: 300;
}
.business_wrap .textbox .btn_link a {
	background : linear-gradient(90deg, rgba(35, 126, 193, 1) 0%, rgba(34, 122, 188, 1) 18.27%, rgba(32, 110, 173, 1) 40.67%, rgba(28, 91, 148, 1) 65.23%, rgba(23, 64, 113, 1) 91.17%, rgba(21, 54, 100, 1) 99.97%);;
	border: none;
	color: #fff;
	max-width: 240px;
	margin: 0 auto;
	position: relative;
}
.business_wrap .textbox .btn_link a::after {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}


.business_wrap .link_wrap {
	max-width: 1120px;
	width: 42%;
	padding: 45px 4%;
	background : linear-gradient(90deg, rgba(35, 126, 193, 1) 0%, rgba(34, 122, 188, 1) 18.27%, rgba(32, 110, 173, 1) 40.67%, rgba(28, 91, 148, 1) 65.23%, rgba(23, 64, 113, 1) 91.17%, rgba(21, 54, 100, 1) 99.97%);
	border-radius : 0px 23px 23px 0px;
}
.business_wrap .link_inner {
	max-width: 940px;
	margin: 0 auto;
}
.business_wrap .link_wrap .news {
	width: 48%;
	float: left;
}
.business_wrap .link_wrap .follow {
	max-width: 450px;
	width: 100%;
	float: right;
}
.business_wrap .link_wrap .news a,
.business_wrap .link_wrap .follow a {
	height: 115px;
	line-height: 115px;
	color: #237ec1;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.1em;
	background: #fff;
	border-radius: 200px;
	display: flex;
	align-items: center;
	padding: 0 60px;
	position: relative;
}
.business_wrap .link_wrap .news a:hover,
.business_wrap .link_wrap .follow a:hover {
	opacity: .7;
}
.business_wrap .link_wrap .news a span {
	font-size: 15px;
	letter-spacing: 0.13em;
	padding-left: 6px;
}
.business_wrap .link_wrap .follow a {
	font-size: 25px;
	letter-spacing: 0.13em;
}
.business_wrap .link_wrap .news a::after {
	display: block;
	content: '';
    position: absolute;
    top: 50%;
    right: 60px;
    left: auto;
    width: 27px;
    height: 7px;
	margin-top: -4px;
	border-bottom: 1px solid #237ec1;
	border-right: 1px solid #237ec1;
	transform: skew(45deg);
	transition: all 0.5s ease;
}
.business_wrap .link_wrap .news a:hover::after {
	right: 50px;
}
.business_wrap .link_wrap .follow a {
	font-size: 25px;
	position: relative;
}
.business_wrap .link_wrap .follow a::after {
	content: '';
    display: inline-block;
    width: 38px;
    height: 38px;
	position: absolute;
	top: 50%;
    right: 60px;
	margin-top: -19px;
    background: url(../img/index/link_wrap_tw.png) no-repeat center;
	background-size: contain;
	transition: all 0.5s ease;
}
.business_wrap .link_wrap .follow a:hover::after {
	right: 50px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.business_wrap .textbox {
	min-height: 0;
	margin: 0 auto 100px;
}
.business_wrap .textbox .ttl {
	font-size: 30px;
}
.business_wrap .textbox .ttl_en {
	font-size: 15px;
}
.business_wrap .textbox .sub_ttl {
	font-size: 18px;
}
.business_wrap .textbox .catch {
	font-size: 15px;
}
.business_wrap .link_wrap {
	/*width: 80%;*/
	padding: 16px 7%;
}
.business_wrap .link_wrap .follow {
	max-width: 350px;
}
.business_wrap .link_wrap .news a,
.business_wrap .link_wrap .follow a {
	height: 60px;
	font-size: 18px;
	line-height: 50px;
	padding: 0 0 0 28px;
	letter-spacing: 0.05em;
}
.business_wrap .link_wrap .news a span {
	letter-spacing: 0;
	font-size: 12px;
	padding-left: 4px;
}
.business_wrap .link_wrap .news a::after {
	width: 22px;
	height: 5px;
	margin-top: -4px;
	right: 22px;
}
.business_wrap .link_wrap .news a:hover::after {
	right: 22px;
}
.business_wrap .link_wrap .follow a::after {
	width: 30px;
	height: 30px;
	right: 16px;
    margin-top: -15px;
}
.business_wrap .link_wrap .follow a:hover::after {
	right: 16px;
}
}
@media screen and (max-width: 767px) {
.business_wrap {
	padding: 100px 0 50px;
}
.business_inner {
	width: 85%;
}
.business_wrap .textbox {
	min-height: 0;
	padding: 35px 0;
	margin: 0 auto 60px;
}
.business_wrap .textbox .ttl {
	font-size: 24px;
}
.business_wrap .textbox .ttl_en {
	font-size: 13px;
	margin-bottom: 24px
}
.business_wrap .textbox .sub_ttl {
	font-size: 15px;
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
.business_wrap .textbox .catch {
	font-size: 12px;
	margin-bottom: 24px;
}
.business_wrap .link_wrap {
	width: 50%;
	padding: 16px 4%;
}
.business_wrap .link_wrap .follow {
	max-width: 200px;
}
.business_wrap .link_wrap .news a,
.business_wrap .link_wrap .follow a {
	height: 36px;
	font-size: 14px;
	line-height: 36px;
	padding: 0 0 0 12px;
	letter-spacing: 0.05em;
}
.business_wrap .link_wrap .news a span {
	letter-spacing: 0;
	font-size: 12px;
	padding-left: 4px;
}
.business_wrap .link_wrap .news a::after {
	width: 20px;
	height: 5px;
	margin-top: -4px;
	right: 16px;
}
.business_wrap .link_wrap .news a:hover::after {
	right: 16px;
}
.business_wrap .link_wrap .follow a::after {
	width: 22px;
	height: 22px;
	right: 8px;
    margin-top: -11px;
}
.business_wrap .link_wrap .follow a:hover::after {
	right: 16px;
}
}






/* -----------------------------------------------------------
	company_message_wrap
----------------------------------------------------------- */
.company_message_wrap {
	
}
.company_message_wrap .company_wrap {
	background: url(../img/index/company_bg.jpg) no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	width: 50%;
	height: 510px;
	float: left;
	position: relative;
}
.company_message_wrap .message_wrap {
	background: url(../img/index/message_bg.jpg) no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	width: 50%;
	height: 510px;
	float: right;
	position: relative;
}
.company_message_wrap .company_wrap .textbox {
	margin: 170px auto 0;
}
.company_message_wrap .message_wrap .textbox {
	margin: 140px auto 0;
}
.company_message_wrap .textbox {
	text-align: center;
	color: #fff;
}
.company_message_wrap .textbox .ttl {
	font-size: 36px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.12em;
}
.company_message_wrap .textbox .ttl span {
	font-size: 18px;
	letter-spacing: 0.07em;
}
.company_message_wrap .textbox .text {
	font-size: 17px;
	letter-spacing: 0.1em;
	margin-top: 26px;
}
.company_message_wrap .btn_link {
	position: absolute;
	bottom: 115px;
}
.company_message_wrap .btn_link a {
	color: #fff;
	border: 1px solid #fff;
	margin: 0 auto;
}
.company_message_wrap .btn_link a::after {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
.company_message_wrap .company_wrap,
.company_message_wrap .message_wrap {
	height: 430px;
}
.company_message_wrap .company_wrap .textbox {
	margin-top: 140px;
}
.company_message_wrap .message_wrap .textbox {
	margin-top: 110px;
}
.company_message_wrap .textbox .ttl {
	font-size: 30px;
}
.company_message_wrap .textbox .ttl span {
	font-size: 15px;
}
.company_message_wrap .textbox .text {
	font-size: 15px;
	margin-top: 20px;
}
.company_message_wrap .btn_link {
	bottom: 80px;
}
}
@media screen and (max-width: 767px) {
.company_message_wrap .company_wrap,
.company_message_wrap .message_wrap {
	width: 100%;
	float: none;
	height: 240px;
}
.company_message_wrap .company_wrap .textbox {
	margin-top: 0;
	padding-top: 70px;
}
.company_message_wrap .message_wrap .textbox {
	margin-top: 0;
	padding-top: 40px;
}
.company_message_wrap .textbox .ttl {
	font-size: 24px;
}
.company_message_wrap .textbox .ttl span {
	font-size: 13px;
}
.company_message_wrap .textbox .text {
	font-size: 14px;
	margin-top: 20px;
}
.company_message_wrap .btn_link {
	bottom: 40px;
}
}





/* -----------------------------------------------------------
	case_wrap
----------------------------------------------------------- */
.case_wrap {
	padding: 210px 0 80px;
	position: relative;
	overflow: hidden;
}
.case_wrap  .case_inner {
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
}
.case_wrap .picbox {
	width: calc(100% - 380px);
	height: 400px;
	float: right;
	background-image: url("../img/index/case_pic.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
.case_wrap .textbox {
	width: 280px;
	float: left;
	position: relative;
	z-index: 2;
	margin-top: 80px;
}
.case_wrap .textbox::before {
	content: '';
    display: block;
    width: 565px;
    height: 658px;
	position: absolute;
	right: 15px;
	top: -264px;
    background: url("../img/index/case_bg_gear.png") no-repeat center;
	background-size: contain;
}
.case_wrap .textbox .ttl {
	font-size: 36px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.14em;
    margin-bottom: 5px;
}
.case_wrap .textbox .ttl_en {
	font-size: 18px;
	font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #237ec1;
    margin-bottom: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.case_wrap {
	padding: 100px 0 80px;
}
.case_wrap .textbox::before {
	width: 480px;
    height: 500px;
	top: -180px;
}
.case_wrap .picbox {
	width: calc(100% - 340px);
	height: 320px;
}
.case_wrap .textbox {
	float: right;
	margin-right: 30px;
	margin-top: 60px;
}
.case_wrap .textbox .ttl {
	font-size: 30px;
}
.case_wrap .textbox .ttl_en {
	font-size: 15px;
	margin-bottom: 60px;
}
}
@media screen and (max-width: 767px) {
.case_wrap {
	padding: 60px 0 50px;
}
.case_wrap .case_inner {
	width: 90%;
}
.case_wrap .textbox::before {
	width: 480px;
    height: 330px;
	top: auto;
	right: 55px;
	bottom: -50px;
}
.case_wrap .picbox {
	max-width: 100%;
    width: 100%;
    height: 45vw;
    float: none;
	position: relative;
    z-index: 3;
}
.case_wrap .textbox {
	max-width: 100%;
    width: 100%;
    height: auto;
    float: none;
	margin-top: 30px;
}
.case_wrap .textbox .ttl {
	font-size: 24px;
	text-align: center;
}
.case_wrap .textbox .ttl_en {
	font-size: 13px;
	text-align: center;
	margin-bottom: 30px;
}
.case_wrap .btn_link a {
	margin: 0 auto;
}
}




/* -----------------------------------------------------------
	recruit_wrap
----------------------------------------------------------- */
.recruit_wrap {
	background-image: url("../img/index/recruit_bg.png");
	background-size: 1920px;
	background-position: left top;
	background-repeat: no-repeat;
	padding: 350px 0 100px;
	position: relative;
	overflow: hidden;
}
.recruit_wrap::before {
	content: '';
    display: block;
    width: 414px;
    height: 468px;
	position: absolute;
	right: -110px;
    bottom: 40px;
    background: url("../img/index/recruit_bg_gear.png") no-repeat center;
	background-size: cover;
}
.recruit_wrap .textbox {
	width: 40%;
	float: right;
	color: #fff;
	margin-top: 155px;
}
.recruit_wrap .textbox .ttl {
	font-size: 36px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.14em;
	margin-bottom: 3px;
}
.recruit_wrap .textbox .ttl_en {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-bottom: 65px;
}

.recruit_wrap .textbox .btn_link a {
	background: #fff;
	border: none;
	color: #0d3887;
	max-width: 230px;
	position: relative;
}
.recruit_wrap .textbox .btn_link a::after {
	border-bottom: 1px solid #0d3887;
	border-right: 1px solid #0d3887;
}
.recruit_wrap .picbox {
	width: 55%;
	height: 520px;
	float: left;
	background-image: url("../img/index/recruit_pic.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {

.recruit_wrap .picbox {
	height: 380px;
}
.recruit_wrap .textbox {
	margin-top: 95px;
}
.recruit_wrap .textbox .ttl {
	font-size: 30px;
}
.recruit_wrap .textbox .ttl_en {
	font-size: 15px;
}
}
@media screen and (max-width: 767px) {
.recruit_wrap {
	padding: 130px 0 50px;
	margin-top: -100px;
	background-size: cover;
}
.recruit_wrap::before {
	width: 294px;
    height: 258px;
    right: -90px;
    bottom: -40px;
	background-size: contain;
}
.recruit_wrap .picbox {
	height: 54vw;
	width: 100%;
	float: none;
	position: relative;
	z-index: 2;
}
.recruit_wrap .textbox {
	width: 100%;
	float: none;
	margin-top: 40px;
} 
.recruit_wrap .textbox .ttl {
	font-size: 24px;
	text-align: center;
}
.recruit_wrap .textbox .ttl_en {
	font-size: 13px;
	text-align: center;
	margin-bottom: 30px;
}
.recruit_wrap .textbox .btn_link a {
	margin: 0 auto;
}
}
@media screen and (min-width: 1921px) {
.recruit_wrap {
	background-size: 100%;
}
}


