/**
 * Frontend honeypot styles.
 *
 * Collapses CF7 autop <p> wrappers and hides the trap from users without
 * display:none so browser extensions (e.g. FakeFiller) still fill the field.
 */

/* Collapse the CF7 autop <p> around honeypot fields. */
.wpcf7-form p:has([data-cf7apps-honeypot]),
.wpcf7-form p:has(.cf7apps-honeypot-wrap) {
	margin: 0;
	padding: 0;
	height: 0;
	min-height: 0;
	line-height: 0;
	font-size: 0;
	border: 0;
}

/* Visually hidden honeypot wrapper — not display:none. */
.cf7apps-honeypot-wrap,
[data-cf7apps-honeypot] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.cf7apps-honeypot-wrap .hp-message,
[data-cf7apps-honeypot] .hp-message {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

.cf7apps-honeypot-wrap input.wpcf7-form-control[type="text"],
[data-cf7apps-honeypot] input.wpcf7-form-control[type="text"] {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	border: 0;
}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 20 2022 | 02:25:51 */
/*============================
CTA
============================*/
.cta {
    background: url(http://fpc-indonesia.co.id/wp-content/uploads/2022/09/2427156_m.jpg);
    background-size: cover;
    background-position: 50% 60%;
    height: 275px;
    margin: 30px auto;
    position: relative;
}
.cta__bg {
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    background: #57d5ff8f;
    z-index: 1;
}
.cta__title {
    display: flex;
    align-items: center;
    width: fit-content;
    z-index: 2;
    position: relative;
    top: 15px;
    left: 15px;
    color: #fff;
}
.cta__title img{
	width: 70px;
	height: 70px;
}
.cta__title h2{
	padding-left:10px;
	font-size:32px;
}
.cta__wrap {
    position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	z-index: 2;
	display: flex;
}
.cta__wrap--box {
    background: #fff;
    width: 400px;
    margin: 0 20px;
    text-align: center;
    padding: 10px 0;
    line-height: 1;
	position: relative;
}
.cta__wrap--box p{
	padding-bottom: 10px;
}
.cta__wrap--box h3 {
    font-size: 26px;
}
.cta__wrap--box::after {
    content: "";
    background: url(http://fpc-indonesia.co.id/wp-content/uploads/2022/09/cta_icon.svg);
    background-size: cover;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*============================
NEWS個別ページ
============================*/
.post__content {
    width: 950px;
    margin: 0 auto;
	font-size:14px;
	line-height:1.6;
}
.post__content a{
	color:var(--sub-color);
}
.post__thumbnail {
    height: 250px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.post__thumbnail img {
    width: inherit;
    height: inherit;
    object-fit: cover;
}
.post__post__thumbnail--title {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #6693ff78;
}
.post__post__thumbnail--title h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 32px;
    color: #fff;
}
.breadcrumbs {
    padding: 20px 0;
}
.breadcrumbs span a{
	color:var(--main-color);
}
.breadcrumbs__page{
margin: 0 auto 30px;
    width: 950px;
}

.post__title {
    width: inherit;
    border-bottom: 5px solid var(--main-color);
    border-top: 1px solid;
    border-right: 1px solid;
    border-left: 1px solid;
    box-shadow: 1px 1px 4px 0px;
    padding: 7px 0;
}
.post__title h2{
	font-size: 20px;
	border-left: 5px solid var(--main-color);
	padding: 7px 20px;
	margin-left: 20px;
}
.post__date {
    margin-top: 10px;
    text-align: right;
}
.post__ex {
    margin-top: 10px;
    padding: 50px 20px 50px;
    border: 1px solid var(--main-color);
	box-shadow: 1px 1px 7px #eee;
}
/*============================
NEWS一覧ページ
============================*/
.post__content > .news__wrap{
	margin:0px auto 50px;
}



/*============================
service
============================*/
.service__bre {
    border-bottom: 1px solid var(--main-color);
    padding: 10px 0;
    margin-bottom: 30px;
}
.archive__content {
    display: flex;
    width: inherit;
}
.archive__left{
	width:25%;
	padding-right:5%;
}
.archive__left > .home__title {
    width: 100%;
    border-bottom: unset;
    box-shadow: unset;
    border-top: unset;
    border-right: unset;
    border-left: unset;
    padding: 0px 0;
}
.archive__left > .home__title h2 {
    font-size: 16px;
    border-left: 3px solid var(--main-color);
    padding: 10px 10px;
    margin-left: 0px;
    line-height: 1;
    background: #f0f0f0;
}
.archive__left--wrap{
	margin:20px 0 0 !important;
}
.archive__left--wrap  ul li {
    border-bottom: 1px solid var(--main-color);
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.archive__left--wrap  ul li a{
	color:#303030;
}
.service__title {
    border-bottom: 1px solid;
    padding: 0px;
    font-weight: bolder;
    color: var(--main-color);
    height: 50px;
    display: flex;
    align-items: center;
}

.archive__right{
	width:70%;
}
.archive__right--wrap{}
.archive__right--wrap ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.archive__right--wrap li {
    width: 48%;
    margin: 0 1% 7%;
	background:#fff;
}
.archive__right--wrap li a {
    width: 100%;
    height: 100%;
    display: block;
}
.archive__right--wrap li a img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.archive__right--wrap li:hover {
    box-shadow: 3px 4px 4px;
    transform: scale(1.05);
	transition: .2s;
}
.service__title{
	
}
.archive__right--wrap-ex{}
.archive__right--wrap-ex h3{
	font-size: 18px;
	color: var(--main-color);
	margin-bottom: 20px;
    border-bottom: 1px solid;
}
.archive__right--wrap-ex > h3:nth-of-type(n+2){
	margin-top:50px;
}
.archive__right--wrap-ex p{}
.sarchive__right--wrap-ex-dec {
    margin-bottom: 30px;
}

/*============================
よくある質問
============================*/
.faq-search-box {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--main-color);
}
.faq-search-box:after {
	content: "";
	background: url(http://fpc-indonesia.co.id/wp-content/uploads/2022/09/search_icon.svg);
	background-size: cover;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top:  calc(50% - 7.5px);
	right: 1%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.faq-search-box form input {
    background: #ebfaff;
    border: 1px solid var(--main-color);
    padding: 10px;
    height: unset;
    width: 100%;
    box-sizing: border-box;
}
.faq-search-box form button {
    display: none;
}
.faq_tax_title{
	margin-bottom:30px;
}
.faq__box-q-span span{
	display:block;
	color:var(--main-color);
	padding-right: 10px;
}

/*============================
修郎先生の事件簿
============================*/
.shuro_casebook__pagetext{
	margin-bottom:30px;
}

/*============================
会社案内
============================*/
.about-us__wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.about-us__wrap tbody{
	
}
.about-us__wrap tr {
    vertical-align: middle;
    border: 1px solid #dadada;
}
.about-us__wrap tr td{
	padding: 10px;
}
.about-us__wrap tr td:first-child {
	background: var(--main-color);
	color: #fff;
	vertical-align: middle;
    width: 20%;
	font-weight:600;
	text-align:center;
}
.message__img{
	width:300px;
	height:auto;
	margin:0 auto;
	display:block;
}
.access__img {
    width: 100%;
	height:auto;
    margin: 5px auto 30px 0;
    display: block;
}


/*============================
会員専用
============================*/
.page__only-member{
	margin:0 auto;
}
.page__only-member a{
	color:var(--sub-color);
}

/************************************
レスポンシブ
************************************/
@media screen and (max-width: 1366px) { 

	.post__thumbnail {
		height: 175px;
	}
	.post__post__thumbnail--title h2 {
		width: 100%;
		font-size: 26px;
		text-align: center;
	}
	.post__content{
		font-size:12px;
	}
	.post__title h2 {
		font-size: 16px;
		line-height: 1;
	}
	.archive__left--wrap  ul li {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.archive__left > .home__title h2 {
		font-size: 14px;
	}
	.archive__right--wrap-ex h3 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.service__title {
		height: 40px;
	}
	
	
}




@media screen and (max-width: 1025px) { 
	.cta {
		width: 100% !important;
		height: 225px;
		margin: 15px auto;
		position: relative;
	}
	.cta__title img {
		width: 40px;
		height: 40px;
	}
	.cta__title h2 {
		font-size: 26px;
	}
	.cta__wrap {
		width: 90%;
	}
	.cta__wrap--box {
		width: 100%;
	}
	.cta__wrap--box h3 {
		font-size: 20px;
	}
	.post__content{
		width:90%;
	}
	.archive__content{
		width:100%;
	}
	.post__title{
		width:100%;
	}
	.breadcrumbs__page{
		width:90%;
	}

	
	
}



@media screen and (max-width: 767px) { 
	.cta {
		height: 350px;
		background-size: auto;
	}
	.cta__title{
		width: 100%;
		justify-content: center;
		position:absolute;
		top: 25%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.cta__title img {
		width: 60px;
		height: 60px;
	}
	.cta__title h2 {
		font-size: 20px;
	}

	.cta__wrap {
		flex-direction: column;
	}
	.cta__wrap--box {
		width: 100%;
		margin: 10px 0;
	}
	
	
	.service__bre {
		margin-bottom: 15px;
	}
	.post-type-archive-service .archive__left,
	.post-type-archive-about-us .archive__left,
	.post-type-archive-visa .archive__left{
		display:none;
	}
	
	.post-type-archive-service .archive__right,
	.post-type-archive-about-us .archive__right,
	.post-type-archive-visa .archive__right{
		width:100%;
	}
	.post-type-archive-service .archive__right--wrap li a img,
	.post-type-archive-about-us .archive__right--wrap li a img,
	.post-type-archive-visa .archive__right--wrap li a img{
		width: 100%;
		height: 100px;
		object-fit: cover;
	}
	.post-type-archive-service .archive__right--wrap li:hover,
	.post-type-archive-about-us .archive__right--wrap li:hover,
	.post-type-archive-visa .archive__right--wrap li:hover{
		box-shadow: unset;
		transform: unset;
	}
	.service__title {
		height: 40px;
		padding-bottom: 5px;
		justify-content: center;
	}

	.single .archive__content {
		flex-direction: column-reverse;
	}
	.single .archive__left,
	.single .archive__right{
		width:100%;
	}
	.single .archive__left{
		padding: 0;
		margin: 30px 0;	
	}
	.post__ex {
		margin-top:15px;
		padding: 25px 15px 25px;
	}


	.post-type-archive-faq .archive__content,
	.tax-faq_category .archive__content{
		flex-direction: column;
	}
	.post-type-archive-faq .archive__left,
	.tax-faq_category .archive__left{
		width: 100%;
		padding: unset;
		margin-bottom: 20px;
	}
	.post-type-archive-faq .archive__left--wrap  ul li,
	.tax-faq_category .archive__left--wrap  ul li{
		margin-bottom: 5px;
		padding-bottom: 5px;
	}
	.post-type-archive-faq  .archive__left--wrap,
	.tax-faq_category .archive__left--wrap{
		margin: 10px 0 0 !important;
	}
	.post-type-archive-faq .archive__right,
	.tax-faq_category .archive__right{
		width: 100%;
	}
	.post-type-archive-faq .title,
	.tax-faq_category .title{
		padding: 10px 35px 10px 10px;
	}
	.faq-search-box {
		margin-bottom: 15px;
	}
	.faq-search-box form input {
		font-size: 16.1px;
	}

	
	.about-us__wrap tr td:first-child {
		width: 25%;
	}
	
	
	
}/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 21 2022 | 09:20:15 */
/*============================
ファーストビュー
============================*/
.firstview {
	background: var(--main-color);
	padding: 30px 0;
}
.firstview__slide{
}
.firstview__slide--box {
	margin: 0px 20px;
	width: 800px !important;
	height: 450px;
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #0d76b9;
}
.firstview__slide--box a{
	width: inherit;
}
.firstview__slide--box a img {
	width: inherit;
	object-fit: fill;
	height:inherit;
}
.firstview__slide--box-text {
	position: absolute;
	width: 100%;
	height: 165px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #52bcdfb3;
}
.firstview__slide--box-text h2 {
	color: #fff;
	font-size: 32px;
	text-shadow: 2px 2px 3px #000000ab;
	line-height: 1.6;
	text-align: center;
}


.slick-dots {
	bottom: -40px !important;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #fff;
}
.slick-slide img {
	display: block;
	width: inherit;
}
.firstview__slide {
  display: none;
}
.firstview__slide.slick-initialized {
  display: block;
}


/*============================
見出し
============================*/
.home__title {
	width: inherit;
	border-bottom: 5px solid var(--main-color);
	border-top: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	box-shadow: 1px 1px 4px 0px;
	padding: 7px 0;
}
.home__title h2 {
	font-size: 20px;
	border-left: 5px solid var(--main-color);
	padding: 7px 20px;
	margin-left: 20px;
}


/*============================
新着お知らせ
============================*/
.news {
	margin: 50px auto;
}
.news__wrap {
	margin: 30px auto 0px;
}
.news__wrap ul{
}
.news__wrap li {
	border-bottom: 1px solid var(--main-color);
	margin-bottom: 20px;
	padding-bottom: 3px;
}
.news__wrap li a{
	display:flex;
}
.news__date{
}
.news__title {
	padding-left: 15px;
}
.news__btn {
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}
.news__btn a {
	padding: 5px 30px;
	border: 1px solid var(--main-color);
}
.news__btn a:hover {
	background:var(--main-color);
	color:#fff;
}

/*============================
よくある質問
============================*/
.toggle {
	display: none;
}
.faq__box {
	position: relative;
	margin-bottom: 1em;
}
.title,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
}
.title {
	border: solid 1px var(--main-color);
	padding: 10px 50px 10px 10px;
	display: flex;
	align-items: center;
}
.title::after,
.title::before {
	content: "";
	position: absolute;
	top: 50%;
	right:3%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 2px;
	height: 0.75em;
	background-color: var(--main-color);
}
.title::before{
	top:40%;
	transform: rotate(0deg);

}
.title::after{    
	top:40%;
	transform: rotate(90deg);

}
.content {
	display: none;
	background: #f5f5f5;
	padding: 20px;
	font-size: 14px;
}
.content p {
	margin: 0;
	padding: 0.5em 1em 1em;
	font-size: 0.9em;
	line-height: 1.5;
}
.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}
.faq > .news__btn{
	justify-content: center;
}
.faq > .news__btn a {
	width: 300px;
	padding: 10px 0;
	text-align: center;
	margin-top: 20px;

}
.faq > .news__btn a:hover{
	color: #fff;
	background: var(--main-color);
}

/*============================
サービス内容
============================*/
.service {
	margin: 50px auto 0; 
}
.service__wrap {
	margin: 30px auto 0px;
}
.service__btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--main-color);
}
.service__btn li {
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--main-color);
	margin: 1%;
	height: 50px;
}
.service__btn button {
	background: unset;
	border: unset;
	font-size: inherit;
	color: inherit;
	outline: none;
	width: 100%;
	height: inherit;
}
.service__btn--title {
	padding: 5px 10px;
}
.service__a:hover {
	background:var(--main-color);
	color:#fff;
}
.service__a::checked {
	background:var(--main-color);
	color:#fff;
}
.service__a--click{
	background:var(--main-color) !important;
	color:#fff !important;
}

.service__content--box-dec {
	margin-bottom: 20px;
}
.service__content--box h3 {
	font-size: 18px;
	color: var(--main-color);
	margin-bottom: 10px;
}
.service__content--box p {
	padding-bottom: 50px;
}

.service__btn-text {
    border-bottom: 1px solid var(--main-color);
    margin-bottom: 5px;
}


/************************************
レスポンシブ
************************************/
@media screen and (max-width: 1366px) { 

	.firstview__slide--box {
		width: 640px !important;
		height: 360px;
	}
	.firstview__slide--box-text h2 {
		font-size:26px;
	}
	.home__title h2 {
		font-size: 18px;
		padding: 3px 20px;
	}
	.service__content--box h3 {
		font-size: 16px;
	}

	.content {
		font-size: 12px;
	}
	
	
	
}
@media screen and (max-width: 1025px) { 
	.home__title{
		width:100%;
	}
	.firstview__slide--box {
		width: 512px !important;
		height: 288px;
	}
	.slick-slide img {
		width: inherit;
	}

}

@media screen and (max-width: 767px) { 
	.firstview {
		background: unset;
		padding: unset;
	}
	.slick-track:after, .slick-track:before{
		display:none;
	}
	.firstview__slide--box {
		width: 100vw !important;
		height: 60vh;
		background: #f3f3f3;
	}
	.firstview__slide--box-text{
		height:30vh;
	}
	.firstview__slide--box-text h2 {
		font-size: 7vw;
	}
	.slick-slide img {
		width: inherit;
		height: inherit;
		object-fit: cover;
	}
	.firstview__slide--box a {
		width: 100vw;
		margin:0 auto;
		height: inherit;
	}
	.firstview__slide--box-visa{
		/*background:#1076ba !important;*/
	}
	.firstview__slide--box-visa a {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.firstview__slide--box-visa img{
		width: 98vw !important;
		object-fit: cover !important;
		height: 98vw !important;
	}
	/*よくある質問スライダー*/
	.firstview__slide--box-qa{
		background: url(http://fpc-indonesia.co.id/wp-content/uploads/2022/10/all_members.jpg);
		background-size: cover;
		background-position: center;
	}
	.sld__faq--box {
		background: #ffffffbd;
		width: 97vw;
		height: 57vh;
		margin: auto;
		padding: 0;
		position: relative;
		border: 1px solid var(--main-color);
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.sld__faq--box img {
		margin: 10vw auto 0;
		width: 30vw !important;
		height: 30vw !important;
	}
	.sld__faq--box h2 {
		font-size: 9vw;
		width: fit-content;
		margin: 5vw auto 0;
		border-bottom: 1px solid var(--main-color);
	}
	.sld__faq--box p {
		text-align: center;
		font-size: 5vw;
		margin-top: 10vw;
	}
	
	.sld__faq--left-top {/*三角形左上*/
		position: absolute;
		top: 5px;
		left: 5px;
		border-left: 40px solid var(--main-color);;
		border-bottom: 40px solid transparent;
	}
	.sld__faq--right-bottom {/*三角形右下*/
		position: absolute;
		bottom: 5px;
		right: 5px;
		border-left: 40px solid transparent;
		border-bottom: 40px solid var(--main-color);;
	}
	/*お問い合わせスライダー*/
	.sld__contact--box {
		width: inherit;
		height: inherit;
	}
	.sld__contact--box img {
		position: absolute;
		z-index: 1;
	}
	.sld__contact--box-text {
		width: 90%;
		position: absolute;
		bottom: 3%;
		left: 50%;
		transform: translate(-50%, 0%);
		-webkit-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		display: flex;
		flex-direction: column;
		z-index: 2;
		background: #696969;
		color: #fff;
		padding: 7vw;
	}
	.sld__contact--box-text h2 {
		font-size: 7vw;
	}
	.sld__contact--box-text p {
		font-size: 4vw;
	}
	.sld__contact--box-text img {
		top: 11.5vw;
		width: 75vw !important;
	}

	
	
	.slick-dots {
		bottom: -35px !important;
	}
	.slick-dots li.slick-active button:before {
		opacity: 1;
		color: var(--main-color);
	}
	
	.service {
		margin: 50px auto -30px;
	}
	.service__wrap {
		margin: 15px auto 0px;
	}
	.service__btn {
		flex-direction: column;
	}
	.service__btn li {
		width:100%;
		height: 30px;
		margin: 1% 0;
		padding: unset;
		box-sizing: border-box;
		box-shadow: 1px 1px 2px #b8b8b8;
	}
	.service__btn button{
		height: 30px;
	}
	.service__content--box p {
		padding-bottom: 30px;
	}
	.title {
		padding: 10px 25px 10px 10px;
	}
	.title::after, .title::before {
		right: 5%;
	}
	.faq > .news__btn a {
		width: 200px;
		padding: 5px 0;
		margin-top: 10px;
	}
	
	
	
	
	
	
	
	
	
}


@media screen and (max-width: 390px) { 
	.sld__faq--box p {
		text-align: center;
		font-size: 4vw;
	}
}/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 20 2022 | 06:41:20 */
/*============================
カスタム変数
============================*/
:root {
	--main-color: #52BCDF;
	--sub-color:#527bdf;
	--font-size: 16px;
}


/*============================
サイト設定
============================*/
body{
	font-family:'メイリオ', 'Meiryo','ＭＳ 明朝','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	color:#303030;
	line-height: 1.6;
	overflow-x: hidden;
	width: 100vw;
}
a{
	text-decoration:none;
	color:#303030;
}
ul, li{
	list-style:none;
}
main{
	width:inherit;
}
.wd950{
	width:950px;
}
.wd800{
	width:800px;
}
img {
	image-rendering: -webkit-optimize-contrast;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.pc_only{
	display:block !important;
}
.sp_only{
	display:none !important;
}



/*============================
ヘッダー
============================*/
header{
	position: fixed;
	z-index: 9999;
	background: #fff;
	width: inherit;
	top: 0;
	box-shadow: 0px 0px 4px;
}
.header__main {
	padding: 10px 30px;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__main--title {
    display: flex;
    align-items: center;
    width: fit-content;
}
.header__main--title img{
	width:70px;
	height:70px;
}
.header__main--title h1{
	font-size:20px;
}
.menu {
    border-top: 1px solid var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
}
.menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu li {
    padding: 10px 15px;
}
.menu__space{
	justify-content: space-between;
}
.menu__logo{
	display:none;
}
.menu__search{
	display:none;
}

.header__current{
	color: var(--sub-color);
	border-bottom: 1px solid;
}
.archive__left--current {
    color: var(--sub-color) !important;
}
.scroll__header_open{
	display:block;
}
/*検索窓*/
.header__search{
	position:relative;
}
.header__search form{
	
}
.header__search form input {
    width: 250px;
    background: #ebfaff;
    border: 1px solid var(--main-color);
    padding: 10px;
    height: unset;
    box-sizing: border-box;
}
.header__search:after {
    content: "";
    background: url(http://fpc-indonesia.co.id/wp-content/uploads/2022/09/search_icon.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.header__search form button{
	display:none;
}
.scroll__header{
	display:none;
	transition: .5s;
}
.scroll__header-open{
	display:block;
}

/*============================
検索結果
============================*/
.search__content--wrap h3 {
    font-size: 18px;
    color: var(--main-color);
    margin-bottom: 20px;
    border-bottom: 1px solid;
}
.search__content--wrap h3:nth-of-type(n+2){
	margin-top:50px;
}
.search__result--wrap {
	width:800px;
	margin:0 auto;
}
.search__result--wrap ul{
	
}
.search__result--wrap li{
	border-bottom: 1px solid var(--main-color);
	margin-bottom: 20px;
	padding-bottom: 3px;
}
.search__result--wrap li a{
	display:flex;
}

/*============================
フッター
============================*/
footer{
	background:#F8F8F8;
	padding:30px 0;
}

footer p{
	text-align:center;
	font-size:12px;
	
}


/*============================
トップに戻る
============================*/
#js-pagetop {
	position: fixed;
	width: 50px;
	height: 50px;
	border-radius: 8px;
	background: var(--main-color);
	color: #fff;
	bottom: 50px;
	right: 50px;
	cursor: pointer;
}

#js-pagetop span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
}


/************************************
** お問い合わせフォームの入力
************************************/
.contact__wrap {
    margin: 0px auto 50px;
    padding-top: 50px;
}
.contact__wrap--text {
    margin-bottom: 50px;
}
.contact__wrap--text p{
    margin-bottom: 10px;
}

#cf-tbl {
    width: 800px;
    margin: 0 auto;
}

#cf-tbl table{
width: 100%;
border-collapse: collapse;
border: solid #CCC;
border-width: 1px;
color: #444;
}
#cf-tbl table tr th,
#cf-tbl table tr td{
padding: 0.5em;
text-align: left;
vertical-align: top;
border: solid #CCC;
border-width: 1px;
vertical-align: middle;
}
#cf-tbl table tr th{
width: 35%;
background: #eee;
}
.required {
    font-size: .8em;
    padding: 5px;
    background: var(--main-color);
    color: #fff;
    border-radius: 3px;
	margin-right: 10px;
}

.optional{
	font-size:.8em;
	padding: 5px;
	background: #8a8a8a;
	color: #fff;
	border-radius: 3px;
	margin-right: 10px;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea, select.wpcf7-form-control {
    width: inherit;
    padding: 5px 0px;
    margin: 5px 0;
    border: 1px solid #d0d5d8;
    border-radius: 3px;
    background-color: #eff1f5;
}
.wpcf7-form-control-wrap {
    width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 「送信する」ボタン */
input.wpcf7-submit {
    display: block;
    padding: 15px;
    width: 400px;
    background: var(--main-color);
    border: unset;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 15px auto 0;
}

input.wpcf7-submit:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
	opacity:0.7;
}
/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}


/************************************
404ページ
************************************/
.page__404 {
    margin: 0 auto;
    width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
}
.page__404 img {
    width: 100%;
    margin: 50px 0 0 0;
}
.page__404 h2{}
.page__404 h3{}




/************************************
レスポンシブ
************************************/
@media screen and (max-width: 1366px) {
	:root {
		--font-size: 12px;
	}
	html,body {
		font-size:12px;
	}
	.header__main {
		padding: 5px 30px;
	}
	.header__main--title img{
		width:40px;
		height:40px;
	}
	.header__main--title h1 {
		font-size: 16px;
		line-height: 1;
	}
	.header__search form input {
		width: 150px;
		padding: 5px;
	}
	.header__search:after {
		width: 15px;
		height: 15px;
	}
	.menu {
		padding: 5px 30px;
	}
	.menu li {
		padding: 5px 10px;
	}
	
	
	.contact__wrap{
		width: 700px;
	}
	.contact__wrap--text {
		margin-bottom: 25px;
	}
	#cf-tbl {
		width: 600px;
	}
	
	.search__content{
		width:700px;
		margin:0 auto;
	}
	.search__result--wrap {
		width: 650px;
	}
	
	footer {
		padding: 20px 0;
	}
	footer p {
		font-size: 10px;
	}
	
}

@media screen and (max-width: 1025px) { 
	.wd950{
		width:90%;
	}
	.wd800{
		width:80%;
	}
	
	.header__main,
	.menu {
		padding: 5px 15px;
	}
	.header__search form input {
		width: 150px;
	}
	.menu li {
		padding: 5px 7px;
	}
	.contact__wrap {
		padding-top: 0px;
	}
	#cf-tbl {
		width: 90%;
	}
	.wpcf7 input[type=submit] {
		-webkit-border-radius: 0 !important;
		-webkit-appearance: none !important;
	}
}



@media screen and (max-width: 767px) { 
	*{
		box-sizing:border-box;
	}
	.pc_only{
		display:none !important;
	}
	.sp_only{
		display:block !important;
	}
	.header__search{
		display:none;
	}
	.header__main--title h1 {
		font-size: 16px;
		padding-left: 5px;
	}
	.wd950 {
		width: 95%;
	}
	.wd800 {
		width: 90%;
	}
	.menu{
		display:none;
	}
	
	/*ハンバーガーメニュー*/
	.menu-btn {
		display: flex;
		height: 40px;
		width: 40px;
		justify-content: center;
		align-items: center;
		z-index: 90;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translate(0%, -50%);
		-webkit-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
	}
	.menu-btn span, .menu-btn span:before, .menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: var(--main-color);
		position: absolute;
	}
	.menu-btn span:before {
		bottom: 8px;
	}
	.menu-btn span:after {
		top: 8px;
	}
	#menu-btn-check:checked ~ .menu-btn span {
		background-color: rgba(255, 255, 255, 0);
	}
	#menu-btn-check:checked ~ .menu-btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu-btn-check:checked ~ .menu-btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}
	#menu-btn-check {
		display: none;
	}
	.menu-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 80;
		background-color: #3584bb;
	}
	.menu-content ul {
	}
	.menu-content ul li {
		border-bottom: solid 1px var(--sub-color);
		list-style: none;
	}
	.menu-content ul li a {
		display: block;
		width: 100%;
		font-size: 12px;
		box-sizing: border-box;
		color: var(--sub-color);
		text-decoration: none;
		padding: 10px 20px 10px 10px;
		position: relative;
	}
	.menu-content ul li a::before {
		content: "";
		width: 7px;
		height: 7px;
		border-top: solid 2px var(--sub-color);
		border-right: solid 2px var(--sub-color);
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 16px;
	}
	.menu-content {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0%;
		left: 100%;
		z-index: 80;
		background-color: #fff;
		transition: all 0.5s;
		padding: 0px 5%;
	}
	#menu-btn-check:checked ~ .menu-content {
		left: 0;
	}
	.h-menu__search {
		display: block !important;
		margin: 20px 0px;
	}
	.h-menu__search form input {
		width: 100%;
		padding: 10px;
		font-size: 16.1px;
	}
	.h-menu__search form input:focus,
	.faq-search-box form input:focus{
		outline: none;
	}
	.home__title h2 {
		font-size: 18px;
		padding: 5px 20px 0;
	}
	.search__content {
		width: 100%;
		margin: 0 auto;
	}
	.search__result--wrap {
		width: 100%;
	}
	.search__content--wrap .header__search{
		margin-bottom: 15px;
	}
	.search__content--wrap .header__search form input {
		width: 100%;
		font-size:16.1px;
		padding: 10px;
	}

	.contact__wrap {
		width: 90% !important;
	}
	#cf-tbl{
		width: 100%;
	}

	#cf-tbl table,
	#cf-tbl table tbody,
	#cf-tbl table tr,
	#cf-tbl table tr th,
	#cf-tbl table tr td{
		display: block;
	}

	#cf-tbl table{
		width: 100%;
		border-width: 0 0 1px 0;
	}

	#cf-tbl table tr th,
	#cf-tbl table tr td{
		width: 100%;
		padding: 3% 5%;
	}

	#cf-tbl table tr td{
		border-width: 0px 1px 0px 1px;
	}
	input.wpcf7-submit {
		width: 70%;
	}
	input.wpcf7-form-control.wpcf7-text, textarea.wpcf7-form-control.wpcf7-textarea, select.wpcf7-form-control {
		font-size: 16.1px;
	}
	
	
	
	
	#js-pagetop {
	width: 40px;
	height: 40px;
	bottom: 50px;
	right: 10px;
	}
	#js-pagetop img {
		object-fit: cover;
		width: inherit;
		height: inherit;
	}
}