@charset "utf-8";
.midashi_en{
	font-size: 56px;
	color: #004482;
	font-family: 'Lusitana', serif;
	text-align: center;
}
.midashi_jp{
	font-size: 22px;
	color: #007bc7;
	font-family: 'Noto Serif JP', serif;
	margin-top: 10px;
	text-align: center;
}
#background{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url('');
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: -2;
}
#mainvisual{
	min-height: 580px;
	height: calc(100vh - 80px);
}
#mainvisual .textbox{
	position: absolute;
	left: 140px;
	top: 50%;
	margin-top: -178px;
	z-index: 10;
}
#mainvisual .textbox h1{
	font-size: 110px;
	color: #004482;
	font-family: 'Lusitana', serif;
	line-height: 1.1;
	text-shadow:0 0 20px #FFF;
}
#mainvisual .textbox h1 span{
	font-size: 85px;
    font-family: 'Noto Sans JP', '游ゴシック', YuGothic, sans-serif;
    vertical-align: -2px;
}
#mainvisual .textbox p{
    font-size: 24px;
    font-weight: bold;
    color: #004482;
    line-height: 1;
    margin-top: 35px;
	text-shadow:0 0 20px #FFF;
}

/*scroll*/
#mainvisual .scrolldown{
	display: block;
	position:absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 100%;
	background: #fff;
	min-height: 580px;
}
#mainvisual .scrolldown span{
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: 135px;
	font-size: 16px;
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
	color: #004482;
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	letter-spacing: 1px;
}
#mainvisual .scrolldown:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
	margin-left: -4px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ccdae6;
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}
@keyframes circlemove{
      0%{bottom: 120px;}
	80%{bottom:-6px;}
     100%{bottom:-6px;}
 }
@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }
@keyframes sp_circlemove{
      0%{bottom: 16vw;}
	  80%{bottom:-1.6vw;}
     100%{bottom:-1.6vw;}
 }
@keyframes sp_cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

/* 線の描写 */
#mainvisual .scrolldown:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -1px;
	width: 1px;
	height: 120px;
	background: #ccdae6;
}
#mainvisual #slider .slide{
	width: 100%;
	height: calc(100vh - 80px);
}
#mainvisual #slider .slide p{
	content: "";
	width: 100%;
	height: 100%;
	transform: scale(1.1);
}
#slider .slide-animation p{
	animation: zoomUp 7s linear 0s forwards;  
}
@keyframes zoomUp {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
#mainvisual #slider .slide:nth-child(1) p{
	background: url("../images/slider_img_1.jpg") no-repeat center;
	background-size: cover;
}
#mainvisual #slider .slide:nth-child(2) p{
	background: url("../images/slider_img_2.jpg") no-repeat center;
	background-size: cover;
}
#mainvisual #slider .slide:nth-child(3) p{
	background: url("../images/slider_img_3.jpg") no-repeat center;
	background-size: cover;
}

/*============================
       value
============================*/
#value{
	padding: 80px 0 0;
}
#value h2 { 
	font-family: "Noto Serif JP", serif; 
	font-size: 48px; 
	color: rgb(0, 68, 130); 
	text-align: center; 
	margin-bottom: 30px; 
	padding: 35px 0px; 
	z-index: 2; 
	line-height: 1.4;
}
#value h2::after { content: "OUR VALUES"; 
	font-size: 160px; 
	color: rgb(246, 251, 253); 
	position: absolute; 
	left: 50%; margin-left: -523px; 
	top: -30px;
	z-index: -1; 
	font-family: Lusitana, serif;
}
#value .textbox { 
	width: 940px; 
	margin: 0px auto 60px; 
	line-height: 2.4;
	text-align: center;
}
#value .point_wrap { 
	width: 940px; 
	margin: 0px auto; 
	border-top: 1px solid rgb(0, 123, 199); 
	border-bottom: 1px solid rgb(0, 123, 199);
	padding: 45px 20px;
}
#value .point_wrap .num { 
	font-size: 20px; 
	padding: 30px 0px 105px; 
}
#value .point_wrap .box:nth-child(1) .num{
	background: url("../images/ic_value_01.svg") no-repeat bottom 7px center;
	background-size: auto 85px;
}
#value .point_wrap .box:nth-child(2) .num{
	background: url("../images/ic_value_02.svg") no-repeat bottom 7px center;
	background-size: auto 85px;
}
#value .point_wrap .box:nth-child(3) .num{
	background: url("../images/ic_value_03.svg") no-repeat bottom 4px center;
	background-size: auto 90px;
}
#value .point_wrap h3 { 
	color: rgb(0, 123, 199); 
	font-family: "Noto Serif JP", serif; 
	font-size: 30px; 
	width: 430px; 
	background: rgb(255, 255, 255); 
	text-align: center; 
	position: absolute; 
	top: -15px; 
	left: 50%; 
	margin-left: -215px; 
}
#value .point_wrap .point_box { 
	font-family: "Noto Serif JP", serif; 
	width: 266px; 
	height: 266px; 
	color: rgb(255, 255, 255); 
	border-radius: 265px; 
	text-align: center; 
}
#value .point_wrap .box:nth-child(1) .point_box { 
	background: url("../images/value_bg_point.png") center center no-repeat, rgb(0, 123, 199); 
}
#value .point_wrap .box:nth-child(2) .point_box { 
	background: url("../images/value_bg_point.png") center center no-repeat, rgb(0, 160, 199); 
}
#value .point_wrap .box:nth-child(3) .point_box { 
	background: url("../images/value_bg_point.png") center center no-repeat, rgb(56, 157, 155); 
}
#value .point_wrap .point_box h4 { 
	font-size: 20px; 
	line-height: 1.6; 
}
#value .point_wrap .txt{
    color: rgb(0, 123, 199);
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    text-align: center;
    line-height: 1.6;
    margin-top: 40px;
}
/*============================
       message
============================*/
#message{
	overflow: hidden;
	padding: 60px 0 200px;
}
#message .wrap{
	overflow: visible;
}
#message h2{
	font-family: 'Noto Serif JP', serif;
	font-size: 48px;
	color: #004482;
	text-align: center;
	margin-bottom: 35px;
	padding: 35px 0;
	z-index: 2;
	line-height: 1.4;
}
#message h2::after{
	content:"TOP MESSAGE";
	font-size: 148px;
	color: #f6fbfd;
	position: absolute;
	left: 50%;
	margin-left: -535px;
	top: -18px;
	z-index: -1;
	font-family: 'Lusitana', serif;
}
#message .textbox{
	/*width: 540px;*/
	width: 960px;
	margin: 0 auto;
	/*padding-left: 30px;*/
    text-align: justify;
    text-justify: inter-ideograph;
}
#message .textbox .txt{
	line-height: 2.4;
	margin-bottom: 30px;
}
#message .textbox .name{
	font-family: 'Noto Serif JP', serif;
	font-size: 28px;
	text-align: center;
    padding-top: 50px;
}
#message .textbox .name span{
	font-size: 14px;
	display: inline-block;
	margin-right: 25px;
}/*
#message .imgbox{
	width: 720px;
	height: 560px;
	position: absolute;
	left: 600px;
	top: 230px;
	background: url("../images/message_img.jpg") no-repeat top center;
	background-size: cover;
}
*/
/*============================
       service
============================*/
#service{
	padding: 120px 0 120px;
	overflow: hidden;
}
#service .wrap{
	width: 1140px;
}
#service::before{
	display: none;
	content:"";
	width: 100%;
	height: 460px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg, #e7f0fb, #f6fbfd);
	-moz-background: linear-gradient(0deg, #e7f0fb, #f6fbfd);
	-webkit-background: linear-gradient(0deg, #e7f0fb, #f6fbfd);
}
#service .midashi_box{
	margin-bottom: 60px;
}
#service .flex_wrap{
	display: flex;
	flex-direction: column;
	row-gap: 120px;
}
#service .service_box{
	display: flex;
	column-gap: 60px;
}
#service .service_box .imgbox{
	widows: 480px;
}
#service .service_box .textbox{
	width: 600px;
}
#service .service_box:nth-child(even) .textbox{
	order: 1;
}
#service .service_box:nth-child(even) .imgbox{
	order: 2;
}
#service .service_box h3{
    font-size: 36px;
    font-family: 'Noto Serif JP', serif;
    color: rgb(0, 68, 130);
    border-left: 6px solid #007bc7;
    padding: 0 0 3px 20px;
}
#service .service_box p{
	margin: 25px 0;
	line-height: 1.8;
    text-align: justify;
    text-justify: inter-ideograph;
}
#service .service_box .naiyou_box{
	background: #f2f2f2;
    padding: 25px 30px;
    display: table;
    width: 100%;
}
#service .service_box ul{
	display: flex;
	column-gap: 0;
	row-gap: 12px;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
}
#service .service_box ul li{
	font-size: 14px;
	width: 50%;
	letter-spacing: 0;
	margin: 0;
    padding-left: 10px;
}
#service .service_box ul li::before{
	content:"";
	width: 6px;
	height: 6px;
	border-radius: 6px;
	position: absolute;
	left: 0;
	top: 5px;
	background: #007bc7;
}
#service .service_box ul li:last-child{
	margin-bottom: 0;
}

#service .service_box ul li a {
	color: #004482;
	text-decoration: underline;
	transition: all .3s ease;
}
#service .service_box ul li a:hover {
	color: #000000;
	transition: all .3s ease;
}
#service .btn_wrap .btn_mini{
	display: inline-block;
    width: auto;
    height: 60px;
    border-radius: 60px;
    text-align: center;
    color: #004482;
    border: 1px solid #004482;
    font-size: 16px;
    padding: 20px 25px;
    line-height: 1;
    margin-top: 30px;
    transition: all .3s ease;
}
#service .btn_wrap .btn_mini:hover{
    color: #fff;
    background: #004482;
}
/*============================
        company
============================*/
#company {
	margin-bottom: 120px;
}
#company .midashi_box{
	margin-bottom: 65px;
}
#company .wrap{
	background: #f6fbfd;
	width: 1100px;
	padding: 75px 100px 85px;
}
#company .wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 80px 80px 0 0;
}
#company .wrap::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 0 80px 80px;
}
#company tr{
	border-top: 1px solid #ccdae6;
	border-bottom: 1px solid #ccdae6;
}
#company table{
	width: 100%;
}
#company table th,
#company table td{
	padding: 25px 0;
	line-height: 2.4;
}
#company table th{
	width: 200px;
	font-weight: 700;
}
#company table td .sp_none{
	font-size: 12px;
	display: inline-block;
	margin-left: 15px;
	vertical-align: 1px;
}
#company table td h3{
	font-weight: 700;
	border-left: 4px solid #004482;
	line-height: 1;
    padding-left: 10px;
    padding-bottom: 3px;
    margin: 10px 0;
}
#company table td .address{
	line-height: 1.8;
	font-size: 14px;
}
#company table td a{
	display: block;
	width: 180px;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	color: #004482;
	border: 1px solid #004482;
    font-size: 12px;
    padding: 12px 0;
    line-height: 1;
	margin-top: 15px;
	transition: all .3s ease;
}
#company table td a:hover{
	background: #004482;
	color: #fff;
}
#company table td dt{
	width: 165px;
	float: left;
}
#company table td dd{
	float: left;
	width: 180px;
}

/*============================
        recruit
============================*/
#recruit {
	margin-bottom: 120px;
}
#recruit .midashi_box{
	margin-bottom: 65px;
}
#recruit .wrap{
	background: #FAFAFA;
	width: 1100px;
	padding: 75px 100px 85px;
}
#recruit .wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 80px 80px 0 0;
}
#recruit .wrap::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 0 80px 80px;
}
#recruit tr{
	border-top: 1px solid #ccdae6;
	border-bottom: 1px solid #ccdae6;
}
#recruit table{
	width: 100%;
}
#recruit table th,
#recruit table td{
	padding: 25px 0;
	line-height: 2.4;
}
#recruit table th{
	width: 200px;
	font-weight: 700;
}
#recruit table td .sp_none{
	font-size: 12px;
	display: inline-block;
	margin-left: 15px;
	vertical-align: 1px;
}
#recruit table td h3{
	font-weight: 700;
	border-left: 4px solid #004482;
	line-height: 1;
    padding-left: 10px;
    padding-bottom: 3px;
    margin: 10px 0;
}
#recruit table td .address{
	line-height: 1.8;
	font-size: 14px;
}
#recruit table td a{
	display: block;
	width: 180px;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	color: #004482;
	border: 1px solid #004482;
    font-size: 12px;
    padding: 12px 0;
    line-height: 1;
	margin-top: 15px;
	transition: all .3s ease;
}
#recruit table td a:hover{
	background: #004482;
	color: #fff;
}
#recruit table td dt{
	width: 300px;
	float: left;
}
#recruit table td dd{
	float: left;
	width: 180px;
}

/*============================
        photo
============================*/
#photo{
	content: "";
	width: 100%;
	height: 480px;
	background: url("../images/photo_img.jpg") no-repeat center;
	background-size: cover;
}

/*============================
        popup
============================*/
#keiei_box,
#it_tool{
	background: #fff;
	max-width: 1000px;
}

#keiei_box h3,
#it_tool h3{
	font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    background: rgb(0, 68, 130);
    color: #fff;
    padding: 20px 30px;
	height: 64px;
}
#keiei_box .txt{
    padding: 25px 30px 30px;
}
#keiei_box .txt p{
    line-height: 1.8;
   margin-bottom: 20px;
}
#keiei_box .txt p:last-child{
   margin-bottom: 0;
}

/*it_tool*/
#it_tool h3{
	text-align: center;
}
#it_tool .tool_wrap{
	display: flex;
	width: 100%;
	padding: 60px;
	justify-content: space-between;
}
#it_tool .tool_wrap .tool_box{
	width: calc((100% - 60px) / 2);
}
#it_tool .tool_wrap .tool_box h4{
    color: #007bc7;
    text-align: center;
    font-size: 24px;
    margin: 18px 0 18px;
}
#it_tool .tool_wrap .tool_box h4 a{
	color: #007bc7;
	display: inline-block;
	background: url("../images/ic_blank_blue.svg") no-repeat right center;
	background-size: 16px;
	padding: 0 25px 2px 0;
	transition: opacity .3s ease;
}
#it_tool .tool_wrap .tool_box h4 a:hover{
	opacity: 0.7;
}
#it_tool .tool_wrap .tool_box .txt{
	line-height: 1.6;
	font-size: 14px;
}