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;
}
@media only screen and (max-width: 960px){
    header .flex a{
        margin: 10px 0;
    }
}

header .flex .img{
    margin: 0 5px 0 20px;
    width: 90px;
    overflow: hidden;
    position: relative;
}
@media only screen and (max-width: 960px){
    header .flex .img{
        width: 50px;
        margin: 0 5px 0 10px;
    }
}

header .flex .right{
    padding: relative;
}

header .flex .sub{
    font-family: "BIZ UDPMincho", serif;
    font-weight: 200;
    font-style: normal;
    font-size: 50%;
    color: #064173;
}
@media only screen and (max-width: 960px) {
    header .flex .sub{
        font-size: 10px;
    }
}

header .flex .title{
    font-family: "BIZ UDPMincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    color: #064173;
    margin-top: 3px;
}
@media only screen and (max-width: 960px) {
    header .flex .title{
        font-size: 16px;
    }
}
 
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;
}
@media only screen and (max-width: 960px) {
    header .flex .text{
        font-size: 8px;
    }
}

.breadcrumb-001 {
    display: flex;
    gap: 0 22px;
    list-style: none;
    margin: 30px;
    font-size: 12px;
}
@media only screen and (max-width: 960px) {
    .breadcrumb-001{
        gap: 0 12px;
        margin: 15px;
        font-size: 10px;
    }
}

.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;
}


.shita{
    margin: 80px 100px;
}
@media only screen and (max-width: 960px){
    .shita{
        margin: 40px 20px;
    }
}


.titleback {
	position: relative;
	font-size: 40px;
	border-bottom: 2px solid rgb(70, 69, 69);
}
@media only screen and (max-width: 960px){
    .titleback{
        font-size: 25px;
    }
}

.titleback span {
	position: relative;
}

.titleback::before {
	content: attr(data-en);
	position: absolute;
	top: -50px;
	left: 0;
	color: rgba(37,137,208,0.2);
	font-size: 60px;
}
@media only screen and (max-width: 960px){
    .titleback::before{
        top: -20px;
        font-size: 26px;
    }
}

h3{
    font-size: 22px;
    font-weight: 500;
    border-bottom: solid 2px #b7d8e9;
    position: relative;
    margin: 80px 0 20px 0;
}
@media only screen and (max-width: 960px){
    h3{
        font-size: 16px;
        margin: 60px 0 10px 0;
    }
}
  
h3:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #4d9bc1;
    bottom: -2px;
    width: 5%;
}
@media only screen and (max-width: 960px){
    h3::after{
        width: 10%;
    }
}

@media only screen and (max-width: 960px){
    p{
        font-size: 12px;
    }
}

main .wa{
    border-left: solid 5px #064173;
    padding-left: 10px;
    margin: 25px 0 10px 20px;
    font-size: 17px;
}
@media only screen and (max-width: 960px){
    main .wa{
        font-size: 14px;
        margin: 20px 0 10px 0;
    }
}

main  .sa ul{
    color: #064173;
    border: dotted #064173 1px;/*ドット 色 太さ*/
    padding: 20px 60px;
    margin: 10px 0 20px 20px;
    grid-template-columns: repeat(6,auto);
    display: grid;
    width: fit-content;
    column-gap: 4em;
}
@media only screen and (max-width: 960px){
    main .sa ul{
        padding: 10px 30px;
        margin: 10px 0 10px 10px;
        font-size: 10px;
        grid-template-columns: repeat(3,auto);
    }
}
  
main .sa ul li{
    line-height: 1.5;
    padding: 0.5em 0;
}
@media only screen and (max-width: 960px){
    main .sa ul li{
        line-height: 1;
        padding: 0.5em 0;
    }
}

main .hosoku{
    margin-left: 20px;
}
@media only screen and (max-width: 960px){
    main .hosoku{
        margin-left: 10px;
        font-size: 12px;
    }
}

main h4{
    font-size: 17px;
    font-weight: 500;
}
@media only screen and (max-width: 960px){
    main h4{
        font-size: 14px;
    }
}

main h4::before{
    display: inline-block;
	margin-right: 5px;
	width: 12px;
	height: 12px;
	content: '';
	border-radius: 100%;
	background:#064173;
}
@media only screen and (max-width: 960px){
    main h4::before{
        width: 10px;
	    height: 10px;
    }
}

main .ta p{
    margin: 0 0 20px 15px;
}
@media only screen and (max-width: 960px){
    main .ta p{
       margin: 0 0 10px 15px;
    }
}

main .na ul{
    border: dotted #064173 1px;/*ドット 色 太さ*/
    padding: 30px 50px;
    margin: 20px 0;
    width: fit-content;
}
@media only screen and (max-width: 960px){
    main .na ul{
        padding: 10px 30px;
        font-size: 12px;
        margin: 10px 0;
    }
}

main .timeline .ha{
    font-size: 17px;
    font-weight: 500;
    margin: 30px 0 15px 0;
    padding: 5px 10px;
    background: #efefef;/*背景色*/
    border-left: solid 5px #064173;
    width: fit-content;
}
@media only screen and (max-width: 960px){
    main .timeline .ha{
        margin: 50px 0 15px 0;
    }
}

.time-schedule {
    list-style: none;
    padding-left: 20px;
    box-sizing: border-box;
}
  
.time-schedule li {
    position: relative;
    border-left: solid 3px #064173;
    padding: 0 20px 20px 20px;
}
@media only screen and (max-width: 960px){
    .time-schedul li{
        padding: 0 10px 10px 20px;
    }
}
  
.time-schedule span.time {
    width: 5em;
    display: inline-block;
    margin-left: -8em;
    padding: 0 0 5px;
    margin-top: 15px;
    vertical-align: top;
    position: relative;
    text-align: right;
    box-sizing: border-box;
}
  
.time-schedule span.time::after {
    content: "";
    position: absolute;
    right: -34px;
    top: 11px;
    background: #064173;
    width: 15px;
    height: 15px;
    border-radius: 10px;
}
  
.time-schedule .sch_tx {
    font-size: 14px;
    font-weight: normal;
}
@media only screen and (max-width: 960px){
    .time-schedule .sch_tx{
        font-size: 12px;
    }
}

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

main .last img{
    margin: 105px 5px 0 0 ;
    width: 50px;
}
@media only screen and (max-width: 960px){
    main .last img{
        margin: 70px 0 0 0 ;
    }
}

main .ma{
    font-size: 22px;
    font-weight: 500;
    margin: 130px 0 20px 0;
}
@media only screen and (max-width: 960px){
    main .ma{
        font-size: 16px;
        margin: 80px 0 10px 0;
    }
}

.heading12 {
	position: relative;
	font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}
@media only screen and (max-width: 960px){
    main .heading12{
        font-size: 12px;
        margin-top: 10px;
    }
}

.heading12::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 10px;
	color: #4d9bc1;
	font-size: 16px;
    font-weight: 800;
	border-bottom: 2px solid #4d9bc1;
}
@media only screen and (max-width: 960px){
    main .heading12::before{
        font-size: 12px;
    }
}

main .la p{
    font-size: 14px;
    margin-top: 30px;
}
@media only screen and (max-width: 960px){
    main .la p{
        font-size: 10px;
        margin-top: 10px;
    }
}