@charset "UTF-8";
/* コンテンツ */

#topimg {
	position: relative;
    width: 100%;
    height: 100vh; /* disable Fallback */
    height: calc((var(--vh, 1vh) * 100) - 100px);
    overflow: hidden;
	
}
#topimg h3 {
    color: #fff;
    font-size: 3em;
    line-height: 1.4;
    text-align: left;
    margin: 1.3em auto auto 1.5em;
	position: absolute;
	z-index: 10;
}

#topimg p {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
}
#topimg p img {
    width: 70px;
}
#topimg p.triangle {
    width: 100%;
    position: absolute;
    top: 0px;
	left: 0px;
	text-align: left;
}
#topimg p.triangle img {
    width: 50%;
}
.top_sub {
    
}
.top_sub h3 {
    font-size: 3.2em;
    line-height: 1;
    text-align: left;
}
.top_sub p {
    text-align: left;
    font-size: 1.08em;
    font-weight: bold;
    line-height: 1;
    margin-top: 0.5em;
}

#news {
    box-sizing: border-box;
    width: 960px;
    padding: 4em 0;
	margin:0 auto;
	text-align:left;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.newstitle {
    width: 21%;
}
.newsbox {
    width: 79%;
}
.newsbox dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1.7;
    padding-bottom: 1em;
    border-bottom: 1px solid #333;
    margin-bottom: 1em;
}
.newsbox dl:last-child {
    margin-bottom: 0;
}
.newsbox dl dt {
    width: 20%;
    flex-shrink: 0;
}
.newsbox dl dd {
    width: 80%;
    flex-shrink: 0;
}
.newsbox a {
    display: block;
    color: #111;
    transition: all 0.3s;
    background-image: url("../img/arr_blue.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 10px;
    padding-right: 20px;
}
.newsbox a:hover {
    background-color: #e9ebf1;
}

.tmore {
    width: 150px;
}
.tmore a {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    background-color: #f39800;
    color: #fff;
    background-image: url("../img/arr_white.svg");
    background-repeat: no-repeat;
    background-position: right 0.5em center;
    background-size: auto 10px;
    border-radius: 0.5em;
    border: 1px solid #fff;
    transition: all 0.3s;
}
.tmore a:hover {
    background-color: #f7b74c;
}


.bg1 {
    background-color: #253976;
    color: #fff;
}
.tri_bg {
    background-image: url("../img/triangle.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size:100% 100%;
    padding-top: 4em;
    overflow: hidden;
}
.tri_bg h4 {
    font-size: 6em;
    line-height: 1;
    text-align: right;
    color: #001541;
    margin-bottom: -0.1em;
}
.tsub_pad {
    padding: 1em 0 90px 23%;
}
.tsub_pad .top_sub {
    margin-bottom: 2em;
}
.tsub_tx {
    line-height: 1.7;
    margin-bottom: 2em;
}
.tsub_img {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
}
.tsub_img ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.tsub_img ul li:nth-child(1) {
    width: 18%;
    margin-top: 100px;
}
.tsub_img ul li:nth-child(2) {
    width: 40%;
}
.tsub_img ul li img {
    width: 100%;
}
.mgadj1 {
    margin-bottom: 4em;
}

.bg2 {
    background-color: #253976;
    background-image: url("../img/bisi_bg.webp");
    background-position: center center;
    background-size: cover;
    color: #fff;
}

.bus_btn {
    width: 960px;
    margin: 0 auto 60px;
}
.bus_btn ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.bus_btn ul li {
    position: relative;
    width: 32%;
    box-sizing: border-box;
    background-color: #fff;
    color: #111;
    text-align: center;
    line-height: 1.2;
    padding: 20px 0 10px;
}
.bus_btn ul li span {
    position: absolute;
    width: 50px;
    top: 0;
    left: 0;
}
.bus_btn ul li h5 {
    font-weight: normal;
    font-size: 1.08em;
}
.bus_btn ul li h6 {
    font-size: 1.8em;
}
.bus_btn ul li p {
    line-height: 0;
}
.bus_btn ul li p img {
    width: 15px;
    margin-top: 10px;
}
.bus_btn ul li span img {
    width: 100%;
}
.bus_btn ul li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #253976;
    opacity: 0;
    transition: all 0.3s;
}
.bus_btn ul li a:hover {
    opacity: 0.3;
}

.psub {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.psub span {
    width: 100px;
    margin-right: 1em;
}
.psub span img {
    width: 100%;
}
.psub_tx h3 {
    font-size: 3.2em;
    line-height: 1;
    text-align: left;
}
.psub_tx p {
    text-align: left;
    font-size: 1.08em;
    line-height: 1;
    margin-bottom: 0.2em;
}
.pimg {
    margin-bottom: 2em;
}
.pimg img {
    width: 100%;
}

.psub_box {
    position: relative;
}
.psub_box ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.psub_box ul li {
    width: 47%;
}
.psub_box ul li img {
    width: 100%;
}
.psub_box ul li h4 {
    font-size: 2em;
    line-height: 1.3;
    margin-bottom: 1em;
}
.psub_box ul li p {
    position: relative;
    line-height: 1.7;
    padding-top: 1em;
}
.psub_box ul li p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 50px;
  height: 5px;
  background-color: #f39800;
}
.psub_box .tmore {
    position: absolute;
    right: 53%;
    bottom: 0;
}

.line {
    border-bottom: 1px solid #333;
    width: 960px;
    margin: 0 auto;
    height: 0;
    line-height: 0;
}
.pankuzu{
	text-align: left;
	width:1000px;
	margin:0% auto;
	padding-top: 1%;
	color:#ffffff;
	padding-bottom: 1%;
}
.pankuzu a{color:#ffffff;}
.pankuzu_koniro{
	text-align: left;
	width:1000px;
	margin:0% auto;
	padding-top: 1%;
	color:#263976;
	padding-bottom: 1%;
}
.pankuzu_koniro a{color:#263976;}

@media screen and (min-width: 561px) {
    .padadj1 {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 1100px) {
#topimg {
    
}
}

@media screen and (max-width: 560px) {
.pankuzu,.pankuzu_koniro{width: 98%;font-size: 12px;margin-left: 2%;}
#topimg {
    
}
#topimg h3 {
    font-size: 1.4em;
    line-height: 1.4;
    text-align: left;
    margin: 1em auto auto 1.2em;
}

#topimg p {
    bottom: 10px;
}
#topimg p img {
    width: 40px;
}

.top_sub {
    
}
.top_sub h3 {
    font-size: 2.4em;
}
.top_sub p {
    font-size: 1.08em;
}

#news {
    width: 100%;
    padding: 3em 7%;
    display: block;
}
.newstitle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.newsbox {
    width: 100%;
}
.newsbox dl {
    display: block;
    line-height: 1.7;
    padding-bottom: 1em;
    border-bottom: 1px solid #333;
    margin-bottom: 1em;
}
.newsbox dl:last-child {
    margin-bottom: 0;
}
.newsbox dl dt {
    width: 100%;
}
.newsbox dl dd {
    width: 100%;
}

.tmore {
    width: 120px;
}
.tmore a {
    justify-content: flex-start;
    height: 36px;
    padding-left: 1.2em;
}
.tmore a:hover {
    background-color: #f7b74c;
}

.tri_bg {
    padding-top: 3em;
}
.tri_bg h4 {
    font-size: 3em;
}
.tsub_pad {
    padding: 0 7% 2em;
}
.tsub_pad .top_sub {
    margin-bottom: 1em;
}
.tsub_tx {
    line-height: 1.7;
    margin-bottom: 1em;
}

.tsub_img {
    position: static;
    padding: 0 7%;
}
.tsub_img ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 1em;
}
.tsub_img ul li:nth-child(1) {
    width: 33%;
    margin-top: 0;
}
.tsub_img ul li:nth-child(2) {
    width: 64%;
}
.tsub_img ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mgadj1 {
    margin-bottom: 3em;
}


.bus_btn {
    width: auto;
    margin: 0 7% 20px;
}
.bus_btn ul li {
    line-height: 1.4;
}
.bus_btn ul li span {
    width: 25px;
}
.bus_btn ul li h5 {
    font-size: 0.84em;
}
.bus_btn ul li h6 {
    font-size: 1em;
}
.bus_btn ul li p img {
    width: 10px;
}

.psub span {
    width: 60px;
    margin-right: 1em;
}
.psub_tx h3 {
    font-size: 2em;
}
.psub_tx p {
    font-size: 1em;
}

.pimg {
    margin-bottom: 1em;
}
.pimg img {
    width: 100%;
}

.psub_box {
    position: relative;
}
.psub_box ul {
    display: block;
}
.psub_box ul li {
    width: 100%;
}
.psub_box ul li img {
    width: 55%;
}
.psub_box ul li h4 {
    font-size: 1.08em;
    line-height: 1.4;
    margin-bottom: 1em;
}
.psub_box ul li p {
    margin-bottom: 1em;
}
.psub_box .tmore {
    right: 0;
}

.line {
    width: auto;
    margin: 0 7%;
}

}
