@charset "utf-8";
* {
margin: 0;
padding: 0;
box-sizing: border-box;
word-break: break-all;
word-wrap: break-word;
font-size: 100%;
}
html {
font-family: sans-serif;
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font-size: 16px;
line-height: 1.6;
}
body {
padding: 0;
margin: 0;
background: #fff;
color: #333;
font-size: 100%;
font-family: 'メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
width: 100%;
height: 100%;
}
li{
list-style: none;
}
a {
color: #0076CE;
}
ul::before,
ul::after,
ol::before,
ol::after,
dl::before,
dl::after {
display: none;
}
/* common
-------------------------------------------------------*/
#wrap {
min-width: 320px;
padding-top: 80px;
padding-top: 0;
}
#wrap * {
box-sizing: border-box;
}
img {
vertical-align: top;
width: auto;
max-width: 100%;
}
#wrap .area {
position: relative;
clear: both;
display: block;
padding: 0 20px;
}
#wrap .area_in {
position: relative;
clear: both;
margin: 0 auto;
width: 100%;
max-width: 1100px;
min-width: 320px;
}
	@media screen and (max-width: 768px) {
	#wrap {
	font-size: 90%;
	}
	}
	@media screen and (max-width: 400px) {
	#wrap {
	font-size: 85%;
	}
	}
.sp {
display: none;
}
.pc {
display: block;
}
@media screen and (max-width: 768px) {
.sp {
display: block;
}
.pc {
display: none;
}
}

/* header
-------------------------------------------------------*/
#header {
position: relative;
width: 100%;
height: 160px;
z-index: 1;
z-index: 999;
transition: 0.2s;
background: #fff;
padding: 0!important;
}
#header * {
transition: 0.2s;
}
#header .area_in {
}
#header .branding {
position: relative;
display: flex;
height: 100px;
align-items: center;
}
#header .logo img {
max-height: 70px;
}
#header .mlogo {
}
	@media screen and (max-width: 1100px) {
	#header {
	height: 80px;
	}
	#header .branding {
	height: 80px;
	padding-right: 60px!important;
    padding-left: 10px;
	}
	#header .branding img {
    max-height: 60px;
	}
	}
	@media screen and (max-width: 768px) {
	}
	@media screen and (max-width: 420px) {
	#header .text > * {
	padding-left: 120px;
	}
	}

/* menu
-------------------------------------------------------*/
#menubtn {
display: none;
position: absolute;
z-index: 99999;
width: 30px;
height: 22px;
right: 13px;
top: 50%;
cursor: pointer;
transition: all .2s;
box-sizing: border-box;
transform: translate(0,-50%);
}
#menubtn span {
display: inline-block;
transition: all .2s;
box-sizing: border-box;
}
#menubtn span {
position: absolute;
left: 0;
width: 100%;
height: 2px;
background-color: #ccc;
}
#menubtn span:nth-of-type(1) {
top: 0;
}
#menubtn span:nth-of-type(2) {
top: 10px;
}
#menubtn span:nth-of-type(3) {
bottom: 0;
}
#menubtn.active span {
background: #fff;
}
#menubtn.active span:nth-of-type(1) {
transform: translateY(10px) rotate(-45deg);
}
#menubtn.active span:nth-of-type(2) {
opacity: 0;
}
#menubtn.active span:nth-of-type(3) {
transform: translateY(-10px) rotate(45deg);
}
	@media screen and (max-width: 1100px) {
	#menubtn {
	display: block;
	}
	}
#menu ul {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
}
#menu ul li {
width: 207px;
height: 36px;
}
#menu ul li a {
display: flex;
background: url("../images/gnav.png") no-repeat center center / cover;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
color: #333;
text-decoration: none;
transition: .3s;
padding-bottom: 3px;
font-size: 80%;
font-weight: 600;
padding-top: 1px;
}
#menu li a:hover {
opacity: 0.7;
}
	@media screen and (max-width: 1100px) {
	#menu {
	position: fixed;
	left: 100%;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 60px 0 0 0;
    display: flex;
    background: url(../images/bg01.png) no-repeat left top,linear-gradient(to right, #073860, #3281B3);
	transition: all 0.3s linear;
	z-index: 100;
	border-right: none;
	}
	#menu.active {
	left: 0;
	}
	#menu ul {
	border: none;
	display: block;
	width: 100%;
	max-width: 100%;
	}
	#menu ul li {
	display: block;
	width: inherit;
	height: inherit;
	}
	#menu ul li a {
	border: none;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	background: none;
	color: #fff;
	padding: 20px;
	}
	}
/* visual
-------------------------------------------------------*/
#visual {
display: flex;
height: 400px;
align-items: center;
justify-content: center;
position: relative;
background: url("../images/visual_bg.jpg") no-repeat center top / 100% auto #D0E8FC;
background-attachment: fixed;
}
#visual .area_in {
display: flex;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
#visual .area_in .tit {
}
#visual .area_in .tit img {
max-width: 975px;
width: 100%;
height: auto;
}
@media screen and (max-width: 1000px) {
#visual {
height: calc(100vw * (400 / 1000));
background-size: 120vw auto;
}
}
@media screen and (max-width: 768px) {
#visual {
background-size: 250vw auto;
}
}
@media screen and (max-width: 600px) {
#visual {
background-size: 300vw auto;
}
}
@media screen and (max-width: 400px) {
#visual {
background-size: 400vw auto;
}
}
/* footer
-------------------------------------------------------*/
#footer {
padding: 0!important;
}
#footer a {
color: #fff;
text-decoration: none;
font-weight: 400;
transition: .3s;
}
#footer .fbar a:hover {
opacity: 0.7;
}
.fbar {
font-size: 90%;
background: #333;
color: #fff;
padding: 60px 0;
overflow: hidden;
}
.fbar .area_in {
display: flex;
justify-content: space-between;
}
.fbar .fnav {
flex: 1 0 60%;
display: flex;
flex-flow: row wrap;
border-right: 1px solid #000;
}
.fbar .fnav > * {
flex: 1 0 50%;
padding: 5px;
}
.fbar .flink {
flex: 1 0 50%;
padding-left: 50px;
}
.fbar .flink dl,
.fbar .flink dt {
margin-bottom: 20px;
}
.fbar .flink dd {
padding: 5px 0;
}
.fbar .flink dd a {
color: #959595!important;
display: inline-block;
background: url("../images/arrow_f.png") no-repeat right center / auto 100%;
padding-right: 40px;
}
.fbar .sns {
display: flex;
}
.fbar .sns a {
display: flex;
width: 100px;
height: 30px;
justify-content: center;
align-items: center;
background: #38599A;
border-radius: 15px;
margin-right: 10px;
}
.fbar .sns a.t {
background: #00A1FA;
}
.fbar .sns a img {
width: 15px;
height: auto;
}
#footer .flogo {
padding: 50px 30px 0;
}
#footer .copy {
font-size: 80%;
padding: 10px 30px 40px;
font-weight: 400;
}
@media screen and (max-width: 768px) {
.fbar {
padding: 20px;
}
.fbar .area_in {
display: block;
}
.fbar .fnav {
display: block;
border-right: none;
border-bottom: 1px solid #000;
padding-bottom: 20px;
margin-bottom: 20px;
}
.fbar .fnav > * {
flex: 1 0 50%;
padding: 5px 0;
}
.fbar .flink {
padding-left: 0;
}
.fbar .flink dl,
.fbar .flink dt {
margin-bottom: 10px;
}
.fbar .flink dd {
padding: 5px 0;
}
.fbar .sns {
justify-content: center;
}
#footer .flogo {
padding: 20px 20px 0;
}
#footer .copy {
padding: 10px 20px 40px;
}
}
 
/* pagetop
-------------------------------------------------------*/
#pagetop {
position: fixed;
right: 10px;
bottom: -100px;
transition: all 0.3s linear;
opacity: 0;
}
#pagetop.active {
bottom: 10px;
opacity: 0.9;
}
#pagetop:hover {
opacity: 0.6;
}
#pagetop a {
display: block;
width: 60px;
height: 60px;
border-radius: 30px;
background: rgba(0,0,0,.9);
text-indent: -9999px;
}
#pagetop a:before {
content: "";
position: absolute;
right: 50%;
top: 50%;
width: 15px;
height: 15px;
margin: -6px -9px 0 0;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
transform: rotate(-45deg);
}
	@media screen and (max-width: 768px) {
	#pagetop.active,
	#pagetop:hover {
	opacity: 0.8;
	}
	#pagetop a {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	}
	#pagetop a:before {
	width: 10px;
	height: 10px;
	margin: -4px -6px 0 0;
	}
	}
/* popup
-------------------------------------------------------* /
.popup,.link {
transition: all 0.2s linear;
cursor: pointer;
}
.popup:hover,.link:hover {
box-shadow: 0 2px 10px rgba(0,0,0,0.2)!important;
transform: translateY(-10px);
}

.popup_contents {
display: none;
}
.mfp-content {
max-width: 700px!important;
}
.mfp-close {
position: fixed!important;
top: 15px!important;
right: 15px!important;
width: 30px!important;
height: 30px!important;
opacity: 1!important;
text-indent: -9999px;
position: relative;
}
.mfp-close:before,
.mfp-close:after {
position: absolute;
left: 0;
top: 50%;
content: "";
width: 30px;
height: 2px;
background: #fff;
}
.mfp-close:before {
transform: rotate(45deg);
}
.mfp-close:after {
transform: rotate(-45deg);
}
.mfp-close:hover {
opacity: 0.7!important;
}
.popup_box {
background: #fff;
border-radius: 5px;
padding: 20px;
margin: 60px 10px 10px 10px;
}
.popup_box .time {
display: inline-block;
background: #24B7B1;
color: #fff;
padding: 0 10px;
}

/* lead
-------------------------------------------------------*/
#wrap #lead.area {
background: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0), rgba(255,255,255,0));
}
.lead_logo {
text-align: center;
padding: 80px 0 60px;
}
@media screen and (max-width: 1000px) {
.lead_logo {
padding: 8vw 0 6vw;
}
}
.lead_logo img {
max-width: 771px;
width: 80%;
height: auto;
}
.lead_box .info {
display: flex;
flex-flow: column;
row-gap: 30px;
justify-content: space-between;
margin-bottom: 60px;
}
.lead_box .info dl {
}
.lead_box .info dl dt {
font-size: 140%;
font-weight: 700;
margin-bottom: 40px;
}
.lead_box .info dl dd {
font-size: 110%;
}
.lead_box .info .image {
display: flex;
flex-flow: row wrap;
gap: 30px;
}
.lead_box .info .image > *:first-child {
flex: 0 1 500px;
max-width: 50%;
}
.lead_box .info .image img {
max-width: 700px;
width: 100%;
height: auto;
box-shadow: 0 0 10px rgba(45,91,177,0.2);
}
.profile_box {
flex: 1 0 0%;
padding: 20px;
border: 1px solid #000;
background: rgba(255,255,255,0.7);
}
.profile_box .name {
font-size: 120%;
margin-bottom: 10px;
font-weight: 700;
}
.profile_box .name span {
font-size: 70%;
}
.profile_box .pro_txt {
font-size: 90%;
}
@media screen and (max-width: 768px) {
#lead .area_in {
}
.lead_logo {
}
.lead_logo img {
max-width: 771px;
width: 80%;
height: auto;
}
.lead_box .info {
flex-flow: column;
justify-content: center;
align-items: center;
margin-bottom: 30px;
}
.lead_box .info dl {
width: 100%;
}
.lead_box .info dl dt {
font-size: 140%;
margin-bottom: 4%;
}
.lead_box .info dl dd {
font-size: 100%;
}
.lead_box .info .image {
width: 100%;
text-align: center;
}
.lead_box .info .image > *:first-child {
flex: 1 0 100%;
max-width: 100%;
}
.lead_box .info .image img {
text-align: center;
}
.lead_box .info .image .profile_box {
flex: 1 0 100%;
}
.profile_box .pro_txt {
text-align: left;
}
}

.list_box {
background: url("../images/nav_bg.jpg") no-repeat center top / 100% auto #2d5bb1;
background-attachment: fixed;
}
@media screen and (max-width: 1000px) {
.list_box {
background-size: 120vw auto;
}
}
@media screen and (max-width: 768px) {
.list_box {
background-size: 250vw auto;
}
}
@media screen and (max-width: 600px) {
.list_box {
background-size: 300vw auto;
}
}
@media screen and (max-width: 400px) {
.list_box {
background-size: 400vw auto;
}
}
.list_box a {
color: #fff;
text-decoration: none;
}
.list_box ul {
padding: 50px 30px 50px 50px;
}
.list_box li:not(:last-child) {
margin-bottom: 10px;
}
.list_box li > * {
position: relative;
display: flex;
align-items: center;
font-weight: 500;
font-size: 120%;
}
.list_box li > * span {
flex: 1 0 0%;
padding-left: 40px;
}
.list_box li > *::after {
position: absolute;
left: 10px;
top: 50%;
content: "";
height: 7px;
width: 7px;
border-bottom: 3px solid #fff;
border-left: 3px solid #fff;
transform: rotate(-45deg) translate(60%,-40%);
transform-origin: center;
}
.list_box li > *:hover {
opacity: 0.7;
}
.list_box .sub {
margin-left: 30px;
font-size: 90%;
}
@media screen and (max-width: 768px) {
.list_box {
}
.list_box .bar.open > *::after {
transform: rotate(90deg);
}
.list_box ul {
padding: 20px;
}
.list_box li > *::after {
top: 15px;
left: 0;
}
.list_box li > * span {
padding-left: 30px;
}
.list_box .sub {
margin-left: 20px;
font-size: 90%;
}
}

/* parts
-------------------------------------------------------*/
.cont {
display: flex;
flex-flow: column;
gap: 70px;
background: url("../images/bg.jpg") no-repeat center top / 100% auto #fff;
background-attachment: fixed;
padding-bottom: 70px;
overflow: hidden;
}
@media screen and (max-width: 1000px) {
.cont {
background-size: 120vw auto;
}
}
@media screen and (max-width: 768px) {
.cont {
background-size: 250vw auto;
gap: 30px;
padding-bottom: 30px;
}
}
@media screen and (max-width: 600px) {
.cont {
background-size: 300vw auto;
}
}
@media screen and (max-width: 400px) {
.cont {
background-size: 400vw auto;
}
}
.area_box {
display: flex;
flex-flow: row wrap;
}
.area_box > * {
}
.area_box .txt {
font-size: 100%;
line-height: 1.8;
}
.area_box .image {
text-align: center;
}
.area_box .image span {
display: block;
text-align: center;
padding: 10px;
line-height: 1.2;
font-size: 80%;
}
.area_box > *.left {
flex: 0 1 300px;
}
.area_box > *.left img {
max-width: 300px;
height: auto;
}
.area_box > *.left + * {
flex: 1 0 0%;
padding-left: 50px;
}
@media screen and (max-width: 768px) {
.area_box .txt {
font-size: 100%;
}
.area_box .image {
}
.area_box > *.left {
flex: 0 1 100%;
}
.area_box > *.left + * {
padding-left: 0;
}
}
@media screen and (max-width: 400px) {
.area_box > *.left img {
max-width: 260px;
}
}

.btn_list_box {
display: flex;
flex-flow: column;
gap: 20px;
}
.btn_list_box .button a {
display: flex;
width: 600px;
max-width: 100%;
height: 70px;
border-radius: 10px;
align-items: center;
justify-content: center;
font-size: 120%;
text-decoration: none;
margin: 0 auto;
transition: .3s;
color: #000;
font-weight: bold;
background: #fff;
border: 2px solid #000;
box-shadow: 0 0 10px rgba(45, 91, 177, 0.2);
}
.btn_list_box .button a:hover {
color: #fff;
background: linear-gradient(to right, #2d5bb1, #009bea);
}
.btn_list_box .txt {
text-align: center;
font-weight: bold;
font-size: 120%;
}
@media screen and (max-width: 500px) {
.btn_list_box .button a,
.btn_list_box .txt {
font-size: 105%;
}
}
.btn_area {
background: #201717;
color: #fff;
padding: 80px 20px 60px 20px!important;
}
.btn_area .txt {
font-size: 130%;
text-align: center;
font-weight: 400;
}
.btn_box {
padding: 30px 0;
text-align: center;
}
.text_btn {
display: flex;
width: 600px;
height: 100px;
border-radius: 50px;
border-radius: 10px;
color: #fff;
align-items: center;
justify-content: center;
font-size: 150%;
text-decoration: none;
background: linear-gradient(to right, #2d5bb1, #009bea);
margin: 0 auto;
transition: .3s;
}
.text_btn:hover {
opacity: 0.7;
}
@media screen and (max-width: 768px) {
.btn_area {
padding: 40px 20px!important;
}
.btn_area .txt br {
display: none;
}
.btn_box {
padding: 20px 0;
text-align: center;
}
.text_btn {
width: 100%;
height: 80px;
border-radius: 40px;
border-radius: 10px;
font-size: 140%;
}
}
.tc {
text-align: center;
}
.text_link {
border: 3px solid #073860;
padding: 10px 20px;
border-radius: 30px;
display: inline-block;
font-weight: bold;
color: #073860;
text-decoration: none;
transition: .3s;
}
.text_link:hover {
background: #073860;
color: #fff;
}
@media screen and (max-width: 768px) {
.text_link {
font-size: 90%;
padding: 10px;
line-height: 1.2;
}
}

#wrap #area01.area, #wrap #area02.area {
background: rgba(197,224,241,0.5);
padding: 60px 20px;
}
#area01 img, #area02 img {
height: auto;
}
#area01 .area_in, #area02 .area_in {
display: flex;
flex-flow: column;
gap: 30px;
}
.layout01 {
display: flex;
flex-flow: row wrap;
gap: 30px;
}
.layout01.layout01.reverse {
flex-flow: row-reverse wrap;
}
.layout01.reverse .txt_box {
}

@media screen and (min-width: 768px) {
#wrap #area01.area, #wrap #area02.area {
margin-top: 5vw;
}
.layout01 .img {
flex: 0 1 50%;
position: relative;
height: calc(40vw * (480 / 730));
}
.layout01 .img img {
position: absolute;
left: 0;
top: -10vw;
width: 50vw;
max-width: inherit;
}
.layout01.layout01.reverse .img img {
left: inherit;
right: 0;
}
}

.layout01 .img img {
box-shadow: 0 0 10px rgba(45,91,177,0.2);
}

.layout01 .txt_box {
flex: 1 0 0%;

display: flex;
justify-content: flex-end;
}
.layout01 dl {
}
.layout01.reverse dl {
}
.layout01 dl dt {
font-size: 180%;
margin-bottom: 30px;
}
.layout01 .img {

}
.layout01.reverse .img {
}
.layout01 .img img{
}
.txt_mid {
margin: 0 auto;
line-height: 1.8;
}
@media screen and (max-width: 768px) {
	#wrap #area01.area, #wrap #area02.area {
    padding: 30px 20px;
	}
	#area01 .area_in, #area02 .area_in {
	padding: 0;
	}
	.layout01 {
	display: flex;
	flex-flow: column;
	grid-template-columns: inherit;
	align-items: flex-start;
	}
	.layout01.reverse .txt_box {
	justify-content: flex-start;
	}
	.layout01 dl {
	width: 100%;
	padding: 0;
	margin-top: 0;
	}
	.layout01.reverse dl {
	padding: 0;
	}
	.layout01 dl dt {
	font-size: 150%;
	}
}

.list_point {
margin: 0 auto;
display: flex;
flex-flow: column;
gap: 30px;
}
.list_point li {
display: flex;
flex-flow: column;
gap: 30px;
}
.list_point .sub_ttl {
border-bottom: 1px solid #000;
font-size: 140%;
padding: 0 0 20px;
}
.list_point .txt {
line-height: 1.8;
}
.list_point li {
margin-bottom: 0;
}
.list_point .img_txt_box {
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
justify-content: space-between;
gap: 30px;
}
.list_point .img_txt_box:not(:last-child) {
}
.list_point .img_txt_box.reverse {
flex-flow: row-reverse;
}
.list_point .img_txt_box .img {
flex: 0 1 calc(50% - 15px);
}
.list_point .img_txt_box .img img {
width: 100%;
height: auto;
box-shadow: 0 0 10px rgba(45,91,177,0.2);
}
.list_point .img_txt_box .img span {
font-size: 80%;
text-align: right;
display: block;
margin-top: 5px;
}
.list_point .img_txt_box .txt {
flex: 1 0 0%;
}
.txt_mid.note {
font-size: 85%;
}
.txt_mid.note ul li {
text-indent: -3.5em;
padding-left: 3.5em;
}
@media screen and (max-width: 768px) {
.list_point .sub_ttl {
padding: 0 0 15px;
font-size: 130%;
}
.list_point li {
margin-bottom: 0;
}
.list_point .img_txt_box {
flex-flow: column;
align-items: center;
justify-content: center;
}
.list_point .img_txt_box:not(:last-child) {
}
.list_point .img_txt_box.reverse {
flex-flow: column;
}
.list_point .img_txt_box .img {
width: 100%;
}
.list_point .img_txt_box .txt {
width: 100%;
}
}

#area_link ul {
border: 1px solid #000;
max-width: 1000px;
margin: 0 auto;
padding: 30px;
background: rgba(255, 255, 255, 0.7);
}
#area_link ul li:not(:last-child) {
margin-bottom: 20px;
}
#area_link ul li .ttl {
font-size: 110%;
}
@media screen and (max-width: 768px) {
#area_link ul {
padding: 20px;
}
}


