@charset 'UTF-8';

/* ================================================================================
	Layout.landingpdf_banner a .link
================================================================================ */
html{
	scroll-behavior: smooth;
}
body{
  position: relative;
}

[data-element-id] body{
  margin-top: 0 !important;
}
a{
  text-decoration: none;
  color: inherit;
}

a:hover{
  text-decoration: none;
  color: inherit;
}

.l-container {
	overflow: hidden;
}

/* ---------------------------------------------------------
	header
----------------------------------------------------------*/
.l-header {
    background: url(/import/tenant_1/www.assist-kasuga.com/shared/img/pc/header_bg.png) repeat-x center 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 20;
    width: 100%;
}

[data-element-id] .l-header {
    position: relative;
    padding-bottom: 90px;
    background: none;
}
.l-header_inner {
	position: relative;
	width: 1000px;
	height: 139px;
	margin: 0 auto;
}

[data-element-id] .l-header_inner{
  height: auto;
}

.header_description {
	position: absolute;
	top: 5px;
	left: 0;
	color: #3f3a33;
	font-size: 11px;
}

[data-element-id] .header_description {
    position: relative;
    top: auto;
    left: auto;
}

[data-element-id] .header_common {
    display: flex;
    flex-wrap: wrap;
}

.header_logo {
	position: absolute;
	top: 48px;
	left: -8px;
}

[data-element-id] .header_logo {
    position: relative;
    top: auto;
    left: auto;
}

.header_txt {
	position: absolute;
	top: 5px;
	right: 0;
	color: #3f3a33;
	font-size: 11px;
}

[data-element-id] .header_txt {
    position: relative;
    top: auto;
    right: auto;
}

.header_nav {
	position: absolute;
	bottom: 20px;
	right: 0;
}

[data-element-id] .header_nav {
    position: relative;
    bottom: auto;
    right: auto;
}

.header_nav_list {
  display: flex;
}
.header_nav_list_item {
	display: flex;
  align-items: flex-end;
}

[data-element-id] .header_nav_list_item{
  flex-direction: column;
  align-items: center;
}

.header_nav_list_item .box {
    width: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
    margin-bottom: 0px;
}
.header_nav_list_item .box.other {
    padding-bottom: 20px;
    margin-bottom: -20px;
}
.header_nav_list_item .title {
    color: #6e4f30;
    font-family: inherit;
    font-weight: 600;
}
.header_nav_list_item .icon img {
    height: 25px;
	  transition: .5s;
}
.header_nav_list_item a {
	display: block;
	transition: .5s;
}

.header_nav_list_item a:hover {
    opacity: 1;
    text-decoration: none;
}

.header_nav_list_item >*:hover .icon img{
  transform: scale(1.2);
}

/* subnav */
.header_nav_list li {
	position: relative;
}
.header_nav_list_item ul {
	display: none;
	position: absolute;
	top: 70px;
	left: 50%;
	z-index: 100;
	min-width: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.header_nav_list_item:hover ul{
  display: block
}

[data-element-id].header_nav_list_item ul{
  display: block !important;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

.header_nav_list_item li {
	background: #fff;
	margin-bottom: 1px;
}
.header_nav_list_item li a {
	display: block;
	position: relative;
	padding: 10px 30px 10px 10px;
	background: #95d1e5;
	color: #fff;
	font-size: 14px;
	white-space: nowrap;
	-webkit-font-feature-settings: 'palt';
					font-feature-settings: 'palt';
}
.header_nav_list_item li a:hover {
	background: #7bc5de;
}
.header_nav_list_item li a::after {
	content: '\f105';
	position: absolute;
	right: 10px;
	top: 50%;
	line-height: 1;
	font-family: 'FontAwesome';
	font-size: 14px;
	font-weight: normal;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.header_nav_list_item ul ul {
	top: 0;
	left: calc(100% + 1px);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	        transform: translateX(0);
}

/* ---------------------------------------------------------
	hero
----------------------------------------------------------*/

.hero {
    overflow: hidden;
    height: 100vh;
    padding: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.hero .l-outer{
    padding: 0;
}

.hero .l-outer .hero__inner {
    position: relative;
    height: 100%;
}

.hero .l-outer .hero__inner .hero__main {
    position: relative;
    height: 100%;
}

.hero .l-outer .hero__inner .hero__main .hero__main__image {
    overflow: hidden;
    position: relative;
    z-index: 1;
    /* height: 100%; */
    border-radius: 6px;
}

.hero .l-outer .hero__inner .hero__main .hero__main__image video {
    object-fit: cover;
    max-width: 100%;
    padding: 80px;
    height: 80vh;
    display: flex;
    margin: 0 auto;
}

/* ---------------------------------------------------------
	mainvisual
----------------------------------------------------------*/
#slider {
    width: 80%;
    height: 100vh;
    padding: 30px;
    margin: auto;
}

#slider .vegas-slide-inner{
  background-size: contain !important;
}

.vegas-container{
  overflow: visible !important;
}

/*  */
.l-mainvisual {
	position: relative;
	background: url('/import/tenant_1/www.assist-kasuga.com/shared/img/pc/mainvisual_bg.png')  repeat center 0;
}
.l-mainvisual_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 25px 0;
}

.mv_slider {
	height: 510px;
	margin: 0 -62px;
}

[data-element-id] .mv_slider{
  height: auto;
}

.mv_slider .slick-list {
	overflow: visible;
}
.mv_slider_list .mv_slider_list_item {
	overflow: hidden;
	padding: 0 12px;
}

[data-element-id] .mv_slider_list .mv_slider_list_item{
  overflow: visible;
   float: unset;
    height: auto;
    display: flex;
}

/* ---------------------------------------------------------
	content
----------------------------------------------------------*/
.l-content_inner {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 120px;
}
.home .l-content_inner {
	width: auto;
}


/* ---------------------------------------------------------
	main
----------------------------------------------------------*/
.l-main {
	float: right;
	width: 710px;
}
.home .l-main {
	float: none;
	width: auto;
}


/* ---------------------------------------------------------
	sidebar
----------------------------------------------------------*/
.l-sidebar {
	float: left;
	width: 240px;
}

.side_banner {
	margin-bottom: 50px;
}
.side_banner_list_item {
    margin-bottom: 25px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    overflow: hidden;
}

.side_banner_list_item:last-child {
	margin-bottom: 0;
}

.side_banner_list_item>*{
  position: relative;
  display: flex;
  height: 130px;
}

.side_banner_list_item>* img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.side_banner_list_item>*::before {
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg, white 70%, transparent 100%);
    content: "";
    position: absolute;
}
.side_banner_list_item .title {
    position: absolute;
    top: 15%;
    left: 20px;
    font-size: 24px;
    font-family: serif;
    font-weight: 600;
}
.side_banner_list_item .btn {
    position: absolute;
    top: 55%;
    left: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #f1ad9a;
    min-width: 130px;
    height: 30px;
    border-radius: 5px;
    display: flex;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
}
.side_banner_list_item .btn::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    z-index: 2;
    color: #ee917c;
    display: flex;
    background: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.side_nav {
}
.side_nav_ttl {
	margin-bottom: 25px;
}
.side_nav li {
	margin-bottom: 3px;
}
.side_nav li:last-child {
	margin: 0;
}
.side_nav li a {
	display: block;
	position: relative;
	padding: 15px 15px 15px 32px;
	border-radius: 3px;
	background: #fbf8f4;
	line-height: 1.4;
	color: inherit;
	font-size: 14px;
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
}
.side_nav li a::after {
	content: '\f138';
	position: absolute;
	top: 50%;
	left: 11px;
	line-height: 1;
	color: #78b6ea;
	font-family: 'FontAwesome';
	font-size: 12px;
	font-weight: normal;
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.side_nav li li a {
	padding-left: 1em;
}
.side_nav li li li a {
	padding-left: 2em;
}
.side_nav li a span {
	margin-right: 15px;
}

.side_blog {
	margin-bottom: 60px;
}
.side_blog_inner {
}
.side_blog_item {
	margin-bottom: 40px;
}
.side_blog_item:last-child {
	margin: 0;
}

.side_blog_ttl {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dadada;
	font-weight: bold;
	font-size: 16px;
}
.side_blog_body {
}

.side_blog_nav {
}
.side_blog_nav li {
}
.side_blog_nav li a {
	display: block;
	position: relative;
	border-bottom: 1px solid #dadada;
	padding: 10px 20px 10px 0;
	line-height: 1.4;
	color: inherit;
	/* font-weight: bold; */
}
.side_blog_nav li a::after {
	content: '\f105';
	position: absolute;
	top: 50%;
	right: 0;
	margin: 0 5px;
	line-height: 1;
	font-family: 'FontAwesome';
	font-weight: normal;
	transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.side_blog_nav li li a {
	padding-left: 1em;
}
.side_blog_nav li li li a {
	padding-left: 2em;
}
.side_blog_nav li a span {
	margin-right: 15px;
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
.scroll_top {
	position: fixed;
	right: 40px;
	bottom:30px;
	z-index: 1000;
}
.scroll_top_btn {
	display: block;
	width: 5vh;
}

.site_btn {
	position: fixed;
	top: 150px;
	right: 20px;
	z-index: 1000;
}
.site_btn_list_item {
	width: 120px;
	margin-bottom: 10px;
}

.site_btn_list_item >* {
    background: #6dade7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 13vh;
    height: 13vh;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
    row-gap: 5px;
}

.site_btn_list_item>*:hover {
    opacity: 1;
    color: #ffffff;
    filter: brightness(1.2);
    text-decoration: none;
}

.site_btn_list_item:first-child >* {
    background: #ed9d8a;
}

.site_btn_list_item:first-child >*:hover {
    color: #fff;
}

.site_btn_list_item:last-child {
	margin-bottom: 0;
}

.site_btn_list_item a .icon {
    width: 4vh;
}

.site_btn_list_item >* .tel-num {
    font-family: serif;
    font-size: 2.5vh;
    line-height: 1;
   margin-bottom: 0.2vh;
}

.site_btn_list_item >* .deco {
    font-size: 1vh;
    background: #fff;
    padding: 3px 5px;
    color: #6dade7;
    border-radius: 3px;
}

.l-footer {
	background: url('/import/tenant_1/www.assist-kasuga.com/shared/img/pc/footer_bg.png') repeat center 0;
}
.l-footer_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 42px 0 46px;
}

.footer-detail {
	padding: 37px 45px 40px 50px;
	border-radius: 7px;
	background: #fff;
}

.footer_about {
	float: left;
	width: 370px;
	padding-bottom: 35px;
}
.footer_about_logo {
	margin: 0 0 15px -9px;
}
.footer_about_txt {
	margin-bottom: 20px;
	line-height: 1.93;
	font-size: 15px;
	letter-spacing: -0.5px;
}
.footer_about_btn {
	margin-bottom: 25px;
}
.footer_about_btn_list {
}
.footer_about_btn_list_item {
	float: left;
	margin-right: 10px;
}
.footer_about_btn_list_item:last-child {
	margin: 0;
}

.footer_nav_group {
	float: right;
	padding: 13px 0 30px;
}
.footer_nav {
	float: left;
	margin-right: 30px;
}
.footer_nav.-item02 {
	margin-right: 40px;
}
.footer_nav:last-child {
	margin: 0;
}
.footer_nav_ttl {
	margin-bottom: 12px;
	font-size: 19px;
	font-weight: bold;
}
.footer_nav_list {
}
.footer_nav_list_item {
	line-height: 1.9;
	font-size: 15px;
	-webkit-font-feature-settings: 'palt';
	        font-feature-settings: 'palt';
}
.footer_nav_list_item a {
	color: inherit;
}

.footer_egao {
	clear: both;
	padding-top: 35px;
	border-top: 1px solid #ddd;
	color: #2f2011;
}
.footer_egao_detail {
	float: right;
}
.footer_egao_ttl {
	margin: 0 0 5px;
	font-size: 16px;
	font-weight: bold;
}
.footer_egao_txt {
	line-height: 1.8;
	font-size: 15px;
}
.footer_egao_btn {
	float: left;
}

.footer_copyright {
	overflow: hidden;
	height: 50px;
	background: #64b5d0;
	line-height: 50px;
	color: #fff;
	text-align: center;
}


/* ---------------------------------------------------------
	Viewmode-Switcher
----------------------------------------------------------*/
.l-viewmode {
	padding: 30px 0;
	text-align: center;
}
.viewmode_list {
	letter-spacing: -0.4em;
}
.viewmode_list_item, .viewmode_list_item span, .viewmode_list_item a {
	display: inline-block;
	vertical-align: top;
}
.viewmode_list_item {
	letter-spacing: normal;
}
.viewmode_list_item span, .viewmode_list_item a {
	display: block;
	width: 200px;
	height: 50px;
	border: 2px solid #333;
	line-height: 46px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.viewmode_list_item span {
	background: #333;
	color: #fff;
}
.viewmode_list_item a {
	border-right: none;
	color: #333;
	font-weight: bold;
}


/* ================================================================================
	Content
================================================================================ */

/* ---------------------------------------------------------
	Top
----------------------------------------------------------*/
.top_news {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	padding: 50px 20px 40px 20px;
	display: flex;
    align-items: center;
}
.top_news_ttl {
/*   float: left; */
	margin-right: 30px;
	line-height: 1;
	    font-size: 24px;
    color: #6e4f30;
    font-family: serif;
    font-weight: 600;
}
.top_news_list {
	overflow: hidden;
	/* float: left; */
	width: 710px;
	height: 34px;
}
.top_news_list_ttl {
	line-height: 34px;
	color: #241302;
	font-weight: bold;
	font-size: 15px;
}
.top_news_list_ttl a {
	color: inherit;
}
.top_news_list_date {
	margin-right: 15px;
}
.top_news_btn {
	position: absolute;
	top: 50px;
	right: 20px;
}

.top_trouble {
	position: relative;
	background: url('/upload/tenant_1/shared/img/pc/top_trouble_bg.jpg') repeat center 0;
}
.top_trouble_inner {
	position: relative;
	width: 1000px;
	height: 580px;
	margin: 0 auto;
	padding-top: 35px;
}
.top_trouble_ttl {
	text-align: center;
}
.top_trouble_list_item {
	position: absolute;
}
.top_trouble_list_item.-item01 { top: 158px; left: 23px; }
.top_trouble_list_item.-item02 { top: 138px; right: 97px; }
.top_trouble_list_item.-item03 { bottom: 83px; left: 50px; }
.top_trouble_list_item.-item04 { bottom: 89px; right: 28px; }

.top_trouble_list_item>* {
    position: relative;
}

.top_trouble_list_item .text {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    position: absolute;
}

.top_trouble_list_item.-item01 .text.text01 {
    top: 20%;
    left: 10%;
    transform: rotate(5deg);
}

.top_trouble_list_item.-item02 .text.text02 {
    top: 20%;
    left: 25%;
    transform: rotate(-5deg);
}

.top_trouble_list_item.-item03 .text.text03 {
    top: 30%;
    left: 10%;
    transform: rotate(-5deg);
}

.top_trouble_list_item.-item04 .text.text04 {
    top: 30%;
    left: 20%;
    transform: rotate(5deg);
}

.top_trouble_list_item .text .big{
  font-size: 130%;
}
.top_trouble_list_item .text .big02{
 font-size: 130%;
    color: #4dafdb;
}

.top_message {
	width: 1000px;
	margin: 0 auto;
	padding: 65px 0 85px;
}

.top_message_ttl {
    margin-bottom: 37px;
    text-align: center;
    font-size: 34px;
    font-family: serif;
    font-weight: 600;
    color: #5e482a;
}

.top_message_ttl .big {
    color: #459dd8;
    font-size: 120%;
}

.top_message_ttl .big .num {
    font-size: 160%;
    padding-right: 10px;
    font-style: italic;
}

.top_message_ttl .big02 {
    font-size: 120%;
}

.top_message_ttl .big.yel01 {
    position: relative;
}

.top_message_ttl .big.yel01::before {
    background-image: url(/upload/tenant_1/080bf3966afd1309f7846a389908b446.webp);
    background-size: cover;
    content: "";
    width: 240px;
    height: auto;
    aspect-ratio: 800/295;
    display: block;
    position: absolute;
    top: -30px;
    left: -20px;
    z-index: -1;
}

.top_message_ttl .big.yel02 {
    position: relative;
}

.top_message_ttl .big.yel02::before {
    background-image: url(/upload/tenant_1/35f38711b2e666f119d036914568607e.webp);
    background-size: cover;
    content: "";
    width: 115px;
    height: auto;
    aspect-ratio: 800/428;
    display: block;
    position: absolute;
    top: -10px;
    left: -15px;
    z-index: -1;
}

.top_message_detail {
	margin-bottom: 50px;
}
.top_message_txt {
	float: left;
	width: 630px;
	margin-top: -7px;
	line-height: 2.43;
	letter-spacing: 0.025em;
}
.top_message_txt p {
	margin-bottom: 10px;
}
.top_message_txt :last-child {
	margin-bottom: 0;
}

.top_message_img {
    float: right;
    width: 320px;
    height: 390px;
}

.top_message_img img {
	border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.top_message_name {
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
}

.top_message_subimg {
	margin-right: -20px;
}
.top_message_subimg_item {
	float: left;
    width: 320px;
    margin-right: 20px;
    height: 200px;
    overflow: hidden;
    border-radius: 5px;
}
.top_message_subimg_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top_feature {
	background: #fafafc url('/import/tenant_1/www.assist-kasuga.com/shared/img/pc/top_feature_bg01.jpg') no-repeat center 0;
}
.top_feature_mod {
	background: url('/import/tenant_1/www.assist-kasuga.com/shared/img/pc/top_feature_bg02.jpg') no-repeat center bottom;
}
.top_feature_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0 50px;
}
.top_feature_ttl {
    margin-bottom: 30px;
    text-align: center;
    font-size: 30px;
    font-family: serif;
    font-weight: 600;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top_feature_ttl .brown {
    color: #6e4f30;
}
.top_feature_ttl .num {
    font-size: 400%;
    color: #fa8979;
    font-family: serif;
    font-style: italic;
    line-height: 1;
    padding-right: 20px;
}
.top_feature_list {
	margin: 0 -20px 8px 0;
}

.top_feature_list_item {
	float: left;
	width: 320px;
	margin: 0 20px 32px 0;
}

.top_feature_list_ttl {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-family: serif;
    font-weight: 600;
    color: #5e482a;
    column-gap: 10px;
    text-shadow: 1px 0 0 #5e482a;
}

.top_feature_list_ttl .rel-box{
  position: relative;
}

.top_feature_list_ttl .rel-box .tit-abs {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff37b;
    font-size: 12px;
    text-shadow: none;
    letter-spacing: 2px;
}

.top_feature_list_ttl .rel-box .num-abs {
    position: absolute;
    bottom: 10px;
    left: 45%;
    transform: translateX(-50%);
    color: #fff;
    text-shadow: none;
    font-size: 30px;
    font-style: italic;
}

.top_feature_list_img {
	margin-bottom: 17px;
	height: 200px;
}

.top_feature_list_img img{
  width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_feature_list_txt {
	line-height: 1.77;
	font-size: 13px;
}
.top_feature_list_btn {
	text-align: center;
}

.top_banner {
	width: 1000px;
	margin: 0 auto 85px;
	padding-top: 67px;
}

.top_banner_ttl {
	margin-bottom: 50px;
	text-align: center;
	margin-bottom: 46px;
    font-size: 34px;
    color: #6e4f30;
    font-family: serif;
    font-weight: 600;
}

.top_banner_list {
	margin: 0 -30px 50px 0;
}
.top_banner_list.-item02 {
	margin: 0 -35px 0 0;
}

.top_banner_list_item {
	float: left;
    margin: 0 30px 30px 0;
}

.top_banner_list_item.type01 {
    width: 485px;
    height: 245px;
    overflow: hidden;
    border-radius: 5px;
}

.top_banner_list_item a {
    display: block;
    width: 100%;
    height: 100%;
}

.top_banner_list_item a img{
  width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_banner_list_item.type01 a img,.top_banner_list_item.type02 a img{
  object-fit: contain;
}

.top_banner_list_item:last-child {
	margin: 0;
}

.top_banner_list.-item02 .top_banner_list_item {
	margin-right: 35px;
}

.top_banner_list_item.type01:nth-of-type(2){
  margin-right: 0;
}

.top_banner_list_item.type02{
      width: 1000px;
    height: 230px;
}


.top_banner_list .top_banner_list_item.type03{
  width: 29.9%;
}

.top_banner_list.-item02 .top_banner_list_item a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}
.top_banner_list.-item02 .top_banner_list_item .title {
    background: #76c460;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 15px;
    display: flex;
    align-items: baseline;
    line-height: 1;
    column-gap: 10px;
    position: relative;
}

.top_banner_list.-item02 .top_banner_list_item .title:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    z-index: 2;
    color: #76c460;
    display: flex;
    background: #ffffff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}
.top_banner_list.-item02 .top_banner_list_item .img {
    height: 150px;
}

.top_banner_list.-item02 .top_banner_list_item .title .ja {
    font-family: serif;
}

.top_banner_list.-item02 .top_banner_list_item .title .en {
    font-size: 65%;
    color: #f9ff87;
    letter-spacing: 1.2px;
}

.top_movie {
	position: relative;
	width: 1000px;
	margin: 0 auto 80px;
	text-align: center;
}
.top_movie_ttl {
    margin-bottom: 46px;
    font-size: 34px;
    color: #6e4f30;
    font-family: serif;
    font-weight: 600;
}
.top_movie video {
	display: block;
	width: 840px;
	height: 472px;
	margin: 0 auto 40px;
}
.top_movie_txt {
	line-height: 2.428;
}
.top_movie_add01,
.top_movie_add02,
.top_movie_add03 {
	position: absolute;
	z-index: -100;
}
.top_movie_add01 {
	top: -3px;
	left: 70px;
}
.top_movie_add02 {
	top: 192px;
	right: -15px;
}
.top_movie_add03 {
	top: 410px;
	left: -35px;
}

.top_result {
	background: url('/import/tenant_1/www.assist-kasuga.com/shared/img/pc/top_result_bg.png') repeat center 0;
}
.top_result_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 56px 0 60px;
}

.top_result_ttl {
    margin-bottom: 33px;
    text-align: center;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.top_result_ttl .ja {
    font-size: 34px;
    font-family: serif;
    font-weight: 600;
}

.top_result_ttl .en {
    font-size: 16px;
    font-family: system-ui;
    font-weight: 500;
    letter-spacing: 2px;
}

.top_result_detail {
	padding: 27px 40px 25px;
	border: 4px solid #ddd;
	border-radius: 7px;
	background: #fff;
}
.top_result_txt {
	margin-bottom: 28px;
	line-height: 1.73;
	font-size: 22px;
}
.top_result_btn {
	text-align: center;
}

.top_contact {
	background: url('/import/tenant_1/www.assist-kasuga.com/shared/img/pc/top_contact_bg01.jpg') no-repeat center 0;
	text-align: center;
}
.top_contact_inner {
	width: 1000px;
	height: 480px;
	margin: 0 auto;
	padding-top: 68px;
}
.top_contact_detail {
	height: 352px;
	padding: 65px 75px 0;
	background: url('/import/tenant_1/www.assist-kasuga.com/shared/img/pc/top_contact_bg02.png') no-repeat center 0;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.top_contact_ttl {
    margin-bottom: 28px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.top_contact_ttl:before, .top_contact_ttl:after{
    content: "/";
    padding-left: 10px;
}

.top_contact_ttl:before{
  transform: scale(-1,1);
}
.top_contact_txt {
	margin-bottom: 34px;
	line-height: 1.88;
	font-size: 17px;
}
.top_contact_list {
	margin-right: -25px;
}
.top_contact_list_item {
	float: left;
	margin-right: 25px;
}

.top_blog {
	width: 1000px;
	margin: 0 auto;
	padding: 75px 0 40px;
}
.top_blog_ttl {
    position: relative;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.top_blog_ttl .title-box {
    width: fit-content;
    flex-shrink: 0;
    border-bottom: 5px solid #8ec5e9;
    padding: 20px 20px 20px 0;
    display: flex;
    align-items: center;
}

.top_blog_ttl .title-box .title{
    font-family: serif;
    font-size: 30px;
    font-weight: 600;
    color: #503210;
    margin-left: 10px;
    line-height: 1;
}
.top_blog_btn {
    position: relative;
    width: 100%;
    border-bottom: 5px solid #dedede;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top_blog_list {
	margin-right: -40px;
}
.top_blog_list_item {
	float: left;
	width: 480px;
	margin: 0 40px 30px 0;
	padding-bottom: 30px;
	border-bottom: 2px dotted #9a8d81;
}
.top_blog_list_img {
	float: left;
	width: 170px;
	height: 170px;
}
.top_blog_list_img img {
	border-radius: 5px;
	width:100%;
	height: 100%;
	display: block;
}
.top_blog_list_detail {
	float: right;
	width: 287px;
}
.top_blog_list_date {
	margin-bottom: 5px;
	color: #585047;
	font-weight: bold;
	font-size: 15px;
}
.top_blog_list_ttl {
	margin-bottom: 6px;
	line-height: 1.6;
	font-weight: bold;
	font-size: 15px;
}
.top_blog_list_ttl a {
	color: inherit;
}
.top_blog_list_txt {
	line-height: 1.5;
}

.top_menu {
	width: 1000px;
	margin: 0 auto;
}
.top_menu_ttl {
	margin-bottom: 45px;
	text-align: center;
}
.top_menu_list {
	margin-right: -20px;
}
.top_menu_list_item {
	margin-right: 20px;
}

[data-element-id] .top_menu_list_item img {
  width: 100%;
}

.top_menu_list_item a {
    position: relative;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 210px;
}

.top_menu_list_item a img{
   object-fit: cover;
   object-position: center;
}

.top_menu_list_item .title {
    background: rgb(255 193 7 / 70%);
    padding: 10px 20px;
    font-family: serif;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    display: block;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}
.top_menu_list_item:nth-of-type(odd) .title {
    background: rgb(0 150 136 / 55%);
}

.top_menu_list_item:first-child .title{
  background: rgb(109 173 231 / 55%);
}

.top_menu_list_item .title::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    z-index: 2;
    color: #f0cd67;
    display: flex;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.top_menu_list_item:nth-of-type(odd) .title::after{
  color: #51a39c;
}

.top_menu_list_title {
	margin-bottom: 10px;
	text-align: center;
}
.top_menu_list_txt {
	line-height: 1.77;
	font-size: 13px;
}

.top_menu_list .btn-slick {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 10;
}

.top_menu_list .btn-slick.btn-back {
    left: -3%;
}

.top_menu_list .btn-slick.btn-next {
    right: -3%;
}

.top_menu_list .btn-slick::before {
    background: #fff;
    color: #6dafe8;
    border: 2px solid;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_menu_list .slick-slide img{
  width: 100%;
}

/* ---------------------------------------------------------
	Lower
----------------------------------------------------------*/
.l-page_header {
	background: url('/import/tenant_1/www.assist-kasuga.com/shared/img/pc/page_header_bg01.jpg') repeat center 0;
	position: relative;
}

[data-element-id] .l-page_header{
  padding-top: 160px;
}
.l-page_header_inner::before {
  content: "";
  position: absolute;
	background: url('/import/tenant_1/www.assist-kasuga.com/shared/img/pc/page_header_bg02.jpg') no-repeat center 0;
}

.page_ttl_group {
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1000px;
	height: 170px;
	margin: 0 auto;
}

.page_ttl_group .img {
    width: 45%;
    height: 100%;
    position: relative;
}

.page_ttl_group .img::before {
    content: "";
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #f5fafd, transparent);
    z-index: 1;
}

.page_ttl_group .img::after {
    content: "";
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(-90deg, #f5fafd, transparent);
    z-index: 1;
}

.page_ttl_group .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_ttl {
	line-height: 1.5;
	color: #241302;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.page_ttl span {
/*   margin-left: 15px;
font-weight: bold; */
	/* font-size: 16px; */
}

.bread_wrap {
	margin: 17px 0 38px;
}
.bread {
	width: 1000px;
	margin: 0 auto;
}
.bread_item {
	float: left;
	color: #000;
	font-size: 12px;
	font-weight: 500;
}
.bread_item.-home {
	position: relative;
	padding-left: 15px;
}
.bread_item.-home:before {
	opacity: 0.7;
	content: 'A';
	position: absolute;
	top: 3px;
	left: 0;
	margin-right: 5px;
	line-height: 1;
	color: #5aa4e2;
	font-family: 'CONDENSEicon';
	font-size: 11px;
}
.bread_item::after {
	content: '\f105';
	position: relative;
	margin: 0 10px;
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.bread_item a {
}
.bread_item:last-child::after {
	content: none;
}
.bread_item:last-child a {
	color: inherit;
	pointer-events: none;
}


/* ================================================================================
	Entry
================================================================================ */
.entry {
	margin-bottom: 50px;
}
.entry:last-child {
	margin: 0;
}

.entry_thumb {
	margin-bottom: 40px;
}

.no_entry_txt {
	padding: 60px 0;
	text-align: center;
}

.entry_meta {
	margin: 40px 0 0;
	padding: 15px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ddd;
	line-height: 1;
	font-size: 11px;
	text-align: right;
}
.entry_meta_date {
	color: #888;
}
.entry_meta_cat {
	margin-left: 10px;
}
.entry_meta_cat::before {
	content: 'a';
	margin-right: 5px;
	font-family: 'CONDENSEicon';
}

.entry_body, .mceContentBody {
	line-height: 2;
	font-size: 15px;
	font-weight: 500;
}

.entry_body h2, .mceContentBody h2,
.entry_body h3, .mceContentBody h3,
.entry_body h4, .mceContentBody h4,
.entry_body h5, .mceContentBody h5 {
	clear: both;
}
.entry_body h2 img, .mceContentBody h2 img,
.entry_body h3 img, .mceContentBody h3 img,
.entry_body h4 img, .mceContentBody h4 img,
.entry_body h5 img, .mceContentBody h5 img {
	vertical-align: middle;
}

.entry_ttl, .entry_body h2, .mceContentBody h2,.ttl-cmn-h2 {
	position: relative;
	margin: 30px 0 25px;
	padding: 28px 0 26px 0;
	border-width: 3px 0 1px;
	border-style: solid;
	border-color: #ddd;
	color: #241302;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.6;
}
.entry_ttl::before, .entry_body h2::before, .mceContentBody h2::before,.ttl-cmn-h2::before {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 265px;
	height: 3px;
	background: #69aee8;
}
.entry_ttl a, .entry_body h2 a, .mceContentBody h2 a,.ttl-cmn-h2 a {
	color: inherit;
}

.h3, .entry_body h3, .mceContentBody h3,.ttl-cmn-h3 {
	position: relative;
	margin: 2.2em 0 1.2em;
	padding: 24px 20px 24px 20px;
	border-radius: 4px;
	background: url('/import/tenant_1/www.assist-kasuga.com/shared/img/pc/entry_h3_bg.jpg') repeat 0 center;
	color: #241302;
	font-size: 22px;
	font-weight: bold;
}

.h4, .entry_body h4, .mceContentBody h4,.ttl-cmn-h4 {
	margin: 1.8em 0 1.2em;
	padding: 0 0 0 28px;
	background: url('/import/tenant_1/www.assist-kasuga.com/shared/img/pc/entry_h4_bg.png') no-repeat 0 center;
	color: #241302;
	font-size: 18px;
	font-weight: bold;
}

.h5, .entry_body h5, .mceContentBody h5,.ttl-cmn-h5 {
	margin: 1.8em 0 1em;
	padding-bottom: 5px;
	border-bottom: 1px solid #dadada;
	color: #241302;
	font-size: 18px;
	font-weight: bold;
}

.entry_body h2 + h3, .mceContentBody h2 + h3,
.entry_body h2 + h4, .mceContentBody h2 + h4,
.entry_body h2 + h5, .mceContentBody h2 + h5 {
	margin-top: 0;
}

.entry_body p, .entry_body hr, .entry_body table,
.mceContentBody p, .mceContentBody hr, .mceContentBody table {
	margin: 0 0 1em 0;
	/*margin: 0 0 0.8em 0;*/
}
.entry_body hr,
.mceContentBody hr {
	height: 1px;
	margin: 30px 0;
	/* margin: 20px 0; */
	border-width: 1px 0 0;
	border-style: dashed;
	border-color: #ccc;
}
.entry_body strong,
.mceContentBody strong {
	color: #69aee8;
}
.entry_body code,
.mceContentBody code {
	display: inline-block;
	padding: 4px 5px;
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	background: #f8f8f8;
	font-family: inherit;
}
.entry_body * code,
.mceContentBody * code {
	margin: 0 5px;
}

.entry_body table,
.mceContentBody table {
	width: 100%;
}
.entry_body table th, .entry_body table td,
.mceContentBody table th, .mceContentBody table td {
	padding: 10px;
	border: 1px solid #ddd;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
}
.entry_body table th p, .entry_body table td p,
.mceContentBody table th p, .mceContentBody table td p {
	margin: 10px 0;
}
.entry_body table th,
.mceContentBody table th {
	background: #f8f8f8;
}
.entry_body table thead th,
.mceContentBody table thead th {
	padding: 8px 10px;
	font-weight: bold;
	text-align: center;
}

.entry_body .tbl_std th, .mceContentBody .tbl_std th {
	width: 30%;
}

.entry_body .tbl_underline th, .entry_body .tbl_underline td,
.mceContentBody .tbl_underline th, .mceContentBody .tbl_underline td {
	/*padding: 5px 10px;*/
	border-width: 0 0 1px;
	background: none;
}

.entry_body .tbl_fixed,
.mceContentBody .tbl_fixed {
	table-layout: fixed;
}

.entry_body ul, .entry_body ol,
.mceContentBody ul, .mceContentBody ol {
	margin: 10px 0;
}
.entry_body ul ul, .entry_body ol ul,
.mceContentBody ul ul, .mceContentBody ol ul {
	margin: 5px 0 5px 2em !important;
}
.entry_body ul ol, .entry_body ol ol,
.mceContentBody ul ol, .mceContentBody ol ol {
	margin: 5px 0 !important;
}
.entry_body ol,
.mceContentBody ol {
	list-style: none;
	counter-reset: num;
}
.mceContentBody ol > li {
	position: relative;
	padding-left: 2em;
}

.mceContentBody ol > li::before {
	content: counter(num) '. ';
	counter-increment: num;
	position: absolute;
	top: 0;
	left: 0;
	color: #69aee8;
	font-weight: bold;
}

.entry_body ol > li {
	position: relative;
	display: flex;
}

.entry_body ol li .num {
    color: #69aee8;
    font-weight: bold;
    margin-right: 1rem;
    flex-shrink: 0;
    width: 2rem;
}

.entry_body ol li .num::after {
    content: ".";
}

.entry_body .list_disc li, .entry_body .list_check li,
.mceContentBody .list_disc li, .mceContentBody .list_check li {
	font-size: 14px;
}

.entry_body .list_check.indent li {
    display: flex;
}

.entry_body .list_disc li::before, .entry_body .list_check li::before,
.mceContentBody .list_disc li::before, .mceContentBody .list_check li::before {
	position: relative;
	top: 1px;
	margin-right: 10px;
	color: #69aee8;
	font-family: 'FontAwesome';
	font-size: 14px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.entry_body .list_disc ul, .entry_body .list_check ul,
.mceContentBody .list_disc ul, .mceContentBody .list_check ul {
	margin: 5px 0 5px 25px !important;
}
.entry_body .list_disc li::before,
.mceContentBody .list_disc li::before {
	/* circle */
	content: '\f111';
	/* circle-o */
	/*content: '\f10c';*/
}
.entry_body .list_check li::before,
.mceContentBody .list_check li::before {
	content: '\f00c';
}
.entry_body .list_l li,
.mceContentBody .list_l li {
	margin-bottom: 10px;
	font-size: 14px;
}
.entry_body .list_l ul,
.mceContentBody .list_l ul {
	margin: 10px 0 10px 2em !important;
}
.entry_body img,
.mceContentBody img {
	max-width: 100%;
	height: auto;
}
.entry_body .entry_ttl:first-child, .mceContentBody .entry_ttl:first-child,
.entry_body h2:first-child, .mceContentBody h2:first-child,
.entry_body h3:first-child, .mceContentBody h3:first-child,
.entry_body h4:first-child, .mceContentBody h4:first-child,
.entry_body h5:first-child, .mceContentBody h5:first-child,
.entry_body p:first-child, .mceContentBody p:first-child,
.entry_body ul:first-child, .mceContentBody ul:first-child,
.entry_body ol:first-child, .mceContentBody ol:first-child,
.entry_body dl:first-child, .mceContentBody dl:first-child,
.entry_body hr:first-child, .mceContentBody hr:first-child,
.entry_body table:first-child, .mceContentBody table:first-child,
.entry_body div:first-child, .mceContentBody div:first-child {
	margin-top: 0;
}
.entry_body .entry_ttl:last-child, .mceContentBody .entry_ttl:last-child,
.entry_body h2:last-child, .mceContentBody h2:last-child,
.entry_body h3:last-child, .mceContentBody h3:last-child,
.entry_body h4:last-child, .mceContentBody h4:last-child,
.entry_body h5:last-child, .mceContentBody h5:last-child,
.entry_body p:last-child, .mceContentBody p:last-child,
.entry_body ul:last-child, .mceContentBody ul:last-child,
.entry_body ol:last-child, .mceContentBody ol:last-child,
.entry_body dl:last-child, .mceContentBody dl:last-child,
.entry_body hr:last-child, .mceContentBody hr:last-child,
.entry_body table:last-child, .mceContentBody table:last-child,
.entry_body div:last-child, .mceContentBody div:last-child {
	margin-bottom: 0;
}

/* ---------------------------------------------------------
Wordpress editor style
----------------------------------------------------------*/
.entry_body .aligncenter, .entry_body div.aligncenter,
.mceContentBody .aligncenter, .mceContentBody div.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.entry_body .alignleft,
.mceContentBody .alignleft {
	float: left;
}
.entry_body .alignright,
.mceContentBody .alignright {
	float: right;
}
.entry_body .wp-caption,
.mceContentBody .wp-caption {
	margin: 10px;
	padding-top: 4px;
	border-top: 1px dotted #d1d1d1;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}
.entry_body .wp-caption img,
.mceContentBody .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.entry_body .wp-caption p.wp-caption-text,
.mceContentBody .wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 4px 5px;
	line-height: 17px;
	font-size: 11px;
}
.entry_body dl.gallery-item dt.gallery-icon,
.mceContentBody dl.gallery-item dt.gallery-icon {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-weight: normal;
	font-size: 13px;
}
.entry_body dl.gallery-item dt.gallery-icon::after,
.mceContentBody dl.gallery-item dt.gallery-icon::after {
	display: none;
}
.entry_body dl.gallery-item dt.gallery-icon img,
.mceContentBody dl.gallery-item dt.gallery-icon img {
	margin-bottom: 0;
}
.entry_body dl.gallery-item dd.gallery-caption,
.mceContentBody dl.gallery-item dd.gallery-caption {
	margin: 4px 0;
}


/* ================================================================================
	Module
================================================================================ */
/* pager */
.pager {
	margin-top: 50px;
	text-align: center;
}
.pager a, .pager span {
	display: inline-block;
	min-width: 32px;
	height: 32px;
	margin: 0 4px;
	padding: 0 7px;
	border: 1px #333 solid;
	background: #fff;
	line-height: 30px;
	color: #333;
	font-size: 12px;
}
.pager span.extend {
	padding: 0;
	border: none;
	background: none;
}
.pager a {
	color: inherit;
	text-decoration: none;
}
.pager a:hover {
	opacity: 1;
	background: #333;
	color: #fff;
}
.pager .current {
	background: #333;
	color: #fff;
}
.pager .first, .pager .last, .pager .previouspostslink, .pager .nextpostslink {
	padding: 0 10px;
}

.pager .nextpostslink {
    margin-left: 20px;
    position: relative;
}

.pager .nextpostslink::before {
    content: "...";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}

/* single */
.single_pager {
	margin-top: 40px;
}
.single_pager_item.-prev {
	float: left;
}
.single_pager_item.-next {
	float: right;
}


/* ================================================================================
	Blog
================================================================================ */
.blog_list {
	margin-bottom: 30px;
}
.blog_list_item {
	margin-bottom: 50px;
}
.blog_list_body {
	position: relative;
}
.blog_list_ttl {
	margin-top: 0;
	margin-bottom: 50px;
}
.list_blog_inner {
	overflow: hidden;
	position: relative;
}
.blog_list_img {
	float: left;
	width: 240px;
	margin-right: 30px;
}
.blog_list_img a {
	overflow: hidden;
	display: block;
	position: relative;
	height: 160px;
	background: #eee;
}
.blog_list_img.-blank a::after {
	content: '\f05e';
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1;
	color: #ccc;
	font-family: 'FontAwesome';
	font-size: 35px;
	font-weight: normal;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.blog_list_img a img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog_list_txt {
	overflow: hidden;
	margin-bottom: 15px;
	line-height: 2;
	font-size: 15px;
}

.blog_list_more {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 12px;
}

.blog_list_more a {
  display: flex;
  gap: 5px;
  color: #5aa4e2;
}

.blog_list_more .fa {
	margin-left: 10px;
}


/* ================================================================================
	Contact
================================================================================ */
.form_header {
	margin-bottom: 60px;
}

.form table{
  table-layout: fixed;
}

.form table th, .form table td {
	border-color: #e5e5e5;
	border-right: none;
	border-left: none;
	vertical-align: middle;
}

.form table th {
  white-space: nowrap;
	padding: 10px 20px;
	background: none;
	line-height: 1.5;
	text-align: left;
	width: 30%;
}

.form table td {
	padding: 15px 20px 15px 0;
}

.form table tr:first-child th, .form table tr:first-child td {
	padding-top: 0;
	border-top: none;
}

.form table tr:last-child th {
	padding-top: 10px;
	vertical-align: top;
}

.form input[type='text'], .form input[type='tel'], .form input[type='email'], .form select, .form textarea {
	display: block;
	height: 30px;
	padding: 3px 5px;
	border: 1px solid #ccc;
	border-radius: 1px;
	/*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
	line-height: 1.42857;
	color: #474747;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}

.form table .medium input {
    width: 60%;
}

.form table .long input {
    width: 100%;
}

.form input[type='text']:focus, .form input[type='tel']:focus, .form input[type='email']:focus, .form select:focus, .form textarea:focus {
	border-color: #333;
	outline: 0;
}
.form select {
	/*height: 30px;*/
}
.form textarea {
	height: auto;
}
.form input[type='radio'], .form input[type='checkbox'] {
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.form ul li {
	margin-bottom: 5px;
}
.form ul li label {
	cursor: pointer;
}
.form ul li:last-child {
	margin-bottom: 0;
}
.form .submessage {
	color: #707070;
	font-size: 10px;
}
.form .require {
	padding-left: 5px;
	color: #dc3545;
}
.form .error {
	padding-top: 5px;
	color: #dc3545;
}

.form .form_footer {
	margin: 0;
	padding-top: 20px;
	text-align: center;
	display: flex;
    width: 60%;
    margin: 30px auto;
}

.form .form_footer >* {
	width: 110px;
	height: 35px;
	margin: 0 5px;
	background: #aaa;
	color: #fff;
}
.form .form_footer >*.-primary {
	background: #333;
}
.form .form_footer >*:hover, .form .form_footer >*:active {
	opacity: .8;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.form .form_footer .ajax-loader {
	display: block;
	margin: 20px auto 0;
	line-height: 1;
}


/* ================================================================================
	Override
================================================================================ */
/* pager */
.pager a, .pager span {
	border-color: #69aee8;
	color: #69aee8;
}
.pager a:hover {
	background: #69aee8;
}
.pager .current {
	background: #69aee8;
}

/* form */
.form input[type='text']:focus, .form input[type='tel']:focus, .form input[type='email']:focus, .form select:focus, .form textarea:focus {
	border-color: #69aee8;
}
.form .form_footer >* {
    background: #69aee8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

/* voice */
.voice-student-box .row{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}

.voice-student-box .row .img {
    width: 48%;
    margin-bottom: 40px;
}

.voice-student-box .pager,.voice-parent .pager {
    padding: 30px;
}

/* tab */

.tabItem {
    display: none;
}

[data-element-id].tabItem {
    display: block;
}

.tabItem.active {
    display: block;
}

.tabBtn ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
}

.tabBtn ul .tab_class {
    width: 49%;
    text-align: center;
    font-weight: 600;
}

.tab_class .btn-txt {
    border: 2px solid #95d1e5;
    background: #fff;
    padding: 10px 20px;
    color: #95d1e5;
    font-size: 20px;
}

.tab_class.active .btn-txt {
    background: #95d1e5;
    color: #fff;
}

/* btn01 */

.btn-type-01>* {
    font-family: serif;
    background: #ee917c;
    color: #fff;
    font-weight: 600;
    padding: 10px 30px;
    width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 3px 5px rgb(0 0 0 / 50%);
    margin: 0 auto;
}

.btn-type-01.other>* {
    padding: 15px 30px;
    width: 250px;
    font-size: 18px;
    display: flex;
    column-gap: 5px;
    align-items: baseline;
}

.btn-type-01.other01>*, .btn-type-01.other02>*{
    padding: 8px 10px;
    width: 170px;
    font-size: 16px;
    display: flex;
    column-gap: 5px;
    align-items: baseline;
    font-family: inherit;
    background: #81cc7a;
}

.btn-type-01.other01>*{
    background: #78b6ea;
}

.btn-type-01.other03>*{
  width: 320px;
}

.btn-type-01>*:hover {
    text-decoration: none;
    opacity: 1;
    color: #fff;
     box-shadow: none;
  transform: scale(0.99, 0.99) translateY(2px);
}

.btn-type-01>*:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    z-index: 2;
    color: #ee917c;
    display: flex;
    background: #fff;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.btn-type-01.other >*:after {
    content: none;
}
/* btn02 */

.btn-type-02 a {
    font-family: serif;
    background: #ffffff;
    color: #5aa4e2;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 30px;
    width: 300px;
    border: 3px solid #5aa4e2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 3px 5px rgb(0 0 0 / 50%);
    margin: 0 auto;
}

.btn-type-02 a:hover {
    text-decoration: none;
    opacity: 1;
    box-shadow: none;
    transform: scale(0.99, 0.99) translateY(2px);
    background: #5aa4e2;
    color: #fff;
}

.btn-type-02 a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    z-index: 2;
    color: #fff;
    display: flex;
    background: #5aa4e2;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

/* btn03 */

.btn-type-03 a {
    background: #ffffff;
    color: #5aa4e2;
    font-weight: 600;
    font-size: 14px;
    padding: 7px 30px 7px 10px;
    width: 130px;
    border: 3px solid #5aa4e2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 3px 5px rgb(0 0 0 / 50%);
    margin: 0 auto;
}
.btn-type-03.other a{
  margin: 0;
}

.btn-type-03 a:hover {
    text-decoration: none;
    opacity: 1;
    box-shadow: none;
    transform: scale(0.99, 0.99) translateY(2px);
    background: #5aa4e2;
    color: #fff;
}

.btn-type-03 a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 14px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    z-index: 2;
    color: #fff;
    display: flex;
    background: #5aa4e2;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

/* ttl */
.ttl-cmn-01{
  font-size: 34px;
  color: #6e4f30;
  font-family: serif;
  font-weight: 600;
  line-height: 1.5;
}

.ttl-cmn-01.check{
  display: flex;
  align-items: baseline;
}

.ttl-cmn-01.check .icon{
  display: flex;
  align-items: center;
  margin-right: 10px;
  flex-shrink: 0;
}

.ttl-cmn-01.check .icon img {
    width: 25px;
}

.ttl-cmn-01 .marker {
    background: linear-gradient(transparent 60%, #fefb88 60%);
}

.ttl-cmn-01 .small {
  font-size: 60%;
}

.ttl-cmn-01 .border {
    position: relative;
    color: #72b8e2;
    font-size: 120%;
}

.ttl-cmn-01 .border::before {
    background-image: url(/upload/tenant_1/top_trouble_ttl03.png);
    background-size: cover;
    content: "";
    width: 130px;
    height: auto;
    aspect-ratio: 167/15;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.ttl-cmn-01 .border .dot{
  position: relative;
}

.ttl-cmn-01 .border .dot::before {
    content: "●";
    font-size: 10px;
    position: absolute;
    top: -15px;
    left: 50%;
    transform:scale(0.8) translateX(-50%);
    color: #72b8e2;
}

/* fead関係 */

.fead-mv.mv,
.fead-up.mv,
.fead-left.mv,
.fead-right.mv {
    transition: 0.8s;
    transition-delay: 0.3s;
}

.fead-mv{
  opacity: 0;
  transition: 0.8s;
    transition-delay: 0.3s;
}

[data-element-id] .fead-mv{
  opacity: 1;
}

.fead-mv.mv{
  opacity: 1;
}

[data-element-id] .fead-blur {
    opacity: 1;
    filter: blur(0);
}

.fead-blur {
    opacity: 0;
    filter: blur(5px);
}

.fead-blur.mv {
    opacity: 1;
    filter: blur(0);
    transition: opacity 1s, filter 3s;
    transition-delay: 0.3s;
}

[data-element-id] .fead-text {
    opacity: 1;
}

.fead-text {
    opacity: 0;
    overflow: hidden;
    display: block
}

.fead-text.mv {
    opacity: 1;
}

.fead-text .str {
    display: inline-block;
    opacity: 1;
    transform: translateY(100%);
}

.fead-text .str.mv {
    transition: 0.5s;
    transition-delay: 0.3s;
    transform: translateY(0%);
}

.hover-zoom {
    overflow: hidden;
}

.hover-zoom img {
    transition: 0.5s;
}

.hover-zoom:hover img {
    transform: scale(1.2);
}

/* loading */
/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	background:#fff;
	text-align:center;
	color:#fff;
	display: none;
}

[data-element-id] #splash {
	display: block;
	position: relative;
	border: 5px solid #eee;
	padding: 50px;
	z-index: 1;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 300px;
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width:300px;
}

/* 2025/05/02 */
.top_trouble.ver02 {
    background: url(/upload/tenant_1/15.webp) repeat center 0;
}

.top_feature_mod.ver02{
    background: url(/upload/tenant_1/20.webp) no-repeat center bottom;
}

.top_contact.ver02 {
    background: url(/upload/tenant_1/35.webp) no-repeat center 0;
}

.banner-container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1000px;
  margin: 50px auto;
  gap: 10px;
}

.banner-container > div{
  width: calc((100% - 20px)/3);
}

.banner-container .mybestpro_banner .in{
  margin: 0 auto;
}

.banner-container .mybestpro_banner a{
  display: block;
}

.landingpdf_banner{
  margin: 0 auto;
  height: 81.66px;
}

.landingpdf_banner .in{
  height: 100%;
}

.landingpdf_banner a{
  padding: 25px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #e14242;
}

.landingpdf_banner a .strong{
  font-size: 1.8em;
    color: #fff;
    font-weight: bold;
}

.landingpdf_banner a .link{
  background-color: #fff;
  color: #0956db;
  padding: 7.5px 30px;
  margin-top: 5px;
  font-size: 0.9em;
  line-height: 1;
}

.landingpdf_banner a:hover{
  cursor: pointer;
}

.landing_banner{
  max-width: 400px;
  margin: 50px auto 0;
}

.landing_banner a{
  display: block;
}

.video_banner{
  margin: 0 auto;
  height: 81.66px;
}

.video_banner .in{
  height: 100%;
}

.video_banner .in .btn{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #6dade7;
  color: #fff;
}

.video_banner .in .btn .strong{
  font-size: 1.1em;
}

.video_banner .in .btn .link{
  background-color: #fff;
  color: #6dade7;
  padding: 7.5px 30px;
  margin-top: 5px;
  font-size: 0.9em;
  line-height: 1;
}

.video_banner .in .btn:hover{
  cursor: pointer;
}

.video_banner .popupwrap {
  position: relative;
}

.video_banner .popup {
  display: none;  /* 最初は非表示 */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.8);
  padding: 20px;
  z-index: 1001;
}

.video_banner .popup video {
  max-width: 90vw;
  max-height: 80vh;
}

.video_banner .popupwrap .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 60px;
  color: white;
  cursor: pointer;
}

.seito{
  color: #f8e860;
    font-size: 16px;
}
