@charset "UTF-8";
/* CSS Document */

#page-top {position: fixed;bottom: 40px;right: 40px;width: 60px; z-index:400;}
@media screen and (max-width: 896px) {
	#page-top {position: fixed;bottom: 5px;right: 5px;width: 30px; z-index:400;}
}

.EN {font-family: "Montserrat", sans-serif;}
.mincho {font-family: 'Noto Serif JP', serif;}

.bgWH {background-color: #FFF;}
.bgBR {background-color: #D88D00;}
.bgBE {background-color: #FBF3E5;}
.bgGR {background-color: #35AAA6;}
.bgDGR {background-color: #178985;}
.bgGRY {background-color: #EEEEEE;}
.txtWH {color: #FFF;}
.txtDGR {color: #178985;}
.txtGR {color: #35AAA6;}
.txtBR {color: #C39F4E;}
.txtBK {color: #222;}
.txtGRY {color: #999;}

.ratioBox {position: relative;width: 100%;height: auto;}
.ratio1-1:before {content: "";display: block;padding-top: 100%; /* 1:1 */}
.ratio2-1:before {content: "";display: block;padding-top: 50%; /* 2:1 */}
.ratio3-2:before {content: "";display: block;padding-top: 66%; /* 3:2 */}
.ratio4-3:before {content: "";display: block;padding-top: 75%; /* 4:3 */}
.ratioInner {position: absolute;top: 0; left: 0;width: 100%;height: 100%;}

main#login {width: 100%; margin-left: 0;}

#login .container {/*height: 100vh;*/}
#login .logo {max-width: 384px; width: 80%;}
.ttlSide {padding: 0 50px;}
.ttlSide::before,.ttlSide::after {position: absolute; content: ''; top: 50%; width: 40px; height: 1px; background: #222;}
.ttlSide::before {left: 0;}
.ttlSide::after {right: 0;}
.login {cursor: pointer; width: 100%; display: block; padding: 13px 10px; margin: 0; border: 1px solid #154A8C; border-radius: 8px; background: rgb(0,146,229); background: linear-gradient(180deg, rgba(0,146,229) 0%, rgba(0,25,118) 100%); transition: .3s;}
.login:hover {cursor: grab; width: 100%; display: block; padding: 13px 10px; margin: 0; border: 1px solid #154A8C; border-radius: 8px; background: rgb(0,146,229); background: linear-gradient(0deg, rgba(0,146,229) 0%, rgba(0,25,118) 100%); transition: .3s;}
.login span {padding: 2px 0 0 30px; background: url("../img/icon_login.svg") no-repeat center left; background-size: 20px; line-height: 24px;}
#eye_btn {display: block; width: 24px; height: 18px; background: url("../img/login_eye01.svg") no-repeat center right; position: absolute; top: 50%; transform: translateY(-50%); right: 20px;}
#eye_btn.eye_appear {background: url("../img/login_eye02.svg") no-repeat center right;}

#header {position: relative; width: 100%; padding: 20px 0 0 0;}
#header .logo {width:345px; margin-left: 40px;}
.subNav {margin-right: 262px;}
.subNav li {min-width: 152px; margin-right: 15px;}
.subNav li a {display: block; padding: 6px 20px; border: 2px solid #35AAA6; color: #35AAA6; text-align: center; border-radius: 20px; line-height: 1.5; position: relative;}
.subNav li a:hover {background: #35AAA6; color: #FFF;}
.subNav li:nth-child(4) a {padding: 6px 15px 6px 65px; background: #C39F4E; border-color: #C39F4E; color: #FFF;}
.subNav li:nth-child(4) a:hover {color: #C39F4E; background: #FFF;}
.subNav li:nth-child(4) a span {display: block; width: 51px; background: #FFF; padding: 3px 8px 3px 11px; position: absolute; top: -2px; left: -2px; border: 2px solid #C39F4E; border-radius: 20px 0 0 20px;}
.subNav li:last-child a {padding: 6px 15px; background: #3365B5; color: #FFF; border-color: #3365B5; border-radius: 6px;}
.subNav li:last-child a:hover {color: #3365B5; background: #FFF;}
.subNav li:last-child a span {padding-left: 30px; background: url("../img/login_wh.svg") no-repeat center left;}
.subNav li:last-child a:hover span {background: url("../img/login_bl.svg") no-repeat center left;}
.gNav {width: calc(100% - 385px);}
#hanburger {display: none;}
.menu_button {width: 55px; height: 55px; position: fixed; top: 0; right: 0; background: #25B19E; z-index: 15;}
#hanburger:checked ~ .menu_button {top: 0;}
#hanburger:checked ~ .span2 {display: none;}
#hanburger:checked ~ .span1 {width: 34px; transform: rotate(45deg); top: 27px; right: 11px;}
#hanburger:checked ~ .span3 {width: 34px; transform: rotate(-45deg); top: 27px; right: 11px;}
.global_menu {visibility: hidden; width: 100%; height: 100%; position: fixed; top: 0; left: 0; color: #222; overflow-y: scroll; /*background: #35AAA6;*/}
#hanburger:checked ~ .global_menu {visibility: visible;}
.global_menu a {display: block; width: 100%;}
.menu {font-size: 14px; /*white-space: nowrap;*/ line-height: 1.5;}
.menu:hover > a {background: #E1F4C4;}
.menu .pd {display: none;}
.child_menu > li > a {padding: 10px 20px; text-align: left;}
.child_menu > li > a:hover {background: #FFF;}
.child_menu {width: 100%; left: 0; color: #222; background: #E1F4C4;}
.menu:hover .child_menu {visibility: visible;}
.child_menu a:hover {color: #222;}
.spOnly {display: none;}
.ttlMember {width: 100%; padding: 7px 40px; margin-top: 20px;}
@media screen and (min-width: 896px) {
  .menu_button {display: none;}
  .global_menu {position: inherit; padding: 0 262px 0 0; color: #222; visibility: visible; overflow-y: visible; height: auto; width: auto;}
	.menu_wrap {display: flex; justify-content: flex-end;}
	.menu:not(:last-child) {border-right: 1px solid #35AAA6;}
	.menu > a {color: #222; padding: 5px 30px; border-left: 1px solid #FFF; /*font-weight: 700;*/}
  .menu:hover > a {background: #35AAA6; color: #FFF;}
  .child_menu {width: 100%; max-width: 1330px; position: absolute; top: 100px; left: 0; right: 0; margin: auto; padding: 30px 50px; box-shadow: 0 3px 6px rgba(0,0,0,.2); color: #222; background: #FFF; visibility: hidden; opacity: 0; transition: .5s top, .5s opacity; z-index: 10;}
  .menu:hover .child_menu {visibility: visible; top: 129px; opacity: 1;}
	.child_menu {display: flex;}
  .child_menu .childNews {width: 47%; padding-left: 40px;}
	.child_menu .childCat01 {width: calc(53%/2); padding-left: 40px; padding-right: 40px;}
	.child_menu .childCat01:first-child {border-right: 1px solid #35AAA6; padding-left: 0;}
	.child_menu .childCat02 {width: 53%; display: flex; flex-wrap: wrap; align-content: flex-start;}
	.child_menu .childCat02 p {width: 100%;}
	.child_menu .childCat02 ul {width: 50%; padding-right: 40px;}
	.child_menu > li > ul > li {margin-bottom: 10px; line-height: 1.5;}
	.child_menu > li > ul > li:last-child {margin-bottom: 0;}
	.child_menu > li > ul > li a {position: relative; padding-left: 18px; color: #062840;}
	.child_menu > li > ul > li a::before {position: absolute; content: ''; left: 0; top: 50%; transform: translateY(-50%); width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #35aaa6; border-width: 5px 0px 5px 7px; transition: .3s;}
	.child_menu > li > ul > li a:hover {text-decoration: underline; color: #35AAA6;}
	.child_menu > li > ul > li a:hover::before {left: 5px;}
	.child_menu > li > ul > li a.catTtl {padding-left: 0; color: #35AAA6;}
	.child_menu > li > ul > li a.catTtl::before,.child_menu > li.childNews > ul > li a::before {content: none;}
	.child_menu > li.childNews > ul > li a {padding-left: 0; display: flex; flex-wrap: wrap;}
	.childNews li:first-child {padding-bottom: 20px; border-bottom: 1px solid #CCCCCC; margin-bottom: 20px;}
	.childNews .thumb {width: 36%; overflow: hidden;}
	.childNews .thumb .ratioBox::before {content: ""; display: block; padding-top: 60%;}
	.childNews .flCol {width: 64%; padding-left: 20px;}
	.childNews .btn {width: 170px; padding: 5px 10px; text-align: center; background: #35AAA6; border: 1px solid #35AAA6; color: #FFF; font-size: 16px; margin: 0 auto; border-radius: 6px;}
	.childNews a:hover .btn {background: #FFF; color: #35AAA6;}
	.childNews a:hover .thumb img {transform: scale(1.1); transition: .3s;}
	.headContact {padding: 25px 25px; background: #178985; border: 1px solid #FFF; border-top: none; border-right: none; border-radius: 0 0 0 15px; color: #FFF; position: absolute; top: 0; right: 0; text-align: center; box-shadow: -2px 3px 3px rgba(0,0,0,.3);}
	.headContact .bdrBtm {border-bottom: 1px solid #FFF; padding-bottom: 15px; margin-bottom: 5px; padding-left: 50px; background: url("../img/tel_wh.svg") no-repeat left top 5px; text-align: left; line-height: 1.5;}
	.headContact:hover {background: #FFF; color: #178985;}
	.headContact:hover .bdrBtm {border-bottom: 1px solid #178985; background: url("../img/tel_gr.svg") no-repeat left top 5px}
}
@media screen and (max-width: 896px) {
  #header .spOnly {display: block;}
  span.span1,span.span2,span.span3 {width: 29px; height: 1px; background-color: #FFF; position: absolute; right: 13px; transition: .3s; z-index: 100; position: fixed;}
  .span1 {top: 17px;}
  .span2 {top: 27px;}
  .span3 {top: 37px;}
  .menu {display: block;}
  .menu > a {padding: 10px 15px; text-align: left; border-bottom: 1px solid #CCC;}
  .menu > a span {margin-right: 10px; width: 30px!important;}
  .menu > a span img {width: 100%;}
  .global_menu {z-index: 10;}
  .global_menu a {border-top-left-radius: 0; border-top-right-radius: 0;}
  .child_menu > li > a,.child_menu > li > ul > li a {padding: 10px 15px; color: #222; text-align: left; border-bottom: 1px dotted #999;}
  .child_menu > li > ul > li a {padding: 15px 20px 15px 35px; position: relative;}
  .child_menu > li > ul > li:last-child a {border-bottom: 1px solid #CCC;}
  .child_menu > li > ul > li a::before {border-top: solid 1px #222; content: ''; left: 20px; position: absolute; top: 50%; width: 10px;}
  .menu .pd {display: inline-block; width: 100%; position: absolute; top: 0; left: 0; height: 100%;}
  .menu_wrap {display: none;}
  #hanburger:checked ~ * .menu_wrap {display: block; opacity: 1; min-height: 100vh; background: rgba(255,255,255,.8); /*position: fixed;*/ top: 0; z-index: 5;}
  #hanburger:checked ~ * .menu {max-height: inherit; overflow-y: visible; padding: 0; margin-left: 0; position: relative;}
  #hanburger:checked ~ * .child_menu {max-height: 0; overflow-y: hidden; visibility: hidden; text-align: left;}
  .menu .child_menu {border-top: 1px solid #DDD; position: relative; opacity: 1; top: 0; margin-left: auto; left: auto; width: auto;}
  .child_menu li {display: block;}
  .menu > label:hover {cursor: pointer; cursor: hand;}
  .menu input[type="checkbox"]:checked ~ .child_menu {max-height: inherit!important; overflow-y: visible; visibility: visible!important;}
  /*
  .angletoggle:before {content: "\f107";}
  #nav input[type="checkbox"]:checked ~ * .angletoggle:before {content: "\f106";}
  */
}

#footer {padding: 50px 0;}
#footer .logo {width: 345px;}
.footContact {text-align: center; color: #FFF; padding: 10px; border-radius: 8px;}
.footContact .bdrBtm {border-bottom: 1px solid #FFF; padding-bottom: 15px; margin-bottom: 5px; padding-left: 50px; background: url("../img/tel_wh.svg") no-repeat left top 5px; text-align: left; line-height: 1.5;}
.footContact:hover {background: #FFF; color: #178985;}
.footContact:hover .bdrBtm {border-bottom: 1px solid #178985; background: url("../img/tel_gr.svg") no-repeat left top 5px}
.footNav {width: calc(100% - 385px);}
.footNav li {margin-bottom: 10px;}
.footNav li:not(:first-child) {margin-left: 40px;}
.footNav li a {color: #FFF;}
.footNav li a:hover {text-decoration: underline;}
#ftNavi {display: none;}
@media screen and (max-width: 896px) {
	footer {margin-bottom: 50px; padding: 40px 0;}
  footer #fnavi {width: 100%;}
	#ftNavi {display: block; background: #4A8308; letter-spacing: -.4em; position: fixed; z-index: 5; bottom: 0; border-top: 1px solid #FFF; width: 100%;}
	#ftNavi ul {text-align: center; font-size: 10px; font-weight: bold;}
	#ftNavi li {letter-spacing: normal; display: inline-block; width: 25%;}
	#ftNavi li a {display: block; padding: 5px 0; color: #FFF; border-left: 1px solid #5CA20B; border-right: 1px solid #3C6C04;}
	#ftNavi li:first-child a {border-left: none;}
	#ftNavi li:last-child a {border-right: none;}
	#ftNavi li span {width: 24px; margin: 0 auto 5px; display: block;}
}
@media screen and (max-width: 530px) {
  footer #fnavi ul > li,footer #fnavi ul > li:last-child {margin: 0 10px 10px 10px;}
  footer #fnavi ul > li:first-child {margin: 0 0 10px 0; display: block;}
  footer #fnavi ul > li::after {right: -10px;}
  footer #fnavi ul > li:first-child::after {background-color: #FFF; width: 0; right: 0;}
}

.w1300 {width: 100%; max-width: 1332px; padding-left: 0; padding-right: 0;}
.w1680 {width: 100%; max-width: 1680px; padding-left: 0; padding-right: 0;}
.container {width: 100%; max-width: 1212px; padding-left: 0; padding-right: 0;}
.containers {width: calc(100% - 40px); max-width: 768px; padding-left: 0; padding-right: 0;}
.mlr,.container,.containers {margin-left: auto; margin-right: auto;}
.mlr5 {margin-left: 5px; margin-right: 5px;}
.mlr20,.col1,.col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {margin-left: 20px; margin-right: 20px;}
.col1 {width: calc(16.6666% - 40px);}
.col2,.box3 {width: calc(33.3333% - 40px);}
.col3 {width: calc(50% - 40px);}
.col4 {width: calc(66.6666% - 40px);}
.col5 {width: calc(83.3333% - 40px);}
.col6 {width: calc(100% - 40px);}
.box4 {width: calc(25% - 30px); margin-left: 15px; margin-right: 15px;}
.w400 {max-width: 400px; width: 100%;}
.w360 {max-width: 360px; width: 100%;}
.w300 {max-width: 300px; width: 100%;}
.w240 {max-width: 240px; width: 100%;}
.w260 {width: 260px;}
.w180 {width: 180px;}
.full {width: 100%;}
.full-250 {width: calc(100% - 250px);}
.full-300 {width: calc(100% - 300px);}
.half {width: 50%;}
.half-10 {width: calc(50% - 10px);}
.half-20 {width: calc(50% - 20px);}
.w65 {width: 65%;}
.w60 {width: 60%;}
.w55 {width: 55%;}
.w45 {width: 45%;}
.w35 {width: 35%;}
.w40 {width: 40%;}
@media screen and (max-width: 896px) {
  .containers {width: calc(100% - 30px);}
  .mlr20,.col1,.col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {margin-left: 15px; margin-right: 15px;}
  .col1 {width: calc(16.6666% - 30px);}
  .col2,.box3 {width: calc(33.3333% - 30px);}
  .col3 {width: calc(50% - 30px);}
  .col4 {width: calc(66.6666% - 30px);}
  .col5 {width: calc(83.3333% - 30px);}
  .col6 {width: calc(100% - 30px);}
  .w46 {width: calc(46% - 30px);}
  .w54 {width: calc(54% - 30px);}
}
@media screen and (max-width: 568px) {
  .col1 {width: calc(33.3333% - 30px);}
  .col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {width: calc(100% - 30px);}
  .mlr5 {margin-left: 5px; margin-right: 5px;}
  .box4 {width: calc(50% - 20px); margin-left: 10px; margin-right: 10px;}
}

ul.dot {list-style: disc; margin-left: 1.5em;}
ul.num {list-style: decimal; margin-left: 1.5em;}
ul.boxNum,ul.cNum24,ul.numBrackets,ul.numCircle {counter-reset: listnum;}
ul.boxNum > li,ul.cNum24 > li {padding-left: 32px; position: relative; margin-bottom: 10px;}
ul.boxNum > li:last-child {margin-bottom: 0;}
ul.boxNum > li::before {position: absolute; width: 24px; line-height: 20px; padding: 2px 0 0 0; text-align: center; content: counter(listnum); counter-increment: listnum; border: 1px solid #C39F4E; color: #C39F4E; left: 0; font-family: "Montserrat", sans-serif; font-weight: 500; font-size: 16px;}
ul.boxNum > li > ul {margin-top: 10px; margin-left: -32px;}
ul.cNum24 li::before {position: absolute; width: 24px; line-height: 24px; text-align: center; content: counter(listnum); counter-increment: listnum; border: none; background: #35AAA6; color: #FFF; border-radius: 50%; left: 0; font-family: "Montserrat", sans-serif; font-weight: 500; font-size: 16px;}
ul.numBrackets li {padding-left: 36px; position: relative;}
ul.numBrackets li::before {position: absolute; width: 36px; text-align: center; content: "（"counter(listnum)"）"; counter-increment: listnum; left: 0;}
ul.numCircle li {padding-left: 20px; position: relative;}
ul.numCircle li::before {position: absolute; width: 15px; line-height: 11px; padding-bottom: 2px; font-size: 12px; border: 1px solid #222; border-radius: 50%; text-align: center; content: counter(listnum); counter-increment: listnum; left: 0; top: 3px;}
ul.numCircle.txtGR li::before {border-color: #35AAA6;}

table {width: 100%; border-bottom: 1px solid #999;}
table.result {border-bottom: none;}
/*table tr:nth-child(odd) {background-color: #FFF;}*/
table tr {background-color: #EEEEEE;}
table th,table td {padding: 10px 20px; line-height: 1.7; text-align: center; vertical-align: middle; border-top: 1px solid #999;}
table.result th,table.result td {border-top: 1px solid #FFF;}
table th:not(:first-of-type),table td:not(:first-of-type) {border-left: 1px solid #999;}
table.result th:not(:first-of-type),table.result td:not(:first-of-type) {border-left: 1px solid #FFF;}
table.tblGR th {background: #35AAA6; color: #FFF;}
table.tblGR td:first-of-type,table.sheet01 td:nth-last-of-type(even),table.sheet02 td:nth-last-of-type(3n),table.sheet03 td:nth-last-of-type(3n),table.sheet06 td:nth-last-of-type(even) {background: #D9F4F3;}
table.tblGR td.bgGR {background: #35AAA6;}
table.tblGR td.bgWH {background: #FFF;}
@media screen and (max-width: 568px) {
  table.tblGR th,table.tblGR td {padding: 10px 5px;}
}

.btnCmn {min-width: 240px; /*width: 100%; */display: inline-block; text-align: left;}
.cmnLink .btnCmn {min-width: 180px;}
.btnWH,.btnPDF,.btnWord,.btnDownload {display: block; width: 100%; padding: 10px 35px 10px 20px; border: 1px solid #178985; background-color: #FFF; color: #178985; border-radius: 8px; background-image: url("../img/arrow_gr_r.svg"); background-repeat: no-repeat; background-position: center right 15px;}
.btnWH:hover {background-color: #178985; color: #FFF; background-image: url("../img/arrow_wh_r.svg"); background-position: center right 5px;}
.btnPDF,.btnWord,.btnDownload {padding: 10px 45px 10px 20px; background-color: #178985; color: #FFF; background-image: url("../img/icon_pdf_wh.svg");}
.btnPDF:hover,.btnWord:hover,.btnDownload:hover {background-color: #FFF; color: #178985; background-image: url("../img/icon_pdf_gr.svg");}
.btnWord {background-image: url("../img/icon_word_wh.svg");}
.btnWord:hover {background-image: url("../img/icon_word_gr.svg");}
.btnDownload {background-image: url("../img/icon_download_wh.svg");}
.btnDownload:hover {background-image: url("../img/icon_download_gr.svg");}

.ttlDblLine {padding: 4px 0 4px 26px; margin-bottom: 20px; position: relative; border-left: 2px solid #35AAA6;}
.ttlDblLine::before {position: absolute; content: ''; width: 7px; height: 100%; background: #35AAA6; top: 0; left: 4px;}
.ttlGRbdr {padding-bottom: 10px; border-bottom: 1px solid #35AAA6;}
.ttlSideBdr {position: relative;}
.ttlSideBdr span {display: inline-block; padding-right: 30px; background: #FFF;}
#top02 .ttlSideBdr span {padding: 0 30px;}
.ttlSideBdr span.txt20 {padding-right: 0;}
.ttlSideBdr::before {position: absolute; content: ''; width: 100%; height: 1px; top: 50%; background: #35AAA6; left: 0; z-index: -1;}
.r10 {border-radius: 10px;}
.r8 {border-radius: 8px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.ls12 {letter-spacing: .12em;}
.side240 {width: 240px;}
.side340 {width: 340px; position: sticky; top: 0;}
.contents870 {width: calc(100% - 300px);}
.contents770 {width: calc(100% - 400px);}
.contentsNav .thumb::before {position: absolute; content: ''; width: 220px; height: 5px; background: #35AAA6; top: 0; left: 0;}
.contentsNav .col4 {margin-top: -20px;}
.contentsNav li {line-height: 1.5;}
.contentsNav .flex li {width: calc(50% - 20px);}
.contentsNav li a {display: block; padding: 20px 0 20px 18px; border-bottom: 1px solid #999999; background: url("../img/arrow_gr_r.svg") no-repeat left center;}
.contentsNav li a:hover {background-position: left 10px center;}
.sideNav {border-top: 1px solid #35AAA6;}
.sideNav li a,.yearNav li a {display: block; width: 100%; padding: 15px 0; border-bottom: 1px solid #35AAA6; background-image: url("../img/arrow_gr_r.svg"); background-repeat: no-repeat; background-position: right center; color: #35AAA6;}
.sideNav li a:hover,.yearNav li a:hover {background-position: right 10px center;}
.yearNav {margin: 0 -10px;}
.yearNav li {width: calc(25% - 20px); margin: 0 10px;}
.infoBdrGR dt {width: 120px; margin-bottom: 10px; font-weight: 600;}
.infoBdrGR dd {width: calc(100% - 120px); border-left: 1px solid #35AAA6; padding-left: 40px; margin-bottom: 10px; display: flex; flex-direction: column; justify-content: center;}


#kv {margin-top: 60px; margin-bottom: 80px;}
#kv .inner {padding-bottom: 60px; min-width: 600px; border-bottom: 5px solid #35AAA6;}
#kv h1 {letter-spacing: .12em}
.bread li,.bread a {color: #35AAA6;}
.bread a {position: absolute; text-decoration: underline; margin-right: 28px; position: relative;}
.bread a::before {position: absolute; content: ''; right: -18px; top: 50%; transform: translateY(-50%); width: 0; height: 0; border-style: solid; border-color: transparent transparent transparent #35aaa6; border-width: 4px 0px 4px 8px;}

/*タブコンテンツ*/
.tabContent,.tabSwitch {display: none;}
.tabLabel {order: -1; position: relative; cursor: pointer;}
.tabSwitch:checked + .tabLabel + .tabContent {display: block;}

/*スライダー*/
.dotsWrap {display: flex; position: absolute; bottom: 20px; right: 11%;}
.dotsWrap li {width: 10px; height: 10px; margin: 0 3px; background: #fff; border-radius: 50%; cursor: pointer;}
.dotsWrap li:hover,.dotsWrap li.slick-active {background: #35AAA6;}
.dotsWrap li button {display: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; padding: 0; border: none; background-color: transparent;}
.slideArrow {position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; background-color: #35AAA6; border: 1px solid #35AAA6; border-radius: 5px; cursor: pointer; z-index: 1;}
.slideArrow:hover {background-color: #FFF;}
.prevArrow {left: calc(9.4% - 20px); background-image: url("../img/arrow_wh_l.svg"); background-repeat: no-repeat; background-position: center;}
.nextArrow {right: calc(9.4% - 20px); background-image: url("../img/arrow_wh_r.svg"); background-repeat: no-repeat; background-position: center;}
.prevArrow:hover {background-image: url("../img/arrow_gr_l.svg"); background-repeat: no-repeat; background-position: center;}
.nextArrow:hover {background-image: url("../img/arrow_gr_r.svg"); background-repeat: no-repeat; background-position: center;}

/*検索エリア*/
.searchArea {max-width: 848px; width: 100%; margin: 0 auto;}
.searchArea .tabLabel {font-weight: 700; color: #FFF; background: #666; padding: 8px 15px 9px; width: 150px; text-align: center; line-height: 1.5;}
.searchArea .tabLabel span {padding-left: 34px;}
.searchArea .tabLabel span.term {background: url("../img/02-02.svg") no-repeat left center;}
.searchArea .tabLabel span.map {background: url("../img/02-04.svg") no-repeat left center;}
.searchArea .tabLabel:first-of-type {border-radius: 10px 0 0 0;}
.searchArea .tabLabel:last-of-type {border-right: none; border-radius: 0 10px 0 0;}
.searchArea .tabContent {padding: 30px 40px; background: #FFF; box-shadow: 3px 3px 3px rgba(0,0,0,.3); width: 100%; border-radius: 0 10px 10px 10px; position: relative; z-index: 1;}
.searchArea .tabSwitch:checked + .tabLabel,.searchArea .tabLabel:hover {background: #FFF; color: #1A8985; padding: 11px 15px 10px; border-top: 8px solid #178985;}
.searchArea .tabSwitch:checked + .tabLabel span.term,.searchArea .tabLabel:hover span.term {background: url("../img/02-01.svg") no-repeat left center;}
.searchArea .tabSwitch:checked + .tabLabel span.map,.searchArea .tabLabel:hover span.map {background: url("../img/02-03.svg") no-repeat left center;}
.selectFacility {width: 240px;}
.selectFacility.searchMap {position: absolute; top: 0; left: 0;}
.selectFacility dt {margin-bottom: 10px;}
.selectFacility dd {margin: 0 0 10px 0;}
.selectFacility dd span {cursor: pointer; width: 100%; text-align: center; padding: 5px 10px; font-weight: 700; color: #178985; display: block; border: 1px solid #178985; border-radius: 20px;}
.selectFacility dd input[type=radio] {position: relative; cursor: pointer;}
.selectFacility dd input[type=radio]:checked + span {background: #178985; color: #FFF;}
.selectMap img {width: 100%;}
.formSelect {width: 100%; -webkit-appearance: button; -moz-appearance: button; appearance: button; outline:none; text-overflow: ''; background-color: #FFF; font-size: 14px; font-weight: 700; position: relative; color: #222;}
.termSet {width: calc(100% - 290px);}
.termSet .btnSearch {width: 100px; margin-left: 10px;}
.termSet .btnSearch button {display: block; width: 100%; text-align: center; padding: 9px 10px 8px; border-radius: 8px; background: #35AAA6; color: #FFF; cursor: pointer; border: 1px solid #35AAA6;}
.termSet .formSelect {border: none; border-radius: 8px; width: calc(100% - 110px); box-shadow: 0 0 3px rgba(0,0,0,0.5);}
.termSet .formSelect select,.termSet .formSelect option {border: none;}
.termSet .formSelect select {padding: 12px 25px 11px 40px; font-weight: 700; width: 100%; display: block; background: url("../img/search_area.svg") no-repeat left 10px center;}
.termSet input[type="text"] {border: none; box-shadow: 0 0 3px rgba(0,0,0,0.5); width: calc(100% - 110px); font-weight: 700;}
.termSet input[type="text"] {padding: 10px 15px 10px 40px;}
.termSet input[type="text"]::-webkit-input-placeholder {font-size: 14px; font-weight: 700; color: #999;}
.termSet .zipcode input[type="text"],.termSet .zipcode input[type="text"]:focus {background: url("../img/search_zipcode.svg") no-repeat left 10px center;}
.termSet .name input[type="text"],.termSet .name input[type="text"]:focus {background: url("../img/search_company.svg") no-repeat left 10px center;}

#top01 {padding: 40px 20px; background: url("../img/top_mv.jpg") no-repeat center; background-size: cover;}

.movieSlide .ratioBox:before,.movieList .ratioBox:before {content: ""; display: block; padding-top: 56.3%;}
.movieSlide.slick-slider {margin-bottom: 80px;}
.movieSlide li {margin: 0 20px; border-radius: 10px; position: relative;}
.movieSlide li .iconPlay,.movieList .iconPlay {position: absolute; width: 68px; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1;}
.movieSlide .dotsWrap {display: flex; position: absolute; bottom: -30px; right: 0; left: 0; margin: auto; justify-content: center;}
.movieSlide .dotsWrap li {background: #999; margin: 0 5px;}
.movieSlide .dotsWrap li:hover,.movieSlide .dotsWrap li.slick-active {background: #35AAA6;}
.movieSlide .prevArrow {left: calc(5% - 20px);}
.movieSlide .nextArrow {right: calc(5% - 20px);}
.movieSlide li,.movieList .rlt {overflow: hidden;}
.movieSlide li a img,.movieList a img {transition: .3s;}
.movieSlide li a:hover img,.movieList a:hover img {transform: scale(1.1);}

.topNews li {border: 1px solid #999999; border-radius: 8px; position: relative;}
.topNews li .cat {min-width: 100px; padding: 4px 10px; line-height: 1.5; text-align: center; position: absolute; top: 0; left: 0; border-radius: 8px 0 8px 0; z-index: 1;}
.topNews li a {padding: 40px 20px 20px; display: block;}
.topNews li a:hover,.history li a:hover,.fileList li a:hover {background: #EEE;}
.topNews li h3 {width: calc(100% - 55px); margin-right: 10px;}
.topNews li .icon {width: 45px;}

.history li {margin-bottom: 5px; border-bottom: 1px solid #999;}
.history li a {display: block; padding: 10px 0;}
.history li .cat {min-width: 60px; padding: 3px 10px; line-height: 1.5; text-align: center; display: inline-block; border-radius: 3px; margin-left: 20px;}
.history li .flex {align-items: flex-end;}
.history li h3 {width: calc(100% - 34px); margin-right: 10px;}
.history li .icon {width: 24px;}

#top03 {background: #F7F4ED; padding: 60px 0 20px;}
#top04 {background: #F5E9D6; padding: 60px 0 20px;}
#top03 .col2,#top04 .col3 {box-shadow: 2px 2px 3px rgba(0,0,0,.4); border-radius: 8px;}
.ttlBg {border-radius: 8px 8px 0 0; padding: 10px 20px;}
#top04 .half:first-child {border-right: 1px solid #178985;}
#top04 .half .bgDGR {padding: 10px 20px; border-top: 1px solid #FFF;}
#top04 .half .bgDGR:first-child {border-right: 1px solid #FFF;}
.fileList {padding: 0 0 10px;}
.fileList li,.downloadList li {border-bottom: 1px solid #999;}
.iconNew {width: 30px; font-size: 10px; line-height: 13px; border-radius: 3px; background: #FF0000; display: inline-block; margin-right: 10px; text-align: center; color: #FFF;}
.fileList li a {display: block; padding: 10px 20px 10px 38px; position: relative; color: #178985; font-weight: 500;}
.fileList li a::before,.fileList li a::after {position: absolute; content: ''; top: 50%; transform: translateY(-50%); background: #178985;}
.fileList li a::before {width: 24px; height: 2px; left: 0;}
.fileList li a::after {width: 8px; height: 8px; border-radius: 50%; left: 20px;}
.downloadList li a {display: block; padding: 15px 0; color: #178985; background-image: url("../img/arrow_gr_r.svg"); background-repeat: no-repeat; background-position: right center;}
.downloadList li a:hover {background-color: #EEE;}

.pageNav li {margin: 0 5px;}
.pageNav li a {display: block; font-weight: 600; color: #35AAA6;}
.pageNav li .prev {padding-left: 15px; background: url("../img/arrow_gr_l.svg") no-repeat left center;}
.pageNav li .next {padding-right: 15px; background: url("../img/arrow_gr_r.svg") no-repeat right center;}
.pageNav li .number {width: 30px; line-height: 28px; font-size: 16px; text-align: center; border: 1px solid #35AAA6; border-radius: 50%; background: #FFF;}
.pageNav li .number:hover,.pageNav li .number.current {background: #35AAA6; color: #FFF;}

.catList li {border-bottom: 1px solid #999;}
.catList li a {display: block; padding: 20px 0 20px 18px; background-image: url("../img/arrow_gr_r.svg"); background-repeat: no-repeat; background-position: left center;}
.catList li a:hover {background-color: #EEE; background-position: left 5px center;}

.post {padding-top: 10px;}
.post a {color: #35AAA6; text-decoration: underline;}
.post p:not(:last-child) {margin-bottom: 15px;}

video {width: 100%;}

#search .thumb {overflow: hidden;}
#search img {transition: .3s;}
#search a:hover img {transform: scale(1.1); transition: .3s;}
#search .thumb::before,#search .thumb::after {position: absolute; content: ''; z-index: 1;}
#search .thumb::before {width: 0; height: 0; border-style: solid; border-color: transparent transparent #178985 transparent; border-width: 0px 0px 60px 60px; bottom: 0; right: 0;}
#search .thumb::after {width: 10px; height: 12px; background: url("../img/arrow_wh_r.svg") no-repeat; background-size: cover; right: 10px; bottom: 10px;}
#search h2 {padding: 10px 20px;}

#searchPref .formCheckbox {border-bottom: 1px solid #999; border-top: 1px solid #999;}
#searchPref .all {width: 100px; border-right: 1px solid #999; margin: 10px 0;}
#searchPref .pref {width: calc(100% - 100px); padding-left: 40px;}
#searchPref .pref ul {padding: 10px;}
#searchPref .pref ul:not(:last-child) {border-bottom: 1px solid #999;}
#searchPref .pref ul li:first-child {width: 120px; border-right: 1px solid #999; margin-right: 30px;}
#searchPref .formSelect.w200 {width: 200px;}
#searchPref .termsTxt {width: calc(100% - 220px);}

.sort li:not(:last-child) {margin-right: 20px;}
.sort li a {font-weight: 700; color: #178985; border: 1px solid #178985; padding: 3px 20px; border-radius: 15px;}
.sort li a:hover {background: #178985; color: #FFF;}
ul.resultList > li {margin-bottom: 40px;}
.resultList .btn li:not(:last-child) {margin-right: 20px;}
.resultList th {width: 130px; background: #35AAA6; color: #FFF;}
.resultList td {text-align: left;}
.resultList .w170 {width: 170px;}
.resultList .w160 th {width: 160px;}
.resultData dt {width: 160px; padding-right: 20px; margin-bottom: 10px;}
.resultData dd {width: calc(100% - 160px); padding-left: 20px; border-left: 1px solid #178985; margin-bottom: 10px;}
.bank th,.bank td {width: 20%; text-align: center;}

.bdrBox {border: 1px solid #35AAA6; padding: 10px; background: #EEE; position: relative;}
.bdrBox .inner {padding: 60px 40px 30px; background: #FFF;}
.bdrBox .bgGR {position: absolute; top: 0; left: 0; padding: 10px 30px; z-index: 1;}

.kakekin td {text-align: center;}
.kakekin tr:nth-of-type(2) th {background: #CCC; color: #222; font-weight: normal;}
.kakekin th:first-of-type {width: 80px!important;}
.kakekin th:last-of-type {width: 70px;}

.facilitiesList .ttlSideBdr .EN {padding: 0 5px; min-width: 29px; line-height: 29px; text-align: center; border: 1px solid #35AAA6; border-radius: 5px; font-weight: 700; font-size: 20px; margin-right: 15px;}
.facilitiesList > li {margin-bottom: 40px;}



