@charset "utf-8";

/*--------------------------------------------
    main
---------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}
img{
	width: 100%;
}
body{
	color: #232323;
	font-size: 16px;
	overflow-x: hidden;
}
h2{
	text-align: center;
	font-size: 1.875rem;
	letter-spacing: .05em;
	line-height: 45px;
	padding-bottom: 30px;
	margin-bottom: 60px;
	position: relative;
}
h2 span{
	color: #DC0004;
}
h2:after{
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	background-color: #A90D0D;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tab-only,.sp-only,
.tab-sp-only{
	display: none;
}
@media screen and (max-width: 1024px) {
	h2{
	    margin-bottom: 40px;	
	}
	.tab-only,
	.tab-sp-only{
		display: block;
	}
	.sp-only,
	.pc-only{
		display: none;
	}
	
	div.pliceListBody div {
	    padding: 40px 0px;
	    margin: 20px;
	    border-bottom: 1px #999 solid;
	}
	div.pliceListBody div h3 {
		font-size: 2rem;
	    color: #ffa102;
		padding-bottom: 10px
	}
	div.pliceListBody div h4 {
		font-size: 1.5rem;
	    color: #000;
		padding-top: 50px;
		padding-bottom: 10px
	}
	div.pliceListBody div p {
		font-size: 1.2em;
		padding-bottom: 10px;
	}
	div.pliceListBody div p.price {
		font-size: 2rem;
		text-align: right;
	}
	div.pliceListBody div p.addprice {
		font-size: 1rem;
		text-align: right;
	}
	div.pliceListBody div p a {
		padding: 10px;
		background-color: #ccc;
		display: inline-block;
	}		
}
@media screen and (max-width: 767px) {
.tab-only,
.pc-only,
.pc-tab-only{
	display: none;
}
.sp-only{
	display: block;
}

	h2{
	margin-bottom: 22px;
    padding-bottom: 15px;
    font-size: 1.375rem;
	line-height: 34px;	
	}
}
/*service__fv-contents
---------------------------------------------*/
.service__fv-contents{
	height: 530px;
	width: 100%;
	background-image: url('https://latestnews.pages.dev/corp_contents/service/news/images/main-bg.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
    align-items: center;
	margin-bottom: 193px;
}
.service__fv-text{
	    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0 64px;
	position: relative;
}
.service__fv-text:after{
	content: url('https://latestnews.pages.dev/corp_contents/service/news/images/main-img.png');
	position: absolute;
    left: 0;
    transform: scale(.5);
    top: 0;
    right: 230px;
    width: 714px;
    bottom: -250px;
    margin: 0 0 0 auto;
}
.service__first-text{
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 30px;
}
.service__fv-text h1{
	font-size: 3.375rem;
	letter-spacing: .02em;
	line-height: 53px;
	margin-bottom: 25px;
}
.service__fv-text h1 span{
	color: #DC0004;
}
.service__second-text{
	font-size: 1.625rem;
	letter-spacing: .02em;
	line-height: 53px;
	margin-bottom: 35px;
}
.service__fv-contents .service__cv-btn a{
	display: flex;
	max-width: 339px;
	width: 100%;
	min-width: 427px;
	background-color: #A90D0D;
	border: 1px solid #A90D0D;
	border-radius: 3px;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: .02em;
	padding: 15px 0;
	justify-content: center;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	text-decoration: none;
	transition: background-color 0.5s ease;
}
.service__fv-contents .service__cv-btn a:hover{
	background-color: #fff;
	color: #A90D0D;
}
@media screen and (max-width: 1268px) {
	.service__fv-text:after{
		transform: scale(.35);
    right: 40px;
	}
}
@media screen and (max-width: 1024px) {
	.service__fv-text:after{
	left: -50px;
    transform: scale(.35);
    top: 0;
    right: 0;
    width: 814px;
    bottom: -920px;
    margin: 0 auto;
	}
	.service__fv-contents{
	align-items: baseline;
    padding: 75px 15px 0;
    text-align: center;	
	margin-bottom: 114px;
	height: 730px;
	}
	.service__fv-contents .service__cv-btn a{
	margin: 0 auto;
	min-width: unset;
	}
	.service__fv-contents .service__sub-cv-btn{
	display: unset;
	}
	.service__fv-contents .service__sub-cv-btn a{
	margin: 25px auto;
	max-width: 339px;
	}
	.service__first-text{
	font-size: 1.875rem;
    margin-bottom: 20px;	
	}
	.service__fv-text h1{
	font-size: 3.175rem;
	margin-bottom: 18px;	
	}
	.service__second-text{
	    font-size: 1.5rem;
    line-height: 36px;
    margin-bottom: 25px;	
	}

}
@media screen and (max-width: 767px) {
	.service__fv-contents{
		padding: 43px 15px 0;
		margin-bottom: 79px;
		height: 529px;
	}
	    .service__first-text {
        font-size: 1rem;
        margin-bottom: 3px;
    }
	.service__fv-text{
		padding: 0;
	}
	    .service__fv-text h1 {
        font-size: 1.75rem;
        margin-bottom: 5px;
    }
	.service__second-text {
        font-size: .9375rem;
        line-height: 24px;
        margin-bottom: 25px;
    }
	.service__fv-contents .service__cv-btn a{
	font-size: 1.125rem;
        max-width: 288px;	
	}
	.service__fv-contents .service__sub-cv-btn{
	display: unset;
	}
	.service__fv-contents .service__sub-cv-btn a{
	margin: 25px auto;
	max-width: 288px;
	}
	.service__fv-text:after{
		        left: -160px;
        transform: scale(.18);
        top: 0;
        right: 0;
        width: 150px;
        bottom: -575px;
        margin: 0 auto;
	}
}
/*service__about-contents
---------------------------------------------*/
.service__about-contents{
	position: relative;
	padding: 80px 24px;
	overflow: hidden;
}
.service__about-contents:after{
	content: url('https://latestnews.pages.dev/corp_contents/service/news/images/asia-map.webp');
	position: absolute;
	top: -300px;
    left: 100px;
	right: 0;
	transform: scale(.5);
	z-index: -1;
	bottom: 0;
}
.service__about-contents p{
	font-size: 1rem;
	letter-spacing: .02em;
	line-height: 34px;
	text-align: center;
	max-width: 900px;
	margin: 0 auto 25px;
}
.service__about-area-title{
	margin-top: 100px;
}

@media screen and (max-width: 1024px) {
.service__about-contents{
	    padding: 0 24px;
}
.service__about-contents:after{
	top: -250px;
    left: -290px;
    right: 0;
    transform: scale(.4);
    z-index: -1;
    bottom: 0;
    margin: 0 auto;
}
}
@media screen and (max-width: 767px) {
.service__about-contents p{
	    line-height: 28px;
		text-align: left;
}
.service__about-area-title {
    margin-top: 70px;
}
.service__about-contents:after{
        top: -190px;
        left: -200px;
        transform: scale(.3);
}
	.service__about-contents {
        padding: 0 16px;
    }
}
@media screen and (max-width: 635px) {
.service__about-contents:after{
	        top: -70px;
        left: -200px;
        transform: scale(.25);
}
}
@media screen and (max-width: 507px) {
.service__about-contents:after{
	top: 250px;
        left: -200px;
        transform: scale(.17);
}
}
@media screen and (max-width: 374px) {
.service__about-contents:after{
	top: 300px;
}
}

/*service__trial-contents
---------------------------------------------*/
.service__trial-contents{
	margin: 40px 0 120px;
    background-color: #FFFBF2;
    padding: 98px 24px;
}
.service__trial-contents-text{
	font-size: 1.125rem;
	letter-spacing: .02em;
	line-height: 36px;
	text-align: center;
	margin-bottom: 40px;
}
.service__big-cv-btn a{
	max-width: 427px;
	width: 100%;
	margin: 0 auto 20px;
	padding: 20px 0;
	font-size: 1.5rem;
	font-weight: 500;
	color: #fff;
	display: flex;
	justify-content: center;
	background-color: #A90D0D;
	border: 1px solid #A90D0D;
	border-radius: 3px;
	box-shadow: 0px 2px 4px rgba(0,0,0,.25);
	text-decoration: none;
	transition: background-color 0.5s ease;
}
.service__big-cv-btn a:hover{
	 background-color: #fff;
    color: #A90D0D;
}
.service__big-cv-btn p{
	max-width: 427px;
	width: 100%;
	margin: 0 auto;
	font-size: .75rem;
	line-height: 22px;
}
.service__sub-cv-btn{
	display: flex;
	justify-content: center;
	gap:27px;
	margin-top: 40px;
}
.service__sub-cv-btn a{
	display: flex;
	justify-content: center;
	padding: 15px 0;
	font-size: 1.125rem;
	font-weight: 600;
	border-radius: 3px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
	max-width: 200px;
	width: 100%;
	text-decoration: none;
}
.service__sub-cv-btn a:first-child{
color: #A90D0D;
border: 1px solid #A90D0D;
background-color: #fff;
transition: background-color 0.5s ease;
}
.service__sub-cv-btn a:first-child:hover{
color: #fff;
background-color: #A90D0D;
}
.service__sub-cv-btn a:last-child{
color: #232323;
background-color: #FAA000;
border: 1px solid #FAA000;
transition: background-color 0.5s ease;
}
.service__sub-cv-btn a:last-child:hover{
background-color: #FFF;
}
.service__fv-contents .service__sub-cv-btn{
	justify-content: left;
}

@media screen and (max-width: 1024px) {
.service__trial-contents{
	    padding: 65px 24px;
		margin: 75px 0 100px;
}
}
@media screen and (max-width: 767px) {
.service__trial-contents-text{
	font-size: 1rem;
    line-height: 26px;
    margin-bottom: 30px;
}
.service__big-cv-btn a{
	max-width: 288px;
    font-size: 1.125rem;
    padding: 18px 0;
    margin: 0 auto 10px;
}
.service__big-cv-btn p{
	max-width: 288px;
}
.service__sub-cv-btn{
	max-width: 288px;
    width: 100%;
    margin: 30px auto 0;
	display: block
}
.service__sub-cv-btn a{
	margin-bottom: 15px;
    font-size: .9375rem;
    max-width: 288px;
}
.service__trial-contents{
	padding: 50px 16px;
	margin: 45px 0 70px;
}
.service__trial-contents h2{
	letter-spacing: 0;
}
}
/*service__reason-contents
---------------------------------------------*/
.service__reason-contents{
	margin-bottom: 120px;
	padding: 0 24px;
}
.service__reason-flex{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	max-width: 1120px;
    margin: 0 auto;
    width: 100%;
}
.service__reason-box{
	width: calc(50% - 15px);
	box-shadow: 0px 2px 4px rgba(0,0,0,.25);
	margin-bottom: 24px;
}
.service__reason-box h3{
	padding: 25px 20px;
	background-color: #F0F0F0;
	font-size: 1.375rem;
	letter-spacing: .02em;
}
.service__reason-box .service__reason-img img{
	width: 100%;
	height: auto;
	aspect-ratio: 545 / 240;
    object-fit: cover;
}
.service__reason-box p{
	padding: 25px;
	font-size: 1rem;
	line-height: 34px;
	letter-spacing: .02em;
}
@media screen and (max-width: 1024px) {
.service__reason-flex{
	display: block;
}
.service__reason-box{
	width: 100%;
	margin-bottom: 54px;
}
.service__reason-box .service__reason-img img {
    aspect-ratio: 721 / 240;
    object-fit: cover;
}
.service__reason-contents{
	margin-bottom: 100px;
}
}
@media screen and (max-width: 767px) {
.service__reason-contents{
	margin-bottom: 70px;
    padding: 0 16px;
}
.service__reason-flex{
	margin-top: 30px;
}
.service__reason-box h3{
padding: 18px 15px;
font-size: 1rem;
line-height: 24px;	
}
.service__reason-box .service__reason-img img{
aspect-ratio: 328 / 144;	
}
.service__reason-box p{
    line-height: 28px;	
}
}

/*service__feature-contents
---------------------------------------------*/
.service__feature-contents{
	background-color: #E8EAEF;
    padding: 61px 24px 15px;
    margin-bottom: 159px;
	position: relative;
}
.service__feature-contents .service__big-cv-btn a{
position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
}
.service__feature-container{
	    max-width: 1120px;
    width: 100%;
    margin: 0 auto 98px;
}
.service__feature-item{
	background-color: #fff;
    padding: 25px 30px 25px 180px;
    border-radius: 3px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
}
.service__feature-header{
	font-weight: bold;
        font-size: 1.375em;
        margin-bottom: 10px;
        letter-spacing: .05em;
		font-weight: 600;
		margin-bottom: 10px;
		position: relative;
		line-height: 28px;
}
.service__feature-item:first-child .service__feature-header:before{
position: absolute;
top: -24px;
left: -190px;
content: url('https://latestnews.pages.dev/corp_contents/service/news/images/feature01.webp');
transform: scale(.5);
}
.service__feature-item:nth-child(2) .service__feature-header:before{
	position: absolute;
top: -24px;
left: -190px;
content: url('https://latestnews.pages.dev/corp_contents/service/news/images/feature02.webp');
transform: scale(.5);
	
}
.service__feature-item:nth-child(3) .service__feature-header:before{
position: absolute;
top: -24px;
left: -190px;
content: url('https://latestnews.pages.dev/corp_contents/service/news/images/feature03.webp');
transform: scale(.5);	
}
.service__feature-item:last-child .service__feature-header:before{
position: absolute;
top: -24px;
left: -190px;
content: url('https://latestnews.pages.dev/corp_contents/service/news/images/feature04.webp');
transform: scale(.5);	
}
.service__feature-content p{
	font-size: 1rem;
	letter-spacing: .02em;
	line-height: 30px;
}
.service__feature-4{
	font-size: 2.5rem;
    color: #A90D0D;
    padding: 0 3px;
}
/* --- PCレイアウト（1025px以上） --- */
@media screen and (min-width: 1025px) {
  .service__feature-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* 要素間の余白 */
  }

  .service__feature-item {
    width: calc(50% - 10px); /* 2列並べ */
    margin-bottom: 20px;
  }

  .service__feature-content {
    display: block !important; /* 常に表示 */
  }
}

/* --- スマホレイアウト（1024px以下） --- */
@media screen and (max-width: 1024px) {
	.service__feature-container{
		display: flex;
		gap: 20px 30px;
		flex-wrap: wrap;
		max-width: 720px;
		align-items: flex-start;
	}
  .service__feature-item {
    overflow: hidden;
	width: calc(50% - 15px);
	padding: 20px 16px 20px 58px;
  }
.service__feature-item:first-child .service__feature-header:before{
        top: -86px;
        left: -132px;
        transform: scale(.15);
}
.service__feature-item:nth-child(2) .service__feature-header:before{
        top: -86px;
        left: -132px;
        transform: scale(.15);
}
.service__feature-item:nth-child(3) .service__feature-header:before{
top: -86px;
        left: -132px;
        transform: scale(.15);
}
.service__feature-item:last-child .service__feature-header:before{
top: -86px;
        left: -132px;
        transform: scale(.15);
}
  .service__feature-header {
    padding: 0;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        font-weight: 600;
		margin-bottom: 0;
		font-size: 1.125rem;
  }

  /* 矢印の自作 */
  .service__feature-header::after {
        content: '';
        width: 12px;
        height: 12px;
        border-bottom: 2px solid #232323;
        border-right: 2px solid #232323;
        transform: rotate(45deg);
        transition: transform .3s;
  }

  /* 開いている時の矢印 */
  .service__feature-item.is-open .service__feature-header::after {
    transform: rotate(225deg);
  }

  .service__feature-content {
    display: none; /* 初期状態は非表示 */
    padding: .3em 2em 1.5em;
  }

  /* クラス付与で表示 */
  .service__feature-item.is-open .service__feature-content {
    display: block;
	padding: 13px 0 0;
  }
}
@media (min-width: 1025px) {
  .service__feature-content {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
.service__feature-contents{
	padding: 55px 16px 1px;
    margin-bottom: 100px;
}
.service__feature-container{
	margin-top: 30px;
	display: block;
}
.service__feature-item{
	        max-width: 328px;
        margin: 0 auto 20px;
		        width: 100%;
}
.service__feature-header{
	font-size: 1rem;
}
.service__feature-contents .service__big-cv-btn a{
	bottom: -35px;
}
}
@media screen and (max-width: 343px) {
	.service__feature-item{
	        padding: 20px 10px 20px 40px;	
	}
	.service__feature-header::after{
	width: 10px;
    height: 10px;	
	}
.service__feature-item:first-child .service__feature-header:before,
.service__feature-item:nth-child(2) .service__feature-header:before,
.service__feature-item:nth-child(3) .service__feature-header:before,
.service__feature-item:last-child .service__feature-header:before{
top: -88px;
        left: -123px;
        transform: scale(.11);
}
}
/*service__user-contents
---------------------------------------------*/
.service__user-contents{
padding: 0 24px 90px;
}
.service__user-contents p{
	font-size: 1.125rem;
	letter-spacing: .02em;
	line-height: 34px;
	margin-bottom: 30px;
	text-align: center;
}
@media screen and (max-width: 767px) {
.service__user-contents {
    padding: 0 16px 40px;
}
.service__user-contents p{
	font-size: 1rem;
	text-align: left;
}
}
/*service__user-contents
---------------------------------------------*/
.service__usage-contents{
	padding: 0 24px 120px;
}
.service__usage-flex{
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.service__usage-flex .service__usage-box{
	display: flex;
	gap: 75px;
	max-width: 566px;
    width: 50%;
	justify-content: center;
	padding: 74px 25px;
	align-items: center;
}
.service__usage-flex .service__usage-box:first-child{
border-right: 1px solid #BFBFBF;
border-bottom: 1px solid #BFBFBF
}
.service__usage-flex .service__usage-box:last-child{
	border-top: 1px solid #BFBFBF;
	border-left: 1px solid #BFBFBF;
}
.service__usage-box .img{
	width: 98px;
	flex-shrink: 0;
}
.service__usage-box h3{
font-size: 1.625rem;
margin-bottom: 20px;
}
.service__usage-box p{
font-size: 1.125rem;
line-height: 27px;
}
.service__usage-text{
	max-width: 265px;
	width: 61%;
}
@media screen and (max-width: 1024px) {
.service__usage-flex .service__usage-box{
	gap:20px;
	padding: 64px 10px;
}
.service__usage-box .img{
	    width: 70px;
}
.service__usage-box h3{
	font-size: 1.25rem;
    margin-bottom: 15px;
}
.service__usage-text{
max-width: 205px;
}
.service__usage-flex{
max-width: 728px;
}
}
@media screen and (max-width: 767px) {
.service__usage-contents{
	padding: 0 16px 73px;
}
.service__usage-flex{
	display: block;
}
.service__usage-flex .service__usage-box:first-child{
	border-right: none;
}
.service__usage-flex .service__usage-box{
	    width: 100%;
		padding: 40px 0;
		margin: 0 auto;
		max-width: 366px;
		border-bottom: 1px solid #BFBFBF;
}
.service__usage-flex .service__usage-box:last-child {
    border-top: none;
    border-left: none;
}
}
@media screen and (max-width: 364px) {
.service__usage-box .img{
	width: 60px;
}
.service__usage-text{
	width: 80%;
}
}

/*service__user-contents
---------------------------------------------*/
.service__sean-contents{
padding: 0 24px 36px;	
}
.service__sean-contents h3{
	max-width: 1111px;
	width: 100%;
	margin: 0 auto 25px;
	font-size: 1.5rem;
	letter-spacing: .02em;
	line-height: 36px;
	font-weight: 300;
}
.service__sean-flex{
	max-width: 1111px;
	width: 100%;
	margin: 0 auto 84px;
	    display: flex;
    gap: 73px;
}
.service__sean-before-box h4{
	background-color: #BFBFBF;
	color: #fff;
	font-size: 1.375rem;
	font-weight: 600;
	padding: 15px 9px;
}
.service__sean-before-box{
position: relative;
}
.service__sean-before-box:before{
content: '';
    position: absolute;
    right: -56px;
    top: 40%;
    bottom: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 32px solid #faa000;
    border-right: 0;
}
.service__sean-after-box h4{
	background-color: #FFDE97;
	color: #232323;
	font-size: 1.375rem;
	font-weight: 600;
	padding: 15px 9px;
}

.service__sean-before-flex{
	display: flex;
	padding: 5px 23px;
	align-items: center;
	gap:18px;
	background-color: #F0F0F0;
	    height: 250px;
}
.service__sean-after-flex{
	display: flex;
	padding: 5px 23px;
	align-items: center;
	gap:18px;
	background-color: #FFFBF2;
	    height: 250px;
}
.service__sean-before-flex .img,
.service__sean-after-flex .img{
	width: 135px;
	height: auto;
	flex-shrink: 0;
}
.service__sean-before-box,
.service__sean-after-box{
	width: calc(50% - 36.5px);
}
.service__sean-contents p{
	font-size: 1.125rem;
	letter-spacing: .02em;
	line-height: 28px;
}
@media screen and (max-width: 1024px) {
.service__sean-contents {
    padding: 0 24px 36px;
}
.service__sean-contents h3{
	text-align: center;
	margin: 0 auto 18px;
	max-width: 720px;
}
.service__sean-flex{
	    display: block;
		    margin: 0 auto 80px;
}
.service__sean-before-box, 
.service__sean-after-box{
width: 100%;
    max-width: 720px;
    margin: 0 auto;
}
.service__sean-before-box{
	margin-bottom: 75px;
}
.service__sean-before-box:before{
    transform: rotate(90deg);
	    right: 0;
    top: auto;
    bottom: -54px;
	left: 0;
	margin: 0 auto;
}
.service__sean-before-flex,
.service__sean-after-flex{
	height: auto;
	padding: 30px 40px;
}
.service__sean-before-flex .img, 
.service__sean-after-flex .img{
width: 100px;
}
}
@media screen and (max-width: 767px) {
.service__sean-contents {
    padding: 0 16px 36px;
}
.service__sean-flex{
margin: 0 auto 34px;
}
.service__sean-contents h3{
font-size: 1.25rem;
    text-align: left;
    line-height: 30px;
    margin: 0 auto 15px;	
}
.service__sean-before-box h4,
.service__sean-after-box h4{
	font-size: 1rem;
	padding: 13px 9px;
}
.service__sean-before-flex, 
.service__sean-after-flex{
        padding: 23px 15px 30px;
		display: block;
}
.service__sean-before-flex .img, 
.service__sean-after-flex .img{
        margin: 0 auto 15px;
}
}
/*service__experience-contents
---------------------------------------------*/
.service__experience-contents{
padding: 85px 24px 100px;
background-color: #FFFBF2;	
text-align: center;
margin-bottom: 120px;
}
.service__experience-contents h3{
	font-size: 1.875rem;
	letter-spacing: .02em;
	line-height: 45px;
	margin-bottom: 33px;
}
.service__experience-contents p{
	font-size: 1.125rem;
	letter-spacing: .02em;
	line-height: 27px;
	margin-bottom: 22px;
}
.service__experience-contents .service__big-cv-btn{
	margin-top: 48px;
}
.service__experience-contents .service__big-cv-btn p{
font-size: .75rem;
    line-height: 22px;
	    text-align: left;
		letter-spacing: 0;
}

@media screen and (max-width: 1024px) {
.service__experience-contents{
	padding: 70px 24px 48px;
}
}
@media screen and (max-width: 767px) {
.service__experience-contents{
	    padding: 46px 16px 24px;
		margin-bottom: 70px;
}
.service__experience-contents h3{
	    font-size: 1.125rem;
    line-height: 27px;
	letter-spacing: 0;
}
.service__experience-contents p{
	    font-size: .9375rem;
    line-height: 23px;
    margin-bottom: 20px;
	letter-spacing: 0;
}
.service__experience-contents .service__big-cv-btn p{
        font-size: .9375rem;
        line-height: 23px;
        margin-bottom: 20px;
        letter-spacing: 0;
}
}
/*service__price-contents
---------------------------------------------*/
.service__price-contents{
	padding: 0 24px 120px;
}
.service__price-flex{
	display: flex;
	gap:57px;
	margin-bottom: 70px;
    align-items: center;
	justify-content: center;
}
.service__price-box{
	width: 320px;
	height: 411px;
}
.service__price-title{
background-color: #FFFBF2;
text-align: center;
padding: 22px 0;
}
.service__price-box-plus .service__price-title{
	padding: 27px 0;
	background-color: #FFF1D3;
}
.service__price-title h3{
font-size: 1.25rem;
margin-bottom: 6px;
}
.service__price-title h3 span{
color: #DC0004;
}
.service__price-title p{
font-size: 1rem;
letter-spacing: .02em;
margin-bottom: 6px;
}
.service__price-box-plus .service__price-title h3{
font-size: 1.375rem;
}
.service__price-box.service__price-box-plus{
	width: 365px;
	height: 451px;
}
.service__price-text{
	padding: 25px 22px;
}
.service__price-text p{
font-size: .75rem;
line-height: 18px;
}
.service__price-text p span{
display: block;
font-size: 1rem;
font-weight: 600;
margin-bottom: 10px;
}
.service__price-box{
	border: 1px solid #BFBFBF;
}
.service__price-sub-btn{
	margin-top: 28px;
}
.service__price-sub-btn a{
	display: flex;
	width: 230px;
	height: 56px;
	align-items: center;
	border-radius: 3px;
	box-shadow: 0px 2px 4px rgba(0,0,0,.25);
	justify-content: center;
	font-size: 1.125rem;
	font-weight: 600;
	text-decoration: none;
	margin: 0 auto 15px;
}
.service__price-sub-btn a:first-child{
color: #A90D0D;
border:1px solid #A90D0D;
background-color: #fff;
transition: background-color 0.5s ease;
}
.service__price-sub-btn a:first-child:hover{
	background-color: #A90D0D;
    color: #fff;
}
.service__price-sub-btn a:last-child{
	color: #232323;
border:1px solid #FAA000;
background-color: #FAA000;
transition: background-color 0.5s ease;
}
.service__price-sub-btn a:last-child:hover{
	background-color: #fff;
}
.service__price-box-plus .service__price-text p span{
	font-size: 1.125rem;
	text-align: center;
}
.service__price-box-plus .service__price-sub-btn a{
width: 275px;
height: 56px;
font-size: 1.25rem;
}
.service__price-box-plus .service__price-text{
	    padding: 30px 27px;
}
.service__price-box-plus .service__price-sub-btn {
    margin-top: 31px;
}
@media screen and (max-width: 1143px) {
.service__price-flex{
	gap:27px;
}
.service__price-title h3{
	font-size: 1.125rem;
}
.service__price-title p{
	font-size: .9375rem;
}
.service__price-text {
    padding: 25px 0;
    max-width: 267px;
    margin: 0 auto;
}
.service__price-box-plus .service__price-text {
    padding: 30px 0;
    max-width: 300px;
}
}
@media screen and (max-width: 1024px) {
.service__price-flex{
	margin-bottom: 0;
	display: block;
}
.service__price-box.service__price-box-plus,
.service__price-box{
    width: 100%;
    height: auto;
    max-width: 720px;
    margin: 0 auto 57px;
}
.service__price-box-plus .service__price-title,
.service__price-title{
	padding: 20px 0;
}
    .service__price-box-plus .service__price-text,
	.service__price-text {
        padding: 30px 0;
        max-width: 100%;
        text-align: center;
    }
	.service__price-text p {
    font-size: .875rem;
    line-height: 21px;
}
.service__price-box-plus .service__price-sub-btn a,
.service__price-sub-btn a{
	margin: 0;
}
.service__price-sub-btn{
	display: flex;
    justify-content: center;
    gap: 20px;
}
.service__price-box-plus .service__price-title h3,
.service__price-title h3{
	font-size: 1.25rem;
}
.service__price-box-plus .service__price-text p span{
	font-size: 1rem;
}
.service__price-box-plus .service__price-sub-btn a{
	width: 230px;
    height: 56px;
	font-size: 1.125rem;
}
}
@media screen and (max-width: 767px) {
    .service__price-title p {
        font-size: .8125rem;
    }
	.service__price-sub-btn a,
	.service__price-box-plus .service__price-sub-btn a{
		margin: 0 auto 15px;
	}
	.service__price-sub-btn{
		display: block;
	}
}
@media screen and (max-width: 506px){
.service__price-text p{
	width: 270px;
        margin: 0 auto;
        text-align: left;
}
.service__price-contents {
    padding: 0 16px 120px;
}
}