@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/

#index p {
	padding: 0;
}
#index ul {
    width: auto;
    margin: 3rem auto 5rem;
    max-width: 1000px;
    text-align: left;
}

#index .secTitBox .secTit {
	font-size: 4rem;
}
#index .secTitBox .secTit span {
	font-size: 5.6rem;
}
#index .lead {
	font-weight: 700;
	text-align: center;
	margin: 0 auto 5rem;
	max-width: 1000px;
}

#fixBan .pc {
	width: 166px;
	height: 100px;
}
#fixBan .pc .txt{
	font-size: 1rem;
}
#fixBan .pc a{padding: 1rem 1rem 0 1rem;}

#fixBan .pc .txt span{
	font-size: 1.2rem;
}
#fixBan .pc .tel{
	font-size:1.7rem;
	margin-top: 3rem;
	padding: .2rem 0 .2rem 3rem;
}

/*---------------------
　key
-----------------------*/
#index .key {
	position: relative;
	margin: 0 0 4rem;
}
#index .key .inr {
	padding: 10rem 0 40rem;
	position: relative;
}
#index .key .inr:before {
	content: "";
	background: url("img/key_home.png") no-repeat;
	background-size: 100%;
	width: 1054px;
	height: 820px;
	position: absolute;
	top: -8rem;
	left: 430px;
}
#index .key .txt {
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	line-height: 2;
	margin: 0 0 3rem;
	position: relative;
	z-index: 1;
}
#index .key .txt span {
	font-size: 3.6rem;
}
#index .key .siteName {
	color: #fff;
	font-size: 7rem;
	font-weight: 700;
	line-height: 1.6;
	margin: 0;
	text-align: left;
	position: relative;
	z-index: 1;
}
#index .key .toc {
	position: relative;
	margin: 0 auto;
	border-radius: 0;
	background: none;
}
#index .key .toc_inr {
	margin: 0;
    border-radius: 0;
    background: #fff;
	padding: 8rem 5rem 6rem 0;
	width: 1150px;
	height: 232px;
	position: absolute;
	bottom: 0;
	left: 0;
	justify-content: space-between;
}
#index .key .toc_inr:before {
    content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -99.9%;
}
#index .key .toc_inr:after {
    content: "";
	background: url("img/bg_white_tri.png") no-repeat;
	background-size: 100%;
	width: 63px;
	height: 232px;
	position: absolute;
	top: 0;
	right: -63px;
}
#index .key .cmnBox .sTit {
    background: url(img/eng_index.png) no-repeat top -6px left;
    background-size: auto 36px;
    font-size: 3rem;
    padding: 0 0 0 13.5rem;
}
#index .key .cmnBox .sTit:before {
    width: 200%;
    top: 15%;
    left: -210%;
}
#index .key .cmnBox ul {
    width: 725px;
}
#index .key .cmnBox li {
    float: left;
	margin: 0 4.5rem 2rem 0;
}
#index .key .cmnBox li:nth-child(2n) {
	margin: 0 0 2rem;
}
#index .key .cmnBox li a {
    font-size: 1.8rem;
	font-weight: 700;
	text-decoration: none;
	background: url("img/arr_tri_blue.png") no-repeat left top 8px;
	background-size: 8px auto;
	padding: 0 0 0 1.6rem;
}
#index .key .cmnBox li a:hover {
    opacity: 0.7;
}

/*---------------------
　sec01
-----------------------*/
#index .sec01 {
	margin: 0 0 10rem;
}
#index .sec01 .wi1200 {
	position: relative;
	padding: 20rem 0 11.5rem;
}
#index .sec01 .wi1200:before {
	content: "";
	background: #f3f3f3;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -100%;
}
#index .sec01 .wi1200:after {
	content: "";
	background: url("img/sec01_bg_lgray_tri.png") no-repeat bottom right;
	background-size: cover;
	width: 1150px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#index .sec01 .rightBox {
	position: absolute;
	top: 8rem;
	left: calc(50% - 5%);
	clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}
#index .sec01 .rightBox video {
	width: 870px;
	height: 658px;
	object-fit: cover;
}
.modal_content {
    display: none;
}
.modaal-content-container {
    padding: 0;
}
.modaal-inner-wrapper {
	padding: 80px 15px;
}
.modaal-wrapper .movie {
	position: relative;
	padding-top: 56.25%;
}
.modaal-wrapper iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#index .sec01 .leftBox {
	width: 460px;
	min-height: 62rem;
}
#index .sec01 .leftBox p {
	font-weight: 700;
}
#index .about-site {
	background: #fff;
	align-items: center;
	position: relative;
	padding: 4rem 5rem;
}
#index .about-site:before {
	content: "";
	background: url("img/bg_white_tri_reverse.png") no-repeat bottom left;
	background-size: cover;
	width: 58px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -58px;
}
#index .about-site .logoArea {
	transform: skewX(10deg);
	margin: 0 8rem 0 0;
}
#index .about-site .logoArea .logo {
    width: 270px;
}
#index .about-site .logoArea .logo .siteName {
    font-size: 2.2rem;
}
#index .about-site .txtBox {
	flex: 1;
}
#index .about-site .txtBox .tit {
	font-size: 2rem;
	font-weight: 700;
	margin: 0 0 1.5rem;
}
#index .about-site .txtBox p {
	margin: 0;
}



/*---------------------
　sec02
-----------------------*/
#index .sec02 {
	padding: 8rem 0 0;
}
#index .sec02 .gradBox {
	width: 50%;
	height: 46rem;
	background: url("img/sec02_gradbox01.jpg") no-repeat;
	background-size: cover;
}
#index .sec02.sec02_2 .gradBox {
    height: 30rem;
}
#index .sec02 .gradBox:nth-child(2) {
	background: url("img/sec02_gradbox02.jpg") no-repeat;
	background-size: cover;
}
#index .sec02 .gradBox:nth-child(3) {
	background: url("img/sec02_gradbox03.jpg") no-repeat center;
	background-size: cover;
	width: 33.3%;
}
#index .sec02 .gradBox:nth-child(4) {
	background: url("img/sec02_gradbox04.jpg") no-repeat center;
	background-size: cover;
	width: 33.3%;
}
#index .sec02 .gradBox:nth-child(5) {
	background: url("img/sec02_gradbox05.jpg") no-repeat center;
	background-size: cover;
	width: 33.3%;
}
#index .sec02 .gradBox a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	text-decoration: none;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#index .sec02 .gradBox a:before {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
	opacity: 0;
	background: rgb(216,68,81);
	background: linear-gradient(90deg, rgba(216,68,81,0.6) 0%, rgba(240,171,6,0.6) 100%);
	width: 100%;
	height: 100%;
}
#index .sec02 .gradBox a:hover::before {
	opacity: 1;
}
#index .sec02 .gradBox a:hover {
	opacity: 1;
}
#index .sec02 .gradBox .tit {
	font-size: 3rem;
	font-weight: 700;
	margin: 0 0 2.5rem;
}
#index .sec02 .gradBox p {
	font-weight: 700;
	margin: 0;
	position: relative;
	z-index: 1;
	width: 80%;
}
#index .sec02 .moreBtn {
    border: solid 1px #fff;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    width: 310px;
    height: 63px;
    background: url(img/arr_ccl_white_right.png) no-repeat right 1.5rem center;
    background-size: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5rem 0 0;
    position: relative;
    z-index: 1;
    line-height: 2.2rem;
}
#index .sec02 .moreBtn img {
	height: 15px;
	width: auto;
}


/*---------------------
　sec03
-----------------------*/
#index .sec03 {
	overflow: hidden;
}
#index .sec03 .wi1200 {
	position: relative;
	padding: 12rem 0;
}
#index .sec03 .wi1200:before {
	content: "";
	background: url("img/sec03_deco.png") no-repeat;
	background-size: 100%;
	width: 590px;
	height: 680px;
	position: absolute;
	top: -4rem;
	right: -3.5rem;
}
#index .sec03 .leftBox {
    width: 55%;
}
#index .sec03 .secTitBox .secTit {
    font-size: 3rem;
	margin: 0 0 3rem;
}
#index .sec03 .lead {
    text-align: left;
}
#index .sec03 .caseBoxWrap {
	padding: 0 5rem;
	margin: 18rem 0 0;
}
#index .sec03 .caseBox {
	width: 490px;
	position: relative;
	margin: 8rem 12rem 0 0;
}
#index .sec03 .caseBox:nth-child(2n) {
	margin: 19rem 0 0 0;
}
#index .sec03 .caseBox a {
	overflow: hidden;
	position: relative;
}
#index .sec03 .caseBox a:before {
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
	opacity: 0;
	background: rgb(216,68,81);
	background: linear-gradient(90deg, rgba(216,68,81,0.6) 0%, rgba(240,171,6,0.6) 100%);
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 6px;
}
#index .sec03 .caseBox a:hover:before {
	opacity: 1;
}
#index .sec03 .caseBox a:hover {
	opacity: 1;
}
#index .sec03 .caseBox .grad_blue {
    padding: 0;
	min-height: 16rem;
	width: 482px;
	display: flex;
	align-items: center;
	position: absolute;
	top: -11rem;
	left: -5rem;
	z-index: 2;
}
#index .sec03 .caseBox .grad_blue .inr_skw {
	padding: 2rem 4rem 2.2rem;
	position: relative;
	width: 100%;
}
#index .sec03 .caseBox .grad_blue .inr_skw:before {
	content: "";
	background: url("img/arr_ccl_blue_right.png") no-repeat;
	background-size: 100%;
	width: 24px;
	height: 24px;
	position: absolute;
	top: calc(50% - 12px);
	right: 2.5rem;
}
#index .sec03 .caseBox .grad_blue .case {
	font-size: 2rem;
	font-weight: 700;
	margin: 0;
}
#index .sec03 .caseBox .grad_blue .tit {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4;
}
#index .sec03 .caseBox .thumb {
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}
#index .sec03 .caseBox .catch {
	background: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.7;
	position: absolute;
	bottom: 0;
	left: -2rem;
	transform: skewX(10deg);
	border-radius: 0 6px 0 0;
	width: 465px;
	z-index: 1;
}
#index .sec03 .caseBox .catch span {
	display: block;
	padding: 2rem 2rem;
	transform: skewX(-10deg);
}
#index .accBtn {
	border: solid 1px #004a7f;
	text-align: center;
	width: 340px;
	border-radius: 6px;
	font-weight: 700;
	background: #fff url("img/icon_plus.png") no-repeat right 1.5rem center;
	background-size: 17px auto;
	padding: 1.5rem 5rem;
	margin: 6rem auto 0;
	cursor: pointer;
}
#index .accBtn.open {
	background: #fff url("img/icon_minus.png") no-repeat right 1.5rem center;
	background-size: 17px auto;
}
#index .accBtn:hover {
	opacity: 0.8;
}



/*---------------------
　sec04
-----------------------*/
#index .sec04 {
	background: #f1f6fa;
	padding: 8rem 0 10rem;
	position: relative;
}
#index .sec04:before {
	content: "";
	background: #f1f6fa;
	width: 100%;
	height: 45rem;
	position: absolute;
	bottom: -45rem;
	left: 0;
	z-index: -1;
}
#index .sec04 .secTitBox {
	text-align: center;
}
#index .sec04 .secTitBox .sec04_logo {
	width: 130px;
	margin: 0 auto 1.5rem;
}
#index .sec04 .grad_ora {
    font-size: 2rem;
	margin: 0 auto 1.5rem;
}
#index .sec04 .grad_ora .inr_skw {
    transform: inherit;
	padding: 0.6rem 1rem 0.8rem;
}
#index .sec04 .secTitBox .secTit {
    font-size: 3rem;
}
#index .sec04 .secTitBox span {
    position: relative;
}
#index .sec04 .secTitBox .small {
    font-size: 1.5rem;
	font-weight: normal;
	position: absolute;
	bottom: -1.5rem;
    left: 14rem;
}
#index .sec04 .lead {
    text-align: left;
}
#index .sec04 .ancListBox {
    background: #fff;
	position: relative;
	padding: 10rem 0 4rem;
	height: 35rem;
	margin: 0 0 11rem;
}
#index .sec04 .ancListBox:before {
    content: "";
	background: url("img/bg_white_tri_reverse.png") no-repeat;
	background-size: 100%;
	width: 100px;
	height: 350px;
	position: absolute;
	top: 0;
	left: -100px;
}
#index .sec04 .ancListBox:after {
    content: "";
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
#index .sec04 .ancListBox .flex > div {
    width: calc(100% / 6);
}
#index .sec04 .ancListBox a {
    display: block;
	text-decoration: none;
	background: url("img/arr_ccl_down.png") no-repeat bottom center;
	background-size: 21px auto;
	padding: 0 0 3.5rem;
	position: relative;
}
#index .sec04 .ancListBox a:before{
    content: "";
	background: url("img/sec04_num01.png") no-repeat center top;
	background-size: auto 34px;
	width: 100%;
	height: 34px;
	position: absolute;
	top: -6rem;
}
#index .sec04 .ancListBox .flex > div:nth-child(2) a:before {
	background: url("img/sec04_num02.png") no-repeat center top;
	background-size: auto 34px;
}
#index .sec04 .ancListBox .flex > div:nth-child(3) a:before {
	background: url("img/sec04_num03.png") no-repeat center top;
	background-size: auto 34px;
}
#index .sec04 .ancListBox .flex > div:nth-child(4) a:before {
	background: url("img/sec04_num04.png") no-repeat center top;
	background-size: auto 34px;
}
#index .sec04 .ancListBox .flex > div:nth-child(5) a:before {
	background: url("img/sec04_num05.png") no-repeat center top;
	background-size: auto 34px;
}
#index .sec04 .ancListBox .flex > div:nth-child(6) a:before {
	background: url("img/sec04_num06.png") no-repeat center top;
	background-size: auto 34px;
}
#index .sec04 .ancListBox dt {
    width: 110px;
	margin: 0 auto 1.5rem;
}
#index .sec04 .ancListBox dd {
    font-weight: 700;
	text-align: center;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 45px;
}
#index .sec04 .checkBox {
    border: solid 1px #004a7f;
	border-radius: 6px;
	background: #fff;
	padding: 5.5rem 9rem;
	width: 1100px;
	margin: 0 auto;
}
#index .sec04 .checkBox .titBox {
	margin: 0 0 4rem;
}
#index .sec04 .checkBox .grad_ora {
    position: relative;
	margin: 0 5.5rem 0 0;
	float: left;
	width: 200px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#index .sec04 .checkBox .grad_ora:before {
    content: "";
	background: url("img/bg_yl_tri.png") no-repeat;
	background-size: 100%;
	width: 40px;
	height: 50px;
	position: absolute;
	top: 0;
	right: -3rem;
}
#index .sec04 .checkBox .grad_ora img {
    width: auto;
	height: 3rem;
}
#index .sec04 .checkBox .subTit {
    font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	overflow: hidden;
	width: auto;
	line-height: 1.4;
}
#index .sec04 .checkBox .subTit span {
    color: #cd5e2b;
}
#index .sec04 .checkBox .ill {
    float: left;
    width: 410px;
}
#index .sec04 .checkBox .txtBox {
    float: right;
	width: 500px;
	padding: 4rem 0 0;
}
#index .sec04 .checkBox .txtBox .item {
    padding: 0 0 4rem;
	margin: 0 0 4rem;
	background: url("img/line_dot.png") repeat-x bottom left;
}
#index .sec04 .checkBox .txtBox .item:last-child {
	margin: 0;
	padding: 0;
	background: none;
}
#index .sec04 .checkBox .txtBox .catch {
    font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
	margin: 0 0 2rem;
}
#index .sec04 .checkBox .txtBox p {
    margin: 0;
}
#index .sec04 .itemBox {
	border-bottom: solid 1px #004a7f;
	padding: 8rem 5rem 6rem 10rem;
	justify-content: space-between;
	position: relative;
}
#index .sec04 .itemBox::before {
	content: "";
	position: absolute;
	top: 8rem;
	left: 5rem;
}
#index .sec04 .itemBox.num01:before {
	background: url("img/sec04_num01.png") no-repeat;
	background-size: 100%;
	width: 23px;
	height: 80px;
}
#index .sec04 .itemBox.num02:before {
	background: url("img/sec04_num02.png") no-repeat;
	background-size: 100%;
	width: 50px;
	height: 80px;
}
#index .sec04 .itemBox.num03:before {
	background: url("img/sec04_num03.png") no-repeat;
	background-size: 100%;
	width: 50px;
	height: 85px;
	left: auto;
	right: 5rem;
}
#index .sec04 .itemBox.num04:before {
	background: url("img/sec04_num04.png") no-repeat;
	background-size: 100%;
	width: 60px;
	height: 85px;
	left: 56rem;
}
#index .sec04 .itemBox.num05:before {
	background: url("img/sec04_num05.png") no-repeat;
	background-size: 100%;
	width: 50px;
	height: 75px;
}
#index .sec04 .itemBox.num06:before {
	background: url("img/sec04_num06.png") no-repeat;
	background-size: 100%;
	width: 50px;
	height: 75px;
	left: auto;
	right: 5rem;
}
#index .sec04 .itemBox .ill {
	width: 494px;
	display: flex;
	align-items: center;
}
#index .sec04 .itemBox .txtBox {
	width: 490px;
}
#index .sec04 .itemBox .subTit {
	font-size: 3rem;
    font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5;
	background: url("img/line_dot.png") repeat-x bottom left;
	margin: 0 0 2.5rem;
}
#index .sec04 .itemBox .subTit a {
	display: block;
	text-decoration: none;
	background: url("img/arr_ccl_right.png") no-repeat center right;
	background-size: 26px auto;
	padding: 2rem 4rem 2rem 0;
}
#index .sec04 .itemBox p {
	margin: 0;
}
#index .sec04 .itemBox .moreBtn {
	width: 130px;
	height: 42px;
	border-radius: 6px;
	float: right;
	margin: 5rem 0 0;
}
#index .sec04 .itemBox .moreBtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
}
#index .sec04 .itemBox .moreBtn a:before {
	content: "";
	background: url("img/arr_ccl_blue_right.png") no-repeat;
	background-size: 100%;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 12px;
	right: 1rem;
}
#index .sec04 .itemBox .moreBtn img {
	width: 48px;
    margin: -2px 0 0;
}
#index .sec04 .two_itemBox {
	position: relative;
	
}
#index .sec04 .two_itemBox:before {
	content: "";
	background: #004a7f;
	width: 1px;
	height: calc(100% - 12rem);
	position: absolute;
	top: 6rem;
	left: 50%;
}
#index .sec04 .two_itemBox .itemBox {
	width: 50%;
	padding: 8rem 5rem 6rem 5rem;
}
#index .sec04 .itemBox.num02 .ill {
	width: 86%;
	height: 34rem;
	margin: 0 auto;
}
#index .sec04 .itemBox.num03 .ill {
	width: 89%;
	height: 37rem;
	margin: -28px 0 0 0rem;
}
#index .sec04 .itemBox.num05 .ill {
	width: 449px;
	height: 34rem;
	margin: 19px auto 0;
}
#index .sec04 .itemBox.num06 .ill {
	width: 469px;
	height: 34rem;
	margin: -18px auto 9px;
}



/*---------------------
　sec05
-----------------------*/
#index .sec05 {
	margin: 5rem 0 10rem;
}
#index .sec05:before {
    content: none;
}
#index .sec05:after {
    content: none;
}
#index .sec05 .inr {
    padding: 8rem 0 8rem 0;
	background: url("img/eng_coverage.png") no-repeat right top 4rem, linear-gradient(90deg, rgba(0,39,97,1) 0%, rgba(0,74,127,1) 100%);
	background-size: auto 40px, auto;
	
}
#index .sec05 .inr:before {
    content: "";
    background: url(img/bg_grad_blue_tri.png) no-repeat right bottom;
    background-size: cover;
    width: 186px;
    height: 100%;
    position: absolute;
    top: 0;
	left: auto;
	right: -18rem;
}
#index .sec05 .inr:after {
    content: "";
    background: #002862;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
}
#index .sec05 .leftBox {
    width: 540px;
}
#index .sec05 .grad_ora {
    float: none;
    margin: 0 0 0 5px;
}
#index .sec05 .secTit {
    text-align: left;
}
#index .sec05 .txt {
    width: 100%;
}
#index .sec05 .cap {
    width: 560px;
    position: absolute;
    top: 13rem;
    right: 0;
    z-index: 1;
}
#index .sec05 .btns {
    margin: 6rem 0 0;
}


/*---------------------
　sec06
-----------------------*/
#index .sec06 {
	margin: 18rem 0;
}
#index .sec06 .wi1200 {
	position: relative;
}
#index .sec06 .wi1200:before {
	content: "";
	background: url("img/eng_info.png") no-repeat;
	background-size: 100%;
	width: 199px;
	height: 31px;
	position: absolute;
    top: -20px;
    right: 0;
    z-index: 1;
}
#index .sec06 .logoBox {
	background: #fff;
	width: 400px;
	height: 273px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: skewX(-10deg);
	position: absolute;
	top: -7.5rem;
	z-index: 1;
}
#index .sec06 .logoBox .logo {
	transform: skewX(10deg);
	width: 270px;
}
#index .sec06 .logoBox .siteName {
    font-size: 2.2rem;
}
#index .sec06 .txtBox {
	background: #f3f3f3;
	padding: 5rem 5rem 5rem 24rem;
	width: 980px;
	position: relative;
	float: right;
}
#index .sec06 .txtBox:before {
	content: "";
	background: url("img/bg_lgray_tri_reverse.png") no-repeat bottom left;
	background-size: cover;
	width: 80px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -8rem;
}
#index .sec06 .txtBox:after {
	content: "";
	background: #f3f3f3;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100%;
}
#index .sec06 .txtBox .catch {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 2rem;
}
#index .sec06 .txtBox .btn-link {
    margin: 20px auto 0;
}
#index .sec06 .txtBox .btn-internal {
    margin: 0 0 2rem;
	float: right;
}




/*----------------------------------------------------------------------
    PCサイトcss
----------------------------------------------------------------------*/
@media screen and (min-width: 600px) {





}
/*-----------------------------------------------------------------------------
　SPサイトcss
-------------------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
	

#index .secTitBox .secTit {
	font-size: 1.8rem;
}
#index .secTitBox .secTit span {
	font-size: 2.5rem;
}
#index .lead {
	margin: 0 auto 3rem;
	padding: 0 5.3%;
	max-width: 100%;
	text-align: left;
}
    #index ul {
        margin: 1rem auto 3rem;
        max-width: 100%;
    }


/*---------------------
　key
-----------------------*/
#index .key {
	position: relative;
	margin: 0;
	background: none;
}
#index .key:before {
    content: "";
    background: linear-gradient(90deg, rgba(0,39,97,1) 0%, rgba(0,74,127,1) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 75%;
	z-index: -1;
}
#index .key .inr {
	padding: 28rem 5.3% 32rem;
	position: relative;
}
#index .key .inr:before {
	content: "";
	background: url("img/key_home_sp.png") no-repeat;
	background-size: 100%;
	width: 356px;
	height: 350px;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
}
#index .key .txt {
	font-size: 1.8rem;
	line-height: 2;
	margin: 0 0 1rem;
}
#index .key .txt span {
	font-size: 2rem;
}
#index .key .siteName {
	font-size: 3rem;
	line-height: 1.6;
}
#index .key .toc {
	position: relative;
	margin: 0 auto;
	border-radius: 0;
	background: none;
}
#index .key .toc_inr {
	padding: 3.5rem 0 3rem 5.3%;
	width: 81%;
	height: auto;
	position: absolute;
	bottom: 0;
	left: 0;
}
#index .key .toc_inr:before {
    content: none;
}
#index .key .toc_inr:after {
    content: "";
	background: url("img/bg_white_tri.png") no-repeat bottom right;
	background-size: cover;
	width: 20%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -20%;
}
#index .key .cmnBox .sTit {
    background: url(img/eng_index.png) no-repeat top left;
    background-size: auto 24px;
    font-size: 1.8rem;
    padding: 0 0 0 9rem;
	margin: 0 0 1rem;
}
#index .key .cmnBox .sTit:before {
	width: 100%;
    top: 1.5rem;
    left: -13.7rem;
}
#index .key .cmnBox ul {
    width: 100%;
}
#index .key .cmnBox li {
    float: none;
	margin: 0 0 1.5rem 0;
}
#index .key .cmnBox li:nth-child(2n) {
	margin: 0 0 1.5rem;
}
#index .key .cmnBox li a {
    font-size: 1.5rem;
	background: url("img/arr_tri_blue.png") no-repeat left top 8px;
	background-size: 8px auto;
	padding: 0 0 0 1.6rem;
	display: block;
}
#index .key .cmnBox li a:hover {
    opacity: 1;
}

/*---------------------
　sec01
-----------------------*/
#index .sec01 {
	margin: 0 0 2.5rem;
}
#index .sec01 .wi1200 {
	position: relative;
	padding: 2.5rem 0 5rem;
}
#index .sec01 .wi1200:before {
	content: "";
	background: #f3f3f3;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -85%;
	z-index: -1;
}
#index .sec01 .wi1200:after {
	content: "";
	background: url("img/sec01_bg_lgray_tri.png") no-repeat bottom right;
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 15%;
}
#contents .secTitBox .eng img {
    height: 15px;
}
#index .sec01 .rightBox {
	float: right;
	position: static;
}
#index .sec01 .rightBox video {
	width: 356px;
	height: 260px;
	object-fit: cover;
}

#index .sec01 .leftBox {
	width: 100%;
	min-height: inherit;
	padding: 2rem 5.3% 0;
	clear: both;
}
#index .about-site {
	position: relative;
	padding: 3rem 2rem 3rem 0;
	display: block;
	margin: 2rem 0 0;
	width: 86%;
	float: right;
}
#index .about-site:before {
	content: "";
	background: url("img/bg_white_tri_reverse.png") no-repeat bottom left;
	background-size: cover;
	width: 24%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -24%;
}
#index .about-site .logoArea {
	display: table;
	margin: 0 auto 2rem;
	position: relative;
	z-index: 1;
}
#index .about-site .logoArea .logo {
    width: 160px;
	transform: skewX(-10deg);
}
#index .about-site .logoArea .logo .siteName {
    font-size: 1.3rem;
}
#index .about-site .txtBox {
	position: relative;
	z-index: 1;
}
#index .about-site .txtBox .tit {
	font-size: 1.6rem;
	margin: 0 0 1.5rem;
	text-align: center;
}



/*---------------------
　sec02
-----------------------*/
#index .sec02 {
	padding: 2.5rem 0 0;
}
    #index .sec02 .gradBox {
        width: 100%;
        height: 45rem;
    }
#index .sec02.sec02_2 .gradBox {
    height: 26rem;
}
#index .sec02 .gradBox:nth-child(3),
#index .sec02 .gradBox:nth-child(4),
#index .sec02 .gradBox:nth-child(5) {
	width: 100%;
}
#index .sec02 .gradBox a:before {
    content: none;
}
#index .sec02 .gradBox .tit {
	font-size: 2rem;
	margin: 0 0 1rem;
}
#index .sec02 .gradBox:last-child .txt {
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#index .sec02 .moreBtn {
	border-radius: 4px;
	text-align: center;
	width: 270px;
    height: 50px;
	background: url(img/arr_ccl_white_right.png) no-repeat right 1rem center;
	background-size: 13px auto;
	margin: 2rem 0 0;
}
#index .sec02 .moreBtn img {
	height: 12px;
}


/*---------------------
　sec03
-----------------------*/
#index .sec03 {
}
#index .sec03 .wi1200 {
	position: relative;
	padding: 5rem 0;
}
#index .sec03 .wi1200:before {
	content: "";
	background: url("img/sec03_deco_sp.png") no-repeat;
	background-size: 100%;
	width: 150px;
	height: 188px;
	top: -2rem;
    right: 0;
}
#index .sec03 .leftBox {
    width: 100%;
}
#index .sec03 .secTitBox {
    padding: 0 0 0 5.3%;
	width: 69%;
}
#index .sec03 .secTitBox .secTit {
    font-size: 1.8rem;
	margin: 0 0 2rem;
}
#index .sec03 .caseBoxWrap {
	padding: 0 5.3%;
	margin: 8rem 0 0;
}
#index .sec03 .caseBox {
	width: 100%;
	position: relative;
	margin: 8rem 0 0 0;
}
#index .sec03 .caseBox:nth-child(1) {
	margin: 0;
}
#index .sec03 .caseBox:nth-child(2n) {
	margin: 8rem 0 0 0;
}
#index .sec03 .caseBox a:before {
    content: none;
}
#index .sec03 .caseBox .grad_blue {
	min-height: 10rem;
	/*width: 92%;*/
	width: 82vw;
	min-width: 265px;
	position: absolute;
	top: -5rem;
	left: 0;
}
#index .sec03 .caseBox .grad_blue .inr_skw {
	padding: 1.8rem 4.5rem 2rem 2.5rem;
}
#index .sec03 .caseBox .grad_blue .inr_skw:before {
	width: 16px;
	height: 16px;
	top: calc(50% - 8px);
	right: 2rem;
}
#index .sec03 .caseBox .grad_blue .case {
	font-size: 1.4rem;
}
#index .sec03 .caseBox .grad_blue .tit {
	font-size: 1.9rem;
}
#index .sec03 .caseBox .thumb {
	border-radius: 4px;
}
#index .sec03 .caseBox .catch {
	font-size: 1.8rem;
	position: absolute;
	bottom: -1px;
	left: -2rem;
	border-radius: 0 4px 0 0;
	width: 94%;
}
#index .sec03 .caseBox .catch span {
	padding: 1.6rem 1.6rem 1.6rem 2rem;
}
#index .accBtn {
	width: 300px;
	border-radius: 4px;
	background: #fff url("img/icon_plus.png") no-repeat right 1.5rem center;
	background-size: 15px auto;
	padding: 1.5rem 5rem;
	margin: 3rem auto 0;
	font-size: 1.6rem;
}
#index .accBtn.open {
	background: #fff url("img/icon_minus.png") no-repeat right 1.5rem center;
	background-size: 15px auto;
}
#index .accBtn:hover {
	opacity: 1;
}



/*---------------------
　sec04
-----------------------*/
#index .sec04 {
	padding: 5rem 0 6rem;
}
#index .sec04:before {
	content: "";
	background: #f1f6fa;
	width: 100%;
	height: 45rem;
	position: absolute;
	bottom: -45rem;
	left: 0;
	z-index: -1;
}
#index .sec04 .secTitBox .sec04_logo {
	width: 110px;
	margin: 0 auto 1.5rem;
}
#index .sec04 .grad_ora {
    font-size: 1.5rem;
	margin: 0 auto 1.5rem;
}
#index .sec04 .secTitBox .secTit {
    font-size: 1.8rem;
}
#index .sec04 .secTitBox span {
    position: relative;
}
#index .sec04 .secTitBox .small {
    font-size: 1.1rem;
	bottom: -1.2rem;
    left: 4.5rem;
}
#index .sec04 .ancListBox {
	padding: 3rem 0 2rem;
	height: inherit;
	margin: 0 auto 6rem;
	width: 81%;
}
#index .sec04 .ancListBox:before {
    content: "";
	background: url("img/bg_white_tri_reverse.png") no-repeat bottom left;
	background-size: cover;
	width: 60px;
	height: 100%;
	top: 0;
	left: -60px;
}
#index .sec04 .ancListBox .flex > div {
    width: calc(100% / 3);
	margin: 0 0 3.5rem;
}
#index .sec04 .ancListBox .flex > div:nth-child(4),
#index .sec04 .ancListBox .flex > div:nth-child(5),
#index .sec04 .ancListBox .flex > div:nth-child(6){
	margin: 0;
}
#index .sec04 .ancListBox a {
	background: url("img/arr_ccl_down.png") no-repeat bottom center;
	background-size: 17px auto;
	padding: 0 0 2.5rem;
}
#index .sec04 .ancListBox a:before{
    content: "";
	background: url("img/sec04_num01.png") no-repeat center top;
	background-size: auto 24px;
	width: 100%;
	height: 24px;
    top: -1rem;
    left: -2.7rem;
}
#index .sec04 .ancListBox .flex > div:nth-child(2) a:before {
	background: url("img/sec04_num02.png") no-repeat center top;
	background-size: auto 24px;
}
#index .sec04 .ancListBox .flex > div:nth-child(3) a:before {
	background: url("img/sec04_num03.png") no-repeat center top;
	background-size: auto 24px;
}
#index .sec04 .ancListBox .flex > div:nth-child(4) a:before {
	background: url("img/sec04_num04.png") no-repeat center top;
	background-size: auto 24px;
}
#index .sec04 .ancListBox .flex > div:nth-child(5) a:before {
	background: url("img/sec04_num05.png") no-repeat center top;
	background-size: auto 24px;
}
#index .sec04 .ancListBox .flex > div:nth-child(6) a:before {
	background: url("img/sec04_num06.png") no-repeat center top;
	background-size: auto 24px;
}
#index .sec04 .ancListBox dt {
    width: 55px;
	margin: 0 auto 1rem;
}
#index .sec04 .ancListBox dd {
    font-size: 1.3rem;
	min-height: 35px;
}
#index .sec04 .checkBox {
	border-radius: 4px;
	padding: 4rem 1.8rem 3rem;
	width: 89%;
	margin: 0 auto;
	position: relative;
}
#index .sec04 .checkBox .titBox {
	margin: 0 0 1.5rem;
}
#index .sec04 .checkBox .grad_ora {
    position: absolute;
	top: -2rem;
	left: 2rem;
	margin: 0;
	float: none;
	width: 120px;
    height: 32px;
}
#index .sec04 .checkBox .grad_ora:before {
	width: 33px;
	height: 32px;
	right: -3rem;
}
#index .sec04 .checkBox .grad_ora img {
    width: auto;
	height: 1.8rem;
}
#index .sec04 .checkBox .subTit {
    font-size: 2rem;
}
#index .sec04 .checkBox .ill {
    float: none;
    width: 92%;
    margin: 0 auto;
}
#index .sec04 .checkBox .txtBox {
    float: none;
	width: 100%;
	padding: 2rem 0 0;
}
#index .sec04 .checkBox .txtBox .item {
    padding: 0 0 2rem;
	margin: 0 0 2rem;
}
#index .sec04 .checkBox .txtBox .catch {
    font-size: 1.8rem;
	margin: 0 0 1.5rem;
}
#index .sec04 .itemBoxWrap {
	padding: 0 5.3%;
}
#index .sec04 .itemBox {
	padding: 3rem 1.8rem 2rem;
	justify-content: space-between;
	position: relative;
}
#index .sec04 .itemBox::before {
	content: "";
	position: absolute;
	top: 3rem;
    left: 2rem;
}
#index .sec04 .itemBox.num01:before {
	width: 13px;
	height: 40px;
}
#index .sec04 .itemBox.num02:before {
	width: 25px;
	height: 40px;
	left: 54%;
}
#index .sec04 .itemBox.num03:before {
	width: 25px;
	height: 43px;
	left: 2rem;
	right: auto;
}
#index .sec04 .itemBox.num04:before {
	width: 30px;
	height: 42px;
	left: 2rem;
}
#index .sec04 .itemBox.num05:before {
	width: 25px;
	height: 38px;
	left: 54%;
}
#index .sec04 .itemBox.num06:before {
	width: 25px;
	height: 38px;
	left: 2rem;
	right: auto;
}
#index .sec04 .itemBox .ill,
#index .sec04 .itemBox.num06 .ill {
	width: 80%;
	height: auto;
	margin: 0 auto;
}
#index .sec04 .itemBox .txtBox {
	width: 100%;
}
#index .sec04 .itemBox .subTit {
	font-size: 2rem;
	margin: 0;
	background: none;
}
#index .sec04 .itemBox .subTit a {
	background: url("img/arr_ccl_right.png") no-repeat center right;
	background-size: 18px auto;
	padding: 1.5rem 2rem 1.5rem 0;
}
#index .sec04 .itemBox .moreBtn {
	width: 97px;
	height: 30px;
	border-radius: 4px;
	margin: 2rem 0 0;
}
#index .sec04 .itemBox .moreBtn a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
}
#index .sec04 .itemBox .moreBtn a:before {
	width: 10px;
	height: 10px;
	top: 10px;
	right: 0.8rem;
}
#index .sec04 .itemBox .moreBtn img {
	width: 35px;
    margin: -2px 0 0;
}
#index .sec04 .two_itemBox {
	position: relative;
	
}
#index .sec04 .two_itemBox:before {
	content: none;
}
#index .sec04 .two_itemBox .itemBox {
	width: 100%;
	padding: 3rem 1.8rem 2rem;
}
#index .sec04 .itemBox.num02 .ill,
#index .sec04 .itemBox.num05 .ill {
	width: 41%;
	height: auto;
	position: absolute;
	top: 1.5rem;
	right: 2rem;
}
#index .sec04 .itemBox.num05 .ill {
    top: 1.5rem;
    right: 0rem;
}
#index .sec04 .itemBox.num03 .ill{
	width: 35%;
	height: 10rem;
	position: absolute;
	top: 5.5rem;
	left: 2rem;
}
#index .sec04 .itemBox.num03 .ill {
    left: 4.8rem;
}
#index .sec04 .itemBox.num02 .subTit,
#index .sec04 .itemBox.num03 .subTit,
#index .sec04 .itemBox.num05 .subTit {
    margin: 0 0 2rem;
	width: 50%;
}
#index .sec04 .itemBox.num03 .subTit{
    float: right;
}
#index .sec04 .itemBox.num02 .subTit a {
	padding: 0 2rem 0 0;
}
/*#index .sec04 .itemBox.num06 .subTit {
    width: 60%;
}*/
#index .sec04 .itemBox p {
    clear: both;
}


/*---------------------
　sec05
-----------------------*/
#index .sec05 {
	margin: 3rem 0 6rem;
}
#index .sec05 .inr {
    padding: 3.5rem 0;
	background: url("img/eng_coverage.png") no-repeat right top 1.5rem, linear-gradient(90deg, rgba(0,39,97,1) 0%, rgba(0,74,127,1) 100%);
	background-size: auto 20px, auto;	
}
#index .sec05 .inr:before {
    content: none;
}
#index .sec05 .inr:after {
    content: none;
}
#index .sec05 .leftBox {
    width: 100%;
}
#index .sec05 .grad_ora {
    float: none;
    margin: 0 0 0 5px;
}
#index .sec05 .txt {
    width: 100%;
}
#index .sec05 .cap {
    width: 100%;
    position: static;
}
#index .sec05 .btns {
    margin: 3rem 0 0;
}


/*---------------------
　sec06
-----------------------*/
#index .sec06 {
	margin: 14rem 0;
}
#index .sec06 .wi1200 {
	position: relative;
}
#index .sec06 .wi1200:before {
	width: 100px;
	height: 15px;
    top: -10px;
    right: 4%;
}
#index .sec06 .logoBox {
	width: 200px;
	height: 137px;
	top: -9rem;
	left: 6%;
}
#index .sec06 .logoBox .logo {
	width: 161px;
}
#index .sec06 .logoBox .siteName {
    font-size: 1.3rem;
}
#index .sec06 .txtBox {
	padding: 6.5rem 0 3rem 0;
	width: 79%;
	margin: 0 auto;
	float: none;
}
#index .sec06 .txtBox:before {
	content: "";
	background: url("img/bg_lgray_tri_reverse.png") no-repeat bottom left;
	background-size: cover;
	width: 80px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -8rem;
}
#index .sec06 .txtBox .catch {
	font-size: 1.6rem;
	margin: 0 0 1.5rem;
	text-align: center;
}
#index .sec06 .txtBox .btn-link {
    margin: 1rem auto 0;
	text-align: right;
	width: 100%;
}
#index .sec06 .txtBox .btn-link a {
    background: url(img/arr_tri_blue.png) no-repeat right center;
    background-size: 8px auto;
    position: relative;
    display: inline-block;
    padding: 0.4rem 2.3rem 0.4rem 0;
    font-size: 1.5rem;
    line-height: 1.3;
    text-decoration: underline;
	border: none;
}
#index .sec06 .txtBox .btn-internal {
    margin: 0 auto 1.5rem;
	float: none;
}



}