@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@media print, screen and (min-width: 1025px) {

.recruit_table {
	border-collapse:collapse;
	
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	box-sizing: border-box;
	font-size: 13pt;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
    padding-bottom: 30px;
}
.recruit_table th, .cp_table  td {width: 100%;}
.recruit_table th {
	font-size: 13pt;
	line-height: 35px;
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
    
    font-weight: 600;
	width: 350px!important;
	padding-bottom: 25px!important;
	padding-top: 25px!important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebeded;
	/*vertical-align: top;*/
	box-sizing: border-box;
}
.recruit_table tr {
	display: block;
	width: 100%;
}

.recruit_table td {
    
	font-size: 13pt;
	line-height: 35px;
    
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	width: 75%!important;
	padding-bottom: 25px!important;
	padding-top: 25px!important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebeded;
	box-sizing: border-box;
}
.recruit_table h3 {
	font-size: 18pt;
	line-height: 35px;
    font-weight: 700;
   
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
}
.recruit_table p {
	font-size: 13pt;
	line-height: 27px;
    font-weight: 500;
    
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
}




/*.flows {
    border-left: 1px solid #3da9cd;
    margin-left: 50px;
}

.flows li{
    position: relative;
    margin-left: 50px;
    background-color: #f5f8fa;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 20px;
}
.flows li:not(:last-child) {margin-bottom: 30px;}
.flows li span{
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #3da9cd;
    color: #fff;
    border-radius: 100%;
    left: -58px;
    top: 0px;
}
.flows h3 {
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 15pt;
	line-height: 30px;
	font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e8ec;
}
.flows h4 {
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 13pt;
	line-height: 30px;
	font-weight: normal;
}*/

.flows {
  position: relative;
  margin-left: 50px;
  border-left: none;
  --dotTop: 45px;
}

/* ★ 直下の li のみに限定 */
.flows > li{
  position: relative;
  margin-left: 50px;
  background-color: #f5f8fa;
  padding: 40px;
  box-sizing: border-box;
  border-radius: 20px;
}

.flows > li:not(:last-child){
  margin-bottom: 30px;
}

/* 青丸 */
.flows > li > span{
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #3da9cd;
  border-radius: 100%;
  left: -58px;
  top: var(--dotTop);
}

/* 縦線 */
.flows > li::before{
  content: "";
  position: absolute;
  left: -51px;
  top: calc(var(--dotTop) + 15px);
  bottom: -75px;
  width: 1px;
  background: #3da9cd;
}

/* 最後は線なし */
.flows > li:last-child::before{
  display: none;
}



ul.points2f {
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points2f li{padding-left: 0.7em;}
ul.points2f li:before {
	content: "■";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #567993;
    font-size: 8pt;
}
.points2f li {
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 13pt;
	line-height: 30px;
	text-align: left;
    padding: 0;
    margin: 0;
}


.recruit_table .points2f li:not(:last-child) {}
.points2f li span{
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 22px;
	text-align: left;
    padding: 0;
    margin: 0;
    display: block;
    margin-bottom: 10px;
}

.points2f li:not(:last-child) {margin-bottom: 0px;}





.threes2 {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}
.threes2 span{
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-size: 43pt;
	line-height: 65px;
    display: block;
    margin-top: -34px;
    margin-left: 40px;
    color: #2fabcf;
    position: absolute;
    top: 0;
    left: 0;
}
.threes2 li{
    width: 31.5%;
    position: relative;
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 20px;
}
.threes2 h3 {
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 23pt;
	line-height: 50px;
	font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
.threes2 p {
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 15pt;
	line-height: 34px;
	font-weight: normal;
    text-align: center;
}
.threes2 li:nth-child(1){margin-bottom: 3%;}
.threes2 li:nth-child(2){margin-bottom: 3%;}
.threes2 li:nth-child(3){margin-bottom: 3%;}




.threes {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.threes li{
    width: 32.9%;
    position: relative;
    display: block;
}
.threes li:nth-child(1){margin-bottom: 0.5%;}
.threes li:nth-child(2){margin-bottom: 0.5%;}
.threes li:nth-child(3){margin-bottom: 0.5%;}

.threes li img{line-height: 0;display: block;}

.threes li .mysvg{
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 50px;
    color: #fff;
	fill: currentColor;
}
.threes li a {display: block;transition: all .3s;}
.threes li a:hover{
	display: block;
	outline : 12px solid rgba(255, 255, 255, 0.6);
	outline-offset : -12px;
    transition: all .3s;
}
.threes-tittle {
    position: absolute;
    top: 25px;
    left: 30px;
    color: #fff;
}
.threes-tittle h3 {
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 24pt;
	line-height: 50px;
	font-weight: 600;
    margin-bottom: 5px;
}
.threes-tittle p {
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 14pt;
	line-height: 30px;
	font-weight: normal;
}


.comennt-box2 {
    margin-left:-50px;
    position: absolute;
    right: 12%;
}
.rmaru img{
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}
.comennt-box2s {
    margin-left:-50px;
    position: absolute;
    left: 13%;
}
.lmaru img{
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
}


.ycenter {align-items: center;}
.rev:nth-child(even) {flex-direction: row-reverse;}
.wrap-space {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
    padding: 50px;
    border-radius: 20px;
    /*background-color: #f5f8fa;*/
    border: 1px solid #2fabcf;
    /*border: 1px solid #bcc6ce;*/
}
.wrap-space:not(:last-child) {margin-bottom: 30px;}
.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;
    position: relative;
    box-sizing: border-box;
    
    /*background-color: #f5f8fa;*/
    
    /*border: 1px solid #bcc6ce;*/
}
.wrap-space1:not(:last-child) {margin-bottom: 50px;}



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

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









.main-space {
    position: relative;
}
.main-comennt {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 80px;
    margin-bottom: 80px;
    color: #fff;
}
.main-comennt h2 {
    font-family: "source-han-sans-japanese", sans-serif;
    line-height: 80px;
    font-size: 45pt;
    font-weight: 600;
    letter-spacing: 8px;
    margin-bottom: 35px;
}
.main-comennt h3 {
    font-family: "source-han-sans-japanese", sans-serif;
    line-height: 40px;
    font-size: 17pt;
    font-weight: normal;
    letter-spacing: 1px;
}


.mains {
    display: flex;
	justify-content: space-between;
    
}
.mains li:nth-child(1) img {object-position: right center;}
.mains img {
	display: block;
	width: 100%;
	line-height: 0px;
	height: 910px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}


.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;
}
.image300 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 300px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
.image350 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 350px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
.image400 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 400px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
.image450 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 450px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}
.image500 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 500px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.image550 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 550px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.image600 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 600px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}


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


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

.w20 {width: 20%;}
.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;}


.tittles2 {display: flex;align-items: center;justify-content: center;}
.tittles2 .midashi1{margin-right: 50px;}

.tittles {display: flex;align-items: center;}
.tittles .midashi1{margin-right: 50px;}
.last-item {
    margin-left: auto;
}

.midashi1 {
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 40pt;
	line-height: 60px;
	font-weight: 600;
}
.midashi1 span{
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-size: 17pt;
	line-height: 35px;
    display: block;
    position: relative;
    margin-left: 20px;
    margin-bottom: 5px;
}
.midashi1 span:before {
    content:"";
    position: absolute;
    left: 0;
    top: 40%;
    width: 10px;
    height: 10px;
    background-color: #2fabcf;
    border-radius: 100px;
    margin-left: -20px;
}


.midashi2 {
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 24pt;
	line-height: 50px;
	font-weight: 500;
	margin-bottom: 35px;
    position: relative;
}

.midashi2:before {
    content:"";
    position: absolute;
    left: 0;
    top: 40%;
    width: 10px;
    height: 10px;
    background-color: #2fabcf;
    
    margin-left: -20px;
}

.midashi3 {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 35pt;
	line-height: 50px;
	font-weight: 500;
	margin-bottom: 15px;
    text-align: center;
}


.midashi4 {
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 23pt;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 25px;
    position: relative;
    margin-left: 20px;
}

.midashi4:before {
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    background-color: #2fabcf;
    margin-top: 18px;
    margin-left: -20px;
}
.midashi4 span {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 15pt;
	line-height: 35px;
	font-weight: 500;
    display: block;
    margin-left: 4px;
}

.comennt1b {
	font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 15pt;
	line-height: 36px;
	font-weight: normal;
}
    
.midashi3s {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 25pt;
	line-height: 40px;
	font-weight: 500;
	margin-bottom: 15px;
    text-align: center;
}
.kakomi {
    padding: 30px;
    border: solid 1px #ccc;
    border-radius: 20px;
    margin-bottom: 20px;
    width: 700px;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
}
.kakomi p {
    font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 12pt;
	line-height: 30px;
	font-weight: normal;
} 
.comennt5 {
    font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 12pt;
	line-height: 30px;
	font-weight: normal;
     text-align: center;
} 
    
.comennt1 {
    font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 14pt;
	line-height: 37px;
	font-weight: normal;
}

.comennt2 {
    font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 14pt;
	line-height: 37px;
	text-align: center;
	font-weight: normal;
}

.comennt2s {
    font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 13pt;
	line-height: 37px;
	text-align: center;
	font-weight: normal;
}

.comennt3 {
	font-size: 12pt;
	line-height: 28px;
	font-weight: normal;
}

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

ul.points1{
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points1 li{padding-left: 0.7em;}
ul.points1 li:before {
	content: "※";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
}
.points1 li {
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 21px;
	text-align: left;
}
.points1:not(:last-child) {margin-bottom: 15px;}


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

ul.points3 {
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points3 li{padding-left: 0.7em;}
ul.points3 li:before {
	content: "●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #98D62E;
}
.points3 li {
	font-weight: normal;
	position: relative;
	font-size: 12pt;
	line-height: 26px;
	text-align: left;
}
.points3 li:not(:last-child) {margin-bottom: 5px;}
.points3:not(:last-child) {margin-bottom: 30px;}

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



.zenmaru {
    border-radius: 90px;
}


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


.greetbk {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(../img/body/fullbk1.webp);
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
}
.greetbk:before {
    content:"";
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    height: 500px;
    /*background-size: 100%;*/
    /*background-color: #333;*/
    background-repeat: repeat-x;
    background-position: center center;
    background-image: url(../img/body/grwh.webp);
    z-index: 1;
}
.greetbk .textbox3s {position: relative;z-index: 3;padding-top: 270px;margin-bottom: 250px;}



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


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




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

.hed-space2 {
	width: 90%;
	min-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom:0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: flex-start;
    transition: all .5s;
}
.change-color .hed-space2 {
	width: 96%;
	min-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom:15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: center;
    transition: all .5s;
}


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

#logo {
	width: 170px;
	margin-top: 0px;
	background-image: url(../img/body/logo.webp);
	height: 170px;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .5s;
}
.change-color #logo {
	width: 280px;
	margin-top: -5px;
	background-image: url(../img/body/logo-y.webp);
	height: 66px;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .5s;
}

#logo2 {
	/*width: 280px;
	margin-top: -5px;
	background-image: url(../img/body/logo-y.webp);
	height: 66px;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .5s;*/
    width: 170px;
	margin-top: 0px;
	background-image: url(../img/body/logo2.webp);
	height: 170px;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .5s;
}
.change-color #logo2 {
	width: 280px;
	margin-top: -5px;
	background-image: url(../img/body/logo-y.webp);
	height: 66px;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .5s;
}

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


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



.hed-right {width: 80%;}

.change-color .hed-right {width: auto;}

.gloval-menu {
    font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
}
.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: #fff;
    font-family: "source-han-sans-japanese", sans-serif;
    /*font-feature-settings: "palt" 1;*/
	font-size: 14pt;
	line-height: 25px;
	font-weight: normal;
	font-style: normal;
	padding-top: 7px;
	padding-bottom: 7px;
}
.change-color .gloval-menu .c-menu01 a {color: #003254;}
.gloval-menu .c-menu01 a.current {color: #567993;position: relative;}
.gloval-menu .c-menu01 a.current::before {
	background-color: #567993;
	position: absolute;
	bottom: -1px;
	left: 0px;
	content: '';
	width: 100%;
	height: 2px;
	right: 0px;
}
.gloval-menu .c-menu01 a:active {color: #567993;}

.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: #fff;
}
.c-menu01 a:hover::after {transform: scale(1, 1);}
.gloval-menu .c-menu01 a:hover{
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s;
}


.change-color .c-menu01 a:hover,
.change-color .c-menu01 a:focus {}
.change-color .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: #537a95;
}
.change-color .c-menu01 a:hover::after {transform: scale(1, 1);}
.change-color .gloval-menu .c-menu01 a:hover{
	color: #033254;
	-webkit-transition: all .2s;
	transition: all .2s;
}




.gloval-menu > ul {
    
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
    /*padding-left: 100px;*/
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.change-color .gloval-menu > ul {border-bottom: solid 0px #333;padding-left: 0px;padding-bottom: 0px;}


.change-color .gloval-menu .c-menu07 a {color: #003254;border: solid 1px #003254;}
.gloval-menu .c-menu07 a {
	margin-left: 20px;
	margin-top: 0px;
	display: block;
	position: relative;
	font-size: 12pt;
	font-weight: normal;
	color: #fff;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 25px!important;
	border: solid 1px #fff;
	border-radius: 10px;
}
.gloval-menu .c-menu07 a:hover {
	color: #033254;
	background-color: #fff;
    border: solid 1px #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}



.change-color .gloval-menu .c-menu07 a {
	margin-left: 20px;
	margin-top: 0px;
	display: block;
	position: relative;
	font-size: 12pt;
	font-weight: normal;
	color: #fff;
	background-color: #033254;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 25px!important;
	border: solid 1px #033254;
	border-radius: 10px;
}
.change-color .gloval-menu .c-menu07 a:hover {
	color: #fff;
	background-color: #537a95;
    border: solid 1px #537a95;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.gloval-menu .c-menu08 {text-align: left;margin-left: 20px;color: #fff;}
.c-menu08 p{
    font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 11pt;
    line-height: 22px;
    font-weight: normal;
}
.c-menu08 h3{
    font-size: 15pt;
    line-height: 25px;
    font-feature-settings: "palt" 1;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
}
.c-menu08 h3 span{
    margin-left: 2px;
    font-size: 25pt;
    line-height: 30px;
    font-feature-settings: "palt" 1;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
}
.change-color .gloval-menu .c-menu08 {color: #003254;}

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





.gloval-menu2 {
    font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
    
}

.gloval-menu2 ul {margin: 0;padding: 0;}
.gloval-menu2 li {list-style: none;}
.gloval-menu2 a {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	box-sizing:border-box;
}
.gloval-menu2 > ul > li {margin-right: 1px;text-align: center;}
.gloval-menu2 li ul {height: 0;width: 0;overflow: hidden;position: absolute;}
.gloval-menu2 li:hover ul,
.gloval-menu2 li:focus-within ul {
	height: auto;
	width: auto;
	position: absolute;
	z-index: 55;
	display:block;
}
.gloval-menu2 .c-menu01 {margin-left: 10px;margin-right: 10px;}
.gloval-menu2 .c-menu01 a {
	position: relative;
	margin-top: 10px;
	color: #003254;
    font-family: "source-han-sans-japanese", sans-serif;
    /*font-feature-settings: "palt" 1;*/
	font-size: 14pt;
	line-height: 25px;
	font-weight: normal;
	font-style: normal;
	padding-top: 7px;
	padding-bottom: 7px;
}

.gloval-menu2 .c-menu01 a.current {color: #567993;position: relative;}
.gloval-menu2 .c-menu01 a.current::before {
	background-color: #567993;
	position: absolute;
	bottom: -1px;
	left: 0px;
	content: '';
	width: 100%;
	height: 2px;
	right: 0px;
}
.gloval-menu2 .c-menu01 a:active {color: #567993;}

.gloval-menu2 .c-menu01 a:hover,
.gloval-menu2 .c-menu01 a:focus {}
.gloval-menu2 .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: #537a95;
}
.gloval-menu2 .c-menu01 a:hover::after {transform: scale(1, 1);}
.gloval-menu2 .c-menu01 a:hover{
	color: #537a95;
	-webkit-transition: all .2s;
	transition: all .2s;
}


/*.change-color .c-menu01 a:hover,
.change-color .c-menu01 a:focus {}
.change-color .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: #537a95;
}
.change-color .c-menu01 a:hover::after {transform: scale(1, 1);}
.change-color .gloval-menu .c-menu01 a:hover{
	color: #033254;
	-webkit-transition: all .2s;
	transition: all .2s;
}*/




.gloval-menu2 > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
    padding-bottom: 30px;
    border-bottom: 1px solid #bbc6ce;
}
.change-color .gloval-menu2 > ul {border-bottom: solid 0px #fff;padding-left: 0px;padding-bottom: 0px;}
/*.change-color .gloval-menu2 > ul {border-bottom: solid 0px #333;padding-left: 0px;padding-bottom: 0px;}


.change-color .gloval-menu2 .c-menu07 a {color: #003254;border: solid 1px #003254;}*/
/*.gloval-menu2 .c-menu07 a {
	margin-left: 20px;
	margin-top: 0px;
	display: block;
	position: relative;
	font-size: 12pt;
	font-weight: normal;
	color: #fff;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 25px!important;
	border: solid 1px #fff;
	border-radius: 10px;
}
.gloval-menu2 .c-menu07 a:hover {
	color: #033254;
	background-color: #fff;
    border: solid 1px #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}
*/


.gloval-menu2 .c-menu07 a {
	margin-left: 20px;
	margin-top: 0px;
	display: block;
	position: relative;
	font-size: 12pt;
	font-weight: normal;
	color: #fff;
	background-color: #033254;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 25px!important;
	border: solid 1px #033254;
	border-radius: 10px;
}
.gloval-menu2 .c-menu07 a:hover {
	color: #fff;
	background-color: #537a95;
    border: solid 1px #537a95;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.gloval-menu2 .c-menu08 {text-align: left;margin-left: 20px;color: #003254;}
.c-menu08 p{
    font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 11pt;
    line-height: 22px;
    font-weight: normal;
}
.c-menu08 h3{
    font-size: 15pt;
    line-height: 25px;
    font-feature-settings: "palt" 1;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
}
.c-menu08 h3 span{
    margin-left: 2px;
    font-size: 25pt;
    line-height: 30px;
    font-feature-settings: "palt" 1;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
}



body {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow-x: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-y: hidden;
	font-family: "source-han-sans-japanese",'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #003254;
	/*-webkit-text-size-adjust:100%;*/
}



.pankuzu-space {
	padding-left: 2.7%;
	padding-top: 70px;
    padding-bottom: 10px;
    /*padding-left: 360px;*/
	margin-left: 20%;
	box-sizing:border-box;
	/*background-color: #F2F2F2;*/
	/*min-width: 1000px;*/
	/*background-color: #F2F2F2;*/
    
}

.pankuzu {
    min-width: 1100px;
    position: relative;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.pankuzu p {
    font-family: "din-2014", sans-serif;
	/*color: #003254;*/
	font-weight: 600;
	font-size: 17pt;
	/*line-height: 30px;
    margin-bottom: 5px;*/
}
.pankuzu h2 {
    padding-top: 5px;
    color: #567993;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 600;
	font-size: 50pt;
	line-height: 70px;
    margin-bottom: 35px;
}
.to-pages {
    /*position: absolute;*/
    box-sizing: border-box;
    /*margin-right: 70px;
    right: 0;
    bottom: 30%;*/
}
.pages {
    font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
	color: #003254;
	font-size: 10pt;
	line-height: 18px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/*justify-content: center;*/
}
.pages li {
	margin-right: 2px;
	margin-left: 2px;
}
.pages li a{
	color: #567993;
    text-decoration: underline;
}
.pages li a:hover{
	color: #003254;
}

.pages li:nth-child(2){
	width: 1px;
    height: 15px;
    background-color: #bbc6ce;
    margin-left: 12px;
    margin-right: 12px;
}






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



.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;
	display: block;
	color: #003254;
	fill: currentColor;
	margin-right:30px;
    position: absolute;
    top: 27%;
    right: 0;
}
.button1:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button1 {
    min-width: 300px;
	text-decoration: none;
	line-height: 35px;
	outline: none;
	font-feature-settings: "palt" 1;
	font-weight: 600;
	font-size: 14pt;
	display: table;
	position: relative;
	z-index: 1;
    border-radius: 8px;
	padding-top: 15px;
	padding-right:80px;
	padding-left:30px;
	padding-bottom: 15px;
}
.button1::before,
.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button1,
.button1::before,
.button1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button1 {
	color: #003254;
    background-color: rgba(255, 255, 255, 0.7);
    border: solid 2px #537a95;
}
.button1:hover {
	color: #fff;
	background-color: #537a95;
	border: solid 2px #537a95;
}


.button2 .mysvg {
	width:40px;
	display: block;
	color: #003254;
	fill: currentColor;
	margin-right:30px;
    position: absolute;
    top: 35%;
    right: 0;
}
.button2:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button2 {
    min-width: 300px;
	text-decoration: none;
	line-height: 45px;
	outline: none;
	font-feature-settings: "palt" 1;
	font-weight: 700;
	font-size: 22pt;
	display: block;
	position: relative;
	z-index: 1;
    border-radius: 8px;
	padding-top: 40px;
	padding-right:80px;
	padding-left:40px;
	padding-bottom: 40px;
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2 {
	color: #003254;
    background-color: #fff;
}
.button2:hover {
	color: #fff;
	background-color: #537a95;
}




.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: #eef2f5;
    position: relative;
}

.footbnr {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
	/*flex-wrap: wrap;*/
}
.footbnr li:nth-child(1){margin-right: 50px;/*width: 40%;*/}
.footbnr li:nth-child(2){width: 55%;}

.footbnr li p{
    font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 15pt;
    line-height: 30px;
    font-weight: normal;
    color: #FFF;
}

.foot-inofo h4{
    font-size: 15pt;
    line-height: 25px;
    font-feature-settings: "palt" 1;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    color: #FFF;
}
.foot-inofo h4 span{
    margin-left: 2px;
    font-size: 45pt;
    line-height: 65px;
    font-feature-settings: "palt" 1;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    color: #FFF;
}

.foot-inofo {
    background-color: #003254;
    color: #FFF;
    width: 96%;
	margin-right: auto;
	margin-left: auto;
    box-sizing: border-box;
    padding: 60px;
    border-radius: 30px;
    min-width: 1100px;
    position: absolute;
    top: -120px;
    left: 0;
    right: 0;
}




.footcontena {
	padding-top: 380px;
	/*padding-bottom: 60px;*/
}

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

.wraps {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
    align-items: center;
    width: 85%;
    max-width: 1400px;
	min-width: 1100px;
	margin-right: auto;
	margin-left: auto;
    padding-top: 40px;
	padding-bottom: 60px;
    border-top: solid 1px #d4dade;
}


.foot-right nav{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.foot-right {width: 60%;}

.footlogo {
	width: 205px;
	line-height: 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.foot-menu {}
.foot-menu li {position:relative;}
.foot-menu li a{
	font-size: 14pt;
	line-height: 40px;
	color: #033254;
	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: #537a95;
}
.foot-menu li a:hover::after {transform: scale(1, 1);}

.foot-menu2 li a{
    position: relative;
	font-size: 13pt;
	line-height: 22px;
	color: #fff;
	display:block;
    background-color: #003254;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 100px;
    border-radius: 6px;
    transition: all .3s;
}
.foot-menu2 li a:hover{
    color: #fff;
    background-color: #537a95;
    transition: all .3s;
}
.foot-menu2 li .mysvg{
    width:10px;
	display: block;
	color: #fff;
	fill: currentColor;
	margin-right:20px;
    position: absolute;
    top: 36%;
    right: 0;
}
.foot-menu2 li:nth-child(1){margin-bottom: 5px;}
.foot-menu2 li:nth-child(2){margin-bottom: 5px;}



.foot-text {
	font-size: 14pt;
	line-height: 30px;
    font-weight: normal;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
}


.copy {
    font-family: "din-2014", sans-serif;
    ont-weight: normal;
    font-style: normal;
	font-size: 11pt;
	line-height: 16px;
	padding-top: 25px;
	text-align: center;
}

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




.recbnr{
    width: 430px;
    position: absolute;
    right: 35px;
    bottom: 40px;
    transition: all .5s;
}
.recbnr a {color: #003254;background-color: #fff;display: block;border-radius: 10px;transition: all .3s;}
.recbnr a:hover {color: #fff;background-color: #2fabcf;transition: all .3s;}
.change-color .recbnr{
    width: 170px;
    position: fixed;
    right: 20px;
    top: 110px;
    z-index: 5;
    transition: all .5s;
}
.change-color .recbnr a {color: #fff;background-color: #2fabcf;transition: all .3s;}
.change-color .recbnr a:hover {color: #fff!important;background-color: #0c3152;display: block;border-radius: 10px;transition: all .3s;}

.recwrap {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

.change-color .recwrap {
    display: block;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

.texts {
    padding-top : 10px;
    padding-bottom: 10px;
    padding-right: 45px;
    box-sizing: border-box;
}
.change-color .texts {
    padding-top : 15px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    box-sizing: border-box;
    text-align: center;
}

.texts h3{
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 18pt;
	line-height: 32px;
	font-weight: 500;
}

.texts p{
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-size: 15pt;
    line-height: 21px;
    display: block;
    position: relative;
    text-transform: uppercase;
}
.recwrap .mysvg {
    position: absolute;
    width: 13px;
    top: 43%;
    right: 20px;
    color: #2fabcf;
	fill: currentColor;
}
.change-color .recwrap .mysvg {
    position: absolute;
    width: 13px;
    top: 43%;
    right: 20px;
    color: #2fabcf;
	fill: currentColor;
    display: none;
}

.recwrap:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.recwrap span {
	display: block;
	position: relative;
	width: 48%;
    padding-top: 30%;
	height: 0;
	overflow: hidden;
}
.change-color .recwrap span {
	display: block;
	position: relative;
	width: 100%;
    padding-top: 60%;
	height: 0;
	overflow: hidden;
}

.recwrap span img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	box-sizing: border-box;
	border-radius: 5px;
}

.rightnber {
    
}


/*.recbnr3 {
    transition: all .5s;
    width: 170px;
    position: fixed;
    right: 50px;
    top: 110px;
    z-index: 5;
}
.change-color .recbnr3 {
    transition: all .5s;
    width: 170px;
    position: fixed;
    right: 20px;
    top: 110px;
    z-index: 5;
}*/



.recbnr3{
    width: 430px;
    position: absolute;
    right: 4.5%;
    top: 80px;
    transition: all .5s;
    z-index: 210;
}
.recbnr3 a {color: #fff;background-color: #003254;display: block;border-radius: 10px;transition: all .3s;}
.recbnr3 a:hover {color: #fff;background-color: #2fabcf;transition: all .3s;}
.change-color .recbnr3{
    width: 170px;
    position: fixed;
    right: 20px;
    top: 110px;
    z-index: 5;
    transition: all .5s;
}
.change-color .recbnr3 a {color: #fff;background-color: #2fabcf;transition: all .3s;}
.change-color .recbnr3 a:hover {color: #fff!important;background-color: #0c3152;display: block;border-radius: 10px;transition: all .3s;}

.recwrap3 {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

.change-color .recwrap3 {
    display: block;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}

.texts3 {
    padding-top : 10px;
    padding-bottom: 10px;
    padding-right: 45px;
    box-sizing: border-box;
}
.change-color .texts3 {
    padding-top : 15px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
    box-sizing: border-box;
    text-align: center;
}

.texts3 h3{
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 18pt;
	line-height: 32px;
	font-weight: 500;
}
/*.change-color .texts3 h3 {font-size: 16pt;line-height: 26px;}*/
.texts3 p{
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-size: 15pt;
    line-height: 21px;
    display: block;
    position: relative;
    text-transform: uppercase;
}
.recwrap3 .mysvg {
    position: absolute;
    width: 13px;
    top: 43%;
    right: 20px;
    color: #2fabcf;
	fill: currentColor;
}
.change-color .recwrap3 .mysvg {
    position: absolute;
    width: 13px;
    top: 43%;
    right: 20px;
    color: #2fabcf;
	fill: currentColor;
    display: none;
}

.recwrap3:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.recwrap3 span {
	display: block;
	position: relative;
	width: 48%;
    padding-top: 30%;
	height: 0;
	overflow: hidden;
}
.change-color .recwrap3 span {
	display: block;
	position: relative;
	width: 100%;
    padding-top: 60%;
	height: 0;
	overflow: hidden;
}

.recwrap3 span img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	box-sizing: border-box;
	border-radius: 5px;
}



.recbnr3__close {display: none;}

.recbnr.is-closed{display: none;}
.recbnr3.is-closed{display: none;}
.change-color .recbnr3.is-closed{display: none;}
.change-color .recbnr3__close {display: block;}
.change-color .recbnr3__close{
    position: absolute;
    top: -10px;
    right: -10px;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    background: #003254;
    color: #fff;
    z-index: 10;
}
.change-color .change-color .recbnr3__close{
    top: -10px;
    right: -10px;
}



}

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

.recruit_table {
	border-collapse:collapse;
	
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	box-sizing: border-box;
	font-size: 12pt;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
    padding-bottom: 30px;
}
.recruit_table th, .cp_table  td {width: 100%;}
.recruit_table th {
	font-size: 12pt;
	line-height: 25px;
	font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
    
    font-weight: 600;
	display: block;
	padding-bottom: 5px!important;
	margin-bottom: 5px!important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebeded;
	/*vertical-align: top;*/
	box-sizing: border-box;
}
.recruit_table tr {
	display: block;
	width: 100%;
}

.recruit_table td {
    
	font-size: 12pt;
	line-height: 25px;
    
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	display: block;
	padding-bottom: 25px!important;
	
	
	box-sizing: border-box;
}
.recruit_table h3 {
	font-size: 18pt;
	line-height: 35px;
    font-weight: 700;
   
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
}
.recruit_table p {
	font-size: 13pt;
	line-height: 27px;
    font-weight: 500;
    
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
}




/*.flows {
    border-left: 1px solid #3da9cd;
    margin-left: 50px;
}

.flows li{
    position: relative;
    margin-left: 50px;
    background-color: #f5f8fa;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 20px;
}
.flows li:not(:last-child) {margin-bottom: 30px;}
.flows li span{
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #3da9cd;
    color: #fff;
    border-radius: 100%;
    left: -58px;
    top: 0px;
}
.flows h3 {
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 15pt;
	line-height: 30px;
	font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e8ec;
}
.flows h4 {
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 13pt;
	line-height: 30px;
	font-weight: normal;
}*/
.flows h3 {
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 14pt;
	line-height: 26px;
	font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e8ec;
}

.flows {
  position: relative;
  margin-left: 10px;
  border-left: none;
  --dotTop: 35px;
}

/* ★ 直下の li のみに限定 */
.flows > li{
  position: relative;
  margin-left: 30px;
  background-color: #f5f8fa;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 20px;
}

.flows > li:not(:last-child){
  margin-bottom: 10px;
}

/* 青丸 */
.flows > li > span{
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #3da9cd;
  border-radius: 100%;
  left: -38px;
  top: var(--dotTop);
}

/* 縦線 */
.flows > li::before{
  content: "";
  position: absolute;
  left: -31px;
  top: calc(var(--dotTop) + 15px);
  bottom: -60px;
  width: 1px;
  background: #3da9cd;
}

/* 最後は線なし */
.flows > li:last-child::before{
  display: none;
}



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


.recruit_table .points2f li:not(:last-child) {}
.points2f li span{
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 10pt;
	line-height: 22px;
	text-align: left;
    padding: 0;
    margin: 0;
    display: block;
    margin-bottom: 10px;
}

/*.points2f li:not(:last-child) {margin-bottom: 0px;}*/





.threes2 {
    /*display: flex;
	justify-content: space-between;
    flex-wrap: wrap;*/
    padding-top: 0px;
}
.threes2 span{
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-size: 33pt;
	line-height: 55px;
    display: block;
    /*margin-top: -34px;
    margin-left: 40px;*/
    color: #2fabcf;
    text-align: center;
    /*position: absolute;
    top: 0;
    left: 0;*/
}
.threes2 li{
   /* width: 31.5%;*/
    position: relative;
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 20px;
}
.threes2 h3 {
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 17pt;
	line-height: 30px;
	font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
.threes2 p {
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 12pt;
	line-height: 26px;
	font-weight: normal;
    text-align: center;
}

.threes2 li:not(:last-child) {margin-bottom: 10px;}




.threes {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.threes li{
    width: 49.7%;
    position: relative;
    display: block;
}
.threes li:nth-child(1){margin-bottom: 0.5%;}
.threes li:nth-child(2){margin-bottom: 0.5%;}
.threes li:nth-child(3){margin-bottom: 0.5%;}

.threes li img{line-height: 0;display: block;}

.threes li .mysvg{
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 20px;
    color: #fff;
	fill: currentColor;
}
.threes li a {display: block;transition: all .3s;}
/*.threes li a:hover{
	display: block;
	outline : 12px solid rgba(255, 255, 255, 0.6);
	outline-offset : -12px;
    transition: all .3s;
}*/
.threes-tittle {
    width: 92%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*left: 30px;*/
    color: #fff;
}
.threes-tittle h3 {
    text-align: center;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 12pt;
	line-height: 24px;
	font-weight: 600;
    margin-bottom: 7px;
}
.threes-tittle p {
    text-align: center;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 11pt;
	line-height: 21px;
	font-weight: normal;
}


.comennt-box2 {
    /*margin-left:-50px;
    position: absolute;
    right: 12%;*/
    padding: 15px;
    box-sizing: border-box;
}
.rmaru img{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    /*border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;*/
}
.comennt-box2s {
    padding: 15px;
    box-sizing: border-box;
}
.lmaru img{
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.wrap {
    padding-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
}


.ycenter {align-items: center;}
.rev:nth-child(even) {flex-direction: row-reverse;}
.wrap-space {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #2fabcf;
}
.wrap-space:not(:last-child) {margin-bottom: 20px;}
.wrap-space0 {
	/*display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;*/
}
.wrap-space0:not(:last-child) {margin-bottom: 30px;}
.wrap-space0:nth-child(odd) {flex-direction: row-reverse;}

.wrap-space1 {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;*/
    
    /*background-color: #f5f8fa;*/
    /*border: 1px solid #bcc6ce;*/
}
.wrap-space1:not(:last-child) {margin-bottom: 30px;}



/*.wrap-space1:nth-child(even) {flex-direction: row-reverse;}*/
.wrap-space2 {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.wrap-space2:not(:last-child) {margin-bottom: 15px;}
.wrap-space2:nth-child(even) {flex-direction: row-reverse;}
.wrap-space3 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap-space3:not(:last-child) {margin-bottom: 30px;}
.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%;}*/









.main-space {
    margin-top: 65px;
    position: relative;
}
.main-comennt {
    /*width: 80%;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    /*margin-right: auto;
	margin-left: auto;
    display: table;*/
}
.main-comennt h2 {
    white-space: nowrap; 
    font-family: "source-han-sans-japanese", sans-serif;
    line-height: 40px;
    font-size: 22pt;
    font-weight: 600;
    letter-spacing: 3px;
    text-indent: 3px;
    margin-bottom: 15px;
}
.main-comennt h3 {
    font-family: "source-han-sans-japanese", sans-serif;
    line-height: 25px;
    font-size: 12pt;
    font-weight: normal;
    letter-spacing: 2px;
    text-indent: 2px;
}


.mains {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}
.mains li {width: 50%;}
.mains li:nth-child(1) img {object-position: right center;}
.mains img {
	display: block;
	width: 100%;
	line-height: 0px;
	height: 250px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}


.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;
}
.image300 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	/*height: 300px;
	object-fit: cover;
	font-family: "object-fit: cover;";*/
}
.image350 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	/*height: 350px;
	object-fit: cover;
	font-family: "object-fit: cover;";*/
}
.image400 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	/*height: 400px;
	object-fit: cover;
	font-family: "object-fit: cover;";*/
}
.image450 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	/*height: 450px;
	object-fit: cover;
	font-family: "object-fit: cover;";*/
}
.image500 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	/*height: 500px;
	object-fit: cover;
	font-family: "object-fit: cover;";*/
}

.image550 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	/*height: 550px;
	object-fit: cover;
	font-family: "object-fit: cover;";*/
}

.image600 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	/*height: 600px;
	object-fit: cover;
	font-family: "object-fit: cover;";*/
}


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


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

.w20 {width: 20%;}
.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: 100px;}
#privacy  {scroll-margin-top: 100px;}


.tittles2 {/*display: flex;align-items: center;justify-content: center;*/}
.tittles2 .midashi1{/*margin-right: 50px;*/}

.tittles {margin-bottom: 20px;}
.tittles .midashi1{margin-bottom: 10px;}
.last-item {
    /*margin-left: auto;*/
}

.midashi1 {
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 22pt;
	line-height: 35px;
	font-weight: 600;
    text-align: center;
}
.midashi1 span{
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-size: 12pt;
	line-height: 22px;
    position: relative;
    
    margin-bottom: 5px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.midashi1 span:before {
    content:"";
    position: absolute;
    left: 0;
    top: 30%;
    width: 10px;
    height: 10px;
    background-color: #2fabcf;
    border-radius: 100px;
    margin-left: -15px;
}


.midashi2 {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 20pt;
	line-height: 33px;
	font-weight: 500;
	margin-bottom: 25px;
    position: relative;
    text-align: center;
}

.midashi2:before {
    content:"";
    position: absolute;
    /*left: 0;*/
    top: 40%;
    width: 10px;
    height: 10px;
    background-color: #2fabcf;
    
    margin-left: -20px;
}

.midashi3 {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 17pt;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 10px;
    text-align: center;
}


.midashi4 {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 17pt;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 25px;
    position: relative;
    /*margin-left: 15px;*/
    text-align: center;
    padding-top: 15px;
}

.midashi4:before {
    /*content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    background-color: #2fabcf;
    margin-top: 18px;
    margin-left: -15px;*/
}
.midashi4 span {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 12pt;
	line-height: 25px;
	font-weight: 600;
    display: block;
    text-align: center;
}

.comennt1b {
	font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 12pt;
	line-height: 28px;
	font-weight: normal;
}
.comennt1 {
    font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 12pt;
	line-height: 28px;
	font-weight: normal;
}

.comennt2 {
    font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 12pt;
	line-height: 28px;
	/*text-align: center;*/
	font-weight: normal;
}

.comennt2s {
    font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 12pt;
	line-height: 27px;
	font-weight: normal;
}

.comennt3 {
	font-size: 12pt;
	line-height: 28px;
	font-weight: normal;
}

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

ul.points1{
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points1 li{padding-left: 0.7em;}
ul.points1 li:before {
	content: "※";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
}
.points1 li {
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 21px;
	text-align: left;
}
.points1:not(:last-child) {margin-bottom: 15px;}


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

ul.points3 {
	list-style-type: none;
	padding-left: 10px;
	overflow: hidden;
}
ul.points3 li{padding-left: 0.7em;}
ul.points3 li:before {
	content: "●";
	padding-right: 0.3em;
	position: absolute;
	left: -0.5em;
	color: #98D62E;
}
.points3 li {
	font-weight: normal;
	position: relative;
	font-size: 12pt;
	line-height: 26px;
	text-align: left;
}
.points3 li:not(:last-child) {margin-bottom: 5px;}
.points3:not(:last-child) {margin-bottom: 30px;}

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



.zenmaru {
    border-radius: 30px;
}


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


.greetbk {
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(../img/body/fullbk1.webp);
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
}
.greetbk:before {
    content:"";
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    height: 500px;
    /*background-size: 100%;*/
    /*background-color: #333;*/
    background-repeat: repeat-x;
    background-position: center center;
    background-image: url(../img/body/grwh.webp);
    z-index: 1;
}
.greetbk .textbox3s {position: relative;z-index: 3;padding-top: 100px;padding-bottom: 60px;margin-bottom: 0px;}

.greetbk .midashi1 {margin-bottom: 15px;}
    
.greetbk .comennt2 {text-align: justify;}
.greetbk .comennt1b {
	font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 13pt;
	line-height: 25px;
	font-weight: 500;
}
.greetbk .down60 {margin-bottom: 15px;}

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




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

.hed-space2 {
	width: 90%;
	min-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	padding-bottom:0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: flex-start;
    transition: all .5s;
}
.change-color .hed-space2 {
	width: 96%;
	min-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom:15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: center;
    transition: all .5s;
}


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

#logo {
	width: 170px;
	margin-top: 0px;
	background-image: url(../img/body/logo.webp);
	height: 170px;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .5s;
}
.change-color #logo {
	width: 280px;
	margin-top: -5px;
	background-image: url(../img/body/logo-y.webp);
	height: 66px;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .5s;
}

#logo2 {
	/*width: 280px;
	margin-top: -5px;
	background-image: url(../img/body/logo-y.webp);
	height: 66px;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .5s;*/
    width: 170px;
	margin-top: 0px;
	background-image: url(../img/body/logo2.webp);
	height: 170px;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .5s;
}
.change-color #logo2 {
	width: 280px;
	margin-top: -5px;
	background-image: url(../img/body/logo-y.webp);
	height: 66px;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .5s;
}

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


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



.hed-right {width: 80%;}

.change-color .hed-right {width: auto;}

.gloval-menu {
    font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
}
.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: #fff;
    font-family: "source-han-sans-japanese", sans-serif;
    /*font-feature-settings: "palt" 1;*/
	font-size: 14pt;
	line-height: 25px;
	font-weight: normal;
	font-style: normal;
	padding-top: 7px;
	padding-bottom: 7px;
}
.change-color .gloval-menu .c-menu01 a {color: #003254;}
.gloval-menu .c-menu01 a.current {color: #567993;position: relative;}
.gloval-menu .c-menu01 a.current::before {
	background-color: #567993;
	position: absolute;
	bottom: -1px;
	left: 0px;
	content: '';
	width: 100%;
	height: 2px;
	right: 0px;
}
.gloval-menu .c-menu01 a:active {color: #567993;}

.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: #fff;
}
.c-menu01 a:hover::after {transform: scale(1, 1);}
.gloval-menu .c-menu01 a:hover{
	color: #fff;
	-webkit-transition: all .2s;
	transition: all .2s;
}


.change-color .c-menu01 a:hover,
.change-color .c-menu01 a:focus {}
.change-color .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: #537a95;
}
.change-color .c-menu01 a:hover::after {transform: scale(1, 1);}
.change-color .gloval-menu .c-menu01 a:hover{
	color: #033254;
	-webkit-transition: all .2s;
	transition: all .2s;
}




.gloval-menu > ul {
    
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
    /*padding-left: 100px;*/
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.change-color .gloval-menu > ul {border-bottom: solid 0px #333;padding-left: 0px;padding-bottom: 0px;}


.change-color .gloval-menu .c-menu07 a {color: #003254;border: solid 1px #003254;}
.gloval-menu .c-menu07 a {
	margin-left: 20px;
	margin-top: 0px;
	display: block;
	position: relative;
	font-size: 12pt;
	font-weight: normal;
	color: #fff;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 25px!important;
	border: solid 1px #fff;
	border-radius: 10px;
}
.gloval-menu .c-menu07 a:hover {
	color: #033254;
	background-color: #fff;
    border: solid 1px #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}



.change-color .gloval-menu .c-menu07 a {
	margin-left: 20px;
	margin-top: 0px;
	display: block;
	position: relative;
	font-size: 12pt;
	font-weight: normal;
	color: #fff;
	background-color: #033254;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 25px!important;
	border: solid 1px #033254;
	border-radius: 10px;
}
.change-color .gloval-menu .c-menu07 a:hover {
	color: #fff;
	background-color: #537a95;
    border: solid 1px #537a95;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.gloval-menu .c-menu08 {text-align: left;margin-left: 20px;color: #fff;}
.c-menu08 p{
    font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 11pt;
    line-height: 22px;
    font-weight: normal;
}
.c-menu08 h3{
    font-size: 15pt;
    line-height: 25px;
    font-feature-settings: "palt" 1;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
}
.c-menu08 h3 span{
    margin-left: 2px;
    font-size: 25pt;
    line-height: 30px;
    font-feature-settings: "palt" 1;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
}
.change-color .gloval-menu .c-menu08 {color: #003254;}

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





.gloval-menu2 {
    font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
    
}

.gloval-menu2 ul {margin: 0;padding: 0;}
.gloval-menu2 li {list-style: none;}
.gloval-menu2 a {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	box-sizing:border-box;
}
.gloval-menu2 > ul > li {margin-right: 1px;text-align: center;}
.gloval-menu2 li ul {height: 0;width: 0;overflow: hidden;position: absolute;}
.gloval-menu2 li:hover ul,
.gloval-menu2 li:focus-within ul {
	height: auto;
	width: auto;
	position: absolute;
	z-index: 55;
	display:block;
}
.gloval-menu2 .c-menu01 {margin-left: 10px;margin-right: 10px;}
.gloval-menu2 .c-menu01 a {
	position: relative;
	margin-top: 10px;
	color: #003254;
    font-family: "source-han-sans-japanese", sans-serif;
    /*font-feature-settings: "palt" 1;*/
	font-size: 14pt;
	line-height: 25px;
	font-weight: normal;
	font-style: normal;
	padding-top: 7px;
	padding-bottom: 7px;
}

.gloval-menu2 .c-menu01 a.current {color: #567993;position: relative;}
.gloval-menu2 .c-menu01 a.current::before {
	background-color: #567993;
	position: absolute;
	bottom: -1px;
	left: 0px;
	content: '';
	width: 100%;
	height: 2px;
	right: 0px;
}
.gloval-menu2 .c-menu01 a:active {color: #567993;}

.gloval-menu2 .c-menu01 a:hover,
.gloval-menu2 .c-menu01 a:focus {}
.gloval-menu2 .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: #537a95;
}
.gloval-menu2 .c-menu01 a:hover::after {transform: scale(1, 1);}
.gloval-menu2 .c-menu01 a:hover{
	color: #537a95;
	-webkit-transition: all .2s;
	transition: all .2s;
}


/*.change-color .c-menu01 a:hover,
.change-color .c-menu01 a:focus {}
.change-color .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: #537a95;
}
.change-color .c-menu01 a:hover::after {transform: scale(1, 1);}
.change-color .gloval-menu .c-menu01 a:hover{
	color: #033254;
	-webkit-transition: all .2s;
	transition: all .2s;
}*/




.gloval-menu2 > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
    padding-bottom: 30px;
    border-bottom: 1px solid #bbc6ce;
}
.change-color .gloval-menu2 > ul {border-bottom: solid 0px #fff;padding-left: 0px;padding-bottom: 0px;}
/*.change-color .gloval-menu2 > ul {border-bottom: solid 0px #333;padding-left: 0px;padding-bottom: 0px;}


.change-color .gloval-menu2 .c-menu07 a {color: #003254;border: solid 1px #003254;}*/
/*.gloval-menu2 .c-menu07 a {
	margin-left: 20px;
	margin-top: 0px;
	display: block;
	position: relative;
	font-size: 12pt;
	font-weight: normal;
	color: #fff;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 25px!important;
	border: solid 1px #fff;
	border-radius: 10px;
}
.gloval-menu2 .c-menu07 a:hover {
	color: #033254;
	background-color: #fff;
    border: solid 1px #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}
*/


.gloval-menu2 .c-menu07 a {
	margin-left: 20px;
	margin-top: 0px;
	display: block;
	position: relative;
	font-size: 12pt;
	font-weight: normal;
	color: #fff;
	background-color: #033254;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 25px!important;
	border: solid 1px #033254;
	border-radius: 10px;
}
.gloval-menu2 .c-menu07 a:hover {
	color: #fff;
	background-color: #537a95;
    border: solid 1px #537a95;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.gloval-menu2 .c-menu08 {text-align: left;margin-left: 20px;color: #003254;}
.c-menu08 p{
    font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 11pt;
    line-height: 22px;
    font-weight: normal;
}
.c-menu08 h3{
    font-size: 15pt;
    line-height: 25px;
    font-feature-settings: "palt" 1;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
}
.c-menu08 h3 span{
    margin-left: 2px;
    font-size: 25pt;
    line-height: 30px;
    font-feature-settings: "palt" 1;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
}



body {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow-x: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-y: hidden;
	font-family: "source-han-sans-japanese",'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #003254;
	-webkit-text-size-adjust:100%;
}



.pankuzu-space {
	padding-top: 30px;
	
	box-sizing:border-box;
	/*background-color: #F2F2F2;*/
	/*min-width: 1000px;*/
	/*background-color: #F2F2F2;*/
    
}

.pankuzu {
    position: relative;
    margin-top: 65px;
    padding-bottom: 40px;
    /*background-color: #eff2f5;*/
    background-image: linear-gradient(#ffffff, #eff2f5);
    border-bottom-left-radius: 40px;    /*display: flex;
    justify-content: space-between;*/
    border-bottom-right-radius: 40px;
}
.pankuzu p {
    font-family: "din-2014", sans-serif;
	/*color: #003254;*/
	font-weight: 600;
	font-size: 13pt;
    text-align: center;
	/*line-height: 30px;
    margin-bottom: 5px;*/
}
.pankuzu h2 {
    
    color: #567993;
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 600;
	font-size: 23pt;
	line-height: 50px;
    margin-bottom: 15px;
    text-align: center;
}
.to-pages {
    /*position: absolute;*/
    box-sizing: border-box;
    /*margin-right: 70px;
    right: 0;
    bottom: 30%;*/
}
.pages {
    font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
	color: #003254;
	font-size: 10pt;
	line-height: 18px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.pages li {
	margin-right: 1px;
	margin-left: 1px;
}
.pages li a{
	color: #567993;
    text-decoration: underline;
}
.pages li a:hover{
	color: #003254;
}

.pages li:nth-child(2){
	width: 1px;
    height: 15px;
    background-color: #bbc6ce;
    margin-left: 12px;
    margin-right: 12px;
}






#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: 5px;}
.down15 {margin-bottom: 10px;}
.down20 {margin-bottom: 10px;}
.down25 {margin-bottom: 15px;}
.down30 {margin-bottom: 15px;}
.down35 {margin-bottom: 20px;}
.down40 {margin-bottom: 20px;}
.down45 {margin-bottom: 25px;}
.down50 {margin-bottom: 25px;}
.down55 {margin-bottom: 30px;}
.down60 {margin-bottom: 35px;}



.c-btm {
	
	padding-top:30px;
	margin-right: auto;
	margin-left: auto;
}
.r-btm {
	
	padding-top:30px;
	margin-right: auto;
	margin-left: auto;
}
.l-btm {
	
	padding-top:30px;
	margin-right: auto;
	margin-left: auto;
}


.button1 .mysvg {
	width:30px;
	display: block;
	color: #FFF;
	fill: currentColor;
	margin-right:15px;
    position: absolute;
    top: 20%;
    right: 0;
}
.button1:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button1 {
    
	text-decoration: none;
	line-height: 25px;
	outline: none;
	font-feature-settings: "palt" 1;
	font-weight: 600;
	font-size: 12pt;
	display: block;
	position: relative;
	z-index: 1;
    border-radius: 8px;
	padding-top: 12px;
	padding-right:50px;
	padding-left:20px;
	padding-bottom: 12px;
}
.button1::before,
.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button1,
.button1::before,
.button1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button1 {
	color: #fff;
	background-color: #537a95;
	border: solid 2px #537a95;
}
.button1:hover {
	color: #fff;
	background-color: #537a95;
	border: solid 2px #537a95;
}


.button2 .mysvg {
	width:30px;
	display: block;
	color: #003254;
	fill: currentColor;
	margin-right:20px;
    position: absolute;
    top: 30%;
    right: 0;
}
.button2:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button2 {
    
	text-decoration: none;
	line-height: 30px;
	outline: none;
	font-feature-settings: "palt" 1;
	font-weight: 700;
	font-size: 14pt;
	display: block;
	position: relative;
	z-index: 1;
    border-radius: 8px;
	padding-top: 20px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom: 20px;
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2 {
	color: #003254;
    background-color: #fff;
}
.button2:hover {
	color: #003254;
    background-color: #fff;
}




.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: #eef2f5;*/
    position: relative;
    
    background: linear-gradient(180deg, #fff 0%, #fff 50px, #eef2f5 50px, #eef2f5 100%);
}

.footbnr {
    padding-top: 20px;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
	/*flex-wrap: wrap;*/
}
/*.footbnr li:nth-child(1){margin-right: 50px;}
.footbnr li:nth-child(2){width: 55%;}*/

.footbnr li p{
    font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
    font-size: 12pt;
    line-height: 24px;
    font-weight: normal;
    color: #FFF;
    text-align: center;
}

.foot-inofo h4{
    font-size: 15pt;
    line-height: 25px;
    font-feature-settings: "palt" 1;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    color: #FFF;
    text-align: center;
}
.foot-inofo h4 span{
    margin-left: 2px;
    font-size: 30pt;
    line-height: 55px;
    font-feature-settings: "palt" 1;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    color: #FFF;
}

.foot-inofo {
    background-color: #003254;
    color: #FFF;
    width: 96%;
	margin-right: auto;
	margin-left: auto;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 30px;
    
    /*position: absolute;
    top: -120px;
    left: 0;
    right: 0;*/
}




.footcontena {
	padding-top: 10px;
	/*padding-bottom: 60px;*/
}

.foot-space {
    width: 90%;
    
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}

.wraps {
    /*display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
    align-items: center;*/
    width: 90%;
   
	margin-right: auto;
	margin-left: auto;
    padding-top: 10px;
	padding-bottom: 60px;
    border-top: solid 1px #d4dade;
}


.foot-right nav{
    
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}

.foot-right {}

.footlogo {
	width: 155px;
	line-height: 0px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
    margin-bottom: 20px;
}
.foot-menu {
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}
.foot-menu li {
    position:relative;
    width: 49%;
}
.foot-menu li:not(:last-child) {margin-bottom: 5px;}
.foot-menu li a{
    font-feature-settings: "palt" 1;
    color: #033254;
    position: relative;
	font-size: 11pt;
	line-height: 22px;
	text-align: center;
	display:block;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 12px;
    padding-bottom: 12px;
    
    border-radius: 6px;
}

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

.foot-menu2 {padding-top: 1px;}
.foot-menu2 li a{
    position: relative;
	font-size: 11pt;
	line-height: 22px;
	color: #fff;
	display:block;
    background-color: #003254;
    box-sizing: border-box;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 100px;
    border-radius: 6px;
    transition: all .3s;
}
.foot-menu2 li a:hover{
    color: #fff;
    background-color: #537a95;
    transition: all .3s;
}
.foot-menu2 li .mysvg{
    width:10px;
	display: block;
	color: #fff;
	fill: currentColor;
	margin-right:20px;
    position: absolute;
    top: 36%;
    right: 0;
}
.foot-menu2 li:nth-child(1){margin-bottom: 5px;}
.foot-menu2 li:nth-child(2){margin-bottom: 5px;}



.foot-text {
    text-align: center;
	font-size: 11pt;
	line-height: 25px;
    font-weight: normal;
    font-feature-settings: "palt" 1;
    font-family: "source-han-sans-japanese", sans-serif;
}


.copy {
    font-family: "din-2014", sans-serif;
    ont-weight: normal;
    font-style: normal;
	font-size: 10pt;
	line-height: 16px;
	padding-top: 15px;
    padding-bottom: 10px;
	text-align: center;
}

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




.recbnr{
    width: 98%;
    position: fixed;
    right: 1%;
    left: 1%;
    bottom: 0.3%;
    transition: all .5s;
    z-index: 90;
}
.recbnr a {color: #fff;background-color: #2fabcf;display: block;border-radius: 6px;transition: all .3s;}
.recwrap {
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}
.texts {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.texts h3{
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 12pt;
	line-height: 25px;
	font-weight: 500;
}
.texts p{
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-size: 11pt;
    line-height: 25px;
    display: block;
    position: relative;
    text-transform: uppercase;
    margin-right: 10px;
}
.recwrap .mysvg {
    position: absolute;
    width: 10px;
    top: 35%;
    right: 20px;
    color: #fff;
	fill: currentColor;
}
.recwrap:hover .mysvg{color: #FFF;fill: currentColor;}
.recwrap span {display: none;}
.recwrap span img{display: none;}




.recbnr3{
    width: 98%;
    position: fixed;
    right: 1%;
    left: 1%;
    bottom: 0.3%;
    transition: all .5s;
    z-index: 90;
}
.recbnr3 a {color: #fff;background-color: #2fabcf;display: block;border-radius: 6px;transition: all .3s;}
.recwrap3 {
    position: relative;
    padding: 10px;
    box-sizing: border-box;
}
.texts3 {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.texts3 h3{
    font-family: "source-han-sans-japanese", sans-serif;
	font-size: 12pt;
	line-height: 25px;
	font-weight: 500;
}
.texts3 p{
    font-family: "din-2014", sans-serif;
    font-weight: 700;
    font-size: 11pt;
    line-height: 25px;
    display: block;
    position: relative;
    text-transform: uppercase;
    margin-right: 10px;
}
.recwrap3 .mysvg {
    position: absolute;
    width: 10px;
    top: 35%;
    right: 20px;
    color: #fff;
	fill: currentColor;
}

.recwrap3:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.recwrap3 span {
	display: block;
	position: relative;
	width: 48%;
    padding-top: 30%;
	height: 0;
	overflow: hidden;
}

.recwrap3:hover .mysvg{color: #FFF;fill: currentColor;}
.recwrap3 span {display: none;}
.recwrap3 span img{display: none;}


.recbnr3__close {display: none;}

.recbnr.is-closed{display: none;}
.recbnr3.is-closed{display: none;}
.change-color .recbnr3.is-closed{display: none;}
.change-color .recbnr3__close {display: none;}
.change-color .recbnr3__close{
    /*position: absolute;
    top: -10px;
    right: -10px;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    background: #003254;
    color: #fff;
    z-index: 10;*/
}
.change-color .change-color .recbnr3__close{
    /*top: -10px;
    right: -10px;*/
}

.midashi3s {
    font-feature-settings: "palt" 1;
	font-family: "source-han-sans-japanese", sans-serif;
	font-size: 17pt;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 15px;
    text-align: center;
}
.cent {text-align: center;}
.kakomi {
    padding: 30px;
    border: solid 1px #ccc;
    border-radius: 20px;
    margin-bottom: 20px;
    width: 90%;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
}
.kakomi p {
    font-family: "source-han-sans-japanese", sans-serif;
    font-feature-settings: "palt" 1;
	font-size: 11pt;
	line-height: 25px;
	font-weight: normal;
} 

}






