@charset "UTF-8";

/*
Theme Name: Medical Skip
Description: Medical Skipのテンプレート
Version: 1.0
Author: Road Skip
*/

html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
body {
  color: #222;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1{
	font-family: "shippori-mincho", sans-serif;
font-weight: 600;
font-style: normal;
	font-size: 48px;
	line-height: 66px;
	text-shadow:
    0 0 10px rgba(255,255,255,0.9),
    0 0 10px rgba(255,255,255,0.7),
    0 0 10px rgba(255,255,255,0.5);
	color: #5691ff;
}
h2{
	font-size: 36px;
	line-height: 46px;
	color: #5691FF;
}
h2 span{
	font-size: 24px;
}
h3{
	font-family: "shippori-mincho", sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 26px;
	line-height: 40px;
	color: #FF8A3D;
	padding: 20px 0 10px;
	max-width: 650px;
	display: block;
	margin:0 auto;
}
h3 span{
	font-size: 18px;
}
h4{
	color: #222;
	font-size: 24px;
	text-align: center;
	padding: 20px 0;
  background-image: url("http://medicalskip.com/wp-content/uploads/2026/01/line2.png");
  background-repeat: no-repeat;
  background-position: bottom;
    background-size: 200px;
}
h4 span{
	font-size: 34px;
}
p{
	font-size: 16px;
	line-height: 24px;
}
.white{
	font-size: 18px;
	line-height: 26px;
	color: #fff;
}
.white span{
	font-size: 16px;
	line-height: 24px;
}
img {
  width: 340px;
    margin: 0 auto;
    display: block;
  vertical-align: bottom;
}
li {
  list-style: none;
  color: #222;
	font-size: 16px;
	line-height: 22px;
}
a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}
iframe {
  vertical-align: bottom;
}



@media (max-width: 768px) {
h1{
		font-size:34px;
		line-height: 48px;
	}
h2{
	font-size: 24px;
	line-height: 33px;
}
h2 span{
	font-size: 14px;
}
h3{
	font-family: "shippori-mincho", sans-serif;
font-weight: 600;
font-style: normal;
	font-size: 18px;
	line-height: 26px;
}
h3 span{
	font-size: 14px;
}
h4{
	font-size: 18px;
}
h4 span{
	font-size: 28px;
}
p{
	font-size: 14px;
	line-height: 21px;
}
.white{
	font-size: 16px;
	line-height: 26px;
}
.white span{
	font-size: 14px;
}
li {
	font-size: 14px;
	line-height: 28px;
}
}

/*　ヘッダー　*/
.header{
	background-color: #fff;
}
.btn{
	width: 200px;
	padding: 10px 0;	
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding-left: 2%;
  padding-right: 2%;
}
img.logo {
    height: 70px;
    width: auto;
}

.logo{
	height: 70px;
}
.kye-word{
	font-size: 10px;
	padding-left: 5%;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #ffffff8f;
  border-bottom: 1px solid #dceafa;
	background-image: url(http://medicalskip.com/wp-content/uploads/2026/01/bg-scaled.jpg);
    background-size: contain;
    background-position: top center;
}
body {
  padding-top: 100px;
}


@media (max-width: 768px) {
.kye-word{
	font-size: 8px;
	padding-left: 5%;
}
	.header-inner{
padding-left: 15px;
  padding-right: 15px;
	}
body {
  padding-top: 92px;
}
}

/* ハンバーガー */
.hamburger {
  display: none;
  width: 32px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 1px;
  background: #5982c2;
  margin: 7px 0;
}

/* SPメニュー */
.sp-menu {
  display: none;
  background: #fff;
}

.sp-menu ul {
  list-style: none;
  margin: 0;
  padding: 20px;
	background-image: url(http://medicalskip.com/wp-content/uploads/2026/01/bg-scaled.jpg);
    background-size: cover;
}
.sp-menu ul li{
	width: 340px;
	margin: auto;
    border-top: 1px solid #e5edf7;
}

.sp-menu a {
  display: block;
  padding: 10px 0;
  color: #185abc;
  text-decoration: none;
  font-size: 16px;
}
.hamburger {
  position: relative;
  z-index: 1100;
}


.hamburger span {
  transition: 0.3s;
}


.hamburger.is-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.is-open span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}


/* SP時 */
@media (max-width: 768px) {
  .hamburger {
    display: block;
  }

  .pc-contact {
    display: none;
  }

  .sp-menu.is-open {
    display: block;
  }
	.sns-icon{
		width: 200px;
		margin-top: 20px;
		margin-bottom: 40px;
	}
}
/* PCナビ */
.pc-nav ul {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pc-nav a {
  text-decoration: none;
  color: #185abc;
  font-size: 16px;
  white-space: nowrap;
}

/* SPではPCナビ非表示 */
@media (max-width: 768px) {
  .pc-nav {
    display: none;
  }
}






/*　メイン画像　*/
.mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}


.mv-image img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  display: block;
}


.mv-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.mv-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5%;
  color: #222;
}
.mv-sub{
	font-size: 24px;
	padding: 10px 120px;
	text-shadow:
    0 0 10px rgba(255,255,255,0.9),
    0 0 10px rgba(255,255,255,0.7),
    0 0 10px rgba(255,255,255,0.5);
}

@media (max-width: 768px) {
	.mv-sub{
	font-size: 17px;
	padding: 0px;
}
	.mv-text{
		justify-content: unset;
		top: 28%
	}
}

/* メインより下 */
.highlight {
  background: linear-gradient(transparent 60%, #fff3a0 60%);
  padding: 0 4px;
}

.works-icon{
padding: 20px;
}
.inner{
  padding-left: 5%;
  padding-right: 5%;
}
.works, .intro, .about, .tantou, .kitai, .qa, .home-news{
	padding-top: 60px;
	padding-bottom: 60px;
  background-image: url("http://medicalskip.com/wp-content/uploads/2026/01/bg-scaled.jpg");
	background-size: 100% auto;
  background-position: top center;
  background-repeat: repeat;
}
.bold{
	font-weight: 600;
}
.right{
	text-align: right;
	display: block;
}
.flex-box{
	max-width: 600px;
    margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.ctb{
	background-color: #5691FF;
	padding: 10px 20px;
	margin: 20px 5%;
	border-radius: 10px;
}
.flex-box .btn{
	width: 240px;
	margin: 0 auto;
	display: block;
}
/* 悩み */
.bg-blue{
	background-color: #E2FDFF;
	clip-path: polygon(0 6%, 100% 0, 100% 94%, 0 100%);
	padding-top: 120px;
	padding-bottom: 120px;
}
.bg-blue-2{
	background-color: #E2FDFF;
	clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
	padding-top: 120px;
	padding-bottom: 120px;
}
.check-list li {
  background-image: url("http://medicalskip.com/wp-content/uploads/2026/01/check.png");
  background-repeat: no-repeat;
  background-position: left 0.4em;
  background-size: 20px 20px;
  padding-left: 28px;
	margin-top: 5px;
  margin-bottom: 5px;
}
.check-list {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	margin-top: 20px;
}
.nayami p{
	width: 360px;
    margin: 20px auto 0;
}
.nayami h2, .worklife h2, .tantou h2, .reason h2, .kitai h2, .lead-p, .erabareru h2, .message h2, .qa h2, .home-news h2{
	margin: 0 5%;
	}
.about{
	padding-top: 40px;
	padding-bottom: 40px;
}
.about p{
	padding-top: 40px;
}

.tantou .bl{
	background-color: #E2FDFF;
}
.work-not-list li {
  background-image: url("http://medicalskip.com/wp-content/uploads/2026/01/work1.png");
  background-repeat: no-repeat;
  background-position: left 0.2em;
  background-size: 20px 20px;
  padding-left: 28px;
	margin-top: 5px;
  margin-bottom: 5px;
	color: #fff;
}
.work-box1 {
	background-image: url("http://medicalskip.com/wp-content/uploads/2026/01/work1-bg.png");
	padding: 40px;
	border-radius: 10px;
	margin-top: 40px;
	background-size: cover;
	width: 500px;
}
.work-list li {
  background-image: url("http://medicalskip.com/wp-content/uploads/2026/01/work2.png");
  background-repeat: no-repeat;
  background-position: left 0.2em;
  background-size: 20px 20px;
  padding-left: 28px;
	margin-top: 5px;
  margin-bottom: 5px;
}
.work-box2 {
	background-image: url("http://medicalskip.com/wp-content/uploads/2026/01/work2-bg.png");
	padding: 40px;
	border-radius: 10px;
	margin-top: 40px;
	background-size: cover;
	width: 500px;
}
.font-18{
	font-size:18px;
}
.work-box1 ul, .work-box2 ul{
	padding-top: 20px;
	padding-bottom: 20px;
}
.line-white{
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 20px 0;
  background-image: url("http://medicalskip.com/wp-content/uploads/2026/01/line-white.png");
  background-repeat: no-repeat;
  background-position: bottom;
    background-size: 200px;
	margin-top: 0px !important;
}
.line-white span{
	font-size: 24px;
}
.worklife h4{
	margin-top: 40px;
}
.br-pc {
    display: none;
}
.br-sp {
    display: none;
}
.tantou ul{
	padding-top: 20px;
	padding-bottom: 20px;
}
.tantou ul li{
	padding-top: 20px;
}
.tantou ul li span {
  display: block;
  font-size: 16px;
	margin-top: 3px;
	color: #222;
}
.gr {
	background-color: #DEFFDB;
	padding: 10px;
	border-radius: 10px;
}
.ye {
	background-color: #FFFDEE;
	padding: 10px;
	border-radius: 10px;
}
.bl {
	padding: 10px;
	border-radius: 10px;
}

.reason-box{
	background-image: url("http://medicalskip.com/wp-content/uploads/2026/01/reson-bg.png");
	padding: 40px 15px;
	border-radius: 10px;
	margin-top: 40px;
	background-size: cover;
	max-width: 500px;
    min-width: 500px;
    width: 100%;
    min-height: 320px;
}
.point{
	font-size: 30px;
	color: #fff;
	padding-bottom:40px;
}
.point-nb{
	font-size: 40px;
	padding-left: 10px;
}
.point .font-18{
    padding-bottom:10px;
}
.reason-box ul{
	margin-top: 10px;
}
.reason-box ul li{
	list-style: disc;
  margin-left: 1.2em;
}
.triangle{
	padding-top: 40px;
}
.reason .work-box1{
	margin: 20px auto 40px;
}
.lead-p{
	padding-top: 10px;
}
table {
	max-width: 900px;
    margin: 40px auto;
}
#table01 {
  border-collapse: collapse;
  width: 100%;
}

#table01 th,
#table01 td {
  padding: 24px 10px;
  text-align: center;
}
#table01 tr:first-child th,
#table01 tr:first-child td {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th {
  width: 50%;
  border-right: 1px solid #b5b1b1;
}
th {
	    font-weight: 400;
}
td {
	font-weight: 600;
	color: #32579D;
}
.kitai-bg{
	background-color: #E2FDFF;
	max-width: 800px;
    border-radius: 10px;
	width: 100%;
}
.flex.kitai-bg {
  margin: 40px auto;
}
.kitai-bg .flex-box{
	padding:20px 15px;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
	max-width: 800px;
    margin: 40px auto;
	justify-items: center;
}

.feature-box {
  background-image: url("http://medicalskip.com/wp-content/uploads/2026/01/kitai-2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
	max-width:200px;
}
.chiken{
	padding-top: 40px;
}

.feature-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 40px 0;
}

.feature-box-3 {
  text-align: center;
  line-height: 1.6;
	background-color: #fff;
	padding: 30px 10px;
	border-radius: 10px;
}
.feature-box-3 .font-18{
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 10px;
}
.qa {
  margin: 0 5%;
}

.qa-item {
  padding: 0;
}

.qa-q,
.qa-a {
  margin: 0;
  line-height: 1.8;
}


.qa-q {
  margin-bottom: 8px;
	font-size: 18px;
}

.qa-label {
  margin-right: 6px;
	font-weight: 600;
}
.q{
	 color: #5691FF;
	font-size: 28px;
}
.a{
	 color: #1A4EAF;
	font-size: 28px;
	margin-right: 10px;
}
.qa-a {
padding-bottom: 40px;
	color: #555;
}
.ctb-btn{
	padding-top: 60px;
	padding-bottom: 60px;
}
.footer {
  padding: 60px 0 0;
}
.pink-bg{
	background-color: #fffafd;
}
.green-bg{
	background-color: #f1fff9;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-left: 5%;
  padding-right: 5%;
}
.bl{
	color: #185abc;
}

/* フッター */
.footer{
	background-color: #F5FFFF;
}
.footer-left {
  max-width: 420px;
}

.footer-left .logo{
	margin: 0;
}

.footer-desc {
  margin-top: 16px;
  line-height: 1.8;
  font-size: 14px;
	padding-bottom: 40px;
}

.footer-right {
  max-width: 520px;
}

.footer-title {
  font-size: 18px;
  margin-bottom: 16px;
}

.footer-info {
  display: grid;
  grid-template-columns: 120px 1fr;
  row-gap: 8px;
  column-gap: 16px;
  font-size: 14px;
}

.footer-info dt {
 color: #555;
}

.footer-info dd {
  margin: 0;
}
.footer-copy{
	font-size: 9px;
	padding: 80px 0 20px;
	text-align: center;
}
.text-r{
	text-align: right;
}

/* 404 */
.error404 .main{
	padding-top:80px;
	padding-bottom: 80px;
}
.error404 .page-title{
	padding-bottom: 40px;
}



@media (max-width: 767px){
  .inner{
    padding-left: 15px;
    padding-right: 15px;
  }
	.intro{
	padding-top: 40px;
	padding-bottom: 40px;
}
.ctb{
	margin: 20px 0px;
}
	.work-box1,.work-box2{
		min-width: 340px;
        width: 100%;
	}
	.line-white{
	font-size: 16px;
}
.line-white span{
	font-size: 24px;
}
	.bg-blue {
    clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
}
	.br-sp {
        display: block;
        content: "\A";
        white-space: pre;
	}
	.reason-box{
    min-width: 340px;
    width: 100%;
	}
	.feature-grid {
    grid-template-columns: repeat(2, 1fr);
		max-width: 400px;
  }
	.nayami h2, .worklife h2, .tantou h2, .reason h2, .kitai h2, .lead-p{
		margin: 0;
	}
	 .qa {
    margin: 24px auto;
  }
	  .footer-inner {
    flex-direction: column;
    gap: 32px;
  }

  .footer-left,
  .footer-right {
    max-width: 100%;
  }

  .footer-info {
    grid-template-columns: 100px 1fr;
  }
	.feature-box{
font-size: 14px;
}
}


@media(min-width:768px){
	.br-pc {
        display: block;
        content: "\A";
        white-space: pre;
    }
}
@media (max-width: 1200px){
	.flex-box .ctb {
    padding-top: 0px;
    padding-bottom: 0px;
}
	.revers{
	display: flex;
    flex-direction: column-reverse;
}
	.feature-grid-3 {
    grid-template-columns: 1fr;
    gap: 10px;
  }
	.font-14{
		font-size: 14px;
	}
}
@media (min-width: 1201px){
	.flex{
	display: flex;
	justify-content: space-evenly;
    align-items: center;
}	
	.font-14{
	font-size: 16px;
}
}

/*　お問合せ　*/
.contact-box {
  max-width: 720px;
  margin: 0 auto;
}

.contact-content {
  font-size: 16px;
  line-height: 1.8;
}

.contact-lead {
  margin-bottom: 32px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
}

.wpcf7-form textarea {
  min-height: 160px;
}
.wpcf7-form .wpcf7-radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wpcf7-form .wpcf7-radio label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.wpcf7-form input[type="submit"] {
  width: 100%;
  padding: 16px;
  background: #5691ff;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.contact-page{
	margin-bottom: 80px;
}
.wpcf7-form input[type="submit"]:hover {
  opacity: 0.9;
}
.contact-page h2 {
	text-align: center;
    padding: 40px 0;
}
dl{
	padding-bottom: 40px;
}
dt{
	padding-bottom: 5px;
}
.text-red{
	color: #dc3232;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0 0.5em 1em !important;
  padding: 1em !important;
border-radius: 10px;
font-size: 16px;
}
.grecaptcha-badge {
	visibility: hidden;
}
.underline {
	text-decoration: underline;
	color: #777;
}
@media (max-width: 768px) {
  .contact-content {
    font-size: 15px;
  }

  .contact-lead {
    font-size: 15px;
  }
}

/* お知らせ */

.home-news {
  position: relative;
}

/* 背景 */
.home-news::before {
  content: "";
  width: 100%;
  height: calc(100% - 18px);
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/* リスト全体：Grid */
.home-news .news-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin: 40px auto;
  max-width: 1200px;
  padding: 0;
  list-style: none;
}

/* 各記事カード */
.home-news .news-list > li {
  width: auto !important;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 8px 2px rgb(0 0 0 / 10%);
}

/* サムネ */
.home-news .news-list .thumbnail {
  background: #f2feff;
  display: flex;
  align-items: center;
  justify-content: center;
}


.home-news .news-list .thumbnail img {
  width: 100%;
  height: 230px;
    object-fit: cover;
}

/* テキストエリア */
.home-news .news-list .text {
  padding: 20px 18px 40px;
}

/* 日付 */
.home-news .news-list time {
  display: block;
  margin-bottom: 6px;
  font-size: 0.75rem;
  color: #777;
}

/* タイトル */
.home-news .news-list .title {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
}

/* 記事がない時 */
.home-news > p {
  min-height: 400px;
  text-align: center;
}

.news-wrapper .box-white {
  padding: 26px 0 50px;
}

.news-wrapper .sidebar {
  width: 32.931%;
}

.news-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.home-news ul {
	margin: 0px auto;
	text-align: center;
}
@media screen and (max-width: 768px) {
  .news-title {
    font-size: 1.125rem;
  }
}

.sidebar .item {
  padding: 0 3.773%;
  padding-bottom: 36px;
}
.sidebar .item:not(:last-of-type) {
  border-bottom: 1px solid #BABABA;
  margin-bottom: 42px;
}
.sidebar-list {
  font-weight: 500;
  color: #555555;
}
.sidebar-list a {
  display: inline-block;
  padding-right: 1em;
  line-height: 2.562;
}
.sidebar-list a::before {
  content: "-";
  display: inline-block;
  margin-right: 0.5em;
}

.post .box-white {
  padding-right: 5.882%;
  padding-left: 5.882%;
}
.post-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
  font-size: 0.875rem;
  color: #555555;
}
.post-header time {
  margin-bottom: 0.5em;
}
.post-header .cat-list {
  font-size: 0.875rem;
}
.single{
	margin-top: 40px;
	margin-bottom: 40px;
}



@media screen and (min-width:767px){
	.news-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
}
@media screen and (max-width: 768px) {
  .post-header .cat-list {
    font-size: 0.8125rem;
  }
}
.post-header .cat-list > li {
  padding-right: 18px;
  padding-left: 18px;
}
.post-title {
  margin-bottom: 0.718em;
  font-size: 24px;
  font-family: "noto-sans-cjk-jp", sans-serif;
  line-height: 1.468;
}
@media screen and (max-width: 768px) {
  .post-title {
    font-size: 18px;
  }
}
.post-wrapper {
  line-height: 1.75;
  letter-spacing: 0.11em;
}
.post-wrapper > * {
  margin-bottom: 36px;
}
.post-wrapper h2 {
  padding-left: 1.166em;
  margin-bottom: 1.5em;
  border-left: 3px solid #333;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .post-wrapper h2 {
    font-size: 1.125rem;
  }
}
.post-wrapper h3 {
  padding: 10px 4.444%;
  margin-bottom: 1.318em;
  background-color: #E2EBEF;
  border-radius: 10px;
  font-size: 1.375rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .post-wrapper h3 {
    font-size: 1rem;
  }
}
.post-wrapper .images-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-wrapper .images-wrapper.col2 {
  margin-bottom: 0;
}
.post-wrapper .images-wrapper.col2 > a {
  width: 47.46%;
  margin-bottom: 36px;
}
.post .eyecatch {
  height: 0;
  padding-top: 220px;
  position: relative;
  overflow: hidden;
}
.post .eyecatch img {
  width: 300px;
    height: auto;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
}


.lb-outerContainer {
  background-color: transparent;
}

.lightbox .lb-image {
  border: none;
}

.page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  margin-top: 28px;
  border-top: 1px dashed #666666;
  border-bottom: 1px dashed #666666;
  font-size: 0.875rem;
  font-weight: 500;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .page-nav {
    font-size: 0.8125rem;
  }
}
.page-nav > li {
  min-width: 5em;
}
.page-nav > li:first-of-type a::after {
  right: auto;
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
}
.page-nav a {
  display: inline-block;
  min-width: 5em;
  padding: 5px 14px;
  position: relative;
}
.page-nav a.to-archive {
  color: #555;
}
.page-nav a.to-archive::after {
  content: none;
}
.page-nav a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

.maru-text {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.maru-text::before {
    content: "";
    position: absolute;
    left: -10px;
    bottom: 10px;
    width: 30%;
    height: 40%;
    border: 3px solid rgb(255 242 0);
    border-radius: 48% 52% 50% 50% / 55% 45% 55% 45%;
    transform: rotate(339deg);
    z-index: -1;
}
.maru-text-wrap {
  text-align: center;
}
.hlt{
	background: linear-gradient(transparent 0%, #e1fbff 60%);
}
/* slider */
.banner-slider {
  width: 100%;
  height: 300px;
  overflow: visible;
  margin-top: 80px;
}

.banner-slider .slick-list {
  overflow: hidden;
}

.banner-slider .slick-slide {
  width: 260px !important;
  height: auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-right: 80px;
}

.banner-slider img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  box-shadow: 4px 4px 6px 0px rgb(0 0 0 / 10%);
  border-radius: 10px;
}

.slick-track {
  padding: 24px 0 32px 0;
}

@media screen and (max-width: 768px) {
  .banner-slider .slick-slide {
    width: 200px !important;
    margin-right: 40px;
  }
}
