@charset "UTF-8";

.hero {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 700px;
	overflow: hidden;
}

/* 背景動画 */
.fvVIDEO {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

/* グレーの透過レイヤー */
.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	z-index: 1;
	pointer-events: none;
}

/* タイトルブロック */
.hero .title {
	position: absolute;
	top: 50%;
	left: 8%;
	transform: translateY(-50%);
	z-index: 2;
	width: 60%;
	color: #fff;
}

/* ロゴ */
.hero .title .logo {
	margin-bottom: 30px;
}

.hero .title .logo figure {
	margin: 0;
}

.hero .title .logo img {
	display: block;
	max-width: 400px;
	width: 60%;
	height: auto;
}

/* メインコピー */
.hero .title h2 {
	margin: 0 0 25px;
	font-size: clamp(3rem, 4vw, 5.5rem);
    font-family: "Noto Serif JP", serif;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.08em;
}

/* 説明文 */
.hero .title h3 {
	margin: 0;
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.05em;
}

.aboutBOX02 {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.aboutBOX02 .text {
	width: 30%;
	display: flex;
	flex-direction: column;
  justify-content: center;
}
.aboutBOX02 .ph {
	width: 60%;
}
.aboutBOX02 .ph img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.aboutBOX02 .text .eng {
	font-family: "Google Sans", sans-serif;
	color:#716caa;
	font-size: clamp(1.4rem, 1.6vw, 2rem);
	letter-spacing: 0.08em;

}

.aboutBOX02 .text h2 {
	margin: 0 0 25px;
	font-size: clamp(2.4rem, 3vw,4rem);
     font-family: "Noto Serif JP", serif;
	font-weight: 400;
	margin-bottom: 20px;
}
.aboutBOX02 .text p {
	font-size: clamp(1.3rem, 1.5vw,1.8rem);
}

.aboutPOINT {
	display: flex;
	justify-content: space-between;

}
.aboutPOINT li {
	width: 23.5%;
	padding: 2%;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(113,110,170,0.1);
}
.aboutPOINT li figure {
	width: 20%;
	margin: 0 auto 10px;
}
.aboutPOINT li h3 {
	font-size: clamp(1.6rem, 1.8vw,2.2rem);
	text-align: center;
     font-family: "Noto Serif JP", serif;
	font-weight: 400;
	margin-bottom: 10px;
	color:#1F1753;
}

.aboutPOINT li p {
	font-size: clamp(1.2rem, 1.2vw,1.6rem);
	margin: 0;
	padding: 0;
	text-align: center;
}



.whyBLOCK .eng {
	font-family: "Google Sans", sans-serif;
	color:#716caa;
	font-size: clamp(1.4rem, 1.6vw, 2rem);
	margin-bottom: 10px;

}

.whyBLOCK h2 {
	margin: 0 0 25px;
	font-size: clamp(2.4rem, 3vw,4rem);
     font-family: "Noto Serif JP", serif;
	font-weight: 400;
	margin-bottom: 40px;
}

.whyPOINT {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;

}
.whyPOINT li {
	width: 16%;
	padding: 1.3%;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(113,110,170,0.1);
}
.whyPOINT li figure {
	width: 32%;
	margin: 0 auto 10px;
}
.whyPOINT li h3 {
	font-size: clamp(1.4rem, 1.4vw,1.8rem);
	text-align: center;
     font-family: "Noto Serif JP", serif;
	font-weight: 400;
	margin-bottom: 5px;
	color:#1F1753;
}

.whyPOINT li p {
	font-size: clamp(1.0rem, 1.0vw,1.3rem);
	margin: 0;
	padding: 0;
	text-align: center;
}

.globalBOX{
	display:flex;
	flex-wrap:wrap;
	gap:30px;
	margin:0;
	padding:0;
	list-style:none;
}

.globalBOX li{
	position:relative;
	width:calc(33.333% - 20px);
	overflow:hidden;
}

.globalBOX li figure{
	position:relative;
	margin:0;
	width:100%;
	height:100%;
	overflow:hidden;
	border-radius: 10px;
}

/* 通常：グレーの透過レイヤー */
.globalBOX li figure::after{
	content:"";
	position:absolute;
	inset:0;
	background:rgba(0, 0, 0, 0.30);
	z-index:1;
}

.globalBOX li figure img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius: 10px;
}

/* テキストを画像の左下へ */
.globalBOX li .text{
	position:absolute;
	left:35px;
	bottom:10px;
	z-index:2;
	color:#fff;
}

/* 英字 */
.globalBOX li .land{
	font-size:14px;
	letter-spacing: 0.2rem;
	font-family: "Google Sans", sans-serif;
}

/* 国名 */
.globalBOX li h3{
	margin:0 0 5px;
	font-size: clamp(1.8rem, 2vw,2.5rem);
	font-family: "Noto Serif JP", serif;
	font-weight:500;
}

/* 説明 */
.globalBOX li p{
	margin:0;
	font-size: clamp(1.2rem, 1.2vw,1.6rem);
	line-height:1.7;
}


/* =========================
   COMING SOON
========================= */

.globalBOX li.last figure::after{
	background:rgba(113, 108, 170, 0.8);
}

/* 上下左右中央 */
.globalBOX li.last .text{
	left:50%;
	top:50%;
	bottom:auto;
	transform:translate(-50%, -50%);
	width:100%;
	text-align:center;
	
}

.globalBOX li.last .camming{
	font-size:20px;
	line-height:1.8;
	letter-spacing:.08em;
	font-family: "Google Sans", "Noto Sans JP", sans-serif;
}
.globalBOX li.last .camming span {
	font-size: clamp(1.2rem, 1.2vw,1.6rem);
}

.kensyuBOX {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0px;
}
.kensyuBOX .text {
	width: 18%;
	display: flex;
	flex-direction: column;
  justify-content: center;
}
.kensyuBOX .text .eng {
	font-family: "Google Sans", sans-serif;
	color:#716caa;
	font-size: clamp(1.4rem, 1.6vw, 2rem);
	letter-spacing: 0.08em;

}

.kensyuBOX .text h2 {
	margin: 0 0 25px;
	font-size: clamp(2.4rem, 3vw,4rem);
     font-family: "Noto Serif JP", serif;
	font-weight: 400;
	margin-bottom: 20px;
}

.kensyuBOX .ListBOX {
	width: 78%;
}
.kensyuBOX .ListBOX ul {
	display: flex;
	justify-content: space-between;
}
.kensyuBOX .ListBOX ul li {
	width: 19%;
}
.kensyuBOX .ListBOX ul li figure {
	margin-bottom: 0px;
}
.kensyuBOX .ListBOX ul li figure img {
	border-radius: 5px;
	width: 100%;
	height: 110px;
	object-fit: cover;
}
.kensyuBOX .ListBOX ul li .tag {

}
.kensyuBOX .ListBOX ul li .tag .kol {
background: #716caa;
	color:#fff;
	font-size: clamp(1rem, 1vw, 1.2rem);
	display: inline-block;
	padding: 1px 10px;
	box-sizing: border-box;
	line-height: 1.5;
	border-radius: 3px;
}
.kensyuBOX .ListBOX ul li .date {
	color:#959595;
	font-size: clamp(1rem, 1.2vw, 1.4rem);
	line-height: 1.3;
	margin-bottom: 3px;
}
.kensyuBOX .ListBOX ul li p {
	font-size: clamp(1rem, 1.2vw, 1.4rem);
	line-height: 1.3;
	padding: 0;
	margin: 0;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}




.drSKILLcontant {
	background: #fff;
	padding: 60px 0%;
	box-sizing: border-box;
	background-image: linear-gradient(#ffffff, #c6c3e080);
}
.drSKILLcontant .contentWrap {
	max-width: 1400px;
	padding: 0 2%;
	margin: auto auto;
	box-sizing: border-box;
}
.contactBOX {
	display: flex;
	justify-content: space-between;
}
.contactBOX .text {
	width: 18%;
	display: flex;
  justify-content: center;
	flex-direction: column;
}

.contactBOX .text .eng {
	font-family: "Google Sans", sans-serif;
	color:#716caa;
	font-size: clamp(1.4rem, 1.6vw, 2rem);
	letter-spacing: 0.08em;

}

.contactBOX .text h2 {
	margin: 0 0 25px;
	font-size: clamp(1.8rem, 2.5vw,3.2rem);
     font-family: "Noto Serif JP", serif;
	font-weight: 400;
	margin-bottom: 20px;
}

.contactBOX .Content {
	width: 78%;
	display: flex;
	justify-content: space-between;
	background: #fff;
	padding: 40px 40px 20px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(113,110,170,0.1);
}

.contactBOX .Content .item01 {
	width: 42%;
}
.contactBOX .Content .item01 h3 {
	font-size: clamp(1.6rem, 1.8vw,2.4rem);
     font-family: "Noto Serif JP", serif;
	font-weight: 400;
	margin-bottom: 10px;
}
.contactBOX .Content .item01 p {
	font-size: clamp(1.2rem, 1.2vw, 1.5rem);
}

.contactBOX .Content .item02 figure {
	width: 30%;
}


.buttonBOX {
	width: 90%;
	margin-bottom: 20px;
}

.buttonBOX .title {
	text-align: center;
	font-size: clamp(1.2rem, 1.2vw, 1.6rem);
	color:#716caa;
	text-align: center;
}

.contactBOX .Content .item01 .kome {
	font-size: clamp(1rem, 1vw, 1.4rem);
}


/* 001 */
.lineBUTTON a {
    border: 1px solid #716caa;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 400;
	box-sizing: border-box;
	font-size: clamp(1.4rem, 1.4vw,2rem);
	background: #716caa;
	border-radius: 6px;
}
.lineBUTTON a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 10px;
  height: 10px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.lineBUTTON a:hover {
}
.lineBUTTON a:hover:after {
  right: 1.4rem;
}

.contactBOX .Content .item02 {
	width: 58%;
	display: flex;
	justify-content: space-between;
	display: flex;
  justify-content: center;
  align-items: center;
}
.contactBOX .Content .item02 ul {
	width: 68%;
	
}
.contactBOX .Content .item02 figure {
	width: 32%;
	margin-top: -80px;
	margin-right: -20px;
}

.contactBOX .Content .item02 ul li {
	font-size: clamp(1.2rem, 1.2vw, 1.5rem);
    margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
	line-height: 1.6;
}

.contactBOX .Content .item02 ul li::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	background: url("../../images/drskill/check.png")no-repeat;
	background-position: left top;
	background-size: contain;
}








@media screen and (max-width: 834px){
	
.hero {
	position: relative;
	width: auto;
	height: 100vh;
	min-height: 700px;
	overflow: hidden;
}

/* 背景動画 */
.fvVIDEO {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	object-fit: cover;
	z-index: 0;
}

/* グレーの透過レイヤー */
.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.35);
	z-index: 1;
	pointer-events: none;
}

/* タイトルブロック */
.hero .title {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 2;
	width: auto;
	color: #fff;
	padding: 0 5%;
	box-sizing: border-box;
}

/* ロゴ */
.hero .title .logo {
	margin-bottom: 30px;
}

.hero .title .logo figure {
	margin: 0;
}

.hero .title .logo img {
	display: block;
	max-width: 400px;
	width: 60%;
	height: auto;
}

/* メインコピー */
.hero .title h2 {
	margin: 0 0 25px;
	font-size: clamp(3rem, 4vw, 5.5rem);
    font-family: "Noto Serif JP", serif;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.08em;
}

/* 説明文 */
.hero .title h3 {
	margin: 0;
	font-size: clamp(1.4rem, 1.4vw, 1.8rem);
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

.aboutBOX02 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 15px;
}
.aboutBOX02 .text {
	width: auto;
	display: flex;
	flex-direction: column;
  justify-content: center;
}
.aboutBOX02 .ph {
	width: auto;
}
.aboutBOX02 .ph img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.aboutBOX02 .text .eng {
	font-family: "Google Sans", sans-serif;
	color:#716caa;
	font-size: clamp(1.4rem, 1.6vw, 2rem);
	letter-spacing: 0.08em;

}

.aboutBOX02 .text h2 {
	margin: 0 0 25px;
	font-size: clamp(2.4rem, 3vw,4rem);
     font-family: "Noto Serif JP", serif;
	font-weight: 400;
	margin-bottom: 10px;
}
.aboutBOX02 .text p {
	font-size: clamp(1.4rem, 1.5vw,1.8rem);
}

.aboutPOINT {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;

}
.aboutPOINT li {
	width: 49%;
	padding: 2%;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(113,110,170,0.1);
	margin-bottom: 7px;
}
.aboutPOINT li figure {
	width: 25%;
	margin: 0 auto 10px;
}
.aboutPOINT li h3 {
	font-size: clamp(1.4rem, 1.8vw,2.2rem);
	text-align: center;
     font-family: "Noto Serif JP", serif;
	font-weight: 400;
	margin-bottom: 5px;
	line-height: 1.4;
	color:#1F1753;
}

.aboutPOINT li p {
	font-size: clamp(1.2rem, 1.2vw,1.6rem);
	margin: 0;
	padding: 0;
	line-height: 1.4;
	text-align: left;
}



.whyBLOCK .eng {
	font-family: "Google Sans", sans-serif;
	color:#716caa;
	font-size: clamp(1.4rem, 1.6vw, 2rem);
	margin-bottom: 10px;

}

.whyBLOCK h2 {
	margin: 0 0 25px;
	font-size: clamp(2.4rem, 3vw,4rem);
     font-family: "Noto Serif JP", serif;
	font-weight: 400;
	margin-bottom: 20px;
}

.whyPOINT {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;

}
.whyPOINT li {
	width: 49%;
	padding: 2%;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(113,110,170,0.1);
	margin-bottom:7px;
}
.whyPOINT li figure {
	width: 25%;
	margin: 0 auto 10px;
}
.whyPOINT li h3 {
	font-size: clamp(1.4rem, 1.4vw,1.8rem);
	text-align: center;
     font-family: "Noto Serif JP", serif;
	font-weight: 400;
	margin-bottom: 5px;
	color:#1F1753;
}

.whyPOINT li p {
	font-size: clamp(1.2rem, 1.0vw,1.3rem);
	margin: 0;
	padding: 0;
	line-height: 1.4;
	text-align: left;
	
}

.globalBOX{
	display:flex;
	flex-direction: column;
	flex-wrap:wrap;
	gap:10px;
	margin:0;
	padding:0;
	list-style:none;
}

.globalBOX li{
	position:relative;
	width:auto;
	overflow:hidden;
}

.globalBOX li figure{
	position:relative;
	margin:0;
	width:100%;
	height:100%;
	overflow:hidden;
	border-radius: 5px;
}

/* 通常：グレーの透過レイヤー */
.globalBOX li figure::after{
	content:"";
	position:absolute;
	inset:0;
	background:rgba(0, 0, 0, 0.30);
	z-index:1;
}

.globalBOX li figure img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius: 5px;
}

/* テキストを画像の左下へ */
.globalBOX li .text{
	position:absolute;
	left:15px;
	bottom:10px;
	z-index:2;
	color:#fff;
}

/* 英字 */
.globalBOX li .land{
	font-size:14px;
	letter-spacing: 0.2rem;
	font-family: "Google Sans", sans-serif;
}

/* 国名 */
.globalBOX li h3{
	margin:0 0 5px;
	font-size: clamp(2rem, 2vw,2.5rem);
	font-family: "Noto Serif JP", serif;
	font-weight:500;
}

/* 説明 */
.globalBOX li p{
	margin:0;
	font-size: clamp(1.4rem, 1.2vw,1.6rem);
	line-height:1.7;
}


/* =========================
   COMING SOON
========================= */

.globalBOX li.last figure::after{
	background:rgba(113, 108, 170, 0.8);
}

/* 上下左右中央 */
.globalBOX li.last .text{
	left:50%;
	top:50%;
	bottom:auto;
	transform:translate(-50%, -50%);
	width:100%;
	text-align:center;
	
}

.globalBOX li.last .camming{
	font-size:2rem;
	line-height:1.6;
	letter-spacing:.08em;
	font-family: "Google Sans", "Noto Sans JP", sans-serif;
}
.globalBOX li.last .camming span {
	font-size: clamp(1.4rem, 1.2vw,1.6rem);
}

.kensyuBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 0px;
}
.kensyuBOX .text {
	width: auto;
	display: flex;
	flex-direction: column;
  justify-content: center;
	margin-bottom: 10px;
}
.kensyuBOX .text .eng {
	font-family: "Google Sans", sans-serif;
	color:#716caa;
	font-size: clamp(1.4rem, 1.6vw, 2rem);
	letter-spacing: 0.08em;

}

.kensyuBOX .text h2 {
	margin: 0 0 25px;
	font-size: clamp(2.4rem, 3vw,4rem);
     font-family: "Noto Serif JP", serif;
	font-weight: 400;
	margin-bottom: 10px;
}

.kensyuBOX .ListBOX {
	width: auto;
}
.kensyuBOX .ListBOX ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kensyuBOX .ListBOX ul li {
	width: 49%;
	margin-bottom: 10px;
}
.kensyuBOX .ListBOX ul li figure {
	margin-bottom: 0px;
}
.kensyuBOX .ListBOX ul li figure img {
	border-radius: 5px;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.kensyuBOX .ListBOX ul li .tag {

}
.kensyuBOX .ListBOX ul li .tag .kol {
background: #716caa;
	color:#fff;
	font-size: clamp(1rem, 1vw, 1.2rem);
	display: inline-block;
	padding: 1px 10px;
	box-sizing: border-box;
	line-height: 1.5;
	border-radius: 2px;
}
.kensyuBOX .ListBOX ul li .date {
	color:#959595;
	font-size: clamp(1.2rem, 1.2vw, 1.4rem);
	line-height: 1.3;
	margin-bottom: 3px;
}
.kensyuBOX .ListBOX ul li p {
	font-size: clamp(1.2rem, 1.2vw, 1.4rem);
	line-height: 1.3;
	padding: 0;
	margin: 0;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}




.drSKILLcontant {
	background: #fff;
	padding: 30px 0%;
	box-sizing: border-box;
	background-image: linear-gradient(#ffffff, #c6c3e080);
}
.drSKILLcontant .contentWrap {
	max-width: 1400px;
	padding: 0 5%;
	margin: auto auto;
	box-sizing: border-box;
}
.contactBOX {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.contactBOX .text {
	width: auto;
	display: flex;
  justify-content: center;
	flex-direction: column;
	margin-bottom: 10px;
}

.contactBOX .text .eng {
	font-family: "Google Sans", sans-serif;
	color:#716caa;
	font-size: clamp(1.4rem, 1.6vw, 2rem);
	letter-spacing: 0.08em;

}

.contactBOX .text h2 {
	margin: 0 0 25px;
	font-size: clamp(2.4rem, 3vw,4rem);
     font-family: "Noto Serif JP", serif;
	font-weight: 400;
	margin-bottom: 10px;
}

.contactBOX .Content {
	width: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
	padding: 20px 20px 20px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 0 30px rgba(113,110,170,0.1);
}

.contactBOX .Content .item01 {
	width: auto;
	margin-bottom: 20px;
}
.contactBOX .Content .item01 h3 {
	font-size: clamp(2rem, 1.8vw,2.4rem);
     font-family: "Noto Serif JP", serif;
	font-weight: 400;
	margin-bottom: 10px;
}
.contactBOX .Content .item01 p {
	font-size: clamp(1.4rem, 1.2vw, 1.5rem);
}

.contactBOX .Content .item02 figure {
	width: auto;
}


.buttonBOX {
	width: 80%;
	margin: 0px auto;
	margin-bottom:10px;
}

.buttonBOX .title {
	text-align: center;
	font-size: clamp(1.2rem, 1.2vw, 1.6rem);
	color:#716caa;
	text-align: center;
}

.contactBOX .Content .item01 .kome {
	font-size: clamp(1.2rem, 1vw, 1.4rem);
	text-align: center;
}


/* 001 */
.lineBUTTON a {
    border: 1px solid #716caa;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 400;
	box-sizing: border-box;
	font-size: clamp(1.6rem, 1.4vw,2rem);
	background: #716caa;
	border-radius: 6px;
}
.lineBUTTON a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 10px;
  height: 10px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.lineBUTTON a:hover {
}
.lineBUTTON a:hover:after {
  right: 1.4rem;
}

.contactBOX .Content .item02 {
	width: auto;
	display: flex;
	justify-content: space-between;
	display: flex;
  justify-content: space-between;
  align-items: center;
}
.contactBOX .Content .item02 ul {
	width: 70%;
	
}
.contactBOX .Content .item02 figure {
	width: 25%;
	margin-top: 0px;
	margin-right: 0px;
}

.contactBOX .Content .item02 ul li {
	font-size: clamp(1.2rem, 1.2vw, 1.5rem);
    margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
	line-height: 1.6;
}

.contactBOX .Content .item02 ul li::before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	background: url("../../images/drskill/check.png")no-repeat;
	background-position: left top;
	background-size: contain;
}
}