a {
    text-decoration: none !important;
    transition-duration: 0.3s;
    outline: none !important;
}

body {
    font-size: 18px;
	line-height: 1.15;
	text-align: justify;
	font-family: "Inter", sans-serif;
}


.mgt-10 {
    margin-top: 10px;
}

.mgt-20 {
    margin-top: 20px;
}

.mgt-40 {
    margin-top: 40px;
}

.mgt-60 {
    margin-top: 60px;
}

.mgt-80 {
    margin-top: 80px;
}

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

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

/* Header */
.logo a {
    color: #349CD0;
}

.logo span {
    display: block;
    font-size: 20px;
    font-weight: 400;
}

.logo-name {
    font-size: 40px;
    font-weight: 700;
    margin-top: -10px;
	color: #349CD0;
}

.menu {

}

.menu ul {
    background: #fff;
    color: #349CD0;
    text-align: center;
    display: flex;
    justify-content: flex-end;
}

.menu ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 700;    
    color: #349CD0;
    background: #fff;
}

.menu .menu-text-en {
    font-size: 16px;
    display: block;
}

.menu ul li a {
    display: block;
    color: #349CD0; 
    background: #fff;
    padding: 10px 15px;
	font-size: 24px;
}

.menu ul li a:hover {
    background: #349CD0;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.menu ul li a:not(:last-child):hover {
    background: #349CD0;
    color: #fff;
}

.menu ul li a.active {
    background: #349CD0;
    color: #fff;
}

.tel {
    font-size: 24px;
    text-align: left;
    padding-left: 10px;
}

.phone-link, .email-link {
    display: block; /* Ensure each link takes up its own line */
    color: #349CD0; /* Match the default color */
    text-decoration: none; /* Remove underline */
}

.phone-link:hover, .email-link:hover {
    background: none; /* Remove the hover background */
    color: #349CD0; /* Keep the original color on hover */
}

li.tel img {
    height: 20px;
    width: auto;
    vertical-align: middle; /* Align icons with text */
}

.mail {
    font-size: 16px;
    text-align: left;
    padding-left: 10px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: #FFF;
}

.hdr__layout {
	height: 110px;
}

.hdr__logo {
	margin: 0 auto 0 0;
	width: 400px;
}

.hdr__logo > a {
    display: block;
}

.hdr__logo > a > span {
    display: block;
    margin: 0 0 10px;
	color: #349CD0;
    font-size: 1rem;
    font-weight: 400;
}

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

.hdr__navi {
	align-items: center;
	width: calc(100% - 280px);
	justify-content: end;
}

.hdr__navi-cta {
    white-space: nowrap;
}

.hdr-top-txt {
    display: none;
}

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

.hdr__navi-menu li {
	list-style: none;
	text-align: center;
	display: block;
	line-height: 1;
	font-size: 24px;
	font-weight: 700;
}

.hdr__navi-menu li:hover a,
.hdr__navi-menu li.active >a {
	background: #349CD0;
	color: #FFF;
}

.menu-text-en {
    display: block;
    font-size: 16px;
}

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

.hdr__navi-menu li a {
	text-decoration: none;
	font-weight: 400;
	padding: 38px 15px 16px;
	width: auto;
	display: block;
	white-space: nowrap;
	color: #349CD0;
	font-weight: 700;
	line-height: 1.15em;
	font-family: 'Noto Sans JP', sans-serif;
}

.hdr__navi-tel {
    display: block;
	text-align: left;
	font-weight: 700;
	color: #349CD0;
	font-size: 24px;
    padding-left: 3px;
}

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

.hdr__navi-mail {
    color: #349CD0;
	font-weight: 700;
	font-size: 16px;
}

.hdr__navi-lang a.active {
    color: #349CD0;
}

.hdr__menu-btn {
	position: absolute;
	top: calc(120px / 2);
	right: 15px;
	border: 2px solid #fff;
	background: #349CD0;
	width: 60px;
	height: 60px;
	transform: translateY(-40%);
	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: 35px;
	height: 2px;
	background: #fff;
	display: block;
	margin: 8px 0;
	transition: 0.5s ease;
	opacity: 1;
}

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


.am-container {
    width: calc(100% - 60px);
    margin: 0 30px;
/*     max-width: 1440px; */
}

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

.hdr__menu-btn {
    position: absolute;
    top: calc(110px / 2);
    right: 0;
    border: 2px solid #349CD0;
    background: transparent;
    width: 60px;
    height: 60px;
    transform: translateY(-40%);
    display: none;
}

.am-flex {
	display: flex;
}

/*==== Slider =====*/
.my-slider {
/*     margin-top: -15px; */
	margin-top: 12vh;
}

.slider-item {
    position: relative;
}

.top-slider__img1 {
	height: 45vw;
    object-fit: cover;
    object-position: 0% 42%;
}

.txt-slider1 {
    font-size: 30px;
    font-weight: 700;
    background: #F3EF91;
    padding: 2.5px 10px;
    /*border-radius: 35px;*/
    position: absolute;
    top: 1%;
    left: 5%;
	width: 650px;
	text-align: center;
}

.txt-slider2 {
    font-size: 60px;
    background: rgba(255,255,255,0.6);
    padding: 5px 10px;
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    text-align: center;   
}

.txt-slider2 span {
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.txt-slider3 {
    color: #fff;
    background: #3586FF;
    font-size: 24px;
    border-radius: 50px;
    padding: 7px 35px;
    position: absolute;
    left: 5%;
    bottom: 10%; 
    border: 1px solid #3586FF;
	line-height: 1.8;
	text-align: center;
	width: 350px;
    font-weight: bold;
}

.txt-slider3:hover {
    color: #3586FF;
    background: #fff;
    border: 1px solid #3586FF;
    transition: 0.3s;
}

/*==== Greeting =====*/
#greeting {
    position: relative;
    padding: 20px 0 80px;    
    background-image: url('../images/bg-blue.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%; 
}

.greeting-head {
    font-size: 34px;
    font-weight: 700;   
    margin: 40px auto 60px;   
    text-align: center;
}

.greeting-head-center {
    text-align: left;          
    display: inline-block;     
    margin: 0 auto;           
}

.title-wrap {
    margin-top: 60px;
}

.title-jp {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

.title-en {
    font-size: 24px;
    font-weight: 700;
    color: #2F6FCF;
}

.img-greeting {
    width: 100%;    
}

.txt-wrap {
    font-size: 16px;
    padding-left: 20px;
}

/*==== Flow =====*/
#flow {
    padding: 80px 0;
}

.txt-content {
    display: inline-block;
    text-align: left;
	font-size: 24px;
    font-weight: 700;
}

.item-box {
    border: 1px solid #000;
    border-radius: 35px;
    padding: 20px;
    min-height: 475px;
}

.item-title {
    background: #349CD0;
    padding: 10px;
    border-radius: 15px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

.item-img {
    text-align: center;
}

.item-img img {
    height: 108px;
    width: auto;
    padding: 10px 0;
}

.btn-contact {
    color: #fff;
    background: #3586FF;
    font-size: 24px;
    font-weight: 700;
    border-radius: 35px;
    padding: 10px 35px;    
    border: 1px solid #3586FF;
}

.btn-contact:hover {
    color: #3586FF;
    background: #fff;
    border: 1px solid #3586FF;
	font-weight: bold;
    transition: 0.3s;
}

/*==== Flow =====*/
#arrest {
    padding: 80px 0;
    background-image: url('../images/bg-blue.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%; 
}

.title-en-blue {
    color: #2F6FCF;
}

.item-box2 {
    background: #fff;
    padding: 40px;
    min-height: 355px;
}

/*==== Support =====*/
#support {
    padding: 80px 0;
}

.support-img img {
    width: 100%;
}

.support-title {
    font-size: 24px;
    font-weight: 700;
}

.support-desc {
    font-size: 16px;
    font-weight: 400;
	line-height: 1.3;
	margin: 10px 0 0;
}

/*==== Service =====*/
#service {
    padding: 80px 0;
    background-image: url('../images/bg-service.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%; 
    position: relative;
}

#service::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5); 
}

.service-wrap {
    background: rgba(255,255,255,0.5);
    padding: 40px 30px;
    width: 60%;
    margin: 0 auto; 
    font-weight: 500;
    z-index: 2;
}

.service-txt {
    font-size: 24px;
}

.service-desc .txt-bold.mgb-10 {
    font-size: 24px;
}

/*==== Introduction =====*/
#introduction {
    padding: 80px 0;
}

.lawyer-img img {
    width: 100%;
}

.lawyer-name {
    background: #349CD0;
    /*border-radius: 15px;*/
    margin: 20px 0px;
    padding: 10px;
    text-align: center;
	color: #fff;
	font-weight: bold;
}

/*==== Information =====*/
#information {
    padding: 80px 0;
    background-image: url('../images/bg-blue.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%; 
}

.img-map img {
    width: 100%;
}

/*==== FAQ =====*/
#faq {
    padding: 80px 0;
}

span.question-b {
    padding-left: 45px;
}

/*==== Footer =====*/
.sns-wrap {
    display: flex;
    width: 60%;
    flex-wrap: wrap;
    margin: 80px auto;
}

.sns-item {
    flex: 100%;
    max-width: calc(100% / 4 - 30px);
    margin: 0 30px 30px 0;
    border: 1px solid #000;
    border-radius: 35px;
    text-align: center;
    color: #000;
    padding: 5px;
}

.sns-item:hover {
    background: #349CD0;
    color: #fff;
    border: 1px solid #349CD0;
}

.tel-ft {
    color: #349CD0;
    font-size: 30px;
    font-weight: 700;
}

.tel-ft img {
    height: 25px;
    width: auto;
}

.mail-ft {
    color: #349CD0;
    font-size: 28px;
    font-weight: 700;
    margin-left: 60px;
}

.tel-ft a, .mail-ft a {
    color: #349CD0;
}

.contact-info {
    margin-bottom: 80px;
}

.ft-address {
    color: #349CD0;
    margin-bottom: 40px;
}

.ft-logo {
    font-size: 40px;
    font-weight: 700;
    color: #349CD0;
}

.ft-logo:hover {
    color: #349CD0;
}

.ft-logo span {
    font-size: 16px;
    font-weight: 400;
    display: block;
/*     margin-bottom: -10px; */
}

.ft-menu span {
    font-size: 16px;
}

.address-info {
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

.ft-menu {
    background: #349CD0;
    color: #fff;
	font-weight: 700;
}

.ft-menu a {
    color: #fff;
}

.ft-menu ul {
    display: flex;
    justify-content: center;
}

.ft-menu ul li {
    list-style: none;
    text-align: center;
    padding: 20px;
    font-size: 24px;
}

.ft-menu ul li span {
    display: block;
    font-size: 16px;
}

.mail-ft img {
    vertical-align: text-bottom;
    width: 35px;
}

.copyright {
    background: #fff;
    color: #349CD0;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 0 20px;
}

.hdr__navi-tel > img {
    width: 24px;
	height: auto;    
}

.sp-show {
    display: none!important;
}

.sp-none {
    display: inline-block;
}

.txt-bold {
    font-weight: 700;
}

.f-22 {
    font-size: 22px;
}

.f-16 {
    font-size: 16px;
}

.img-banner {
    height: 55vw;
    width: 100%;
    object-fit: contain;
}

/* Privacy policy page*/
#privacy-policy {
	text-align: left;
    padding: 60px 0 60px;
}

#privacy-policy h2 {
	text-align: center;
}

#privacy-policy .title-wrap2 {
    padding-bottom: 60px;
}

#privacy-policy li{
	padding: 10px 0 0;
}

#privacy-policy h3 {
	font-weight: bold;
	padding: 15px 0 0;
    font-size: 24px;
}

#privacy-policy p {
    font-size: 16px;
}

/* Achievements page*/
#lawyer {
    padding: 0 0 180px;
    position: relative;
    padding: 0 0 80px;
    color: #fff;
    background-image: url('../images/bg-lawyer.png');
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%; 

    
}

#experience {
    padding: 0 0 60px;
}

.header1 {
    font-size: 30px;
    font-weight: 700;
    position: relative;
    color: #000;
}

.header1::after {
    position: absolute;
    content: "";
    height: 8px;
    width: 100%;
    background: #225AEB;
    bottom: 0;
    left: 0;
}

.header1 p {
    display: inline-block;
}

.header1 img {
    position: relative;
    top: -5px;
    left: 0;
    margin-right: 5px;
}

.header1.line-color::after {
    background: #349CD0;
}

.img01 {
    width: 100%;
}

.profile-header {
    color: #3586FF;
    font-size: 24px;
    font-weight: 700;
    padding-left: 40px;
}

.profile-desc {
    margin-top: 10px;
    padding-left: 40px;
    color: #000;
    font-size: 16px;
}

.profile-header2 {
    font-size: 36px;
    width: 100%;
}

.profile-title {
    color: #1A4393;
    font-size: 24px;
    font-weight: 700;
    width: 100%;
}

.profile-desc2 {
    font-size: 16px;
}

#experience .txt-indent {
    font-size: 16px;
}

#experience p {
    font-size: 16px;
}

.txt-indent {
    padding-left: 10px;
}

.txt-underline {
/*    text-decoration: underline;*/
}

.lawyer-sns {
    text-align: right;
}


.sns-line {
    font-size: 20px;
    margin-bottom: 40px;
}

.sns-line a {
    color: #000;
}

.sns-line a:hover {
    color: #000;
}

a.line-sns {
    margin: 0 0 0 10px;
}

a.line-sns img {
    height: 52px;
}


.sns-title {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
    padding-right: 21%;
}

.sns-twitter {
    background: #000;
    color: #fff;
    font-size: 24px;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;    
}

.sns-twitter:hover {
    color: #fff;
}


.sns-twitter img {
    height: 32px;
    width: auto;
}

.sns-blog {
    background: #f7723e;
    color: #fff;
    font-size: 24px;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
}

.sns-blog:hover {
    color: #fff;
}

.sns-blog img {
    height: 32px;
    width: auto;
}

/* FAQ & Price page*/
#price {
    
}

table.tbl-price {
    table-layout: auto;
    width: 100%;
    border-collapse: collapse;
}

table.tbl-price tr td {
    border: 1px solid #000;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
}

table.tbl-price td.w10 {
    width: 10% !important;
    background: #35b6ff75;
    text-align: center;
}

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

.faq-wrap3 {
    margin-top: 20px;
}

.faq-wrap4 {
    margin-top: 120px;
}

.bg-blue {
    background: #35b6ff75;
}

/* Company page*/
.txt-black {
/*    color: #000;*/
}

table.tbl-company {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;    
}

table.tbl-company tr td {
    border: 1px solid #349CD0;
    padding: 20px;
    font-size: 16px;
}

table.tbl-company tr td:first-child {
    width: 30%;
    background: #349CD0;
    color: #fff;
    border-bottom: 1px solid #fff;
}

table.tbl-company tr td:last-child {
    width: 70%;    
}

#access {
    padding: 40px 0;
}

.g-map {
    margin-top: 40px;
}

/* Contact Page */
#contact {
/*    padding: 40px 0;*/
}

table.tbl-contact {
    width: 100%;
    border-collapse: collapse;
}

table.tbl-contact tr td {
    padding: 20px 10px;
}

.required {
    background: #349CD0;
    color: #fff;
    padding: 2px 25px;
    border-radius: 25px;
    margin-right: 15px;
    border: 1px solid #349CD0;
    font-size: 16px;
    font-weight: 700;
}

.norequired {
    background: #fff;
    color: #000;
    border: 1px solid #349CD0;
    padding: 2px 25px;
    border-radius: 25px;
    margin-right: 15px;
    font-size: 16px;
    font-weight: 700;
}

table.tbl-contact tr td:first-child {
    background: #fff;
    width: 35%;
}

table.tbl-contact tr td:last-child {
    background: #fff;
    width: auto;
}

table.tbl-contact tr td p {
    margin-bottom: 0;
    font-size: 16px;
}

table.tbl-contact tr td:first-child p {
    font-size: 18px;
}

.form-control {
    height: 37px;
    width: 80%;
    border: 1px solid #000;
/*    border: 1px solid rgba(217, 217, 217, 1);    */
}

.form-control02 {
    height: 135px;
    width: 80%;
    border: 1px solid #000;
    border-radius: .25rem;
/*    border: 1px solid rgba(217, 217, 217, 1);*/
}

.wpcf7-list-item {
    margin: 0!important;
}

.btn-submit {
    background: #349CD0;
    color: #fff;
    padding: 20px 35px;
    width: fit-content;
    margin: 40px auto 0;
    cursor: pointer;
    display: block;
    position: relative;
    border: 1px solid #349CD0;
    border-radius: 35px;
    font-weight: 700;
}

.btn-submit:hover {
    background: #fff;
    color: #349CD0;
    border: 1px solid #349CD0;
}

.btn-submit:hover .img-arrow {
    filter: invert(100%);
}

div#wp-fullbody {
    margin-top: -100px;
}

.img-qr {
    height: 120px;
    width: auto;   
} 

.line-qr {
    margin-bottom: 40px;
}

.line-sns-txt {
    font-size: 14px;
}

#thanks {
    padding: 0 0 80px;
}

.img-cta {
    display: none;
}

.hdr__navi-cta {
    display: none;
}

@media screen and (min-width:1921px) {
    section#banner {
        margin-top: -52px;
    }   
    
    .txt-slider1 {
        top: 5%;
    }
}

@media screen and (min-width:1680px) and (max-width:1920px) { 
    section#banner {
        margin-top: -52px;
    }     
    
}

@media screen and (max-width:1920px) { 
    .txt-slider1 {
        top: 4.5%;
    }    
}

@media screen and (max-width:1680px) { 
    .txt-slider1 {
        top: 4.5%;
    }    
}

@media screen and (max-width:1366px) {
	header .am-container {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	
    .logo-name {
        font-size: 30px;
    }

    .hdr__logo > a > span {
        font-size: 14px;
	}

	.hdr__layout {
		height: 120px;
	}

    .hdr__navi-menu li a {
        font-size: 16px;
/* 		padding: 45px 27px 10px 27px; */
		padding: 48px 25px 36px;
    }
    
    .hdr__navi-menu li a img {
        display: block;
        margin: 0 auto 10px;
        filter: invert(1);
        width: 70px;
    }
	
	.hdr__navi-tel {
		font-size: 16px;
	}
	
	.hdr__navi-tel > img {
		width: 20px;
		height: auto;
	}
	
	.hdr__navi-mail {
		font-size: 14px;
	}
	
	.hdr__navi-mail > img {
		width: auto;
		height: 24px;
	}
	
	.my-slider {
		margin-top: 120px;
	}
    
    .txt-slider1 {
        top: 3%;
    }
}
@media screen and (min-width:1367px) and (max-width:1660px) {
    .img-banner {
        height: 55vw;
    }
}

/* @media screen and (min-width:1366px) and (max-width:1520px) {
    .hdr__navi-menu li a {
        padding: 45px 27px 10px 27px;
    }
}

@media screen and (min-width:1201px) and (max-width:1245px) {
    .hdr__navi-menu li a {
        padding: 45px 27px 10px 27px;
    }
} */

@media screen and (min-width:1024px) and (max-width:1200px) {
    table.tbl-price td.w10 {
        width: 12% !important;
    }
}

@media screen and (max-width:1200px) {
/* 	.hdr__navi-menu li a {
		padding: 45px 10px 10px 10px;
	} */

	.hdr__layout {
		height: 90px;
	}
	
	.hdr__navi-menu li a {
        padding: 31px 20px 22px;
    }
	
	.hdr__navi-tel,
	.hdr__navi-mail {
		display: inline-block;
	}
	
	.hdr__navi-mail {
		margin: 0 0 0 10px;
	}
	
	.hdr__navi-tel > span,
	.hdr__navi-mail > span {
		display: none;
	}
	
	.hdr__navi-tel > img,
	.hdr__navi-mail > img {
		width: auto;
		height: 24px;
	}
}

@media screen and (max-width:1024px) {
	.top-slider__img1 {
		height: 100%;
		object-position: unset;
	}
		
	.txt-slider2 {
		top: 44%;
		width: calc(100% - 40px);
		font-size: 40px;
	}
	
	.txt-slider1 {
		top: 10%;
		left: 50%;
		transform: translateX(-50%);
		font-size: 24px;
	}
	
	.txt-slider3 {
		left: 50%;
		transform: translateX(-50%);
		font-size: 20px;
	}
	
	.my-slider {
        margin-top: 100px;
    }
    
    table.tbl-price td.w10 {
        width: 12% !important;
    }
}

@media screen and (max-width:991px) {
	.af-topgap {
		height: 110px;
	}

	.hdr__menu-btn {
		display: block;
        background: #349CD0;
		margin: 10px;
	}

	header {
		position: fixed;
		z-index: 5;
		width: 100%;
		top: 0;
		left: 0;
		border-bottom: 1px solid #163a6e;
	}

	header .am-container {
		width: 100%;
		margin: 0;
	}

	.hdr__logo > a {
		display: block;
		position: absolute;
		top: 65px;
		width: calc(100% - 170px);
		text-align: left;
		transform: translateY(-50%);
		padding: 0 0 0 20px;
	}

	.hdr__logo img {
		width: auto;
		height: 50px;
	}

	.hdr__layout {
		display: block;
		height: auto;
		width: 100%;
		position: relative;
        top: -20px;
	}

	.hdr__logo {
		text-align: center;
		height: 80px;
        margin-top: -10px;
	}

	.hdr__navi {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.5s linear;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
		background: #349CD0;
		margin-top: 15px;
	}

	.hdr__navi-cont {
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: space-between;
		min-height: max(710px, calc(100vh - 125px));
	}

	.hdr__navi-menu {
		position: relative;
		margin: 0;
		width: 100%;
	}

	.hdr__navi-menu-bg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
    
    .hdr-top-txt {
        display: block;
        font-size: 14px;
        font-weight: 700;
        margin-top: 40px;
        color: #fff;
    }

	.hdr__navi-menu {
		display: flex;
        flex-wrap: wrap;
		position: relative;
		z-index: 2;
        top: 20px;        
        width: 90%;
        padding-bottom: 40px;
	}

	.hdr__navi-menu li,
	.hdr__navi-menu li:last-child {
/*
		border: solid #349CD0;
		border-width: 1px 0 0;
*/
        flex: 100%;
        max-width: calc(100%/2);
        margin: 0;
	}

	.hdr__navi-menu li:last-child {
		border: solid #349CD0;
		border-width: 1px 0;
        display: none;
	}
    
    .menu-text-en {
        display: none;
    }

	.hdr__navi-menu li a,
	.hdr__navi-menu li:last-child a {
		padding: 10px 0;
		color: #fff;
		font-weight: 200;
		width: 100%;
		text-align: center;
		font-size: 16px;
		font-weight: 700;
        border: 1px solid #fff;
        margin-bottom: 0;
	}

	.hdr__navi-btn-cont .hdr__navi-btn:last-child,
	.hdr__navi-btn-cont .hdr__navi-btn:first-child {
		border-radius: 25px;
		display: block;
		margin: 50px auto 10px;
		font-size: 16px;
	}
	
	.hdr__navi-cta {
		margin: 20px 0 0;     
        width: 100%;
        background: #fff;
        text-align: center;
        height: 450px;
        display: block;
	}

	.hdr__navi-tel {
		text-align: center;
	}
	
	.hdr__navi-tel,
	.hdr__navi-mail {
		display: block;
	}
	    
    .hdr__navi-tel {
        margin-bottom: 40px;
    }
    
	.hdr__navi-mail {
		margin: 0;
	}
	
	.hdr__navi-tel > span,
	.hdr__navi-mail > span {
		display: inline-block;
	}
	
    .hdr__navi-telwrap {
        background: #349CD0;
        color: #fff;
        border-radius: 35px;
        padding: 20px;
        width: 220px;
        font-size: 16px;
    }
    
	.hdr__navi-tel > img,
	.hdr__navi-mail > img {
		width: auto;
		height: 30px;
	}
    
    .hdr__navi-tel {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    
    .hdr__navi-tel > img {
        height: 20px;
    }
    
    .img-cta {
        width: 90%;
        margin: 40px auto 20px;
        display: block;
    }
    
    .img-cta img {
        width: 100%;
    }
    
    .hdr-ft-info {
        text-align: center;
        font-size: 14px;
        margin-bottom: 20px;
        color: #349CD0;
    }
    
    .hdr-copyright {
        font-size: 10px;
        color: #349CD0;
    }

	.hdr__navi-lang {
		position: absolute;
		top: 60px;
		transform: translateY(-50%);
		right: 80px;
	}

	.hdr__navi-btn-cont .hdr__navi-btn:last-child {
		margin: 0 auto;
	}

	.hdr__navi-btn-cont {
		text-align: center;
	}

	.hdr__menu--show .hdr__menu-btn-icon>span {
		opacity: 0;
	}

	.hdr__menu--show .hdr__menu-btn-icon::before {
		transform: translateY(10px) rotate(225deg);
        color: #fff;
	}

	.hdr__menu--show .hdr__menu-btn-icon::after {
		transform: translateY(-10px) rotate(-225deg);
        color: #fff;
	}

	.hdr__menu--show .hdr__navi {
		max-height: 1000px;
        margin-top: 15px;
	}

	header .ftr__cont {
		display: block;
	}

	.hdr__ftr.ftr__cont {
		padding: 30px 0 0;
		min-height: calc(100vh - 461px);
		display: flex;
		flex-direction: column;
	}

	.hdr__ftr .ftr__socmed {
		padding: 0 10px;
	}

	.hdr__ftr .ftr__addr {
		margin: auto 20px 30px;
		text-align: center;
	}

	.hdr__ftr .ftr__socmed-link {
		text-align: center;
		width: calc(50% - 25px);
		margin: 0 10px 20px;
		padding: 5px 0;
	}

	.hdr__ftr .ftr__cpright {
		margin: auto 0 0;
	}
}

@media screen and (max-width: 834px) {
    table.tbl-price td.w10 {
        width: 15% !important;
    }
    
    table.tbl-price tr td {
        font-size: 15px;
    }
}


@media screen and (max-width: 767px) {
	
	.ft-menu ul {
		flex-wrap: wrap;
	}
	
	.txt-slider2 {
		font-size: 16px;
		width: 100%;
		top: 34%;
		width: calc(100% - 235px);
	}

	.txt-slider1 {
		width: 330px;
		font-size: 16px;
		top: 5%;
		left: 50%;
		transform: translateX(-50%);
		padding: 8px;
	}

	.txt-slider3 {
		width: fit-content;
		font-size: 14px;
		margin: 0 auto;
		text-align: center;
		left: 50%;
		transform: translateX(-50%);
        padding: 5px 30px;
	}

	.my-slider {
		margin-top: 80px;
	}
	
	.txt-slider2 span {
		font-size: 10px;
	}
    
    .greeting-head {
        font-size: 20px;
        margin: 20p;
    }
    
    .img-greeting {
        padding-right: 0;
        margin-bottom: 20px;
    }
    
    .title-wrap {
    	margin: 15px 0;
    }


    .item-box {
        margin-bottom: 20px;
        min-height: auto;
    }
    
    .support-img img {
        width: 50%;
    }
    
    .service-wrap {
        width: 90%;
        padding: 40px 15px;
    }
    
    .tel-ft {
        font-size: 24px;
        display: block;
    }
    
    .mail-ft {
        font-size: 24px;
        margin: 20px auto 0;
    }
    
    .sns-item {
        max-width: 100%;
        margin: 0 0 30px 0;
    }
    
    .sp-show {
        display: block!important;
    }
    
    .sp-none {
        display: none;
    }
    
    .greeting-head-center {
        text-align: left;
        font-size: 24px;
    }
    
    .title-jp {
        font-size: 28px;
    }
    
    .title-en {
        font-size: 20px;
    }
    
    #service .mgt-80 {
        margin-top: 40px;
    }
    
    .service-desc {
        font-size: 17px;
    }
    
    .img-map {
        margin-top: 20px;
    }
    
    .ft-menu {
        display: none;
    }
    
    .txt-wrap {
        padding-left: 0;
    }
    
    .header1 {
        font-size: 26px;
    }
    
    .profile-header {
        padding-left: 0;
        margin-top: 20px;
        font-size: 26px;
    }
    
    .profile-desc {
        padding-left: 0;
        line-height: 1.4em;
    }
    
    .profile-header2 {
        padding: 0 15px;
        font-size: 26px;
    }
    
    .profile-title {
        font-size: 24px;
        padding: 0 15px;        
    }
    
    .profile-desc2 {
        padding: 0 15px;
        line-height: 1.4em;
    }
    
    .txt-indent {
        padding: 0 15px;
        line-height: 1.4em;
    }
    
    p.pd-sp {
        padding: 0 15px;
        line-height: 1.4em;
    }
    
    .img-banner {
        height: 55vw;
    }
    
    .sns-line {
        word-break: break-all;
    }
    
    .sns-title {
        padding-right: 0;
    }
    
    .sns-twitter {
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    table.tbl-price {        
        width: 1040px;
    }
    
    table.tbl-price td.w10 {
        width: 10% !important;
    }
    
    table.tbl-price tr td {
        font-size: 18px;
    }
    
    .scroll-hint-icon {       
        position: absolute;
        top: 30px!important;
        width: 180px!important;
        min-height: 100px;
    }
    
    table.tbl-company tr td:first-child {
        width: 100%;
        display: block;       
        border-bottom: 1px solid #fff;
    }

    table.tbl-company tr td:last-child {
        width: 100%; 
        display: block;
    }
    
    table.tbl-contact tr td:first-child {
        width: 100%;
        display: block;
    }
    
     table.tbl-contact tr td:last-child {
        width: 100%; 
        display: block;
    }
    
    table.tbl-contact tr td {
        font-size: 16px;
    }
    
    .form-control {
        width: 100%;
    }
    
    .form-control02 {
        width: 100%;
    }
    
    div#wp-fullbody {
        margin-top: -50px;
    }
    
    #experience {
        padding: 40px 0 180px;
    }

}

@media screen and (max-width: 440px) {
    .img-banner {
        height: 80vw;
    }
}

@media screen and (max-width: 320px) {
    .img-banner {
        height: 90vw;
    }
}

