header{
    display: flex;
    justify-content: space-between;
    align-items: start;
    background-color: #fff;
    box-shadow: 0 3px 5px  #ccc;
}

header .flex a{
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0 20px 0;
    text-decoration: none;
}

header .flex .img{
    margin: 0 5px 0 20px;
    width: 90px;
    overflow: hidden;
    position: relative;
}

header .flex .right{
    padding: relative;
}

header .flex .sub{
    font-family: "BIZ UDPMincho", serif;
    font-weight: 200;
    font-style: normal;
    font-size: 50%;
    color: #064173;
}

header .flex .title{
    font-family: "BIZ UDPMincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    color: #064173;
    margin-top: 3px;
}
 
header .flex .text{
    margin: 3px 0 0 3px;
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 35%;
    color: #064173;
}

.breadcrumb-001 {
    display: flex;
    gap: 0 22px;
    list-style: none;
    margin: 30px;
    font-size: 12px;
}

.breadcrumb-001 li {
    display: flex;
    align-items: center;
}

.breadcrumb-001 li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .4em;
    height: .4em;
    margin-left: 10px;
    border-top: 1px solid #6e6767;
    border-right: 1px solid #6e6767;
    content: '';
}

.breadcrumb-001 a {
    color: #000;
    text-decoration: none;
}

.breadcrumb-001 .text{
    color: #6e6767;
}

.breadcrumb-001 .text:hover{
    color: #2589d0;
}

main{
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-style: normal;
    position: relative;
}

.titleback {
    margin: 80px 100px 40px 100px;
	position: relative;
	font-size: 40px;
	border-bottom: 2px solid rgb(70, 69, 69);
}

.titleback span {
	position: relative;
}

.titleback::before {
	content: attr(data-en);
	position: absolute;
	top: -30px;
	left: 0;
	color: rgba(37,137,208,0.2);
	font-size: 60px;
}

main .no1 img{
    width: 550px;
    margin-left: 100px;
    position: relative;
}

main .no1 .list{
   display: flex;
   justify-content: start;
   align-items: center;
}

main .no1 .left{
    margin-top: 100px;
}

main .no1 h2{
    font-size: 22px;
    font-weight: 400;
    border-bottom: solid 3px #064173;
    width: fit-content;
}

main .no1 h3{
    font-size: 26px;
    font-weight: 400;
    margin: 10px 0 40px 0;
    width: fit-content;
}

main .no1 .right{
    margin-left: 80px;
}

main .no1 .right h4{
    font-size: 16px;
    font-weight: 600;
    color: #064173;
}

main .no1 .right .p2{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

.box-019 {
    position: absolute;
    background-color: #064173;
    padding: 200px 100px 50px 100px;
    top: 750px;
    z-index: -1;
}

main .motto div{
    color: #fff;
    font-size: 60px;
    font-family: "BIZ UDPMincho", serif;
    font-style: normal;
}

main .motto p{
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    color: #fff;
    font-size: 16px;
    margin: 30px 0 0 0;
    column-count: 2;
    column-gap: 50px;
}

main .no2 img{
    width: 550px;
    margin-left: 100px;
}

main .no2 .list{
   display: flex;
   justify-content: start;
   align-items: center;
}

main .no2 .left{
    margin-top: 600px;
}

main .no2 h2{
    font-size: 22px;
    font-weight: 400;
    border-bottom: solid 3px #064173;
    width: fit-content;
}

main .no2 h3{
    font-size: 26px;
    font-weight: 400;
    margin: 10px 0 40px 0;
    width: fit-content;
}

main .no2 .right{
    margin: 600px 0 0 80px;
}

main .no2 .right h4{
    font-size: 16px;
    font-weight: 600;
    color: #064173;
}

main .no2 .right .p2{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
}

main .no3 ul{
    display: grid;
    width: fit-content;
    column-gap: 7em;
    grid-template-columns: repeat(2,auto);
    margin: 100px 0 100px 100px;
}

main .no3 ul li{
    list-style: none;
    margin-top: 10px;
    width: 560px;
}

main .no3 .name{
    font-size: 18px;
    font-weight: 700;
    margin-top: 80px;
    padding-left: 8px;
    border-bottom: solid 2px #233b6c;
    border-left: solid 15px #233b6c;
}

main .no3 h1{
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #233b6c;
}

main .no3 p{
    font-size: 14px;
}

