@charset "UTF-8";
.sec__inner {
  width: 1120px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
	max-width:100%;
}
@media screen and (max-width: 768px) {
  .sec__inner {
    width: 100%;
    padding: 50px 4.6875%;
  }
}

.sec_form__inner {
	border: 2px solid #E9E3C3;
}
.sec__inner .c-ttl__1 {
  -moz-text-align-last: left;
  text-align-last: left;
  border-left: 8px solid #FFE168;
  padding: 0 0 0 15px;
	margin-bottom: 20px;
}
.sec__inner .c-ttl__1 span {
  padding: 0;
  font-size: 36px;
  line-height: 1.5;
	font-weight:700;
}
@media screen and (max-width: 768px) {
  .sec__inner .c-ttl__1 span {
    font-size: 20px;
  }
}
.sec .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #678AAE;
}
.sec .flex:first-of-type {
  margin: 30px 0 0;
}
.sec .flex__txt {
  width: calc(100% - 200px);
  padding: 25px 0 25px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec .flex__txt {
    width: calc(100% - 75px);
    padding: 20px;
    display: block;
  }
}
.sec .flex__txt_big {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec .flex__txt_big {
    font-size: 16px;
    display: block;
  }
}
.sec .flex__txt_sml {
  padding: 0 0 0 40px;
  font-size: 14px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .sec .flex__txt_sml {
    font-size: 12px;
    padding: 0;
    display: block;
    line-height: 1.5;
    margin: 5px 0 0;
  }
}
.sec .flex__txt_sml:before {
  content: "";
  width: 24px;
  height: 1px;
  background: #043d78;
  position: absolute;
  top: 5px;
  left: 9px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
@media screen and (max-width: 768px) {
  .sec .flex__txt_sml:before {
    display: none;
  }
}
.sec .flex__btn {
  width: 200px;
  background: #043d78;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sec .flex__btn:hover {
  background: -webkit-radial-gradient(50% 50%, 59.3% 59.3%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #fff;
  background: radial-gradient(59.3% 59.3% at 50% 50%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #fff;
}
.sec .flex__btn:hover > span {
  color: #043d78;
  font-weight: bold;
}
.sec .flex__btn:hover > span:before {
  border-color: #043d78;
}
@media screen and (max-width: 768px) {
  .sec .flex__btn {
    width: 75px;
  }
}
.sec .flex__btn > span {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 15px 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sec .flex__btn > span:before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 6px;
  right: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .sec .flex__btn > span:before {
    top: -6px;
    right: 4px;
  }
}
.sec .flex__btn > span > span {
  font-weight: 500;
}
.sec .bnr {
  margin: 30px 0 0;
  display: block;
  padding: 24px;
  background: #f2f8f9;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media screen and (max-width: 768px) {
  .sec .bnr {
    display: none;
    padding: 24px 0 24px 24px;
  }
}
.sec .bnr:hover {
  background: var(--Green---100, #cae2e4);
}
.sec .bnr span {
  display: block;
}
.sec .bnr__txtwrap {
  display: block;
  padding: 0 0 0 84px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec .bnr__txtwrap {
    padding: 0 60px 0 0;
  }
}
.sec .bnr__txtwrap:before {
  content: url(../../img/common/tour.svg);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec .bnr__txtwrap:before {
    display: none;
  }
}
.sec .bnr__txtwrap:after {
  content: "";
  position: absolute;
  top: 45%;
  right: 24px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #00727e;
  border-right: 3px solid #00727e;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec .bnr__txtwrap:after {
    right: 35px;
  }
}
.sec .bnr__txt1 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec .bnr__txt1 {
    font-size: 16px;
  }
}
.sec .bnr__txt2 {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec .bnr__txt2 {
    line-height: 1.5;
    font-size: 12px;
  }
}
.sec.sec_2 {
  background: #fbf2ed;
}
@media screen and (max-width: 768px) {
  .sec.sec_2 {
    margin: 0 0 40px;
  }
}
.sec__info {
  margin: 60px auto 0;
  width: 640px;
  padding: 14px 24px 24px;
  border: 1px solid #d28146;
}
.sec__info_ttl {
  position: absolute;
  background: #fff;
  border: 1px solid #222;
  border-radius: 999px;
  font-size: 12px;
  font-weight: bold;
  top: 10px;
  left: 0px;
  padding: 12px 15px 10px;
}
.sec__info_lists {
  padding: 0 0 0 140px;
  position: relative;
}
.sec__info_list:not(:last-of-type) {
  border-bottom: 1px dashed #d28146;
}
.sec__info_list a {
  display: -webkit-box;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.1; /* 適切な行の高さを設定 */
  padding: 10px 40px 10px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  height: 3.2em;
  position: relative;
}
.sec__info_list a:before {
  content: "";
  position: absolute;
  top: 45%;
  right: 10px;
  border-top: 1px solid #d28146;
  border-right: 1px solid #d28146;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 7px;
  height: 7px;
}
.sec__info_list a:hover span {
  text-decoration: underline;
}
.sec__formbox {
  background: #fff;
  border: 1px solid #043d78;
}
.sec_form__ttl {
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #222;
  padding: 30px 70px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_form__ttl {
    display: none;
  }
}
.sec_form__ttl:before {
  content: url(../../img/common/filter-ico.svg);
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec_form {
  position: relative;
  z-index: 2;
	background:#fff;
	margin-top: -30px;
}
@media screen and (max-width: 768px) {
	.sec_form {
		margin-top: 0px;
	}
}
.sec_form .sec__inner {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .sec_form .sec__inner {
    background: #fff;
    padding: 20px 20px 0;
  }
}

.sec_form__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec_form__col {
    padding: 5px;
    gap: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
/*     -ms-flex-direction: column;
    flex-direction: column; */
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.sec_form__col:nth-child(2) {
  border-bottom: 1px dashed #E9E3C3;
}
.sec_form__col:not(:nth-child(2) ) {
  border-bottom: 1px solid #E9E3C3;
}
.sec_form__ttlbox {
  font-size: 18px;
  font-weight: 500;
  width: 190px;
}
@media screen and (max-width: 768px) {
  .sec_form__ttlbox {
    font-size: 13px;
  }
}
.sec_form__ttlbox p.title {
	font-weight: bold;
	font-size:24px;
	padding-left: 30px;
	position:relative;
}
@media screen and (max-width: 768px) {
	.sec_form__ttlbox p.title {
		font-size:18px;
		padding-left: 30px;
	}
}
.sec_form__ttlbox p.title:before {
	position: absolute;
	content:"";
	width:23px;
	height:17px;
	background: url(../../img/case/narrowdown_icon.svg) no-repeat center/contain;
	left:0;
	top: 0;
    bottom: 0;
    margin: auto;
}
.sec_form__radiobox {
  width: calc(100% - 190px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .sec_form__radiobox {
    width: 100%;
  }
}
.sec_form__radiobox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 768px) {
  .sec_form__radiobox input {
    width: 0;
  }
}
.sec_form__radiobox label {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 16px;
  border-radius: 999px;
	color:var(--color-blue);
  border: 1px solid var(--color-blue);
}
@media screen and (min-width: 769px) {
  .sec_form__radiobox label:hover {
    color: var(--color-blue);
  }
}
@media screen and (max-width: 768px) {
  .sec_form__radiobox label {
    font-size: 10px;
    padding: 3px 10px;
  }
}
.sec_form__radiobox label._active {
  background: var(--color-blue);
  color: #fff;
}
.sec_form__btnwrap {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec_form__btn {
  width: auto;
  height: 60px;
  background: var(--color-blue);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
	border-radius: 8px;
	border: 2px solid var(--color-blue);
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding: 20px 12px 20px 20px;
}
@media screen and (max-width: 768px) {
  .sec_form__btn {
    width: 130px;
	  font-size:14px;
	  height:40px;
  }
}
.sec_form__btn:hover {
  background: #fff;
	color: var(--color-blue);
}

.sec_form__btn .btn-cta-common__icon {
	position: relative;
	right: auto;
	margin-left: 10px;
	width: 24px;
	height: 24px;
}
@media screen and (max-width: 768px) {
	.sec_form__btn .btn-cta-common__icon {
		margin-left: 8px;
		width: 20px;
		height: 20px;
	}
}
.sec_form__btn:hover .btn-cta-common__icon {
	background: var(--color-blue);
}
.sec_form__btn:hover .btn-cta-common__icon i {
	color: #fff;
}
.nopost {
  display: none;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.sec_1 .sec__inner {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .sec_1 .sec__inner {
    background: #fff;
    padding: 44px 20px 20px;
  }
}
.sec_1 .c-ttl__1 span::before, .sec_1 .c-ttl__1 span::after {
  display: none;
}
.sec_1 ul {
  display: grid;
/* 	grid-template-columns: repeat(3, 1fr); */
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	margin-bottom: 36px;
}
@media (max-width: 1024px) {
    .sec_1 ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 768px) {
    .sec_1 ul {
        grid-template-columns: 1fr;
		gap: 12px;
		margin-bottom: 19px;
    }
}

.sec_1 ul li {
  background: #FBF6DB;
	padding: 24px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
/* 	width: 357px; */
}
.sec_1 ul li:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
/* .sec_1 ul li:nth-child(n+4) {
  margin: -1px 0 0 0;
} */
/* .sec_1 ul li:last-child, .sec_1 ul li:nth-child(3n), .sec_1 ul li.last {
  border-right: 1px solid #043d78;
} */
.sec_1 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  padding: 15px 0;
}
.sec_1 ul li .day {
  width: 100px;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 0;
}
.sec_1 ul li .cat-1 {
  background: #FFE168;
  border-radius: 999px;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 10px;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  width: auto;
  text-align: center;
/*   margin: 0 0 10px; */
  position: relative;
}
/* .sec_1 ul li .cat:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #043d78;
  position: absolute;
  top: 17px;
  left: -37px;
  -webkit-transform: rotate(60deg);
  transform: rotate(-60deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
} */
.sec_1 ul li .cat-1.notice {
  color: #d28146;
  border-color: #d28146;
}
.sec_1 ul li .cat-1.service {
	background:#fff;
	border: 1px solid #E9E3C3;
}
.sec_1 ul li .name {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color:#48403E;
	margin-top:5px;
}

.sec_2 {
  background: #fbf2ed;
}
.sec_2 .sec__inner {
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .sec_2 .sec__inner {
    padding: 36px 20px;
  }
}
.sec_2__ttl {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: #d28146;
  text-align: center;
  padding: 150px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_2__ttl {
    font-size: 24px;
    padding: 90px 0 0;
  }
}
.sec_2__ttl:before {
  content: "";
  width: 120px;
  height: 120px;
  background-image: url(../../img/case/check_circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec_2__ttl:before {
    width: 70px;
    height: 70px;
  }
}
.sec_2__flex {
  margin: 64px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #222;
}
@media screen and (max-width: 768px) {
  .sec_2__flex {
    margin: 28px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sec_2__item {
  width: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 36px 20px;
}
@media screen and (max-width: 768px) {
  .sec_2__item {
    display: block;
    width: 100%;
    padding: 20px;
    background-image: -webkit-linear-gradient(left, #222, #222 6px, transparent 6px);
    background-image: linear-gradient(to right, #222, #222 6px, transparent 6px);
    background-size: 10px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
}
.sec_2__item:last-of-type {
  background-image: none;
}
.sec_2__item:nth-child(2) {
  border-right: 1px dashed #222;
  border-left: 1px dashed #222;
}
@media screen and (max-width: 768px) {
  .sec_2__item:nth-child(2) {
    border-right: none;
    border-left: none;
  }
}
.sec_2__item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sec_2__item_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec_2__item_top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.sec_2__item_img {
  width: 100px;
}
.sec_2__item_img > img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sec_2__item_img {
    width: 48px;
  }
}
.sec_2__item_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec_2__item_contents {
    margin-left: 12px;
    gap: 4px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.sec_2__item_ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 30px 0 15px;
}
@media screen and (max-width: 768px) {
  .sec_2__item_ttl {
    margin: 0;
    font-size: 16px;
  }
}
.sec_2__item_txt {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec_2__item_txt {
    font-size: 12px;
  }
}
.sec_2__item_btn_box {
  margin: 36px auto 0;
}
@media screen and (max-width: 768px) {
  .sec_2__item_btn_box {
    margin: 20px 0 0;
  }
}
.sec_2__item_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 35px 0 25px;
  height: 60px;
  background: #d28146;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media screen and (max-width: 768px) {
  .sec_2__item_btn {
    padding: 0 35px;
    width: 100%;
  }
}
.sec_2__item_btn:before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (min-width: 769px) {
  .sec_2__item:hover {
    opacity: 1;
  }
  .sec_2__item:hover span {
    color: rgb(210, 129, 70);
    background: -webkit-radial-gradient(circle, #ffffff 0%, rgb(210, 129, 70) 600%);
    background: radial-gradient(circle, #ffffff 0%, rgb(210, 129, 70) 600%);
  }
  .sec_2__item:hover span:before {
    border-color: rgb(210, 129, 70);
  }
}

.post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .post-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* .post-list .post-item {
  width: 33.3333333333%;
} */
@media screen and (max-width: 768px) {
  .post-list .post-item {
    width: 100%;
  }
}
.post-list .post-item a {
  width: 100%;
  display: block;
  padding: 0;
}
.post-list .thumbnail-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
	margin-top:15px;
}
.post-list .thumbnail-outer .subtext {
  display: none;
}
@media screen and (max-width: 768px) {
  .post-list .thumbnail-outer .subtext {
    display: block;
    padding: 0 16px;
    color: #00727e;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-linear-gradient(left, #99b0c8, #99b0c8 3px, transparent 3px);
    background-image: linear-gradient(to right, #99b0c8, #99b0c8 3px, transparent 3px);
    background-size: 10px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
  }
}
.post-list .thumbnail {
  width: calc(100% + 32px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .post-list .thumbnail {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.post-list .thumbnail img {
  max-width: 100%;
	width:100%;
  height: 180px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .post-list .thumbnail img {
    height: 100%;
    width: 100%;
  }
}
.post-list .block {
  display: block;
}
.post-list .catwrap {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .post-list .catwrap {
    margin: 12px 0 0;
  }
}
.post-list .catwrap .cat {
	display: inline-block;
    padding: 4px 10px;
    background: var(--color-bg);
    border: 1px solid #FFE168;
    border-radius: 20px;
    font-size: 11px;
    color: #48403E;
    white-space: nowrap;
	width: auto;
	margin: 0;
	font-weight:normal;
}
@media screen and (max-width: 768px) {
  .post-list .catwrap .cat {
    font-size: 10px;
    padding: 6px 10px;
  }
}
.post-list .catwrap .cat:before {
  display: none;
}
.post-list .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.post-list .logo {
  width: 100px;
  height: auto;
  margin: 24px 0 0 0;
}
@media screen and (max-width: 768px) {
  .post-list .logo {
    display: none;
  }
}
.post-list .logo > img {
  max-width: 100%;
}
.post-list .title {
  margin: 16px 0 16px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #103FCD;
  display: -webkit-box;
  -webkit-box-orient: vertical;
/*   -webkit-line-clamp: 2; */
  overflow: hidden;
	text-decoration:underline;
}
@media screen and (max-width: 768px) {
  .post-list .title {
    font-size: 14px;
  }
}
.post-list .subtext {
  margin: 12px 0 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #00727e;
}
@media screen and (max-width: 768px) {
  .post-list .subtext {
    display: none;
    margin: 0;
  }
}

.hidden {
  display: none;
}

.topbtn {
  display: none;
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 80px;
  right: 80px;
  background: #043d78;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 768px) {
  .topbtn {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }
}
.topbtn:hover {
  background: -webkit-radial-gradient(50% 50%, 59.3% 59.3%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #fff;
  background: radial-gradient(59.3% 59.3% at 50% 50%, rgba(255, 255, 255, 0.5) 20%, rgba(203, 215, 227, 0.5) 100%), #fff;
}
.topbtn:hover .topbtn__wrap {
  border-top: 2px solid #043d78;
  border-left: 2px solid #043d78;
}
.topbtn:hover .topbtn__wrap:before {
  background: #043d78;
}
.topbtn__wrap {
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: 48%;
  left: 47%;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.topbtn__wrap:before {
  position: absolute;
  content: "";
  top: -4px;
  left: 3px;
  width: 2px;
  height: 15px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(-45deg) translateX(-0.5px);
  transform: rotate(-45deg) translateX(-0.5px);
}

.btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

#load-more {
  margin: 80px 0 0;
  width: 280px;
  height: 60px;
  background: #fff;
  color: var(--color-pink);
	border: 2px solid var(--color-pink);
	border-radius:10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
	position:relative;
}
@media screen and (max-width: 768px) {
  #load-more {
    margin: 28px 0 0 0;
    height: 48px;
  }
}
#load-more:hover {
  background: var(--color-pink);
  color: #fff;
}
#load-more:hover span {
  color: #fff;
}
#load-more:hover span:before {
  border-color: #043d78;
}
#load-more span {
  font-size: 20px;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #load-more span {
    font-size: 14px;
  }
}
#load-more span.btn-cta-common__icon {
	border-radius:50%;
	background:var(--color-pink);
	color: #fff;
	position: absolute;
    right: 0;
	font-size: 14px;
}
#load-more:hover span.btn-cta-common__icon {
	background:#fff;
	color: var(--color-pink);
}
/* #load-more span:before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 9px;
  right: -15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
} */

@media screen and (max-width: 768px) {
  .l-footer__subtxt {
    top: 30px;
    width: inherit;
  }
}

@media screen and (max-width: 768px) {
  .l-footer__subtxt {
    top: 30px;
    width: inherit;
    margin-right: 4.6875vw;
  }
}
/*# sourceMappingURL=p-archive-case.css.map */
