/* General element styling --------------------------------------------- */

@font-face {
	font-family: 'HGSGothicM';
	src: url('fonts/HGSGothicM.woff') format('woff'),
		url('fonts/HGSGothicM.woff2') format('woff2');
	font-weight: 400;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 32px;
	color: #1F1F1F;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
	margin: 0 0 20px;
}

a {
	color: #112288;
}

img {
	max-width: 100%;
}

button {
	cursor: pointer;
}

html {
	scroll-behavior: smooth;
}

/* General re-usable styling ------------------------------------------- */

.am-container {
	width: calc(100% - 40px);
	margin: 0 auto;
	max-width: 1440px;
}

.am-container.style2 {
	max-width: 1000px;
}

.am-container.style3 {
	max-width: 1200px;
}

.am-container.style5 {
	width: calc(100% - 120px);
}

.am-container.bg-grey {
	background: #F5F5F5;
}

.am-flex {
	display: flex;
}

.am-flex.wrap {
	flex-wrap: wrap;
}

.am-flex.between {
	justify-content: space-between;
}

.am-flex.center {
	justify-content: center;
}

.am-flex.vert-center {
	align-items: center;
}

.am-flex.vert-stretch {
	align-items: stretch;
}

.am-flex.vert-fl-end {
	align-items: flex-end;
}

.am-col1 {
	width: calc(100% / 12);
}

.am-col2 {
	width: calc(100% / 12 * 2);
}

.am-col3 {
	width: calc(100% / 12 * 3);
}

.am-col4 {
	width: calc(100% / 12 * 4);
}

.am-col5 {
	width: calc(100% / 12 * 5);
}

.am-col6 {
	width: calc(100% / 12 * 6);
}

.am-col7 {
	width: calc(100% / 12 * 7);
}

.am-col8 {
	width: calc(100% / 12 * 8);
}

.am-col9 {
	width: calc(100% / 12 * 9);
}

.am-col10 {
	width: calc(100% / 12 * 10);
}

.am-col11 {
	width: calc(100% / 12 * 11);
}

.am-hide {
	display: none;
}

.am-center {
	text-align: center;
}

.am-sp {
	display: none;
}

.am-pc {
	display: block;
}

.am-modal__min-btn {
	border: unset;
	background: unset;
	margin: 0 auto;
	display: block;
}

dialog.am-modal__max {
	width: 100%;
	height: 100%;
	border: unset;
	background: #0003;
}

.am-modal__max-cont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
	width: calc(100% - 80px);
	height: calc(100% - 120px);
	padding: 20px;
	border-radius: 10px
}

.am-modal__max-pix {
	width: calc(100% - 100px);
	height: calc(100% - 150px);
	overflow: auto;
	padding: 50px;
	box-shadow: 0 0 10px #8888 inset;
	border: 1px solid #888;
}

.am-modal__max-pix>img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	margin: auto;
	/* 	cursor: zoom-in; */
}

.am-modal__max-pix.zoom>img {
	width: auto;
	height: auto;
	max-width: 200vw;
	max-height: 200vh;
	/* 	cursor: zoom-out; */
}

.am-modal__max-close.lp-btn {
	margin: 10px auto;
	display: block;
	padding: 10px;
	min-width: 140px;
}

.am-modal__max-close.lp-btn::after {
	content: unset;
}

.am-bg-layout {
	position: relative;
}

.am-bg-pix {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.am-bg-pix > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.am-bg-cont {
	position: relative;
	z-index: 1;
}

.am-bg-layout.style2 .am-bg-pix {
	position: relative;
	top: unset;
	left: unset;
	height: auto;
}

.am-bg-layout.style2 .am-bg-pix > img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.am-bg-layout.style2 .am-bg-cont {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translatey(-50%);
	height: auto;
}

#sect-banner .am-bg-pix > img {
	object-position: right;
}

.bnr__title {
	margin: 0;
	font-size: 50px;
	padding: 200px 0;
}

.sect-cont {
	padding: 80px 0;
}

.sect-cont.style2 {
	padding: 60px 0;
}

.af-topgap {
	height: 100px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-image: url("../images/bg-header.png");
	color: #D55757;
	padding: 10px 0;
}

.hdr__layout {
	height: 100px;
}

.hdr__logo {
	margin: 0 auto 0 0;
}

.hdr__logo>a>img {
	height: auto;
}

.hdr__navi-menu {
	display: block;
}

.hdr__navi-menu {
	display: flex;
	justify-content: flex-end;
	padding: 0;
	margin: 0 10px 0 0;
}

.hdr__navi-menu li {
	list-style: none;
	text-align: center;
	display: block;
	line-height: 1;
}

.hdr__navi-menu li:last-child {
	border-width: 0;
}

.hdr__navi-menu li a {
	text-decoration: none;
	color: #D55757;
	font-weight: 500;
	padding: 5px 20px;
	width: calc(100% - 40px);
	display: block;
	white-space: nowrap;
}

.hdr__navi-lang a {
	color: #ffff;
	text-decoration: none;
}

.hdr__navi-lang a.active {
	color: blue;
}

.hdr__navi-button {
	color: #fff;
	background: linear-gradient(90deg, #3F8837 0%, #8FDF86 100%);
	text-decoration: none;
	padding: 2px 25px;
	border-radius: 20px;
}

.hdr__navi-button-img {
	width: 10px;
	margin: -5px 0 0 10px;
	vertical-align: middle;
}

.slider__layout {
	position: relative;
}

.slider__item {
	height: calc(100vh - 70px);
	min-height: 600px;
}

.slider__item > img, .slider__item > video {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.slider-nav .slick-slide .slider-nav__image {
	filter: saturate(0);
}

.slider-nav .slick-slide.slick-current .slider-nav__image {
	filter: unset;
}

.slider-navi {
	text-align: center;
	margin: 15px 0;
	display: block;
	width: 100%;
	white-space: nowrap;
	padding: 0;
}
.slider-navi button {
	background-color: unset;
	color: #333;
	border: unset;
	font-size: 35px;
	cursor: pointer;
	display: inline-block;
	width: fit-content;
	max-width: unset;
	padding: 0 5px;
	margin: 0;
}

.slider-nav__item:focus-visible .slider-nav__image {
	position: relative;
	z-index: -1;
}

.slider__ov {
	position: absolute;
	left: 70%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
}

.slider__ov-main-title {
	font-size: 32px;
	line-height: 70px;
	font-family: "BIZ UDPMincho", serif;
	font-weight: 400;
	font-style: normal;
	color: #1F1F1F;
}

i.fa-solid.fa-circle-arrow-left {
	color: #3C6F36;
}

i.fa-solid.fa-circle-arrow-right {
	color: #3C6F36;
}

i.fa-solid.fa-pause {
	color: #3C6F36;
}


.footer__cont {
	max-width: 1184px;
	margin: 0  auto;
}

footer {
	background-color: #F2EEEB;
	padding: 80px 0 0;
	border-width: 1px 0 0 0;
}

footer .footer__container {
	padding: 0 0 80px;
}

#footer__cont .am-col4 {
	width: calc(100% - 40px);
	margin: 0 40px;
}

.ftr-copyright {
	text-align: center;
	color: #3C6F36;
	font-size: 15px;
	padding: 20px 0;
}

.footer__cont .am-col4 iframe {
	width: 100%;
	height: 305px;
	border-radius: 20px;
}

.footer__cont .am-col4 {
	margin: 0 40px 0 0;
	width: calc(43% - 20px);
}

.footer__cont .am-col8 {
	width: calc(57% - 40px);
}

footer a {
    color: #1F1F1F;
}

.ftr-phone-num {
	font-size: 18px;
	font-weight: 700;
	margin: 10px 0;
	color: #D55757;
	text-decoration: none;
}

.ftr-phone-num span {
	font-weight: 400;
	font-size: 15px;
}

.ftr-phone-num img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.ftr-fax-num img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.ftr-fax-num {
	margin: 10px 0;
}

.ftr__btn {
    display: flex;
	margin-top: 10px;
}

.ftr__subtitle {
    font-size: 20px;
    font-weight: 700;
}

.ftr-business-hours span {
	border: #D55757 2px solid;
	color: #D55757;
	display: inline-block;
	padding: 0 11px;
	border-radius: 20px;
	margin: 0 10px 0 0;
	font-size: 15px;
}

.ftr-business-days span {
	border: #D55757 2px solid;
	color: #D55757;
	display: inline-block;
	padding: 0 18px;
	border-radius: 20px;
	margin: 0 10px 20px 20px;
	font-size: 15px;
}

.ftr-sns-logo {
	margin: 20px 0 0 0;
}

.ftr-sns-logo img:first-child {
	margin: 0 10px 0 0;
}

footer .am-flex.wrap {
	justify-content: space-between;
}

footer .am-col6 {
    width: calc(45% - 30px);
}

footer .am-col6.map {
    width: calc(55% - 30px);
	margin: 0 0 0 30px;
	align-content: flex-end;
}

i.fa-solid.fa-play {
	color: #3c6f36;
}

.crb-title-1 {
    text-align: center;
    padding: 80px 0 40px;
    font-size: 18px;
	position: relative;
	color: #000;
}

.line {
    border: none;
    border-top: 1px solid #D55757;
    width: 50px;
    position: absolute;
    top: 65%;
}

.left-line {
    left: calc(50% - 200px); 
}

.right-line {
    right: calc(50% - 200px); 
}

#crb-greetings .left-line {
    left: calc(50% - 280px);
}

#crb-greetings .right-line {
    right: calc(50% - 280px);
}

#crb-faq .left-line {
    left: calc(50% - 100px);
}

#crb-faq .right-line {
    right: calc(50% - 100px);
}

#crb-recommendation .left-line {
    left: calc(50% - 300px);
}

#crb-recommendation .right-line {
    right: calc(50% - 300px);
}

#crb-cust-testimonials .left-line {
    left: calc(50% - 230px);
}

#crb-cust-testimonials .right-line {
    right: calc(50% - 230px);
}

#crb-ig .left-line {
    left: calc(50% - 150px);
}

#crb-ig .right-line {
    right: calc(50% - 150px);
}

#crb-blog .left-line {
    left: calc(50% - 100px);
}

#crb-blog .right-line {
    right: calc(50% - 100px);
}

#crb-news .left-line {
    left: calc(50% - 180px);
}

#crb-news .right-line {
    right: calc(50% - 180px);
}

.title-jp {
   color: #000;
}

.title-en {
    font-size: 30px;
    color: #D55757;
    display: block;
	width: fit-content;
	margin: 0 auto;
	position: relative;
	padding: 0 70px;
}

.title-en::before {
    content: "";
    height: 1px;
    width: 50px;
    display: block;
    background: #D55757;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
}

.title-en::after {
    content: "";
    height: 1px;
    width: 50px;
    display: block;
    background: #D55757;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
}

.crb-title-1.mrg-adj {
    padding: 0 0 40px;
}

.crb-title-1.mrg-adj2 {
    padding: 50px 0 40px;
}

.crb-service__cont {
    text-align: center;
}

.greetings__signature {
    display: block;
    text-align: right;
}

.greetings__name {
    font-size: 24px;
    margin: 0 0 0 10px;
}

.button__cont {
    padding: 40px 0 80px 0;
    text-align: center;
}

.crb-service__button {
    display: block;
	width: 290px;
    margin: 0 auto;
    border: 1px solid #D55757;
	padding: 8px;
    text-decoration: none;
    color: #d55757;
	position: relative;
}

.crb-service__button::after {
    content: "";
    width: 38px;
    height: 8px;
    border: 1px solid #D55757;
    display: block;
    position: absolute;
    top: 45%;
    right: 10px;
    border-width: 0 2px 1px 0;
    transform: skew(50deg, 0deg) translateY(-50%);
}

.mgb-40 {
	margin-bottom: 40px;
}

.button__cont.greetings-sect {
    padding: 40px 0;
}

.greetings__img {
    margin: 0 0 -10px;
}

.greetings__cont {
    max-width: 1200px;
    margin: 0 auto;
}

.greetings__cont .am-col4 {
    width: 30%;
}

.greetings__cont .am-col8 {
    width: calc(68% - 50px);
    margin: 0 0 0 50px;
}

.greetings__cont .am-col4 img {
    height: 410px;
    width: 380px;
    object-fit: cover;
}

#crb-greetings .am-bg-pix {
    max-width: 1440px;
    width: 100%;
    height: auto;
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#crb-greetings .am-bg-pix > img {
    margin: unset;
    width: 40%;
}

#crb-news .am-bg-pix {
    max-width: 1440px;
    width: 100%;
    height: auto;
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#crb-news .am-bg-pix > img {
    margin: unset;
    width: 20%;
}

#crb-cust-testimonials .am-bg-pix > img {
    object-fit: fill;
}

#crb-cust-testimonials .am-col9 .am-bg-cont {
    padding: 40px;
	margin-top: 40px;
}

.crb-cust-testimonials__cont {
    max-width: 1020px;
    margin: 0 auto;
}

.crb-faq__content {
    max-width: 1000px;
    margin: 0 auto;
	padding: 0 0 80px;
}

#crb-cust-testimonials .am-col9 {
    width: calc(100% / 12* 9 - 40px);
    margin: 0 0 0 40px;
}

.cust-testimonials__item {
    align-items: center;  
}

.faq__question {
    border: 1px solid #eda4a4;
    padding: 5px;
}

.faq__question span {
    background-color: #eda4a4;
    color: #fff;
    padding: 5px;
    width: 38px;
    height: 38px;
    font-size: 22px;
    text-align: center;
    margin: 0 15px 0 0;
}

.faq__question {
    color: #D55757;
    display: flex;
    align-items: center;
	font-size: 16px;
	margin: 0;
	position: relative;	
}

.faq__question:after {
	content: "\f054";
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	color: #000;
	transition: transform 0.5s ease;
	font-weight: 600;
	color: #D55757;
}

/* .crb-faq__item {
    margin: 0 0 30px 0;
} */

.faq__answer {
    margin: 10px 0 0 0;
	max-height: 0;
	transition: max-height 0.25s ease, padding 0.25s ease;
	overflow: hidden;
}

.show .faq__answer {
    max-height: 500px;
    padding: 18px;
    border-width: 0 1px 1px 1px;
}

.crb-faq__item.show .faq__question:after {
	transform: translateY(-50%) rotate(90deg);
}

.crb-recommendation__item {
    padding: 30px 20px;
    margin: 30px auto;
	max-width: 1200px;
}

.counsellor__name {
    display: block;
    color: #815934;
    border: 1px solid #815934;
    padding: 5px 0 5px 15px;
    margin: 0 0 20px;
}

.crb-recommendation__cont {
    padding: 0 0 80px;
}

.crb-recommendation__cont .am-col12 {
    margin: 30px 0 0;
}

.counsellor__sign {
    display: block;
    text-align: right;
    margin: 30px 0 0;
}

.am-bg-pix.reccomendation-bg > img {
    object-fit: fill;
}

#crb-recommendation .am-col7 {
    margin: 0 0 0 30px;
    width: calc(100% / 12 *7 - 30px);
}

#crb-instagram .am-flex.wrap {
    justify-content: center;
}

/* SP menu btn ---------------------------------------------*/

.hdr__menu-btn {
	position: absolute;
	top: calc(80px / 2);
	right: 30px;
	border: 2px solid #D55757;
	background: transparent;
	width: 50px;
	height: 50px;
	transform: translateY(-50%);
	display:none;
}

.hdr__menu-btn-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.hdr__menu-btn-icon::before,
.hdr__menu-btn-icon::after,
.hdr__menu-btn-icon>span {
	content: "";
	width: 30px;
	height: 2px;
	background: #D55757;
	display: block;
	margin: 8px 0;
	transition: 0.5s ease;
	opacity: 1;
}

header.hdr__menu--show {
	height: 100vh;
	overflow: auto;
}


.sect-news__cont a {
	text-decoration: none;
}

.sect-news__item-title {
	color: #000;
}

.sect-news__cont {
	margin: 80px auto 50px;
	max-width: 1000px;
}

.sect-news__item-date {
	color: #006533;
	font-weight: 700;
	margin: 0 80px 0 0;
	white-space: nowrap;
}

.sect-news-single__cont {
	max-width: 1000px;
	margin: 80px auto;
}

.sect-news-single__item-date {
	color: #006533;
	font-weight: 500;
	margin: 20px 0 5px 0;
	font-size: 14px;
}

.sect-news-single__item-date > img {
	width: 25px;
	height: 26px;
	vertical-align: middle;
	margin: 0 12px 0 0;
}

.sect-news-single__item-title {
	font-weight: 700;
	font-size: 20px;
	padding: 0 0 8px;
	border-bottom: 1px solid #ccc;
}

.sect-news-single__item-date i {
	font-size: 25px;
	margin: 0 10px 0 0;
}

.sect-news-single__item-content {
	line-height: 32px;
}

.sect-news__cont-item {
	display: flex;
	border-bottom: 1px solid #cccccc;
	padding: 0 0 20px;
	margin: 0 0 35px;
}

.ii-pgnavi__btn.ii-pgnavi__current {
	background: #D55757;
	color: #FFF;
	cursor: revert;
}

.ii-pgnavi__btn {
	background-color: #D55757;
	padding: 10px 14.79px;
	color: #fff;
	font-weight: 500;
	border: 1px solid #D55757;
	margin: 0 5px;
	cursor: pointer;
	font-size: 16px;
	border-radius: 50px;
}

.ii-pgnavi__btn i {
	background-color: #fff;
	color: #D55757;
}

button.ii-pgnavi__btn.next {
	background-color: #fff;
	padding: 12px 13.79px;
}

button.ii-pgnavi__btn.previous {
	background-color: #fff;
	padding: 12px 13.79px;
}

.sect-news__pagenavi{
	text-align: center;
	margin: 0 0 100px;
}

.sect-news__pagenavi .btn-style-1 {
	text-decoration: unset;
	display: inline-block;
	margin: 0 10px;
	width: 150px;
	position: relative;
}

.sect-news__pagenavi .btn-style-1 {
	text-decoration: unset;
	display: inline-block;
	margin: 0 10px;
	width: 150px;
	position: relative;
	background: linear-gradient(90deg, #3F8837 0%, #8FDF86 100%);
}

.ll-button {
	background-color: #006533;
	border-radius: 50px;
	color: #fff;
}

.chev-left {
	padding: 5px 20px 5px 15px;
}

.chev-right {
	padding: 5px 15px 5px 20px;
}

.chev-left::before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	font-size: 10px;
	width: 18px;
	height: 18px;
	border: 2px solid;
	display: inline-block;
	border-radius: 50%;
	vertical-align: bottom;
	position: absolute;
	top: 22%;
	right: 0;
	left: 15px;
	line-height: 1.8;
}

.chev-right::after {
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	font-size: 10px;
	width: 18px;
	height: 18px;
	border: 2px solid;
	display: inline-block;
	border-radius: 50%;
	vertical-align: bottom;
	position: absolute;
	top: 22%;
	right: 0;
	left: 75%;
	line-height: 1.8;
}

.chev-left::before {
	content: "\f053";
	margin: 0 10px 4px 0;
}

.chev-right::after {
	content: "\f054";
	margin: 0 0 4px 10px;
}

.sect-blog__item-img {
	width: calc(100% - 30px);
	margin: 0 30px 0 0;
	border: 2px solid #ccc;
	border-radius: 20px;
	height: 150px;
	object-fit: cover;
}

.sect-blog__item-cont {
	margin: 0 0 30px;
	border-bottom: 1px solid #C0B8B8;
	padding: 0 0 30px 0;
}

.sect-blog__item-date {
	font-size: 14px;
}

.sect-blog__item-excerpt {
	font-size: 16px;
	line-height: 160%;
}

.sect-blog__item-title {
	font-size: 18px;
	margin: 10px 0;
	font-weight: 700;
}

.sect-blog__title {
	font-size: 22px;
	border-bottom: 4px solid #A4A2A2;
	padding: 0 0 10px 0;
	margin: 0;
}

ul.wp-block-categories-list.wp-block-categories {
	list-style: none;
	padding-left: 0;
}

.sect-blog__sidebar {
	width: calc(100% - 40px);
	margin: 0 0 0 40px;
}

.sect-blog__title ul li a {
	text-decoration: unset;
}

.wp-block-categories li a {
	text-decoration: unset;
	color: #000;
	padding: 0 0 20px 0;
	font-size: 16px;
}

.wp-block-categories li {
	border-bottom: 1px dashed #a4a2a2;
}

.sect-blog__post a {
	text-decoration: unset;
	color: #000;
}

.wp-block-categories li:first-child {
	padding: 0 0 10px;
}

.sect-blog__single-cont {
	font-size: 18px;
	line-height: 48px;
}

.sect-blog__single-cont img {
	width: auto;
	display: block;
	margin: 30px auto;
}

.sect-blog__single-cont-title {
	font-size: 30px;
	text-align: center;
}

.sect-blog__single-cont-date {
	display: inline-block;
}

.sect-blog__single-cont-tags {
	display: inline-block;
	margin: 0 0 0 10px;
	background-color: orange;
	color:#FFF;
	width: 90.1px;
	border-radius: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

.header-blog {
	font-weight: 700;
	color: #555;
	line-height: 140%;
	border-bottom: 3px solid #38393c;
	font-size: 26px;
	text-align: left;
}

.widgettitle {
	font-weight: 700;
	color: #555;
	line-height: 140%;
	border-bottom: 3px solid #38393c;
	font-size: 26px;
	text-align: left;
	margin: 60px 0 0;
}

.widgettitle:last-child {
	margin: 60px 0 0 0;
}

.sect-blog__sidebar ul li {
	list-style: none;
	border-bottom: 1px solid #efefef;
	padding: 10px 0;
}

div#calendar_wrap {
	width: 100%;
}

table#wp-calendar {
	width: 100%;
	margin: 20px 0 0;
	table-layout: fixed;
}

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding: 8px;
}

.sidebar ul li a {
	color: #000;
}

#sect-blog a:hover {
	color: #000;
	text-decoration: underline;
}

.widgettitle:first-child {
	margin: 0;
}

.wp-calendar-nav-prev a {
	text-decoration: none;
	color: #007bff;
	font-weight: 700;
}

#wp-calendar a {
	color: #007bff;
	font-weight: 700;
	text-decoration: none;
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

#wp-calendar caption {
	text-align: right;
	color: #333;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.slider__container-aboutus {
    width: 96%;
    height: 97%;
    position: absolute !important;
    left: 50%;
    top: 1%;
    transform: translateX(-50%);
    border-radius: 14%;
    overflow: hidden;
}

.slider__layout-aboutus {
    position: relative;
    width: calc(100% - 60px);
    margin-right: auto;
}

#dl-aboutus .am-col3 .vid-frame {
    position: relative;
    width: 100%;
    height: auto;
}

.slider__item-aboutus > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider__item-aboutus {
    height: 100%;
}

.slider__container-aboutus .slick-list,
.slider__container-aboutus .slick-track {
	height: 100% !important;
}

.contact-form__cont {
    max-width: 1000px;
    margin: 0 auto;
}

#contact-form {
    background-color: #f4fff3;
}

.inquiry-form__contact-form {
	margin: 0 auto;
	text-align: right;
	max-width: 995px;
	width: 100%;
}

.required {
	color: #FFF;
    padding: 1px 34px;
    font-size: 14px;
    margin: 0 20px 0 auto;
    background-color: #006533;
    border-radius: 30px;
}

.inquiry-form__contact-col label {
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	display: flex;
}

.inquiry-form__contact-col input {
	padding: 16px 0;
	width: 99%;
	border: 1px solid #3c6f36;
}

.inquiry-form__contact-col p {
	width: 100%;
	text-align: left;
}

.inquiry-form__contact-col p textarea {
	width: calc(100% - 6px);
	border: 1px solid #3c6f36;
}

.inquiry-form__link {
	font-size: 18px;
}

.inquiry-form__contact-form a {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #B1B1B1;
}

.inquiry-form__row.height-adj {
    height: 93px;
}

.inquiry-form__contact-col.inq-item__radio {
	align-self: center;
}

.inquiry-form__row {
    display: flex;
}

.inquiry-form__contact-col {
    width: 72%;
}

.inquiry-form__contact-col:first-child {
    width: 28%;
	align-self: center;
}

.wpcf7-submit {
    height: 50px;
    color: #fff;
    font-size: 16px;
    border-top: 2px solid #FCF2B4;
	border-bottom: 2px solid #FCF2B4;
	border-left: 2px solid #FCF2B4;
	border-right: 2px solid #FCF2B4;
   	background: linear-gradient(90deg, #3F8837 0%, #8FDF86 100%);
    border-radius: 50px;
    width: 100%;
	line-height: 1;
}

.wpcf7-form-control.wpcf7-submit.has-spinner p {
	text-decoration: underline;
}

input.wpcf7-form-control {
    font-size: 16px;
    padding: 15px 0 15px 10px;
}

textarea.wpcf7-form-control {
	font-size: 16px;
    padding: 15px 0 15px 10px;
	line-height: 1.5;
}

.ii-submit input.wpcf7-form-control {
	padding: unset;
}

.am-anchor {
    position: relative;
}

.am-anchor > span {
    position: absolute;
    top: -120px;
}

header .hdr__navi-button {
    width: 130px;
    display: block;
    align-self: center;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    font-size: 16px;
    padding: 15px 0 15px 10px;
    line-height: 1.5;
}

.title-icon img {
    display: block;
}

.dogshow__img {
    margin-bottom: 20px;
}

.widget img, .entry-content img, .item-description img {
    max-width: 100%;
    height: auto;
}

.hdr__ftr.ftr__cont {
    display: none;
}

#crb-instagram {
    background-color: #F2EEEB;
}

#crb-instagram .am-col2 {
    width: calc(100% / 12*2 - 10px);
    margin: 0 0 10px 0;
}

.crb-ig__cont {
    max-width: 1200px;
    margin: 0 auto;
	padding: 0 0 80px;
}

#crb-blog {
    background-color: #FFF6F6;
}

#sect-blog a {
	color: #000;
	text-decoration: unset;
}

.blog-item__pix {
	width: 100%;
	height: 240px;
	object-fit: cover;
	margin: 0 0 20px;
}

.blog-item__head {
	font-size: 14px;
	padding: 14px 16px;
	margin: 0 0 28px;
	background: #efeff0;
	display: block;
	align-items: center;
	position: relative;
}

.blog-item__head::after {
    content: "\f061";
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    font-size: 17px;
    color: #4a4a4a;
	top: 30px;
}

.blog-item__head-date {
	margin: 0 20px 0 0;
	display: block;
}

.blog-btn__cont button {
	margin: 0 0 20px;
}

#crb-blog a {
    color: #000;
    text-decoration: unset;
}

.crb-blog__cont {
    padding: 0 0 80px;
}

#crb-blog .am-col4 {
    width: calc(100% / 12*3 - 30px);
    margin: 0 30px 0 0;
}

#crb-blog .am-flex.wrap {
    justify-content: center;
}

#crb-blog .am-col4:last-child {
    margin: 0;
}

.crb-news__cont {
    max-width: 1000px;
    margin: 0 auto;
	padding: 0 0 80px;
}

.crb-news__cont a {
    text-decoration: none;
    color: #000;
}

.news-item__head-date {
    border: 1px solid #d55757;
    padding: 10px 20px;
    color: #d55757;
    font-weight: 700;
}

.crb-news__item.am-flex.wrap {
    margin: 0 0 30px;
}

#crb-news .am-col2 {
    margin: 10px 0 0 0;
}

.crb-bnr__bannner-title {
    margin: 180px 0 50px;
    text-align: center;
}

.crb-bnr__title span {
    display: block;
    color: #E4979B;
}

.crb-bnr__pix img {
    width: 100%;
}

.crb-title-2 {
	text-align: center;
	margin: 0 0 30px;
	font-size: 18px;
}

.crb-title-2 .title-en {
    color: #000;
	font-size: 18px;
}

/* #crb-service-intro {
    margin: 30px 0;
} */

#crb-service-intro .am-col8 {
    width: calc(100% / 12* 8 - 50px);
    margin: 0 0 0 50px;
}

#crb-service-features .crb-title-2 {
	padding: 50px 0 30px;
}

.features-item__title {
    width: 250px;
    height: 250px;
    background-color: #EDA4A4;
    color: #fff;
    text-align: center;
    align-content: center;
    border-radius: 50%;
    margin: 0 auto;
}

.am-col4.features-item {
	margin: 0 auto;
	width: calc(100% / 12*3 - 130px);
}

.features-item__desc {
    margin: 40px 0 0;
}

.crb-service__button1 {
    background-color: #D55757;
    text-decoration: none;
    color: #fff;
    padding: 15px 0;
	border-radius: 50px;
    display: block;
    width: 680px;
    margin: 50px auto 0;
}

.service-commitment__item {
    margin: 0 0 20px;
}

#crb-service-commitment {
    padding: 50px 0 100px;
}

#crb-service-commitment .am-col4 {
	align-self: center;
	text-align: center;
}

.commitment-cont {
    margin: 60px 0 0;
}

#crb-service-contact .crb-title-2 {
    padding: 30px 0;
}

#crb-service-contact .am-col8 {
    align-self: center;
}

.service-contact__cont {
    padding: 0 0 100px;
}

.service-contact__cont {
    padding: 0 0 100px;
}

#crb-service-technique {
    padding: 30px 0 20px;
}

.crb-service-technique__cont .am-col3 {
    text-align: center;
    align-content: center;
    width: 100px;
    height: 100px;
}

.crb-service-technique__cont {
    max-width: 1200px;
	margin: 0 auto;
}

.crb-service-technique__desc {
    text-align: center;
    margin: 0 0 50px;
}

.crb-service-technique__cont .am-col9 {
    width: calc(100% / 12*9 - 80px);
    margin: 0 0 0 80px;
}

.crb-service-technique__item {
    margin: 0 auto 50px;
	max-width: 900px;
}

.crb-service-qualifications__cont {
    text-align: center;
}

#crb-service-qualifications .crb-title-2 {
    padding: 30px 0;
}

.introduction-case__item {
    margin: 0 0 80px;
}

.introduction-case__title {
    color: #e4979b;
    font-weight: 700;
    margin: 0 0 5px;
    display: block;
	font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
}

.introduction-case__number {
    font-family: "Allura", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    display: inline-block;
	color: #E4979B;
}

.introduction-case__desc {
    border: 1px solid #FFE1E6;
    padding: 20px;
}

.introduction-case__cont .am-col4 img {
    width: 100%;
    height: 400px;
    object-fit: cover;
	margin: 50px 0 0;
}

#crb-introduction-cases .crb-title-1.mrg-adj {
    margin: 40px 0 0;
}

#crb-introduction-cases .am-col4 {
    align-self: flex-start;
	width: 400px;
}

#crb-introduction-cases .am-col8.mrg-left {
    margin: 0 0 0 30px;
    width: calc(100% - 430px);
}

#crb-introduction-cases .am-col8.mrg-right {
    margin: 0 30px 0 0;
    width: calc(100% - 430px);
}

#crb-introduction-cases .am-col4.first-img {
    align-self: center;
}

.introduction-case__cont {
    line-height: 1.5;
    letter-spacing: 1pt;
}

#crb-introduction-cases .crb-title-2 {
    margin: 50px 0;
}

#crb-introduction-fee .crb-title-2 {
    padding: 50px 0;
}

.crb-introduction-fee__cont {
    max-width: 1184px;
    margin: 0 auto;
}

.crb-introduction-fee__desc {
    text-align: center;
	line-height: 1.5;
}

.crb-introduction-fee__table tr td {
    border: 1px solid #3c6f36;
    padding: 10px 0;
}

.crb-introduction-fee__table {
    border-collapse: collapse;
    width: 100%;
    margin: 40px 0 0;
    text-align: center;
}

.crb-introduction-fee__table tr:first-child td {
    background-color: #D55757;
    color: #fff;
}

.bg-pink {
	background-color: #FBEAEC;
}

#crb-counseling-flow {
    max-width: 1184px;
    margin: 0 auto;
    padding: 50px 0 0;
	line-height: 1.5;
}

#crb-counseling-flow .am-col3 {
    display: block;
    text-align: center;
}

.crb-counseling-flow__title {
    display: block;
    color: #D55757;
    font-weight: 700;
}

.crb-counseling-flow__cont {
    margin: 70px 0 0;
}

.crb-counseling-flow__item {
    margin: 0 0 40px;
}

.crb-counseling-flow__item.last {
    margin: 0;
}

.introduction-case__item.last {
    margin: 0;
}

.crb-bnr__title {
    font-weight: 700;
    font-size: 24px;
}

#crb-faq-pg {
    padding: 50px 0;
}

.crb-faq-voice__cont {
    line-height: 1.5;
}

.crb-faq-pg__cont {
    line-height: 1.5;
}

.crb-faq-pg__item span {
    display: block;
}

.crb-faq-pg__item {
    margin: 0 0 30px;
}

#crb-faq-pg.crb-title-2 {
    margin: 0 0 50px;
}

span.fc-red {
    display: inline-block;
    color: #FF0606;
}

#crb-faq-voice .crb-title-2 {
    padding: 50px 0 30px;
}

.crb-faq-voice__item .am-col9.mrg-left {
    width: calc(100% / 12*9 - 40px);
    margin: 0 0 0 40px;
}

.crb-faq-voice__item .am-col9.mrg-right {
    width: calc(100% / 12*9 - 40px);
    margin: 0 40px 0 0;
}

/* .crb-faq-voice__item {
    align-items: center;
} */

.crb-faq-voice__title {
    color: #E4979B;
    display: block;
    font-weight: 700;
    margin: 0 0 20px;
	font-family: "Noto Sans JP", sans-serif;
}

#crb-faq-voice .am-col9.mrg-right {
    margin: 0 40px 0 0;
}

#crb-faq-voice .am-col3 {
    width: 400px;
	margin: 65px 0 0;
}

#crb-faq-voice .am-col3 img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

#crb-faq-voice .am-col9 {
    width: calc(100% - 440px);
    margin: 0 0 0 40px;
}

.crb-faq-voice__item {
    margin: 0 0 50px;
}

.crb-faq-voice__item.last {
    margin: 0;
}

.crb-faq-pg__item.last {
    margin: 0;
}

#inquiry {
    background: rgba(231, 246, 248, 1);
    color: #000;
    padding-bottom: 30px;
}

.privacy-policy .inquiry__container {
    max-width: 1100px;
    margin: 0 auto;
}

table.tbl-enquiry {
    width: 100%;
    border-collapse: collapse;
    max-width: 1040px;
    margin: 0 auto;
}

table.tbl-enquiry tr {
    margin-bottom: 10px;
}

table.tbl-enquiry tr td:first-child {
    width: 33%;
    color: #000;
    text-align: left;
    position: relative;
    top: -8px;
    font-size: 16px;
}

table.tbl-enquiry tr td:last-child {
    width: auto;
    text-align: left;
    vertical-align: middle;      
}

table.tbl-enquiry tr td span.required-blue {
    background: #D55757;
    color: #fff;
    border: 1px solid #D55757;
    border-radius: 25px;
    width: fit-content;
    padding: 5px 30px;
    text-align: center;    
    font-size: 14px;
    margin-right: 10px;
}

table.tbl-enquiry tr td span.norequired {
    background: #EDA4A4;
    color: #fff;
    border: 1px solid #D55757;
    border-radius: 25px;
    width: fit-content;
    padding: 5px 30px;
    text-align: center;    
    font-size: 14px;
    margin-right: 10px;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.form-control3 {
    font-size: 16px;
    margin-left: -20px;
    position: relative;
    top: 15px;
}

table.tbl-form p {
    color: #000;
    position: relative;
    top: 10px;
}

table.tbl-enquiry p {
    font-size: 16px;
}

#inquiry .btn-submit {
    display: block;
    margin: 60px auto 40px;
}

#inquiry-form input[type="checkbox"] {
    outline: 1px auto #009EC0;
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
}

table.tbl-enquiry ::placeholder {
  color: rgba(167, 163, 163, 1);
}

table.tbl-enquiry ::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgba(167, 163, 163, 1);
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 10px;
    font-size: 16px;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    width: 100%;
    padding: 10px;
}

textarea {
    width: 100%;
    padding: 10px;
}

span.wpcf7-list-item-label {
    color: #000;
}

table.tbl-form {
    width: 100%;
    border-collapse: collapse;
    max-width: 1040px;
    margin: 0 auto;
}

table.tbl-form tr {
    margin-bottom: 10px;
}

table.tbl-form tr td:first-child {
    width: 30%;
    color: #000;
    text-align: left;
    position: relative;
    top: -8px;
    font-size: 16px;
}

table.tbl-form tr td:last-child {
    width: auto;
    text-align: left;
    vertical-align: middle;    
}

table.tbl-form tr td span.required {
    background: #ff901e;
    color: #fff;
    border-radius: 25px;
    width: fit-content;
    padding: 5px 30px;
    text-align: center;
    float: right;
    font-size: 14px;
    margin-right: 40px;
}



.form-control {
    height: 37px;
    border: 1px solid #D55757;
    width: 100%;
    border-radius: 1px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 16px;
}

.form-control02 {
    height: 175px;
    border: 1px solid #D55757;
    width: 100%;
    border-radius: 1px;
    font-size: 16px;
}

textarea {
    font-size: 16px;
}

.btn-submit {
    background: #D55757;
    color: #fff;
    border: 1px solid #D55757;
    border-radius: 25px;
    padding: 5px 40px;
    width: fit-content;
    margin: 40px auto 70px; 
    cursor: pointer;
	text-align: center;
    display: block;
}

.btn-submit span {
    font-size: 16px;
    position: relative;
    top: -7px;
}

.btn-submit .img-arrow {
    position: relative;
    top: 5px;
    right: -16px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #000;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {    
    color: #dc3232 !important;
    text-align: center;
    width: fit-content;
    display: block;
    margin: 30px auto;
    padding: 5px 30px;
}

#crb-inquiry-form {
    padding: 50px 0 0;
}

#crb-inquiry-sns .crb-title-2 {
    padding: 50px 0 0;
}

.crb-inquiry-sns__desc {
    text-align: center;
    display: block;
	line-height: 1.5;
}

.crb-inquiry-sns__img {
    text-align: center;
    padding: 40px 0 50px;
}

.crb-inquiry-sns_img {
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
}

#crb-inquiry-reservation {
    padding: 50px 0;
}

.crb-inquiry-reservation__desc {
    text-align: center;
    display: block;
	line-height: 1.5;
}

.crb-inquiry-reservation__embed {
    max-width: 1041px;
/*
    height: 397px;
    background-color: #d9d9d9d9;
*/
    margin: 30px auto;
/*
	display: flex;
    justify-content: center;
    align-items: center;
*/
}

#crb-thanks {
    padding: 50px 0;
}

.crb-thanks__cont {
    text-align: center;
}

.wp-block-group__inner-container.is-layout-flow.wp-block-group-is-layout-flow {
    margin: 0 0 30px;
}

.crb-faq-pg__question span {
    display: inline-block;
    background-color: #D55757;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    justify-content: center;
    padding: 0 0 0 2px;
    font-weight: 700;
	margin: 0 20px 0 0;
	align-content: center;
}

.crb-faq-pg__question {
    border: 1px solid #d55757;
	border-width: 1px 1px 0 1px;
    padding: 18px;
	align-items: center;
}

.crb-faq-pg__answer span {
    display: inline-block;
    background-color: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    justify-content: center;
    padding: 0 0 0 2px;
    font-weight: 700;
	margin: 0 20px 0 0;
	align-content: center;
}

.crb-faq-pg__answer {
    border: 1px solid #d55757;
	border-width: 0 1px 1px 0;
	align-items: center;
	max-height: 0;
	transition: max-height 0.25s ease, padding 0.25s ease;
	overflow: hidden;
}

.show .crb-faq-pg__answer {
    max-height: 500px;
    padding: 18px;
	border: 1px solid #d55757;
}

.crb-faq-pg__question h3 {
    margin: 0;
    font-size: 16px;
}

span.crb-faq-voice__subtitle {
    font-family: "Allura", cursive;
    font-weight: 400;
    font-size: 30px;
}

.crb-faq-voice__desc {
    border: 1px solid #FFE1E6;
    padding: 0 20px 20px;
}

p.fc-red {
    color: #FF0606;
}

h3.crb-faq-pg__question {
    font-size: 16px;
    margin: 0;
	position: relative;
}

.crb-title-1.mrg-adj3 {
    padding: 0 0 10px;
}

.crb-title-1.lower-adj {
    padding: 30px 0 40px;
}

section#crb-service-intro {
    padding: 50px 0 40px;
}

.crb-faq-pg__question:after {
	content: "\f054";
	font-family: 'Font Awesome 6 Free';
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	color: #000;
	transition: transform 0.5s ease;
	font-weight: 600;
	color: #D55757;
}

.crb-faq-pg__item.show .crb-faq-pg__question:after {
    transform: translateY(-50%) rotate(90deg);
}

#crb-counseling-flow .am-col3 img {
    width: 240px;
    height: 90px;
    object-fit: contain;
    margin: 0 auto;
}

#crb-counseling-flow .am-col3 {
	align-content: center;
}

#crb-counseling-flow .am-col9 {
	align-content: center;
}

#crb-service-intro.top-service-intro {
    padding: 0;
}

.txt-center {
	text-align: center;
	margin: 0 auto;	
	display: block;
}

h3.news-item__head {
	margin-top: 10px;
}

.crb-faq-voice__item.last .am-col3 {
	margin: 55px 0 0!important;
}

.cust-testimonials__item .am-col3  {   
    z-index: 1;  
	position: relative; 	
}

 .cust-testimonials__item .am-col3::before {
    content: '';
    position: absolute;
    top: 0;
    left: -30px;
	right: 0;
	bottom: 0;
	width: 100%;
    height: 100%;
    background-image: url('../images/flower-frame.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;   
	min-height: 150px;
} 

.ftr__copyright {
    text-align: center;
    padding: 0 0 10px;
}
