body {
  background-color: #f2f4f6;
  font-family: 'M PLUS 1p', sans-serif;
}

a:hover {
  opacity: .7;
}

.topics-detail {
  line-height: 1.9;
  font-size: 2rem;
}

.topics-detail p span {
  line-height: 1.9;
  font-size: 2rem;
}

.topics-detail br {
  font-size: 1.2rem;
}

.topics-detail h2 {
  font-size: 2.2rem;
}

.header {
  position: relative;
}

.section {
  position: relative;
}

.bg-color {
  background: #fff;
}

.inner {
  position: relative;
  max-width: 988px;
  margin: 0 auto;
  width: 100%;
}

.link {
  color: #333;
  text-decoration: none;
}

.link:hover {
  opacity: 0.6;
}

.section .title {
  font-size: 2.8rem;
  letter-spacing: 0.56rem;
  text-align: center;
}

.header .inner {
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding-top: 13px;
  padding-bottom: 13px;
}

.header .logo {
  margin-right: 25px;
  width: 30px;
}

.header .logo .img {
  width: 100%;
}

.header.-fv .inner {
  padding-top: 40px;
}

.header.-fv .logo {
  width: 34px;
}

.header.-fv .inner > .shares {
  display: none;
}

.nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav .menu {
  align-items: center;
  display: flex;
}

.nav .menu .item:first-child {
  border-right: 2px solid #969696;
  letter-spacing: 0.18rem;
  margin-right: 22px;
  padding-right: 28px;
}

.nav .menu .item .link {
  font-size: 1.6rem;
  font-weight: 500;
}

.nav.-bottom {
  padding-top: 35px;
  padding-bottom: 35px;
}

.shares {
  display: flex;
  list-style: none;
  margin-left: auto;
}

.shares .btn {
  width: 30px;
}

.shares .btn:not(:last-child) {
  margin-right: 7px;
}

.catch {
  width: 248px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 999;
}

.totop {
  position: absolute;
  right: 0;
  top: -40px;
}

.totop .img {
  width: 70px;
  height: 70px;
}

.section.-slider {
  padding-bottom: 60px;
  height: 590px;
}

.section.-slider .mask {
  position: absolute;
  z-index: 999;
}

.section.-slider .fade {
  width: 920px;
  height: 484px;
  margin-left: auto;
}

.section.-slider .fade .slick-list {
  width: 920px;
  height: 484px;
  position: absolute;
  bottom: 0;
}

.section.-slider .fade .slick-slide {
  width: 920px;
  height: 484px;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.section.-slider .fade .slick-arrow {
  display: none;
}

.section.-slider .slick-slide {
  border-radius: 10px;
}

.section.-slider .fade .slick-arrow {
  display: none !important;
}

/* トップフェード用 */
.slick-dots li {
  width: 30px;
  height: 5px;
}

.slick-dots li button {
  width: 30px;
  height: 5px;
}

.slick-dots li button:before {
  content: '';
  width: 30px;
  height: 5px;
  background: #999;
}

.slick-dots li.slick-active button:before {
  background: #00b2ee;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  background: #00b2ee;
}

.section.-cards .inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.-cards .title {
  color: #22a7da;
  font-size: 3rem;
  letter-spacing: 0.72rem;
  margin-bottom: 55px;
}

.section.-cards .arrow {
  width: 36px;
  height: 36px;
}

.section.-cards .arrow.-left {
  left: -10px;
}

.section.-cards .arrow.-right {
  right: -10px;
}

.section.-cards .cards {
  padding-left: 46px;
  padding-right: 46px;
  list-style: none;
}

.section.-cards .card {
  max-width: 293px;
  width: 100%;
  margin-right: 9px;
}

.section.-cards .card .img {
  background: black;
  width: 293px;
  height: 200px;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.section.-cards .card .txt-area {
  background: #fff;
  text-align: center;
  padding: 20px 15px;
}

.section.-cards .card .txt-area .title {
  font-size: 1.7rem;
  color: #333;
  letter-spacing: 0;
  margin-bottom: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.section.-cards .card .txt-area .txt {
  font-size: 1.2rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  color: #00b2ee;
  height: 4.8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section.-housing .inner {
  padding-top: 50px;
  padding-bottom: 75px;
}

.section.-housing .title {
  margin-bottom: 35px;
}

.section.-housing .cards {
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
}

.section.-housing .cards .card {
  width: 225px;
}

.section.-housing .cards .card .link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 225px;
}

.section.-housing .cards .card .imgWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 230px;
  background-color: #f2f4f5;
  border-radius: 10px;
  padding-top: 70px;
  box-sizing: border-box;
}

.section.-housing .cards .card .imgWrapper > img {
  height: 70px;
}

.section.-housing .cards .card .imgWrapper > span {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  color: #41c4f0;
  margin-top: 37px;
}

.section.-housing .card .txt {
  padding-top: 17px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: justify;
  width: 100%;
}

.section.-topics .inner {
  margin-top: 70px;
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-radius: 10px;
}

.section.-topics .title {
  color: #22a7da;
  margin-bottom: 55px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.section.-topics .sub-title {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.section.-topics .sub-title::before {
  content: url(/assets/images/topics-parts.png);
  width: 420px;
  display: inline-block;
  position: absolute;
  top: -29px;
  left: 0;
  right: 0;
  margin: auto;
}

.section.-topics .list {
  list-style: none;
  margin-bottom: 35px;
}

.section.-topics .list .item:not(:last-child) {
  margin-bottom: 25px;
}

.section.-topics .list .item .date {
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #00b2ee;
  margin-right: 30px;
}

.section.-topics .list .item .summary {
  font-size: 1.6rem;
  line-height: 1.25;
}

.section.-topics .list .item .link {
  display: flex;
  align-items: center;
}

.section.-topics .container {
  margin-left: 85px;
  margin-right: 85px;
}

.more .link {
  display: block;
  max-width: 124px;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 2px solid #00b2ee;
  margin: 0 auto;
  text-align: center;
  font-size: 1.5rem;
  color: #00b2ee;
}

.section.-unoccupied .inner {
  padding-top: 70px;
  padding-bottom: 50px;
  margin-bottom: 40px;
}

.section.-unoccupied .title {
  margin-bottom: 45px;
}

.section.-unoccupied .list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.section.-unoccupied .list .item:not(:nth-child(3n)) {
  margin-right: 12px;
}

.section.-unoccupied .list .item {
  margin-bottom: 35px;
  position: relative;
  overflow: hidden;
}

.section.-unoccupied .list .item img {
  width: 321px;
  height: 228px;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.section.-unoccupied .list .item .detail {
  max-width: 374px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: -100%;
  -webkit-transition: .3s;
  transition: .3s;
}

.section.-unoccupied .list .item:hover .detail {
  bottom: 0;
}

.section.-unoccupied .list .item .detail .title {
  font-size: 1.7rem;
  color: #fff;
  margin-bottom: 22px;
  padding: 15px 15px 0;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.section.-unoccupied .list .item .detail .txt {
  font-size: 1.2rem;
  line-height: 1.43;
  color: #fff;
  padding: 0 15px 15px;
}

.footer .inner {
  padding-top: 60px;
  padding-bottom: 65px;
  text-align: center;
}

.footer .title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 30px;
}

.footer .inner .container {
  margin-bottom: 70px;
}

.footer .txt {
  margin-bottom: 15px;
}

.footer .txt:first-child {
  font-size: 1.7rem;
}

.footer .txt:not(:first-child) {
  font-size: 1.2rem;
}

.footer .txt.row_double {
  line-height: 1.3;
}

.footer .container .inner {
  padding-top: 0;
  padding-bottom: 0;
}

.footer .shares {
  display: none;
}

.footer .nav {
  justify-content: center;
}

.copyright {
  width: 117px;
  margin-left: auto;
  margin-right: auto;
}

.section.-top .inner {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 50px;
}

.section.-nav .container {
  max-width: 988px;
  border-radius: 10px;
}

.section.-nav .container:not(:last-child) {
  margin-bottom: 15px;
}

.section.-nav .container {
  padding: 25px 34px;
  background: #fff;
}

.section.-nav .container:first-child {
  background: #00b2ee;
}

.section.-nav .container .txt {
  font-size: 2.4rem;
  color: #fff;
}

.section.-nav .container .txt .number {
  font-size: 2.4rem;
  color: #fff;
}

.section.-nav .container:nth-child(2) .items:nth-of-type(1) .item {
  margin-right: 40px;
}

.section.-nav .container:nth-child(2) .items:nth-of-type(1) .item:nth-child(2) {
  margin-right: 38px;
}

.section.-nav .container:nth-child(2) .items:nth-of-type(1) .item:nth-child(3) {
  margin-right: 35px;
}

.section.-nav .container:nth-child(2) .items:nth-of-type(1) .item:nth-child(4) {
  margin-right: 67px;
}

.section.-nav .container:nth-child(2) .items:nth-of-type(1) .item:nth-child(5) {
  margin-right: 0;
  position: relative;
}

.section.-nav .container:nth-child(2) .items:nth-of-type(1) .item:nth-child(5)::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 29px;
  background-color: #999;
  top: 0;
  bottom: 0;
  left: -29px;
  margin: auto;
}

.section.-nav .container:nth-child(3) .items .item.item:first-child {
  margin-right: 70px;
}

.form {
  display: flex;
  align-items: center;
}

.form .items {
  display: flex;
  list-style: none;
}

.form .items .item {
  display: flex;
  align-items: center;
}

.form .items .item .check {
  display: none;
}

.form .items .item .check + .label {
  padding-left: 30px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}

.form .items .item .check + .label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #999;
  cursor: pointer;
}

.form .items .item .check + .label::after {
  content: none;
}

.form .items .item .check:checked + .label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #999;
  cursor: pointer;
}

.form .items .item .check:checked + .label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 6px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 2px solid #00b2ee;
  border-right: 2px solid #00b2ee;
  cursor: pointer;
}

.form .btn.-refine {
  margin-right: 50px;
  display: flex;
  align-items: center;
}

.form .btn.-refine > img {
  width: 28px;
  margin-right: 12px;
}

.form .btn.-refine > span {
  font-size: 2rem;
  font-weight: 500;
  color: #00b2ee;
}

.form .btn.-sort {
  margin-right: 88px;
  display: flex;
  align-items: center;
}

.form .btn.-sort > img {
  width: 28px;
  margin-right: 12px;
}

.form .btn.-sort > span {
  font-size: 2rem;
  font-weight: 500;
  color: #00b2ee;
}

.form .items .item .radio-btn {
  display: none;
}

.form .items .item .radio-btn + .label {
  padding-left: 32px;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}

.form .items .item .radio-btn + .label::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #999;
  border-radius: 50%;
  cursor: pointer;
}

.form .items .item .radio-btn:checked + .label::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid #999;
  border-radius: 50%;
  cursor: pointer;
}

.form .items .item .radio-btn:checked + .label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00b2ee;
  cursor: pointer;
}

.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 100%;
  padding: 10.5px;
  border: none;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #222;
  line-height: 1;
  background: #fff;
  cursor: pointer;
}

.form .select_custom {
  width: 107px;
  height: 26px;
  padding: 0 0 0 9px;
}

select::-ms-expand {
  display: none;
}

.form .select-wrap {
  position: relative;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  margin-left: 10px;
}

.form .select-wrap::before {
  content: "\f078";
  font-family: FontAwesome;
  font-size: 1.6rem;
  font-weight: 900;
  color: #999;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: .5rem;
  transform: translateY(-50%);
  z-index: 1;
}

.section.-result .inner {
  padding-top: 20px;
  padding-bottom: 75px;
}

.section.-result .list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 95px;
}

.section.-result .list img {
  width: 310px;
  height: 218px;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.section.-result .list .item {
  max-width: 310px;
  width: 100%;
  margin-bottom: 23px;
}

.section.-result .list .item:not(:nth-child(3n)) {
  margin-right: 44px;
}

.section.-result .list .item .txt-area {
  padding: 22px 12px;
  background: #fff;
  margin-bottom: 0;
}

.section.-result .list .item .txt {
  text-align: justify;
  font-size: 1.4rem;
  color: #000;
  height: 8.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section.-result .more .link {
  background-color: #fff;
}

.section.-detail .inner {
  max-width: 952px;
  margin-top: 15px;
  padding: 25px 18px;
  padding-top: 25px;
  padding-bottom: 40px;
  background: #fff;
  border-radius: 10px;
}

.section.-detail .unit {
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
}

.section.-detail .unit:first-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px;
}

.section.-detail .images {
  max-width: 453px;
}

.section.-detail .images .bl_imgWrapper {
  width: 453px;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section.-detail .images .bl_imgWrapper > img {
  max-width: 453px;
  max-height: 320px;
  background-color: #eee;
}

.section.-detail .images .list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 18px;
  max-width: 453px;
}

.section.-detail .images .item {
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 1.33%;
}

.section.-detail .images .item:nth-child(4n) {
  margin-right: 0;
}

.section.-detail .images .item .img {
  width: 100%;
  height: 77px;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

.section.-detail .detail {
  max-width: 453px;
}

.section.-detail .detail .title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: left;
  letter-spacing: normal;
  line-height: 1.2;
}

.section.-detail .detail .info {
  list-style: none;
  margin-bottom: 38px;
}

.section.-detail .detail .info .txt {
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 15px;
}

.section.-detail .detail .info .txt .heading {
  font-size: 1.6rem;
  color: #00b2ee;
}

.section.-detail .detail .table {
  width: 453px;
}

.section.-detail .detail .table .line {
  display: flex;
  list-style: none;
  padding: 16px 22px;
}

.section.-detail .detail .table .line .item {
  font-size: 1.4rem;
  color: #000;
}

.section.-detail .detail .table .line:first-child {
  background: #ccc;
}

.section.-detail .detail .table .line:first-child .item {
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}

.section.-detail .detail .table .line:not(:first-child) {
  border-bottom: 4px solid #ccc;
}

.section.-detail .detail .table .line .item:nth-child(1) {
  width: 25%;
}

.section.-detail .detail .table .line .item:nth-child(2) {
  width: 25%;
}

.section.-detail .detail .table .line .item:nth-child(3) {
  width: 25%;
}

.section.-detail .detail .txt {
  font-size: 1.2rem;
  color: #000;
  margin-top: 10px;
}

.section.-detail .detail .txt.-remarks {
  font-size: 1.3rem;
  line-height: 1.38;
}

.section.-recommend .title {
  font-size: 3rem;
  color: #333;
}

.section.-recommend .card .detail {
  padding: 20px 15px;
  background: #fff;
}

.section.-recommend .card .detail .title {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.section.-recommend .card .detail .txt {
  font-size: 1.4rem;
  color: #000;
  text-align: justify;
  line-height: 1.2;
  height: 5.04rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.txt-area {
  font-size: 1.6rem;
  margin-bottom: 55px;
  text-align: justify;
  line-height: 2;
}

.date-area {
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: #00b2ee;
  margin-bottom: 5px;
}

.TA-L {
  text-align: left !important;
}

#nav-drawer {
  display: none;
}

.list-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
}

.list-link .item {
  background-color: #fff;
  width: 315px;
  border-radius: 10px;
}

.list-link .item .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px;
}

.list-link .item .txt {
  font-size: 1.8rem;
  font-weight: 500;
  color: #00b2ee;
}

.list-link .item .img {
  width: 21px;
}

.section.-postdetail {
  margin-bottom: 80px;
}

.section.-postdetail .container {
  padding: 72px 88px;
  border-radius: 10px;
}

.section.-postdetail .container-header {
  padding-bottom: 22px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 22px;
}

.section.-postdetail .container .title {
  font-size: 3rem;
  line-height: 1.53;
  letter-spacing: .15rem;
  margin-bottom: 24px;
  text-align: left;
}

.section.-postdetail .container .date {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #999;
}

.section.-postdetail .container p {
  font-size: 2rem;
  line-height: 1.9;
  letter-spacing: .1rem;
  margin-bottom: 56px;
}

.section.-postdetail .container p:last-child {
  margin-bottom: 70px;
}

.section.-postdetail .container .more .link {
  max-width: 180px;
}

.section.-postdetail .section.-cards.-recommend .container {
  padding: 0;
}

.section.-postdetail .container .cont {
  line-height: 1.9;
}

.section.-postdetail .container img {
  max-width: 100%;
}

.section.-postdetail .el_img img {
  max-width: 100%;
}

.section.-housing.-col3 .cards {
  justify-content: center;
  align-items: center;
}

.section.-housing.-col3 .card {
  margin-right: 15px;
  margin-left: 15px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
}

.section.-housing.-col3 .card a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.section.-housing.-col3 .card span {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.35;
  color: #00b2ee;
  text-align: center;
  margin-top: 37px;
}

.section.-postlist .img-title-wrapper,
.section.-postdetail .img-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
  margin-bottom: 48px;
}

.section.-postlist .postlist {
  margin-bottom: 100px;
}

.postlist li {
  list-style-type: none;
  padding: 20px 48px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

.postlist li:not(:last-child) {
  margin-bottom: 8px;
}

.postlist li::after {
  content: url(/assets/images/chevron-right.png);
  display: inline-block;
  position: absolute;
  right: 27px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 35px;
}

.postlist li:hover,
.postlist li:focus {
  opacity: .5;
  cursor: pointer;
}

.postlist li .title {
  text-align: left;
  font-size: 2rem;
  letter-spacing: .1rem;
  margin-bottom: 14px;
}

.postlist li .category {
  text-align: left;
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #00b2ee;
}

.postlist li .date {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #999;
}

.img-title-wrapper .img.topic {
  width: 287px;
}

.img-title-wrapper .img.info {
  height: 114px;
  margin-bottom: 20px;
}

.img-title-wrapper span {
  font-size: 2.4rem;
  font-weight: 500;
  color: #00b2ee;
}

.section.-topics.-page .sub-title::before {
  content: none;
}

.section.-topics.-page .inner {
  padding-top: 64px;
  padding-bottom: 93px;
}

.section.-page .txt-area {
  margin-bottom: 0;
}

.bl_lv1HeaderLogo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.bl_lv1HeaderLogo > img {
  height: 62px;
  margin-right: 10px;
}

.bl_lv1HeaderLogo > span {
  font-size: 2.4rem;
  font-weight: 500;
  color: #00b2ee;
  margin-bottom: 10px;
}

/* 固定ページコンテンツ専用スタイル */
.hp_mt20 {
  margin-top: 20px;
}

.hp_mt24 {
  margin-top: 24px;
}

.hp_mb34 {
  margin-bottom: 34px;
}

.hp_mb60 {
  margin-bottom: 60px;
}

.hp_mb70 {
  margin-bottom: 70px;
}

.hp_mb74 {
  margin-bottom: 74px;
}

.hp_mb92 {
  margin-bottom: 92px;
}

.hp_fs14rem {
  font-size: 1.4rem;
}

.section.-page .el_lv1Heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.section.-page .el_lv1Heading > img {
  height: 117px;
}

.section.-page .el_lv1Heading > span {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  color: #00b2ee;
}

.section.-page .txt-area h1 {
  font-size: 2.5rem;
  letter-spacing: .025rem;
  margin-bottom: 40px;
}

.section.-page .txt-area p {
  font-size: 1.6rem;
}

.section.-page .txt-area p span {
  line-height: 1.42;
}

.section.-page .cardUnit {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
}

.section.-page .cardUnit li {
  width: 225px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f2f4f6;
  border-radius: 10px;
}

.section.-page .cardUnit li:not(:last-child) {
  margin-right: 32px;
}

.section.-page .cardUnit a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.section.-page .cardUnit div {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.35;
  color: #00b2ee;
  text-align: center;
  margin-top: 37px;
}

.section.-page .cardUnit.cardUnit_4 {
  align-items: flex-start;
  justify-content: space-between;
}

.section.-page .cardUnit.cardUnit_4 li {
  background-color: transparent;
  width: 20.5%;
  height: auto;
}

.section.-page .cardUnit.cardUnit_4 li:not(:last-child) {
  margin-right: 0;
}

.section.-page .cardUnit.cardUnit_4 div {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.7;
  color: #333;
  margin-top: 24px;
  text-align: justify;
}

.section.-page .el_lv2Heading {
  display: flex;
  align-items: center;
}

.section.-page .el_lv2Heading > img {
  width: 132px;
}

.section.-page .el_lv2Heading > span {
  display: flex;
  align-items: center;
  font-size: 3rem;
  letter-spacing: .01rem;
  color: #00b2ee;
  padding-right: 13px;
}

.section.-page .el_lv2Heading > span img {
  width: 44px;
  padding-right: 13px;
}

.bl_txt_lg_type2 {
  line-height: 1.9;
  font-size: 1.2rem;
}

/* END 固定ページコンテンツ専用スタイル */

.bl_cards.-slider {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.bl_cards.-slider li,
.bl_cards.-result li {
  max-width: 300px !important;
  padding-top: 10px;
}

.bl_cards.-slider li a,
.bl_cards.-result li a {
  padding: 20px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.bl_cards.-slider li .card_head,
.bl_cards.-result li .card_head {
  position: relative;
  margin-bottom: 10px;
}

.bl_cards.-slider li .pickup_category_img,
.bl_cards.-result li .pickup_category_img {
  position: absolute;
  top: -28px;
  left: -20px;
  width: 47px;
  height: 47px;
}

.bl_cards.-slider li .pickup_category,
.bl_cards.-result li .pickup_category {
  padding-left: 40px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .09rem;
  text-align: justify;
}

.bl_cards.-slider li .imgWrapper,
.bl_cards.-result li .imgWrapper {
  width: 260px;
  height: 196px;
  margin-bottom: 12px;
  overflow: hidden;
}

.bl_cards.-slider li .imgWrapper > img,
.bl_cards.-result li .imgWrapper > img {
  width: 100% !important;
  height: 100% !important;
}

.bl_cards.-slider li .txt-area,
.bl_cards.-result li .txt-area {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: .07rem;
  text-align: justify !important;
  padding: 0 !important;
  margin-bottom: 0;
}

.bl_cards.-result li .no_vacancy,
.bl_cards.-slider li .no_vacancy {
  position: absolute;
  width: 47px;
  height: 47px;
  top: -28px;
  left: 27px;
}

.bl_cards.-result li .no_vacancy + .pickup_category,
.bl_cards.-slider li .no_vacancy + .pickup_category {
  padding-left: 77px;
}

.bl_panels {
  display: flex;
}

.bl_panels .panel {
  width: 450px;
  height: 120px;
  padding-left: 30px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
}

.bl_panels .panel:last-of-type {
  margin-left: auto;
}

.bl_panels .panel .logo {
  margin-right: 25px;
}

.bl_panels .panel span {
  font-size: 1.8rem;
  font-weight: 500;
  color: #00b2ee;
}

.bl_panels .panel .logo_link {
  position: absolute;
  top: 16px;
  right: 16px;
}

.el_lv3Heading {
  font-size: 2.4rem;
  font-weight: 500;
  color: #00b2ee;
  padding-bottom: 10px;
  border-bottom: 2px solid #00b2ee;
  line-height: 1;
}

.el_btn_contact {
  width: 222px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  border: 2px solid #00b2ee;
  color: #00b2ee;
  font-size: 2.2rem;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
}

.el_btn {
  padding: 9px;
  border: 2px solid #00b2ee;
  text-align: center;
  font-size: 1.5rem;
  color: #00b2ee;
  background-color: #fff;
  line-height: 1;
  display: inline-block;
  max-width: 350px;
}

.un_categoryList {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 30px;
}

.un_categoryList > li {
  display: flex;
  align-items: center;
}

.un_categoryList > li:not(:last-child) {
  margin-right: 28px;
}

.un_categoryList > li img {
  width: 28px;
  height: 28px;
}

.un_categoryList > li span {
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 4px;
}

.un_contactText {
  padding: 30px 0 30px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}

.un_contactText h2 {
  font-size: 2.6rem;
  font-weight: normal;
  letter-spacing: .02rem;
  color: #333;
}

.un_contactText p {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.88;
  color: #333;
}

.un_contactText p:first-of-type {
  font-size: 1.7rem;
  line-height: 1.62;
  margin-top: 18px;
}

.un_contactText_p_inner {
  font-size: 1.7rem;
  line-height: 1.62;
  padding-left: 15px;
}

.un_kousha {
  text-align: center;
}

.bl_pages_body {
  font-size: 1.5rem;
  line-height: 1.9;
  letter-spacing: .02rem;
  padding-bottom: 36px;
  border-bottom: 2px solid #ccc;
}

.bl_pages_body * {
  font-size: 1.5rem;
}

.bl_pages_body > img {
  max-width: 100%;
  margin-bottom: 18px;
}

.bl_pages_body > p {
  font-size: 1.5rem;
  line-height: 1.87;
  letter-spacing: .075rem;
  text-align: justify;
  margin-bottom: 50px;
  color: #000;
}

.bl_pages_body h1 {
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: .055rem;
}

.bl_pages_body h2 {
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: .06rem;
}

.bl_pages_body h3 {
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: .065rem;
}

.bl_pages_body ul {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.bl_pages_body ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

.bl_pages_body li {
  font-size: 1.5rem;
}

.bl_pages_body table {
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  -webkit-border-horizontal-spacing: 1px;
  -webkit-border-vertical-spacing: 1px;
  display: table;
  border-collapse: separate;
  box-sizing: border-box;
  border-spacing: 2px;
  border-color: grey;
}

.bl_pages_body td {
  font-size: 1.5rem;
}

.bl_pages_body h2 {
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1.75;
  letter-spacing: .1rem;
  color: #000;
  display: flex;
  margin-bottom: 40px;
}

.bl_pages_body h2 img {
  width: 98px;
  margin-right: 33px;
}

.bl_pages_body h2 > div {
  font-size: 2.7rem;
  font-weight: 300;
  line-height: 1.67;
  letter-spacing: .13rem;
}

.bl_pages_body .MV {
  margin-bottom: 30px;
}

.bl_pages_body .MV img {
  width: 70%;
}

.bl_pages_body .text {
  font-size: 1.5rem;
  line-height: 1.87;
  letter-spacing: .07rem;
  margin-bottom: 20px;
}

.bl_pages_body span {
  padding-top: 10px;
}

.bl_pages_body a {
  color: #0000ee;
}

.bl_pages_body a:hover {
  text-decoration: underline;
}

.un_tableUnit {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 34px;
}

.un_tableUnit li {
  padding: 15px 25px;
  display: flex;
  align-items: center;
}

.un_tableUnit li:nth-child(2n-1) {
  background-color: #f5f5f5;
}

.un_table_ttl {
  font-size: 1.3rem;
  line-height: 2;
  width: 7%;
  color: #000;
}

.un_table_desc {
  padding-left: 32px;
  border-left: 1px solid #0e352d;
}

.un_table_desc span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: .07rem;
  text-align: justify;
  color: #000;
}

.un_table_desc span:first-child {
  padding-top: 0;
}

.un_contactInfo {
  padding-left: 25px;
  margin-bottom: 50px;
}

.un_contactInfo span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: .07rem;
  text-align: justify;
  color: #000;
}

.un_contactInfo span:first-child {
  padding-top: 0;
}

.un_media {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
}

.un_media_imgWrapper {
  width: 32%;
  padding: 45px 75px;
  background-color: #f5f5f5;
  box-sizing: border-box;
  position: relative;
}

.un_media_imgWrapper > img {
  width: 100%;
}

.un_media_imgWrapper > a {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  transform: translateY(100%);
  padding-top: 10px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .07rem;
}

.un_media_imgWrapper > a img {
  width: 41px;
  margin-right: 10px;
}

.un_media_desc {
  width: 64%;
  font-size: 1.4rem;
  line-height: 1.79;
  letter-spacing: .07rem;
  text-align: justify;
  color: #000;
}

.un_sns {
  list-style-type: none;
  position: relative;
  display: flex;
  align-items: center;
}

.un_sns li {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: .02rem;
}

.un_sns li:not(:last-child) {
  margin-right: 12px;
}

.un_sns li a {
  display: flex;
}

.un_sns img {
  width: 25px;
}

.ly_page_akiya_title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.31;
  letter-spacing: normal;
  text-align: center;
  color: #00b2ee;
}

.hp_text_center {
  text-align: center !important;
}

.hp_flex_end {
  justify-content: flex-end !important;
}

.hp_opacity_6 {
  opacity: .6 !important;
}

.lg_pt30 {
  padding-top: 30px !important;
}

.lg_pb70 {
  padding-bottom: 70px !important;
}

.lg_pl40 {
  padding-left: 40px !important;
}

.lg_mt15 {
  margin-top: 15px !important;
}

.lg_mt20 {
  margin-top: 20px !important;
}

.lg_mt29 {
  margin-top: 29px !important;
}

.lg_mt32 {
  margin-top: 32px !important;
}

.lg_mt37 {
  margin-top: 37px !important;
}

.lg_mt38 {
  margin-top: 38px !important;
}

.lg_mt40 {
  margin-top: 40px !important;
}

.lg_mt50 {
  margin-top: 50px !important;
}

.lg_mt55 {
  margin-top: 55px !important;
}

.lg_mt60 {
  margin-top: 60px !important;
}

.lg_mt75 {
  margin-top: 75px !important;
}

.lg_mb25 {
  margin-bottom: 25px !important;
}

.lg_mb40 {
  margin-bottom: 40px !important;
}

.lg_mb60 {
  margin-bottom: 60px !important;
}

.lg_w166 {
  width: 166px !important;
}

.lg_w190 {
  width: 190px !important;
}

.lg_maxw100per {
  max-width: 100% !important;
}

.lg_maxw867 {
  max-width: 867px !important;
}

.lg_hat {
  height: auto !important;
}

.only_sm {
  display: none !important;
}