@charset "utf-8";

@font-face {
	font-family: "Noto Sans JP";
	src: url("../css/fonts/NotoSansJP-Medium.woff2") format('woff2'),
		url("../css/fonts/NotoSansJP-Medium.woff") format('woff');
}

.roboto {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

a:hover {
	opacity: 0.7;
}

.iframetest li {
	opacity: 0;
}

.iframetest li.active {
	opacity: 1;
}

#wrapper {
	min-width: 1200px;
	width: 100%;
}

.contentsFull {
	min-width: 1200px;
	width: 100%;
}

#header {
	margin: 0;
	background: none;
}

#header div.inner {
	width: 1200px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}

.logo {
	text-decoration: none;
	font-size: 21px;
	line-height: 1.52381;
	color: #02519B;
	font-weight: bold;
	padding: 0 20px;
	display: block;
}

.logo img {
	width: 210px;
}

.logo:visited {
	color: #02519B;
}

#header div.utility {
    float: none;
    width: auto;
    flex: auto;
    margin: 0;
}

#header div.utility ul.subNavi {
    display: flex;
    align-items: center;
    float: right;
    line-height: 21px;
}

#header div.utility ul.subNavi li {
    background: none;
    margin: 0;
    padding: 12px;
}

#header div.utility ul.subNavi li a {
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

#header div.utility ul.subNavi li a img {
	margin-right: 3px;
	position: relative;
	top: -1px;
	display: inline-block;
}

#header div.utility ul.subNavi li.btn-requestPublic {
    margin-left: 10px;
    padding-right: 0;
}

#header div.utility ul.subNavi li.btn-requestPublic a {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 222px;
    height: 43px;
    color: #fff;
    border: 1px solid #02519B;
    border-radius: 4px;
    background-color: #02519B;
}

.menu {
	display: none;
}

/***** footer ******/
#footer {
	width: 100%;
	background-color: #F5F5F5;
	padding: 24px 0;
}

#footer div.inner {
	width: 1200px;
	margin: 0 auto;
}

.footerInfo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footerNavi {
	display: flex;
}

.footerNavi li {
	border-right: 1px solid #02519B;
}

.footerNavi li:last-child {
	border: none;
}

.footerNavi li a {
	padding: 0 24px;
	font-size: 16px;
	line-height: 1.5;
	text-decoration: none;
	color: #333;
}

.footerNavi li:last-child a {
	padding-right: 0;
}

#footer p.copyright {
	font-size: 12px;
	line-height: 1.4167;
	margin-top: 24px;
	font-family: "Noto Sans JP";
	font-weight: 500;
	color: #333;
	text-align: center;
}

#footer p.note {
    font-size: 12px;
    line-height: 1.4167;
    margin-top: 24px;
    font-weight: 500;
    color: #333;
    text-align: center;
}

/***** main *****/
#main {
	box-sizing: border-box;
    background: #E6EEF2;
    padding: 10px 0 48px;
}

#main .inner {
    width: 1032px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.contact {
	background-color: #02519B;
	padding: 20px 120px 25px;
	width: 1030px;
	margin: 0 auto;
}

.contact .ttl {
	text-align: left;
	color: #fff;
	font-size: 24px;
	margin-bottom: 22px;
	font-weight: 700;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	white-space: nowrap;
}

.contact .ttl::after {
    background-color: #fff;
    content: "";
    height: 1px;
    width: 100%;
    margin-top: 20px;
    margin-left: 19px;
}

.contact-inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.contact-inner-left ,
.contact-inner-right {
	width: 50%;
}

.contact-inner-right {
	text-align: right;
}

.contact-inner-right span {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	position: relative;
	top: -4px;
}

.contact-inner-right p {
	font-size: 30px;
	font-weight: 400;
	margin-left: 10px;
	display: inline-block;
	color: #fff;
}

.contact .contact-name {
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
}

.contact address {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
}

.contact .btn-white {
	margin: 20px auto 0;
	display: block;
}

.btn-white {
    width: 420px;
    background: url(../images/about/btn-arw-blue.svg) no-repeat 95% 50%;
    background-size: 12px auto;
    background-color: #fff;
    border: 2px solid #02519B;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    font-size: 19px;
    color: #02519B;
    line-height: 1.5;
    font-weight: 700;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact .btn-white {
    margin: 20px auto 0;
    display: block;
}

.btn-white span, .btn-gra-blue span, .btn-blue span {
    font-size: 16px;
}


/* breadcrumbs */
.breadcrumbs {
  width: 100%;
  margin: 0 auto 30px;
  box-sizing: border-box;
  text-align: right;
}
.breadcrumbs_list {
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 50px 10px;
  /*max-width: 700px;*/
}
.breadcrumbs_list li {
  display: inline-block;
  position: relative;
  font-size: 14px;
}
.breadcrumbs_list li:after {
  content: "";
  display: inline-block;
  padding: 0 10px;
  background-image: url(../images/icon_chevron_right.svg);
  width: 8px;
  height: 8px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  top: -2px;
  position: relative;
}
.breadcrumbs_list li:last-of-type {
  padding-right: 0;
}
.breadcrumbs_list li:last-of-type:after {
  display: none;
}
.breadcrumbs_list li img {
  position: relative;
  top: -1px;
}
.breadcrumbs_list li:not(:first-of-type) a {
  color: #0A2E86;
  text-decoration: underline;
}

/*sub*/
#main.about-body {
	background: url(../images/about/about-bg.jpg) no-repeat top center #E6EEF2;
	background-size: 100%;
	padding-top: 40px;
}

.c-center {
    width: 1032px;
    margin: 0 auto;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.about-mv-head {
	width: 683px;
	margin: 0 auto;
}

.about-mv-head img {
	width: 100%;
}

.h2-ttl02 {
    font-size: 28px;
    color: #02519B;
    border-bottom: 1px solid #02519B;
    padding-bottom: 12px;
    margin-bottom: 30px;
    font-weight: 700;
}

.video-catch {
	margin-bottom: 30px;
}

.video-list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	gap: 50px 40px;
}

.video-list-items {
	background: #F4F6F6;
	padding: 10px 10px 20px;
	width: 47%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.video-list-items .video-list-title {
	color: #02519B;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: 700;
	margin-top: 10px;
}

.video-date {
	text-align: right;
	display: block;
	font-size: 14px;
	margin-top: 15px;
}

.video-list-name {
	font-size: 14px;
}

.u-sp {
	display: none!important;
}

.u-pc {
	display: block!important;
}

.txt14 {
	font-size: 14px;
}

.txt16 {
	font-size: 16px;
}

/*可変幅*/
@media screen and (max-width: 800px){
	body {
		padding-top: 60px;
	}
	#header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        height: 60px;
        z-index: 100;
        padding: 0px 10px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
	}
	#header div.inner,
	#wrapper,
	.contentsFull,
	#main .inner,
	#footer div.inner {
	  	width: 100%;
	  	min-width: 100%;
	}
	#main {
  		padding-top: 0;
  	}
  	#main .inner {
  		width: 92.5%;
  		min-width: 92.5%;
  		padding: 20px;
  		margin: 0 auto;
  		-webkit-box-sizing: border-box;
  		-moz-box-sizing: border-box;
  		box-sizing: border-box;
  	}
  	.contact-inner {
  		display: block;
  	}
  	.contact-inner-left,
  	.contact-inner-right {
  		width: 100%;
  	}
  	.contact-inner-right {
  		padding-top: 20px;
  		padding-left: 0;
  		margin-top: 20px;
  		border-top: 1px dashed #fff;
  		border-left: none;
  	}
	.contact {
		margin-top: 20px;
	}
	.contact .ttl {
		font-size: 20px;
	}
	.footerInfo {
		padding: 20px;
		display: block;
	}
	.footerNavi {
		margin-top: 25px;
		justify-content: flex-end;
	}
	#footer p.copyright {
		padding: 0 20px;
		font-size: 10px;
	}
	#header div.inner {
		height: 60px;
	}
	.logo {
		padding-left: 0;
	}
	.logo img {
		width: 140px;
	}
	.l-header-menu {
		display: block;
	}
	.menu {
		display: block;
		position: absolute;
		width: 50px;
		z-index: 30;
		height: 60px;
		top: 0px;
		right: 0;
		background: inherit;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
	}
	.menu span {
		position: absolute;
		left: 15px;
		width: 25px;
		height: 3px;
		-webkit-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
		background-color: #02519B;
	}
	.menu span:nth-of-type(1) {
		top: 22px;
	}
	.menu span:nth-of-type(2) {
		top: 30px;
	}
	.menu span:nth-of-type(3) {
		bottom: 19px;
	}
	.menu.active span:nth-of-type(1) {
		-webkit-transform: translateY(13px) rotate(-45deg);
		transform: translateY(3px) rotate(-45deg);
		top: 26px;
	}
	.menu.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.active span:nth-of-type(3) {
		-webkit-transform: translateY(-21px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
		bottom: 18px;
	}
	.menu.is-show span {
		background-color: #001489;
	}
	#header div.utility {
		top: 60px !important;
	}
	#header div.utility.active {
		display: block;
	}
	#header div.utility {
		display: none;
		position: fixed;
		width: 100%;
		height: auto;
		background-color: #fff;
		z-index: 10;
		right: 0;
		top: 60px;
		overflow-y: auto;
		padding: 2px;
		padding-bottom: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		box-shadow: 0 3px 6px rgba(0,0,0,.16);
	}
	#header div.utility ul.subNavi {
		display: block;
		width: 100%;
	}
	#header div.utility ul.subNavi li {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}
	#header div.utility ul.subNavi li > a {
		position: relative;
		display: inline-block;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header div.utility ul.subNavi li > a:before {
        content: '';
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -4px;
        width: 6px;
        height: 6px;
        border-top: 2px solid #02519B;
        border-right: 2px solid #02519B;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
	}
	.footerNavi {
		flex-wrap: wrap;
	}
	.footerNavi li a {
		font-size: 14px;
	}
	.footerNavi li {
		margin-bottom: 4px;
		line-height: 1;
	}
	#header div.utility ul.subNavi li.btn-requestPublic {
		margin-left: 0;
		padding-bottom: 0;
	}
	#header div.utility ul.subNavi li.btn-requestPublic a:before {
		display: none;
	}
	#main.single .inner {
		min-height: auto;
		padding-bottom: 40px;
	}
	.u-sp {
		display: block!important;
	}
	.u-pc {
		display: none!important;
	}
	#main.about-body {
		background-size: auto 740px;
		padding-top: 10px;
	}
	.contact {
		width: 92.5%;
		margin: 0 auto;
	}
	.contact {
		padding: 20px 20px 20px;
	}
	.contact .contact-name ,
	.contact address {
		font-size: 14px;
	}
	.contact .btn-white,
	.contact-inner-right span {
		font-size: 14px;
	}
	.contact-inner-right p {
		font-size: 22px;
	}
	.c-center {
		width: 100%;
		padding: 20px 0;
	}
	.about-mv {
		padding-left: 3.75%;
		padding-right: 3.75%;
	}
	.about-mv-head {
		width: 100%;
		max-width: 683px;
		margin-bottom: 20px;
	}
	.h2-ttl02 {
		font-size: 21px;
	}
	.contact .btn-white {
		margin: 20px auto 0;
    	display: block;
	}
    .btn-white, .btn-gra-blue {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
        padding: 9px 0;
        margin-bottom: 10px;
    }
    .contact .btn-white, .contact-inner-right span {
        font-size: 14px;
    }
    .btn-white span, .btn-gra-blue span, .btn-blue span {
        font-size: 12px;
    }
    .video-list {
    	gap: 30px 0;
    }
    .video-list-items {
    	width: 100%;
    }
    .video-list-items {
    	font-size: 14px;
    }
    .video-date {
    	font-size: 13px;
    }
    .breadcrumbs_list {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0;
    }
}