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



.accordion-full2 .ban2{
	position: relative;
	display: block;
	width: 100%;
	border: none;
	text-align: left;
	cursor: pointer;
	margin-bottom: 12px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 1px 1px 10px rgba(100,139,237,0.2);
	padding: 10px 60px 10px 30px;
	transition: all .3s;
	border-radius: 20px;
}

.accordion-full2 .ban2:before {
	position: absolute;
	top: calc(50% - 25px);
	right: 35px;
	box-sizing: border-box;
	font-size: 35px;
	font-feature-settings: "palt" 1;
	font-family: din-2014, sans-serif;
	font-weight: 500;
	color: #24b4cc;
	content: "＋";
	transition: transform .3s ease;
}

.accordion-full2.is-open .ban2:before {
	content: "−";
	margin-right: 3px;
	margin-top: -5px;
}

.accordion-full2 .ban2 h3 {
	margin: 0;
	font-family: source-han-sans-cjk-ja, sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 24px;
	line-height: 1.6;
	font-weight: 500;
    color: #131b44;
}

.accordion-full2 .ban2 h3 span{
	font-feature-settings: "palt" 1;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	color: #24b4cc;
	margin-right: 25px;
	font-size: 40px;
	line-height: 1.8;
	display: inline-block;
	vertical-align: -5%;
}

.accordion-full2 .contents {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: height .35s ease, opacity .25s ease;
}

.accordion-full2 .contents-inner {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 25px;
    padding-bottom: 25px;
    box-sizing: border-box;
    background-color: #f6f7fd;
    margin-bottom: 15px;
    border-radius: 15px;
}

/*.accordion-full2 .ban2{
	position: relative;
	list-style: none;
	cursor: pointer;
	margin-bottom: 12px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 1px 1px 20px rgba(100,139,237,0.3);
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 30px;
	transition: all .3s;
	border-radius: 20px;
}
.accordion-full2 .ban2:not(:first-child) {}
.accordion-full2 .ban2:not(:last-child) {}
.accordion-full2 .ban2::-webkit-details-marker {display: none;}
.ban2::-webkit-details-marker {display: none;}
.ban2:before {
	position: absolute;
	top: calc(50% - 25px);
	right: 35px;
	box-sizing: border-box;
	font-size: 35px;
	font-feature-settings: "palt" 1;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	color: #24b4cc;
	content: "＋";
	transform-origin: center 43%;
	transition: transform 0.5s;
}
details[open] .ban2:before,
.acdicon details[open] .ban2:before {
	position: absolute;
	top: calc(50% - 25px);
	right: 35px;
	box-sizing: border-box;
	font-size: 35px;
	font-feature-settings: "palt" 1;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	color: #24b4cc;
	content: "−";
	transform-origin: center 43%;
	transition: transform 0.5s;
	margin-right:3px;
	margin-top:-5px;
}
.accordion-full2 .ban2 h3 {
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 24px;
    line-height: 1.6;
    font-weight: 500;
}
.accordion-full2 .ban2 h3 span{
	font-feature-settings: "palt" 1;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	color: #24b4cc;
	margin-right:25px;
	font-size: 40px;
	line-height: 1.8;
    display: inline-block;
    vertical-align: -5%;
}
.accordion-full2 .contents {
	box-sizing:border-box;
	padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}
*/






.flow-step {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 40px;
    padding-top: 25px;
}

.flow-step li {
    position: relative;
    flex: 1;
    padding: 40px 26px 40px 34px;
    color: #fff;
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    background: #40a1e4;
    clip-path: polygon(
    0 0,
    calc(100% - 28px) 0,
    100% 50%,
    calc(100% - 28px) 100%,
    0 100%,
    28px 50%
  );
    margin-left: -28px;
}

.flow-step li:first-child {
    margin-left: 0px;
    clip-path: polygon(
    0 0,
    calc(100% - 28px) 0,
    100% 50%,
    calc(100% - 28px) 100%,
    0 100%
  );
}

.flow-step li:last-child {
    clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0 100%,
    28px 50%
  );
}

.flow-step li:nth-child(even) {
    background: #2d1e9c;
}





.to-comenntbox {
    box-sizing: border-box;
    /*padding: 30px;*/
    width: 60%;
    padding-right: 30px;
}

.tows {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 30px;
}
.tows li{width: 47%;}

.tittles {
    padding: 20px;
    background-color: #24b4cc;
    color: #fff;
    border-radius: 15px;
    position: relative;
    margin-bottom: 40px;
}


.tows h3 {
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 25px;
    line-height: 1.5;
	font-weight: 600;
    padding: 20px;
    text-align: center;
}
.tittles:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -25px;
	border: 25px solid transparent;
	border-top: 25px solid #24b4cc;
}

.tows h4 {
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 19px;
    line-height: 1.5;
	font-weight: normal;
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}
.tows h4 .mysvg{width: 20px;margin-right: 7px;padding-top: 5px;flex-shrink: 0;}

.tittles img{
    width: 280px;
    line-height: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.tows .wrap-space{
    border: solid 1px #cdd4de;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 20px;
    overflow: hidden;
}
.tows .wrap-space:not(:last-child) {margin-bottom: 20px;}


.Layout-block {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 60px;
}
.Layout-space:nth-child(1) {margin-bottom: 45px;}
.Layout-space:nth-child(2) {margin-bottom: 45px;}

.Layout-space img{
    width: 190px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: -30px;
}

.Layout-space {
    position: relative;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 120px;
    padding-bottom: 40px;
    box-sizing: border-box;
    /*background-color: rgba(3, 0, 139, 1);
    background-color: #0640bf;*/
    background-color: #24b4cc;
    background-color: #f5f7fd;
    /*color: #4877c5;*/
    /*color: #fff;*/
    border-radius: 30px;
    /*box-shadow: 1px 1px 25px rgba(29,42,73,.1);*/
}
.Layout-space .points3 li {margin-left: 25px;}
.Layout-space .points3 li:before {
	content: "●";
	padding-right: 0.3em;
	position: absolute;
	left: -20px;
    top: 5px;
	color: #00d8ff;
    font-size: 11px;
    font-family: source-han-sans-cjk-ja, sans-serif;
}
.Layout-space h3 {
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 26px;
    line-height: 1.6;
	font-weight: 600;
	margin-bottom: 20px;
    text-align: center;
    color: #3b42b9;
}


.ycenter {align-items: center;}

.rev {flex-direction: row-reverse;}

.wrap-space {
	display: flex;
	justify-content: space-between;
	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;}

.to-image {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
}
.test {/*width: 60%;*/}

.wakugumi {
    display: flex;
    /*align-items: center;*/
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 40px;
    color: #131b44;
}
/*.wakugumi li:not(:last-child) {margin-bottom: 20px;}*/

.wakugumi li{
    width: 50%;
    box-sizing: border-box;
    padding: 40px;
}
.wakugumi li:nth-child(1) {border-bottom: solid 1px #cdd4de;border-right: solid 1px #cdd4de;box-sizing: border-box;}
.wakugumi li:nth-child(2) {border-bottom: solid 1px #cdd4de;box-sizing: border-box;}
.wakugumi li:nth-child(3) {border-right: solid 1px #cdd4de;box-sizing: border-box;}
.wakugumi li:nth-child(4) {box-sizing: border-box;}
.midashi6 span{
    font-family: din-2014, sans-serif;
    display: block;
	font-size: 65px;
	line-height: 1.5;
	font-weight: 700;
    margin-right: 10px;
    padding-right: 20px;
    color: #24b4cc;
}
.midashi6 {
    color: #24b4cc;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 25px;
    line-height: 1.5;
	font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.fours {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 20px;
}
.fours li {
    width: 25%;
    /*padding: 20px;*/
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
    /*box-shadow: 1px 1px 20px rgba(100,139,237,0.3);*/
    /*border:  solid 1px #24b4cc;*/
}
/*.fours li .comennt1 {padding-left: 10px;padding-right: 10px;padding-bottom: 10px;box-sizing: border-box;}*/

.fours li:nth-child(1) {border-right: solid 1px #cdd4de;box-sizing: border-box;}
.fours li:nth-child(2) {border-right: solid 1px #cdd4de;box-sizing: border-box;}
.fours li:nth-child(3) {border-right: solid 1px #cdd4de;box-sizing: border-box;}


.fours2 {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 50px;
}
.fours2 li {
    width: 24%;
}
.fours2 img{
    display: block;
    margin-bottom: 0px;
    line-height: 0;
}
.fours2 li a{
    display: block;
    box-shadow: 1px 1px 25px rgba(29,42,73,.1);
}
.fours2 li h3 {
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: center;
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 21px;
    line-height: 1.5;
	font-weight: 500;
}
.fours2 li h3 .mysvg {
    width: 15px;
    display: inline-block;
    vertical-align: 1%;
    margin-left: 10px;
    color: #fff;
	fill: currentColor;
}
.bnrbtm {
    background-color: #34b2ca;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    box-sizing: border-box;
}




.midashi2 {
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 21px;
    line-height: 1.4;
	font-weight: 700;
	margin-bottom: 15px;
    text-align: center;
    color: #3b42b9;
}


.hyo {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 0px;
}
.hyo li{width: 49%}

.wraps {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-bottom: 60px;
}
.pricebox {
    width: 32%;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 1px 1px 20px rgba(100,139,237,0.3);
}
.pricebox ul{
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
}
.pricebox h3 {
    text-align: center;
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 27px;
    line-height: 1.5;
	font-weight: 500;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricebox h3 span{
    text-align: center;
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 17px;
    line-height: 1.3;
	font-weight: 500;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 100px;
    background-color: #FFE100;
    color: #3f4acf;
    display: inline-block;
    vertical-align: 10%;
}

.pricebox ul.points1{
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
}
.col1 h3{background-color: #40a1e4;color: #fff;}
.col1 {border: solid 1px #cdd4de;box-sizing: border-box;}
.col1 ul.points3 li:before {color: #40a1e4;}


.col2 h3{background-color: #2f4ed4;color: #fff;}
.col2 {border: solid 1px #cdd4de;box-sizing: border-box;}
.col2 ul.points3 li:before {color: #2f4ed4;}


.col3 h3{background-color: #0a1a62;color: #fff;}
.col3 {border: solid 1px #cdd4de;box-sizing: border-box;}
.col3 ul.points3 li:before {color: #0a1a62;}


.wrap-space2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 10px;
    padding-bottom: 40px;
}
.wrap-space2 .w49{
    box-sizing: border-box;
    padding: 50px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 1px 1px 25px rgba(29,42,73,.1);
}
.wrap-space2 h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

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

.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;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.image200 img {
	display: block;
	width: 100%;
	line-height: 0px;
	height: 200px;
	object-fit: cover;
}
.image250 img {
	display: block;
	width: 100%;
	line-height: 0px;
	height: 250px;
	object-fit: cover;
}
.image300 img {
	display: block;
	width: 100%;
	line-height: 0px;
	height: 300px;
	object-fit: cover;
}
.image350 img {
	display: block;
	width: 100%;
	line-height: 0px;
	height: 350px;
	object-fit: cover;
}
.image400 img {
	display: block;
	width: 100%;
	line-height: 0px;
	height: 400px;
	object-fit: cover;
}
.image450 img {
	display: block;
	width: 100%;
	line-height: 0px;
	height: 450px;
	object-fit: cover;
}
.image500 img {
	display: block;
	width: 100%;
	line-height: 0px;
	height: 500px;
	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%;}
.w30 {width: 30%;}
.w31 {width: 31%;}
.w32 {width: 32%;}
.w33 {width: 33%;}
.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%;}


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


/*cta*/
.cta-space h2{
    /*background-color: #40a1e4;*/
    color: #fff;
    padding-top: 60px;
    position: relative;
    z-index: 4;
}
.cta-space h3{
    /*background-color: #40a1e4;*/
    color: #fff;
    padding-bottom: 20px;
    position: relative;
    z-index: 4;
}
/*.cta-space h2:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -25px;
	border: 25px solid transparent;
	border-top: 25px solid #1b0484;
}*/

.to-phone .mysvg {
    display: block;
	width: 25px;
	margin-right:5px;
    margin-top: 15px;
	color: #2023a0;
	fill: currentColor;
}

.to-phone h4 {
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 15px;
    line-height: 1.1;
	font-weight: normal;
    color: #131b44;
}

.to-phone h4 span{
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    display: block;
	font-size: 49px;
	line-height: 1.1;
	font-weight: 600;
    color: #2023a0;
}

.to-phone {
    margin-right: 30px;
}
.to-phone {
    display: flex;
    align-items: flex-start;
	flex-wrap: wrap;
}
/*.midashi4 span{
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 24px;
    line-height: 1.5;
	font-weight: 500;
    margin-left: 20px;
    background-color: #fff600;
    color: #291e7a;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    vertical-align: 37%;
    border-radius: 100px;
}*/
.midashi4 {
    font-size: 53px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
.midashi5 {
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 22px;
    line-height: 1.5;
	font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    /*color: #2da3e8;*/
}
.ctabox ul{
    width: 94%;
    display: flex;
    justify-content: center;
	/*flex-wrap: wrap;*/
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    
}
/*.ctabox li:nth-child(1) {width: 40%;}*/
.ctabox li:nth-child(2) {width: 28%;margin-right: 0.5%;}
.ctabox li:nth-child(3) {width: 28%;}

.ctabox {
    width: 90%;
    max-width: 1500px;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 1px 1px 35px rgba(29,42,73,.3);
    box-sizing: border-box;
    background-color: #fff;
    background: linear-gradient(0deg,rgba(241, 245, 253, 1) 0%, rgba(255, 255, 255, 1) 100%);
    
    background: linear-gradient(180deg, #f9fafe 0%, #f9fafe 50%, #f1f5fd 50%, #f1f5fd 100%);
    border: 2px solid #fff;
    /*background: linear-gradient(0deg,rgba(245, 247, 253, 1) 0%, rgba(255, 255, 255, 1) 100%);*/
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}
.ctabk {
    /*background-color: #40a1e4;*/
    
    min-width: 1050px;
    position: relative;
    
}

.ctabk::before {
    content:"";
    position: absolute;
    height: 330px;
    top: 0;
    right: 0;
    left: 0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    background: linear-gradient(180deg,rgba(3, 0, 139, 1) 27%, rgba(16, 78, 179, 1) 100%);
}
.ctabk::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 330px;
	background: rgba(0, 0, 0, 0.2);
	pointer-events: none;
	z-index: 1;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

.ctabox ul h4 {font-weight: 500;}
.button2 {
	text-decoration: none;
	outline: none;
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 21px;
    line-height: 1.5;
	display: block;
    text-align: center;
	position: relative;
	z-index: 1;
    padding-top: 25px;
	
	padding-bottom: 25px;
    border-radius: 5px;
}
.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;
}


/*cta*/



.space-full2 {
    width: 92%;
    min-width: 1100px;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 40px; 
}
.space-full3 {
    width: 92%;
    min-width: 1100px;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 40px; 
}

.three-box2:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -70px; /* ←ここも合わせる */
	border-left: 70px solid transparent;
	border-right: 70px solid transparent;
	border-top: 55px solid #34b2ca;
}

.three-box2 {
    position: relative;
    display: flex;
	justify-content: space-between;
    border: solid 4px #34b2ca;
	flex-wrap: wrap;
    padding: 40px;
    color: #131b44;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #fff;
    margin-bottom: 70px;box-shadow: 1px 1px 25px rgba(29,42,73,.1);
}
.three-box2 h3{
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 25px;
    line-height: 1.4;
	font-weight: 700;
	margin-bottom: 15px;
    text-align: center;
    color: #34b2ca;
}
.three-box2 img {
    margin-bottom: 10px;
}
.three-box2 .w32{
    width: 33.33%;
    padding: 25px;
    position: relative;
    box-sizing: border-box;
}

.three-box2 .w32:nth-child(1) {border-right: solid 1px #cdd4de;box-sizing: border-box;}
.three-box2 .w32:nth-child(2) {border-right: solid 1px #cdd4de;box-sizing: border-box;}
.three-box2 .w32:nth-child(3) {}



.three-box2 span{
    font-family: din-2014, sans-serif;
    display: block;
	font-size: 60px;
	line-height: 1.1;
	font-weight: 700;
    color: #3b42b9;
}



.three-box {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 20px;
    color: #131b44;
}
.three-box h3{
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 25px;
    line-height: 1.4;
	font-weight: 700;
	margin-bottom: 15px;
    text-align: center;
    color: #304cc2;
    color: #3b42b9;
}
.three-box img {
    margin-bottom: 10px;
}
.three-box .w32{
    width: 33.33%;
    padding: 25px;
    position: relative;
    box-sizing: border-box;
}

.three-box .w32:nth-child(1) {border-bottom: solid 1px #cdd4de;border-right: solid 1px #cdd4de;box-sizing: border-box;}
.three-box .w32:nth-child(2) {border-bottom: solid 1px #cdd4de;border-right: solid 1px #cdd4de;box-sizing: border-box;}
.three-box .w32:nth-child(3) {border-bottom: solid 1px #cdd4de;box-sizing: border-box;}
.three-box .w32:nth-child(4) {border-right: solid 1px #cdd4de;box-sizing: border-box;}
.three-box .w32:nth-child(5) {border-right: solid 1px #cdd4de;box-sizing: border-box;}


.three-box span{
    font-family: din-2014, sans-serif;
    display: block;
	font-size: 60px;
	line-height: 1.1;
	font-weight: 700;
    color: #F0F4F7;
    color: #3b42b9;
}

.threes {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}
.threes li:nth-child(2) {margin-left: 5%;margin-right: 5%;}
.threes li{
    width: 30%;
}
.to-msk {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    background-color: #2fc6df;
    background-color: #f5f7fd;
    /*background: rgba(255 255 255 / 50%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);*/
    border-radius: 100%;
    overflow: hidden;
}
.to-msk img {
    padding: 20px;
    box-sizing: border-box;
}
.threes .points3{
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.threes h4 {
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 19px;
    line-height: 1.5;
	font-weight: normal;
    /*text-align: center;*/
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}
.threes h4 .mysvg{width: 20px;margin-right: 7px;padding-top: 5px;}
.threes h3 {
    margin-top: -40px;
    position: relative;
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size:24px;
    line-height: 1.5;
	font-weight: 500;
    display: table;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: #2023a0;
    background-color: #24b4cc;
    background: rgba(36 180 204 / 90%);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    
    box-shadow: 1px 1px 20px rgba(100,139,237,0.3);
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 100px;
}

.midashi1 {
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 46px;
    line-height: 1.4;
	font-weight: 900;
    margin-bottom: 30px;
    text-align: center;
    overflow: hidden;
}
.col01 {
    color: #2e45be;
    /*background: linear-gradient(97deg, #03008b 0%, #226adc 76%, #03008b 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;*/
}
.col02 {color: #34b2ca;}

.col03 {
    /*color: #ff0814;*/
    /*background: linear-gradient(0deg,rgba(196, 171, 100, 1) 0%, rgba(207, 180, 74, 1) 45%, rgba(245, 237, 135, 1) 100%);*/
    
    background: linear-gradient(180deg, #fff 0%, #F5ED87 56%, #CFB44A 56%, #C4AB64 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	filter: drop-shadow(0 2px 3px rgba(0,0,0,0.25));

}

.col05 {color: #ff8000;}

.col04 {color: #f6ff00;}

.fukidashi{
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 50px;
    line-height: 1.6;
	font-weight: 700;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background: linear-gradient(18deg,rgba(3, 0, 139, 1) 0%, rgba(34, 106, 220, 1) 100%);
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    border-radius: 5px;
}
.yazi {position: relative;}
.yazi:before {
	content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #2e45be;
}

.formbk {background-color: #34b2ca;}

.formbk2 {
    background-color: #34b2ca;
    background: linear-gradient(180deg, #34b2ca 0%, #34b2ca 400px, #fff 400px, #fff 100%);
}
.to-wh {color: #fff;}

.bullbnr {
    background-color: #34b2ca;
    color: #fff;
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
}
.bullbnr-space {
    width: 90%;
    min-width: 1100px;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 90px;
    padding-bottom: 60px;
}
.bullbnr-space h2{
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 53px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.bullbnr-space p{
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 18px;
    line-height: 1.7;
    font-weight: normal;
    text-align: center;
}
.bullbnr-space h3{
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 24px;
    line-height: 1.5;
	font-weight: 500;
    /*border: solid 2px #fff;*/
    border: solid 2px #fff;
    color: #fff;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    display: table;
    border-radius: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}


.fukidashi2{
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 50px;
    line-height: 1.6;
	font-weight: 700;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    background: linear-gradient(18deg,rgba(3, 0, 139, 1) 0%, rgba(34, 106, 220, 1) 100%);
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 5px;
}

/*.midashi2 {
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 22px;
    line-height: 1.4;
	font-weight: 700;
	margin-bottom: 15px;
    text-align: center;
    color: #24b4cc;
}*/

.midashi3 {
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 25px;
    line-height: 1.6;
	font-weight: 700;
    margin-bottom: 20px;
    color: #3b42b9;
    padding-bottom: 20px;
    border-bottom: 1px solid #cdd4de;
}

.comennt {
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
}
.comennt1 {
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 17px;
	line-height: 1.6;
	font-weight: normal;
}

.comennt2 {
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 19px;
	line-height: 1.6;
	font-weight: normal;
	text-align: center;
}

.bold {font-weight: 700;}

.comennt3 {
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 24px;
	line-height: 1.5;
	font-weight: 600;
    margin-bottom: 20px;
}
.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;
	overflow: hidden;
}
ul.points1 li{margin-left: 20px;}
ul.points1 li:before {
	content: "※";
	padding-right: 0.3em;
	position: absolute;
	left: -20px;
}
.points1 li {
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-weight: normal;
	position: relative;
	font-size: 16px;
	line-height: 1.5;
}
.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;
	overflow: hidden;
}
ul.points3 li{margin-left: 25px;}
ul.points3 li:before {
	content: "●";
	padding-right: 0.3em;
	position: absolute;
	left: -25px;
	color: #2e45be;
    
}
.points3 li {
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-weight: normal;
	position: relative;
	font-size: 17px;
	line-height: 1.5;
}
.points3 li:not(:last-child) {margin-bottom: 5px;}


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

.tobk2{
    position: relative;
/*    background: linear-gradient(180deg,rgba(240, 244, 247, 1) 27%, rgba(255, 255, 255, 1) 100%);
    background-color: #004bc6;
    background-color: #2fc6df;*/
    /*background: linear-gradient(180deg,rgba(242, 245, 249, 1) 35%, rgba(255, 255, 255, 1) 100%);*/
    background-color: #2023a0;
    background-image: url("../img/body/conbk.webp");
    background-size: 2200px;
    background-position: center top;
    background-repeat: no-repeat;
}

.gra {
    background: linear-gradient(180deg,rgba(242, 245, 249, 1) 35%, rgba(255, 255, 255, 1) 100%);
    
}

.to-bk01 {
    background-image: url("../img/body/to-bk1.webp");
    background-size: cover;
	background-position: center center;
}

.tobk {
    position: relative;
    background-color: #2023a0;
    color: #fff;
    border-radius: 50px;
    background-size: 2200px;
    background-position: center top;
    background-image: url("../img/body/conbk.webp");
    background-repeat: no-repeat;
}


.zenmaru {border-radius: 50px;}

.bottommaru {
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.bottom-marumaru {
    border-bottom-left-radius: 800px;
    border-bottom-right-radius: 800px;
}


.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: 100px;
	padding-bottom: 100px;
	position: relative;	
	
}
.textbox1s {
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 50px;
	position: relative;		
}
.textbox1sc {
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;		
}
.textbox1s2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 100px;
	position: relative;		
}


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




.hed-space {
	width: 96%;
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    transition: all .5s;
}
.change-color .hed-space {
	width: 98%;
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom:8px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    transition: all .5s;
}

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

#logo {
	width: 385px;
	margin-top: 10px;
	transition: all .5s;
}
.change-color #logo {
	width: 385px;
	margin-top: 12px;
	transition: all .5s;
}

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


.header.change-color {
    background: rgba(255 255 255 / 90%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 1px 1px 24px rgba(29,42,73,.1);
}

.hed-right ul{
    display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.hed-right ul li:nth-child(2){
    margin-left: 5px;
}

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

.tels {
    margin-right: 20px;
}
.to-tels {
    display: flex;
    align-items: flex-start;
	flex-wrap: wrap;
}


.topbtms {
    width: 90%;
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 20px;
}
.topbtms li {width: 49%;}
.topbtms li .button1{display: block;text-align: center;}

.tels .mysvg {
    display: block;
	width: 22px;
	margin-right:5px;
    margin-top: 11px;
	color: #2023a0;
	fill: currentColor;
}

.tels h3 {
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 16px;
    line-height: 1.1;
	font-weight: 500;
    color: #131b44;
}

.tels h3 span{
    font-family: din-2014, sans-serif;
    display: block;
	font-size: 37px;
	line-height: 1.1;
	font-weight: 700;
    color: #2023a0;
}

.cks li .mysvg{
	display: block;
	width: 30px;
	margin-right:5px;
	color: #fff;
	fill: currentColor;
    box-sizing: border-box;
}
.cks li{
	display: flex;
    flex-wrap: wrap;
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 20px;
    line-height: 1.6;
	font-weight: 500;
}

.cks li span {
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 27px;
    line-height: 1.6;
	font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

main {
    margin-top: 100px;
}

.main-space {
	position: relative;
}

.main-texts {
    display: block;
    z-index: 2;
    position: absolute;
    left: 5%;
    top: 35px;
}

.main-texts h2 {display: flex;align-items: center;margin-bottom: 15px;}
.main-texts h2 .mysvg {
    display: block;
	width: 90px;
	margin-right:12px;
	color: #fff;
	fill: currentColor;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 100%;
    background-color: #00c0ff;
}
.main-texts h2 span{
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 29px;
    line-height: 1.5;
	font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}
.main-texts h3 {
    display: block;
	width: 550px;
	margin-bottom: 20px;
}

.main-image {
    position: relative;
    height: 80vh;
    min-height: 735px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/body/main-04.webp);
    background-position: center center;
    z-index: 1;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.main-image::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	pointer-events: none;
	z-index: 1;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}



.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-cjk-ja,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #131b44;
	/*-webkit-text-size-adjust:100%;*/
}



.pankuzu-space {
	width: 96%;
	padding: 50px;
	margin-right: auto;
	margin-left: auto;
	box-sizing:border-box;
	background-color: #1d0069;
    color: #fff;
	min-width: 1000px;
    border-radius: 20px;
}

.pankuzu {
	margin-top: 100px;
}
.pankuzu p {
	font-family: source-han-sans-cjk-ja, sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 15px;
	line-height: 1.2;
	font-weight: normal;
}
.pankuzu h2 {
	font-family: source-han-sans-cjk-ja, sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 35px;
	line-height: 1.6;
	font-weight: 500;
    margin-bottom: 10px;
}

.pages {
	font-family: source-han-sans-cjk-ja, sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 13px;
	line-height: 1.2;
	font-weight: normal;
	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;}

.down10 {margin-bottom: 10px;}
.down15 {margin-bottom: 15px;}
.down20 {margin-bottom: 20px;}
.down25 {margin-bottom: 25px;}
.down30 {margin-bottom: 30px;}
.down35 {margin-bottom: 35px;}
.down40 {margin-bottom: 40px;}
.down45 {margin-bottom: 45px;}
.down50 {margin-bottom: 50px;}
.down55 {margin-bottom: 55px;}
.down60 {margin-bottom: 60px;}
.down65 {margin-bottom: 65px;}
.down70 {margin-bottom: 70px;}
.down75 {margin-bottom: 75px;}



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


.button1 .mysvg {
	width:30px;
	vertical-align: -32%;
	display: inline-block;
	color: #79ae62;
	fill: currentColor;
	margin-left:5px;
}
.button1:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button1 {
	text-decoration: none;
	outline: none;
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 20px;
    line-height: 1.5;
	font-weight: 500;
	display: table;
	position: relative;
	z-index: 1;
    padding-top: 15px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom: 15px;
    /*border-radius: 100px;*/
}
.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;
}
/*.to-navy {
	color: #fff;
	background-color: #2023a0;
    border: 4px solid #2023a0;
}
.to-navy:hover {
	color: #fff;
	background-color: #0c0e86;
    border: 4px solid #0c0e86;
}
.to-navy2 {
    color: #fff;
	background-color: #24b4cc;
    border: 4px solid #24b4cc;
}
.to-navy2:hover {
	color: #fff;
	background-color: #0094ad;
    border: 4px solid #0094ad;
}
*/
.to-navy {
	color: #fff;
	background-color: #ff7f11;
    border: 4px solid #ff7f11;
}
.to-navy:hover {
	color: #fff;
	background-color: #ff5f11;
    border: 4px solid #ff5f11;
}
.to-navy2 {
    color: #000;
	background-color: #fcc708;
    border: 4px solid #fcc708;
}
.to-navy2:hover {
	color: #fff;
	background-color: #fca308;
    border: 4px solid #fca308;
}





.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: #14006c;
    color: #FFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}


footer h3 {
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 17px;
    line-height: 1.7;
    font-weight: normal;
}

.foot-text {
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 16px;
    line-height: 1.7;
}

.footcontena {
	padding-top: 90px;
	padding-bottom: 60px;
}

.foot-space {
    width: 90%;
	min-width: 1050px;
    max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.foot-left {}
.foot-info .to-navy {
	color: #fff;
	background-color: #14006c;
    border: 2px solid #fff;
}
.foot-info .to-navy:hover {
	color: #fff;
	background-color: #361998;
    border: 2px solid #361998;
}
.foot-info .to-navy2 {
	/*color: #2023a0;
    border: 4px solid #2023a0;
	background-color: #fff;*/
    color: #14006c;
	background-color: #fff;
    border: 2px solid #fff;
}
.foot-info .to-navy2:hover {
	color: #fff;
	background-color: #24b4cc;
    border: 2px solid #24b4cc;
}


.foot-info .tels {
    margin-right: 20px;
}
.foot-info .to-tels {
    display: flex;
    align-items: flex-start;
	flex-wrap: wrap;
}

.foot-info .tels .mysvg {
    display: block;
	width: 22px;
	margin-right:5px;
    margin-top: 11px;
	color: #fff;
	fill: currentColor;
}

.foot-info .tels h3 {
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 16px;
    line-height: 1.1;
	font-weight: 500;
    color: #fff;
}

.foot-info .tels h3 span{
    font-family: din-2014, sans-serif;
    display: block;
	font-size: 37px;
	line-height: 1.1;
	font-weight: 700;
    color: #fff;
}



.foot-info ul{
    display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.foot-info ul li:nth-child(2){
    margin-left: 5px;
}

.foot-info {
    display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
    align-items: center;
}

.footlogo .mysvg {
    color: #fff;
	fill: currentColor;
}

.footlogo {
	width: 400px;
	line-height: 0px;
	margin-bottom: 65px;
}

.foot-right nav{
    
}

.foot-menu {
    padding-top: 50px;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
    
}

.foot-menu li {
	position:relative;
	margin-left: 20px;
}

.foot-menu li a{
	font-size: 16px;
	line-height: 1.7;
	color: #FFF;
	display:block;
}

.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: #fff;
}
.foot-menu li a:hover::after {transform: scale(1, 1);}

.copy {
    text-align: right;
	font-size: 9pt;
	line-height: 16px;
	padding-top: 25px;
}

.copy i{
	font-size: 9pt;
	line-height: 16px;
	vertical-align: -7%;
	display: inline-block;
	margin-left:3px;
}



}

@media screen and (min-width: 0px) and (max-width: 1024px) { 
.accordion-full2 .ban2{
	position: relative;
	display: block;
	width: 100%;
	border: none;
	text-align: left;
	cursor: pointer;
	margin-bottom: 12px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 1px 1px 10px rgba(100,139,237,0.2);
	padding: 10px 40px 10px 20px;
	transition: all .3s;
	border-radius: 20px;
}

.accordion-full2 .ban2:before {
	position: absolute;
	top: calc(50% - 15px);
	right: 10px;
	box-sizing: border-box;
	font-size: 20px;
	font-feature-settings: "palt" 1;
	font-family: din-2014, sans-serif;
	font-weight: 500;
	color: #24b4cc;
	content: "＋";
	transition: transform .3s ease;
}

.accordion-full2.is-open .ban2:before {
	content: "−";
	margin-right: 3px;
	margin-top: -5px;
}

.accordion-full2 .ban2 h3 {
	margin: 0;
	display: flex;
	align-items: flex-start;
	font-family: source-han-sans-cjk-ja, sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 18px;
	line-height: 1.7;
	font-weight: 500;
	text-align: left;
    color: #131b44;
}

.accordion-full2 .ban2 h3 span{
	flex-shrink: 0;
	font-feature-settings: "palt" 1;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	color: #24b4cc;
	margin-right: 15px;
	font-size: 30px;
	line-height: 1;
	display: block;
}

.accordion-full2 .contents {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: height .35s ease, opacity .25s ease;
}

.accordion-full2 .contents-inner {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 25px;
    padding-bottom: 25px;
    box-sizing: border-box;
    background-color: #f6f7fd;
    margin-bottom: 15px;
    border-radius: 15px;
}

/*.accordion-full2 .ban2{
	position: relative;
	list-style: none;
	cursor: pointer;
	margin-bottom: 12px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 1px 1px 20px rgba(100,139,237,0.3);
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 30px;
	transition: all .3s;
	border-radius: 20px;
}
.accordion-full2 .ban2:not(:first-child) {}
.accordion-full2 .ban2:not(:last-child) {}
.accordion-full2 .ban2::-webkit-details-marker {display: none;}
.ban2::-webkit-details-marker {display: none;}
.ban2:before {
	position: absolute;
	top: calc(50% - 25px);
	right: 35px;
	box-sizing: border-box;
	font-size: 35px;
	font-feature-settings: "palt" 1;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	color: #24b4cc;
	content: "＋";
	transform-origin: center 43%;
	transition: transform 0.5s;
}
details[open] .ban2:before,
.acdicon details[open] .ban2:before {
	position: absolute;
	top: calc(50% - 25px);
	right: 35px;
	box-sizing: border-box;
	font-size: 35px;
	font-feature-settings: "palt" 1;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	color: #24b4cc;
	content: "−";
	transform-origin: center 43%;
	transition: transform 0.5s;
	margin-right:3px;
	margin-top:-5px;
}
.accordion-full2 .ban2 h3 {
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 24px;
    line-height: 1.6;
    font-weight: 500;
}
.accordion-full2 .ban2 h3 span{
	font-feature-settings: "palt" 1;
	font-family: din-2014, sans-serif;
	font-weight: 700;
	color: #24b4cc;
	margin-right:25px;
	font-size: 40px;
	line-height: 1.8;
    display: inline-block;
    vertical-align: -5%;
}
.accordion-full2 .contents {
	box-sizing:border-box;
	padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}
*/






/*.flow-step {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
    padding-top: 25px;
}

.flow-step li {
    position: relative;
    flex: 1;
    padding: 40px 26px 40px 34px;
    color: #fff;
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    background: #40a1e4;
    clip-path: polygon(
    0 0,
    calc(100% - 28px) 0,
    100% 50%,
    calc(100% - 28px) 100%,
    0 100%,
    28px 50%
  );
    margin-left: -28px;
}

.flow-step li:first-child {
    margin-left: 0px;
    clip-path: polygon(
    0 0,
    calc(100% - 28px) 0,
    100% 50%,
    calc(100% - 28px) 100%,
    0 100%
  );
}

.flow-step li:last-child {
    clip-path: polygon(
    0 0,
    100% 0,
    100% 100%,
    0 100%,
    28px 50%
  );
}

.flow-step li:nth-child(even) {
    background: #2d1e9c;
}*/

.flow-step {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
	padding-top: 15px;
}

.flow-step li {
    position: relative;
    margin-left: 0;
    margin-bottom: 0;
    padding: 20px;
    color: #fff;
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    background: #40a1e4;
    
}
.flow-step li:nth-child(even) {
    background: #2d1e9c;
}

.flow-step li:nth-child(odd) {}
.flow-step li:nth-child(odd):before {
	content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #40a1e4;
    z-index: 1;
}
.flow-step li:nth-child(even) {}
.flow-step li:nth-child(even):before {
	content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #2d1e9c;
    z-index: 1;
}
.flow-step li:last-child:before {
	display: none;
}


.to-comenntbox {
    box-sizing: border-box;
    /*padding: 30px;*/
    width: 60%;
    padding-right: 30px;
}

.tows {
    
    padding-top: 0px;
    padding-bottom: 20px;
}
.tows li:nth-child(1){margin-bottom: 40px;}

.tittles {
    padding: 20px;
    background-color: #24b4cc;
    color: #fff;
    border-radius: 15px;
    position: relative;
    margin-bottom: 40px;
}
.tittles:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -25px;
	border: 25px solid transparent;
	border-top: 25px solid #24b4cc;
}

.tows h3 {
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 18px;
    line-height: 1.5;
	font-weight: 600;
    padding-bottom: 10px;
    text-align: center;
}


.tows h4 {
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 16px;
    line-height: 1.4;
	font-weight: normal;
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}
.tows h4 .mysvg{width: 17px;margin-right: 7px;padding-top: 4px;flex-shrink: 0;}

.tittles img{
    width: 280px;
    line-height: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.tows .wrap-space{
    border: solid 1px #cdd4de;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 20px;
    overflow: hidden;
}
.tows .wrap-space:not(:last-child) {margin-bottom: 20px;}


.Layout-block {
    /*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
    padding-top: 30px;
}
.Layout-space:nth-child(1) {margin-bottom: 45px;}
.Layout-space:nth-child(2) {margin-bottom: 45px;}
.Layout-space:nth-child(3) {margin-bottom: 45px;}
.Layout-space:nth-child(4) {margin-bottom: 0px;}

.Layout-space img{
    width: 140px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: -30px;
}

.Layout-space {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 80px;
    padding-bottom: 20px;
    box-sizing: border-box;
    /*background-color: rgba(3, 0, 139, 1);
    background-color: #0640bf;*/
    background-color: #24b4cc;
    background-color: #f5f7fd;
    /*color: #4877c5;*/
    /*color: #fff;*/
    border-radius: 30px;
    /*box-shadow: 1px 1px 25px rgba(29,42,73,.1);*/
}
.Layout-space .points3 li {margin-left: 17px;}
.Layout-space .points3 li:before {
	content: "●";
	padding-right: 0.3em;
	position: absolute;
	left: -17px;
    top: 2px;
	color: #00d8ff;
    font-size: 11px;
    font-family: source-han-sans-cjk-ja, sans-serif;
}
.Layout-space h3 {
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 21px;
    line-height: 1.4;
	font-weight: 600;
	margin-bottom: 15px;
    text-align: center;
    color: #3b42b9;
}


.ycenter {align-items: center;}

.rev {flex-direction: row-reverse;}

.wrap-space {
	display: flex;
	justify-content: space-between;
	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;}

.to-image {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
}
.test {/*width: 60%;*/}

.wakugumi {
    
    /*align-items: center;*/
	
    padding-top: 10px;
    color: #131b44;
}
/*.wakugumi li:not(:last-child) {margin-bottom: 20px;}*/

.wakugumi li{
    
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;
}
.wakugumi li:nth-child(1) {padding-top: 0px;border-bottom: solid 1px #cdd4de;box-sizing: border-box;}
.wakugumi li:nth-child(2) {border-bottom: solid 1px #cdd4de;box-sizing: border-box;}
.wakugumi li:nth-child(3) {border-bottom: solid 1px #cdd4de;box-sizing: border-box;}
.wakugumi li:nth-child(4) {box-sizing: border-box;padding-bottom: 0px;}
.midashi6 span{
    font-family: din-2014, sans-serif;
    display: block;
	font-size: 45px;
	line-height: 1.3;
	font-weight: 700;
    color: #24b4cc;
    text-align: center;
}
.midashi6 {
    text-align: center;
    color: #24b4cc;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 20px;
    line-height: 1.4;
	font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.fours {
    
    padding-top: 0px;
}
.fours li {
    
    /*padding: 20px;*/
    box-sizing: border-box;
    /*padding-left: 25px;
    padding-right: 25px;*/
    padding-bottom: 25px;
    padding-top: 25px;
    /*box-shadow: 1px 1px 20px rgba(100,139,237,0.3);*/
    /*border:  solid 1px #24b4cc;*/
}
/*.fours li .comennt1 {padding-left: 10px;padding-right: 10px;padding-bottom: 10px;box-sizing: border-box;}*/

.fours li:nth-child(1) {padding-top: 0px;border-bottom: solid 1px #cdd4de;box-sizing: border-box;}
.fours li:nth-child(2) {border-bottom: solid 1px #cdd4de;box-sizing: border-box;}
.fours li:nth-child(3) {border-bottom: solid 1px #cdd4de;box-sizing: border-box;}
.fours li:nth-child(4) {padding-bottom: 0px;}


.fours2 {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 20px;
}
.fours2 li {
    width: 49%;
    margin-bottom: 10px;
}
.fours2 img{
    display: block;
    margin-bottom: 0px;
    line-height: 0;
}
.fours2 li a{
    display: block;
    box-shadow: 1px 1px 25px rgba(29,42,73,.1);
}
.fours2 li h3 {
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: center;
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 15px;
    line-height: 1.3;
	font-weight: 500;
}
.fours2 li h3 .mysvg {
    width: 10px;
    display: inline-block;
    vertical-align: 1%;
    margin-left: 5px;
    color: #fff;
	fill: currentColor;
}
.bnrbtm {
    background-color: #34b2ca;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
    box-sizing: border-box;
}




.midashi2 {
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 21px;
    line-height: 1.4;
	font-weight: 700;
	margin-bottom: 15px;
    text-align: center;
    color: #3b42b9;
}


.hyo {
    
    padding-top: 0px;
}
.hyo li:nth-child(1){margin-bottom: 15px;}

.wraps {
    /*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
    padding-bottom: 30px;
}
.pricebox {
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 25px;
    box-shadow: 1px 1px 20px rgba(100,139,237,0.3);
}
.pricebox ul{
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}
.pricebox h3 {
    text-align: center;
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 22px;
    line-height: 1.5;
	font-weight: 500;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pricebox h3 span{
    text-align: center;
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 17px;
    line-height: 1.3;
	font-weight: 500;
    margin-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 100px;
    background-color: #FFE100;
    color: #3f4acf;
    display: inline-block;
    vertical-align: 10%;
}

.pricebox ul.points1{
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
}
.col1 h3{background-color: #40a1e4;color: #fff;}
.col1 {border: solid 1px #cdd4de;box-sizing: border-box;}
.col1 ul.points3 li:before {color: #40a1e4;}


.col2 h3{background-color: #2f4ed4;color: #fff;}
.col2 {border: solid 1px #cdd4de;box-sizing: border-box;}
.col2 ul.points3 li:before {color: #2f4ed4;}


.col3 h3{background-color: #0a1a62;color: #fff;}
.col3 {border: solid 1px #cdd4de;box-sizing: border-box;}
.col3 ul.points3 li:before {color: #0a1a62;}


.wrap-space2 {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
    padding-top: 10px;
    padding-bottom: 40px;
}
.wrap-space2 .w49{
    box-sizing: border-box;
    padding: 50px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 1px 1px 25px rgba(29,42,73,.1);
}
.wrap-space2 h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

.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%;}*/

.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;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.image200 img {
	display: block;
	width: 100%;
	line-height: 0px;
	height: 200px;
	object-fit: cover;
}
.image250 img {
	display: block;
	width: 100%;
	line-height: 0px;
	height: 250px;
	object-fit: cover;
}
.image300 {margin-bottom: 20px;}

.image300 img {
	display: block;
	width: 100%;
	line-height: 0px;
	object-fit: cover;
}
.image350 img {
	display: block;
	width: 100%;
	line-height: 0px;
	height: 350px;
	object-fit: cover;
}
.image400 img {
	display: block;
	width: 100%;
	line-height: 0px;
	height: 400px;
	object-fit: cover;
}
.image450 img {
	display: block;
	width: 100%;
	line-height: 0px;
	height: 450px;
	object-fit: cover;
}
.image500 img {
	display: block;
	width: 100%;
	line-height: 0px;
	height: 500px;
	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%;}
.w30 {width: 30%;}
.w31 {width: 31%;}
.w32 {width: 32%;}
.w33 {width: 33%;}
.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%;}
*/

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


/*cta*/
.cta-space h2{
    /*background-color: #40a1e4;*/
    color: #fff;
    padding-top: 40px;
    position: relative;
    z-index: 4;
}
.cta-space h3{
    /*background-color: #40a1e4;*/
    color: #fff;
    padding-bottom: 10px;
    position: relative;
    z-index: 4;
}
/*.cta-space h2:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -25px;
	border: 25px solid transparent;
	border-top: 25px solid #1b0484;
}*/

.to-phone .mysvg {
    display: block;
	width: 20px;
	margin-right:5px;
    margin-top: 10px;
	color: #2023a0;
	fill: currentColor;
}

.to-phone h4 {
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 15px;
    line-height: 1.1;
	font-weight: normal;
    color: #131b44;
}

.to-phone h4 span{
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
    display: block;
	font-size: 35px;
	line-height: 1.1;
	font-weight: 600;
    color: #2023a0;
}

.to-phone {
    
}
.to-phone {
    display: flex;
    align-items: flex-start;
	flex-wrap: wrap;
    justify-content: center;
}

.midashi4 {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
.midashi5 {
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 17px;
    line-height: 1.5;
	font-weight: 500;
    text-align: center;
    margin-bottom: 20px;
    /*color: #2da3e8;*/
}
.ctabox ul{
    width: 94%;
    /*display: flex;
    justify-content: center;*/
	/*flex-wrap: wrap;*/
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    
}
/*.ctabox li:nth-child(1) {width: 40%;}*/
.ctabox li:nth-child(1) {margin-bottom: 20px;}
.ctabox li:nth-child(2) {margin-bottom: 5px;}

.ctabox {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 1px 1px 35px rgba(29,42,73,.3);
    box-sizing: border-box;
    background-color: #fff;
    background: linear-gradient(0deg,rgba(241, 245, 253, 1) 0%, rgba(255, 255, 255, 1) 100%);
    
    background: linear-gradient(180deg, #f9fafe 0%, #f9fafe 50%, #f1f5fd 50%, #f1f5fd 100%);
    border: 2px solid #fff;
    /*background: linear-gradient(0deg,rgba(245, 247, 253, 1) 0%, rgba(255, 255, 255, 1) 100%);*/
    margin-right: auto;
    margin-left: auto;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}
.ctabk {
    position: relative;
}

.ctabk::before {
    content:"";
    position: absolute;
    height: 380px;
    top: 0;
    right: 0;
    left: 0;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background: linear-gradient(180deg,rgba(3, 0, 139, 1) 27%, rgba(16, 78, 179, 1) 100%);
}
.ctabk::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 380px;
	background: rgba(0, 0, 0, 0.2);
	pointer-events: none;
	z-index: 1;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.ctabox ul h4 {font-weight: 500;}
.button2 {
	text-decoration: none;
	outline: none;
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 16px;
    line-height: 1.4;
	display: block;
    text-align: center;
	position: relative;
	z-index: 1;
    padding-top: 10px;
	
	padding-bottom: 10px;
    border-radius: 5px;
}
.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;
}


/*cta*/



.space-full2 {
    width: 92%;
    
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 30px; 
}
.space-full3 {
    width: 96%;
    
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 3%;
    padding-right: 3%;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px; 
}

.three-box2:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -50px; /* ←ここも合わせる */
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 35px solid #34b2ca;
}

.three-box2 {
    position: relative;
    /*display: flex;
	justify-content: space-between;*/
    border: solid 4px #34b2ca;
	flex-wrap: wrap;
    padding: 20px;
    color: #131b44;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #fff;
    margin-bottom: 50px;box-shadow: 1px 1px 25px rgba(29,42,73,.1);
}
.three-box2 h3{
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 20px;
    line-height: 1.4;
	font-weight: 700;
	margin-bottom: 10px;
    text-align: center;
    color: #34b2ca;
}
.three-box2 img {
    margin-bottom: 5px;
}
.three-box2 .w32{
    padding-top: 25px;
    padding-bottom: 25px;
    /*padding: 25px;*/
    position: relative;
    box-sizing: border-box;
}

.three-box2 .w32:nth-child(1) {padding-top: 0px;border-bottom: solid 1px #cdd4de;box-sizing: border-box;}
.three-box2 .w32:nth-child(2) {border-bottom: solid 1px #cdd4de;box-sizing: border-box;}
.three-box2 .w32:nth-child(3) {padding-bottom: 0px;}



.three-box2 span{
    font-family: din-2014, sans-serif;
    display: block;
	font-size: 60px;
	line-height: 1.1;
	font-weight: 700;
    color: #3b42b9;
}



.three-box {
    /*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
    padding-top: 0px;
    color: #131b44;
}
.three-box h3{
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 22px;
    line-height: 1.4;
	font-weight: 700;
	margin-bottom: 15px;
    text-align: center;
    color: #304cc2;
    color: #3b42b9;
}
.three-box img {
    margin-bottom: 10px;
}
.three-box .w32{
   
    padding: 25px;
    position: relative;
    box-sizing: border-box;
}

.three-box .w32:nth-child(1) {padding-top: 5px;border-bottom: solid 1px #cdd4de;box-sizing: border-box;}
.three-box .w32:nth-child(2) {border-bottom: solid 1px #cdd4de;box-sizing: border-box;}
.three-box .w32:nth-child(3) {border-bottom: solid 1px #cdd4de;box-sizing: border-box;}
.three-box .w32:nth-child(4) {border-bottom: solid 1px #cdd4de;box-sizing: border-box;}
.three-box .w32:nth-child(5) {border-bottom: solid 1px #cdd4de;box-sizing: border-box;}
.three-box .w32:nth-child(6) {padding-bottom: 5px;}


.three-box span{
    font-family: din-2014, sans-serif;
    display: block;
	font-size: 50px;
	line-height: 1.1;
	font-weight: 700;
    color: #F0F4F7;
    color: #3b42b9;
    text-align: center;
}

.threes {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

.threes li:nth-child(1) {margin-bottom: 30px;}
.threes li:nth-child(2) {margin-bottom: 30px;}
.to-msk {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: auto;
    background-color: #2fc6df;
    background-color: #f5f7fd;
    /*background: rgba(255 255 255 / 50%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);*/
    border-radius: 100%;
    overflow: hidden;
}
.to-msk img {
    padding: 20px;
    box-sizing: border-box;
}
.threes .points3{
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}
.threes h4 {
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 16px;
    line-height: 1.4;
	font-weight: normal;
    /*text-align: center;*/
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}
.threes h4 .mysvg{
	width: 17px;
	margin-right: 7px;
	padding-top: 4px;
	flex-shrink: 0;
}
.threes h3 {
    margin-top: -40px;
    position: relative;
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size:17px;
    line-height: 1.5;
	font-weight: 500;
    display: table;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: #2023a0;
    background-color: #24b4cc;
    background: rgba(36 180 204 / 90%);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    
    box-shadow: 1px 1px 20px rgba(100,139,237,0.3);
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 100px;
}

.midashi1 {
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 25px;
    line-height: 1.4;
	font-weight: 900;
    margin-bottom: 15px;
    text-align: center;
    overflow: hidden;
}
.col01 {
    color: #2e45be;
    /*background: linear-gradient(97deg, #03008b 0%, #226adc 76%, #03008b 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;*/
}
.col02 {color: #34b2ca;}

.col03 {
    /*color: #ff0814;*/
    /*background: linear-gradient(0deg,rgba(196, 171, 100, 1) 0%, rgba(207, 180, 74, 1) 45%, rgba(245, 237, 135, 1) 100%);*/
    
    background: linear-gradient(180deg, #fff 0%, #F5ED87 56%, #CFB44A 56%, #C4AB64 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	filter: drop-shadow(0 2px 3px rgba(0,0,0,0.25));

}

.col05 {color: #ff8000;}

.col04 {color: #f6ff00;}

.fukidashi{
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 30px;
    line-height: 1.3;
	font-weight: 700;
    box-sizing: border-box;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    background: linear-gradient(18deg,rgba(3, 0, 139, 1) 0%, rgba(34, 106, 220, 1) 100%);
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px;
}
.yazi {position: relative;}
.yazi:before {
	content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #2e45be;
}

.formbk {background-color: #34b2ca;}

.formbk2 {
    background-color: #34b2ca;
    background: linear-gradient(180deg, #34b2ca 0%, #34b2ca 350px, #fff 350px, #fff 100%);
}
.to-wh {color: #fff;}

.bullbnr {
    background-color: #34b2ca;
    color: #fff;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.bullbnr-space {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 30px;
}
.bullbnr-space h2{
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.bullbnr-space p{
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 15px;
    line-height: 1.8;
    font-weight: normal;
    
}
.bullbnr-space h3{
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 18px;
    line-height: 1.5;
	font-weight: 500;
    /*border: solid 2px #fff;*/
    border: solid 2px #fff;
    color: #fff;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    display: table;
    border-radius: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}


.fukidashi2{
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 30px;
    line-height: 1.3;
	font-weight: 700;
    box-sizing: border-box;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    background: linear-gradient(18deg,rgba(3, 0, 139, 1) 0%, rgba(34, 106, 220, 1) 100%);
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
}

/*.midashi2 {
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 22px;
    line-height: 1.4;
	font-weight: 700;
	margin-bottom: 15px;
    text-align: center;
    color: #24b4cc;
}*/

.midashi3 {
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 20px;
    line-height: 1.3;
	font-weight: 700;
    margin-bottom: 10px;
    color: #3b42b9;
    padding-bottom: 10px;
    border-bottom: 1px solid #cdd4de;
}

.comennt {
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
}
.comennt1 {
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}

.comennt2 {
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 16px;
	line-height: 1.6;
	font-weight: normal;
	/*text-align: center;*/
}

.bold {font-weight: 700;}

.comennt3 {
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 19px;
	line-height: 1.3;
	font-weight: 600;
    margin-bottom: 10px;
}
.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;
	overflow: hidden;
}
ul.points1 li{margin-left: 20px;}
ul.points1 li:before {
	content: "※";
	padding-right: 0.3em;
	position: absolute;
	left: -20px;
}
.points1 li {
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-weight: normal;
	position: relative;
	font-size: 16px;
	line-height: 1.5;
}
.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;
}

.spcent {text-align: center;}

ul.points3 {
	list-style-type: none;
	overflow: hidden;
}
ul.points3 li{margin-left: 17px;}
ul.points3 li:before {
	content: "●";
	padding-right: 0.3em;
	position: absolute;
	left: -17px;
	color: #2e45be;
    top: 0;
    margin-top: 1px;
}
.points3 li {
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-weight: normal;
	position: relative;
	font-size: 15px;
	line-height: 1.4;
}
.points3 li:not(:last-child) {margin-bottom: 5px;}


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

.tobk2{
    position: relative;
/*    background: linear-gradient(180deg,rgba(240, 244, 247, 1) 27%, rgba(255, 255, 255, 1) 100%);
    background-color: #004bc6;
    background-color: #2fc6df;*/
    /*background: linear-gradient(180deg,rgba(242, 245, 249, 1) 35%, rgba(255, 255, 255, 1) 100%);*/
    background-color: #2023a0;
    background-image: url("../img/body/conbk.webp");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.tobk2 .textbox {padding-top: 5%;padding-bottom: 5%;}

.gra {
    background: linear-gradient(180deg,rgba(242, 245, 249, 1) 35%, rgba(255, 255, 255, 1) 100%);
    
}

.to-bk01 {
    background-image: url("../img/body/to-bk1.webp");
    background-size: cover;
	background-position: center center;
}

.tobk {
    position: relative;
    background-color: #2023a0;
    color: #fff;
    border-radius: 50px;
    background-size: cover;
    background-position: center top;
    background-image: url("../img/body/conbk.webp");
    background-repeat: no-repeat;
}


.zenmaru {border-radius: 30px;}

.bottommaru {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.bottom-marumaru {
    border-bottom-left-radius: 800px;
    border-bottom-right-radius: 800px;
}


.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: 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: 0px;
	position: relative;		
}
.textbox2 {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 60px;
	position: relative;	
}




.hed-space {
	width: 98%;
	
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    transition: all .5s;
}
.change-color .hed-space {
	width: 98%;
	
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom:8px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    transition: all .5s;
}

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

#logo {
	width: 285px;
	margin-top: 5px;
	transition: all .5s;
    margin-right: auto;
	margin-left: auto;
}
.change-color #logo {
	width: 285px;
	margin-top: 5px;
	transition: all .5s;
}

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


.header.change-color {
    background: rgba(255 255 255 / 90%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 1px 1px 24px rgba(29,42,73,.1);
}

.hed-right ul{
    /*display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
    display: none;*/
    
}
.hed-right ul li:nth-child(2){
    margin-left: 5px;
}

.hed-right {
    position: fixed;
    bottom: 0;
    justify-content: space-between;
	flex-wrap: wrap;
    display: none;
    
}
.hed-info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.tels {
    margin-right: 20px;
}
.to-tels {
    display: flex;
    align-items: flex-start;
	flex-wrap: wrap;
}


.topbtms {
    width: 90%;
    display: flex;
	justify-content: space-between;
    margin-left: auto;
	margin-right: auto;
    /*width: 90%;
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
    padding-top: 20px;
}
.topbtms li {width: 49%; margin-bottom: 5px;}
.topbtms li .button1{display: block;text-align: center;}

.tels .mysvg {
    display: block;
	width: 22px;
	margin-right:5px;
    margin-top: 11px;
	color: #2023a0;
	fill: currentColor;
}

.tels h3 {
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 16px;
    line-height: 1.1;
	font-weight: 500;
    color: #131b44;
}

.tels h3 span{
    font-family: din-2014, sans-serif;
    display: block;
	font-size: 37px;
	line-height: 1.1;
	font-weight: 700;
    color: #2023a0;
}

.cks {
    display: table;
    margin-left: auto;
	margin-right: auto;
}

.cks li .mysvg{
	display: block;
	width: 21px;
	margin-right:5px;
	color: #fff;
	fill: currentColor;
    box-sizing: border-box;
}
.cks li{
	display: flex;
    flex-wrap: wrap;
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 17px;
    line-height: 1.5;
	font-weight: 500;
}

.cks li span {
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 17px;
    line-height: 1.5;
	font-weight: 500;
    color: #fff;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}

main {
    margin-top: 60px;
}

.main-space {
	position: relative;
}

.main-texts {
    width: 92%;
    display: block;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-texts h2 {
    display: flex;
    align-items: center;
    /*flex-wrap: wrap;*/
    justify-content: center;
    margin-bottom: 15px;
    
}
.main-texts h2 .mysvg {
    display: block;
	width: 50px;
	margin-right:12px;
	color: #fff;
	fill: currentColor;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 100%;
    background-color: #00c0ff;
}
.main-texts h2 span{
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 18px;
    line-height: 1.3;
	font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}
.main-texts h3 {
    display: block;
	width: 92%;
    max-width: 350px;
	margin-bottom: 20px;
    margin-left: auto;
	margin-right: auto;
}

.main-image {
    position: relative;
    /*height: 80vh;
    min-height: 735px;*/
    padding-bottom: 65%;
    height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/body/main-04.webp);
    background-position: center center;
    z-index: 1;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.main-image::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	pointer-events: none;
	z-index: 1;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}



.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-cjk-ja,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #131b44;
	-webkit-text-size-adjust:100%;
}



.pankuzu-space {
	width: 96%;
	padding: 30px;
	margin-right: auto;
	margin-left: auto;
	box-sizing:border-box;
	background-color: #1d0069;
    color: #fff;
    border-radius: 20px;
}

.pankuzu {
	margin-top: 65px;
}
.pankuzu p {
	font-family: source-han-sans-cjk-ja, sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 15px;
	line-height: 1.2;
	font-weight: normal;
}
.pankuzu h2 {
	font-family: source-han-sans-cjk-ja, sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 27px;
	line-height: 1.5;
	font-weight: 500;
    margin-bottom: 10px;
}

.pages {
	font-family: source-han-sans-cjk-ja, sans-serif;
	font-feature-settings: "palt" 1;
	font-size: 12px;
	line-height: 1.2;
	font-weight: normal;
	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;}

.down10 {margin-bottom: 10px;}
.down15 {margin-bottom: 15px;}
.down20 {margin-bottom: 20px;}
.down25 {margin-bottom: 25px;}
.down30 {margin-bottom: 30px;}
.down35 {margin-bottom: 35px;}
.down40 {margin-bottom: 40px;}
.down45 {margin-bottom: 45px;}
.down50 {margin-bottom: 30px;}
.down55 {margin-bottom: 35px;}
.down60 {margin-bottom: 40px;}
.down65 {margin-bottom: 45px;}
.down70 {margin-bottom: 50px;}
.down75 {margin-bottom: 55px;}



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


.button1 .mysvg {
	width:15px;
	vertical-align: -22%;
	display: inline-block;
	color: #79ae62;
	fill: currentColor;
	margin-left:5px;
}
.button1:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button1 {
	text-decoration: none;
	outline: none;
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 16px;
    line-height: 1.2;
	font-weight: 500;
	display: block;
	position: relative;
	z-index: 1;
    padding-top: 10px;
	padding-right:15px;
	padding-left:15px;
	padding-bottom: 10px;
    /*border-radius: 100px;*/
}
.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;
}
/*.to-navy {
	color: #fff;
	background-color: #2023a0;
    border: 4px solid #2023a0;
}
.to-navy:hover {
	color: #fff;
	background-color: #0c0e86;
    border: 4px solid #0c0e86;
}
.to-navy2 {
    color: #fff;
	background-color: #24b4cc;
    border: 4px solid #24b4cc;
}
.to-navy2:hover {
	color: #fff;
	background-color: #0094ad;
    border: 4px solid #0094ad;
}
*/
.to-navy {
	color: #fff;
	background-color: #ff7f11;
    border: 4px solid #ff7f11;
}
.to-navy:hover {
	color: #fff;
	background-color: #ff5f11;
    border: 4px solid #ff5f11;
}
.to-navy2 {
    color: #000;
	background-color: #fcc708;
    border: 4px solid #fcc708;
}
.to-navy2:hover {
	color: #fff;
	background-color: #fca308;
    border: 4px solid #fca308;
}





.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: #14006c;
    color: #FFF;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}


footer h3 {
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 15px;
    line-height: 1.7;
    font-weight: normal;
    
    margin-bottom: 10px;
}

.foot-text {
	font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 13px;
    line-height: 1.7;
    
}

.footcontena {
	padding-top: 60px;
	padding-bottom: 50px;
}

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

.foot-left h3{
    margin-left: auto;
    margin-right: auto;
    display: table;
}


.foot-info .to-navy {
	color: #fff;
	background-color: #14006c;
    border: 2px solid #fff;
}
.foot-info .to-navy:hover {
	color: #fff;
	background-color: #361998;
    border: 2px solid #361998;
}
.foot-info .to-navy2 {
	/*color: #2023a0;
    border: 4px solid #2023a0;
	background-color: #fff;*/
    color: #14006c;
	background-color: #fff;
    border: 2px solid #fff;
}
.foot-info .to-navy2:hover {
	color: #fff;
	background-color: #24b4cc;
    border: 2px solid #24b4cc;
}


.foot-info .tels {
    
    margin-bottom: 10px;
}
.foot-info .to-tels {
    display: flex;
    /*align-items: flex-start;
	flex-wrap: wrap;*/
    justify-content: center;
}

.foot-info .tels .mysvg {
    display: block;
	width: 18px;
	margin-right:5px;
    margin-top: 10px;
	color: #fff;
	fill: currentColor;
}

.foot-info .tels h3 {
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 15px;
    line-height: 1.4;
	font-weight: 500;
    color: #fff;
}

.foot-info .tels h3 span{
    font-family: din-2014, sans-serif;
    display: block;
	font-size: 32px;
	line-height: 1.1;
	font-weight: 700;
    color: #fff;
}



.foot-info ul{
    /*display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;*/
}
.foot-info ul li:nth-child(1){
    margin-bottom: 5px;
}

.foot-info {
    /*display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
    align-items: center;*/
}

.footlogo .mysvg {
    color: #fff;
	fill: currentColor;
}

.footlogo {
	width: 250px;
	line-height: 0px;
	margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.foot-right nav{
    
}

.foot-menu {
    padding-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    
}

.foot-menu li {
	position:relative;
	width: 49%;
}

.foot-menu li a{
	font-size: 14px;
	line-height: 1.7;
	color: #FFF;
	display:block;
}



.copy {
    text-align: center;
	font-size: 8pt;
	line-height: 16px;
	padding-top: 25px;
}

.copy i{
	font-size: 9pt;
	line-height: 16px;
	vertical-align: -7%;
	display: inline-block;
	margin-left:3px;
}
.footcta {
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    border-radius: 5px;
    z-index: 32;
}

.to-footbtm {
    display: flex;
    justify-content: space-between;
}
.to-footbtm li:nth-child(1){width: 45%;}
.to-footbtm li:nth-child(2){width: 25%;}
.to-footbtm li:nth-child(3){width: 30%;}
.to-footbtm .button1 {font-size: 14px;padding-left: 0;padding-right: 0;text-align: center; display: block;}
.for-tel {
	color: #fff;
	background-color: #2d1e9c;
    border: 4px solid #2d1e9c;
}

}






