@charset 'UTF-8';
p {
	font-size: clamp(1.8rem, 1.8vw, 1.8rem) ;
	font-weight:400;
	line-height: 2;
}
pre {
	font-size: clamp(1.8rem, 1.8vw, 1.8rem) !important;
	font-weight:400;
	white-space: pre-wrap;
	line-height: 2;
}

.btn a {
	position:relative;
	max-width:400px;
	color:#029771;
	font-size:1.8rem;
	font-weight:500;
	background:#fff;
	border-radius:5px;
	margin-inline:auto;
	padding:20px 20px;
	margin-block-start:30px;
}
.btn a:after {
	content:"";
	position:absolute;
	top:18px;
	right:20px;
	background:url(/wp-content/uploads/arrow01.png);
	width:35px;
	height:36px;
}
.flex-text {
	align-items:flex-start;
}
.flex-text > div:first-child {
	width:60%;
}
.flex-text > div:last-child {
	width:40%;
}
@media screen and (max-width: 768px){
	.flex-text > div:first-child,
	.flex-text > div:last-child {
		width:100%;
	}
}
.featured._color {
	font-size: clamp(2.4rem, 3.0vw, 3.0rem);
	font-weight: 700;
	background: linear-gradient(90deg, #29c3d7, #2e3995);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.list01 li {
	list-style:none;
	font-size: clamp(2rem, 1.8vw, 1.8rem) !important;
	font-weight:400;
	line-height:2;
	margin-block-start:20px;
}
.list01 li strong {
	display:inline-block;
	color:#fff;
	background:#029771;
	padding:10px 20px;
	border-radius:3px;
	margin-block-end:10px;
}
body {
	padding-top:100px !important;
}
.header {
	position: fixed;
	top: 0;
	align-items:center;
	display:flex;
	width:100%;
	justify-content:space-between;
	background:#fff;
	padding:10px 50px 20px 50px;
	z-index:9998;
}
@media screen and (max-width: 1770px){
	.header {
		padding:20px 20px;
	}
}
@media screen and (max-width: 1770px){
	.header {
		flex-direction:column;
	}
}
@media screen and (max-width: 768px){
	.header {
		justify-content:center;
		padding:10px;
		margin-block-start:40px;
	}
}
@media screen and (max-width: 768px){
	.header-ID {
		width:240px;
	}
}
.header-list {
	display:flex;
	justify-content:end;
	gap:20px;
}
@media screen and (max-width: 1000px){
	.header-list {
		flex-direction:column;
		justify-content:center;
	}
}
.header-list ._tel {
	margin-inline-start: auto;
}
@media screen and (max-width: 768px){
	.header-list ._tel {
		display:none;
	}
}
.header-list ._tel a {
	display:flex;
	max-width:260px;
	align-items:center;
	color:#029771;
	font-size: clamp(2.4rem, 2.8vw, 2.8rem) !important;
    font-family: "Oswald", sans-serif;
	font-weight:700;
	gap:10px;
}
.header nav.nav {
	margin-block-start:10px;
}
@media screen and (max-width: 768px){
	.header nav.nav {
		display:none;
	}
}
.nav ul.menu {
	display:flex;
	gap:20px;
}
@media screen and (max-width: 1200px){
	.nav ul.menu {
		gap:15px;
	}
}
@media screen and (max-width: 1000px){
	.nav ul.menu {
		gap:20px;
	}
}

.nav ul.menu li a {
	font-weight:400;
}
@media screen and (max-width: 1200px){
	.nav ul.menu li a {
		font-size:1.8rem;
	}
}
@media screen and (max-width: 800px){
	.nav ul.menu li a {
		font-size:1.7rem;
	}
}
.header-btn {
	display:flex;
	gap:10px;
}
@media screen and (max-width: 1000px){
	.header-btn {
		justify-content:center;
	}
}
@media screen and (max-width: 768px){
	.header-btn {
		margin-block-start:10px;
	}
}
.header-btn a {
	display:flex;
	min-width: 200px;
	gap:10px;
	align-items:center;
	justify-content:center;
	color:#fff;
	font-weight:500;
	font-size:1.6rem;
	background: linear-gradient(90deg, #29c3d7, #2e3995);
	padding:10px 20px;
	border-radius:10px;
}
@media screen and (max-width: 768px){
	.header-btn a {
		font-size:1.6rem;
		margin-inline: auto;
	}
}
@media screen and (max-width: 480px){
	.header-btn a {
		min-width: 160px;
		font-size:1.8rem;
	}
}

/*
 * .nav ul.menu li:last-child a {
	position:relative;
	color:#fff;
	background: linear-gradient(90deg, #29c3d7, #2e3995);
	padding:10px 20px 10px 60px;
	border-radius:10px;
}
.nav ul.menu li:last-child a:before {
	position:absolute;
	top:6px;
	left:20px;
	content:"";
	display:inline-block;
	background:url(/wp-content/uploads/mail.png);
	width:32px;
	height:32px;
}
.nav ul.menu li:nth-last-child(2) a {
	position:relative;
	color:#fff;
	background: linear-gradient(90deg, #29c3d7, #2e3995);
	padding:10px 20px 10px 60px;
	border-radius:10px;
}
.nav ul.menu li:nth-last-child(2) a:before {
	position:absolute;
	top:6px;
	left:20px;
	content:"";
	display:inline-block;
	background:url(/wp-content/uploads/calendar.png);
	width:32px;
	height:32px;
}
*/


.mv {
	background:url(/wp-content/uploads/mv-bg.jpg) center;
	padding-block:100px;
}
@media screen and (max-width: 1000px){
	.mv {
		padding-block:180px;
	}
}
@media screen and (max-width: 768px){
	.mv {
		background:url(/wp-content/uploads/mv-bg-sp.jpg) center;
		background-size:contain;
		padding-block:100px;
	}
}

.mv-copy {
	width: min(100% - 4rem, var(--width, 1620px));
	display:grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items:center;
	color:#fff;
	gap:3%;
	margin-inline:auto;
}
@media screen and (max-width: 780px){
	.mv-copy {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
.mv-copy span._main,
.mv-copy span._sub {
	display:block;
}
.mv-copy span._main {
	font-size: clamp(3rem, 3.6vw, 3.6rem);
	font-weight:900;
	line-height:1.4;
}
.mv-copy span._main span {
	color:#ff0000;
    font-size: clamp(3.4rem, 4.8vw, 4.8rem);
	font-weight:900;
	line-height:1.4;
}
@media screen and (max-width: 1600px){
	.mv-copy span._main {
    	font-size: clamp(3.6rem, 4.0vw, 4.0rem);
	}
}
@media screen and (max-width: 1400px){
	.mv-copy span._main {
    	font-size: clamp(2.4rem, 3.6vw, 3.6rem);
	}
}
.mv-copy span._sub {
    font-size: clamp(2rem, 2vw, 2rem);
	line-height:2;
	font-weight:400;
	margin-block-start:20px;
}
@media screen and (max-width: 1600px){
	.mv-copy span._sub {
		font-size: clamp(2.4rem, 2.8vw, 2.8rem);
	}
}
@media screen and (max-width: 1400px){
	.mv-copy span._sub {
		font-size: clamp(1.4rem, 2.4vw, 2.4rem);
		padding:10px 20px;
	}
}
@media screen and (max-width: 1200px){
	.mv-copy span._sub {
		font-size: clamp(1.6rem, 2.0vw, 2.0rem);
		padding:10px 20px;
	}
}
@media screen and (max-width: 480px){
	.mv-copy span._sub {
		font-size: clamp(2rem, 2.0vw, 2.0rem);
		padding:5px 10px;
	}
}
.mv-copy span.mv-btn {
	display:flex;
	gap:20px;
}
@media screen and (max-width: 700px){
	.mv-copy span.mv-btn {
		flex-direction:column;
		justify-content:center;
		gap:0;
	}
}
.mv-copy span.mv-btn a {
	display:flex;
	max-width:360px;
	min-width: 280px;
	gap:10px;
	justify-content:center;
	font-weight:500;
	font-size:2rem;
	background: linear-gradient(90deg, #29c3d7, #2e3995);
	padding:20px 30px;
	border-radius:10px;
	margin-block:30px;
}
@media screen and (max-width: 768px){
	.mv-copy span.mv-btn a {
		font-size:1.6rem;
		margin-inline: auto;
	}
}
@media screen and (max-width: 480px){
	.mv-copy span.mv-btn a {
		font-size:2rem;
	}
}
@media screen and (max-width: 700px){
	.mv-copy span.mv-btn a:last-child {
		margin-block: 0;
	}
}

.mv-pc {
	margin-inline:auto;
}

@media screen and (max-width: 768px){
	.mv-pc {
		width:80%;
		margin-inline:auto;
	}
}
.pankuzu {
	width: min(100% - 4rem, var(--width, 1200px));
}
.inner {
    width: min(100% - 4rem, var(--width, 1200px));
    margin-inline: auto;
}

.title-01._common
{
	font-family: "Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: clamp(2.4rem, 4vw, 4rem);
	color:#fff;
	font-weight:700;

    display: flex;

    text-align: center;

    background: url(/wp-content/uploads/title-01-bg.jpg) top center/cover no-repeat;

	padding-inline:10%;
    padding-block: 100px;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 768px){
	.title-01._common {
		padding-inline:5%;
	}
}
.title-02._index {
	color:#333;
	font-family: "Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: clamp(2.4rem, 3.4vw, 3.4rem);
	font-weight:700;
	background:url(/wp-content/uploads/title-bg01.png) top center no-repeat;
	margin-block-end:40px;
}
.title-02._index h2 {
	font-family: "Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: clamp(3rem, 3.6vw, 3.6rem);
}
.title-02._index p {
	color:#666;
	font-size: clamp(2rem, 2.0vw, 2.0rem);
	font-weight:500;
	margin-block-start:10px;
}
.title-02._index span._color {
	background: linear-gradient(90deg, #29c3d7, #2e3995);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.title-03._index h3 {
	color:#333;
	font-family: "Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: clamp(2.2rem, 2.8vw, 2.8rem);
	font-weight:500;
	margin-block-end:20px;
}
.title-03._index h3 span {
	color:#333;
	font-size: clamp(1.8rem, 2.1vw, 2.1rem);
}
.title-04._index h4 {
	font-family: "Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: clamp(2rem, 2.2vw, 2.2rem);
	font-weight:500;
	margin-block:10px;
}
body.home .inner.pdB70 {
    padding-bottom: 0;
}


.section01 {
	position:relative;
	margin-block-start:150px;
	background:#f0f0f0;
	padding-block:70px;
}
@media screen and (max-width: 768px){
	.section01 {
		margin-block-start:60px;
		margin-block-end:60px;
	}
}
.section01:before {
	content:"";
	display:inline-block;
	position:absolute;
	top:0;
	left:5%;
	width:282px;
	height:230px;
	background:url(/wp-content/uploads/section01-bg.png) no-repeat;
	z-index:1;
}
@media screen and (max-width: 768px){
	.section01:before {
		display:none;
	}
}
.section01 > div {
	position:relative;
	width: min(100% - 4rem, 1400px);
	margin-inline:auto;
	z-index:2;
}
.section01 .title-02._index h2,
.section01 .title-02._index p {
    display: inline-block;
    background: #f0f0f0;
}
.section01 .wrap {
	align-items:center !important;
	gap:20px;
}
@media screen and (max-width: 1000px){
	.section01 .wrap {
		flex-direction:column;
	}
}
@media screen and (max-width: 1000px){
	.section01 .wrap .block:nth-child(2) img {
		width:80%;
		margin-inline:auto;
	}
}
.list02 {
	position: relative;
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #333;
	font-size: 21px;
	background: #fff;
	border-radius:20px;
	padding:50px;
	border:3px solid #ccc;
}
@media screen and (max-width: 1200px){
	.list02 {
		margin: 0;
	}
}
@media screen and (max-width: 768px){
	.list02 {
		padding:30px;
	}
}
.list02:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 30px solid #ccc;
}
@media screen and (max-width: 1000px){
	.list02:before {
	    top: 100%;
    	left: 40%;
    	margin-top: 0px;
		border-left: 15px solid transparent;
    	border-top: 30px solid #ccc;
	}
}

.list02 li {
	display:flex;
	font-weight:700;
	margin: 0;
	margin-block-start:30px;
	padding: 0;
}
.list02 li:first-child {
	margin-block-start:0px;	
}
.list02 li:before {
	content:"";
	display:inline-block;
	width:43px;
	height:36px;
	background:url(/wp-content/uploads/list-icon01.png) no-repeat;
	margin-inline-end:10px;
}
@media screen and (max-width: 1200px){
	.list02 li:before  {
		width:48px;
		height:36px;
	}
}
.section02 {
	margin-block-start:150px;
}
@media screen and (max-width: 768px){
	.section02 {
		margin-block-start:60px;
	}
}

.section02  .point01 {
	margin-block-end:40px;	
}
.section02 h2 {
	color: #fff;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: clamp(2.4rem, 3.4vw, 3.4rem);
	font-weight: 700;
}
@media screen and (max-width: 480px){
	.section02 h2 {
		font-size: clamp(2.8rem, 3.4vw, 3.4rem);
	}
}

.section02 > div {
	width: min(100% - 4rem, 1400px);
	margin-inline:auto;
	text-align:center;
}
.point01 {
	display:inline-block;
	color:#fff;
	background:#ff004e;
	padding:5px 20px;
	border-radius:10px;
}
.section02 .wrap {
	gap:20px;
}
@media screen and (max-width: 1200px){
	.section02 .wrap {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media screen and (max-width: 640px){
	.section02 .wrap {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
.section02 .wrap .block {
	display: grid;
	align-items:center;
	grid-template-rows: subgrid;
	grid-row: span 3;
	padding:30px;
	border-radius:20px;
	box-shadow: 0 0 15px #ccc;
}
.section02 .wrap .block > div {
	display: grid;
	align-items:center;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 10px
}
.section02 .wrap .title-03._index h3 {
	font-size: clamp(2.4rem, 3vw, 3rem);
	font-weight:700;
	text-align:center;
}
@media screen and (max-width: 640px){
	.section02 .wrap .title-03._index h3 {
		margin-block-end: 0;
	}
}

/*.section02 .wrap:after {
	content:url(/wp-content/uploads/arrow02.png);
	width:138px;
	height:54px;
	position:absolute;
	left:0;
	right:0;
	bottom:-30px;
	margin-inline:auto;
}*/
.section02 .wrap img {
	margin-inline:auto;
	margin-block:20px;
}
.section02 .wrap .block pre {
	text-align:left;
}
.arrow01 img {
	margin-block:30px;
	margin-inline:auto;
}
.result {
	max-width:940px;
	font-size: clamp(2rem, 2.4vw, 2.4rem);
	font-weight:500;
	line-height:1.7;
	background:#f0f0f0;
	padding:40px;
	margin-inline:auto;
	border-radius:20px;
}
.result .rate01 {
	font-size: clamp(4rem, 5vw, 5rem);
	line-height:1.4;
	font-weight:700;
	color:#ff004e;
}
._red {
	color:#ff0000;
	font-size: clamp(3rem, 3vw, 3rem);
}
.result p {
	font-weight:700;
}
.reason-wrap {
	margin-block-start:150px;
}
@media screen and (max-width: 768px){
	.reason-wrap {
		margin-block-start:60px;
	}
}
.reason-wrap .wrap {
	background:#f0f0f0;
	padding:30px;
	border-radius:20px;
	margin-block-start:40px;
	box-shadow: 0 0 15px #ccc;
}
.reason-wrap .wrap .block:first-child {
	flex-basis: 66.666%;
}
.reason-wrap .wrap .block:last-child {
	flex-basis: 33.333%;
}

.reason-wrap .wrap .point02 {
	display:inline-block;
	font-size:2.4rem;
	color:#fff;
	background:#ff004e;
	border-radius:10px;
	padding:7px 20px;
}
@media screen and (max-width: 768px){
	.reason-wrap .wrap .point02 {
		line-height:1.2;
	}
}
.reason-wrap .title-03._index {
	font-size: clamp(2rem, 2.4vw, 2.4rem);
	font-weight: 700;
	margin-block: 20px 40px;
}
@media screen and (max-width: 768px){
	.reason-wrap .title-03._index {
		margin-block: 10px 20px;
	}
}
@media screen and (max-width: 768px){
	.reason-wrap .wrap .block img {
		margin-inline:auto;
	}
}

.section03 {
	margin-block:150px;
}
@media screen and (max-width: 768px){
	.section03 {
		margin-block:60px;
	}
}
.section03 > div {
	width: min(100% - 4rem, 1620px);
	margin-inline:auto;
}
.section03 .wrap {
	gap:20px;
	margin-block-start:40px;
}
@media screen and (max-width: 1200px){
	.section03 .wrap {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media screen and (max-width: 768px){
	.section03 .wrap {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
.section03 .wrap .block {
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 0 15px #ccc;
}
.section03 .wrap .title-wrap {
	align-items:center !important;
	gap:20px;
	font-size: clamp(2.2rem, 2.6vw, 2.6rem);
	font-weight:700;
	margin-block-end:15px;
}
@media screen and (max-width: 768px){
	.section03 .wrap .title-wrap {
		flex-wrap:nowrap !important;
	}
}
@media screen and (max-width: 768px){
	.section03 .wrap .title-wrap > div:first-child {
		flex-basis: 20% !important;
	}
}
.section03 .wrap2 {
	gap:5%;	
}
@media screen and (max-width: 1450px){
	.section03 .wrap2 {
		gap:4%;	
	}
}
@media screen and (max-width: 1200px){
	.section03 .wrap2 {
		width: 95%;
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap:7%;	
	}
}
@media screen and (max-width: 768px){
	.section03 .wrap2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 20px;
		column-gap: 9%;
	}
}
@media screen and (max-width: 640px){
	.section03 .wrap2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		row-gap: 20px;
		column-gap: 12%;
	}
}
@media screen and (max-width: 540px){
	.section03 .wrap2 {
		width: 93%;
		row-gap: 20px;
		column-gap: 12%;
	}
}
@media screen and (max-width: 480px){
	.section03 .wrap2 {
		width: 100%;
		grid-template-columns: repeat(1, minmax(0, 1fr));
		row-gap: 60px;
	}
}
.section03 .wrap2 .block {
	position:relative;
	width:100%;
	text-align:center;
	color:#fff;
	background: linear-gradient(90deg, #29c3d7, #2e3995);
	padding:20px;
	border-radius:20px;
}
.section03 .wrap2 .block:before {
	position:absolute;
	top:40%;
	right:-23%;
	content:url(/wp-content/uploads/arrow03.png);
}
@media screen and (max-width: 1200px){
	.section03 .wrap2 .block:before {
		right:-20%;
	}
}
@media screen and (max-width: 768px){
	.section03 .wrap2 .block:before {
		right:-18%;
	}
}
@media screen and (max-width: 640px){
	.section03 .wrap2 .block:before {
		right:-22%;
	}
}
@media screen and (max-width: 540px){
	.section03 .wrap2 .block:before {
		right:-24.5%;
	}
}
@media screen and (max-width: 480px){
	.section03 .wrap2 .block:before {
		top:inherit;
		right:43%;
		bottom:-70px;
		transform: rotate(90deg);
	}
}
.section03 .wrap2 .block:last-child:before {
	display:none;
}
.section03 .wrap2 .block .title {
	font-size: clamp(2rem, 2.2vw, 2.2rem);
	font-weight: 700;
	margin-block-end:20px;
}
@media screen and (max-width: 768px){
	.section03 .wrap2 .block .title {
		font-size: clamp(2.6rem, 2.6vw, 2.6rem);
	}
}
.section03 .wrap2 .block img {
	margin-inline:auto;
}
.section03 .wrap2 .block p {
	text-align:left;
	margin-block-start:10px;
}
@media screen and (max-width: 480px){
	.section03 .wrap2 .block p {
		font-size:1.8rem;
		text-align:center;
	}
}
.section04 {
	margin-block-start:100px;
	background:url(/wp-content/uploads/section04-bg.jpg) no-repeat;
	background-size:cover;
	padding-block:70px;
}
@media screen and (max-width: 768px){
	.section04 {
		margin-block-start:60px;
	}
}
.section04 > div {
	width: min(100% - 4rem, 1620px);
	margin-inline:auto;
}
.section04 .wrap {
	gap:60px;
}
@media screen and (max-width: 1500px){
	.section04 .wrap {
		gap:30px;
	}
}
@media screen and (max-width: 1200px){
	.section04 .wrap {
		gap:20px;
	}
}
@media screen and (max-width: 768px){
	.section04 .wrap {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap:30px;
	}
}
.section04 .wrap .block {
	background:#fff;
	padding:30px;
	border-radius:5px;
}
@media screen and (max-width: 1200px){
	.section04 .wrap .block {
		padding:20px;
	}
}
.section04 .title-wrap > div {
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:20px;
}
@media screen and (max-width: 1200px){
	.section04 .title-wrap > div {
		flex-direction: column;
	}
}

.section04 .title-wrap hgroup {
	width:65%;
	display:flex;
	flex-direction:column-reverse;
}
@media screen and (max-width: 1200px){
	.section04 .title-wrap hgroup {
		width:100%;
	}
}
.section04 .title-wrap hgroup p {
	color:#029771;
	font-family: "Oswald", sans-serif;
	font-size: clamp(4rem, 4.5vw, 5rem);
	font-weight:900;
}
.section04 .title-wrap hgroup h3 {
	font-size: clamp(2.4rem, 2.4vw, 2.8rem);
	font-weight:700;
}
.section04 .title-wrap figure {
	width:35%;
}
.section04 .wrap pre {
	margin-block-start:20px;
}
.section05 {
	margin-block:150px 250px;
}
@media screen and (max-width: 768px){
	.section05 {
		margin-block:60px 160px;
	}
}
.section05 > div {
	width: min(100% - 4rem, 1400px) !important;
	margin-inline:auto;
}
.section05 .wrap {
	gap:40px;
	align-items: anchor-center;
}
@media screen and (max-width: 1300px){
	.section05 .wrap {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
@media screen and (max-width: 768px){
	.section05 .wrap {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
}
.section05 .wrap .block {
	text-align:center;
	padding:20px;
	border-radius: 20px;
	box-shadow: 0 0 15px #ccc;
}
.section05 .wrap .block:nth-child(2) {
	border:5px solid #29bfd5;
}
.section05 .wrap .pic-up {
	max-width:140px;
	color:#fff;
	font-weight:700;
	background:#ff004e;
	border-radius:10px;
	margin-inline:auto;
}
.section05 .wrap .block h3 {
	color:#333;
	font-size: clamp(2rem, 2.4vw, 2.4rem);
	font-weight:700;
	margin-block-start:10px;
}
.section05 .wrap .block .price {
	font-size: clamp(3.6rem, 4vw, 4rem);
	font-weight:700;
	line-height:1.6;
}
.section05 .wrap .block .price span {
	font-size: clamp(2.4rem, 2.8vw, 2.8rem);
}
.section05 .wrap .block .plan-text {
	color:#666;
	font-weight:500;
}
.section05 .wrap .block .list01 {
	text-align:left;
}
.section05 .wrap .block .list01 li {
	display:flex;
	align-items:center;
	gap:10px;
}

.section05 .wrap .block .list01 li:before {
	content:"";
	display:inline-block;
	background:url(/wp-content/uploads/check01.png) no-repeat;
	width:32px;
	min-width:32px;
	height:32px;
}
.section05 .wrap .block .list01 li:first-child {
	font-weight:700;
	font-size: clamp(2.4rem, 2.1vw, 2.1rem) !important;
}
.section06 {
	background: linear-gradient(90deg, #29c3d7, #2e3995);
	margin-block-start:150px;
	padding-block:70px;
}
@media screen and (max-width: 768px){
	.section06 {
		margin-block-start:60px;
	}
}
.section06 > div {
	width: min(100% - 4rem, 1620px) !important;
	margin-inline:auto;
}
.section06 .title-02._index {
	color:#fff;
}
.card._case  ul .slick-track li {
	font-size: clamp(1.6rem, 1.8vw, 1.8rem);
	line-height:1.7;
	font-weight:400;
	background:#fff;
	border-radius:5px;
	padding:30px;
	margin-inline-end:20px;
}
.card._case ul li .card-photos {
	display:flex;
	align-items:center;
	gap:30px;
}
@media screen and (max-width: 1300px){
	.card._case ul li .card-photos {
		flex-direction:column;
	}
}
@media screen and (max-width: 768px){
	.card._case ul li .card-photos {
		flex-direction:inherit;
	}
}
.card._case ul li ._title {
	font-size: clamp(2.4rem, 2.4vw, 2.4rem);
	font-weight:700;
}
.card._case ul .slick-track li {
	font-size: clamp(1.8rem, 1.8vw, 1.8rem);
}
.card._case ul li .card-photos figure:first-child {
	width:20%;
}
@media screen and (max-width: 1300px){
	.card._case ul li .card-photos figure:first-child {
		width:100%;
	}
}
@media screen and (max-width: 768px){
	.card._case ul li .card-photos figure:first-child {
		width:20%;
	}
}
@media screen and (max-width: 1300px){
	.card._case ul li .card-photos figure:first-child img {
		margin-inline:auto;
	}
}
.card._case ul li .card-photos figure:last-child {
	width:80%;
}
@media screen and (max-width: 1300px){
	.card._case ul li .card-photos figure:last-child {
		width:100%;
	}
}
@media screen and (max-width: 768px){
	.card._case ul li .card-photos figure:last-child {
		width:80%;
	}
}
.card._case ul li .card-infoitem {
	margin-block-start:20px;
}
.card._case .slick-dots {
    bottom: -40px;
}
.card._case .slick-dots li button:before {
	font-size:15px;
	color:#fff;
}
.section06 .btn a {
	margin-block-start: 60px;
}

.section07 {
	margin-block-start:150px;
}
@media screen and (max-width: 768px){
	.section07 {
		margin-block-start:60px;
	}
}
@media screen and (max-width: 480px){
	.faq-item._question:before {
		height:28px;
		font-size:2rem !important;
	}
}

.section08 {
	margin-block-start:100px;
}
@media screen and (max-width: 768px){
	.section08 {
		margin-block-start:60px;
	}
}
.contact-wrap {
	color:#fff;
	margin-block-start:100px;
	background: linear-gradient(90deg, #29c3d7, #2e3995);
	padding:100px 50px;
}
@media screen and (max-width: 768px){
	.contact-wrap {
		margin-block-start:60px;
		padding:30px;
	}
}
@media screen and (max-width: 480px){
	.contact-wrap {
		padding:20px;
	}
}
@media screen and (max-width: 768px){
	.contact-wrap pre {
		text-align:left !important;
	}
}
.contact-wrap .title-02._index {
	color:#fff;
}
@media screen and (max-width: 768px){
	.contact-wrap .title-02._index {
		margin-block-end: 20px;
	}
}
.contact-wrap .wrap {
	margin-block-start:40px;
	justify-content:center;
	gap:20px;
}
@media screen and (max-width: 768px){
	.contact-wrap .wrap {
		margin-block-start:20px;
	}
}
.contact-wrap .wrap a {
	display:flex;
	align-items:center;
	color:#29ccdb;
	font-weight:700;
	background:#fff;
	gap:10px;
	border-radius:10px !important;
}
.contact-wrap .wrap ._contact a {
	padding:22px 20px;
	font-size:1.8rem;
}
.contact-wrap .wrap ._tel a {
	font-family: "Oswald", sans-serif;
	font-size:2.4rem;
}
@media screen and (max-width: 768px){
	.wp-block-button__link {
		padding: calc(.467em + 2px) calc(1.333em + 2px);
	}
}
.section09 {
	margin-block-start:150px;
	margin-block-end:150px;
}
@media screen and (max-width: 768px){
	.section09 {
		margin-block-start:60px;
		margin-block-end:60px;
	}
}
.section09 .wrap {
	background:#f0f0f0;
	padding:50px;
	border-radius:20px;
}
@media screen and (max-width: 768px){
	.section09 .wrap {
		padding:30px;
	}
}
.section09 .wrap .block:first-child {
	flex-basis: 60%;
}
.section09 .wrap .block:last-child {
	flex-basis: 40%;
}
.section09 .wrap .featured._color {
	margin-block-end:20px;
}
.section09 .wrap .block img {
	margin-inline:auto;
}

.flow-wrap {
	margin-block:150px;
}
@media screen and (max-width: 768px){
	.flow-wrap {
		margin-block:60px;
	}
}
.flow-wrap .wrap {
	text-align:center;
}
@media screen and (max-width: 768px){
	.flow-wrap .wrap {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
		gap:20px;
	}
}
.flow-wrap .wrap img {
	margin-inline:auto;
}
.flow-wrap .wrap .title {
	font-size: clamp(2.4rem, 2.4vw, 2.4rem);
    font-weight: 700;
	margin-block:20px;
}

footer {
	padding-block:70px;
}
@media screen and (max-width: 768px){
	footer {
		padding-block:70px 100px;
	}	
}
.footer-inner {
	width: min(100% - 4rem, 1200px) !important;
	margin-inline:auto;
	text-align:center;
}
.footer-nav ul {
	display:flex;
	justify-content:center;
	gap:30px;
	border-bottom:2px solid #ccc;
	padding-block-end:20px;
}
@media screen and (max-width: 768px){
	.footer-nav ul {
		flex-wrap:wrap;
		gap:15px;
	}
}
.footer-nav ul li a {
	font-size: clamp(1.6rem, 1.8vw, 1.8rem);
	color:#333;
	font-weight:500;
}
.footer-blog {
	margin-block-start:20px;
}
.footer-blog ul.card-list {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:20px;
}
@media screen and (max-width: 768px){
	.footer-blog ul.card-list {
		gap:10px;
	}
}
@media screen and (max-width: 480px){
	.footer-blog ul.card-list li {
		max-width:160px;
	}
}
.footer-blog ul.card-list li a {
	color:#fff;
	font-size:1.8rem;
	font-weight:500;
	display:inline-block;
	background: linear-gradient(90deg, #29c3d7, #2e3995);
	padding:10px 20px;
	border-radius:10px;
}
@media screen and (max-width: 480px){
	.footer-blog ul.card-list li a {
		padding: 10px 10px;
	}
}
.footer-inner .footer-logo {
	padding-block:20px;
}
.footer-blog h2.card-title {
	font-size:1.6rem;
}
@media screen and (max-width: 1200px){
	.footer-blog h2.card-title {
		font-size:1.4rem;
	}
}
@media screen and (max-width: 768px){
	.footer-blog h2.card-title {
		font-size:1.2rem;
	}
}
@media screen and (max-width: 480px){
	.footer-blog h2.card-title {
		font-size:1.4rem;
	}
}

.footer-inner .footer-logo img {
	margin-inline:auto;
}
ul.footer-link {
	display:flex;
	justify-content:center;
	gap:20px;
}
ul.footer-link li a {
	color:#333;
	font-weight:500;
}
ul.footer-link li:first-child a {
	border-right:2px solid #333;
	padding-right:20px;
}
.footer-inner .copy {
	color:#333;
}

.post-type-archive-case-study .container {
	width: min(100% - 4rem, 1200px) !important;
	margin-inline:auto;
}
.post-type-archive-case-study .card-list._case {
	display:grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap:30px;
}
@media screen and (max-width: 768px){
	.post-type-archive-case-study .card-list._case {
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
}

.post-type-archive-case-study .card-list._case li {
	box-shadow: 0 0 15px gray;
	border-radius:5px;
	padding:30px;
	font-weight:400;
	line-height:1.7;
}
.post-type-archive-case-study .card._case ul li .card-photos {
	gap:20px;
}
.post-type-archive-case-study .card-list .crd-photo._icon {
	width:20%;
}
.post-type-archive-case-study .card-list .crd-photo._title {
	width:80%;
}
.post-type-archive-case-study .card._case ul li ._title {
	font-size: clamp(2.1rem, 2.2vw, 2.2rem);
}
@media screen and (min-width: 768px) {
    .post-type-archive-case-study .container {
        max-width: 100%;
    }
}
.blog-list > li {
	font-weight:400;
	padding-block:40px;
	border-bottom:1px solid #ccc;
}
.blog-list > li > div {
	align-items:flex-start;
	gap:20px;
}
@media screen and (max-width: 768px){
	.blog-list > li > div {
		flex-wrap:wrap !important;
	}
}
.blog-list > li time {
	color:#fff;
	background:#29ccdb;
	padding:10px 20px;
	border-radius:100px;
}
.blog-list > li h2 {
	font-weight:700;
	margin-bottom:20px;
}
.blog-list > li .wp-block-post-excerpt__more-link {
	display:inline-block;
	margin-block-start:10px;
}
.faq-item {
	font-weight:400;
}
.faq-item._question {
	color:#333;
	font-weight:500;
	border-radius:10px;
}
.single-blog {
	font-weight:400;
}
.single-blog .container {
	width: min(100% - 4rem, 1200px) !important;
	margin-inline:auto;
}
.single-blog .main h2 {
	font-size: clamp(2.4rem, 2.8vw, 2.8rem);
	font-weight:700;
	color: #fff;
	background: #2e3a96;
	padding: 10px 20px 10px 20px;
	margin-block:60px 20px;
	border-radius:10px;
}
.single-blog .main .contact-wrap h2 {
	font-size: clamp(3rem, 3.6vw, 3.6rem);
	background: none;
	margin-block:0px 20px;
}
.single-blog .main h3 {
	font-size: clamp(2.0rem, 2.4vw, 2.4rem);
	font-weight:700;
	border-bottom:3px solid #029771;
	padding-bottom: 10px;
	margin-block:40px 20px;
}
.single-blog .main h4 {
	color:#fff;
	font-size: clamp(1.8rem, 2vw, 2rem);
	font-weight:700;
	background: #029771;
	padding: 10px 20px;
	border-radius:5px;
}
.single-blog ul li {
	font-size:1.8rem;
	margin-block-start:10px;
}
.table._common {
	width:100%;
}
.table._common tr td:first-child {
	text-align:center;
}
.policy-title {
	font-weight:500;
}
.pankuzu-wrap {
	font-weight:400;	
}
.fix-link {
	display:none;
}
@media screen and (max-width: 768px){
	.fix-link {
		display:flex;
		justify-content:center;
		width:100%;
		position:fixed;
		bottom:0;
		left:0;
		background:rgba(41,204,219, .8);
		gap:20px;
		padding:10px 0;
		z-index:99999;
	}
}
@media screen and (max-width: 480px){
	.fix-link {
		gap:10px;
	}
}
.fix-link li a {
	display:flex;
	align-items:center;
	font-weight:500;
	gap:10px;
	color:#fff;
	background: linear-gradient(90deg, #29c3d7, #2e3995);
	padding:10px 20px;
	border-radius:100px;
}
@media screen and (max-width: 480px){
	.fix-link li a {
		font-size:2.1rem;
		gap:5px;
	}
}
.fix-link li._tel a {
	font-family: "Oswald", sans-serif;
}

@media screen and (max-width: 480px){
	.fix-link li a img {
		vertical-align:center;
		width:30px;
		height:100%;
	}
}
@media screen and (max-width: 480px){
	.grecaptcha-badge {
		bottom: 74px !important;
	}
}

@media screen and (max-width: 834px){
}

@media screen and (max-width: 640px){
}

@media screen and (max-width: 480px){
}