﻿@charset "utf-8";
@import "base.css";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&display=swap');

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  全般設定
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
body {
	font-family: "BIZ UDPMincho", serif;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-family: 'Noto Serif JP', serif;
	font-family: 'Noto Sans JP', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'メイリオ', sans-serif;
	font-size: 16px;
	color: #1a1a1a;
	line-height: 1.2;
	-webkit-text-size-adjust: 100%;
}
#wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
* { box-sizing: border-box; }

.flex {
	display: flex;
	flex-wrap: wrap;
}
.reverse {
	flex-flow: row-reverse;
}

@media (min-width: 769px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}

.br60 {
	border-radius: 60px;
}
.br30 {
	border-radius: 30px;
}

.w1750,
.w1520,
.w1450,
.w1380,
.w1320,
.w1200,
.w1160,
.w1130,
.w980,
.w720,
.w640 {
	width: 100%;
	margin: 0 auto;
}

.w1750 {
	max-width: 1750px;
}
.w1520 {
	max-width: 1520px;
}
.w1450 {
	max-width: 1450px;
}
.w1380 {
	max-width: 1380px;
}
.w1320 {
	max-width: 1320px;
}
.w1200 {
	max-width: 1200px;
}
.w1160 {
	max-width: 1160px;
}
.w1130 {
	max-width: 1160px;
}
.w980 {
	max-width: 980px;
}
.w720 {
	max-width: 720px;
}
.w640 {
	max-width: 640px;
}

.lh21 {
	line-height: 2.1;
}
.lh18 {
	line-height: 1.8;
}
.lh16 {
	line-height: 1.6;
}
.lh14 {
	line-height: 1.4;
}

.pc1200,
.pc {
	display: inline-block;
}
.sp1200,
.sp {
	display: none;
}

@media screen and (max-width: 1200px) {
	.pc1200 {
		display: none;
	}
	.sp1200 {
		display: inline-block;
	}
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	.sp {
		display: inline-block;
	}
}


/* header
------------------------------------------------------------*/
header {
	width: 100%;
	height: 110px;
	background: linear-gradient(60deg, #6aadd9, #164eb0);
	position: relative;
	z-index: 9;
}
header .inner {
	height: 100%;
	padding: 10px 20px 10px 50px;
	justify-content: space-between;
	align-items: center;
}
header .logo img {
	padding-bottom: 3px;
}

header.fixed {
	position: fixed;
	top: 0;
}

@media screen and (min-width: 881px) {
	nav ul {
		align-items: center;
	}

	nav a,
	nav span {
		color: #ffffff;
		font-size: 19px;
		font-weight: 700;
		padding: 15px 10px;
	}
	nav .contact a {
		width: 100%;
		height: 100%;
		background-color: #ffffff;
		background-image: url(../img/common/sign.svg);
		background-position: right 20px center;
		background-repeat: no-repeat;
		background-size: 14px auto;
		border-radius: 30px;
		color: #164eb0;
		font-size: 20px;
		padding: 12px 56px;
	}

	.nav_sub_cont,
	.nav_sub_cont03,
	.nav_sub_sign {
		display: none;
	}

	nav ul li {
		position: relative;
	}

	nav ul li:hover .nav_sub_cont {
		display: block;
		width: 100%;
		padding-top: 30px;
		position: absolute;
		left: 0;
		top: 80px;
	}
	nav ul li .nav_sub_cont .nav_sub {
		background-color: rgba(255, 255, 255, 0.88);
	}

	nav ul li:hover .nav_sub_cont03 {
		display: block;
		width: 240px;
		padding-top: 30px;
		position: absolute;
		left: -68px;
		top: 36px;
	}
	nav ul li .nav_sub_cont03 .sub03 {
		width: 100%;
		height: 54px;
		background-color: #ffffff;
		margin-top: 1px;
	}
	nav ul li .nav_sub_cont03 .sub03 a {
		display: block;
		width: 100%;
		height: 100%;
		background-color: #ffffff;
		background-image: url(../img/common/circle_sign.svg);
		background-position: right 15px center;
		background-repeat: no-repeat;
		background-size: 20px auto;
		color: #164eb0;
		font-size: 16px;
		line-height: 52px;
		padding: 0 15px;
	}


	.nav_sub_sign {
		display: none;
	}

	.nav_sub,
	.nav_sub .sub a {
		display: flex;
		flex-wrap: wrap;
	}
	.nav_sub {
		justify-content: center;
		padding: 60px 30px;
	}
	.nav_sub .sub {
		width: calc(50% - 5vw);
		max-width: 720px;
	}
	.nav_sub .sub a {
		width: 100%;
		color: #1a1a1a;
		padding: 0;
		justify-content: space-between;
	}
	.nav_sub .sub:nth-child(2n) {
		margin-left: 6vw;
	}
	.nav_sub .sub:nth-last-child(-n+2) {
		margin-top: 60px;
	}

	.nav_sub .sub .img {
		width: 49.2%;
	}

	.nav_sub .sub .btn {
		width: 45%;
		max-width: 360px;
		background-image: url(../img/common/circle_sign.svg);
		background-position: right bottom 12px;
		background-repeat: no-repeat;
		background-size: 28px auto;
		border-bottom: 1px solid #1a1a1a;
		padding: 0 30px 10px 5px;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
	}
}

@media screen and (min-width: 1921px) {
	nav ul li:not(:first-child) {
		margin-left: 80px;
	}
	nav ul li.contact {
		margin-left: 100px
	}
}

@media screen and (max-width: 1920px) and (min-width: 881px) {
	nav ul li:not(:first-child) {
		margin-left: 4.5vw;
	}
	nav ul li.contact {
		margin-left: 5vw;
	}
}

@media screen and (max-width: 1200px) and (min-width: 881px) {
	nav ul li:not(:first-child),
	nav ul li.contact {
		margin-left: 2vw;
	}

	nav a,
	nav span,
	nav .contact a {
		font-size: 18px;
	}
	nav .contact a {
		padding: 12px 50px 12px 35px;
	}

	nav ul li:hover .nav_sub_cont {
		padding-top: 20px;
		top: 60px;
	}
}

@media screen and (max-width: 980px) and (min-width: 881px) {
	header {
		height: 80px;
	}

	nav a,
	nav span,
	nav .contact a {
		font-size: 16px;
	}
	nav .contact a {
		padding: 10px 40px 10px 25px;
	}

	nav ul li:hover .nav_sub_cont03 {
		top: 20px;
	}

	.nav_sub .sub {
		width: 48%;
		max-width: 335px;
	}
	.nav_sub .sub:nth-child(2n) {
		margin-left: 4vw;
	}
	.nav_sub .sub:nth-last-child(-n+2) {
		margin-top: 40px;
	}
	.nav_sub .sub .img {
		width: 100%;
	}
	.nav_sub .sub .btn {
		width: 100%;
		max-width: 335px;
		margin-top: 10px;
		padding-top: 10px;
	}
}

@media screen and (max-width: 1480px) {
	header .inner {
		padding: 10px 15px;
	}
}

@media screen and (max-width: 1380px) {
	header .logo img {
		width: 300px;
	}
}

@media screen and (max-width: 980px) {
	header .logo img {
		width: 240px;
	}
}

@media screen and (max-width: 880px) {
	header {
		height: 60px;
	}

	.sp_menu {
		display : block;
		width: 42px;
		height: 42px;
		text-align: center;
		position: absolute;
		right: 15px;
		top: 10px;
		z-index: 3;
		cursor: pointer;
	}
    .sp_menu span {
	    display: block;
		width: 30px;
		height: 2px;
		background-color: #ffffff;
		position: absolute;
		left: 6px;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
  	}
  	.sp_menu span:nth-child(1) { top: 10px; }
  	.sp_menu span:nth-child(2) { top: 20px; }
  	.sp_menu span:nth-child(3) { top: 30px; }
  
    /* スマホメニューを開いてる時のボタン */
    .sp_menu.active span:nth-child(1) {
		left: 6px;
		top: 16px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
  	}
    .sp_menu.active span:nth-child(2),
  	.sp_menu.active span:nth-child(3) {
		top: 16px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
  	}

    nav {
		width: 100%;
		max-width: 280px;
		height: 100%;
		background-color: #164eb0;
		position: fixed;
		right: 0;
		top: 0;
		z-index : 2;
		transform: translateX(100%);
		transition: all 0.25s;
    }
    nav ul {
		width: 100%;
		border-radius: 0;
		margin: 0 auto;
		padding: 60px 10px 10px 20px;
	}
    nav ul li {
		width: 100%;
		border-right: none;
		padding: 0;
		transition: .4s all;
		position: relative;
    }
    nav ul li:last-child {
		padding-bottom: 0;
    }
    nav ul li a,
	nav ul li span {
	    display: block;
		border-top: 1px dashed #ffffff;
		color: #ffffff;
		padding: 10px 15px;
    }
	/*
	nav ul li span {
		border-bottom: 1px dashed #ffffff;
	}
	*/
	nav .bt_l a {
		border-top: none;
	}
	nav .bb_l a {
		border-bottom: none;
	}

    nav.active {
		display: block;
	    opacity: 1;
	    transform: translateX(0%);
    }

	.nav_sub_cont {
		display: none;
	}
	.nav_sub_cont.selected {
		display: block;
	}

	.nav_sub_cont03 {
		display: none;
	}
	.nav_sub_cont03.selected {
		display: block;
	}

	.nav_sub_sign {
		width: 50px;
		height: 50px;
		background-image: url(../img/common/nav_sub_sign.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 18px auto;
		color: #003366;
		text-align: center;
		position: absolute;
		right: 0;
		top: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		transition: 0.5s;
	}
	.nav_sub_sign.selected {
		transform: rotate(180deg);
		transition: 0.5s;
	}
	.nav_sub_sign input {
		width: 100%;
		height: 100%;
		opacity: 0;
		cursor: pointer;
	}

	.nav_sub,
	.nav_sub03 {
		padding-left: 1em;
	}
	.nav_sub .img {
		display: none;
	}
	.nav_sub,
	.nav_sub03 a {
		font-size: 14px;
	}
}


#company01,
#company02 {
	margin-top: -130px;
	padding-top: 130px;
}

@media screen and (max-width: 768px) {
	#company01,
	#company02 {
		margin-top: -100px;
		padding-top: 100px;
	}
}

/* footer
------------------------------------------------------------*/
footer {
	width: 100%;
	background-image: url(../img/common/f_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
footer .inner {
	color: #ffffff;
	padding: 100px 15px 10px;
}
footer .cont {
	justify-content: center;
}

footer .info {
	padding-left: 54px;
}
footer .logo {
	margin-left: -54px;
	margin-bottom: 15px;
	padding-top: 5px;
}

#f_nav {
	font-weight: 500;
	margin-left: 120px;
}

footer .link {
	text-align: center;
	margin-top: 80px;
}

#copyright {
	width: 100%;
	height: 37px;
	background: linear-gradient(90deg, rgba(106, 173, 217, 0.8), rgba(22, 78, 176, 0.8));
	color: #ffffff;
	text-align: center;
	line-height: 37px;
}

#pagetop {
    position: fixed;
    bottom: 50px;
    right: 20px;
}

@media screen and (max-width: 768px) {
	footer .inner {
		padding-top: 60px;
	}

	footer .info {
		padding-left: 30px;
	}
	footer .logo {
		margin-left: -30px;
		padding-top: 0;
	}
	footer .logo img {
		width: 240px;
	}

	#f_nav {
		display: none;
	}

	footer .link {
		margin-top: 40px;
	}

	#copyright {
		font-size: 12px;
	}

	#pagetop {
		bottom: 48px;
		right: 10px;
	}
	#pagetop img {
		width: 54px;
	}
}


/* main　
------------------------------------------------------------*/
#main_img {
	width: 100%;
	position: relative;
}
#main_img ul li {
	width: 100%;
	height: 920px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#main_img ul li:first-child {
	background-image: url(../img/home/slide01.jpg);
}
#main_img ul li:nth-child(2) {
	background-image: url(../img/home/slide02.jpg);
}
#main_img ul li:nth-child(3) {
	background-image: url(../img/home/slide03.jpg);
}
#main_img ul li:nth-child(4) {
	background-image: url(../img/home/slide04.jpg);
}
#main_img .main_txt {
	position: absolute;
	right: 10%;
	top: 10%;
}

@media screen and (max-width: 1200px) {
	#main_img ul li {
		height: 640px;
	}
	#main_img .main_txt {
		text-align: center;
		padding: 80px 20px;
		position: absolute;
		left: 0;
		right: 0;
	}
}

@media screen and (max-width: 1200px) {
	#main_img .main_txt img {
		width: 540px;
	}
}

@media screen and (max-width: 768px) {
	#main_img ul li {
		height: 400px;
	}
}

#page_ttl {
	width: 100%;
	height: 540px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 60px;
	position: relative;
	justify-content: center;
	align-items: center;
}
#main_img:after,
#page_ttl:before,
#page_ttl:after {
	content: '';
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
#page_ttl:before {
	height: 100%;
	background-color: rgba(22, 49, 79, 0.7);
}
#main_img:after,
#page_ttl:after {
	width: 100%;
	height: 130px;
	background-image: url("../img/common/wave.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
#page_ttl .page_ttl {
	color: #ffffff;
	position: relative;
	z-index: 1;
}
.service01 #page_ttl {
	background-image: url(../img/service/page_ttl_img01.jpg);
}
.service02 #page_ttl {
	background-image: url(../img/service/page_ttl_img02.jpg);
}
.service03 #page_ttl {
	background-image: url(../img/service/page_ttl_img03.jpg);
}
.service04 #page_ttl {
	background-image: url(../img/service/page_ttl_img04.jpg);
}
.company #page_ttl {
	background-image: url(../img/company/page_ttl_img.jpg);
}
.news #page_ttl {
	background-image: url(../img/news/page_ttl_img.jpg);
}
.contact #page_ttl {
	background-image: url(../img/contact/page_ttl_img.jpg);
}
.privacy #page_ttl {
	background-image: url(../img/privacy/page_ttl_img.jpg);
}

#page_ttl .page_ttl .en {
	text-align: center;
}
#page_ttl .page_ttl .ja {
	font-size: 60px;
	font-weight: 700;
	margin-top: 20px;
}

@media screen and (max-width: 1200px) {
	#page_ttl {
		height: 480px;
	}
	#main_img:after,
	#page_ttl:after {
		background-size: contain;
	}
}

@media screen and (max-width: 980px) {
	#page_ttl {
		height: 320px;
	}
	#page_ttl .page_ttl .ja {
		font-size: 36px;
		margin-top: 5px;
	}
}

@media screen and (max-width: 768px) {
	#page_ttl {
		height: 240px;
		padding-bottom: 10px;
	}
	#page_ttl .page_ttl .ja {
		font-size: 28px;
	}
}


.page_top {
	justify-content: center;
}
.page_top_ttl {
	width: 100%;
	color: #164eb0;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
}
#home .page_top_ttl {
	font-size: 60px;
	padding-bottom: 30px;
	position: relative;
}
#home .page_top_ttl:before {
	content: '';
	width: 68px;
	height: 5px;
	background-color: #164eb0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.page_top_txt {
	font-size: 19px;
	font-weight: 500;
	line-height: 1.7;
	margin-top: 30px;
}
#home .page_top_txt {
	font-size: 18px;
}
#service0301 .page_top_txt {
	font-size: 16px;
}

@media screen and (max-width: 980px) {
	.page_top_ttl,
	#home .page_top_ttl {
		font-size: 28px;
	}
}

@media screen and (max-width: 768px) {
	.page_top_ttl {
		font-size: 21px;
	}
	#home .page_top_ttl {
		padding-bottom: 18px;
	}

	.page_top_txt {
		font-size: 17px;
		margin-top: 20px;
	}
}


.wave {
	width: 100%;
	height: 180px;
	background-repeat: no-repeat;
	background-size: cover;
}
.wave01 {
	background-image: url(../img/common/wave01.png);
	background-position: center top;
}
.wave02 {
	background-image: url(../img/common/wave02.png);
	background-position: center bottom;
}
.wave03 {
	background-image: url(../img/common/wave03.png);
	background-position: center bottom;
}
.wave img {
	display: none;
}

@media screen and (max-width: 1200px) {
	.wave {
		height: auto;
	}
	.wave01 {
		background-image: none;
	}
	.wave02 {
		background-image: none;
	}
	.wave img {
		display: inline-block;
	}
}


.home article {
	position: relative;
}
.home article.pt {
	padding-top: 180px;
}


section {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
#industry01 section,
#industry02 section {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 180px;
}
section.pt {
	padding-top: 120px;
}
#industry03 section.pt {
	padding-top: 60px;
}
#flow section.pt {
	padding-top: 400px;
}
#communicate section.pt,
#faq section.pt {
	padding-top: 70px;
}

section.pb {
	padding-bottom: 120px;
}
#company01 section.pb {
	padding-bottom: 60px;
}
#company04 section.pb {
	padding-bottom: 180px;
}
#home section.pb {
	padding-bottom: 360px;
}
#flow section.pb {
	padding-bottom: 180px;
}
#communicate section.pb,
#faq section.pb {
	padding-bottom: 80px;
}

#service0101 section,
#service0201 section,
#service0301 section,
#service0401 section {
	padding-top: 80px;
}
#contact section {
	padding-bottom: 60px;
}

@media screen and (max-width: 1600px) {
	#service0401 section.pb {
		padding-bottom: 60px;
	}
	#flow section.pt {
		padding-top: 120px;
	}
}

@media screen and (max-width: 980px) {
	.home article.pt {
		padding-top: 120px;
	}
	#home section.pt {
		padding-top: 60px;
	}
	#home section.pb {
		padding-bottom: 60px;
	}

	#industry01 section,
	#industry02 section {
		padding-bottom: 120px;
	}
}

@media screen and (max-width: 768px) {
	section.pt {
		padding-top: 60px;
	}

	.home article.pt {
		padding-top: 80px;
	}

	section.pb,
	#company04 section.pb {
		padding-bottom: 60px;
	}

	#company01 section.pb {
		padding-bottom: 30px;
	}

	#flow section.pt {
		padding-top: 70px;
	}
	#flow section.pb {
		padding-bottom: 80px;
	}

	#service0101 section,
	#service0201 section,
	#service0301 section,
	#service0401 section {
		padding-top: 50px;
	}
	#service0401 section.pb {
		padding-bottom: 0;
	}
}


.section_ttl .ja {
	color: #164eb0;
	font-weight: 700;
	line-height: 1;
}

.home .section_ttl {
	margin-bottom: 40px;
}
.home .section_ttl .ja {
	font-size: 60px;
}

#contact .section_ttl {
	margin-bottom: 20px;
}

.company .section_ttl {
	margin-bottom: 60px;
}
.company .section_ttl .en {
	margin-bottom: 10px;
}
.company .section_ttl .ja {
	font-size: 50px;
}
#company04 .section_ttl {
	margin-bottom: 30px;
}

#news .section_ttl .ttl {
	padding-left: 175px;
}

.contact .section_ttl {
	margin-bottom: 40px;
}
.contact .section_ttl .ja {
	font-size: 40px;
}

@media screen and (max-width: 1200px) {
	#news .section_ttl .ttl {
		padding-left: 12%;
	}

}

@media screen and (max-width: 980px) {
	.home .section_ttl .ja {
		font-size: 32px;
	}

	.company .section_ttl {
		margin-bottom: 40px;
	}
	.company .section_ttl .ja {
		font-size: 24px;
	}

	.contact .section_ttl {
		margin-bottom: 30px;
	}
	.contact .section_ttl .ja {
		font-size: 21px;
	}
}

@media screen and (max-width: 768px) {
	.home .section_ttl {
		margin-bottom: 20px;
	}

	#news .section_ttl {
		text-align: center;
	}
	#news .section_ttl .ttl {
		padding-left: 0;
	}
}


.section_ttl.line .ja {
	display: inline-block;
	padding-bottom: 25px;
	position: relative;
}
#news01 .section_ttl.line .ja {
	color: #1a1a1a;
} 
.section_ttl.line .ja:before {
	content: '';
	width: 68px;
	height: 5px;
	background-color: #164eb0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.section_ttl.ta_c {
	text-align: center;
}

.section_txt .txt {
	font-size: 19px;
	text-align: center;
}


.item_ttl .ttl {
	color: #4571c4;
	font-size: 253px;
	font-weight: 100;
	line-height: 1;
}

#page_ttl .item_ttl {
	position: absolute;
	padding-bottom: 40px;
}

.home .item_ttl {
	position: absolute;
	top: 0;
}
.home .item_ttl .ttl {
	color: #e0f1f9;
}
#contact .item_ttl .ttl {
	color: #e3eaf6;
}

@media screen and (max-width: 1200px) {
	.item_ttl .ttl {
		font-size: 18vw;
	}
}

@media screen and (max-width: 768px) {
	#service .section_txt .txt {
		text-align: left;
	}
}


#service_menu .nav_sub_cont {
	display: block;
	width: 100%;
	max-width: 1450px;
	border-top: 1px solid #164eb0;
	margin: 0 auto;
}
#service_menu .nav_sub {
	padding: 60px 0;
}
#service_menu .sub {
	padding: 30px;
	transition: 0.5s;
}
#service_menu .sub:hover {
	background-color: #dae3f2;
}
#service_menu .nav_sub .sub:nth-last-child(-n+2) {
	margin-top: 0;
}

@media screen and (max-width: 880px) { 
	#service_menu .nav_sub,
	#service_menu .nav_sub .sub a {
		display: flex;
		flex-wrap: wrap;
	}
	#service_menu .nav_sub {
		justify-content: center;
		padding: 30px 0;
	}
	#service_menu .nav_sub .sub {
		width: 48%;
		max-width: 335px;
		padding: 10px;
	}
	#service_menu .nav_sub .sub a {
		width: 100%;
		color: #1a1a1a;
		padding: 0;
		justify-content: space-between;
	}
	#service_menu .nav_sub .sub:nth-child(2n) {
		margin-left: 0;
	}

	#service_menu .nav_sub .sub .img {
		display: block;
		width: 100%;
	}

	#service_menu .nav_sub .sub .btn {
		width: 100%;
		max-width: 335px;
		background-image: url(../img/common/circle_sign.svg);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: 15px auto;
		border-bottom: 1px solid #1a1a1a;
		margin-top: 10px;
		padding: 10px 20px 10px 5px;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
	}
}


/* home　
------------------------------------------------------------*/
#home {
	background-image: url(../img/home/home_img.png);
	background-position: center;
	background-repeat: no-repeat;
}
#service ul {
	justify-content: space-between;
}
#service ul li {
	width: 47.72%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 60px;
	margin-top: 50px;
	padding: 60px 30px 50px;
	position: relative;
}
#service ul li:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(22, 49, 79, 0.7);
	border-radius: 60px;
	position: absolute;
	left: 0;
	top: 0;
}
#service ul li:first-child {
	background-image: url(../img/home/service_img01.jpg);
}
#service ul li:nth-child(2) {
	background-image: url(../img/home/service_img02.jpg);
}
#service ul li:nth-child(3) {
	background-image: url(../img/home/service_img03.jpg);
}
#service ul li:nth-child(4) {
	background-image: url(../img/home/service_img04.jpg);
}

#service ul li .cont {
	color: #ffffff;
	text-align: center;
	position: relative;
}
#service ul li .num {
	color: rgba(255, 255, 255, 0.65);
	font-size: 75px;
}
#service ul li .ttl {
	font-size: 38px;
	font-weight: 700;
}
#service ul li .btn {
	width: 280px;
	height: 100px;
	background-color: #ffffff;
	border-radius: 50px;
	margin: 60px auto 0;
}
#service ul li .btn a {
	width: 100%;
	height: 100%;
	background-color: #0087ce;
	border-radius: 50px;
	font-size: 17px;
	font-weight: 500;
	justify-content: center;
	align-items: center;
}
#service ul li .btn img {
	margin-right: 10px;
}

#company ul {
	justify-content: space-between;
}
#company ul li {
	width: 23.86%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 60px 0 60px 0;
	position: relative;
	overflow: hidden;
}
#company ul li:nth-child(even) {
	margin-top: 80px;
	margin-bottom: -80px;
}
#company ul li:before {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 60px 0 60px 0;
	position: absolute;
	left: 0;
	top: 0;
}
#company ul li:nth-child(odd):before {
	background: linear-gradient(0deg, rgba(0, 135, 206, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
#company ul li:nth-child(even):before {
	background: linear-gradient(0deg, rgba(22, 78, 176, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}

#company ul li:first-child {
	background-image: url(../img/home/company_img01.jpg);
}
#company ul li:nth-child(2) {
	background-image: url(../img/home/company_img02.jpg);
}
#company ul li:nth-child(3) {
	background-image: url(../img/home/company_img03.jpg);
}
#company ul li:nth-child(4) {
	background-image: url(../img/home/company_img04.jpg);
}
#company ul li a {
	width: 100%;
	height: 100%;
	border-radius: 60px 0 60px 0;
	font-size: 38px;
	font-weight: 700;
	padding: 113.3% 30px 30px;
	align-items: flex-end;
	position: relative;
}
#company ul li .ttl {
	width: 30px;
	color: #fff;
	line-height: 1;
	position: relative;
}
#company ul li .ttl:before,
#company ul li .ttl:after {
	content: '';
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	bottom: calc(100% + 20px);
}
#company ul li .ttl:before {
	width: 1px;
	height: 100vh;

}
#company ul li .ttl:after {
	width: 8px;
	height: 8px;
	border-radius: 4px;
	left: calc(50% - 3px);
}

@media screen and (max-width: 980px) {
	#home {
		background-image: none;
	}

	#service ul li .num {
		font-size: 54px;
	}
	#service ul li .ttl {
		font-size: 24px;
	}
	#service ul li .btn {
		width: 100%;
		height: 60px;
		margin-top: 40px;
	}
	#service ul li .btn a {
		font-size: 16px;
	}

	#company ul li a {
		font-size: 24px;
		padding-top: 120px;
	}
}

@media screen and (max-width: 768px) {
	#service ul {
		justify-content: center;
	}
	#service ul li {
		width: 96%;
		max-width: 360px;
		margin: 20px 2%;
	}

	#company ul {
		justify-content: center;
	}
	#company ul li {
		width: 46%;
		max-width: 360px;
		margin: 30px 2% 0;
	}
	#company ul li:nth-child(2n) {
		margin-top: 60px;
		margin-bottom: -40px;
	}

}


/* contact */
#contact {
	background-color: #dce4f3;
}
#contact .section_cont {
	margin-top: 60px;
}
#contact .cont .ttl {
	color: #164eb0;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}

#contact .left,
#contact .right {
	width: 50%;
	text-align: center;
	padding: 30px;
}
#contact .left {
	border-right: 2px solid #251e1c;
}

#contact .box {
	width: 90%;
	max-width: 500px;
	height: 88px;
	margin: 0 auto;
}
#contact .box a {
	width: 100%;
	height: 100%;
	font-weight: 700;
	justify-content: center;
	align-items: center;
}
#contact .left .box a {
	font-size: 50px;
}
#contact .right .box a {
	background-color: #164eb0;
	border-radius: 44px;
	color: #ffffff;
	font-size: 25px;
}
#contact .box img {
	margin-right: 15px;
}

@media screen and (max-width: 980px) {
	#contact .left,
	#contact .right {
		padding: 20px;
	}
	#contact .left .box a {
		font-size: 32px;
	}
	#contact .box img {
		width: 32px;
	}

	#contact .box {
		height: 60px;
	}
	#contact .right .box a {
		font-size: 20px;
	}
}

@media screen and (max-width: 768px) {
	#contact .section_cont {
		margin-top: 40px;
	}
	#contact .left,
	#contact .right {
		width: 100%;
		text-align: center;
		padding: 30px;
	}
	#contact .left {
		border-right: none;
	}
}

/* service
------------------------------------------------------------*/
.service_cont .cont {
	margin-top: 40px;
	position: relative;
}
.service_cont .cont .box {
	width: 68.48%;
	padding: 6% 14% 8% 4%;
}
.service_cont .cont.reverse .box {
	padding: 6% 4% 8% 14%;
}
.service_cont .cont .box .txt p {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	color: #164eb0;
	font-size: 35px;
	font-weight: 500;
	margin-bottom: 5px;
}

.service_cont .cont .img {
	width: 42.5%;
	position: absolute;
	right: 0;
	top: 0;
}
.service_cont .cont.reverse .img {
	left: 0;
	right: auto;
}

#service0101 .service_cont .cont {
	padding-top: 40px;
}
#service0101 .service_cont .cont .box {
	background-image: url(../img/service/service01_base01.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: cover;
}




.service03 .service_cont .cont .img {
	width: 41%;
}
.service03 .service_cont .cont {
	margin-right: -15px;
}
.service03 .service_cont .cont.reverse {
	margin-left: -15px;
	margin-right: auto;
}
.service03 .service_cont .cont .num {
	position: absolute;
	left: 0;
	top: -30px;
}
.service03 .service_cont .cont.reverse .num {
	position: absolute;
	left: 40%;
}
.service03 .service_cont .cont .txt .strong {
	font-size: 20px;
	font-weight: 700;
	margin-top: 5px;
}


.service03 .service_cont .cont .box {
	width: 70%;
	margin-top: 80px;
	padding: 5% 15% 5% 15%;
}
.service03 .service_cont .cont.reverse .box {
	padding: 5% 7% 5% 23%;
}
.service03 .service_cont:nth-child(even) .cont .box {
	background-image: url(../img/service/service03_bg01.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}
.service03 .service_cont:nth-child(odd) .cont .box {
	background-image: url(../img/service/service03_bg02.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}

.service04 .service_cont .cont .box,
.service04 .service_cont .cont.reverse .box {
	background-repeat: no-repeat;
	background-size: 100% 85%;
	padding-top: 10%;
}
.service04 .service_cont .cont .box {
	background-image: url(../img/service/service04_base01.png);
	background-position: left bottom;
}
.service04 .service_cont .cont.reverse .box {
	background-image: url(../img/service/service04_base02.png);
	background-position: right bottom;
}

.service04 .right_curve_bg .service_cont .cont {
	margin-top: 0;
}
.service04 .right_curve_bg .service_cont .cont .box {
	background-image: none;
	padding: 5% 14% 6% 4%;
}

.service04 .service_cont .cont .box .num {
	width: 12%;
	position: absolute;
	left: 60px;
	top: 20px;
}
.service04 .service_cont .cont .box .num {
	mix-blend-mode: multiply;
}
.service04 .service_cont .cont.reverse .box .num {
	left: auto;
	right: 60px;
}
#service0401 .service_cont .cont .icon {
	text-align: center;
}
#service0401 .service_cont .cont .ttl {
	color: #164eb0;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin: 20px 0 10px;
}

.service_box {
	margin-top: 100px;
}
.service_box .cont {
	text-align: center;
	justify-content: space-between;
}
.service_box .box {
	width: 31.72%;
}
.service_box .ttl {
	display: inline-block;
	border-bottom: 1px solid #164eb0;
	color: #164eb0;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 5px;
}
#service0301 .service_box .cont {
	justify-content: center;
}
#service0301 .service_box .box {
	width: 24.82%;
	margin: 0 1%;
}
#service0301 .service_box .box:nth-last-child(-n+2) {
	margin-top: 60px;
}
#service0301 .service_box .box .img {
	text-align: left;
	padding-right: 10px;
	padding-bottom: 10px;
	position: relative;
}
#service0301 .service_box .box .img:before {
	content: '';
	width: 94.73%;
	height: 94.73%;
	background-color: #ffffff;
	border-radius: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.service0301_cont {
	background-color: #dae3f2;
	margin-top: 80px;
	padding: 60px 15px 160px;
	position: relative;
}
.service0301_cont:before {
	content: '';
	width: 100%;
	height: 130px;
	background-image: url("../img/common/wave.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
}
.service0301_ttl {
	text-align: center;
	margin-bottom: 50px;
}
.service0301_ttl p {
	display: inline-block;
	font-size: 35px;
	font-weight: 500;
	position: relative;
}
.service0301_ttl p:before,
.service0301_ttl p:after {
	content: '';
	width: 160px;
	height: 1px;
	background-color: #000000;
	position: absolute;
	top: 50%;
}
.service0301_ttl p:before {
	left: -200px;
}
.service0301_ttl p:after {
	right: -200px;
}


.service0301_img {
	text-align: center;
}

.service0301_txt {
    width: 100%;
    max-width: 1160px;
    background-color: #b8cbe7;
    border-radius: 20px;
    line-height: 1.8;
    margin: 60px auto;
    padding: 20px;
}
.service0301_txt span {
    font-weight: 700;
}


#service0401 .service_box .box .num {
	margin-bottom: 30px;
}
#service0401 .service_box .box .num img {
	height: 45px;
}


.service_ttl {
	text-align: center;
	margin-bottom: 60px;
}
.service_ttl p {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	display: inline-block;
	color: #164eb0;
	font-size: 30px;
	font-weight: 700;
	position: relative;
}
.service_ttl p:before,
.service_ttl p:after {
	content: '';
	width: 210px;
	height: 1px;
	background-color: #164eb0;
	position: absolute;
	top: 50%;
}
.service_ttl p:before {
	left: calc(100% + 30px);
}
.service_ttl p:after {
	right: calc(100% + 30px);
}


.sub_cont {
	justify-content: center;
}
#service0201 .sub_cont {
	margin-top: 80px;
}
.sub_ttl {
	width: 100%;
	justify-content: center;
}
.sub_ttl .ja {
	display: inline-block;
	min-width: 720px;
	height: 107px;
	background-color: #164eb0;
	font-size: 50px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	line-height: 105px;
	padding: 0 30px;
	position: relative;
}
.sub_ttl.short .ja {
	min-width: 540px;
}
.sub_ttl .ja:before,
.sub_ttl .ja:after {
	content: '';
	width: 50px;
	height: 107px;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
}
.sub_ttl .ja:before {
	background-image: url(../img/service/sub_ttl_left.png);
	background-position: right center;
	left: -50px;
}
.sub_ttl .ja:after {
	background-image: url(../img/service/sub_ttl_right.png);
	background-position: left center;
	right: -50px;
}
.sub_txt {
	font-weight: 600;
	margin-top: 40px;
}
.sub_txt p {
	font-size: 20px;
	text-align: center;
	margin-bottom: 5px;
}

.left_curve_bg,
.right_curve_bg {
	margin-top: 80px;
	padding: 80px 0;
	position: relative;
}
.left_curve_bg:before,
.right_curve_bg:before {
	content: '';
	width: calc(100% + 30px);
	max-width: 1685px;
	height: 100%;
	background-color: #dae3f2;
	position: absolute;
	top: 0;
	z-index: -1;
}
.left_curve_bg:before {
	border-radius: 30px 0 0 0;
	right: -15px;
}
.right_curve_bg:before {
	border-radius: 0 30px 0 0;
	left: -15px;
}


.industry_ttl {
	color: #164eb0;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
}
#industry03 .industry_ttl {
	color: #3b3532;
}

.industry_txt {
	margin-top: 10px;
} 

#industry01,
#industry02,
#industry03,
#industry01 .img,
#industry02 .img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#industry01 {
	background-image: url(../img/service/industry01_bg.png);
}
#industry02 {
	background-image: url(../img/service/industry02_bg.png);
}
#industry03 {
	background-image: url(../img/service/industry03_bg.png);
}
#industry01 .img,
#industry02 .img {
	height: 550px;
	margin-top: 40px;
}
#industry01 .img {
	background-image: url(../img/service/industry01_img.png);
}
#industry02 .img {
	background-image: url(../img/service/industry02_img.png);
}
#industry03 .img {
	text-align: center;
}

#industry02 {
	margin-bottom: 160px;
}

.industry_cont {
	position: relative;
}
.industry_num {
	width: 180px;
	height: 180px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50.5%, rgba(255, 255, 255, 0) 51%);
	border-radius: 90px;
	position: absolute;
	left: 0;
	right: 0;
	top: -90px;
	margin: auto;
	justify-content: center;
	align-items: center;
}
.industry_ttl {
	padding-top: 120px;
}

#industry04 .cont {
	width: 100%;
	background-color: #ffffff;
}
#industry04 .cont .info {
	margin-bottom: 30px;
	padding-left: 25px;
}
#industry04 .cont .ttl {
	color: #164eb0;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
	position: relative;
}
#industry04 .cont .ttl:before {
	content: '';
	width: 15px;
	height: 26px;
	background-color: #164eb0;
	position: absolute;
	left: -25px;
	top: 4px;
}

.img_wave {
	position: relative;
}
.img_wave .img_ttl {
	position: absolute;
	left: 30px;
	top: 30px;
}
.img_wave .img_ttl img {
	border-radius: 0;
}

.img_wave_top img {
	border-radius: 30px 30px 0 0;
}
.img_wave_bottom {
	width: 100%;
	height: 0;
	min-height: 280px;
	padding-top: 25%;
	position: relative;
}
.img_wave_bottom iframe {
	border-radius: 0 0 30px 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wave-top {
	--mask:
	  radial-gradient(3.05vmin at 25% 4.3vmin, #000 99%, #0000 101%) calc(50% - 4vmin) 0/8vmin 100%,
	  radial-gradient(3.05vmin at 25% -2.3vmin, #0000 99%, #000 101%) 50% 2vmin/8vmin 100% repeat-x;
	-webkit-mask: var(--mask);
	mask: var(--mask);
  }
.wave-bottom {
	--mask:
	  radial-gradient(3.05vmin at 75% calc(100% - 4.3vmin), #000 99%, #0000 101%) calc(50% - 4vmin) 0/8vmin 100%,
	  radial-gradient(3.05vmin at 75% calc(100% + 2.3vmin), #0000 99%, #000 101%) 50% calc(100% - 2vmin)/8vmin 100% repeat-x;
	-webkit-mask: var(--mask);
	mask: var(--mask);
}

#industry03 ul {
	margin-top: 60px;
	justify-content: space-between;
}
#industry03 ul li {
	width: 31%;
	background-color: #6db39f;
	border-radius: 10px;
	color: #ffffff;
	padding: 20px;
}
#industry03 ul li .ttl {
	width: 135px;
	background-color: #ffffff;
	border-radius: 18px;
	color: #6db39f;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin: 0 auto 15px;
	padding: 4px 10px 6px;
}
#industry03 ul li .txt {
	justify-content: center;
}

.service03_ttl {
	color: #164eb0;
	font-size: 30px;
	padding-left: 20px;
	position: relative;
}
.service03_ttl:before {
	content: '';
	width: 6px;
	height: 33px;
	background-color: #164eb0;
	position: absolute;
	left: 0;
	top: 3px;
}

#service0301 .slide .cont .box {
	width: 100%;
	max-width: 1250px;
	margin-right: 0;
	padding-right: 0;
	padding-top: 0;
}

.service03_slide {
	margin-top: 40px;
}
.service03_slide li {
	max-width: 380px;
	background-color: #ffffff;
	margin: 0 15px;
	padding: 15px;
}
.service03_slide li .slide_ttl {
	color: #164eb0;
	font-size: 20px;
	background-image: url(../img/service/slide_ttl_bg01.png);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 5px;
	padding: 15px 10px;
}
.service03_slide li .slide_ttl.s_bg {
	background-image: url(../img/service/slide_ttl_bg02.png);
}
.service03_slide .slick-arrow {
	top: -40px;
}
.service03_slide .slick-prev {
	left: auto;
	right: 90px;
}
.service03_slide .slick-next{
	right: 20px;
}
.service03_slide button.slick-btn {
	width: 45px;
	height: 45px;
	background-position: center;
	background-repeat: no-repeat;
}
.service03_slide button.slick-prev {
	background-image: url(../img/service/slide_prev.svg);
}
.service03_slide button.slick-next {
	background-image: url(../img/service/slide_next.svg);
}
.slick-prev::before,
.slick-next::before {
	content: '' !important;
}


#flow {
	background-image: url(../img/service/flow_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

#communicate {
	background-image: url(../img/service/communicate_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
#communicate:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(22, 78, 176, 0.5);
	position: absolute;
	left: 0;
	top: 0;
}

#communicate .txt {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
}
#communicate .btn {
	width: 440px;
	height: 88px;
	margin: 30px auto 60px;
}
#communicate .btn a {
	width: 100%;
	height: 100%;
	background-color: #164eb0;
	background-image: url(../img/common/sign_w.svg);
	background-position: right 40px center;
	background-repeat: no-repeat;
	background-size: 18px auto;
	border-radius: 44px;
	color: #ffffff;
	font-size: 25px;
	font-weight: 700;
	justify-content: center;
	align-items: center;
}
#communicate .box {
	margin-top: 30px;
	justify-content: space-around;
}

#faq .ttl {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-size: 35px;
	font-weight: 500;
	text-align: center;
}
#faq .btn {
	width: 480px;
	height: 88px;
	margin: 40px auto 0;
}
#faq .btn a {
	width: 100%;
	height: 100%;
	background-color: #6db39f;
	background-image: url(../img/service/faq_sign.svg);
	background-position: right 40px center;
	background-repeat: no-repeat;
	background-size: 14px auto;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	padding-right: 30px;
	justify-content: center;
	align-items: center;
	position: relative;
}
#faq .btn a:before {
	content: '';
	width: 100%;
	height: 100%;
	background-color: #50ac9f;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: -1;
}

@media screen and (max-width: 1600px) {
	.service03 .service_cont .cont .num {
		width: 200px;
		left: 40px;
		top: -20px;
	}
	.service03 .service_cont .cont.reverse .box {
		margin-right: 0;
	}

	#flow {
		background-position: center top;
	}
}

@media screen and (max-width: 1200px) {
	.service0301_cont {
		margin-top: 60px;
		padding-bottom: 120px;
	}
	.service0301_cont:before {
		background-size: contain;
	}
}


@media screen and (max-width: 980px) {
	#service0401 .service_box .box .img img {
		width: 180px;
	}

	.service_ttl p {
		font-size: 24px;
	}
	.service_ttl p:before,
	.service_ttl p:after {
		width: 60px;
	}

	.service_cont .cont .box .txt p {
		font-size: 24px;
	}

	.service_box {
		margin-top: 40px;
	}
	.service_box .cont {
		justify-content: center;
	}
	.service_box .box {
		width: 28%;
		margin: 0 2%;
	}

	.sub_ttl .ja {
		min-width: 1px;
		height: 64px;
		font-size: 21px;
		line-height: 64px;
		padding: 0 30px;
	}
	.sub_ttl.short .ja {
		min-width: 1px;
	}
	.sub_ttl .ja:before,
	.sub_ttl .ja:after {
		width: 30px;
		height: 64px;
		background-size: contain;
	}
	.sub_ttl .ja:before {
		height: 65px;
		left: -30px;
	}
	.sub_ttl .ja:after {
		right: -30px;
	}

	.sub_txt p {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.industry_num {
		width: 120px;
		height: 120px;
		top: -60px;
	}
	.industry_num img {
		width: 48px;
	}
	.industry_ttl {
		font-size: 28px;
		padding-top: 80px;
	}

	#industry02 {
		margin-bottom: 120px;
	}
	#industry01 .img,
	#industry02 .img {
		height: 320px;
	}

	.service03 .service_cont .cont .num img {
		width: 120px;
	}


	#service0401 .service_cont .cont .ttl {
		font-size: 24px;
	}

	#communicate .btn {
		height: 64px;
	}
	#communicate .btn a {
		font-size: 21px;
	}

	#communicate .box .tel,
	#communicate .box .fax {
		width: 46%;
	}

	#faq .ttl {
		font-size: 28px;
	}
}
	
@media screen and (max-width: 768px) {
	.service_ttl {
		margin-bottom: 40px;
	}
	.service_ttl p {
		font-size: 21px;
	}
	.service_ttl p:before,
	.service_ttl p:after {
		width: 40px;
	}
	.service_ttl p:before {
		left: calc(100% + 15px);
	}
	.service_ttl p:after {
		right: calc(100% + 15px);
	}

	.service_cont .cont.reverse {
		flex-wrap: wrap;
	}
	.service_cont .cont .box {
		width: 100%;
		padding: 15px;
	}
	
	.service_cont .cont.reverse .box {
		padding: 30px 15px;
	}	
	.service_cont .cont .img,
	.service03 .service_cont .cont .img {
		width: 100%;
		margin-top: 15px;
		position: static;
	}
	#service0101 .service_cont .cont {
		padding-top: 0;
	}
	#service0101 .service_cont .cont .box {
		background-color: #e0f1f9;
		background-image: none;
	}

	#service0201 .sub_cont {
		margin-top: 50px;
	}
	.sub_ttl .ja {
		font-size: 18px;
	}
	.sub_txt {
		margin-top: 20px;
	}

	.service_box .box {
		width: 96%;
		margin-bottom: 20px;
	}
	.service_box .box:last-child {
		margin-bottom: 0;
	}
	#service0301 .service_box .box {
		width: 46%;
		margin: 0 2%;
		max-width: 350px;
	}
	#service0301 .service_box .box:nth-last-child(-n+3) {
		margin-top: 20px;
	}
	#service0401 .service_box .box {
		width: 46%;
		margin: 20px 2% 0;
	}
	#service0401 .service_box .box .num {
		margin-bottom: 10px;
	}
	#service0401 .service_box .box .num img {
		width: 32px;
	}

	.service03 .service_cont .cont {
		margin-right: 0;
	}
	.service03 .service_cont .cont.reverse {
		margin-left: 0;
		flex-flow: wrap;
	}
	#service0301 .service_cont .cont .box {
		width: 100%;
	}
	.service03 .service_cont:nth-child(2n) .cont .box,
	.service03 .service_cont:nth-child(2n+1) .cont .box {
		background-image: none;
		background-color: #b9cae7;
		padding: 30px 15px 20px;
	}
	.service03 .service_cont .cont .num,
	.service03 .service_cont .cont.reverse .num {
		left: 15px;
		top: 10px;
	}
	.service03 .service_cont .cont .txt .strong {
		font-size: 18px;
	}


	.service04 .service_cont .cont .box,
	.service04 .service_cont .cont.reverse .box,
	.service04 .right_curve_bg .service_cont .cont .box {
		padding: 20px 15px;
	}
	.service04 .service_cont .cont .box {
		background-color: #b9cae7;
		background-image: none;
	}
	.service04 .service_cont .cont.reverse .box {
		background-color: #b8d5eb;
		background-image: none;
	}
	.service04 .right_curve_bg .service_cont .cont .box {
		background-color: transparent;
	}

	.service04 .service_cont .cont .box .num,
	.service04 .service_cont .cont.reverse .box .num {
		width: 80px;
		position: absolute;
		left: 15px;
		right: auto;
		top: -25px;
	}

	#service0401 .service_cont .cont .ttl {
		font-size: 20px;
	}

	.left_curve_bg,
	.right_curve_bg {
		margin-top: 40px;
		padding: 50px 0;
	}
	.left_curve_bg:before,
	.right_curve_bg::before {
		border-radius: 0;
	}

	.industry_num {
		width: 80px;
		height: 80px;
		top: -40px;
	}
	.industry_num img {
		width: 32px;
	}

	.industry_ttl {
		font-size: 24px;
		padding-top: 64px;
	}
	.industry_txt {
		padding: 0 15px;
	}

	#industry01 .img,
	#industry02 .img {
		height: 200px;
	}

	#industry03 ul {
		margin-top: 30px;
		justify-content: center;
	}
	#industry03 ul li {
		width: 96%;
		max-width: 320px;
		margin: 20px 2% 0;
	}
	#industry03 ul li .ttl {
		font-size: 18px;
	}

	.service03_ttl {
		font-size: 21px;
		padding-left: 15px;
	}
	.service03_ttl:before {
		height: 30px;
		top: 0;
	}
	.service03_slide {
		margin-top: 20px;
	}
	.service03_slide li .slide_ttl {
		font-size: 16px;
	}

	#flow .cont {
		padding: 0 10%;
	}

	#communicate .btn {
		width: 100%;
		max-width: 360px;
	}
	#communicate .btn a {
		font-size: 18px;
	}

	#communicate .box .tel,
	#communicate .box .fax {
		width: 100%;
		text-align: center;
	}
	#communicate .box .fax {
		margin-top: 30px;
	}
	#communicate .box .tel img,
	#communicate .box .fax img {
		width: 80%;
		max-width: 286px;
	}

	#faq .ttl {
		font-size: 24px;
	}
	#faq .btn {
		width: 90%;
		max-width: 480px;
	}
	#faq .btn a {
		background-position: right 20px center;
		padding: 10px 40px 10px 20px;
	}

	.service0301_cont {
		margin-top: 40px;
		padding-bottom: 60px;
	}
    
    .service0301_txt {
        margin: 40px auto 0;
    }
}
	
@media screen and (max-width: 480px) {
	#service0301 .service_box .box {
		width: 98%;
	}
	#service0301 .service_box .box:nth-last-child(-n+4) {
		margin-top: 20px;
	}

	.service03_slide .slick-arrow {
		top: -30px;
	}

	.service03_slide li {
		margin: 0;
	}
	
}


/* company
------------------------------------------------------------*/
table.table01 {
	width: 100%;
}
table.table01 tr {
	position: relative;
}
table.table01 tr:before {
	content: '';
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, #164eb0 0%, #ffffff 100%);
	position: absolute;
	left: 0;
	bottom: -0.5px;
}
table.table01 th,
table.table01 td {
	line-height: 1.8;
}
table.table01 th {
	width: 144px;
	font-size: 18px;
	font-weight: 500;
	padding: 30px 10px;
	position: relative;
}
table.table01 th:before {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #164eb0;
	position: absolute;
	left: 0;
	bottom: -1.5px;
}
table.table01 td {
	padding: 30px 15px 30px 60px;
}

#company01 .section_cont {
	position: relative;
}
#company01 .img_ttl {
	font-family: 'Noto Serif JP', serif;
	font-size: 50px;
	font-weight: 700;
	font-style: italic;
	text-align: right;
	position: absolute;
	left: 0;
	top: 15%;
	z-index: 1;
}
#company01 .img_ttl:before {
	content: '';
	width: calc(100% + 16vw);
	height: 2px;
	background-color: #164eb0;
	margin-left: -16vw;
	position: absolute;
	left: 0;
	top: calc(100% + 10px);
}

#company01 .img {
	padding-bottom: 25px;
	position: relative;
}
#company01 .img:before {
	content: '';
	width: 97.72%;
	height: 97.72%;
	background-color: #164eb0;
	border-radius: 60px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
#company01 .img img {
	width: 97.72%;
}

#company01 .txt {
	font-size: 18px;
	margin-top: 40px;
}
#company01 .sign {
	font-size: 20px;
	text-align: right;
	margin-top: 50px;
}
#company01 .sign span {
	margin-left: 20px;
}

#company04 .info {
	border-left: 1px solid #164eb0;
	padding: 10px 15px 10px 20px; 
}
#company04 .info .ttl {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 5px;
}
#company04 .info .txt {
	font-size: 20px;
}

.map {
	height: 640px;
	margin-top: 30px;
}

@media screen and (max-width: 1320px) {
	#company01 .img {
		padding-bottom: 2vw;
	}
}

@media screen and (max-width: 1200px) {
	#company02 section {
		padding-top: 20px;
	}
}

@media screen and (max-width: 768px) {
	table.table01 tr {
		display: flex;
		flex-wrap: wrap;
	}
	table.table01 tr:before {
		content: none;
	}
	table.table01 th,
	table.table01 td {
		width: 100%;
	}
	table.table01 th {
		font-size: 16px;
		background-color: #dae3f2;
		padding: 5px 10px;
	}
	table.table01 th::before {
		content: none;
	}
	table.table01 td {
		padding: 5px 10px 10px;
	}

	#company01 .img_ttl {
		font-size: 21px;
		text-shadow: 1px 1px 1px #ffffff;
	}

	#company01 .txt {
		font-size: 16px;
		margin-top: 20px;
	}

	#company01 .sign {
		font-size: 16px;
		margin-top: 20px;
	}
	#company01 .sign img {
		width: 100px;
	}

	#company04 .info .ttl {
		font-size: 18px;
	}
	#company04 .info .txt {
		font-size: 16px;
	}

	.map {
		height: 240px;
	}
	.map iframe {
		border-radius: 0;
	}
}
	

/* news
------------------------------------------------------------*/
#news01 {
	background-image: url(../img/news/news_bg.png);
	background-position: center;
	background-repeat: no-repeat;
}
#newsList {
	margin-top: 60px;
}
#newsList li {
	width: 100%;
	min-height: 60px;
	border-bottom: 1px solid #cccccc;
	font-weight: 500;
	padding: 10px 15px;
	align-items: center;
}
#newsList li .up_date {
	width: 90px;
	color: #164eb0;
	margin-right: 40px;
}
#newsList li .up_ttl {
	width: calc(100% - 130px);
	position: relative;
}
#newsList li .up_ttl .newMark {
	width: 32px;
	height: 20px;
	background-color: #ff0000;
	color: #ffffff;
	font-size: 10px;
	text-align: center;
	line-height: 18px;
	position: absolute;
	left: -40px;
	top: 4px;
}

p.pager {
	text-align: center;
	margin-top: 60px;
}
p.pager a {
	font-weight: 500;
	margin: 0 8px;
	padding: 5px;
}
p.pager a.current {
	text-decoration: underline;
}
p.pager a img {
	padding-bottom: 2px;
}

@media screen and (max-width: 768px) {
	#newsList li {
		padding: 10px 0;
	}
	#newsList li .up_ttl {
		width: 100%;
		margin-top: 5px;
	}

	#newsList li .up_ttl .newMark {
		left: 95px;
		top: -25px;
	}
}
	
.detail_ttl {
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid #164eb0;
	padding-bottom: 10px;
}
.detail_date {
	text-align: right;
	margin: 10px 0;
}

.backBtn {
	width: 180px;
	height: 50px;
	margin: 60px auto 0;
}
.backBtn a {
	width: 100%;
	height: 100%;
	background-color: #164eb0;
	color: #ffffff;
	line-height: 48px;
	justify-content: center;
	align-items: center;
}

.more_btn {
	text-align: right;
	margin-top: 30px;
}
.more_btn a {
	font-weight: 500;
	display: inline-flex;
	align-items: center;
}
.more_btn a img {
	margin-left: 10px;
}


/* contact
------------------------------------------------------------*/
#contact01 .box {
	width: 90%;
	max-width: 500px;
	height: 88px;
	margin: 0 auto;
}
#contact01 .box a {
	width: 100%;
	height: 100%;
	background-color: #164eb0;
	border-radius: 44px;
	color: #ffffff;
	font-size: 39px;
	font-weight: 700;
	justify-content: center;
	align-items: center;
}
#contact01 .box img {
	margin-right: 15px;
}

.required {
	display: inline-block;
	width: 46px;
	height: 20px;
	background-color: #164eb0;
	border-radius: 10px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	line-height: 18px;
}

.form table {
	width: 100%;
	margin-top: 60px;
}
.form table th {
	width: 220px;
	font-weight: 500;
	vertical-align: top;
	padding: 25px 0;
}
.form table td {
	padding: 15px 0;
}
.form table td.va_c {
	vertical-align: center;
}
.form .radio label {
	margin-left: 15px;
}
.form .radio label:not(:first-child) {
	margin-left: 40px;
}
.form .addr:not(:first-child) {
	margin-top: 30px;
}

.form .input_text,
.form .textarea {
	background-color: #e4e4e4;
	color: #1a1a1a;
	border: none;
	border-radius: 10px;
	padding: 10px;
}
.form .input_text {
	height: 48px;
}
.form .textarea {
	height: 220px;
}

.form input[type="radio"],
.form input[type="checkbox"] {
	transform: scale(1.4);
	margin-right: 12px;
}

.w100 {
	width: 100%;
}
.w200 {
	width: 200px;
}

.form_check {
	width: 100%;
	max-width: 620px;
	border: 1px solid #1a1a1a;
	text-align: center;
	margin: 60px auto 0;
	padding: 20px;
}
.form_check a {
	position: relative;
}
.form_check a:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1.5px;
	background-color: #164eb0;
	position: absolute;
	left: 0;
	bottom: -2px;
}
.form_txt {
	width: 100%;
	max-width: 600px;
	margin: 40px auto 60px;
}
.form_btn {
	width: 270px;
	height: 60px;
	margin: 0 auto;
}
.form_btn input {
	width: 100%;
	height: 100%;
	background-color: #251e1c;
	background-image: url(../img/common/sign_w.svg);
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 12px auto;
	border: 1px solid #251e1c;
	color: #ffffff;
	cursor: pointer;
	transition: 0.5s;
}
/*
.form_btn input:hover {
	background-color: #ffffff;
	background-image: url(../img/common/sign.svg);
	color: #251e1c;
}
*/

@media screen and (max-width: 980px) {
	#contact01 .box {
		max-width: 320px;
		height: 50px;
		margin: 0 auto;
	}
	#contact01 .box a {
		font-size: 24px;
	}
	#contact01 .box img {
		width: 24px;
		margin-right: 10px;
	}
}

@media screen and (max-width: 768px) {
	.required {
		font-size: 14px;
	}

    .form table tr {
		display: flex;
		flex-wrap: wrap;
	}
	.form table th,
	.form table td {
		width: 100%;
	}
	.form table th {
		padding: 10px 0 5px;
	}
	.form table td {
		padding: 5px 0 10px;
	}

	.form .addr:not(:first-child) {
		margin-top: 10px;
	}

	.form_check {
		margin-top: 40px;
	}

	.form_txt {
		margin-bottom: 40px;
	}
}


/* privacy
------------------------------------------------------------*/
#privacy01 .top_txt {
	color: #2d60b8;
}

#privacy01 .detail {
	margin-top: 80px;
}
#privacy01 .detail .txt:not(:first-child) {
	margin-top: 40px;
}
#privacy01 .detail .txt {
	padding: 10px 0 10px 30px;
	position: relative;
}
#privacy01 .detail .txt:before {
	content: '';
	width: 4px;
	height: 100%;
	background-color: #164eb0;
	position: absolute;
	left: 0;
	top: 0;
}
#privacy01 .detail .txt ol li {
	text-indent: -1em;
	padding-left: 1em;
}

#privacy01 .info {
	text-align: right;
	margin-top: 80px;
}

#privacy01 .cont {
	width: 100%;
	background-color: #dae3f2;
	border-radius: 30px;
	margin-top: 120px;
	padding: 60px 30px;
}
#privacy01 .cont .txt p {
	font-size: 18px;
	font-weight: 600;
}
#privacy01 .cont .txt a {
	color: #0e63ba;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	#privacy01 .detail {
		margin-top: 40px;
	}
	#privacy01 .detail .txt:not(:first-child) {
		margin-top: 40px;
	}
	#privacy01 .detail .txt {
		padding: 20px 0 0;
	}
	#privacy01 .detail .txt:before {
		width: 60px;
		height: 3px;
	}

	#privacy01 .info {
		margin-top: 60px;
	}

	#privacy01 .cont {
		width: calc(100% + 30px);
		border-radius: 0;
		margin-left: -15px;
		margin-top: 60px;
		padding: 30px 15px;
	}

}
	








