


@media print, screen and (min-width: 1025px) {

    
.midashi3p {
	font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 22pt;
	line-height: 35px;
	font-weight: normal;
	margin-bottom: 15px;
	text-align: center;
    margin-top: 30px;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 90px;
    background-color: #190066;
    color: #fff;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.comennt2b {
	font-weight: normal;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 16pt;
	line-height: 30px;
	text-align: center;
}
    
.re {flex-direction: row-reverse;}
.case .wakunai {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 95px;
    padding-bottom: 20px;
}
.case3 .wakunai {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 95px;
    padding-bottom: 20px;
}

.case{
    margin-bottom: 20px;
    position: relative;
    overflow: visible;
    display: block;
    --clip: polygon(0% 25%, 100% 0%, 100% 100%, 0% 100%);
    --frame: 13px;
    --frameColor: #000a6d;
}
.case::before{
    content:"";
    position:absolute;
    inset: 0;
    background: var(--frameColor);
    clip-path: var(--clip);
    z-index: 0;
}
.case::after{
    content:"";
    position:absolute;
    inset: var(--frame);
    background-color: #ffea00;
    background-image: url("../img/body/dotbk.webp");
    background-position: center center;
    background-repeat: repeat;
    background-size: 12%;
    clip-path: var(--clip);
    z-index: 1;
}
.case > *{
    position: relative;
    z-index: 2;
}
.case2{
    position: relative;
    overflow: visible;
    display: block;
    --clip2: polygon(
        0% 0%,
        100% 0%,
        100% 78%,
        0% 100%
    );
    --frame: 13px;
    --frameColor: #000a6d;
}

/* 外枠 */
.case2::before{
    content:"";
    position:absolute;
    inset: 0;
    background: var(--frameColor);
    clip-path: var(--clip2);
    z-index: 0;
}

/* 中の面（黄色＋ドット） */
.case2::after{
    content:"";
    position:absolute;
    inset: var(--frame);
    background-color: #ffea00;
    background-image: url("../img/body/dotbk.webp");
    background-position: center center;
    background-repeat: repeat;
    background-size: 12%;
    clip-path: var(--clip2);
    z-index: 1;
}

/* 中身 */
.case2 > *{
    position: relative;
    z-index: 2;
}


.case2 .wakunai {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 45px;
}
.case2 .photos img{
    position: relative;
    display: block;
    width: 100%;
    margin-top: -40px;
    border: 13px solid #000a6d;
    box-sizing: border-box;
    box-shadow: 9px 9px 0 rgba(0,0,0,.2);
    transform: rotate(10deg);
    z-index: 3;
}


.case3{
    margin-top: -60px;
    position: relative;
    overflow: visible;
    display: block;
    --clip3: polygon(
        0% 18%,
        100% 0%,
        100% 100%,
        0% 100%
    );
    --frame: 13px;
    --frameColor: #000a6d;
}

/* 外枠 */
.case3::before{
    content:"";
    position:absolute;
    inset: 0;
    background: var(--frameColor);
    clip-path: var(--clip3);
    z-index: 0;
}

/* 中の面（黄色＋ドット） */
.case3::after{
    content:"";
    position:absolute;
    inset: var(--frame);
    background-color: #ffea00;
    background-image: url("../img/body/dotbk.webp");
    background-position: center center;
    background-repeat: repeat;
    background-size: 12%;
    clip-path: var(--clip3);
    z-index: 1;
}

/* 中身 */
.case3 > *{
    position: relative;
    z-index: 2;
}


.photos { width: 40%; position: relative; }
.photos img{
    position: relative;
    display: block;
    width: 100%;
    margin-top: 5px;
    border: 13px solid #000a6d;
    box-sizing: border-box;
    box-shadow: 9px 9px 0 rgba(0,0,0,.2);
    transform: rotate(10deg);
    z-index: 3;
}
.pricebox {width: 50%; position: relative;}
.kira {
    width: 100px;
    position: absolute;
    top: -30px;
    right: 40px;
}
.otoku {
    width: 130px;
    position: absolute;
    bottom: 10px;
    left: 53%;
}
.pricebox h3 {
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 33pt;
    line-height: 50px;
}
.komoji {
    font-weight: 600;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 15pt;
    line-height: 25px;
    margin-left: 3px;
    color: #000a6d;
}
.pricebox h5 {
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 33pt;
    line-height: 50px;
    color: #004dda;
    margin-bottom: 10px;
}
.iconbk {
    font-weight: 600;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 11pt;
    line-height: 22px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    color: #000a6d;
    display: inline-block;
    vertical-align: 40%;
    margin-right: 8px;
    border-radius: 90px;
}
.iconbk2 {
    font-weight: 600;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 11pt;
    line-height: 22px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #000a6d;
    color: #fff;
    display: inline-block;
    vertical-align: 40%;
    margin-right: 8px;
    border-radius: 90px;
}
.pricebox h4 {
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 800;
    font-size: 60pt;
    line-height: 78px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid 1px #000a6d;
}







.table_info {
    padding-top: 50px;
    width: 96%;
	margin-right: auto;
	margin-left: auto;
}
.recruit_table:nth-child(1) th{
    border-top: 1px solid #003aa4;
}
.recruit_table:nth-child(1) td{
    border-top: 1px solid #eaeef0;
}


.recruit_table .lines th{
    border-bottom: 1px solid #003aa4;
}
.recruit_table .lines td{
    border-bottom: 1px solid #eaeef0;
}

.recruit_table {
	border-collapse:collapse;
    letter-spacing: 1px;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	box-sizing: border-box;
	font-size: 12pt;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    padding-bottom: 30px;
}
/*.recruit_table th, .cp_table  td {width: 100%;}*/
.recruit_table th {
	font-size: 13pt;
	line-height: 25px;
	font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
    letter-spacing: 1px;
    font-weight: normal;
	width: 300px!important;
	padding-bottom: 25px!important;
	padding-top: 25px!important;
	box-sizing: border-box;
}
.recruit_table tr {
	display: block;
	width: 100%;
}
.recruit_table td {
	font-size: 13pt;
	line-height: 25px;
    letter-spacing: 1px;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	width: 75%!important;
	padding-bottom: 25px!important;
	padding-top: 25px!important;
	box-sizing: border-box;
}
.recruit_table h3 a{color: #262626;}

.recruit_table h3 {
    padding-top: 5px;
	font-size: 20pt;
	line-height: 35px;
    font-feature-settings: "palt" 1;
    font-family: futura-pt, sans-serif;
	font-weight: normal;
}
.recruit_table h3 span{
	font-size: 12pt;
	line-height: 35px;
    font-feature-settings: "palt" 1;
    font-family: futura-pt, sans-serif;
	font-weight: normal;
}




.daimoku {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    min-width: 1100px;
    max-width: 1200px;
}
.tittles {
    width: 800px;
    display: table;
    margin-left: auto;
    margin-right: 0;
}
.submodel{
    width: 550px;
    margin-top: -50px;
    position: absolute;
    left: 0;
    top: 0;
}
.w600 {
    padding-top: 20px;
    width: 770px;
    margin-left: auto;
    margin-right: 7%;
    display: table;
}

.yazi {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -70px;
    border: 70px solid transparent;
    border-top: 70px solid #fff;
}

.tobk {
    background-size: cover;
    background-image: url(../img/body/meritbk.webp);
    background-position: center center;
    position: relative;
}
.to-wrap .points3:not(:last-child) {margin-bottom: 0px;}
.to-wrap {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: flex-end;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}
.dangumi-space {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    position: relative;
    z-index: 9;
}
.mrk {width: 160px;}
.dangumi {
    margin-top: -150px;
    padding-top: 6%;
    padding-bottom: 135px;
    padding-left: 35px;
    padding-right: 35px;
    background-color: #fff;
    box-sizing: border-box;
    border: solid 12px #000a6d;
    position: relative;
    /*width: 92%;*/
    margin-left: 2%;
    margin-right: 6%;
    height: 450px;
}
.to-wrap h4 {
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 20pt;
	line-height: 36px;
	font-weight: 500;
    margin-bottom: 30px;
}
.to-wrap p {
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 13pt;
	line-height: 25px;
	font-weight: normal;
}
.danmi2 {
    position: absolute;
	margin-bottom: 20px;
    margin-top: -70px;
    z-index: 16;
}
.danmi2 span{
	background-color: #000a6d;
	/*font-feature-settings: "palt" 1;*/
    color: #ffff00;
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 26pt;
	line-height: 72px;
	font-weight: 700;
	/*letter-spacing: 1px;*/
	/*color: #917231;*/
	box-sizing: border-box;
	display: inline;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.hyo {
    padding-top: 30px;
    padding-bottom: 30px;
}
.hyo2 {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 10px;
}
.dangumi-space p {
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 13pt;
	line-height: 30px;
	font-weight: normal;
}


.dangumi-space .dangumi1 p {
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 13pt;
	line-height: 30px;
	font-weight: normal;
}

.dangumi1 {
    padding-top: 35px;
    padding-bottom: 55px;
    padding-left: 35px;
    padding-right: 50px;
    
    background-color: #fff;
    box-sizing: border-box;
    border: solid 12px #000a6d;
    margin-top: -50px;
    position: relative;
}
.dangumi2 {
    padding-top: 35px;
    padding-bottom: 55px;
    padding-left: 35px;
    padding-right: 35px;
    background-color: #fff;
    box-sizing: border-box;
    border: solid 12px #000a6d;
    position: relative;
    margin-left: -40px;
}
.dangumi3 {
    width: 96%;
    padding-top: 20px;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    box-sizing: border-box;
    border: solid 12px #000a6d;
    position: relative;
    margin-left: -10px;
    margin-top: -12px;
    z-index: 2;
}
.dangumi3 .wrap-space {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.dangumi3 .danmi{
    position: relative;
	margin-bottom: 20px;
    text-align: center;
    margin-top: -55px;
    z-index: 2;
}
.dangumi-space h4 {
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 20pt;
	line-height: 36px;
	font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}
.danmi {
    position: relative;
	margin-bottom: 20px;
    text-align: center;
    margin-top: -80px;
    z-index: 2;
}
.danmi span{
	background-color: #000a6d;
	/*font-feature-settings: "palt" 1;*/
    color: #ffff00;
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 26pt;
	line-height: 72px;
	font-weight: 700;
	/*letter-spacing: 1px;*/
	/*color: #917231;*/
	box-sizing: border-box;
	display: inline;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}


.bluewbk {
    
    
    background: linear-gradient(180deg, #fff 0%, #fff 20%, #004dda 20%, #004dda 90%, #fff 90%, #fff 100%);

}


main {/*background: linear-gradient(180deg, #fff 0%, #fff 60%, #f6fbfa 60%, #f6fbfa 100%);*/}

.main-space {
    padding-top:30px;
    padding-bottom: 30px;
	/*min-width: 1130px;*/
	position: relative;
	/*padding-top:130px;*/
    background-color: #fce640;
}

.main-image {
    /*width: 100%;*/
    background-color: #fce640;
    height: 1000px;
    
    /*padding-top:52%;*/
    background-size: 2300px;
    background-repeat: no-repeat;
    background-image: url(../img/body/mainbk.webp);
    background-position: center center;
    margin-right: 30px;
    margin-left: 30px;
    /*border-radius: 30px 100px;*/
}
.testspace {
    position: absolute;
    top: 30px;
    left: 0;
    right:0;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    z-index: 2;
}
.mainmodel {
    position: absolute;
    bottom: 0;
    left: 0;
    right:0;
    width: 80%;
    /*min-width: 410px;*/
    max-width: 450px;
    line-height: 0;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    z-index: 5;
}
.bakoon {
    position: absolute;
    bottom: 50px;
    left: 0;
    right:0;
    width: 1100px;
    line-height: 0;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    z-index: 1;
}
.medal {
    width: 850px;
    right:0;
    left:0;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -150px;
    position: absolute;
    z-index: 5;
}
.medal h3{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 12pt;
	line-height: 35px;
    font-weight: normal;
    text-align: center;
    right:0;
    left:0;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -10px;
    position: absolute;
    z-index: 5;
}
.hahen {
    width: 1000px;
    right:0;
    left:0;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    z-index: 5;
}
.hahen1{
    position: absolute;
    left: -190px;
    bottom: -50px;
    width: 300px;
    z-index: 5;
}
.hahen2{
    position: absolute;
    right: -190px;
    bottom: -50px;
    width: 300px;
    z-index: 5;
}

.hahen3{
    position: absolute;
    right: 22%;
    top: 150px;
    width: 150px;
    z-index: 5;
}
.hahen4{
    position: absolute;
    right: -6%;
    top: -60px;
    width: 260px;
    z-index: 5;
}
.hahen5{
    position: absolute;
    left: -6%;
    bottom: -110px;
    width: 250px;
    z-index: 5;
}

.threes {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25%;
    justify-content: flex-start;
    padding-top: 50px;
}

.threes li{
    width: 32.5%;
    background:#fff;
    padding:50px;
    box-sizing:border-box;
    position: relative;
    overflow: hidden;
    border: 8px solid #100469;
    border-radius: 25px;
    box-shadow: 7px 7px 0px #100469;
}
.threes h3 {
    color: #004dda;
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 80pt;
	line-height: 95px;
	font-weight: 700;
	margin-bottom: 30px;
    text-align: center;
}
.threes h4 {
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 25pt;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 20px;
    text-align: center;
}
.threes p {
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 16pt;
	line-height: 35px;
	font-weight: normal;
}



.threes2 .kowaku:nth-child(1){margin-bottom: 50px;}
.threes2 .kowaku:nth-child(2){margin-bottom: 50px;}
.threes2 .kowaku:nth-child(3){margin-bottom: 50px;}


.threes2 {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25%;
    justify-content: flex-start;
    padding-top: 40px;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}

.kowaku{
    display: flex;
    flex-direction: column;
    width: 32.5%;
    background:#fff;
    padding:30px;
    box-sizing:border-box;
    position: relative;
    border: 8px solid #100469;
    border-radius: 10px;
    box-shadow: 7px 7px 0px #100469;
    z-index: 1;
}
.kowaku h3 {
    width: 70%;
    position: absolute;
    margin-top: -40px;
    top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 20pt;
	line-height: 45px;
	font-weight: 700;
	background-color: #004dda;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 100px;
    z-index: 2;
    display: block;
}
.threes2 h4 {
    padding-top: 20px;
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 20pt;
	line-height: 35px;
	font-weight: 700;
	margin-bottom: 20px;
    text-align: center;
}
.threes2 p {
    margin-top: auto;
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 14pt;
	line-height: 30px;
	font-weight: normal;
    text-align: center;
}
.threes2 h5 {
    /*margin-top: auto;*/
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 14pt;
	line-height: 30px;
	font-weight: normal;
    text-align: justify;
}


.nobk {background: linear-gradient(180deg, #ffe400 0%, #ffe400 60%, #004dda 60%, #004dda 100%);}

.nobk2 {background: linear-gradient(180deg, #fff 0%, #fff 20%, #ffe400 20%, #ffe400 100%);}

.flowimage {padding-top: 50px;}



.onayami {background-color: #004dda;position: relative;}

.onayami:before {
    content:"";
    background-image: url("../img/body/onayamibk.webp");
    background-position: center center;
    background-size: 1800px;
    position: absolute;
    height: 840px;
    margin-top: -220px;
    top: 0;
    left: 0;
    right: 0;
}

/*onayamibk.webp*/


.nayami-text{
    padding-top: 50px;
    width: 80%;
    min-width: 1000px;
    max-width: 1200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 3;
}
.nayami-text img{line-height: 0;display: block;}

.space-full3 h2 {
    
}
.midashi2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin-top: -60px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    
	font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 40pt;
	line-height: 60px;
	font-weight: 700;
	margin-bottom: 25px;
    text-align: center;
    padding-top: 25px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 25px;
    box-sizing: border-box;
    background-color: #000a6d;
    color: #fff;
    border-radius: 15px;
    display: table;
    
}
.area-space {
    padding-top: 40px;
}
.modal {
    min-width: 210px;
    max-width: 300px;
    width: 20%;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 0;
    margin-left: 2%;
}

.map {width: 250px;margin-right: 40px;}
.areas-text {width: 55%;}
.areas {
    margin-left: 5%;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    /*flex-wrap: wrap;*/
   /* justify-content: space-between;*/
}
.areas-text h4{
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 35pt;
	line-height: 50px;
	font-weight: 700;
    margin-bottom: 15px;
}
.areas-text h5{
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 22pt;
	line-height: 35px;
	font-weight: 700;
    margin-bottom: 15px;
}
.areas-text p span{font-size: 18pt;font-weight: 600;}
.areas-text p{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 14pt;
	line-height: 25px;
	font-weight: normal;
}
.tags {
    display: flex;
    flex-wrap: wrap;
    padding-top: 15px;
    margin-bottom: 20px;
}
.tags li{
    width: 31.3%;
    margin: 1%;
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 14pt;
	line-height: 25px;
	font-weight: normal;
    text-align: center;
    
    background:#ffea00;
    padding:10px;
    box-sizing:border-box;
    position: relative;
    overflow: hidden;
    border: 5px solid #100469;
    border-radius: 9px;
    box-shadow: 3px 3px 0px #100469;
}



.fours {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.fours li{width: 24%;position: relative;}
.fours li .image-box{margin-top: 30px;}
.fours li h3{
    position: absolute;
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 18pt;
	line-height: 30px;
	font-weight: normal;
    text-align: center;
    background:#ffea00;
    padding:10px;
    left: 0;
    right: 0;
    box-sizing:border-box;
    overflow: hidden;
    border: 5px solid #100469;
    border-radius: 9px;
    box-shadow: 3px 3px 0px #100469;
    z-index: 1;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
}
.fours li h3{margin-bottom: 15px;}


.fours2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fours2 li{width: 24%;}
.fours2 li h3{
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 18pt;
	line-height: 30px;
	font-weight: normal;
    text-align: center;
    
    background:#ffea00;
    padding:10px;
    box-sizing:border-box;
    position: relative;
    overflow: hidden;
    border: 5px solid #100469;
    border-radius: 9px;
    box-shadow: 3px 3px 0px #100469;
}
.fours2 li h3{margin-bottom: 15px;}


.space-full3 {
    position: relative;
    width: 94%;
    min-width: 1100px;
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    padding-top: 100px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 50px;
    background:#fff;
    border-radius: 15px;
    border: 8px solid #100469;
    box-shadow: 7px 7px 0px #100469;
    background-image: url("../img/body/zimon.webp");
    background-position: center center;
    background-size: 200%;
    z-index: 3;
}

.logos {
	display: flex;
	justify-content: center;
	align-items: center;
	/*flex-wrap: wrap;*/
    margin-bottom: 10px;
    padding-top: 40px;
}
.logos img{
	width: 300px;
}
.logos span {
    display: block;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 20pt;
	line-height: 35px;
	font-weight: 600;
    margin-left: 20px;
    padding-top: 25px;
}


.wrap-space {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.wrap-space:not(:last-child) {margin-bottom: 50px;}
.wrap-space0 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.wrap-space0:not(:last-child) {margin-bottom: 50px;}
.wrap-space0:nth-child(odd) {flex-direction: row-reverse;}
.wrap-space1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap-space1:not(:last-child) {margin-bottom: 50px;}
.wrap-space1:nth-child(even) {flex-direction: row-reverse;}
.wrap-space2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap-space2:not(:last-child) {margin-bottom: 15px;}
.wrap-space2:nth-child(even) {flex-direction: row-reverse;}
.wrap-space3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap-space3:not(:last-child) {margin-bottom: 50px;}
.wrap-space3:nth-child(odd) {flex-direction: row-reverse;}

.h20 {padding-top: 20%;}
.h25 {padding-top: 25%;}
.h30 {padding-top: 30%;}
.h35 {padding-top: 35%;}
.h40 {padding-top: 40%;}
.h45 {padding-top: 45%;}
.h50 {padding-top: 50%;}
.h55 {padding-top: 55%;}
.h60 {padding-top: 60%;}
.h65 {padding-top: 65%;}
.h70 {padding-top: 70%;}

.h80 {padding-top: 80%;}

.image-box {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.image-box img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	box-sizing: border-box;
	border-radius: 5px;
}
.image300 img {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 30%;
	overflow: hidden;
	margin-bottom:10px;
}
.image350 img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	box-sizing: border-box;
}
.image400 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 400px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
.image450 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 450px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
.image500 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 500px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.comennt-box {}
.comennt-box:not(:last-child) {}


.r20 {margin-right: 8%;}
.l20 {margin-left: 8%;}

.w20 {width: 20%;}
.w21 {width: 21%;}
.w22 {width: 22%;}
.w23 {width: 23%;}
.w24 {width: 24%;}
.w25 {width: 25%;}
.w26 {width: 26%;}
.w27 {width: 27%;}
.w28 {width: 28%;}
.w29 {width: 29%;}
.w30 {width: 30%;}
.w31 {width: 31%;}
.w32 {width: 32%;}
.w33 {width: 33%;}
.w34 {width: 34%;}
.w35 {width: 35%;}
.w36 {width: 36%;}
.w37 {width: 37%;}
.w38 {width: 38%;}
.w39 {width: 39%;}
.w40 {width: 40%;}
.w41 {width: 41%;}
.w42 {width: 42%;}
.w43 {width: 43%;}
.w44 {width: 44%;}
.w45 {width: 45%;}
.w46 {width: 46%;}
.w47 {width: 47%;}
.w48 {width: 48%;}
.w49 {width: 49%;}
.w50 {width: 50%;}
.w51 {width: 51%;}
.w52 {width: 52%;}
.w53 {width: 53%;}
.w54 {width: 54%;}
.w55 {width: 55%;}
.w56 {width: 56%;}
.w57 {width: 57%;}
.w58 {width: 58%;}
.w59 {width: 59%;}
.w60 {width: 60%;}
.w61 {width: 61%;}
.w62 {width: 62%;}
.w63 {width: 63%;}
.w64 {width: 64%;}
.w65 {width: 65%;}
.w66 {width: 66%;}
.w67 {width: 67%;}
.w68 {width: 68%;}
.w69 {width: 69%;}
.w70 {width: 70%;}
.w71 {width: 71%;}
.w72 {width: 72%;}
.w73 {width: 73%;}
.w74 {width: 74%;}
.w75 {width: 75%;}


#page1,#page2,#page3,#page4,#page5,#page6,#page7,#page8,#page9,#page10,#page11  {scroll-margin-top: 150px;}
#privacy  {scroll-margin-top: 150px;}

.midashi1 {
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 70pt;
	line-height: 80px;
	font-weight: 700;
	margin-bottom: 25px;
    text-align: center;
}




.midashi3 {
	font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 22pt;
	line-height: 35px;
	font-weight: normal;
	margin-bottom: 45px;
	text-align: center;
}


.midashi4{
	font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 50pt;
	line-height: 75px;
	font-weight: 700;
	margin-bottom: 50px;
	text-align: center;
}
.midashi4 span{
	font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 22pt;
	line-height: 40px;
    font-weight: 700;
    display: block;
}
.midashi5{
	font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 50pt;
	line-height: 75px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}
.midashi5s{
	font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 50pt;
	line-height: 75px;
	font-weight: 700;
	margin-bottom: -30px;
	text-align: center;
    transform: rotate( -5deg );
}
.midashi5s span{font-size: 70pt;margin-left: 4px;}


.midashi6{
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 20pt;
	line-height: 40px;
	font-weight: 500;
	margin-bottom: 80px;
	text-align: center;
}
.corp {color: #262626;}


.comennt {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
}
.comennt1 {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 14pt;
	line-height: 40px;
	font-weight: normal;
}
.names span{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 21pt;
	line-height: 45px;
	font-weight: 600;
    margin-left: 15px;
}
.names {
    padding-top: 30px;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 14pt;
	line-height: 37px;
	font-weight: normal;
    text-align: right;
}
.comennt2sb {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 14pt;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
}
.comennt2 {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 14pt;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
}
.comennt2s {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 14pt;
	line-height: 35px;
	text-align: center;
	font-weight: normal;
}
.comennt2s a{color: #000a6d;text-decoration: underline;}
.comennt2s a:hover{color: #000;text-decoration: underline;}
.comennt3 {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 14pt;
	line-height: 30px;
	font-weight: normal;
}

.map-space {
	position: relative;
	padding-bottom: 47%;/*←高さを変更する*/
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
}
.map-space iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

ul.points1{
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points1 li{padding-left: 0.7em;}
ul.points1 li:before {
	content: "※";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
}
.points1 li {
	font-weight: normal;
	position: relative;
	font-size: 13pt;
	line-height: 30px;
	text-align: left;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
    text-shadow:
  -1px -1px 0 #fff,
   1px -1px 0 #fff,
  -1px  1px 0 #fff,
   1px  1px 0 #fff,
   0px -2px 0 #fff,
   2px  0px 0 #fff,
   0px  2px 0 #fff,
  -2px  0px 0 #fff;
}
.points1:not(:last-child) {margin-bottom: 15px;}


ul.points2 {
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points2 li{padding-left: 0.7em;}
ul.points2 li:before {
	font-family: "Material Icons";
	content: "\eb36";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #e6cd9b;
	font-weight: 600;
}
.points2 li {
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 26px;
	text-align: left;
}

ul.points3 {
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points3 li{padding-left: 0.7em;}
ul.points3 li:before {
	content: "●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #003aa4;
}
.points3 li {
	font-weight: normal;
	position: relative;
	font-size: 13pt;
	line-height: 24px;
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
}
.points3:not(:last-child) {margin-bottom: 20px;}

ol.point-num {
	counter-reset: my-counter;
	padding-left: 10px;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
}
ol.point-num li{
	padding-left: 20px;
	position: relative;
}
ol.point-num li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #98D62E;
	color: #FFF;
	display: inline-block;
	line-height: 22px;
	margin-left: -27px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	font-size: 9pt;
	margin-right: 5px;
	vertical-align: 5%;
}
ol.point-num li {
	font-weight: normal;
	position: relative;
	font-size: 12pt;
	line-height: 26px;
	text-align: left;
}
ol.point-num li:not(:last-child) {margin-bottom: 10px;}






.whbk{position: relative;background-color: #FFF;}
/*.tobk {position: relative;background-color: #f3f3f3;}*/
.tobk2{position: relative;background-color: #ccc;}


.greetbk {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFF;
	background-image: url(../img/body/greetbk.jpg);
	padding-top: 5%;
	padding-bottom: 5%;
}


.textbox {
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;	
	
}
.textbox1s {
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	padding-bottom: 60px;
	position: relative;		
}
.textbox1sc {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;		
}
.textbox1s2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 120px;
	position: relative;		
}


.textbox1 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 180px;
	padding-bottom: 150px;
	position: relative;		
}
.textbox2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 120px;
	position: relative;	
}
.textbox3 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;		
}



.hed-space {
	width: 90%;
	min-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom:0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.change-color .hed-space {
	width: 96%;
	min-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom:5px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.logoimage {}
.logoimage a{display: block;}

#logo {
	width: 350px;
	margin-top: 30px;
	transition: all .5s;
}
.change-color #logo {
	width: 250px;
	margin-top: 10px;
	transition: all .5s;
}

.telnum {
	width: 345px;
    margin-top: 35px;
    transition: all .5s;
}
.change-color .telnum {
	width: 275px;
    margin-top: 10px;
    transition: all .5s;
}

#header {}
.header {   
    transition: all .5s;
    position: fixed;
    width: 100%;
    z-index: 100;
}




.header.change-color {
    /*background-color: #FFF;
	color: #000;
	-webkit-box-shadow: 3px 5px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 3px 5px 5px rgba(0,0,0,.1);
	-o-box-shadow: 3px 5px 5px rgba(0,0,0,.1);
	box-shadow: 3px 5px 5px rgba(0,0,0,.1);*/
}



.hed-right {}
.hed-info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.gloval-menu {}
.gloval-menu ul {margin: 0;padding: 0;}
.gloval-menu li {list-style: none;}
.gloval-menu a {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	box-sizing:border-box;
}
.gloval-menu > ul > li {margin-right: 1px;text-align: center;}
.gloval-menu li ul {height: 0;width: 0;overflow: hidden;position: absolute;}
.gloval-menu li:hover ul,
.gloval-menu li:focus-within ul {
	height: auto;
	width: auto;
	position: absolute;
	z-index: 55;
	display:block;
}
.gloval-menu .c-menu01 {margin-left: 10px;margin-right: 10px;}
.gloval-menu .c-menu01 a {
	position: relative;
	margin-top: 10px;
	color: #333;
	font-size: 13pt;
	line-height: 25px;
	font-weight: 600;
	font-style: normal;
	padding-top: 7px;
	padding-bottom: 7px;
}
.gloval-menu .c-menu01 a.current {color: #FF6600;position: relative;}
.gloval-menu .c-menu01 a.current::before {
	background-color: #FF6600;
	position: absolute;
	bottom: -1px;
	left: 0px;
	content: '';
	width: 100%;
	height: 2px;
	right: 0px;
}
.gloval-menu .c-menu01 a:active {background-color: #FF6600;}

.c-menu01 a:hover,
.c-menu01 a:focus {}
.c-menu01 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #FF6600;
}
.c-menu01 a:hover::after {transform: scale(1, 1);}
.gloval-menu .c-menu01 a:hover{
	color: #FF6600;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.gloval-menu .c-menu02 {
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}
.gloval-menu .c-menu02 .cnavs.current {color: #FF6600;position: relative;}
.gloval-menu .c-menu02 .cnavs.current::before {
	background-color: #FF6600;
	position: absolute;
	bottom: -1px;
	left: 0px;
	content: '';
	width: 100%;
	height: 2px;
	right: 0px;
}
.cnavs {
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	font-size: 13pt;
	line-height: 25px;
	font-weight: 600;
	font-style: normal;
	padding-top: 7px;
	padding-bottom: 7px;
}
.cnavs:hover,
.cnavs:focus {}
.cnavs::after {
	cursor: pointer;
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #FF6600;
}
.cnavs:hover::after {transform: scale(1, 1);}

.gloval-menu .c-menu02:hover{
	position: relative;
	color: #FF6600;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.gloval-menu .c-menu02::after {
	cursor: pointer;
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: 5px;
	transform: scale(0, 1);
	opacity: 0;
	transition: transform 0.3s;
	background-color: #FF6600;
}

.gloval-menu .c-menu02:hover::after {
	opacity: 1;
	transform: scale(1, 1);
}




.gloval-menu > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.gloval-menu ul .c-menu01 .level1 {margin-left: -80px;}
.gloval-menu ul .c-menu02 .level1 {margin-left: -60px;}

.level1 a {
	display: block;
	margin-top: 0px!important;
	box-sizing: border-box;
	font-size: 11pt;
	color: #FFF!important;
	text-align: left;
	text-decoration: none;
	background-color: #0058a4;
	width: 240px;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 25px;
	padding-top: 15px!important;
	padding-right: 15px;
	padding-bottom: 15px!important;
	padding-left: 15px;
}
.level1 a:hover {background-color: #004682;}
.level1 a:focus {background-color: #004682;}
.level1 a:hover::after {transform: scale(0, 0);}





.gloval-menu .c-menu07 .mysvg{
	display: inline-block;
	width: 25px;
	margin-right:8px;
	vertical-align:-27%;
	color: #fff;
	fill: currentColor;
}
.gloval-menu .c-menu07 a {
	margin-left: 10px;
	margin-top: 0px;
	display: block;
	position: relative;
	font-size: 12pt;
	font-weight: 600;
	color: #FFF;
	background-color: #183346;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 25px!important;
	-webkit-border-radius: 56px;
	-moz-border-radius: 56px;
	border-radius: 56px;
}
.gloval-menu .c-menu07 a:hover {
	color: #FFF;
	background-color: #30556e;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*.gloval-menu .c-menu07 a::after {
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	width: 100%;
	height: 0px;
	transform: scale(0, 0);
	transform-origin: left top;
	transition: transform .3s;
	background-color: #37A1DB;
}
*/





body {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow-x: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-y: hidden;
	font-family: "source-han-sans-japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000a6d;
    background-color: #ffe400;
	/*-webkit-text-size-adjust:100%;*/
}
.pankuzu .mainmodel {
    position: absolute;
    bottom: 0;
    left: 300px;
    right:0;
    width: 80%;
    height: 500px;
    /*min-width: 410px;*/
   /* max-width: 350px;*/
    line-height: 0;
    margin-right: auto;
    margin-left: auto;
    z-index: 5;
    overflow: hidden;
}
.pankuzu .hahen {
    width: 80%;
    right:0;
    left:0;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    z-index: 5;
}
.pankuzu .hahen1{
    position: absolute;
    left: -190px;
    bottom: -40px;
    width: 230px;
    z-index: 5;
    transform: rotate( 45deg );
}
.pankuzu .hahen2{
    position: absolute;
    right: -140px;
    bottom: -80px;
    width: 300px;
    z-index: 5;
}

.pankuzu .mainmodel img{
    display: block;
	width: 100%;
	line-height: 0px;
	height: auto;
	object-fit: cover;
}
.pankuzu .main-image {
    /*width: 100%;*/
    background-color: #fce640;
    height: 500px;
    
    /*padding-top:52%;*/
    background-size: 2200px;
    background-repeat: no-repeat;
    background-image: url(../img/body/mainbk.webp);
    background-position: center center;
    margin-right: 30px;
    margin-left: 30px;
    /*border-radius: 30px 100px;*/
}

.pagetitle {
    position: absolute;
    left: 0px;
    bottom: -20px;
    z-index: 5;
    padding-top: 40px;
    padding-right: 50px;
    padding-left: 80px;
    padding-bottom: 30px;
    box-sizing: border-box;
    /*background-color: #ffe400;*/
    background-color: #10046a;
    border-top-right-radius: 50px;
}
.pankuzu h2 {
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	color: #10046a;
    color: #fff;
	font-weight: 600;
	font-size: 50pt;
	line-height: 75px;
}

.pankuzu-space {}
.pankuzu {
    position: relative;
    padding-top: 30px;
    border-bottom: solid 25px #000a6d;
}
.pages {
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	color: #fff;
	padding-top: 10px;
	font-size: 11pt;
	line-height: 22px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/*justify-content: center;*/
}
.pages li {
	margin-right: 2px;
	margin-left: 2px;
}
.pages li a{
	color: #fff;
}
.pages li a:hover{
	color: #fff;
	text-decoration: underline;
}

.pages li i{
	font-size: 7pt;
	line-height: 18px;
	vertical-align:2%;
	display:inline-block;
}






#wrapper {}

.bicho-r5 {padding-right: 5px;}
.bicho-l5 {padding-left: 5px;}

.pcdown10 {padding-bottom: 10px;}
.pcdown20 {padding-bottom: 20px;}
.pcdown25 {padding-bottom: 24px;}
.pcdown30 {padding-bottom: 30px;}
.pcdown30s {padding-bottom: 30px;}
.pcdown40 {padding-bottom: 40px;}
.pcdown50 {padding-bottom: 50px;}
.pcdown60 {padding-bottom: 60px;}
.pcdown70 {padding-bottom: 70px;}
.pcdown80 {padding-bottom: 80px;}
.pcdown90 {padding-bottom: 90px;}
.pcdown100 {padding-bottom: 100px;}
.pcup10 {padding-top: 10px;}
.pcup20 {padding-top: 20px;}
.pcup30 {padding-top: 30px;}
.pcup40 {padding-top: 40px;}
.pcup50 {padding-top: 50px;}
.pcup60 {padding-top: 60px;}
.pcup70 {padding-top: 70px;}
.down30 {margin-bottom: 30px;}



.c-btm {
	display: table;
	padding-top:60px;
	margin-right: auto;
	margin-left: auto;
}
.r-btm {
	display: table;
	padding-top:40px;
	margin-right: 0;
	margin-left: auto;
}
.l-btm {
	padding-top:40px;
}

/*.tels {
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 50pt;
	line-height: 72px;
}
.tels span{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 14pt;
	line-height: 30px;
	font-weight: normal;
    display: block;
}*/


.ctrbnr {
    box-sizing: border-box;
    padding: 35px;
}

.to-ctrbnr {
    min-width: 1100px;
    margin-right: auto;margin-left: auto;
    box-sizing: border-box;
    padding: 35px;
    background-color: #000a6d;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    /*overflow: hidden;*/
    border: 8px solid #000a6d;
    border-radius: 25px;
    box-shadow: 7px 7px 0px #000a6d;
}
.to-ctrbnr h2{/*width: 25%;*/}

.tels {
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 45pt;
	line-height: 72px;
}
.tels span{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 13pt;
	line-height: 30px;
	font-weight: normal;
    display: block;
}

.ctr {
    width: 70%;
    /*width: 80%;*/
    /*width: 70%;*/
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.ctr li:nth-child(1){width: 50%;}
.ctr li:nth-child(2){width: 45%;}

.button1 .mysvg {
	width:26px;
	vertical-align: -2%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-right:5px;
}
.button1:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button1 div {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.button1 p{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 14pt;
	line-height: 25px;
	font-weight: normal;
    margin-left: 35px;
    
}
.button1 h3{
    outline: none;
	font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 33pt;
	line-height: 50px;
}
.button1 {
    display: block;
	text-decoration: none;
	border-radius: 10px;
	position: relative;
	z-index: 1;
    padding-top: 20px;
	padding-right:30px;
	padding-left:30px;
	padding-bottom: 20px;
}
.button1::before,
.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button1,
.button1::before,
.button1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button1 {
	color: #fff;
	background-color: #2099ff;
}
.button1:hover {
	color: #fff;
	background-color: #0076d9;
}


.button2 .mysvg {
	width:30px;
	vertical-align: -2%;
	display: inline-block;
	color: #000a6d;
	fill: currentColor;
	margin-right:5px;
}
.button2:hover .mysvg{
	color: #000a6d;
	fill: currentColor;
}
.button2 div {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.button2 p{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 14pt;
	line-height: 25px;
	font-weight: normal;margin-left: 35px;
}
.button2 h3{
    outline: none;
	font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 28pt;
	line-height: 50px;
	font-weight: 700;
}
.button2 {
    display: block;
	text-decoration: none;
	border-radius: 10px;
	position: relative;
	z-index: 1;
    padding-top: 20px;
	padding-right:30px;
	padding-left:30px;
	padding-bottom: 20px;
    margin-left: 15px;
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2 {
	color: #000a6d;
	background-color: #fff;
}
.button2:hover {
	color: #000a6d;
	background-color: #ffea00;
}




.button3g .mysvg {
	width: 30px;
	position: absolute;
	display: block;
	color: #ffea00;
	fill: currentColor;
	margin-left:10px;
    top: 32%;
    right: 30px;
}
.button3g {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 14pt;
	line-height: 75px;
    height: 75px;
	font-weight: 600;
    display: block;
	text-decoration: none;
	border-radius: 12px;
	position: relative;
	z-index: 1;
    
	padding-right:80px;
	padding-left:30px;
    
	
}
.button3g::before,
.button3g::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3g,
.button3g::before,
.button3g::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button3g {
	color: #fff;
	background-color: #000a6d;
    box-shadow: 6px 6px 0px #100469;
}
.button3g:hover {
	color: #fff;
	background-color: #1322b7;
    box-shadow: 0px 0px 0px #1322b7;
}


.balloon1 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-size: 13pt;
	height: 60px;
	text-transform: uppercase;
	width: 100%;
	color: #FFF;
	position: relative;
	background: #000;
}

.balloon1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #000;
}




footer {
    background-color: #ffe400;
    color: #262626;
    background-image: url("../img/body/foot-ware-01.webp");
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: left bottom;
}





.foot-text {
	font-size: 11pt;
	line-height: 23px;
	margin-bottom: 17px;
}

.footcontena {
	padding-top: 50px;
	padding-bottom: 100px;
    background-image: url("../img/body/foot-ware-02.webp");
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: right bottom;
}

.foot-space {
    width: 90%;
	min-width: 1080px;
    max-width: 1500px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: center;
}

.foot-left {
	/*width: 43%;*/
}

.foot-left h3 .mysvg{
	width: 35px;
    vertical-align: -30%;
    display: inline-block;
    margin-left: 5px;
    color: #003aa4;
    fill: currentColor;
}

.foot-left h3 {
	font-weight: 600;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 17pt;
    line-height: 25px;
    margin-bottom: 15px;
}

.foot-left h3 a{
    color: #262626;
    -webkit-transition: all .3s;
	transition: all .3s;
}
.foot-left h3 a:hover{
    color: #003aa4;
    -webkit-transition: all .3s;
	transition: all .3s;
}
.foot-left h4{
	font-weight: normal;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 14pt;
    line-height: 30px;
}



.foot-right {
    /*width: 57%;*/
}

.footlogo {
	width: 420px;
	line-height: 0px;
	margin-bottom: 45px;
}
.foot-menu {
	margin-left: 50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.foot-menu li {
    margin-left: 25px;
	position:relative;
	/*width: 49%;
	margin-bottom:5px;*/
}

.foot-menu li a{
    font-feature-settings: "palt" 1;
	font-size: 12pt;
	line-height: 38px;
	color: #262626;
	display:block;
}
.foot-menu li:not(:first-child)::before {
  content: "/"; /* スラッシュ */
  color: #262626; /* スラッシュの色 */
  margin-left: -15px; /* スラッシュと次のテキストの間の余白 */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.foot-menu li a:hover,
.foot-menu li a:focus {}
.foot-menu li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	bottom: -0px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #262626;
}
.foot-menu li a:hover::after {transform: scale(1, 1);}
.medal2 {
    width: 500px;
    margin-right: 0;
	margin-left: auto;
    line-height: 0px;
}

.copy {
    font-family: futura-pt, sans-serif;
    font-size: 10pt;
    line-height: 16px;
    padding-top: 15px;
    text-align: right;
    text-transform: uppercase;
}

.copy i{
	font-size: 9pt;
	line-height: 16px;
	vertical-align: -7%;
	display: inline-block;
	margin-left:3px;
}
.rightbnr {
	width: 90px;
	margin-top: 180px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 101;
	box-sizing: border-box;
}

.right-form2 .mysvg{
	width: 26px;
	margin-bottom:10px;
	color: #fff;
	fill: currentColor;
}
.right-form2:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}

.rightbnr span{
	/*font-feature-settings: "palt" 1;*/
	font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 18pt;
	line-height: 30px;
	font-weight: 700;
    
}

.right-form2 {
    width: 90px;
	display: block;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	padding-top: 40px;
	/*padding-right: 25px;*/
	padding-bottom: 40px;
	padding-left: 33px;
    box-sizing: border-box;
}
.right-form2::before,
.right-form2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.right-form2,
.right-form2::before,
.right-form2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.right-form2 {
	background-color: #004dda;
	color: #fff;
}
.right-form2:hover {
	color: #FFF;
	background-color: #000a6d;
}

}
@media screen and (min-width: 0px) and (max-width: 1024px) {


.re {flex-direction: row-reverse;}
/*.case .wakunai {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 95px;
    padding-bottom: 20px;
}
.case3 .wakunai {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 95px;
    padding-bottom: 20px;
}*/

/*.case{
    margin-bottom: 20px;
    position: relative;
    overflow: visible;
    display: block;
    --clip: polygon(0% 25%, 100% 0%, 100% 100%, 0% 100%);
    --frame: 13px;
    --frameColor: #000a6d;
}
.case::before{
    content:"";
    position:absolute;
    inset: 0;
    background: var(--frameColor);
    clip-path: var(--clip);
    z-index: 0;
}
.case::after{
    content:"";
    position:absolute;
    inset: var(--frame);
    background-color: #ffea00;
    background-image: url("../img/body/dotbk.webp");
    background-position: center center;
    background-repeat: repeat;
    background-size: 12%;
    clip-path: var(--clip);
    z-index: 1;
}*/
/*.case > *{
    position: relative;
    z-index: 2;
}
.case2{
    position: relative;
    overflow: visible;
    display: block;
    --clip2: polygon(
        0% 0%,
        100% 0%,
        100% 78%,
        0% 100%
    );
    --frame: 13px;
    --frameColor: #000a6d;
}*/


/*.case2::before{
    content:"";
    position:absolute;
    inset: 0;
    background: var(--frameColor);
    clip-path: var(--clip2);
    z-index: 0;
}


.case2::after{
    content:"";
    position:absolute;
    inset: var(--frame);
    background-color: #ffea00;
    background-image: url("../img/body/dotbk.webp");
    background-position: center center;
    background-repeat: repeat;
    background-size: 12%;
    clip-path: var(--clip2);
    z-index: 1;
}
*/

/*.case2 > *{
    position: relative;
    z-index: 2;
}


.case2 .wakunai {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 45px;
}
.case2 .photos img{
    position: relative;
    display: block;
    width: 100%;
    margin-top: -40px;
    border: 13px solid #000a6d;
    box-sizing: border-box;
    box-shadow: 9px 9px 0 rgba(0,0,0,.2);
    transform: rotate(10deg);
    z-index: 3;
}*/


/*.case3{
    margin-top: -60px;
    position: relative;
    overflow: visible;
    display: block;
    --clip3: polygon(
        0% 18%,
        100% 0%,
        100% 100%,
        0% 100%
    );
    --frame: 13px;
    --frameColor: #000a6d;
}
*/

/*.case3::before{
    content:"";
    position:absolute;
    inset: 0;
    background: var(--frameColor);
    clip-path: var(--clip3);
    z-index: 0;
}

.case3::after{
    content:"";
    position:absolute;
    inset: var(--frame);
    background-color: #ffea00;
    background-image: url("../img/body/dotbk.webp");
    background-position: center center;
    background-repeat: repeat;
    background-size: 12%;
    clip-path: var(--clip3);
    z-index: 1;
}


.case3 > *{
    position: relative;
    z-index: 2;
}*/
.case {margin-bottom: 20px;}
.case2 {margin-bottom: 20px;}
.wakunai {
    /*display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;*/
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    
    
    background-color: #ffea00;
    background-image: url("../img/body/dotbk.webp");
    background-position: center center;
    background-repeat: repeat;
    background-size: 12%;
    border: 6px solid #000a6d;
    box-sizing: border-box;
    box-shadow: 5px 5px 0 rgba(0,0,0,.2);
}

.photos { /*width: 40%;*/ position: relative; }
.photos img{
    position: relative;
    display: block;
    width: 100%;
    max-width: 350px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -35px;
    border: 6px solid #000a6d;
    box-sizing: border-box;
    box-shadow: 5px 5px 0 rgba(0,0,0,.2);
    transform: rotate(10deg);
    z-index: 3;
}
.pricebox {position: relative;padding-top: 30px;}
.kira {
    width: 80px;
    position: absolute;
    top: -55px;
    left: -10px;
    z-index: 12;
}
.otoku {
    width: 90px;
    position: absolute;
    bottom: -30px;
    right: -10px;
}
.pricebox h3 {
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 27pt;
    line-height: 40px;
    display: table;
    margin-right: auto;
    margin-left: auto;
}
.komoji {
    font-weight: 600;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 13pt;
    line-height: 25px;
    margin-left: 2px;
    color: #000a6d;
}
.pricebox h5 {
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 28pt;
    line-height: 50px;
    color: #004dda;
    margin-bottom: 10px;
    display: table;
    margin-right: auto;
    margin-left: auto;
}
.iconbk {
    font-weight: 600;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 11pt;
    line-height: 22px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    color: #000a6d;
    display: inline-block;
    vertical-align: 40%;
    margin-right: 8px;
    border-radius: 90px;
}
.iconbk2 {
    font-weight: 600;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 11pt;
    line-height: 22px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #000a6d;
    color: #fff;
    display: inline-block;
    vertical-align: 40%;
    margin-right: 8px;
    border-radius: 90px;
}
.pricebox h4 {
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 800;
    font-size: 28pt;
    line-height: 50px;
    display: table;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.pricebox h4:before {
    content:"";
    position: absolute;
    width: 100%;
    bottom: 0;
    margin-bottom: -10px;
    border-bottom: solid 1px #000a6d;
    
}





.table_info {
    padding-top: 30px;
    width: 96%;
	margin-right: auto;
	margin-left: auto;
}
/*.recruit_table:nth-child(1) th{
    border-top: 1px solid #003aa4;
}
.recruit_table:nth-child(1) td{
    border-top: 1px solid #eaeef0;
}*/


/*.recruit_table .lines th{
    border-bottom: 1px solid #003aa4;
}
.recruit_table .lines td{
    border-bottom: 1px solid #eaeef0;
}*/

.recruit_table {
	border-collapse:collapse;
    letter-spacing: 1px;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	box-sizing: border-box;
	font-size: 12pt;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    padding-bottom: 30px;
}
/*.recruit_table th, .cp_table  td {width: 100%;}*/
.recruit_table th {
	font-size: 12pt;
	line-height: 25px;
	font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
    letter-spacing: 1px;
    font-weight: normal;
	display: block;
	padding: 10px!important;
	box-sizing: border-box;
    background-color: #eaeef0;
}
.recruit_table tr {
	display: block;
	width: 100%;
}
.recruit_table td {
	font-size: 12pt;
	line-height: 25px;
    letter-spacing: 1px;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	display: block;
	padding-bottom: 10px!important;
	padding-top: 10px!important;
	box-sizing: border-box;
}
.recruit_table h3 a{color: #262626;}

.recruit_table h3 {
    padding-top: 5px;
	font-size: 18pt;
	line-height: 30px;
    font-feature-settings: "palt" 1;
    font-family: futura-pt, sans-serif;
	font-weight: normal;
}
.recruit_table h3 span{
	font-size: 12pt;
	line-height: 30px;
    font-feature-settings: "palt" 1;
    font-family: futura-pt, sans-serif;
	font-weight: normal;
}




.daimoku {
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -20px;
}
.tittles {
    width: 70%;
    display: table;
    margin-left: auto;
    margin-right: 0;
    margin-top: -30px;
}
.submodel{
    width: 150px;
    margin-top: -10px;
    position: absolute;
    left: 0;
    top: 0;
}
.w600 {
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}
.w600 .points1 li{
    font-size: 10pt;
    line-height: 20px;
 }
.yazi {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    border: 30px solid transparent;
    border-top: 30px solid #fff;
}

.tobk {
    background-size: cover;
    background-image: url(../img/body/meritbk.webp);
    background-position: center center;
    position: relative;
}
.to-wrap .points3:not(:last-child) {margin-bottom: 0px;}
.to-wrap {
    /*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: flex-end;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    margin-left: auto;
    margin-right: auto;*/
    /*margin-bottom: 35px;*/
}
.dangumi-space {
    /*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
    position: relative;
    z-index: 9;
}
.mrk {
    width: 180px;
    padding-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
.dangumi {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    
    background-color: #fff;
    box-sizing: border-box;
    border: solid 8px #000a6d;
    margin-bottom: 5px;
    position: relative;
}
.to-wrap h4 {
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 15pt;
	line-height: 30px;
	font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}
.to-wrap p {
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 12pt;
	line-height: 25px;
	font-weight: normal;
}
.danmi2 {
    margin-bottom: 10px;
    text-align: center;
    /*position: absolute;
	margin-bottom: 20px;
    margin-top: -70px;
    z-index: 16;*/
}
.danmi2 span{
	background-color: #000a6d;
    color: #ffff00;
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 19px;
	line-height: 45px;
	font-weight: 700;
	box-sizing: border-box;
	display: inline;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.hyo {
    padding-bottom: 10px;
}
.hyo2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 10px;
}
    
    
.dangumi3 .w45 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 10px;    
}    
.dangumi-space p {
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 12pt;
	line-height: 25px;
	font-weight: normal;
}


.dangumi-space .dangumi1 p {
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 12pt;
	line-height: 25px;
	font-weight: normal;
}

.dangumi1 {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    box-sizing: border-box;
    border: solid 8px #000a6d;
    margin-bottom: 5px;
    position: relative;
}
.dangumi2 {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    box-sizing: border-box;
    border: solid 8px #000a6d;
    position: relative;
    margin-bottom: 5px;
}
.dangumi3 {
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fff;
    box-sizing: border-box;
    border: solid 8px #000a6d;
    position: relative;
}
.dangumi3 .wrap-space {
    /*width: 95%;*/
    margin-left: auto;
    margin-right: auto;
}
.dangumi3 .danmi{
    position: relative;
	margin-bottom: 10px;
    /*text-align: center;
    margin-top: -55px;
    z-index: 2;*/
}
.dangumi-space h4 {
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 15pt;
	line-height: 30px;
	font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}
.danmi {
    position: relative;
	margin-bottom: 10px;
    text-align: center;
   /* margin-top: -20px;*/
    z-index: 2;
}
.danmi span{
	background-color: #000a6d;
    color: #ffff00;
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 19px;
	line-height: 45px;
	font-weight: 700;
	box-sizing: border-box;
	display: inline;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.bluewbk {
    
    
    background: linear-gradient(180deg, #fff 0%, #fff 20%, #004dda 20%, #004dda 90%, #fff 90%, #fff 100%);

}


main {/*background: linear-gradient(180deg, #fff 0%, #fff 60%, #f6fbfa 60%, #f6fbfa 100%);*/}

.main-space {
    padding-top:10px;
    padding-bottom: 10px;
	/*min-width: 1130px;*/
	position: relative;
	/*padding-top:130px;*/
    background-color: #fce640;
}

.main-image {
    /*width: 100%;*/
    background-color: #fce640;
    height: 400px;
    
    /*padding-top:52%;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/body/mainbk.webp);
    background-position: center center;
    margin-right: 10px;
    margin-left: 10px;
    /*border-radius: 30px 100px;*/
}
.testspace {
    width: 320px;
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    z-index: 2;
}
.mainmodel {
    position: absolute;
    bottom: 0;
    left: 0;
    right:0;
    width: 180px;
    /*min-width: 410px;*/
    line-height: 0;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    z-index: 5;
}
.bakoon {
    position: absolute;
    bottom: 80px;
    left: 0;
    right:0;
    width: 320px;
    line-height: 0;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    z-index: 1;
}
.medal {
    width: 320px;
    right:0;
    left:0;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -50px;
    position: absolute;
    z-index: 5;
}
.medal h3{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 9pt;
	line-height: 20px;
    font-weight: normal;
    text-align: center;
    right:0;
    left:0;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: -10px;
    position: absolute;
    z-index: 5;
}
.hahen {
    /*width: 20px;*/
    right:0;
    left:0;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    z-index: 5;
}
.hahen1{
    position: absolute;
    left: -10px;
    bottom: 40px;
    width: 60px;
    z-index: 5;
}
.hahen2{
    position: absolute;
    right: 10px;
    bottom: 60px;
    width: 80px;
    z-index: 5;
}

.hahen3{
    position: absolute;
    right: 1%;
    top: 80px;
    width: 50px;
    z-index: 5;
}
.hahen4{
    position: absolute;
    right: -1%;
    top: -39px;
    width: 70px;
    z-index: 5;
}
.hahen5{
    position: absolute;
    left: -2%;
    bottom: -50px;
    width: 80px;
    z-index: 5;
}

.threes {
    /*display: flex;
    flex-wrap: wrap;
    gap: 1.25%;
    justify-content: flex-start;*/
    padding-top: 10px;
}

.threes li:nth-child(1) {margin-bottom: 15px;}
.threes li:nth-child(2) {margin-bottom: 15px;}
.threes li:nth-child(3) {margin-bottom: 15px;}
    
.threes li{
    /*width: 32.5%;*/
    background:#fff;
    padding: 25px;
    box-sizing:border-box;
    position: relative;
    overflow: hidden;
    border: 6px solid #100469;
    border-radius: 25px;
    box-shadow: 5px 5px 0px #100469;
}
.threes h3 {
    color: #004dda;
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 54pt;
	line-height: 65px;
	font-weight: 700;
	margin-bottom: 20px;
    text-align: center;
}
.threes h4 {
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 17pt;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 10px;
    text-align: center;
}
.threes p {
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 12pt;
	line-height: 26px;
	font-weight: normal;
}






.threes2 {
    /*display: flex;
    flex-wrap: wrap;
    gap: 1.25%;
    justify-content: flex-start;*/
    padding-top: 20px;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
}
.spd {margin-bottom: 10px;}
.kowaku{
    /*display: flex;
    flex-direction: column;
    width: 32.5%;*/
    background:#fff;
    padding:20px;
    box-sizing:border-box;
    position: relative;
    border: 5px solid #100469;
    border-radius: 10px;
    box-shadow: 4px 4px 0px #100469;
    z-index: 1;
}
.kowaku h3 {
    width: 70%;
    /*position: absolute;
    margin-top: -40px;
    top: 0;
    left: 0;
    right: 0;*/
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 20pt;
	line-height: 45px;
	font-weight: 700;
	background-color: #004dda;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 100px;
    z-index: 2;
    display: block;
}
.threes2 h4 {
    padding-top: 20px;
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 19pt;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 20px;
    text-align: center;
}
.threes2 p {
    margin-top: auto;
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 13pt;
	line-height: 26px;
	font-weight: normal;
    text-align: center;
}
.threes2 h5 {
    margin-top: auto;
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 12pt;
	line-height: 26px;
	font-weight: normal;
    text-align: justify;
}

.nobk {background: linear-gradient(180deg, #ffe400 0%, #ffe400 60%, #004dda 60%, #004dda 100%);}

.nobk2 {background: linear-gradient(180deg, #fff 0%, #fff 20%, #ffe400 20%, #ffe400 100%);}

.flowimage {padding-top: 20px;}



.onayami {background-color: #004dda;position: relative;}

.onayami:before {
    content:"";
    background-image: url("../img/body/onayamibk.webp");
    background-position: center center;
    background-size: cover;
    position: absolute;
    height: 300px;
    margin-top: 20px;
    top: 0;
    left: 0;
    right: 0;
}

/*onayamibk.webp*/


.nayami-text{
    padding-top: 30px;
    width: 96%;
    
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 3;
}
.nayami-text img{line-height: 0;display: block;}

.space-full3 h2 {
    
}
.midashi2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    margin-top: -40px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    
	font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 27pt;
	line-height: 45px;
	font-weight: 700;
	margin-bottom: 25px;
    text-align: center;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
    box-sizing: border-box;
    background-color: #000a6d;
    color: #fff;
    border-radius: 15px;
    display: table;
    
}
.area-space {
    padding-top: 20px;
    padding-bottom: 10px;
}
.modal {
    width: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0;
    margin-right: 0.5%;
    z-index: 2;
}

.map {width: 200px;margin-right: auto;margin-left: 0;margin-bottom: 0px;}
.areas-text {}
.areas {
    
    /*flex-wrap: wrap;*/
   /* justify-content: space-between;*/
}
.areas-text h4{
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 30pt;
	line-height: 45px;
	font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.areas-text h5{
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 18pt;
	line-height: 30px;
	font-weight: 700;
    margin-bottom: 15px;
}
.areas-text p span{font-size: 15pt;font-weight: 600;}
.areas-text p{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 13pt;
	line-height: 25px;
	font-weight: normal;
}
.tags {
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
    margin-bottom: 20px;
}
.tags li{
    width: 48%;
    margin: 1%;
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 14pt;
	line-height: 25px;
	font-weight: normal;
    text-align: center;
    
    background:#ffea00;
    padding-top:10px;
    padding-bottom: 10px;
    box-sizing:border-box;
    position: relative;
    overflow: hidden;
    border: 4px solid #100469;
    border-radius: 9px;
    box-shadow: 3px 3px 0px #100469;
}



.fours {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.fours li{width: 49%;position: relative;}
.fours li:nth-child(1){margin-bottom: 10px;}
.fours li:nth-child(2){margin-bottom: 10px;}
.fours li .image-box{margin-top: 10px;}
.fours li h3{
    position: absolute;
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 13pt;
	line-height: 22px;
	font-weight: normal;
    text-align: center;
    background:#ffea00;
    padding-top:5px;
    padding-bottom: 5px;
    left: 0;
    right: 0;
    box-sizing:border-box;
    overflow: hidden;
    border: 3px solid #100469;
    border-radius: 9px;
    box-shadow: 2px 2px 0px #100469;
    z-index: 1;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.fours li h3{/*margin-bottom: 15px;*/}


.fours2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fours2 li{width: 49%;}
.fours2 li h3{
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 13pt;
	line-height: 22px;
	font-weight: normal;
    text-align: center;
    
    background:#ffea00;
    padding-top:5px;
    padding-bottom: 5px;
    box-sizing:border-box;
    position: relative;
    overflow: hidden;
    border: 3px solid #100469;
    border-radius: 9px;
    box-shadow: 2px 2px 0px #100469;
}

.fours2 li h3:nth-child(1){margin-bottom: 5px;}
.fours2 li h3:nth-child(2){margin-bottom: 5px;}
.fours2 li h3:nth-child(3){margin-bottom: 5px;}
.fours2 li h3:nth-child(4){margin-bottom: 5px;}
.fours2 li h3:nth-child(5){margin-bottom: 5px;}
.fours2 li h3:nth-child(6){margin-bottom: 5px;}

.nobk2 .space-full3 {
    position: relative;
    width: 96%;
    
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    background:#fff;
    border-radius: 15px;
    border: 8px solid #100469;
    box-shadow: 5px 5px 0px #100469;
    background-image: url("../img/body/zimon.webp");
    background-position: center center;
    background-size: 200%;
    z-index: 3;
} 
.nobk2 .space-full3 .comennt2 {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 13pt;
	line-height: 30px;
	font-weight: normal;
    text-align: justify;
}
    
    
.space-full3 {
    position: relative;
    width: 96%;
    
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    padding-top: 90px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    background:#fff;
    border-radius: 15px;
    border: 8px solid #100469;
    box-shadow: 5px 5px 0px #100469;
    background-image: url("../img/body/zimon.webp");
    background-position: center center;
    background-size: 200%;
    z-index: 3;
}
.corp .comennt2 {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 10pt;
	line-height: 22px;
	text-align: center;
	font-weight: normal;
}
.logos {
	/*display: flex;
	justify-content: center;
	align-items: center;*/
	/*flex-wrap: wrap;*/
    margin-bottom: 10px;
    padding-top: 10px;
}
.logos img{
    display: block;
	width: 250px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
}
.logos span {
    display: block;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 15pt;
	line-height: 28px;
	font-weight: 600;
    text-align: center;
}


.wrap-space {
	/*display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;*/
}
.wrap-space:not(:last-child) {margin-bottom: 20px;}
.wrap-space0 {
	/*display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;*/
}
.wrap-space0:not(:last-child) {margin-bottom: 20px;}
.wrap-space0:nth-child(odd) {flex-direction: row-reverse;}
.wrap-space1 {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.wrap-space1:not(:last-child) {margin-bottom: 20px;}
.wrap-space1:nth-child(even) {flex-direction: row-reverse;}
.wrap-space2 {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.wrap-space2:not(:last-child) {margin-bottom: 15px;}
.wrap-space2:nth-child(even) {flex-direction: row-reverse;}
.wrap-space3 {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.wrap-space3:not(:last-child) {margin-bottom: 20px;}
.wrap-space3:nth-child(odd) {flex-direction: row-reverse;}

/*.h20 {padding-top: 20%;}
.h25 {padding-top: 25%;}
.h30 {padding-top: 30%;}
.h35 {padding-top: 35%;}
.h40 {padding-top: 40%;}
.h45 {padding-top: 45%;}
.h50 {padding-top: 50%;}
.h55 {padding-top: 55%;}
.h60 {padding-top: 60%;}
.h65 {padding-top: 65%;}
.h70 {padding-top: 70%;}

.h80 {padding-top: 80%;}
*/
.image-box {
	display: block;
	position: relative;
	width: 100%;
	/*height: 0;*/
	overflow: hidden;
    padding-top: 20px;
}
.image-box img{
	width: 100%;
	height: 100%;
	/*position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;*/
	box-sizing: border-box;
	border-radius: 5px;
}
.image300 img {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 30%;
	overflow: hidden;
	margin-bottom:10px;
}
.image350 img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	box-sizing: border-box;
}
.image400 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 400px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
.image450 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 450px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
.image500 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 500px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.comennt-box {}
.comennt-box:not(:last-child) {}


/*.r20 {margin-right: 8%;}
.l20 {margin-left: 8%;}

.w20 {width: 20%;}
.w21 {width: 21%;}
.w22 {width: 22%;}
.w23 {width: 23%;}
.w24 {width: 24%;}
.w25 {width: 25%;}
.w26 {width: 26%;}
.w27 {width: 27%;}
.w28 {width: 28%;}
.w29 {width: 29%;}
.w30 {width: 30%;}
.w31 {width: 31%;}
.w32 {width: 32%;}
.w33 {width: 33%;}
.w34 {width: 34%;}
.w35 {width: 35%;}
.w36 {width: 36%;}
.w37 {width: 37%;}
.w38 {width: 38%;}
.w39 {width: 39%;}
.w40 {width: 40%;}
.w41 {width: 41%;}
.w42 {width: 42%;}
.w43 {width: 43%;}
.w44 {width: 44%;}
.w45 {width: 45%;}
.w46 {width: 46%;}
.w47 {width: 47%;}
.w48 {width: 48%;}
.w49 {width: 49%;}
.w50 {width: 50%;}
.w51 {width: 51%;}
.w52 {width: 52%;}
.w53 {width: 53%;}
.w54 {width: 54%;}
.w55 {width: 55%;}
.w56 {width: 56%;}
.w57 {width: 57%;}
.w58 {width: 58%;}
.w59 {width: 59%;}
.w60 {width: 60%;}
.w61 {width: 61%;}
.w62 {width: 62%;}
.w63 {width: 63%;}
.w64 {width: 64%;}
.w65 {width: 65%;}
.w66 {width: 66%;}
.w67 {width: 67%;}
.w68 {width: 68%;}
.w69 {width: 69%;}
.w70 {width: 70%;}
.w71 {width: 71%;}
.w72 {width: 72%;}
.w73 {width: 73%;}
.w74 {width: 74%;}
.w75 {width: 75%;}*/


#page1,#page2,#page3,#page4,#page5,#page6,#page7,#page8,#page9,#page10,#page11  {scroll-margin-top: 150px;}
#privacy  {scroll-margin-top: 150px;}

.midashi1 {
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 35pt;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 15px;
    text-align: center;
}
.to-top {margin-top: 8px;}



.midashi3 {
	font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 17pt;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 25px;
	text-align: center;
}
.midashi3p {
	font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 15pt;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 15px;
	text-align: center;
    margin-top: 30px;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 20px;
    
    border-radius: 90px;
    background-color: #190066;
    color: #fff;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.comennt2b {
	font-weight: normal;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 12pt;
	line-height: 26px;
	text-align: center;
}

.midashi4{
	font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 32pt;
	line-height: 55px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}
.midashi4 span{
	font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 15pt;
	line-height: 30px;
    font-weight: 700;
    display: block;
}
.midashi5{
	font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 32pt;
	line-height: 55px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}
.midashi5s{
	font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 20pt;
	line-height: 45px;
	font-weight: 700;
	margin-bottom: 55px;
	text-align: center;
    /*transform: rotate( -5deg );*/
}
.midashi5s span{font-size: 40pt;display: block;}


.midashi6{
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 15pt;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: center;
}
.corp {color: #262626;}
.corp .space-full{
    margin-right: 5%;margin-left: 5%;
}
.corp .comennt1{
    margin-bottom: 30px;
}

.comennt {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
}
.comennt5 {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 15pt;
	line-height: 30px;
	font-weight: 600;
}
.comennt1 {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 13pt;
	line-height: 30px;
	font-weight: normal;
}
.names span{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 18pt;
	line-height: 35px;
	font-weight: 600;
    margin-left: 10px;
}
.names {
    padding-top: 10px;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 12pt;
	line-height: 25px;
	font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}


.comennt2 {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 14pt;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
}
.comennt2sb {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 11pt;
	line-height: 22px;
	
	font-weight: normal;
}
.comennt2s {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 11pt;
	line-height: 25px;
	font-weight: normal;
}
.comennt2s a{color: #000a6d;text-decoration: underline;}
.comennt2s a:hover{color: #000;text-decoration: underline;}
.comennt3 {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 14pt;
	line-height: 30px;
	font-weight: normal;
}

.map-space {
	position: relative;
	padding-bottom: 47%;/*←高さを変更する*/
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #fafafa;
}
.map-space iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

ul.points1{
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points1 li{padding-left: 0.7em;}
ul.points1 li:before {
	content: "※";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
}
.points1 li {
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 25px;
	text-align: left;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
    text-shadow:
  -1px -1px 0 #fff,
   1px -1px 0 #fff,
  -1px  1px 0 #fff,
   1px  1px 0 #fff,
   0px -2px 0 #fff,
   2px  0px 0 #fff,
   0px  2px 0 #fff,
  -2px  0px 0 #fff;
}
.points1:not(:last-child) {margin-bottom: 15px;}


ul.points2 {
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points2 li{padding-left: 0.7em;}
ul.points2 li:before {
	font-family: "Material Icons";
	content: "\eb36";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #e6cd9b;
	font-weight: 600;
}
.points2 li {
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 26px;
	text-align: left;
}

ul.points3 {
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points3 li{padding-left: 0.7em;}
ul.points3 li:before {
	content: "●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #003aa4;
}
.points3 li {
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 22px;
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
}
.points3:not(:last-child) {margin-bottom: 10px;}

ol.point-num {
	counter-reset: my-counter;
	padding-left: 10px;
	list-style: none;
	margin-right: auto;
	margin-left: auto;
}
ol.point-num li{
	padding-left: 20px;
	position: relative;
}
ol.point-num li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #98D62E;
	color: #FFF;
	display: inline-block;
	line-height: 22px;
	margin-left: -27px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	font-size: 9pt;
	margin-right: 5px;
	vertical-align: 5%;
}
ol.point-num li {
	font-weight: normal;
	position: relative;
	font-size: 12pt;
	line-height: 26px;
	text-align: left;
}
ol.point-num li:not(:last-child) {margin-bottom: 10px;}






.whbk{position: relative;background-color: #FFF;}


.greetbk {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	color: #FFF;
	background-image: url(../img/body/greetbk.jpg);
	padding-top: 5%;
	padding-bottom: 5%;
}

.corp .textbox {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 10px;
	position: relative;	
	
}
.textbox {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;	
	
}
.textbox1s {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 30px;
	position: relative;		
}
.textbox1sc {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;		
}
.textbox1s2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 60px;
	position: relative;		
}


.textbox1 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;		
}
.textbox2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 60px;
	position: relative;	
}
.textbox3 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;		
}



.hed-space {
	width: 90%;
	min-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom:0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.change-color .hed-space {
	width: 96%;
	min-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom:5px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.logoimage {}
.logoimage a{display: block;}

#logo {
	width: 350px;
	margin-top: 30px;
	transition: all .5s;
}
.change-color #logo {
	width: 250px;
	margin-top: 10px;
	transition: all .5s;
}


.telnum {
	width: 345px;
    margin-top: 35px;
    transition: all .5s;
}
.change-color .telnum {
	width: 275px;
    margin-top: 10px;
    transition: all .5s;
}

#header {}
.header {   
    transition: all .5s;
    position: fixed;
    width: 100%;
    z-index: 100;
}




.header.change-color {
    /*background-color: #FFF;
	color: #000;
	-webkit-box-shadow: 3px 5px 5px rgba(0,0,0,.1);
	-moz-box-shadow: 3px 5px 5px rgba(0,0,0,.1);
	-o-box-shadow: 3px 5px 5px rgba(0,0,0,.1);
	box-shadow: 3px 5px 5px rgba(0,0,0,.1);*/
}



.hed-right {}
.hed-info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.gloval-menu {}
.gloval-menu ul {margin: 0;padding: 0;}
.gloval-menu li {list-style: none;}
.gloval-menu a {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	box-sizing:border-box;
}
.gloval-menu > ul > li {margin-right: 1px;text-align: center;}
.gloval-menu li ul {height: 0;width: 0;overflow: hidden;position: absolute;}
.gloval-menu li:hover ul,
.gloval-menu li:focus-within ul {
	height: auto;
	width: auto;
	position: absolute;
	z-index: 55;
	display:block;
}
.gloval-menu .c-menu01 {margin-left: 10px;margin-right: 10px;}
.gloval-menu .c-menu01 a {
	position: relative;
	margin-top: 10px;
	color: #333;
	font-size: 13pt;
	line-height: 25px;
	font-weight: 600;
	font-style: normal;
	padding-top: 7px;
	padding-bottom: 7px;
}
.gloval-menu .c-menu01 a.current {color: #FF6600;position: relative;}
.gloval-menu .c-menu01 a.current::before {
	background-color: #FF6600;
	position: absolute;
	bottom: -1px;
	left: 0px;
	content: '';
	width: 100%;
	height: 2px;
	right: 0px;
}
.gloval-menu .c-menu01 a:active {background-color: #FF6600;}

.c-menu01 a:hover,
.c-menu01 a:focus {}
.c-menu01 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #FF6600;
}
.c-menu01 a:hover::after {transform: scale(1, 1);}
.gloval-menu .c-menu01 a:hover{
	color: #FF6600;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.gloval-menu .c-menu02 {
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}
.gloval-menu .c-menu02 .cnavs.current {color: #FF6600;position: relative;}
.gloval-menu .c-menu02 .cnavs.current::before {
	background-color: #FF6600;
	position: absolute;
	bottom: -1px;
	left: 0px;
	content: '';
	width: 100%;
	height: 2px;
	right: 0px;
}
.cnavs {
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	font-size: 13pt;
	line-height: 25px;
	font-weight: 600;
	font-style: normal;
	padding-top: 7px;
	padding-bottom: 7px;
}
.cnavs:hover,
.cnavs:focus {}
.cnavs::after {
	cursor: pointer;
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #FF6600;
}
.cnavs:hover::after {transform: scale(1, 1);}

.gloval-menu .c-menu02:hover{
	position: relative;
	color: #FF6600;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.gloval-menu .c-menu02::after {
	cursor: pointer;
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: 5px;
	transform: scale(0, 1);
	opacity: 0;
	transition: transform 0.3s;
	background-color: #FF6600;
}

.gloval-menu .c-menu02:hover::after {
	opacity: 1;
	transform: scale(1, 1);
}




.gloval-menu > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.gloval-menu ul .c-menu01 .level1 {margin-left: -80px;}
.gloval-menu ul .c-menu02 .level1 {margin-left: -60px;}

.level1 a {
	display: block;
	margin-top: 0px!important;
	box-sizing: border-box;
	font-size: 11pt;
	color: #FFF!important;
	text-align: left;
	text-decoration: none;
	background-color: #0058a4;
	width: 240px;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 25px;
	padding-top: 15px!important;
	padding-right: 15px;
	padding-bottom: 15px!important;
	padding-left: 15px;
}
.level1 a:hover {background-color: #004682;}
.level1 a:focus {background-color: #004682;}
.level1 a:hover::after {transform: scale(0, 0);}





.gloval-menu .c-menu07 .mysvg{
	display: inline-block;
	width: 25px;
	margin-right:8px;
	vertical-align:-27%;
	color: #fff;
	fill: currentColor;
}
.gloval-menu .c-menu07 a {
	margin-left: 10px;
	margin-top: 0px;
	display: block;
	position: relative;
	font-size: 12pt;
	font-weight: 600;
	color: #FFF;
	background-color: #183346;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 25px!important;
	-webkit-border-radius: 56px;
	-moz-border-radius: 56px;
	border-radius: 56px;
}
.gloval-menu .c-menu07 a:hover {
	color: #FFF;
	background-color: #30556e;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*.gloval-menu .c-menu07 a::after {
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	width: 100%;
	height: 0px;
	transform: scale(0, 0);
	transform-origin: left top;
	transition: transform .3s;
	background-color: #37A1DB;
}
*/





body {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow-x: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-y: hidden;
	font-family: "source-han-sans-japanese","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000a6d;
    background-color: #ffe400;
	-webkit-text-size-adjust:100%;
}
    
    
    
    
.pankuzu .mainmodel {
    position: absolute;
    bottom: 0;
    /*left: 0;*/
    right:0;
    width: 60%;
    height: 250px;
    margin-right: -5%;
    /*min-width: 410px;*/
   /* max-width: 350px;*/
    line-height: 0;
    
    z-index: 5;
    overflow: hidden;
}
.pankuzu .hahen {
    width: 90%;
    right:0;
    left:0;
    bottom: 0;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    z-index: 5;
}
.pankuzu .hahen1{
    position: absolute;
    left: -30px;
    bottom: 70px;
    width: 70px;
    z-index: 5;
    transform: rotate( 45deg );
}
.pankuzu .hahen2{
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 70px;
    z-index: 5;
}

.pankuzu .mainmodel img{
    display: block;
	width: 160px;
	line-height: 0px;
	height: auto;
	object-fit: cover;
}
.pankuzu .main-image {
    /*width: 100%;*/
    background-color: #fce640;
    height: 300px;
    
    /*padding-top:52%;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/body/mainbk.webp);
    background-position: center center;
    margin-right: 10px;
    margin-left: 10px;
    /*border-radius: 30px 100px;*/
}

.pagetitle {
    position: absolute;
    left: 0px;
    bottom: -30px;
    z-index: 15;
    padding-top: 25px;
    padding-right: 40px;
    padding-left: 30px;
    padding-bottom: 20px;
    box-sizing: border-box;
    /*background-color: #ffe400;*/
    background-color: #10046a;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 40px;
}
.pankuzu h2 {
    font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	color: #10046a;
    color: #fff;
	font-weight: 600;
	font-size: 25pt;
	line-height: 40px;
}

.pankuzu-space {}
.pankuzu {
    position: relative;
    padding-top: 10px;
    border-bottom: solid 15px #000a6d;
}
.pages {
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	color: #fff;
	padding-top: 10px;
	font-size: 10pt;
	line-height: 22px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/*justify-content: center;*/
}
.pages li {
	margin-right: 1px;
	margin-left: 1px;
}
.pages li a{
	color: #fff;
}
.pages li a:hover{
	color: #fff;
	text-decoration: underline;
}

.pages li i{
	font-size: 7pt;
	line-height: 18px;
	vertical-align:2%;
	display:inline-block;
}






#wrapper {}

.bicho-r5 {padding-right: 5px;}
.bicho-l5 {padding-left: 5px;}

.pcdown10 {padding-bottom: 10px;}
.pcdown20 {padding-bottom: 20px;}
.pcdown25 {padding-bottom: 24px;}
.pcdown30 {padding-bottom: 30px;}
.pcdown30s {padding-bottom: 30px;}
.pcdown40 {padding-bottom: 40px;}
.pcdown50 {padding-bottom: 50px;}
.pcdown60 {padding-bottom: 60px;}
.pcdown70 {padding-bottom: 70px;}
.pcdown80 {padding-bottom: 80px;}
.pcdown90 {padding-bottom: 90px;}
.pcdown100 {padding-bottom: 100px;}
.pcup10 {padding-top: 10px;}
.pcup20 {padding-top: 20px;}
.pcup30 {padding-top: 30px;}
.pcup40 {padding-top: 40px;}
.pcup50 {padding-top: 50px;}
.pcup60 {padding-top: 60px;}
.pcup70 {padding-top: 70px;}
.down30 {margin-bottom: 30px;}



.c-btm {
	display: table;
	padding-top:60px;
	margin-right: auto;
	margin-left: auto;
}
.r-btm {
	display: table;
	padding-top:40px;
	margin-right: 0;
	margin-left: auto;
}
.l-btm {
	padding-top:40px;
}

/*.tels {
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 50pt;
	line-height: 72px;
}
.tels span{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 14pt;
	line-height: 30px;
	font-weight: normal;
    display: block;
}*/


.ctrbnr {
    box-sizing: border-box;
    padding: 15px;
}

.to-ctrbnr {
    
    margin-right: auto;margin-left: auto;
    box-sizing: border-box;
    padding: 20px;
    background-color: #000a6d;
    color: #fff;
    /*display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;*/
    /*overflow: hidden;*/
    border: 5px solid #000a6d;
    border-radius: 15px;
    box-shadow: 5px 5px 0px #000a6d;
}
.to-ctrbnr h2{/*width: 25%;*/}

.tels {
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 30pt;
	line-height: 45px;
    text-align: center;
    margin-bottom: 10px;
}
.tels span{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 12pt;
	line-height: 30px;
	font-weight: normal;
    display: block;
    text-align: center;
}

.ctr {
    /*width: 90%;*/
    /*width: 80%;*/
    /*width: 70%;*/
    
}
.ctr li:nth-child(1){}
.ctr li:nth-child(2){}

.button1 .mysvg {
	width:20px;
	vertical-align: -3%;
	display: inline-block;
	color: #fff;
	fill: currentColor;
	margin-right:3px;
}
.button1:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button1 div {
    /*display: table;
    margin-left: auto;
    margin-right: auto;*/
}

.button1 p{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 12pt;
	line-height: 23px;
	font-weight: normal;
    text-align: center;
    /*margin-left: 35px;*/
    
}
.button1 h3{
    outline: none;
	font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 26pt;
	line-height: 40px;
    text-align: center;
}
.button1 {
    margin-bottom: 10px;
    display: block;
	text-decoration: none;
	border-radius: 10px;
	position: relative;
	z-index: 1;
    padding-top: 20px;
	/*padding-right:30px;
	padding-left:30px;*/
	padding-bottom: 20px;
}
.button1::before,
.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button1,
.button1::before,
.button1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button1 {
	color: #fff;
	background-color: #2099ff;
}
.button1:hover {
	color: #fff;
	background-color: #0076d9;
}


.button2 .mysvg {
	width:20px;
	vertical-align: -2%;
	display: inline-block;
	color: #000a6d;
	fill: currentColor;
	margin-right:5px;
}
.button2:hover .mysvg{
	color: #000a6d;
	fill: currentColor;
}
.button2 div {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.button2 p{
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 12pt;
	line-height: 23px;
	font-weight: normal;
    text-align: center;
}
.button2 h3{
    outline: none;
	font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 22pt;
	line-height: 40px;
	font-weight: 700;
}
.button2 {
    display: block;
	text-decoration: none;
	border-radius: 10px;
	position: relative;
	z-index: 1;
    padding-top: 20px;
	/*padding-right:30px;
	padding-left:30px;*/
	padding-bottom: 20px;
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2 {
	color: #000a6d;
	background-color: #fff;
}
.button2:hover {
	color: #000a6d;
	background-color: #ffea00;
}




.button3g .mysvg {
	width: 23px;
	position: absolute;
	display: block;
	color: #ffea00;
	fill: currentColor;
	margin-left:10px;
    top: 30%;
    right: 30px;
}
.button3g {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 13pt;
	line-height: 25px;
    padding-top: 13px;
    height: 55px;
	font-weight: 600;
    display: block;
	text-decoration: none;
	border-radius: 12px;
	position: relative;
	z-index: 1;
    
	padding-right:80px;
	padding-left:30px;
    
	
}
.button3g::before,
.button3g::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3g,
.button3g::before,
.button3g::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button3g {
	color: #fff;
	background-color: #000a6d;
    box-shadow: 6px 6px 0px #100469;
}
.button3g:hover {
	color: #fff;
	background-color: #000a6d;
    box-shadow: 6px 6px 0px #100469;
}


.balloon1 {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 60px;
	outline: none;
	font-size: 13pt;
	height: 60px;
	text-transform: uppercase;
	width: 100%;
	color: #FFF;
	position: relative;
	background: #000;
}

.balloon1:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #000;
}




footer {
    background-color: #ffe400;
    color: #262626;
    background-image: url("../img/body/foot-ware-01.webp");
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: left bottom;
}





.foot-text {
	font-size: 11pt;
	line-height: 23px;
	margin-bottom: 17px;
}

.footcontena {
	padding-top: 30px;
	padding-bottom: 70px;
    background-image: url("../img/body/foot-ware-02.webp");
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: right bottom;
}

.foot-space {
    width: 92%;
	
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}

.foot-left {
	/*width: 43%;*/
}

.foot-left h3 .mysvg{
	width: 30px;
    vertical-align: -25%;
    display: inline-block;
    margin-left: 5px;
    color: #003aa4;
    fill: currentColor;
}

.foot-left h3 {
	font-weight: 600;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 15pt;
    line-height: 25px;
    margin-bottom: 15px;
    text-align: center;
}

.foot-left h3 a{
    color: #003aa4;
    -webkit-transition: all .3s;
	transition: all .3s;
}
.foot-left h3 a:hover{
    color: #003aa4;
    -webkit-transition: all .3s;
	transition: all .3s;
}
.foot-left h4{
	font-weight: normal;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 12pt;
    line-height: 25px;
    margin-bottom: 20px;
    text-align: center;
}



.foot-right {
    /*width: 57%;*/
}

.footlogo {
	width: 260px;
	line-height: 0px;
	margin-bottom: 25px;
    margin-right: auto;
	margin-left: auto;
}
.foot-menu {
	/*margin-left: 20px;*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 20px;
}

.foot-menu li {
    width: 49%;
    margin-bottom: 4px;
	position:relative;
	/*width: 49%;
	margin-bottom:5px;*/
}

.foot-menu li a{
    border-radius: 6px;
    padding: 5px;
    background-color: #27255c;
    font-feature-settings: "palt" 1;
	font-size: 11pt;
	line-height: 25px;
	color: #fff;
	display:block;
    text-align: center;
}
/*.foot-menu li:not(:first-child)::before {
  content: "/";
  color: #262626;
  margin-left: -15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.foot-menu li a:hover,
.foot-menu li a:focus {}
.foot-menu li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	bottom: -0px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #262626;
}
.foot-menu li a:hover::after {transform: scale(1, 1);}*/
.medal2 {
    width: 300px;
    margin-right: auto;
	margin-left: auto;
    line-height: 0px;
}

.copy {
    font-family: futura-pt, sans-serif;
    font-size: 9pt;
    line-height: 16px;
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
}

.copy i{
	font-size: 9pt;
	line-height: 16px;
	vertical-align: -7%;
	display: inline-block;
	margin-left:3px;
}
.rightbnr {
	width: 99%;
	margin: 0.5%;
	position: fixed;
	bottom: 0px;
	right: 0px;
    left: 0px;
	z-index: 101;
	box-sizing: border-box;
}

.right-form2 .mysvg{
	width: 20px;
	margin-right:10px;
    vertical-align: -20%;
	color: #fff;
	fill: currentColor;
    display: inline-block;
}
.right-form2:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}

.rightbnr span{
	font-feature-settings: "palt" 1;
	font-family: "corporate-logo-ver2", sans-serif;
	font-size: 12pt;
	line-height: 30px;
	font-weight: 700;
}

.right-form2 {
    text-align: center;
	display: block;
	border-radius: 10px;
	padding-top: 12px;
	/*padding-right: 25px;*/
	padding-bottom: 12px;
    box-sizing: border-box;
}
.right-form2::before,
.right-form2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.right-form2,
.right-form2::before,
.right-form2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.right-form2 {
	background-color: #004dda;
	color: #fff;
}
.right-form2:hover {
	background-color: #004dda;
	color: #fff;
}

}






