@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');



/* COMMON */


section .head {
	max-width: 1200px;
	margin: 0 auto 27px;
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: end;
}

section .head>.title {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

section .head>.title .ja {
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	color: #313133;
}

section .head>.title .ja::before {
	content: '';
	width: 12px;
	height: 12px;
	background: #4073EB;
	border-radius: 50%;
	display: inline-block;
	margin-right: 9px;
}

section .head>.title .en {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 900;
	font-size: 54px;
	line-height: 1;
	color: #003B90;
}

section .head>.button a {
	border-bottom: 1px solid #000000;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #313133;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 10px;
	padding-right: 91px;
	background: url(../images/arrow_blue.svg) center right no-repeat;
}




/* KV */

section.kv {
	width: 100%;
	background: url(../images/kv_bg.jpg) center/cover no-repeat;
	padding: 89px 0 109px;
	text-align: center;
}

section.kv img {
	margin: 0 auto;
}

/* NEWS */

section.news {
	background: #003B90;
  padding: 0 20px;
}

section.news>div {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	padding: 35px 0 30px;
	gap: 80px;
	width: 100%;
	justify-content: space-between;
}

section.news .container {
	width: 50%;
}

section.news .h {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
}

section.news .h .title {
	font-weight: 700;
	font-size: 20px;
	line-height: 200%;
	color: #FFFFFF;
}

section.news .h .title::before {
	content: '●';
	margin-right: 13px;
	display: inline;
}
section.news .container:first-child .h .title::before {
	color: #4073EB;
}
section.news .container:last-child .h .title::before {
	color: #C6291F;
}

section.news .h .button a {
	font-weight: 700;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	color: #FFFFFF;
	padding: 0px 15px;
	background: #4073EB;
	text-decoration: none;
	display: inline-block;
}

section.news article {
	display: flex;
	align-items: center;
	color: #fff;
	gap: 13px;
	flex-wrap: wrap;
	padding: 20px 0;
}
section.news article a{
	display: flex;
	flex-wrap: wrap;
	text-decoration: none;
	gap: 5px 20px;
	align-items: center;
	width: 100%;
}

section.news article:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

section.news article .category {
	font-weight: 500;
	font-size: 10px;
	line-height: 22px;
	width: 95px;
	height: 22px;
	border-style: solid;
	border-width: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

section.news article .date {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #FAFAFA;
	display: flex;
	align-items: center;
	gap: 8px;
}

section.news article .event {
	color: #E62318;
	border-color: #E62318;
}

section.news article .newsrelease {
	color: #009FE5;
	border-color: #009FE5;
}

section.news article .text {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #FAFAFA;
}
section.news article .text br{
	display: none;
}

section.news .container .archive {
	padding: 55px 20px;
}

section.news .container .archive a {
	font-weight: 500;
	font-size: 16px;
	line-height: 84px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background: rgba(255, 255, 255, 0.07);
	width: 100%;
	height: 84px;
  max-width: 380px;
  margin: 0 auto;
}



/* CATCH */

section.catch {
	/* background: #E8ECF3; */
	padding: 100px 20px;
	position: relative;
}
section.catch:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15%;
	background-image: linear-gradient(0deg, #e8ecf3, #ffffff);
}

section.catch .container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}

section.catch .content {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
	gap: 27px;
}

section.catch .content .title {
	/* font-family: 'Roboto'; */
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: 140%;
	color: #003B90;
}

section.catch .content .text {
	font-weight: 700;
	font-size: 20px;
	line-height: 200%;
	color: #003B90;
	padding-bottom: 20px;
}

section.catch .content .button a {
	background: #4073EB;
	padding: 20px 120px;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	text-decoration: none;
}

section.catch .image{
	max-width: 250px;
	width: 40%;
	margin: auto;
}



/* BUSINESS */

section.business {
	background: #fff;
	padding: 100px 0 0;
}

section.business .head{
  padding: 0 20px;
  max-width: 1240px;
}

section.business .content {
	position: relative;
	max-width: 1500px;
	margin: 0 auto;
}

section.business .content .buttons {
	display: flex;
	justify-content: center;
	gap: 0;
}

section.business .content .buttons a {
	max-height: 500px;
  height: 35vw;
	width: calc(100% / 3);
	text-decoration: none;
	padding: 20px;
	position: relative;
	transition: opacity 0.3s ease, background-color 0.3s ease;
}

section.business .content .buttons a:nth-child(2) {
	border-left: 1px solid rgba(255, 255, 255, 0);
	border-right: 1px solid rgba(255, 255, 255, 0);
}

section.business .content .buttons:hover a:nth-child(2) {
	border-left: 1px solid rgba(255, 255, 255, .5);
	border-right: 1px solid rgba(255, 255, 255, .5);
}

section.business .content .buttons a:nth-child(1) {
	background:
		linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
		url(../images/business_bg_1_small.jpg) center / cover no-repeat;
}

section.business .content .buttons a:nth-child(2) {
	background:
		linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
		url(../images/business_bg_2_small.jpg) center / cover no-repeat;
}

section.business .content .buttons a:nth-child(3) {
	background:
		linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
		url(../images/business_bg_3_small.jpg) center / cover no-repeat;
}

@media screen and (min-width: 900px) {
	section.business .content .buttons:hover a {
		opacity: 0.5;
		background: none;
	}

	section.business .content .buttons:hover a:hover {
		opacity: 1;
		background: rgba(0, 0, 0, .3);
	}
}

section.business .content .buttons a>div {
	width: 100%;
	height: 100%;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
  margin: 0 auto;
  /* max-width: 275px; */
}

section.business .content .buttons a::after {
	display: block;
	content: '';
	position: absolute;
	bottom: 32px;
	right: 38px;
	width: 32px;
	height: 24px;
	background: url(../images/arrow_white.svg) center no-repeat;
}

section.business .content .buttons a .title {
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 26px;
	text-align: center;
}

section.business .content .buttons a .text {
	font-weight: 700;
	font-size: 16px;
	line-height: 175%;
	padding: 0;
	text-align: center;
  max-width: 275px;
}

@media screen and (min-width: 900px) {
	section.business .content .buttons a:hover>div {
		background: #fff;
		color: #000;
		transition: all 0.3s ease;
	}

	section.business .content .buttons a:hover::after {
		opacity: 0;
		transition: all 0.3s ease;
	}
}


section.business .content .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section.business .content.business1 .bg {
	background-image: url(../images/business_bg_1.jpg);
}

section.business .content.business2 .bg {
	background-image: url(../images/business_bg_2.jpg);
}

section.business .content.business3 .bg {
	background-image: url(../images/business_bg_3.jpg);
}

/* SOLUTION */

section.solution {
	background: #E8ECF3;
	padding: 140px 20px;
}

section.solution .content {
	max-width: 1200px;
	margin: 0 auto;
	padding: 78px 20px 48px;
	background: #fff;
	border: 2px solid #003B90;
}

section.solution .content>div {
	display: flex;
  flex-wrap: wrap;
}

/* section.solution .content>div.mid a {
	height: 45px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 0 45px 45px;
}

section.solution .content>div.mid a:not(:last-child) {
	border-right: 1px solid #000;
} */

section.solution .content>div a {
	width: calc(100%/4);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	padding: 0 20px;
  border-right: 1px solid #000;
  position: relative;
}
section.solution .content>div a:nth-child(4n) {
  border-right: none;
}
section.solution .content>div a:nth-child(n+5){
  margin-top: 70px;
}
section.solution .content>div a:nth-child(n+5)::before{
  content: '';
  display: block;
  width: 80%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  margin: auto;
}

/* section.solution .content>div a:not(:last-child) {
	border-right: 1px solid #000;
} */


section.solution .content>div a .image {
	max-width: 135px;
	margin-bottom: 23px;
}

section.solution .content>div a img {
	width: 100%;
}

section.solution .content>div a .title {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #313133;
}



/* RECRUIT */

section.recruit {
	padding: 58px 20px 77px;
	background:
		linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)),
		url(../images/recruit_bg.jpg) center / cover no-repeat;
	color: #fff;
}

section.recruit .head {
	margin-bottom: 71px;
}

section.recruit .head .title .ja {
	color: #fff;
}

section.recruit .head .title .ja::before {
	background: #C6291F;
}

section.recruit .head .title .en {
	color: #fff;
}

section.recruit .content {
	max-width: 1200px;
	margin: 0 auto;
}

section.recruit .content .catch {
	font-weight: 700;
	font-size: 75px;
	line-height: 128px;
	letter-spacing: -0.05em;
	text-align: center;
	margin-bottom: 18px;
}

section.recruit .content .catch span {
	font-size: 130%;
}

section.recruit .content .text {
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	margin-bottom: 60px;
}

section.recruit .content .button {
	text-align: center;
	margin-bottom: 71px;
}

section.recruit .content .button a {
	border-bottom: 1px solid #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 10px;
	padding-right: 91px;
	background: url(../images/arrow_red.svg) center right no-repeat;
}

section.recruit .content .buttons {
	display: flex;
	justify-content: center;
	gap: 18px;
}

section.recruit .content .buttons a {
	width: 50%;
	padding: 10px;
	background: linear-gradient(#fff, #fff);
	display: flex;
	align-items: center;
	justify-content: start;
	text-decoration: none;
  position: relative;
}
section.recruit .content .buttons a::before {
  content: '';
  display: block;
  background: url(../images/arrow_blue.svg) bottom right / 100% no-repeat;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 24px;
  height: 18px;
}

section.recruit .content .buttons a .image {
	width: 200px;
	flex-shrink: 0;
}

section.recruit .content .buttons a .title {
	width: 100%;
	height: 100%;
	margin: 10px 10px 10px 30px;
  position: relative;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;
}


section.recruit .content .buttons a .title .en {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.02em;
	color: #003B90;
}

section.recruit .content .buttons a .title .en::before {
	content: '';
	width: 10px;
	height: 10px;
	background: #C6291F;
	border-radius: 50%;
	display: inline-block;
	margin-right: 9px;
}

section.recruit .content .buttons a .title .ja {
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	color: #003B90;
}



/* COMPANY */

section.company {
	background: #E8ECF3;
	padding: 140px 20px 130px;
}


section.company .container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 60px;
}

section.company .container>div:first-child {
	width: 31.6%;
}

section.company .container>div:last-child {
	width: 63.3%;
}

section.company .container .content a {
	display: block;
	padding: 35px 0;
	border-bottom: 1px solid #000;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #313133;
	text-decoration: none;
	background: url(../images/arrow_blue.svg) center right/32px no-repeat;
}

section.company .container .button {
	text-align: right;
	margin-bottom: 30px;
}

section.company .container .button a {
	border-bottom: 1px solid #000;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #313133;
	text-decoration: none;
	display: inline-block;
	padding-bottom: 20px;
	padding-right: 91px;
	background: url(../images/arrow_blue.svg) top 5px right no-repeat;
}



/* NEWS_EVENT */
section.news_event {
	padding: 120px 20px;
}

section.news_event .container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	gap: 90px;
}

section.news_event .container>div {
	width: 50%;
}

section.news_event .container .head .title .en {
	font-weight: 800;
	font-size: 44px;
	line-height: 53px;
	letter-spacing: 0.02em;
}


section.news_event .container .event .head .title .ja::before {
	background: #C6291F;
}

section.news_event .container .head .button a {
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	background: url(../images/arrow_blue.svg) center right/14px no-repeat;
	width: 113px;
	padding-right: 20px;
}


section.news_event .container .content article {
	padding: 24px 0;
	border-bottom: 1px solid #BBBBBB;
}

section.news_event .container .content article a {
	display: block;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

section.news_event .container .content article .body {
	width: 100%;
}

section.news_event .container .content article .body .date_category {
	display: flex;
	gap: 13px;
	align-items: center;
	margin-bottom: 16px;
}

section.news_event .container .content article .body .date_category .date {
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: rgba(49, 49, 51, 0.8);
}

section.news_event .container .content article .body .date_category .category {
	font-weight: 500;
	font-size: 10px;
	line-height: 20px;
	width: 90px;
	text-align: center;
	display: inline-block;
}

section.news_event .container .news .content article .body .date_category .category {
	color: #009FE5;
	border: 1px solid #009FE5;
}

section.news_event .container .event .content article .body .date_category .category {
	color: #E6002D;
	border: 1px solid #E6002D;
}

section.news_event .container .content article .body .date_category .status {
	font-weight: 500;
	font-size: 10px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	padding: 1px 10px;
}

section.news_event .container .content article .body .date_category .status.application {
	background-color: #E16767;
	color: #fff;
}

section.news_event .container .content article .body .date_category .status.held {
	background-color: #FFD5D5;
	color: #C6291F;
}

section.news_event .container .content article .body .date_category .status.ended {
	background-color: #999999;
	color: #fff;
}

section.news_event .container .content article .body .title {
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #313133;
	text-decoration: none;
}

section.news_event .container .content article .image {
	width: 120px;
	flex-shrink: 0;
}



section.news_event .container .content .archive {
	padding: 55px 20px;
}

section.news_event .container .content .archive a {
	font-weight: 500;
	font-size: 16px;
	line-height: 72px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	background: #4073EB;
	width: 100%;
	height: 72px;
  max-width: 400px;
  margin: 0 auto;
}



/* 中間 */
@media screen and (max-width: 1300px) {
  section.catch .content .title{
    white-space: nowrap;
    font-size: 3.69vw;
  }
  section.catch .image{
    width: 33vw;
  }

  section.news_event .container{
    gap: 4vw;
  }
}
@media screen and (max-width: 1100px) {
  section.news_event .container .head .title .en{
    font-size: 4vw;
  }
}
@media screen and (max-width: 1000px) {
  section.catch .content .text {
    font-size: 18px;
  }
}



/* PC */
@media screen and (min-width: 899px) {
	.sp {
		display: none;
	}
}






/* SP */
@media screen and (max-width: 900px) {
	.pc {
		display: none;
	}


  section.kv{
    min-width: 200px;
    width: 55%;
    margin: 0 auto;
    padding: 17% 0;
  }

  section.news>div{
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
  }
  section.news .container{
    width: 100%;
    position: relative;
    padding-bottom: 30px;
  }
  section.news .h .title {
    font-size: 18px;
  }

  section.news .h .button{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  section.news .h .button a {
    font-size: 14px;
    padding: 0px 35px;
  }

  section.news article{
    padding: 15px 0;
  }
  section.news .container .archive {
    padding: 30px 20px;
  }
  section.news .container .archive a {
    font-size: 14px;
    line-height: 65px;
    height: 65px;
  }


  section.catch{
    padding: 60px 20px;
  }
  section.catch .container{
    flex-direction: column;
    padding-bottom: 90px;
  }

  section.catch .content .title{
    font-size: 30px;
  }
  section.catch .content .text {
    font-size: 16px;
  }
  section.catch .image {
    width: 63vw;
  }
  section.catch .content .button{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  section.catch .content .button a {
    margin: 0 auto;
    width: 100%;
    font-size: 15px;
    text-align: center;
    display: block;
  }


  section.business{
    padding: 60px 0 120px;
    position: relative;
  }
  section .head>.button{
    position: absolute;
    bottom: 60px;
    right: 20px;
  }
  section .head>.title .ja {
    font-size: 16px;
  }
  section .head>.title .en {
    font-weight: 800;
    font-size: 36px;
  }

  section.business .content .buttons{
    flex-direction: column;
  }
  section.business .content .buttons a{
    width: 100%;
    height: 70vw;
		opacity: 1;
  }
  section.business .content .buttons a::after {
    bottom: 15px;
    right: 15px;
  }
  section .head>.button a {
    font-size: 14px;
    background-size: 20px auto;
    background-position: right 5px;
    padding-right: 40px;
  }

  section.solution{
    padding: 60px 20px 120px;
    position: relative;
  }
  section.solution .content{
    padding: 20px 0;
  }
  section.solution .content>div a{
    width: calc(100% / 2);
    padding: 0;
  }
  section.solution .content>div a:nth-child(2n) {
    border-right: none;
  }
  section.solution .content>div a:nth-child(n+3) {
    margin-top: 40px;
  }
  section.solution .content>div a:nth-child(n+3)::before {
    content: '';
    display: block;
    width: 80%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    margin: auto;
  }
  section.solution .content>div a .image {
    max-width: 100px;
    margin-bottom: 15px;
  }
  section.solution .content>div a .title {
    font-size: 16px;
  }

  section.recruit .content .catch {
    font-size: 45px;
    line-height: 1.5em;
  }
  section.recruit .content .buttons{
    flex-direction: column;
    gap: 10px;
  }
  section.recruit .content .buttons a{
    width: 100%;
    padding: 4px;
  }
  section.recruit .content .buttons a::before {
    width: 21px;
    height: 16px;
    bottom: 8px;
    right: 8px;
  }
  section.recruit .content .buttons a .image {
    width: 120px;
  }
  section.recruit .content .buttons a .title{
    margin-left: 16px;
    /* background-size: 21px auto; */
  }
  section.recruit .content .buttons a .title .en {
    font-size: 12px;
    line-height: 1.5em;
  }
  section.recruit .content .buttons a .title .ja {
    font-size: 20px;
  }


  section.company{
    padding: 60px 20px 120px;
    position: relative;
  }
  section.company .container{
    flex-direction: column-reverse;
    gap: 10px;
  }
  section.company .container>div{
    width: 100% !important;
  }
  section.company .container .content a {
    padding: 25px 0;
    font-size: 18px;
    background-size: 20px auto;
  }
  

  section.news_event {
    padding: 60px 20px;
  }
  section.news_event .container{
    flex-direction: column;
    gap: 60px;
  }
  section.news_event .container>div{
    width: 100%;
    position: relative;
    padding-bottom: 50px;
  }
  section.news_event .container .head{
    margin-bottom: 0;
  }
  section.news_event .container .head .title .en {
    font-size: 36px;
  }
  section.news_event .head>.button {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  section.news_event .container .content .archive {
    padding: 25px 20px 10px;
  }


}



