@charset "utf-8";
body {
	font-family: 'Noto Sans Japanese', sans-serif;
  overflow-x: hidden;
}
.textLink {
	text-decoration: underline;
}
.textLink:hover {
	text-decoration: none;
}
@media screen and (min-width: 768px) {
  .pcHidden {
    display: none;
  }
	.cameraImg {
    display: none;
	}
	.mainTextArea {
		max-width: 1200px;
		width: 100%;
		margin: auto;
		border-radius: 10px;
	}
	.mainTextArea .title {
    border-radius: 10px 10px 0 0;
		background-color: #0b4c93;
		color: #fff;
		text-align: center;
		font-size: 21px;
		padding: 4px 0;
	}
	.mainTextArea .title span {
		font-size: 27px;
		color: #ffdd3e;
		font-weight: 700;
	}
	.mainTextInner {
    position: relative;
		padding: 30px 50px;
	}
	.mainVisual .lowerBlock {
		display: flex;
		justify-content: space-between;
	}
	.mainVisual .middleBlock {
		margin-top: 25px;
	}
	.mainVisual .lowerBlock {
		margin-top: 25px;
	}
	.mainVisual .lowerBlock .rightImg {
    margin-left: 8px;
	}
	.companyList {
		margin: 24px 0 40px;
		text-align: center;
	}
	.companyList .title {
		margin-bottom: 27px;
	}
	.programHead {
		background-color: #15c4bd;
		color: #fff;
		font-weight: bold;
		font-size: 48px;
		padding: 30px 0 95px;
		text-align: center;
		text-shadow: 3px 3px 0px rgba(0, 15, 30, 0.2);
	}
	.programMerit {
		display: flex;
		justify-content: space-between;
		max-width: 1200px;
		margin: -70px auto 0;
		padding-bottom: 60px;
	}
	.programMerit li {
		box-shadow: 5px 7px 0px 0px rgba(192, 223, 232, 0.5);
		border-radius: 10px;
	}
	.programMerit li + li {
    margin-left: 30px;
	}
	.programDetail {
		background-color: #e2fffe;
		padding: 50px 0 70px;
		position: relative;
	}
	.programDetail::before {
		content: "";
		display: inline-block;
		position: absolute;
		width:0;
		height:0;
		left: 50%;
		top: -30px;
		margin-left: -60px;
		border-style:solid;
		border-width: 0 60px 60px 60px;
		border-color: transparent transparent #1650A0 transparent;
	}
	.contentInner {
		max-width: 1200px;
		margin: auto;
	}
	.detailBox {
		background-color: #fff;
		padding: 23px 40px 40px;
		box-shadow: 5px 7px 0px 0px rgba(192, 223, 232, 0.5);
		border-radius: 10px;
	}
	.detailBox:nth-of-type(n+2) {
		margin-top: 30px;
	}
	.detailBox h3 {
		font-size: 30px;
		font-weight: 700;
		text-align: center;
		color: #0b4c93;
		padding-bottom: 20px;
	}
	.detailBox h3.movieTitle {
		color: #333;
	}
	.detailBox h3 span {
		font-size: 48px;
		font-weight: 900;
	}
	.carInformation {
		display: flex;
		justify-content: space-between;
		padding: 0 20px;
	}
	.carInformation li + li {
    margin-left: 40px;
	}
	.movieBox {
		position: relative;
		max-width: 550px;
    width: 100%;
		margin: auto;
		aspect-ratio: 16 / 9;
		border: solid 1px;
	}
	.movieBox .pc {
    display: block;
	}
	.movieInner {
		aspect-ratio: 16 / 9;
	}
	.programContext {
		margin: 60px 0 60px;
		text-align: center;
	}
	.programContext p {
		margin: 50px 0 40px;
	}
	.programContext .btnList {
		display: flex;
		justify-content: space-between;
		padding: 0 36px;
	}
	.programContext .btnList li + li {
    margin-left: 36px;
	}
	.underLine {
		text-align: center;
		font-size: 40px;
		font-weight: bold;
		margin-bottom: 65px;
		position: relative;
	}
	.underLine::after {
		content: "";
		display: inline-block;
		position: absolute;
		width: 72px;
		height: 6px;
		background-color: #53bcdb;
		left: calc(50% - 36px);
		bottom: -28px;
	}
	.caseArea {
		background-color: #eaf2f5;
		padding: 43px 0 72px;
	}
	.caseArea .contentInner {
		display: flex;
	}
	.caseArticle {
    width: calc((100% - 36px) / 3);
		background-color: #fff;
		box-shadow: 6px 8px 0px 0px rgba(220, 220, 220, 0.5);
		border-radius: 8px;
		overflow: hidden;
	}
	.caseArticle + .caseArticle {
		margin-left: 36px;
	}
	.caseArticle figure {
		position: relative;
	}
	.caseArticle figcaption {
		position: absolute;
		left: 5px;
		bottom: 5px;
		font-size: 18px;
		display: flex;
	}
	.caseCategory {
		background-color: #fff;
		min-width: 60px;
		text-align: center;
		padding: 0 20px;
	}
	.caseNumber {
		width: 100px;
		text-align: center;
		color: #1650a0;
		margin-left: 1px;
		background-color: #fff;
	}
	.articleText {
		padding: 17px 37px 32px 28px;
	}
	.articleText h3 {
		margin-left: -28px;
		background-color: #0b4c93;
		color: #fff;
		border-radius: 0 6px 6px 0;
		display: inline-block;
		padding: 3px 28px;
	}
	.articleText p {
		color: #333;
		font-size: 20px;
		margin-top: 14px;
	}
	.questionArea {
		max-width: 1200px;
    width: 100%;
    margin: auto;
		padding: 40px 0 70px;
	}
	.questionBox {
		box-shadow: 5px 7px 0px 0px rgba(192, 223, 232, 0.5);
		border-radius: 10px;
		padding: 0 32px 0 33px;
	}
	.questionBox:nth-of-type(n+2){
		margin-top: 27px;
	}
	.questionBox dt {
		position: relative;
		font-weight: bold;
		font-size: 22px;
		background: url("../images/top/index_ic01.png")no-repeat 0 33px;
		padding: 36px 70px 36px;
		min-height: 40px;
		cursor: pointer;
	}
	.questionBox dt:hover {
		color: #666;
	}
	.questionBox dt:not(.open)::before {
		content: "";
		display: inline-block;
		position: absolute;
		background-color :#0b4c93;
		width: 5px;
		height: 29px;
		top: 40px;
		right: 12px;
	}
	.questionBox dt::after {
		content: "";
		display: inline-block;
		position: absolute;
		background-color :#0b4c93;
		width: 29px;
		height: 5px;
		top: 51px;
		right: 0;
	}
	.questionBox dd {
		border-top: 5px solid #e4e4e4;
		padding: 22px 26px 33px 70px;
		display: none;
		background: url("../images/top/index_ic02.png")no-repeat 3px 24px;
		font-size: 18px;
	}
	.questionBox p+p {
		margin-top: 10px;
	}
	.summaryVisual {
		background-color: #eafaff;
		padding: 70px 0 60px;
	}
	.summaryTextInner {
		padding: 50px 37px;
		background-color: #fff;
		box-shadow: 5px 7px 0px 0px rgba(192, 223, 232, 0.5);
		border-radius: 10px;
	}
	.summaryVisual .upperBlock,
	.summaryVisual .lowerBlock {
		display: flex;
		justify-content: space-between;
	}
	.summaryVisual .upperBlock,
	.summaryVisual .middleBlock {
		padding:0 23px;
	}
	.summaryVisual .upperBlock .rightImg {
    margin-left: 37px;
	}
	.summaryVisual .middleBlock {
		margin-top: 23px;
	}
	.summaryVisual .lowerBlock {
		margin-top: 38px;
	}
	.summaryVisual .lowerBlock .rightImg {
    margin-left: 36px;
	}
	.informationBox {
		padding: 54px 0 70px;
	}
	.upperBox {
		display: flex;
		justify-content: space-between;
	}
	.newsBox {
		max-width: 895px;
	}
	.newsBox .newsTitle {
		display: flex;
		align-items: center;
	}
	.upperBox h2 {
		margin-right: 25px;
		font-size: 24px;
		font-weight: bold;
	}
	.newsBox .detailLink {
		position: relative;
		padding-right: 20px;
	}
	.newsBox .detailLink::after {
		content: "";
		position: absolute;
		top: 12px;
		right: 0;
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: 0 5px;
		border-top: 2px solid #545454;
		border-right: 2px solid #545454;
		transform: rotate(45deg);
	}
	.newsBox .newsList {
		margin-top: 20px;
		height: 250px;
		border: 1px solid #ebedf0;
		padding: 25px 30px;
		overflow-y: scroll;
	}
	.newsBox #news {
		margin-top: -30px;
	}
	.newsBox #news li {
		margin: 0;
		padding: 0;
		border: 0;
	}
	.newsBox #news li + li {
		margin-top: 15px;
	}
	.newsBox #news li .date {
		order: 1;
		font-size: 14px;
	}
	.newsBox #news li .date p {
		margin-top: 2px;
		color: #333;
	}
	.newsBox #news li .new {
		order: 3;
	}
	.newsBox #news li .new p {
		margin: 3px 0 0 10px;
		padding: 0;
		width: 50px;
		text-align: center;
		line-height: 1.5;
		font-size: 12px;
		background-color: #fff;
		border: 2px solid #205EB1;
	}
	.newsBox #news li .new p span {
		color: #205EB1;
	}
	.newsBox #news li .txt {
		order: 2;
		font-size: 16px;
	}
	.newsBox #news li .txt p a{
		color: #333;
	}
	.snsBox {
		width: 285px;
    margin-left: 20px;
	}
	.snsBox iframe {
		margin-top: 20px;
    height: 305px;
	}
	.lowerBox {
		margin-top: 50px;
	}
	.recommendContent {
		display: flex;
	}
	.recommendBox h2 {
		margin-bottom: 18px;
		font-size: 24px;
		font-weight: bold;
	}
	.recommendArticle {
    width: calc((100% - 60px) / 4);
		background-color: #fff;
		box-shadow: 6px 8px 0px 0px rgba(220, 220, 220, 0.5);
	}
	.recommendArticle + .recommendArticle {
		margin-left: 20px;
	}
	.recommendArticle p {
		font-size: 18px;
		font-weight: bold;
		padding: 14px 20px 20px;
		color: #333;
	}	
}
@media screen and (min-width: 768px) and (max-width:1199px) {
	.mainVisual {
    background: linear-gradient(90deg, rgba(68,140,195,1) 0%, rgba(181,221,238,1) 100%);
    padding: 45px 15px 30px;
	}
  .mainTextInner {
    background-color: #fff;
    padding: 15px;
    border-radius: 0 0 10px 10px;
  }  
}
@media screen and (min-width: 1200px) {
	.mainVisual {
		position: relative;
		background: url("../images/top/index_bg01.jpg") no-repeat center 15px;
		padding: 45px 0 30px;
	}
	.mainTextInner {
    position: relative;
		padding: 30px 50px;
	}
}
@media screen and (max-width: 1024px) {
	.newsBox #news li {
    flex-wrap: wrap;
    flex-direction: column;
		margin: 0;
		padding: 0;
		border: 0;
    position: relative;
	}
	.newsBox #news li + li {
		margin-top: 15px;
    border-top: 1px solid #ebedf0;
    padding-top: 15px;
	}
	.newsBox #news li .date {
    width: 70px;
		font-size: 14px;
	}
	.newsBox #news li .date p {
		margin-top: 2px;
		color: #333;
	}
	.newsBox #news li .new {
    position: absolute;
    top: 0;
    left: 80px;
	}
	.newsBox #news li .new p {
		margin: 3px 0 0 5px;
    position: static;
		padding: 0;
		width: 50px;
		text-align: center;
		line-height: 1.5;
		font-size: 12px;
		background-color: #fff;
		border: 2px solid #205EB1;
	}
	.newsBox #news li .new p span {
		color: #205EB1;
	}
	.newsBox #news li .txt {
		font-size: 16px;
    margin: 5px 0 0 0;
	}
	.newsBox #news li .txt p a{
		color: #333;
	}
}
@media screen and (max-width: 767px) {
	main {
		padding-top: 65px;
	}
	.mainVisual {
		position: relative;
    padding: 15px;
    height: auto;
    background: linear-gradient(90deg, rgba(68,140,195,1) 0%, rgba(181,221,238,1) 100%);
	}
  .cameraImg {
		position: absolute;
		width: 24.2%;
    right: 5px;
    top: 46px;  
    margin-right: 0;
		z-index: 2;
  }
	.mainTextArea {
		max-width: 1200px;
		width: 100%;
		margin: auto;
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.2);
		overflow: hidden;
	}
	.mainTextArea .title {
		background-color: #0b4c93;
		color: #fff;
		text-align: center;
    font-size: 15px;
		padding: 4px 0;
  }
  .mainTextArea .title span {
    font-size: 17px;
		color: #ffdd3e;
		font-weight: 700;
  }
  .mainTextInner {
    padding: 15px;
  }
  .mainVisual .lowerBlock {
    display: block;
		justify-content: space-between;
  }
	
  .mainVisual .middleBlock {
    margin-top: 10px;
  }
	.mainVisual .lowerBlock {
		margin-top: 20px;
	}
  .mainVisual .lowerBlock {
    margin-top: 15px;
		text-align: center;
  }
  .mainVisual .lowerBlock > div + div {
    margin-top: 10px;
  }
	.companyList {
		margin: 15px 15px 25px;
		text-align: center;
	}
	.companyList .title {
		margin-bottom: 20px
	}
	.programHead {
		background-color: #15c4bd;
		color: #fff;
		font-weight: bold;
		font-size: 24px;
		padding: 16px 0 48px;
		text-align: center;
		text-shadow: 3px 3px 0px rgba(0, 15, 30, 0.2);
	}
	.programMerit {
		display: flex;
		justify-content: space-between;
		width: 92%;
		margin: -35px auto 0;
		padding-bottom: 29px;
	}
	.programMerit li {
		box-shadow: 3px 4px 0px 0px rgba(192, 223, 232, 0.5);
		border-radius: 5px;
		width: calc((100% - 16px) / 3);
	}
	.programMerit li+li {
		margin-left: 8px;
	}
	.programDetail {
		background-color: #e2fffe;
		padding: 22px 0 25px;
		position: relative;
	}
	.programDetail::before {
		content: "";
		display: inline-block;
		position: absolute;
		width:0;
		height:0;
		left: 50%;
		top: -12px;
		margin-left: -23px;
		border-style:solid;
		border-width: 0 23px 24px 23px;
		border-color: transparent transparent #1650A0 transparent;
	}
	
  .detailBox {
		background-color: #fff;
		padding: 10px 12px 15px;
		box-shadow: 3px 4px 0px 0px rgba(192, 223, 232, 0.5);
		border-radius: 5px;
	}
	.detailBox:nth-of-type(n+2) {
		margin-top: 25px;
	}
	.detailBox h3 {
		font-size: 15px;
		font-weight: 700;
		text-align: center;
		color: #0b4c93;
		padding-bottom: 10px;
	}
	.detailBox h3.movieTitle {
		color: #333;
	}
	.detailBox h3 span {
		font-size: 20px;
		font-weight: 900;
	}
	.detailBox .carInformation {
		text-align: center;
	} 
	.detailBox .carInformation li + li {
		margin-top: 21px;
	}
	.movieBox {
		position: relative;
		aspect-ratio: 16 / 9;
		border: solid 1px;
	}
	
	.programContext {
		margin: 30px 0 30px;
		text-align: center;
	}
	.programContext p {
		margin: 18px 0 28px;
	}
	.programContext .btnList {
		padding: 0 15px;
	}
	.programContext .btnList li + li{
		margin-top: 10px;
	}
	.contentInner {
		padding: 0 15px;
	}
	.underLine {
		text-align: center;
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 22px;
		position: relative;
	}
	.underLine::after {
		content: "";
		display: inline-block;
		position: absolute;
		width: 45px;
		height: 4px;
		background-color: #53bcdb;
		left: calc(50% - 21px);
		bottom: -3px;
	}
	.caseArea {
		background-color: #eaf2f5;
		padding: 22px 0 34px;
	}
	.caseArticle {
		width: 100%;
		background-color: #fff;
		box-shadow: 3px 4px 0px 0px rgba(220, 220, 220, 0.5);
		border-radius: 4px;
		overflow: hidden;
	}
	.caseArticle + .caseArticle {
		margin-top: 29px;
	}
	.caseArticle figure {
		position: relative;
	}
	.caseArticle figure img {
		width: 100%;
	}
	.caseArticle figcaption {
		position: absolute;
		left: 5px;
		bottom: 5px;
		font-size: 16px;
		display: flex;
	}
	.caseCategory {
		background-color: #fff;
		min-width: 90px;
		text-align: center;
		padding: 0 10px;
	}
	.caseNumber {
		width: 100px;
		text-align: center;
		color: #1650a0;
		margin-left: 1px;
		background-color: #fff;
	}
	.articleText {
		padding: 15px 33px 14px 15px;
	}
	.articleText h3 {
		margin-left: -15px;
		background-color: #0b4c93;
		color: #fff;
		border-radius: 0 3px 3px 0;
		display: inline-block;
		padding: 3px 28px;
	}
	.articleText p {
		color: #333;
		font-size: 16px;
		margin-top: 12px;
	}
	
	.questionArea {
		width: 100%;
		margin: auto;
		padding: 24px 0 34px;
	}
	.questionInner {
		padding: 0 15px;
	}
	.questionBox {
		box-shadow: 3px 4px 0px 0px rgba(192, 223, 232, 0.5);
		border-radius: 5px;
		padding: 0 15px 0 15px;
	}
	.questionBox:nth-of-type(n+2){
		margin-top: 22px;
	}
	.questionBox dt {
		position: relative;
		font-weight: bold;
		font-size: 16px;
		background: url("../images/top/index_ic01_sp.png")no-repeat 0 50%/ 22px 22px;
		padding: 16px 35px;
		cursor: pointer;
		line-height: 1.25;
	}
	.questionBox dt:hover {
		color: #666;
	}
	
	.questionBox dt:not(.open)::before {
		content: "";
		display: inline-block;
		position: absolute;
		background-color :#0b4c93;
		width: 3px;
		height: 15px;
		top: 50%; 
		margin-top: -7.5px;
		right: 9px;
	}
	.questionBox dt::after {
		content: "";
		display: inline-block;
		position: absolute;
		background-color :#0b4c93;
		width: 15px;
		height: 3px;
		top: 50%;
		margin-top: -1.5px;
		right: 3px;
	}
	.questionBox dd {
		border-top: 5px solid #e4e4e4;
		padding: 17px 15px 14px 35px;
		display: none;
		background: url("../images/top/index_ic02_sp.png")no-repeat 3px 19px/ 22px 15px;
		font-size: 14px;
		line-height: 1.29;
	}
	.questionBox p+p {
		margin-top: 5px;
	}
	.summaryVisual {
		background-color: #eafaff;
		padding: 30px 0 15px;
	}
	.summaryTextInner {
		padding: 15px;
		background-color: #fff;
		border-radius: 5px;
	}
	.summaryVisual .upperBlock,
	.summaryVisual .middleBlock,
	.summaryVisual .lowerBlock {
		display: block;
		text-align: center;
	}
	.summaryVisual .upperBlock div + div{
		margin-top: 15px;
	}
	.summaryVisual .middleBlock {
		margin-top: 10px;
	}
	.summaryVisual .lowerBlock {
		margin-top: 15px;
	}

  .summaryVisual .lowerBlock > div + div {
    margin-top: 10px;
  }
	.informationBox {
		padding: 22px 0px 30px;
	}
	.newsBox .newsTitle {
    position: relative;
    text-align: center;
	}
	.newsBox .newsTitle {
    position: relative;
	}
	.upperBox h2 , .lowerBox h2{
		font-size: 20px;
		font-weight: bold;
	}
	.newsBox .detailLink {
		position: absolute;
    top: 5px;
    right: 0;
    padding-right: 20px;
	}
	.newsBox .detailLink::after {
		content: "";
		position: absolute;
		top: 9px;
		right: 0;
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: 0 5px;
		border-top: 2px solid #545454;
		border-right: 2px solid #545454;
		transform: rotate(45deg);
	}
	.newsBox .newsList {
		margin-top: 15px;
		height: 250px;
		border: 1px solid #ebedf0;
		padding: 20px;
		overflow-y: scroll;
	}
	.newsBox #news {
		margin-top: -30px;
	}
	.newsBox #news li {
    flex-wrap: wrap;
    flex-direction: column;
		margin: 0;
		padding: 0;
		border: 0;
    position: relative;
	}
	.newsBox #news li + li {
		margin-top: 15px;
    border-top: 1px solid #ebedf0;
    padding-top: 15px;
	}
	.newsBox #news li .date {
    width: 70px;
		font-size: 14px;
	}
	.newsBox #news li .date p {
		margin-top: 2px;
		color: #333;
	}
	.newsBox #news li .new {
    position: absolute;
    top: 0;
    left: 80px;
	}
	.newsBox #news li .new p {
		margin: 3px 0 0 5px;
    position: static;
		padding: 0;
		width: 50px;
		text-align: center;
		line-height: 1.5;
		font-size: 12px;
		background-color: #fff;
		border: 2px solid #205EB1;
	}
	.newsBox #news li .new p span {
		color: #205EB1;
	}
	.newsBox #news li .txt {
		font-size: 16px;
    margin: 5px 0 0 0;
	}
	.newsBox #news li .txt p a{
		color: #333;
	}
	.snsBox {
    margin-top: 40px;
    text-align: center;
	}
	.snsBox iframe {
		margin-top: 20px;
    height: 305px;
		max-width: 500px;
	}
	.lowerBox {
		margin-top: 36px;
	}
	.recommendContent {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.recommendBox h2 {
		margin-bottom: 20px;
		text-align: center;
	}
	.recommendArticle {
		background-color: #fff;
		box-shadow: 3px 4px 0px 0px rgba(220, 220, 220, 0.5);
		width: calc((100% - 16px) / 2);
	}
	.recommendArticle:nth-of-type(2n) {
		margin-left: 16px;
	}
	.recommendArticle:nth-of-type(n+3) {
		margin-top: 24px;
	}
	.recommendArticle figure img {
		width: 100%;
	}
	.recommendArticle p {
		font-size: 16px;
		font-weight: bold;
		padding: 7px 10px 10px;
		color: #333;
	}
	
}