@charset "utf-8";


/*=============================

common


=============================*/

/* パン屑ナビ */
#bread-nav {
    color: var(--base-color);
    margin-top: 50px;
}
.bread-nav__list > li {
	font-size: 14px;
    display:inline-block;
	margin-left: 10px;
}
.bread-nav__list > li:before {
    content: '>';
	margin-right: 10px;
}
.bread-nav__list > li:first-child {
    margin-left:0;
}
.bread-nav__list > li:first-child:before {
    display: none;
}
.bread-nav__list > li a {
    color: var(--base-color);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bread-nav__list > li a:hover {
    color: var(--main-color);
}


.page-fv {
    display: flex;
    align-items: center;
    height: 400px;
    background: url(../img/pages/page_fv.jpg) no-repeat center;
    background-size: cover;
    width: calc(100% - 300px);
    margin-left: 300px;
    border-radius: 10000px 0 0 0;
}
.page-fv .cmn-title {
	margin-bottom: 0;
    margin-left: -280px;
}

.page-title {
	text-align: center;
	margin-bottom: 70px;
}
.page-title h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	margin-top: 20px;
}
.page-title p {
	color: var(--main-color);
	font-size: 52px;
	font-weight: 600;
	font-family: var(--font-en);
	line-height: 1;
}

.page-sutitle {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: solid 1px;
}

.page-box {
	margin-bottom: 120px;
}



@media (max-width: 815px) {

	.page-fv {
		height: 200px;
		width: calc(100% - 150px);
		margin-left: 150px;
	}
	.page-fv .cmn-title {
		margin-left: -130px;
	}

	.page-title {
		text-align: center;
		margin-bottom: 50px;
	}
	.page-title h3 {
		font-size: 16px;
		margin-top: 15px;
	}
	.page-title p {
		font-size: 36px;
	}

	.page-box {
		margin-bottom: 60px;
	}

}


/* ----------------
about
----------------- */

.message-in {
    display: flex;
    justify-content: space-between;
}
.message-in .-img {
    width: 40%;
    text-align: center;
}
.message-in .-img p {
    font-size: 18px;
	margin-top: 10px;
}
.message-in .-text {
    width: 55%;
}
.message-in .-text .t1 {
    line-height: 2;
}
.message-in .-text .t2 {
    text-align: right;
    margin-top: 30px;
    font-weight: 500;
}



.page-attempt {
    padding: 50px;
    border-radius: 20px;
    background: var(--bg-gry);
	position: relative;
}
.attempt__list {
    display: flex;
    justify-content: space-between;
}
.attempt__list >li {
    width: 32%;
    padding: 15px 15px 30px;
    background: #fff;
    border-radius: 10px;
}
.attempt__list .img {
	margin-bottom: 20px;
	text-align: center;
}
.attempt__list h4 {
	font-weight: 500;
    font-size: 20px;
	margin-bottom: 10px;
}

@media (max-width: 815px) {

	.message-in {
		display: block;
	}
	.message-in .-img {
		width: 100%;
		margin: 0 auto 30px;
	}
	.message-in .-text {
		width: 100%;
	}

	.page-attempt {
		padding: 50px 20px;
	}
	.attempt__list {
		display: block;
	}
	.attempt__list >li {
		width: 100%;
		margin-bottom: 20px;
	}
	.attempt__list h4 {
		font-size: 16px;
	}

}




@media (max-width: 815px) {


}


/* ----------------
price
----------------- */
.page-price-in {
    padding: 30px;
    margin-bottom: 20px;
    border-radius: 20px;
    background: var(--bg-gry);
}
.page-price-in p +h4 {
    font-size: 18px;
	font-weight: 500;
    margin-bottom: 10px;
}
.page-price-in p {
    line-height: 2;
}
.page-price-in p + h4 {
    margin-top: 20px;
}
.page-price-in table {
	width: 100%;
	border-collapse: collapse;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.page-price-in table th {
	color: #fff;
	padding: 10px;
	text-align: left;
	background: var(--main-color);
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
.page-price-in table td {
	padding: 10px;
	background: #fff;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

@media (max-width: 815px) {



}




/* ----------------
service
----------------- */
#service {
	overflow: hidden;
}
.service__list >li {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    background: var(--bg-gry);
    position: relative;
}
.service__list h4 {
	color: #fff;
    text-align: center;
	font-size: 24px;
	border-radius: 1000px;
	padding: 10px;
	margin-bottom: 20px;
	background:var(--main-color);
}
.service__list .scene01 h4 {
	background: #5cccd0;
}
.service__list .scene02 h4 {
	background: #acd460;
}
.service__list .scene03 h4 {
	background: #df8282;
}
.service__list .scene04 h4 {
	background: #d7cf4c;
}
.service__list p {
	line-height:2;
	margin-top: 20px;
}

@media (max-width: 815px) {



}



/* ----------------
flow
----------------- */
.flow__list >li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-bottom: 60px;
    border-radius: 20px;
    background: var(--bg-gry);
    position: relative;
}
.flow__list >li:last-child {
    margin-bottom: 0;
}
.flow__list >li:not(:last-child):after {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 30px solid var(--main-color);
    border-bottom: 0;
	position: absolute;
    left: calc(50% - 30px);
    bottom: -45px;
}

.flow__list .flow-img {
	width: 40%;
}
.flow__list .flow-info {
	width: 55%;
}
.flow__list .flow-info h3 {
    font-size: 20px;
    font-weight: 500;
}
.flow__list .flow-info h3 span {
    display: inline-block;
    font-weight: 600;
    font-family: var(--font-en);
    background: var(--main-color);
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 1000px;
    margin-right: 10px;
}
.flow__list .flow-info p {
    margin-top: 20px;
	line-height: 2;
}

.page-flow-area {
    padding: 50px;
    border-radius: 20px;
    background: var(--bg-gry);
	position: relative;
}
.page-flow-area .area-text {
    background: #fff;
    border-radius: 10px;
    font-size: 20px;
    padding: 15px;
	text-align: center;
}
.page-flow-area .area-text span {
	color: var(--main-color);
	font-weight: 600;
}

@media (max-width: 815px) {

	.flow__list >li {
		display: block;
	}
	.flow__list .flow-img {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.flow__list .flow-info {
		width: 100%;
	}
	.page-flow-area {
		padding: 30px 20px;
	}
	.page-flow-area .area-text {
		font-size: 18px;
	}
	
}



/* ----------------

----------------- */
#car {
    overflow: hidden;
}
.page-car table {
    width: 100%;
    border-collapse: collapse;
    line-height: 2;
}
.page-car table th {
    width: 200px;
    color: #fff;
    font-weight: normal;
    padding: 15px;
    border-bottom: solid 1px #fff;
    vertical-align: top;
    text-align: left;
    background: var(--main-color);
}
.page-car table td {
	padding: 15px;
	border-bottom: solid 1px #fff;
	background: var(--bg-grn);
}

#page-car-slide .slick-list {
	overflow: visible;
}
#page-car-slide .slick-slide {
    width: 300px;
    margin: 0 10px;
}


@media (max-width: 815px) {

	.page-car table th {
		width: 130px;
	}
	#page-car-slide .slick-slide {
		width: 200px;
	}
}




/* ----------------
news
----------------- */
.news__list >li {
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ccc;
}
.news__list >li a {
	color: var(--base-color);
}
.news__list .post-date {
    margin-right: 10px;
}
.news__list .post-category {
    color: #fff;
    background: var(--main-color);
    border-radius: 1000px;
    line-height: 1;
    padding: 5px 20px;
    text-align: center;
}
.news__list .post-title {
	display: block;
	margin-top: 10px;
	font-weight: 500;
}

.post-header-in .post-date  {
	display: inline-block;
	margin-right: 10px;
}
.post-header-in .post-category {
    display: inline-block;
}


@media (max-width: 815px) {



}




/*---------------------------------

column

----------------------------------*/
.post-in {
	display: flex;
	justify-content: space-between;
}
.post-contents {
    width: calc(100% - 300px);
}

.column__list >li {
	margin-bottom: 20px;
}
.column__list a {
    display: flex;
	justify-content: space-between;
	padding: 10px;
    color: var(--base-color);
	border:solid 1px #eee;
	border-radius: 10px;
}
.column__list a .column-thumb {
    width: 30%;
	height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.column__list a .column-info {
    width: 65%;
}
.column-info .column-info-title {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 1.6;
}
.column-info .column-info-cat span {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	padding: 3px 10px;
	margin-right: 5px;
	background: var(--main-color);
}
.column-info .column-info-date {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    font-family: var(--font-en);
    line-height: 1;
}
.column-info .column-info-desc {
    font-size: 12px;
    line-height: 2;
    margin-top: 10px;
}

.post-header {
    padding-bottom: 10px;
    border-bottom: solid 1px;
    margin-bottom: 50px;
}
.post-title {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}
.post-category span {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	padding: 3px 20px;
	margin-right: 5px;
	border-radius: 1000px;
	background: var(--main-color);
}
.post-date {
    font-size: 13px;
    color: #666;
    font-family: var(--font-en);
    margin-right: 20px;
}


.post-body h2 {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 20px;
    border-left: solid 5px var(--main-color);
    padding-left: 10px;
}
.post-body p {
	line-height: 2;
}
.post-body b {
	font-weight: 500;
}

#cmn-pager {
    text-align: center;
    margin-top: 130px;
}
#cmn-pager .wp-pagenavi a,
#cmn-pager .wp-pagenavi span {
    padding: 3px 10px;
    color: #222;
	border: none;
}
#cmn-pager .wp-pagenavi span.current {
	color: #fff;
	background: var(--main-color);
}
.post-pager {
    margin-top: 100px;
    text-align: center;
}
.post-pager div {
    display: inline-block;
    margin: 0 20px;
}
.post-pager .prev a,
.post-pager .next a{
    color: #444;
}
.post-pager .return a {
    color: var(--main-color);
}

.post-body .youtube-wrap {
    margin-bottom: 30px;
}
.post-body span b,
.post-body span strong {
    color: inherit;
}
.post-body table {
    width: 100%;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-collapse: collapse;
}
.post-body table th,
.post-body table td {
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 10px;
}

.post-author {
    margin: 50px 0;
    padding: 30px;
    border: solid 1px #f1f1f1;
    border-radius: 10px;
}
.post-author-main {
    display: flex;
    align-items: center;
}
.post-author-main__img {
    width: 160px;
    height: 0;
    padding-top: 160px;
    border-radius: 10000px;
    overflow: hidden;
    position: relative;
}
.post-author-main__img img {
    max-width: 180px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.post-author-main__info {
    margin-left: 30px;
    padding: 15px 30px 15px 0;
    border-top: dotted 1px #004397;
    border-bottom: dotted 1px #004397;
}
.post-author-main__info h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}
.author-name__jp {
    font-size: 20px;
}
.author-name__en {
    color: var(--main-color);
    margin-top: 5px;
}



/* side */
.post-sidebar {
    width: 250px;
}
.post-sidebar a {
    color: var(--base-color);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: solid 1px transparent;
}
.sideBox {
    margin-bottom: 50px;
}
.side-title {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px;
}
.side-category__list li {
    font-size: 13px;
    margin-bottom: 10px;
}
.side-category__list li:not(:first-child):before {
    content: '-';
    margin-right: 5px;
}
.side-category__list li:last-child {
	margin-bottom: 0;
}
.side-category__list li a:hover {
	border-bottom: solid 1px #333 !important;
}

/**/
.side-column__list >li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #ccc;
}
.side-column__list a {
    font-size: 13px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.side-column__list a .column-thumb {
    width: 30%;
}
.side-column__list a .column-info {
    width: 70%;
    padding-left: 10px;
    font-size: 10px;
}
.side-column__list a .column-info .column-info-date {
}
.side-column__list a .column-info .column-info-title {
    font-size: 12px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	margin-top: 0;
}
.side-column__list a .column-info .column-info-cat {
    margin-left: -3px;
    width: calc( 100% + 3px);
}
.side-column__list a .column-info .column-info-cat span {
	font-size: 10px;
    display: inline-block;
    color: #fff;
    background: var(--main-color);
    padding: 2px 5px;
	line-height: 1;
    margin: 3px 0 0 3px;
}

/**/
.side-archive__list {
    font-size: 13px;
}
.archive-year {
    font-size: 13px;
}
.side-archive__list ul {
    line-height: 2;
    margin-left: 10px;
}




@media (max-width: 815px) {
	
	.post-in {
		display: block;
	}
    .post-contents {
		width: 100%;
		margin-bottom: 50px;
	}
	.post-sidebar{
		width: 100%;
		margin-top: 50px;
	}
	.post-tof {
		padding: 15px;
	}
	
    .post-author {
        padding: 30px 10px;
    }
    .post-author-main__img {
        width: 100px;
        padding-top: 100px;
    }
    .post-author-main__img img {
        max-width: 120px;
    }
    .post-author-main__info h3 {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .author-name__jp {
        font-size: 16px;
    }
    .author-name__en {
        font-size: 12px;
    }
    .post-author-profile {
        display: block;
    }
    .post-author-profile .box {
        width: 100%;
    }
    .post-author-profile .box h4 {
        font-size: 13px;
    }
    .post-author-profile__list >li {
        font-size: 12px;
    }
}



@media (max-width: 815px) {

	.column__list a {
		display:block;
	}
	.column__list a .column-thumb {
		width: 100%;
		text-align: center;
	}
	.column__list a .column-info {
		width: 100%;
		margin-top: 20px;
	}
}

/* ----------------
contact
----------------- */
#contact .t1,
#contact .t2 {
	text-align: center;
	margin-bottom: 30px;
	line-height: 2;
}


.hissu {
    color: #dd0000;
}
.contact-form {
    margin-top: 50px;
}
.contact-form table {
    width: 100%;
	border-collapse: collapse;
}
.contact-form th {
	vertical-align: middle;
    text-align: left;
    padding: 10px;
    background: var(--bg-gry);
    border-bottom: solid 1px #fff;
}
.contact-form table th .hissu {
    margin-left: 10px;
}
.contact-form table td {
    padding: 10px;
    border-bottom: solid 1px var(--bg-gry);
}

.cmn-input,
.cmn-input-s,
.cmn-input-m,
.cmn-select,
.cmn-select-s,
.cmn-textarea {
    width: 100%;
	font-size: 16px;
    border: none;
	background: #eee;
}

.cmn-input {
    height: 60px;
    text-indent: 10px;
}
.cmn-input-s {
    width: 30%;
    height: 60px;
    text-indent: 10px;
}
.cmn-input-m {
    width: 60%;
    height: 60px;
    text-indent: 10px;
}
.cmn-select {
    height: 60px;
}
.cmn-select-s {
	width: 10%;
    height: 50px;
}
.cmn-textarea {
    height: 200px;
    padding: 10px;
}
.contact-form ::placeholder{
  color:#ccc
}

.has-check .wpcf7-list-item-label {
    display: none;
}
.check-policy {
    text-align: center;
    margin: 50px 0;
	line-height: 1.6;
}
.check-policy a {
    text-decoration: underline;
	color: var(--base-color);
}
.check-policy .wpcf7-list-item-label {
    display: none;
}

.hidden-form {
    display: none;
}

#btn-send {
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 500;
    max-width: 350px;
    width: 100%;
    text-align: center;
    line-height: 1;
    padding: 25px 0;
    margin: 40px auto 0;
    color: var(--main-color);
    background: #fff;
    border: solid 2px var(--main-color);
    border-radius: 10000px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#btn-send:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg);
    vertical-align: 2px;
    margin-left: 10px;
}
#btn-send:hover {
    color: #fff;
    background: var(--main-color);
}


.contact-caution {
    margin-top: 80px;
    padding: 30px;
    border: solid 1px #ccc;
    border-radius: 5px;
}
.contact-caution h3 {
    font-size: 18px;
    font-weight: 500;
    border-bottom: solid 1px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.contact-caution__list >li {
    margin-top: 30px;
}
.contact-caution__list >li h4 {
    font-size: 16px;
    border-left: solid 5px;
    padding-left: 10px;
    margin-bottom: 10px;
}

@media (max-width: 815px) {

	#contact .t1,
	#contact .t2 {
		text-align: left;
	}

    .contact-form table {
        font-size: 13px;
        border-top: none;
        margin-bottom: 30px;
    }
    .contact-form table th {
        display: block;
        width: 100%;
        border-bottom: none;
        background: no-repeat;
        padding: 0;
    }
    .contact-form table td {
        display: block;
        padding: 20px 0 30px;
        width: 100%;
        border-bottom: none;
    }

    #btn-send {
        font-size: 14px;
        padding: 20px 0;
    }

	.check-policy {
		margin-top: 30px;
		text-align: left;
	}

}





/* ----------------
privacy-policy
----------------- */
.privacy-policy__list >li {
	margin-bottom: 40px;
	line-height: 1.6;
}
.privacy-policy__list >li h3 {
	font-size: 18px;
	font-weight: 500;
	color: var(--main-color);
}
.privacy-policy__list >li p {
	margin-top: 20px;
}
.privacy-policy__list ul {
    margin-left: 1rem;
    margin-top: 10px;
    line-height: 1.6;
}
@media (max-width: 815px) {
	
	
}
