@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: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: normal;
	box-sizing: border-box;
	font-size: 13pt;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    padding-bottom: 30px;
}
.recruit_table th, .cp_table  td {width: 100%;}
.recruit_table th {
	font-size: 13pt;
	line-height: 35px;
	font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", 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: "hiragino-kaku-gothic-pron", 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: "hiragino-kaku-gothic-pron", sans-serif;
}
.recruit_table p {
	font-size: 13pt;
	line-height: 27px;
    font-weight: 500;
    
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
}


.rev:nth-child(odd) {flex-direction: row-reverse;}

.ycenter {align-items: center;}
.rev2:nth-child(even) {flex-direction: row-reverse;}

.wrap-space {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
    position: relative;
    z-index: 2;
    padding-top: 50px;
}
.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: 100px;}
.wrap-space1:nth-child(odd) {flex-direction: row-reverse;}

.wrap {display: flex;}
.wrap .button1{margin-right: 50px;}



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

.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;
}
.image300 img {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 30%;
	overflow: hidden;
	margin-bottom:10px;
}
.image350 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	height: 350px;
	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;";
}
.image550s {}
.image550s{
  width:35%;
  height:550px;
  background: url("../img/body/tokyo.webp") center/cover no-repeat;

  /* 念のため（Safariで効くことがある） */
  -webkit-mask-image: url("../img/body/mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
    mask-size: cover;
  -webkit-mask-mode: luminance;

  mask-image: url("../img/body/mask.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  mask-mode: luminance;
    
}

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

.midashi1 {
	font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 22pt;
	line-height: 50px;
	font-weight: 600;
	margin-bottom: 35px;
}

.cent {text-align: center;}

.tittles {position: relative;}
.rbtm {
    position: absolute;
    right: 0;
    top: 0;
}


.tows {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tows li {
    width: 49%;
    background-color: #fbfbfb;
    padding: 45px;
    box-sizing: border-box;
}
.tows li h3{
    font-feature-settings: "palt" 1;
    font-family: classico-urw, sans-serif;
    font-size: 35pt;
    line-height: 55px;
    font-weight: 400;
    color: #1f4a79;
    text-align: center;
    margin-bottom: 15px;
}
.tows li p{
    display: block;
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 13pt;
	line-height: 30px;
	font-weight: normal;
    color: #30343d;
    text-align: center;
}

.tows-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 50px;
}
.tows-box li {
    width: 49%;
    background-color: #fbfbfb;
    padding: 45px;
    box-sizing: border-box;
}
.tows-box li:nth-child(1) {margin-bottom: 20px;}
.tows-box li:nth-child(2) {margin-bottom: 20px;}

.tows-box li h3 span{
    font-feature-settings: "palt" 1;
    font-family: classico-urw, sans-serif;
    font-size: 45pt;
    line-height: 65px;
    font-weight: 400;
    color: #1f4a79;
    text-align: center;
    margin-bottom: 15px;
    display: block;
}
.tows-box li h3{
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 18pt;
    line-height: 29px;
    font-weight: 600;
    color: #1f4a79;
    text-align: center;
    margin-bottom: 15px;
}
.tows-box li p{
    display: block;
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 13pt;
	line-height: 30px;
	font-weight: normal;
    color: #30343d;
    text-align: center;
}



.tows-box2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}
.tows-box2 li {
    width: 46%;
    box-sizing: border-box;
}
.tows-box2 li:nth-child(1) {margin-bottom: 35px;}
.tows-box2 li:nth-child(2) {margin-bottom: 35px;}

.tows-box2 li h3{
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 14pt;
    line-height: 29px;
    font-weight: 600;
    color: #1f4a79;
    text-align: center;
}
.tows-box2 li img{
    margin-bottom: 15px;
}

.engs {
    font-feature-settings: "palt" 1;
    font-family: classico-urw, sans-serif;
    font-size: 18pt;
    line-height: 26px;
    font-weight: 400;
    color: #1f4a79;
    margin-bottom: 15px;
    text-transform: uppercase;
}



.midashi2 {
    font-feature-settings: "palt" 1;
    font-family: classico-urw, sans-serif;
    font-size: 42pt;
    line-height: 65px;
    font-weight: 400;
    color: #1f4a79;
    text-transform: uppercase;
}
.midashi2 span{
    display: block;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 15pt;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 35px;
    color: #30343d;
    text-transform: capitalize;
}

.midashi3 {
	font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 22pt;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 45px;
	text-align: center;
}

.midashi4 {
	font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 22pt;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 35px;
	/*text-align: center;*/
}

.names {
    padding-top: 35px;
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 13pt;
	line-height: 33px;
	font-weight: 600;
}
.names span{
    display: inline-block;
    margin-left: 15px;
    vertical-align: -2%;
    font-size: 18pt;
	line-height: 35px;
    font-weight: 600;
	font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
}


.comennt {
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
}
.comennt1 {
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 13pt;
	line-height: 33px;
	font-weight: normal;
}

.comennt2 {
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 13pt;
	line-height: 33px;
	text-align: center;
	font-weight: normal;
}

.comennt3 {
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 13pt;
	line-height: 33px;
	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: #1f4a79;
}
.points3 li {
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 13pt;
	line-height: 35px;
	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;}






.whbk{position: relative;background-color: #FFF;}
.tobk {position: relative;background-color: #f3f3f3;}
.nobk{position: relative;background-color: #fbfbfb;}


.greetbk {
	width: 100%;
	background-size: 120%;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../img/body/greetbk.webp);
	padding-top: 120px;
    position: relative;
}
.greetbk:before {
    content:"";
    /*background-size: cover;*/
	background-position: center center;
    background-repeat: repeat-x;
    background-image: url(../img/body/wh.webp);
    height: 250px;
    position: absolute;
    width: 100%;
}
.greetbk:after {
    position: absolute;
    content:"";
    width: 100%;
    height: 400px;
    background-color: #FFF;
    /*z-index: 2;*/
    top: 0;
    margin-top: 340px;
}

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


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

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

.main-space {
	min-width: 1130px;
	position: relative;
}
/*.main-space:before {
    content: "";
    background-color: #091043;
    width: 96%;
    height: 900px;
    position: absolute;
    border-bottom-right-radius: 50px;
}*/
.hedcomennt {
    white-space: nowrap;
    /*width: 90%;*/
    display: block;
    position: absolute;
    z-index: 4;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    /*margin-right:auto;
	margin-left:auto;*/
    
}
.hedcomennt h1 {
    font-weight: normal;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    color: #fbfbfb;
    font-size: 22pt;
    line-height: 40px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    /*text-shadow: 2px 3px 20px rgb(85 58 35 / 50%);*/
}
.hedcomennt h2 {
    font-family: classico-urw, sans-serif;
    color: #fbfbfb;
    font-size: 120pt;
    line-height: 143px;
    letter-spacing: 1px;
    font-weight: 400;
    /*text-shadow: 2px 3px 20px rgb(85 58 35 / 50%);*/
}
.main-image {
    width: 100%;
    position: relative;
    background-color: #F9F7F3;
    height: 95vh;
    min-height: 800px;
    /*padding-top:52%;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/body/main-image.webp);
    background-position: 82% center;
    z-index: 1;
    margin-right: 0;
    margin-left: auto;
    /*border-radius: 30px 100px;*/
}


.hed-space {
	/*width: 96%;
	min-width: 1100px;*/
    margin: 15px;;
	padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    transition: all .5s;
    background-color: rgba(255 255 255 /85%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.change-color .hed-space {
	margin: 15px;;
	padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    transition: all .5s;
    background-color: rgba(255 255 255 /92%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

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

#logo {
	width: 150px;
	transition: all .5s;
    margin-top: 10px;
}
#logo .mysvg{
	color: #30343d;
    fill: currentColor;
}
.change-color #logo {
	width: 150px;
	transition: all .5s;
    margin-top: 10px;
}

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


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



.hed-right {}
.hed-info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.telnum span {
	font-size: 13pt;
	font-weight: 600;
	vertical-align: 10%;
	margin-right: 5px;
}

.telnum {
	font-size: 26pt;
	line-height: 40px;
	font-weight: 800;
	margin-right: 15px;
	margin-top: 2px;
	margin-left: 180px;	
}


.gloval-menu {font-family: "hiragino-kaku-gothic-pron", sans-serif;}
.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: #30343d;
	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: #1f4a79;position: relative;}
/*.gloval-menu .c-menu01 a.current::before {
	background-color: #1f4a79;
	position: absolute;
	bottom: -1px;
	left: 0px;
	content: '';
	width: 100%;
	height: 2px;
	right: 0px;
}
.gloval-menu .c-menu01 a:active {background-color: #1f4a79;}*/

/*.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: #1f4a79;
}
.c-menu01 a:hover::after {transform: scale(1, 1);}*/
.gloval-menu .c-menu01 a:hover{
	color: #1f4a79;
	-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: #1f4a79;position: relative;}
/*.gloval-menu .c-menu02 .cnavs.current {color: #1f4a79;position: relative;}
.gloval-menu .c-menu02 .cnavs.current::before {
	background-color: #1f4a79;
	position: absolute;
	bottom: -1px;
	left: 0px;
	content: '';
	width: 100%;
	height: 2px;
	right: 0px;
}*/
.gloval-menu .c-menu02 .mysvg{
	display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	width: 12px;
	margin-right:auto;
	margin-left:auto;
	color: #262626;
	fill: currentColor;
    margin-bottom: -7px;
}
.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: #1f4a79;
}
.cnavs:hover::after {transform: scale(1, 1);}*/

.gloval-menu .c-menu02:hover{
	position: relative;
	color: #1f4a79;
	-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: #1f4a79;
}

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


.nav-left .level1{margin-left: -85px;margin-top: -2px;}
.nav-left2 .level1{margin-left: -70px;margin-top: -2px;}

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

.level1 a {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	display: block;
	margin-top: 0px!important;
	box-sizing: border-box;
	font-size: 12pt;
	color: #FFF!important;
	text-align: left;
	text-decoration: none;
	background-color: #1f4a79;
	width: 240px;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 30px;
	padding-top: 15px!important;
	padding-right: 15px;
	padding-bottom: 15px!important;
	padding-left: 15px;
}
.level1 a:hover {background-color: #102b48;}
.level1 a:focus {background-color: #102b48;}
.level1 a:hover::after {transform: scale(0, 0);}





.gloval-menu .c-menu07 .mysvg{
	display: inline-block;
	width: 25px;
	margin-left:8px;
	vertical-align:-24%;
	color: #fff;
	fill: currentColor;
}
.gloval-menu .c-menu07 a {
	margin-left: 10px;
	margin-top: 0px;
	display: block;
	position: relative;
	font-size: 13pt;
    line-height: 30px!important;
	font-weight: normal;
	color: #FFF;
	background-color: #1f4a79;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.gloval-menu .c-menu07 a:hover {
	color: #FFF;
	background-color: #102b48;
	-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: "hiragino-kaku-gothic-pron","source-han-sans-cjk-ja", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #30343d;
	/*-webkit-text-size-adjust:100%;*/
}



.pankuzu-space {}

.pankuzu {
	margin-top: 130px;
    display: flex;
    justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
    border-bottom: solid 1px #e1e3e7;
    padding-bottom: 20px;
    padding-top: 50px;
    width: 85%;
	margin-right: auto;
	margin-left: auto;
	box-sizing:border-box;
	min-width: 1100px;
    position: relative;
}
.pankuzu:before {
    content:"";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 10px;
    height: 3px;
    background-color: #1f4a79;
}


.pankuzu h2 {
    font-feature-settings: "palt" 1;
    font-family: classico-urw, sans-serif;
    font-size: 15pt;
    line-height: 27px;
    font-weight: 400;
    color: #264977;
    text-transform: uppercase;
}
.pankuzu h3 {
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	color: #30343d;
	font-weight: 600;
	font-size: 25pt;
	line-height: 55px;
}

.pages {
    text-transform: uppercase;
	color: #264977;
    font-weight: normal;
	font-feature-settings: "palt" 1;
	font-family: classico-urw, sans-serif;
	font-size: 11pt;
	line-height: 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/*justify-content: center;*/
}
.pages li {
	margin-right: 1px;
	margin-left: 1px;
}
.pages li a{
	color: #264977;
    text-decoration: underline;
}
.pages li a:hover{
	color: #264977;
	text-decoration: underline;
}

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






#wrapper {}

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

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



.c-btm {
	display: table;
	padding-top: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: 55px;
	vertical-align: -55%;
	display: inline-block;
	color: #1f4a79;
	fill: currentColor;
	margin-right:10px;
}
.button1:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button1 {
	text-decoration: none;
	line-height: 35px;
	outline: none;
	font-feature-settings: "palt" 1;
    font-family: classico-urw, sans-serif;
	font-weight: 400;
	font-size: 16pt;
	display: table;
	position: relative;
	z-index: 1;
}
.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: #30343d;
	border-radius: 0px;
	padding-top: 10px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom: 10px;
}
.button1:hover {
	color: #fff;
	background-color: #1f4a79;
	padding-top: 10px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom: 10px;
    border-radius: 100px;
}


.footbtms {
    /*width: 96%;*/
    position: relative;
    margin-right: 15px;
	margin-left: 15px;
}
.button2 h3 span .mysvg{
    position: relative;
    width: 25px;
	vertical-align: -20%;
	display: inline-block;
	color: #1f4a79;
	fill: currentColor;
	margin-right:5px;
}
.footbtms h3{
    line-height: 65px;
    outline: none;
    font-feature-settings: "palt" 1;
    font-family: classico-urw, sans-serif;
    font-weight: 400;
    font-size: 56pt;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footbtms h3 span{
    display: block;
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 14pt;
	line-height: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}
.footbtms h4{
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 12pt;
	line-height: 25px;
    font-weight: normal;
}
.footbtmsyazi {
    position: absolute;
    right: 0;
    bottom: 36%;
    margin-right:65px;
}
.button2 .mysvg {
	width: 80px;
	display: block;
	color: #1f4a79;
	fill: currentColor;
}
.button2:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button2 {
	display: block;
	text-decoration: none;
	outline: none;
	padding-top: 55px;
    padding-bottom: 55px;
    padding-left: 65px;
    padding-right: 65px;
    box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
    box-shadow: 1px 1px 30px rgba(56,77,81, 20%);
}
.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 {
	background-color: #fbfbfb;
	color: #1f4a79;
}
.button2:hover {
	color: #FFF;
	background-color: #102b48;
}




.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: #1f4a79;
    background: linear-gradient(180deg, #fff 0%, #fff 60px, #1f4a79 60px, #1f4a79 100%);
	color: #FFF;
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
}





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

.footcontena {
	padding-top: 120px;
	padding-bottom: 80px;
}

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

.foot-left {
	width: 40%;
}
.foot-left h3 {
	font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 15pt;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 10px;
}
.foot-left h4 {
	font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 12pt;
	line-height: 30px;
	font-weight: normal;
}

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

.footlogo .mysvg{
    color: #fff;
    fill: currentColor;
}
.footlogo {
	width: 245px;
	line-height: 0px;
	margin-bottom: 45px;
}
.foot-menu {}

.ten {
    position: relative;
    margin-left: 15px;
}
.ten:before {
    content:"";
    top: 45%;
    left: 0;
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 100px;
    margin-left: -15px;
}

.foot-menu li {
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	position:relative;
    font-size: 12pt;
	line-height: 38px;
    font-weight: normal;
	/*width: 49%;
	margin-bottom:5px;*/
}

.foot-menu li h4{
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	position:relative;
    font-size: 12pt;
	line-height: 38px;
    font-weight: normal;
	/*width: 49%;
	margin-bottom:5px;*/
}

.foot-menu h4 .mysvg{
	display: inline-block;
	width: 10px;
	margin-left:8px;
	vertical-align:-2%;
	color: #fff;
	fill: currentColor;
}

.foot-menu li a{
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 12pt;
	line-height: 38px;
    font-weight: normal;
	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 {
    font-size: 9pt;
	line-height: 16px;
	padding-top: 25px;
	text-align: center;
    font-feature-settings: "palt" 1;
    font-family: classico-urw, sans-serif;
}

.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) {


.recruit_table {
	border-collapse:collapse;
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: normal;
	box-sizing: border-box;
	font-size: 13pt;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
    padding-bottom: 30px;
}
.recruit_table th, .cp_table  td {width: 100%;}
.recruit_table th {
	font-size: 11pt;
	line-height: 23px;
	font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 600;
	display: block;
	padding-bottom: 10px!important;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebeded;
	/*vertical-align: top;*/
	box-sizing: border-box;
    color: #264977;
}
.recruit_table tr {
	display: block;
	width: 100%;
}

.recruit_table td {
    margin-bottom: 35px;
	font-size: 11pt;
	line-height: 23px;
    
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: normal;
	display: block;
	/*padding: 15px!important;*/
	box-sizing: border-box;
}
.recruit_table h3 {
	font-size: 18pt;
	line-height: 35px;
    font-weight: 700;
   
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
.recruit_table p {
	font-size: 13pt;
	line-height: 27px;
    font-weight: 500;
    
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
}


.rev:nth-child(odd) {flex-direction: row-reverse;}

.ycenter {align-items: center;}
.rev2:nth-child(even) {flex-direction: row-reverse;}

.wrap-space {
	/*display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;*/
    position: relative;
    z-index: 2;
    padding-top: 20px;
}
.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: 30px;}
.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(odd) {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%;}*/

.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;
}
.image300 img {
	display: block;
	position: relative;
	width: 100%;
	/*height: 0;
	padding-top: 30%;
	overflow: hidden;*/
	margin-bottom:10px;
}
.image350 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	/*height: 350px;
	object-fit: cover;*/
}
.image400 img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
    margin-bottom:10px;
	/*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;
	/*line-height: 0px;
	height: 500px;
	object-fit: cover;
	font-family: "object-fit: cover;";*/
}
.image550 img {
	display: block;
	width: 100%;
	height: auto;
    line-height: 0px;
    margin-bottom: 15px;
	/*line-height: 0px;
	height: 550px;
	object-fit: cover;
	font-family: "object-fit: cover;";*/
}
.image550s {}
.image550s{
  width:100%;
  height:300px;
  background: url("../img/body/tokyo.webp") center/cover no-repeat;

  /* 念のため（Safariで効くことがある） */
  -webkit-mask-image: url("../img/body/mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: cover;
    mask-size: cover;
  -webkit-mask-mode: luminance;

  mask-image: url("../img/body/mask.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  mask-mode: luminance;
    
}

.comennt-box {}
.comennt-box:not(:last-child) {}
.r20 {margin-right: auto;margin-left: auto;width:90%;padding-top: 20px;}
.l20 {margin-right: auto;margin-left: auto;width:90%;padding-top: 20px;}

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

.midashi1 {
	font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 15pt;
	line-height: 38px;
	font-weight: 600;
	margin-bottom: 15px;
    text-align: center;
}

.cent {text-align: center;}

.tittles {position: relative;}
.rbtm {
    position: absolute;
    right: 0;
    top: 0;
}


.tows {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tows li {
    width: 49%;
    background-color: #fbfbfb;
    padding: 45px;
    box-sizing: border-box;
}
.tows li h3{
    font-feature-settings: "palt" 1;
    font-family: classico-urw, sans-serif;
    font-size: 35pt;
    line-height: 55px;
    font-weight: 400;
    color: #1f4a79;
    text-align: center;
    margin-bottom: 15px;
}
.tows li p{
    display: block;
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 13pt;
	line-height: 30px;
	font-weight: normal;
    color: #30343d;
    text-align: center;
}

.tows-box {
    
    padding-top: 20px;
}
.tows-box li {
    width: 100%;
    background-color: #fbfbfb;
    padding: 25px;
    box-sizing: border-box;
    margin-bottom: 10px;
}


.tows-box li h3 span{
    font-feature-settings: "palt" 1;
    font-family: classico-urw, sans-serif;
    font-size: 30pt;
    line-height: 45px;
    font-weight: 400;
    color: #1f4a79;
    text-align: center;
    margin-bottom: 15px;
    display: block;
}
.tows-box li h3{
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 14pt;
    line-height: 29px;
    font-weight: 600;
    color: #1f4a79;
    text-align: center;
    margin-bottom: 15px;
}
.tows-box li p{
    display: block;
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 11pt;
	line-height: 25px;
	font-weight: normal;
    color: #30343d;
}



.tows-box2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}
.tows-box2 li {
    width: 46%;
    box-sizing: border-box;
}
.tows-box2 li:nth-child(1) {margin-bottom: 35px;}
.tows-box2 li:nth-child(2) {margin-bottom: 35px;}

.tows-box2 li h3{
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 14pt;
    line-height: 29px;
    font-weight: 600;
    color: #1f4a79;
    text-align: center;
}
.tows-box2 li img{
    margin-bottom: 15px;
}

.engs {
    font-feature-settings: "palt" 1;
    font-family: classico-urw, sans-serif;
    font-size: 18pt;
    line-height: 26px;
    font-weight: 400;
    color: #1f4a79;
    margin-bottom: 10px;
    text-transform: uppercase;
}



.midashi2 {
    font-feature-settings: "palt" 1;
    font-family: classico-urw, sans-serif;
    font-size: 25pt;
    line-height: 40px;
    font-weight: 400;
    color: #1f4a79;
    text-transform: uppercase;
    text-align: center;
}
.midashi2 span{
    display: block;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 11pt;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #30343d;
    text-transform: capitalize;
}

.midashi3 {
	font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 15pt;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 45px;
	text-align: center;
}

.midashi4 {
	font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 14pt;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 15px;
	/*text-align: center;*/
}

.names {
    padding-top: 35px;
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 13pt;
	line-height: 33px;
	font-weight: 600;
}
.names span{
    display: inline-block;
    margin-left: 15px;
    vertical-align: -2%;
    font-size: 18pt;
	line-height: 35px;
    font-weight: 600;
	font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
}


.comennt {
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
}
.comennt1 {
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 11pt;
	line-height: 28px;
	font-weight: normal;
}

.comennt2 {
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 11pt;
	line-height: 28px;
	text-align: center;
	font-weight: normal;
}

.comennt3 {
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 11pt;
	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: #1f4a79;
}
.points3 li {
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 25px;
	text-align: left;
}
.points3 li:not(:last-child) {margin-bottom: 5px;}
.points3:not(:last-child) {margin-bottom: 20px;}

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






.whbk{position: relative;background-color: #FFF;}
.tobk {position: relative;background-color: #f3f3f3;}
.nobk{position: relative;background-color: #fbfbfb;}


.greetbk {
	width: 100%;
	background-size: 120%;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../img/body/greetbk.webp);
	padding-top: 50px;
    position: relative;
}
.greetbk:before {
    content:"";
    /*background-size: cover;*/
	background-position: center center;
    background-repeat: repeat-x;
    background-image: url(../img/body/wh.webp);
    height: 250px;
    position: absolute;
    width: 100%;
}
.greetbk:after {
    position: absolute;
    content:"";
    width: 100%;
    height: 400px;
    background-color: #FFF;
    /*z-index: 2;*/
    top: 0;
    margin-top: 340px;
}

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


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

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

.main-space {
	width: 100cqw;
	position: relative;
}
/*.main-space:before {
    content: "";
    background-color: #091043;
    width: 96%;
    height: 900px;
    position: absolute;
    border-bottom-right-radius: 50px;
}*/
.hedcomennt {
    /*width: 90%;*/
    white-space: nowrap;
    /*width: 90%;*/
    display: block;
    position: absolute;
    z-index: 4;
    bottom: 20px;
    /*left: 50%;
    transform: translateX(-50%);*/
    left: 20px;
    
}
.hedcomennt h1 {
    font-weight: normal;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    color: #fbfbfb;
    font-size: 5.2cqw;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 10px;
    /*text-shadow: 2px 3px 20px rgb(85 58 35 / 50%);*/
}
.hedcomennt h2 {
    font-family: classico-urw, sans-serif;
    color: #fbfbfb;
    /*font-size: 50pt;*/
    /*line-height: 70px;*/
    max-width: 20cqw;
    font-size: 19cqw;
    line-height: 0.9;
    
    letter-spacing: 1px;
    font-weight: 400;
    /*text-shadow: 2px 3px 20px rgb(85 58 35 / 50%);*/
}
.main-image {
    width: 100%;
    position: relative;
    background-color: #F9F7F3;
    height: 95vh;
    min-height: 800px;
    /*padding-top:52%;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/body/main-image.webp);
    background-position: 82% center;
    z-index: 1;
    margin-right: 0;
    margin-left: auto;
    /*border-radius: 30px 100px;*/
}


.hed-space {
	/*width: 96%;
	min-width: 1100px;*/
    margin: 15px;;
	padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    transition: all .5s;
    background-color: rgba(255 255 255 /85%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}
.change-color .hed-space {
	margin: 15px;;
	padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 15px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    transition: all .5s;
    background-color: rgba(255 255 255 /92%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

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

#logo {
	width: 150px;
	transition: all .5s;
    margin-top: 10px;
}
#logo .mysvg{
	color: #30343d;
    fill: currentColor;
}
.change-color #logo {
	width: 150px;
	transition: all .5s;
    margin-top: 10px;
}

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


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



.hed-right {}
.hed-info {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.telnum span {
	font-size: 13pt;
	font-weight: 600;
	vertical-align: 10%;
	margin-right: 5px;
}

.telnum {
	font-size: 26pt;
	line-height: 40px;
	font-weight: 800;
	margin-right: 15px;
	margin-top: 2px;
	margin-left: 180px;	
}


.gloval-menu {font-family: "hiragino-kaku-gothic-pron", sans-serif;}
.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: #30343d;
	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: #1f4a79;position: relative;}
/*.gloval-menu .c-menu01 a.current::before {
	background-color: #1f4a79;
	position: absolute;
	bottom: -1px;
	left: 0px;
	content: '';
	width: 100%;
	height: 2px;
	right: 0px;
}
.gloval-menu .c-menu01 a:active {background-color: #1f4a79;}*/

/*.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: #1f4a79;
}
.c-menu01 a:hover::after {transform: scale(1, 1);}*/
.gloval-menu .c-menu01 a:hover{
	color: #1f4a79;
	-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: #1f4a79;position: relative;}
/*.gloval-menu .c-menu02 .cnavs.current {color: #1f4a79;position: relative;}
.gloval-menu .c-menu02 .cnavs.current::before {
	background-color: #1f4a79;
	position: absolute;
	bottom: -1px;
	left: 0px;
	content: '';
	width: 100%;
	height: 2px;
	right: 0px;
}*/
.gloval-menu .c-menu02 .mysvg{
	display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	width: 12px;
	margin-right:auto;
	margin-left:auto;
	color: #262626;
	fill: currentColor;
    margin-bottom: -7px;
}
.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: #1f4a79;
}
.cnavs:hover::after {transform: scale(1, 1);}*/

.gloval-menu .c-menu02:hover{
	position: relative;
	color: #1f4a79;
	-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: #1f4a79;
}

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


.nav-left .level1{margin-left: -85px;margin-top: -2px;}
.nav-left2 .level1{margin-left: -70px;margin-top: -2px;}

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

.level1 a {
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	display: block;
	margin-top: 0px!important;
	box-sizing: border-box;
	font-size: 12pt;
	color: #FFF!important;
	text-align: left;
	text-decoration: none;
	background-color: #1f4a79;
	width: 240px;
	-webkit-transition: all .3s;
	transition: all .3s;
	line-height: 30px;
	padding-top: 15px!important;
	padding-right: 15px;
	padding-bottom: 15px!important;
	padding-left: 15px;
}
.level1 a:hover {background-color: #102b48;}
.level1 a:focus {background-color: #102b48;}
.level1 a:hover::after {transform: scale(0, 0);}





.gloval-menu .c-menu07 .mysvg{
	display: inline-block;
	width: 25px;
	margin-left:8px;
	vertical-align:-24%;
	color: #fff;
	fill: currentColor;
}
.gloval-menu .c-menu07 a {
	margin-left: 10px;
	margin-top: 0px;
	display: block;
	position: relative;
	font-size: 13pt;
    line-height: 30px!important;
	font-weight: normal;
	color: #FFF;
	background-color: #1f4a79;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.gloval-menu .c-menu07 a:hover {
	color: #FFF;
	background-color: #102b48;
	-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: "hiragino-kaku-gothic-pron","source-han-sans-cjk-ja", "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #30343d;
	-webkit-text-size-adjust:100%;
}



.pankuzu-space {}

.pankuzu {
	margin-top: 65px;
    display: flex;
    justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
    border-bottom: solid 1px #e1e3e7;
    padding-bottom: 30px;
    padding-top: 20px;
    width: 85%;
	margin-right: auto;
	margin-left: auto;
	box-sizing:border-box;
    position: relative;
}
.pankuzu:before {
    content:"";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 10px;
    height: 3px;
    background-color: #1f4a79;
}


.pankuzu h2 {
    font-feature-settings: "palt" 1;
    font-family: classico-urw, sans-serif;
    font-size: 22pt;
    line-height: 40px;
    font-weight: 400;
    color: #264977;
    text-transform: uppercase;
}
.pankuzu h3 {
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	color: #30343d;
	font-weight: normal;
	font-size: 12pt;
	line-height: 25px;
    padding-bottom: 20px;
}

.pages {
    text-transform: uppercase;
	color: #264977;
    font-weight: normal;
	font-feature-settings: "palt" 1;
	font-family: classico-urw, sans-serif;
	font-size: 9pt;
	line-height: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	/*justify-content: center;*/
}
.pages li {
	margin-right: 1px;
	margin-left: 1px;
}
.pages li a{
	color: #264977;
    text-decoration: underline;
}
.pages li a:hover{
	color: #264977;
	text-decoration: underline;
}

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






#wrapper {}

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

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



.c-btm {
	display: table;
	padding-top:30px;
	margin-right: auto;
	margin-left: auto;
}
.r-btm {
	display: table;
	padding-top:30px;
	margin-right: auto;
	margin-left: auto;
}
.l-btm {
    display: table;
	padding-top:30px;
    margin-right: auto;
	margin-left: auto;
}
.wrap {
    display: flex;
    justify-content: center;

}
.wrap .button1{margin-right: 2px;margin-left: 2px;}

.button1 .mysvg {
	width: 25px;
	vertical-align: -30%;
	display: inline-block;
	color: #FFF;
	fill: currentColor;
	margin-right:5px;
}
.button1:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button1 {
	text-decoration: none;
	line-height: 25px;
	outline: none;
	font-feature-settings: "palt" 1;
    font-family: classico-urw, sans-serif;
	font-weight: 400;
	font-size: 11pt;
	display: table;
	position: relative;
	z-index: 1;
}
.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: #1f4a79;
	padding-top: 10px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom: 10px;
    border-radius: 100px;
}
.button1:hover {
	color: #fff;
	background-color: #1f4a79;
	padding-top: 10px;
	padding-right:20px;
	padding-left:20px;
	padding-bottom: 10px;
    border-radius: 100px;
}


.footbtms {
    /*width: 96%;*/
    position: relative;
    margin-right: 15px;
	margin-left: 15px;
}
.button2 h3 span .mysvg{
    position: relative;
    width: 17px;
	vertical-align: -10%;
	display: inline-block;
	color: #1f4a79;
	fill: currentColor;
	margin-right:5px;
}
.footbtms h3{
    line-height: 45px;
    outline: none;
    font-feature-settings: "palt" 1;
    font-family: classico-urw, sans-serif;
    font-weight: 400;
    font-size: 27pt;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
.footbtms h3 span{
    display: block;
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 11pt;
	line-height: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}
.footbtms h4{
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 11pt;
	line-height: 22px;
    font-weight: normal;
}
.footbtmsyazi {
    position: absolute;
    right: 0;
    bottom: 36%;
    margin-right:65px;
    display: none;
}
.button2 .mysvg {
	width: 80px;
	display: block;
	color: #1f4a79;
	fill: currentColor;
}
.button2:hover .mysvg{
	color: #FFF;
	fill: currentColor;
}
.button2 {
	display: block;
	text-decoration: none;
	outline: none;
	padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
    box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
    box-shadow: 1px 1px 30px rgba(56,77,81, 20%);
}
.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 {
	background-color: #fbfbfb;
	color: #1f4a79;
}
.button2:hover {
	color: #FFF;
	background-color: #102b48;
}




.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: #1f4a79;
    background: linear-gradient(180deg, #fff 0%, #fff 60px, #1f4a79 60px, #1f4a79 100%);
	color: #FFF;
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
}





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

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

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

.foot-left {
	
}
.foot-left h3 {
	font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 11pt;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 30px;
    text-align: center;
}
.foot-left h4 {
	font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
}

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

.footlogo .mysvg{
    color: #fff;
    fill: currentColor;
}
.footlogo {
	width: 205px;
	line-height: 0px;
	margin-bottom: 10px;
    margin-right: auto;
	margin-left: auto;
}
.foot-menu {
    /*display: flex;
	justify-content: space-between;
	flex-wrap: wrap*/
    width: 90%;
    
	margin-right: auto;
	margin-left: auto;
}

.ten {
    position: relative;
    margin-left: 20px;
    font-size: 10pt;
}
.ten:before {
    content:"";
    top: 45%;
    left: 0;
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 100px;
    margin-left: -10px;
}
.foot-menu:nth-child(1) {margin-bottom: 15px;}
.foot-menu:nth-child(2) {margin-bottom: 15px;}
.foot-menu:nth-child(1) li:nth-child(2){
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-color: #24426b; 
    margin-bottom: 5px;
}
.foot-menu:nth-child(2) li:nth-child(2){
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    background-color: #24426b; 
    margin-bottom: 5px;
}
    
.foot-menu li {
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	position:relative;
    font-size: 11pt;
	line-height: 35px;
    font-weight: normal;
    
	/*width: 49%;
	margin-bottom:5px;*/
}

.foot-menu li h4{
    width: 100%;
    
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	position:relative;
    font-size: 11pt;
	line-height: 35px;
    font-weight: normal;
	/*width: 49%;
	margin-bottom:5px;*/
}

.foot-menu h4 .mysvg{
	display: block;
	width: 10px;
	margin-right:10px;
	position: absolute;
    top: 35%;
    right: 0;
	color: #fff;
	fill: currentColor;
}

.foot-menu li a{
    font-feature-settings: "palt" 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 11pt;
	line-height: 35px;
    font-weight: normal;
	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 {
    font-size: 8pt;
	line-height: 16px;
	padding-top: 25px;
	text-align: center;
    font-feature-settings: "palt" 1;
    font-family: classico-urw, sans-serif;
}

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



}






