@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

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

 .greet-imagesiz img{
    border-radius: 10px;
}   
.kakomi {margin-bottom: 50px;}
.kakomi li{
    padding: 40px;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #f6f7fa;
    
}
.kakomi li:not(:last-child) {margin-bottom: 20px;}
    
.fullimage {
    width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.komoji {font-size: 12pt;font-weight: normal;}

.tables {
	margin-right: auto;
	margin-left: auto;
    padding-top: 20px;
}
.down20 {margin-bottom: 30px;}
.recruit_table {
	border-collapse:collapse;
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: normal;
	box-sizing: border-box;
	font-size: 12pt;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.recruit_table th, .cp_table  td {width: 100%;}
.recruit_table th {
    font-size: 13pt;
    line-height: 25px;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
    width: 300px!important;
    /*background-color: #dce7ea;*/
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    /*border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #caadb4;*/
    box-sizing: border-box;
    border-bottom: 1px solid #DCE7EA;
}
.recruit_table tr {
	display: block;
	width: 100%;
    margin-bottom: 5px;
}

.recruit_table td {
	font-size: 13pt;
	line-height: 25px;
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: normal;
	width: 80%!important;
	padding: 20px!important;
	/*border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ede6dd;*/
	box-sizing: border-box;
   
    border-bottom: 1px solid #DCE7EA;
}
.recruit_table h3 {
	font-size: 14pt;
	line-height: 35px;
    
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 600;
}

.recruit_table p:not(:last-child) {margin-bottom: 15px;}

/*.tab__list {margin-left: 100px;}*/

#tab {
	overflow: hidden;
	position: relative;
	display: flex;
	/*justify-content: space-between;
	align-items: center;*/
}

#tab li {
	margin-right:10px;
	box-sizing: border-box;
}
#tab li span{
	margin-right:5px;
	font-size: 10pt;
	display: inline-block;
	vertical-align:5%;
}
#tab li a {
    display: block;
    color: #fff;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 15pt;
    line-height: 30px;
    opacity: 0.4;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: normal;
    padding-right: 65px;
    padding-left: 65px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
#tab li a:hover {
	color: #fff;
	/*background-color: #000;*/
}


#tab li.present a {
	color: #fff;
    opacity: 1;
	/*background-color: #499d0a;*/
}

#tab li.present a:hover {
	color: #fff;
	/*background-color: #000;*/
}

.ct01{background-color: #ff7d80;}
.ct01:hover{background-color: #ef6067;}

.illbks {
    position: relative;
    display: block;
}
.illbks:before {
    content: "";
    position: absolute;
    width: 75%;
    height: 80%;
    background-color: #dce7ea;
    /*background-color: #0a5f72;*/
    z-index: -1;
    right: 0;
    border-radius: 80px 10px;
}

.midashi6 {
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 18pt;
	line-height: 38px;
	font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8eaef;
}
.midashi6 .mysvg{
	width:10px;
    vertical-align: 5%;
    box-sizing: border-box;
	display: inline-block;
	color: #a1c0c7;
	fill: currentColor;
    margin-left: 10px;
}
.mida-cols1 {color: #0a5f72;margin-left: 10px;}
.mida-cols2 {color: #ff7d80;margin-left: 10px;}


.hyogumi {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}
.hyowrap {
    display: flex;
    justify-content: space-between;
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
}
.hyowrap span{
   
}
.hyowrap span:nth-child(1){width: 43%;display: block;height: auto;}
.hyowrap span:nth-child(2){width: 54%;display: block;height: auto;}
/*.hyowrap img:nth-child(1){width: 45%;display: block;height: auto;}
.hyowrap img:nth-child(2){width: 45%;display: block;height: auto;}*/

.wakugumi:not(:last-child) {margin-bottom: 50px;}
.wakugumi {
    box-sizing: border-box;
    padding: 50px;
    border-radius: 20px;
    background-color: #fefeff;
}
.yazi {position: relative;}

.yazi:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -25px;
	border: 25px solid transparent;
	border-top: 25px solid #ff7d80;
}

.profile {}

.han {
    /*width: 47%;*/
    width: 47%;
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.profile-image {width: 35%;}
.profile-image img{border-radius: 10px;}
.profile {width: 57%;}
.profile h3 {
    font-weight: 600;
	font-size: 15pt;
	line-height: 30px;
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    margin-bottom: 10px;
}
.profile p {
    font-weight: normal;
	font-size: 12pt;
	line-height: 25px;
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    margin-bottom: 15px;
}


.greet {
    display: flex;
	justify-content: space-between;
    /*align-items: center;*/
    padding-top: 20px;
}

.greet li:nth-child(1) {width: 45%;}
.greet li:nth-child(2) {width: 45%;}




.threes {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 90px;
}
.threes li span{
    width: 150px;
    display: block;
    margin-right: auto;
	margin-left: auto;;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    margin-top: -50px;
}
.threes li{
    width: 32%;
    position: relative;
    padding-top: 115px;
    padding-bottom: 65px;
    background-color: rgb(255 255 255 / 40%);
    -webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
    border-radius: 30px;
    box-shadow: 1px 1px 25px rgba(17 51 59 / 5%);
}
.threes li h3 {
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 20pt;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 15px;
    text-align: center;
    color: #ff7d80;
}
.threes li p {
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 13pt;
	line-height: 26px;
	font-weight: normal;
    text-align: center;
}
.threes li h4{
    width: 70%;
    display: block;
    margin-right: auto;
	margin-left: auto;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    margin-top: -50px;
    margin-bottom: -30px;
}

.tows_bnr {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 30px;
}
.tows_bnr li {width: 49%;}


.tows_bnr li:nth-child(1) {margin-bottom: 22px;}
.tows_bnr li:nth-child(2) {margin-bottom: 22px;}

.tows_bnr li a {display: block;transition: all .5s;}
.tows_bnr li:hover .bnrspace{background-color: rgb(255 255 255 / 80%);transition: all .3s;border: 2px solid rgb(10 95 114 / 100%);}

.bnrspace {
    transition: all .3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 20px;
    background-color: rgb(255 255 255 / 80%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    box-shadow: 1px 1px 25px rgba(17 51 59 / 10%);
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid rgb(255 255 255 / 80%);
}
.bntext {width: 58%;position: relative;margin-right: 6%;}
.bntext span{
    display: block;
    top: 50%;
    left: 0%;
}
.bntext .mysvg{
	top: 42%;
    right: 0px;
    margin-right: -30px;
    position: absolute;
	width:10px;
    box-sizing: border-box;
	display: block;
	color: #a1c0c7;
	fill: currentColor;
}
.bntext h3{
    color: #0a5f72;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 15pt;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 10px;
}
.bntext p {
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 12pt;
	line-height: 24px;
	font-weight: normal;
    letter-spacing: 1px;
    color: #20204d;
}
.bnimage {
    /*position: relative;*/
	display: block;
	width: 30%;
	/*height: 0;*/
	/*overflow: hidden;
    padding-top: 30%;*/
}
.bnimage img{
    display: block;
	width: 100%;
	height: 130px;
	object-fit: cover;
	/*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: 4px;
}


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


.wrap-space1 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/*.wrap-space1:not(:last-child) {margin-bottom: 50px;}*/



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


.wrap-space4 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: center;
    padding-top: 50px;
}
.wrap-space4:not(:last-child) {margin-bottom: 50px;}
/*.re:nth-child(even) {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%;}

.greetimages {
    display: flex;
	justify-content: space-between;
    margin-top: -40px;
}

/*.greetimages li:nth-child(1) {padding-top: 45%;margin-top: 140px;}
.greetimages li:nth-child(2) {padding-top: 80%;margin-top: 70px;}
.greetimages li:nth-child(3) {padding-top: 70%;}*/

.greetimages li:nth-child(1) img{height: 200px;margin-top: 140px;}
.greetimages li:nth-child(2) img{height: 350px;margin-top: 70px;}
.greetimages li:nth-child(3) img{height: 350px;}
.greetimages li {
    width: 31%;
    display: block;
}
.greetimages li img{
    display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	object-fit: cover;
	border-radius: 10px;
}

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

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


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

.w20 {width: 20%;}
.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;
    letter-spacing: 1px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 40pt;
	line-height: 70px;
	font-weight: 600;
	margin-bottom: 35px;
    
}
.blue {color: #0a5f72;}

.to_under {
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #0a5f72;
}

.to_under2 {
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: 1px solid #a1c0c7;
}

.midashi2 {
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 18pt;
	line-height: 37px;
	font-weight: 600;
	margin-bottom: 20px;
}


.red {color: #ff7d80;}
.bold {font-weight: 600;}

.topics-midashi .midashi3 {margin-bottom: 40px;}

.midashi3 span{
    display: block;
    font-size: 15pt;
    line-height: 27px;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    color: #20204d;
}
.midashi3 {
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 28pt;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 10px;
}
.midashi4 {
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 25pt;
	line-height: 31px;
	font-weight: 600;
    margin-bottom: 20px;
    margin-left: 30px;
    position: relative;
}
.midashi4:before{
    content: "";
    /*position: absolute;
    left: 0;*/
    display: inline-block;
    /*top: 25%;*/
    margin-left: -25px;
    width: 15px;
    height: 15px;
    background-color: #fd8282;
    vertical-align: 10%;
    margin-right: 10px;
    
    /*box-sizing: border-box;*/
}

.midashi5 {
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 25pt;
	line-height: 31px;
	font-weight: 600;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dce7ea;
}




.comennt {
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 13pt;
	line-height: 25px;
	font-weight: normal;
    letter-spacing: 1px;
}
.comennt1 {
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 13pt;
	line-height: 30px;
	font-weight: normal;
    letter-spacing: 1px;
}
.names {
    padding-top: 20px;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 14pt;
	line-height: 30px;
	font-weight: 600;
    letter-spacing: 1px;  
}


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

.comennt3 {
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 13pt;
	line-height: 28px;
	font-weight: normal;
    letter-spacing: 1px;
}

.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-feature-settings: "palt" 1;
	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: #a1c0c7;
	font-weight: 600;
}
.points2 li {
	font-weight: normal;
	position: relative;
	font-size: 13pt;
	line-height: 28px;
	font-feature-settings: "palt" 1;
    /*letter-spacing: 1px;*/
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
.points2 li:not(:last-child) {margin-bottom: 5px;}
.points2:not(:last-child) {margin-bottom: 20px;}

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: #a2c0c7;
}
.points3 li {
	font-weight: normal;
	position: relative;
	font-size: 13pt;
	line-height: 30px;
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
.points3 li:not(:last-child) {margin-bottom: 8px;}
.points3:not(:last-child) {margin-bottom: 30px;}

.han .points3 li {
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 22px;
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}    
    
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;}


.bkd50 {margin-bottom: 50px;}
.bkd80 {margin-bottom: 80px;}
.bkd100 {margin-bottom: 100px;}

.nobk {
    min-width: 1100px;
    background: linear-gradient(0deg,rgba(173, 200, 206, 1) 0%, rgba(227, 235, 238, 1) 100%);
    border-radius: 40px;
    margin-left: 30px;
    margin-right: 30px;
}

.nobk .space-full2 {width: 90%;min-width: 1000px;max-width: 1300px;margin-right: auto;margin-left: auto;}


.threes_bnr {
    width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    padding-top: 90px;
}
.threes_bnr li{
    
    width: 32%;
    box-sizing: border-box;
    position: relative;
    padding: 30px;
    background-color: rgb(255 255 255 / 100%);
    -webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
    border-radius: 30px;
    box-shadow: 1px 1px 25px rgba(17 51 59 / 5%);
}
.threes_bnr img {
    display: block;
    margin-bottom: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.threes_bnr span{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 35px;
    margin-top: -65px;
    font-size: 65pt;
	line-height: 80px;
	font-family: din-2014, sans-serif;
	font-weight: 600;
    z-index: 1;
    color: #fff;
}
.threes_bnr h3 {
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 16pt;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 15px;
    text-align: center;
    color: #0a5f72;
}
.threes_bnr p {
    color: #0a5f72;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 13pt;
	line-height: 26px;
	font-weight: normal;
}


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


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

.fullbk {
	width: 100%;
    background-size: cover;
    background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/body/fullbk.webp);
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
}


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




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

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

#logo {
	width: 240px;
    line-height: 0;
	margin-top: 5px;
	transition: all .5s;
}
.change-color #logo {
    line-height: 0;
	width: 240px;
    margin-top: 5px;
	transition: all .5s;
}

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


.header.change-color {}



.hed-right {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(255 255 255 / 90%);
    -webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
    width: 85%;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 90px;
    box-shadow: 1px 1px 20px rgba(17 51 59 / 5%);
}
.hed-info {
	
}
.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 li:nth-child(5){display: none;}

.gloval-menu {}
.gloval-menu ul {margin: 0;padding: 0;}
.gloval-menu li {list-style: none;}
.gloval-menu a {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	box-sizing:border-box;
}
.gloval-menu > ul > li {margin-right: 1px;text-align: center;}
.gloval-menu li ul {height: 0;width: 0;overflow: hidden;position: absolute;}
.gloval-menu li:hover ul,
.gloval-menu li:focus-within ul {
	height: auto;
	width: auto;
	position: absolute;
	z-index: 55;
	display:block;
}
.gloval-menu .c-menu01 {margin-left: 12px;margin-right: 12px;}
.gloval-menu .c-menu01 a {
	position: relative;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	color: #20204d;
	font-size: 13pt;
	line-height: 25px;
	font-weight: 600;
	font-style: normal;
	padding-top: 25px;
	padding-bottom: 25px;
    display: block;
}
.gloval-menu .c-menu01 a.current {color: #0a5f72;position: relative;}
.gloval-menu .c-menu01 a.current::before {
	background-color: #0a5f72;
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: '';
	width: 100%;
	height: 3px;
	right: 0px;
}
.c-menu01 a:hover,
.c-menu01 a:focus {}
.c-menu01 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	bottom: 0px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #0a5f72;
}
.c-menu01 a:hover::after {transform: scale(1, 1);}
.gloval-menu .c-menu01 a:hover{
	color: #0a5f72;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.gloval-menu .c-menu02 {
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}
.gloval-menu .c-menu02 .cnavs.current {color: #FF6600;position: relative;}
.gloval-menu .c-menu02 .cnavs.current::before {
	background-color: #FF6600;
	position: absolute;
	bottom: -1px;
	left: 0px;
	content: '';
	width: 100%;
	height: 2px;
	right: 0px;
}
.cnavs {
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	font-size: 13pt;
	line-height: 25px;
	font-weight: 600;
	font-style: normal;
	padding-top: 7px;
	padding-bottom: 7px;
}
.cnavs:hover,
.cnavs:focus {}
.cnavs::after {
	cursor: pointer;
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #FF6600;
}
.cnavs:hover::after {transform: scale(1, 1);}

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

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




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

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


.contactbtm {width: 14.5%;}
.contactbtm a{
    margin-left: 10px;
	margin-top: 0px;
	display: block;
	position: relative;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 13pt;
	font-weight: 600;
	color: #FFF;
	background-color: rgb(10 95 114 / 80%);
    -webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	padding-top: 25px;
    text-align: center;
	padding-bottom: 25px;
	transition: all .3s;
	line-height: 25px!important;
	border-radius: 56px;
}
.contactbtm a:hover {
	color: #FFF;
	background-color: #004554;
	-webkit-transition: all .3s;
	transition: all .3s;
}





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", sans-serif;
	color: #20204d;
    background-color: #f6f7fa;
	/*-webkit-text-size-adjust:100%;*/
}



.pankuzu-space {
    position: relative;
	/*width: 90%;*/
	/*padding: 70px;*/
    height: 350px;
	margin-right: auto;
	margin-left: auto;
	box-sizing:border-box;
	/*background-color: #F2F2F2;*/
	min-width: 1100px;
    background-size: 680px;
    background-repeat: no-repeat;
    background-position: center center;
	/*background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	color: #FFF;*/
	background-image: url(../img/body/seconds_bk.webp);
}

.pankuzu {
    position: relative;
}

.hero-image {
    background-image: url(../img/body/secondimage.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 800px;
    height: 415px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -50px;
    margin-right: 100px;
    z-index: 1;
    /*background-color: #333;*/
}
.page_tittle {
    min-width: 1000px;
    padding-top: 190px;
    width: 86%;
    margin-right: auto;
	margin-left: auto;
}
.page_tittle p span {background-color: #f6f7fa;padding-right: 30px;padding-left: 3px;}
.page_tittle p {
    font-size: 12pt;
    line-height: 27px;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    color: #0a5f72;
    text-transform: uppercase;
    padding-top: 30px;
    letter-spacing: 2px;
    position: relative;
    margin-left: 30px;
}
.page_tittle p:before{
    content: "";
    position: absolute;
    left: 0;
    /*top: 25%;*/
    margin-left: -25px;
    width: 10px;
    height: 10px;
    background-color: #dce7ea;
    margin-top: 4px;
    border-radius: 100px;
    border: 4px solid #a1c0c7;
    /*box-sizing: border-box;*/
}
.page_tittle p:after {content: "";position: absolute; left: 0;width: 100%; height: 2px;background-color: #dce7ea;margin-top: 13px;z-index: -1;}

.pankuzu h2 {
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-size: 39pt;
	line-height: 50px;
    color: #ff7d80;
}

.pages {
	color: #20204d;
	padding-top: 25px;
	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: #20204d;
}
.pages li a:hover{
	color: #20204d;
	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: 15px;}

.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;}
.down40 {margin-bottom: 40px;}

.w150 {width: 150px;}
.w200 {width: 200px;}
.w250 {width: 250px;}
.w300 {width: 300px;}
.w400 {width: 400px;}
.w500 {width: 500px;}

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

.btms {
    width: 80%;
    padding-top:60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: auto;
	margin-left: auto;
}
.btms li:nth-child(2) {
    margin-left: 7px;
    margin-right: 7px;
}

.button1 .mysvg {
    top: 35%;
    right: 0px;
    margin-right: 30px;
    position: absolute;
	width:10px;
    height: 10px;
    padding: 10px;
    box-sizing: border-box;
	display: block;
    background-color: #ffcccc;
    border-radius: 100px;
	color: #ffcccc;
	fill: currentColor;
    transition: all .3s;
}
.button1:hover .mysvg{
	top: 35%;
    right: 0px;
    margin-right: 30px;
    position: absolute;
	width:15px;
    height: auto;
    /*height: 10px;*/
    padding: 0px;
    box-sizing: border-box;
	display: block;
    background-color: #ef6067;
    border-radius: 100px;
	color: #fff;
	fill: currentColor;
    transition: all .3s;
}
.button1 {
	text-decoration: none;
	line-height: 27px;
	outline: none;
	font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: normal;
	font-size: 14pt;
	display: block;
	position: relative;
	z-index: 1;
    padding-left: 30px;
    padding-right: 70px;
	border-radius: 100px;
	padding-top: 20px;
	/*text-align: center;*/
	padding-bottom: 20px;
}
.button1::before,
.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button1,
.button1::before,
.button1::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button1 {
	color: #fff;
    background-color: #ff7d80;
	
}
.button1:hover {
	color: #fff;
	background-color: #ef6067;
}

/*a1c0c7*/
.button2 .mysvg {
    top: 35%;
    right: 0px;
    margin-right: 30px;
    position: absolute;
	width:10px;
    height: 10px;
    padding: 10px;
    box-sizing: border-box;
	display: block;
    background-color: #a1c0c7;
    border-radius: 100px;
	color: #a1c0c7;
	fill: currentColor;
    transition: all .3s;
}
.button2:hover .mysvg{
	top: 35%;
    right: 0px;
    margin-right: 30px;
    position: absolute;
	width:15px;
    height: auto;
    /*height: 10px;*/
    padding: 0px;
    box-sizing: border-box;
	display: block;
    background-color: #0a5f72;
    border-radius: 100px;
	color: #fff;
	fill: currentColor;
    transition: all .3s;
}
.button2 {
	text-decoration: none;
	line-height: 27px;
	outline: none;
	font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: normal;
	font-size: 14pt;
	display: block;
	position: relative;
	z-index: 1;
    padding-left: 30px;
    padding-right: 70px;
	border-radius: 100px;
	padding-top: 20px;
	/*text-align: center;*/
	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: #0a5f72;
    background-color: rgb(255 255 255 / 90%);
    -webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
    box-shadow: 1px 1px 25px rgba(17 51 59 / 15%);
}
.button2:hover {
	color: #fff;
	background-color: #0a5f72;
    box-shadow: 1px 1px 25px rgba(17 51 59 / 15%);
}




.button3 .mysvg {
    top: 35%;
    right: 0px;
    margin-right: 30px;
    position: absolute;
	width:10px;
    height: 10px;
    padding: 10px;
    box-sizing: border-box;
	display: block;
    background-color: #a1c0c7;
    border-radius: 100px;
	color: #ffcccc;
	fill: currentColor;
    transition: all .3s;
}
.button3:hover .mysvg{
	top: 35%;
    right: 0px;
    margin-right: 30px;
    position: absolute;
	width:15px;
    height: auto;
    /*height: 10px;*/
    padding: 0px;
    box-sizing: border-box;
	display: block;
    background-color: #044351;
    border-radius: 100px;
	color: #fff;
	fill: currentColor;
    transition: all .3s;
}
.button3 {
	text-decoration: none;
	line-height: 27px;
	outline: none;
	font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: normal;
	font-size: 14pt;
	display: block;
	position: relative;
	z-index: 1;
    padding-left: 30px;
    padding-right: 70px;
	border-radius: 100px;
	padding-top: 20px;
	/*text-align: center;*/
	padding-bottom: 20px;
}
.button3::before,
.button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3,
.button3::before,
.button3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button3 {
	color: #fff;
    background-color: #0a5f72;
}
.button3:hover {
	color: #fff;
	background-color: #044351;
}


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


.contact-space {
	margin-right: 30px;
	margin-left: 30px;
}

.buttons .mysvg {
    width: 60px;
    top: 41%;
    right: 0px;
    margin-right: 100px;
    position: absolute;
    box-sizing: border-box;
	display: block;
	color: #fff;
	fill: currentColor;
    transition: all .3s;
}

.buttons h3 span{
    display: block;
    font-size: 15pt;
    line-height: 27px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 600;
}
.buttons h3 {
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
	font-size: 55pt;
    line-height: 75px;
    font-weight: 600;
    margin-bottom: 10px;
}
.buttons p{
    letter-spacing: 1px;
    font-size: 13pt;
    line-height: 27px;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: normal;
}

.buttons {
	text-decoration: none;
	outline: none;
	display: block;
	position: relative;
	z-index: 1;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
    box-sizing: border-box;
    border-radius: 40px;
}
.buttons::before,
.buttons::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.buttons,
.buttons::before,
.buttons::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.buttons {
	color: #fff;
    background-color: #ff7d80;
}
.buttons:hover {
	color: #fff;
	background-color: #ef6067;
}


.foot-text {
	letter-spacing: 1px;
    font-size: 12pt;
    line-height: 27px;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: normal;
}

.footcontena {
	padding-top: 100px;
	padding-bottom: 100px;
    background-color: #fff;
	color: #20204d;
    position: relative;
}


.footcontena:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
    right: 0;
	width: 100%;
    height: 170px;
    background-color: #fff;
    margin-top: -170px;
}




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

.foot-left {}
.foot-right{
    padding-left: 45px;
    border-left: 1px solid #cccccc;
}

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

.footlogo {
	width: 350px;
	line-height: 0px;
	text-align: center;
	margin-bottom: 55px;
}
.foot-menu {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}


.foot-menu:nth-child(2) {margin-left: 40px;}
.foot-menu:nth-child(3) {margin-left: 40px;}

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

.foot-menu li a{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 13pt;
	line-height: 35px;
	color: #20204d;
	display:block;
    letter-spacing: 1px;
}

.foot-menu li a:hover,
.foot-menu li a:focus {}
.foot-menu li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -0px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #0a748b;
}
.foot-menu li a:hover::after {transform: scale(1, 1);}

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

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

.foot-menu:nth-child(2) li:nth-child(1){display: none;}

}


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

.komoji {font-size: 12pt;font-weight: normal;}

.tables {
	margin-right: auto;
	margin-left: auto;
    padding-top: 20px;
}
.down20 {margin-bottom: 30px;}
.recruit_table {
	border-collapse:collapse;
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: normal;
	box-sizing: border-box;
	font-size: 12pt;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.recruit_table th, .cp_table  td {width: 100%;}
.recruit_table th {
    font-size: 11pt;
    line-height: 22px;
    font-feature-settings: "palt" 1;
    text-align: center;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 600;
    display: block;
    /*background-color: #dce7ea;*/
    padding: 7px!important;
    background-color: #DCE7EA;
    /*border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #caadb4;*/
    box-sizing: border-box;
    
}
.recruit_table tr {
	display: block;
	width: 100%;
    margin-bottom: 5px;
}

.recruit_table td {
	font-size: 11pt;
	line-height: 22px;
	font-feature-settings: "palt" 1;
    
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: normal;
	display: block;
	padding: 7px!important;
	/*border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ede6dd;*/
	box-sizing: border-box;
}
.recruit_table h3 {
	font-size: 12pt;
	line-height: 22px;
    
	font-feature-settings: "palt" 1;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
	font-weight: 600;
}

.recruit_table p:not(:last-child) {margin-bottom: 15px;}

/*.tab__list {margin-left: 100px;}*/
.tab__list {margin-bottom: 25px;}

.spd {margin-bottom: 15px;}  
.hyowrap {
    width: 100%;
    margin-right: auto;
	margin-left: auto;
}
.hyowrap img:nth-child(1){margin-bottom: 25px;}

#tab {
	overflow: hidden;
	position: relative;
	display: flex;
    justify-content: space-between;
	/*justify-content: space-between;
	align-items: center;*/
    width: 90%;
    margin-right: auto;
	margin-left: auto;
}

#tab li {
	width: 49%;
	box-sizing: border-box;
}
#tab li span{
	margin-right:5px;
	font-size: 10pt;
	display: inline-block;
	vertical-align:5%;
}
#tab li a {
    display: block;
    color: #fff;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-size: 10pt;
    line-height: 20px;
    opacity: 0.4;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
    /*padding-right: 65px;
    padding-left: 65px;*/
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#tab li a:hover {
	color: #fff;
	/*background-color: #000;*/
}


#tab li.present a {
	color: #fff;
    opacity: 1;
	/*background-color: #499d0a;*/
}

#tab li.present a:hover {
	color: #fff;
	/*background-color: #000;*/
}

.ct01{background-color: #ff7d80;}
.ct01:hover{background-color: #ef6067;}

.illbks {
    position: relative;
    display: block;
}
.illbks:before {
    content: "";
    position: absolute;
    width: 75%;
    height: 80%;
    background-color: #dce7ea;
    /*background-color: #0a5f72;*/
    z-index: -1;
    right: 0;
    border-radius: 80px 10px;
}

.midashi6 span{display: block;}
.midashi6 {
	font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 12pt;
	line-height: 25px;
	font-weight: 600;
    margin-bottom: 15px;
    padding: 10px;
    
    box-sizing: border-box;
    background-color: #f4f6f9;
    text-align: center;
    border-radius: 80px;
}
.midashi6 .mysvg{
    transform: rotate(90deg);
	width:6px;
    vertical-align: 2%;
    box-sizing: border-box;
	display: block;
	color: #a1c0c7;
	fill: currentColor;
    margin-left: auto;
    margin-right: auto
}
.mida-cols1 {color: #0a5f72;}
.mida-cols2 {color: #ff7d80;}


.hyogumi {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}


.wakugumi:not(:last-child) {margin-bottom: 30px;}
.wakugumi {
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
    background-color: #fefeff;
}
.yazi {position: relative;}

.yazi:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -25px;
	border: 25px solid transparent;
	border-top: 25px solid #ff7d80;
}

.profile {}
.han:not(:last-child) {margin-bottom: 50px;}
.han {
    /*width: 47%;*/
   /* width: 47%;
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
}
.profile-image {width: 60%;margin-left: auto;margin-right: auto;margin-bottom: 10px;}
.profile-image img{border-radius: 10px;}
.profile {}
.profile h3 {
    font-weight: 600;
	font-size: 13pt;
	line-height: 30px;
	font-feature-settings: "palt" 1;
    text-align: center;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    margin-bottom: 10px;
}
.profile p {
    font-weight: normal;
	font-size: 11pt;
	line-height: 22px;
	font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    margin-bottom: 15px;
}


.greet {
    
    padding-top: 20px;
}

/*.greet li:nth-child(1) {width: 45%;}
.greet li:nth-child(2) {width: 45%;}*/



.threes li:not(:last-child) {margin-bottom: 10px;}
.threes {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
    padding-top: 20px;
}
.threes li span{
    width: 100px;
    display: block;
    margin-right: auto;
	margin-left: auto;;
    /*position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    margin-top: -50px;*/
}
.threes li{
    
    position: relative;
    padding: 30px;
    box-sizing: border-box;
    background-color: rgb(255 255 255 / 40%);
    -webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
    border-radius: 30px;
    box-shadow: 1px 1px 25px rgba(17 51 59 / 5%);
}
.threes li h3 {
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 15pt;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 10px;
    text-align: center;
    color: #ff7d80;
}
.threes li p {
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
    text-align: center;
    margin-bottom: 10px;
}
.threes li h4{
    width: 80%;
    display: block;
    margin-right: auto;
	margin-left: auto;
    /*position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    margin-top: -50px;
    margin-bottom: -30px;*/
}

.tows_bnr {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
    padding-top: 30px;
    padding-bottom: 0px;
}
.tows_bnr li {}


.tows_bnr li:nth-child(1) {margin-bottom: 15px;}
.tows_bnr li:nth-child(2) {margin-bottom: 15px;}
.tows_bnr li:nth-child(3) {margin-bottom: 15px;}

.tows_bnr li a {display: block;transition: all .5s;}
.tows_bnr li:hover .bnrspace{background-color: rgb(255 255 255 / 80%);transition: all .3s;border: 2px solid rgb(10 95 114 / 100%);}

.bnrspace {
    transition: all .3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 15px;
    background-color: rgb(255 255 255 / 80%);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    box-shadow: 1px 1px 25px rgba(17 51 59 / 10%);
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid rgb(255 255 255 / 80%);
}
.bntext {width: 58%;position: relative;margin-right: 6%;}
.bntext span{
    display: block;
    top: 50%;
    left: 0%;
}
.bntext .mysvg{
	top: 42%;
    right: 0px;
    margin-right: -25px;
    position: absolute;
	width:10px;
    box-sizing: border-box;
	display: block;
	color: #a1c0c7;
	fill: currentColor;
}
.bntext h3{
    color: #0a5f72;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 14pt;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 10px;
}
.bntext p {
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 11pt;
	line-height: 21px;
	font-weight: normal;
    color: #20204d;
}
.bnimage {
    /*position: relative;*/
	display: block;
	width: 30%;
	/*height: 0;*/
	/*overflow: hidden;
    padding-top: 30%;*/
}
.bnimage img{
    display: block;
	width: 100%;
	height: 120px;
	object-fit: cover;
	/*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: 4px;
}


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


.wrap-space4 {
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: center;*/
    padding-top: 20px;
}
.wrap-space4:not(:last-child) {margin-bottom: 30px;}
/*.re:nth-child(even) {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%;}*/

.greetimages {
    width: 80%;
    display: flex;
	justify-content: space-between;
    margin-top: -10px;
    margin-bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}

/*.greetimages li:nth-child(1) {padding-top: 45%;margin-top: 140px;}
.greetimages li:nth-child(2) {padding-top: 80%;margin-top: 70px;}
.greetimages li:nth-child(3) {padding-top: 70%;}*/

    .greetimages li:nth-child(1) img{height: 150px;}
.greetimages li:nth-child(2) img{height: 150px;margin-top: 40px;}
.greetimages li:nth-child(3) img{height: 150px;margin-top: 80px;}
.greetimages li {
    width: 31.3%;
    display: block;
}
.greetimages li img{
    display: block;
	width: 100%;
	height: auto;
	line-height: 0px;
	object-fit: cover;
	border-radius: 10px;
}

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

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

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

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

.midashi1 {
	font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 21pt;
	line-height: 38px;
	font-weight: 600;
	margin-bottom: 15px;
    
}
.blue {color: #0a5f72;}

.to_under {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #0a5f72;
}

.to_under2 {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #a1c0c7;
}

.midashi2 {
	font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 13pt;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 15px;
    
}

.bold {font-weight: 600;}
.red {color: #ff7d80;}

.topics-midashi .midashi3 {margin-bottom: 10px;}

.midashi3 span{
    display: block;
    font-size: 10pt;
    line-height: 21px;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    color: #20204d;
}
.midashi3 {
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 17pt;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 20px;
    text-align: center;
}
.midashi4 {
	font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 16pt;
	line-height: 31px;
	font-weight: 600;
    margin-bottom: 5px;
    margin-left: 20px;
    position: relative;
    text-align: center;
}
.midashi4:before{
    content: "";
    /*position: absolute;
    left: 0;*/
    display: inline-block;
    /*top: 25%;*/
    margin-left: -20px;
    width: 10px;
    height: 10px;
    background-color: #fd8282;
    vertical-align: 10%;
    margin-right: 8px;
    
    /*box-sizing: border-box;*/
}

.midashi5 {
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 25pt;
	line-height: 31px;
	font-weight: 600;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dce7ea;
}




.comennt {
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 11pt;
	line-height: 26px;
	font-weight: normal;
}
.comennt1 {
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 11pt;
	line-height: 26px;
	font-weight: normal;
}
.names {
    padding-top: 10px;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 13pt;
	line-height: 22px;
	font-weight: 600;
    text-align: center;
}
.greet-imagesiz img{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    border-radius: 10px;
}
.comennt2 {
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 11pt;
	line-height: 26px;
	font-weight: normal;
}

.comennt3 {
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 11pt;
	line-height: 26px;
	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-feature-settings: "palt" 1;
	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: #a1c0c7;
	font-weight: 600;
}
.points2 li {
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 22px;
	font-feature-settings: "palt" 1;
    /*letter-spacing: 1px;*/
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
.points2 li:not(:last-child) {margin-bottom: 5px;}
.points2:not(:last-child) {margin-bottom: 20px;}

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: #a2c0c7;
}
.points3 li {
	font-weight: normal;
	position: relative;
	font-size: 11pt;
	line-height: 22px;
	font-feature-settings: "palt" 1;
    letter-spacing: 1px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
.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;}


.bkd50 {margin-bottom: 40px;}
.bkd80 {margin-bottom: 40px;}
.bkd100 {margin-bottom: 40px;}

.nobk {
    background: linear-gradient(0deg,rgba(173, 200, 206, 1) 0%, rgba(227, 235, 238, 1) 100%);
    border-radius: 40px;
    margin-left: 15px;
    margin-right: 15px;
}

.nobk .space-full2 {width: 90%;margin-right: auto;margin-left: auto;}


.threes_bnr {
    width: 100%;
	/*display: flex;
	justify-content: space-between;
	flex-wrap: wrap;*/
    padding-top: 50px;
}
.threes_bnr li:not(:last-child) {margin-bottom: 50px;}
.threes_bnr li{
    
    
    box-sizing: border-box;
    position: relative;
    padding: 25px;
    background-color: rgb(255 255 255 / 100%);
    -webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
    border-radius: 30px;
    box-shadow: 1px 1px 25px rgba(17 51 59 / 5%);
}
.threes_bnr img {
    display: block;
    margin-bottom: 10px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.threes_bnr span{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 25px;
    margin-top: -40px;
    font-size: 35pt;
	line-height: 50px;
	font-family: din-2014, sans-serif;
	font-weight: 600;
    z-index: 1;
    color: #fff;
}
.threes_bnr h3 {
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 14pt;
	line-height: 25px;
	font-weight: 600;
	margin-bottom: 10px;
    text-align: center;
    color: #0a5f72;
}
.threes_bnr p {
    color: #0a5f72;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 11pt;
	line-height: 22px;
	font-weight: normal;
}


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


.greetbk {
	width: 100%;
    background-size: 850px;
    background-repeat: no-repeat;
    background-position: right -100px;
	/*background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	color: #FFF;*/
	background-image: url(../img/body/bk01.webp);
	/*padding-top: 5%;
	padding-bottom: 5%;*/
}
.greetbk .midashi1{margin-top: -20px;}
    
.fullbk .midashi2{text-align: center;margin-bottom: 0;}
    
.nobk .midashi2{text-align: center;margin-bottom: 0;}

.fullbk {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../img/body/fullbk.webp);
    border-radius: 50px;
}


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


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




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

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

#logo {
	width: 240px;
    line-height: 0;
	margin-top: 5px;
	transition: all .5s;
}
.change-color #logo {
    line-height: 0;
	width: 240px;
    margin-top: 5px;
	transition: all .5s;
}

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


.header.change-color {}



.hed-right {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(255 255 255 / 90%);
    -webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
    width: 85%;
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 90px;
    box-shadow: 1px 1px 20px rgba(17 51 59 / 5%);
}
.hed-info {
	
}
.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 li:nth-child(5){display: none;}

.gloval-menu {}
.gloval-menu ul {margin: 0;padding: 0;}
.gloval-menu li {list-style: none;}
.gloval-menu a {
	display: block;
	white-space: nowrap;
	text-decoration: none;
	box-sizing:border-box;
}
.gloval-menu > ul > li {margin-right: 1px;text-align: center;}
.gloval-menu li ul {height: 0;width: 0;overflow: hidden;position: absolute;}
.gloval-menu li:hover ul,
.gloval-menu li:focus-within ul {
	height: auto;
	width: auto;
	position: absolute;
	z-index: 55;
	display:block;
}
.gloval-menu .c-menu01 {margin-left: 12px;margin-right: 12px;}
.gloval-menu .c-menu01 a {
	position: relative;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	color: #20204d;
	font-size: 13pt;
	line-height: 25px;
	font-weight: 600;
	font-style: normal;
	padding-top: 25px;
	padding-bottom: 25px;
    display: block;
}
.gloval-menu .c-menu01 a.current {color: #0a5f72;position: relative;}
.gloval-menu .c-menu01 a.current::before {
	background-color: #0a5f72;
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: '';
	width: 100%;
	height: 3px;
	right: 0px;
}
.c-menu01 a:hover,
.c-menu01 a:focus {}
.c-menu01 a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	bottom: 0px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #0a5f72;
}
.c-menu01 a:hover::after {transform: scale(1, 1);}
.gloval-menu .c-menu01 a:hover{
	color: #0a5f72;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.gloval-menu .c-menu02 {
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
}
.gloval-menu .c-menu02 .cnavs.current {color: #FF6600;position: relative;}
.gloval-menu .c-menu02 .cnavs.current::before {
	background-color: #FF6600;
	position: absolute;
	bottom: -1px;
	left: 0px;
	content: '';
	width: 100%;
	height: 2px;
	right: 0px;
}
.cnavs {
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	font-size: 13pt;
	line-height: 25px;
	font-weight: 600;
	font-style: normal;
	padding-top: 7px;
	padding-bottom: 7px;
}
.cnavs:hover,
.cnavs:focus {}
.cnavs::after {
	cursor: pointer;
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -1px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #FF6600;
}
.cnavs:hover::after {transform: scale(1, 1);}

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

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




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

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


.contactbtm {width: 14.5%;}
.contactbtm a{
    margin-left: 10px;
	margin-top: 0px;
	display: block;
	position: relative;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 13pt;
	font-weight: 600;
	color: #FFF;
	background-color: rgb(10 95 114 / 80%);
    -webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	padding-top: 25px;
    text-align: center;
	padding-bottom: 25px;
	transition: all .3s;
	line-height: 25px!important;
	border-radius: 56px;
}
.contactbtm a:hover {
	color: #FFF;
	background-color: #004554;
	-webkit-transition: all .3s;
	transition: all .3s;
}





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", sans-serif;
	color: #20204d;
    background-color: #f6f7fa;
	-webkit-text-size-adjust:100%;
}



.pankuzu-space {
    position: relative;
	/*width: 90%;*/
	/*padding: 70px;*/
    height: 230px;
	margin-right: auto;
	margin-left: auto;
	box-sizing:border-box;
	/*background-color: #F2F2F2;*/
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: center center;
	/*background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
	color: #FFF;*/
	background-image: url(../img/body/seconds_bk.webp);
}

.pankuzu {
    position: relative;
}

.hero-image {
    background-image: url(../img/body/secondimage-sp.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 250px;
    height: 125px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 65px;
    margin-right: -30px;
    z-index: 1;
    /*background-color: #333;*/
}
.page_tittle {
    
    padding-top: 110px;
    width: 86%;
    margin-right: auto;
	margin-left: auto;
}
.page_tittle p span {background-color: #f6f7fa;padding-right: 30px;padding-left: 3px;}
.page_tittle p {
    font-size: 10pt;
    line-height: 22px;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    color: #0a5f72;
    text-transform: uppercase;
    padding-top: 30px;
    letter-spacing: 1px;
    position: relative;
    margin-left: 25px;
}
.page_tittle p:before{
    content: "";
    position: absolute;
    left: 0;
    /*top: 25%;*/
    margin-left: -25px;
    width: 10px;
    height: 10px;
    background-color: #dce7ea;
    margin-top: 1px;
    border-radius: 100px;
    border: 4px solid #a1c0c7;
    /*box-sizing: border-box;*/
}
.page_tittle p:after {content: "";position: absolute; left: 0;width: 100%; height: 1px;background-color: #dce7ea;margin-top: 10px;z-index: -1;}

.pankuzu h2 {
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: 600;
	font-size: 16pt;
	line-height: 30px;
    color: #ff7d80;
}

.pages {
	color: #20204d;
	padding-top: 10px;
	font-size: 9pt;
	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: #20204d;
}
.pages li a:hover{
	color: #20204d;
	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: 15px;}

.pcdown20 {padding-bottom: 10px;}
.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;}
.down40 {margin-bottom: 40px;}

.w150 {width: 150px;}
.w200 {width: 200px;}
.w250 {width: 250px;}
.w300 {width: 200px;}
.w400 {width: 400px;}
.w500 {width: 500px;}

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

.btms {
    width: 100%;
    padding-top:40px;
    /*display: flex;
    justify-content: center;
    flex-wrap: wrap;*/
    margin-right: auto;
	margin-left: auto;
}
/*.btms li:nth-child(2) {
    margin-left: 7px;
    margin-right: 7px;
}*/

.btms li:not(:last-child) {margin-bottom: 5px;}

.button1 .mysvg {
    top: 35%;
    right: 0px;
    margin-right: 20px;
    position: absolute;
	width:10px;
    height: auto;
    padding: 0px;
    box-sizing: border-box;
	display: block;
	color: #ef6067;
	fill: currentColor;
    transition: all .3s;
}

.button1 {
	text-decoration: none;
	line-height: 27px;
	outline: none;
	font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: normal;
	font-size: 11pt;
	display: block;
	position: relative;
	z-index: 1;
    padding-left: 20px;
    padding-right: 50px;
	border-radius: 100px;
	padding-top: 10px;
	/*text-align: center;*/
	padding-bottom: 10px;
}
.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: #ff7d80;
	
}
.button1:hover {
	color: #fff;
    background-color: #ff7d80;
}

/*a1c0c7*/
.button2 .mysvg {
    top: 35%;
    right: 0px;
    margin-right: 20px;
    position: absolute;
	width:10px;
    height: auto;
    padding: 0px;
    box-sizing: border-box;
	display: block;
	color: #0a5f72;
	fill: currentColor;
    transition: all .3s;
}

.button2 {
	text-decoration: none;
	line-height: 27px;
	outline: none;
	font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: normal;
	font-size: 11pt;
	display: block;
	position: relative;
	z-index: 1;
    padding-left: 20px;
    padding-right: 50px;
	border-radius: 100px;
	padding-top: 10px;
	/*text-align: center;*/
	padding-bottom: 10px;
}
.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: #0a5f72;
    background-color: rgb(255 255 255 / 90%);
    -webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
    box-shadow: 1px 1px 25px rgba(17 51 59 / 15%);
}
.button2:hover {
	color: #fff;
	background-color: #0a5f72;
    box-shadow: 1px 1px 25px rgba(17 51 59 / 15%);
}



.button3 .mysvg {
    top: 35%;
    right: 0px;
    margin-right: 20px;
    position: absolute;
	width:10px;
    height: auto;
    padding: 0px;
    box-sizing: border-box;
	display: block;
	color: #afc8ce;
	fill: currentColor;
    transition: all .3s;
}

.button3 {
	text-decoration: none;
	line-height: 27px;
	outline: none;
	font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-weight: normal;
	font-size: 11pt;
	display: block;
	position: relative;
	z-index: 1;
    padding-left: 20px;
    padding-right: 50px;
	border-radius: 100px;
	padding-top: 10px;
	/*text-align: center;*/
	padding-bottom: 10px;
}
.button3::before,
.button3::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button3,
.button3::before,
.button3::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button3 {
	color: #fff;
    background-color: #0a5f72;
}
.button3:hover {
	color: #fff;
	background-color: #044351;
}


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


.contact-space {
	margin-right: 15px;
	margin-left: 15px;
}

.buttons .mysvg {
    width: 30px;
    top: 30%;
    right: 0px;
    margin-right: 30px;
    position: absolute;
    box-sizing: border-box;
	display: block;
	color: #fff;
	fill: currentColor;
    transition: all .3s;
}

.buttons h3 span{
    display: block;
    font-size: 11pt;
    line-height: 22px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: 600;
}
.buttons h3 {
    font-feature-settings: "palt" 1;
    font-family: din-2014, sans-serif;
	font-size: 35pt;
    line-height: 55px;
    font-weight: 600;
    margin-bottom: 10px;
}
.buttons p{
    font-size: 11pt;
    line-height: 22px;
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-weight: normal;
}

.buttons {
	text-decoration: none;
	outline: none;
	display: block;
	position: relative;
	z-index: 1;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    box-sizing: border-box;
    border-radius: 40px;
}
.buttons::before,
.buttons::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.buttons,
.buttons::before,
.buttons::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.buttons {
	color: #fff;
    background-color: #ff7d80;
}
.buttons:hover {
	color: #fff;
	background-color: #ef6067;
}


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

.footcontena {
	padding-top: 40px;
	padding-bottom: 20px;
    background-color: #fff;
	color: #20204d;
    position: relative;
}


.footcontena:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
    right: 0;
	width: 100%;
    height: 170px;
    background-color: #fff;
    margin-top: -100px;
}




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

.foot-left {}
.foot-right{
    
}

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

.footlogo {
	width: 240px;
	line-height: 0px;
	text-align: center;
	margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 4;
}
.foot-menu {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}



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

.foot-menu li a{
    font-feature-settings: "palt" 1;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 10pt;
	line-height: 25px;
	color: #fff;
	display:block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    background-color: #afc8ce;
    border-radius: 4px;
}

/*.foot-menu li a:hover,
.foot-menu li a:focus {}
.foot-menu li a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -0px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
	background-color: #0a748b;
}
.foot-menu li a:hover::after {transform: scale(1, 1);}*/

.copy {
	font-size: 8pt;
	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;
}
.hyosiz  {
    width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.fullimage {
    width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.kakomi {margin-bottom: 30px;}
.kakomi li{
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #f6f7fa;
    
}
.kakomi li:not(:last-child) {margin-bottom: 20px;}
.foot-menu:nth-child(2) li:nth-child(1){display: none;}

}






