@font-face{
    font-family:'db_ozone_xlight';
    src: url('../fonts/db_ozone_x_li_v3.2-webfont.woff2') format('woff2'),
         url('../fonts/db_ozone_x_li_v3.2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family:'Mplus 1p';
  font-style: normal;
  src: url(//fonts.gstatic.com/ea/mplus1p/v1/Mplus1p-Regular.eot);
  src: url(//fonts.gstatic.com/ea/mplus1p/v1/Mplus1p-Regular.eot?#iefix) format('embedded-opentype'),
       url(//fonts.gstatic.com/ea/mplus1p/v1/Mplus1p-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/mplus1p/v1/Mplus1p-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/mplus1p/v1/Mplus1p-Regular.ttf) format('truetype');
}

:root {
  --color-primary: #1a5946;
  --color-main:#333;
  --color-bg: #f3f3f3;
  --color-gray: #808080;
  --color-white: #fff;
}


body {
  color: var(--color-main);
  font-family: "Noto Sans JP", sans-serif;
  margin:0;
  padding:0;
  width:100%;
  font-size:13px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

::-webkit-input-placeholder {color:#444;}
.search-container ::-webkit-input-placeholder {color:#5d5d5d;}
a{
  color:#5d5d5d;
  text-decoration: none;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
button{border:0px;background:none;}

img{vertical-align:middle;}
.img-responsive{max-width:100%;height:auto;}
figure{margin:0px;}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul, ol{margin:0;padding:0px;}
li{
	list-style: none;
	margin:0;
	padding:0;
}

p{
	margin:0 0 10px 0;
    padding:0;
    line-height:23px;
}

.sp-br::after {
    content: "";
}

.pc-br {
  display: block;
}

.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.fadein.show {
  opacity: 1;
  transform: translateY(0);
}

header{
   
    }

#logo {float:left;}
#logo img {
    width: 400px;
    position: absolute;
    top: -2px;
    left: -200px;
}
#triangle-down {
	width: 0;
	height: 0;
	border-left: 190px solid transparent;
	border-right: 190px solid transparent;
	border-top: 160px solid #fff;
}
.box-menu {
    float: right;
}
.search-container input[type=text] {
  padding: 6px 20px 6px 20px;
  border-radius:20px;
  border: none;
  height: 30px;
  font-size: 13px;
  border:1px solid #3bb64e;
  width:40%;
}

.search-container button {
  padding: 6px 10px;
  background: #3bb64e;
  font-size: 15px;
  border: none;
  cursor: pointer;
  position:absolute;
  color:#fff;
  right:0px;
  height: 30px;
  border-radius:0px 20px 20px 0px
}
.search-container button:hover {
  background:#ccc;
}
.search-container {
  display:block;
  text-align:right;
  margin: 10px 0;
  position: relative;
}
.menu{}

/* top_page*/

.kv {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.kv-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.kv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.kv-text {
    --scale: 1;
    position: absolute;
    align-items: flex-start;
    bottom: 5%;
    color: var(--color-white);
    text-align: left;
    max-width: 1920px;
    z-index: 3;
}

.sp-text{
    display: none;
    margin-left: 3vw;
}

.kv-text .main-text,
.kv-text .sub-text {
    font-weight: 800;
    position: relative;
    animation-delay: 0.5s;
}

.kv-text .main-text {
    font-size: clamp(24px, 6vw, 100px);
    line-height: 1.2;
}

.kv-text .sub-text {
    font-size: clamp(24px, 2vw, 32px);
    line-height: 1.6;
    margin-left: 2.5vw;
}

.js-split span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUpChar 0.6s ease forwards;
}

@keyframes fadeUpChar {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.intro {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-width: 1024px;
    margin: 120px auto;
}


.intro-bg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.3;
}

.intro-wrapper {
  position: relative;
  z-index: 1;
  padding: 2rem;
}

.intro-wrapper .main-text{
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    padding-bottom: 36px;
}

.intro-wrapper .sub-text{
    font-size: 16px;
    line-height: 2.4;
    font-weight: 500;
    padding-bottom: 36px;
}

.main .container{
    margin: 6.5vh auto;
}


/* top-news */


.box-news{
    background-color: var(--color-bg);
}

.box-news .inner-news{
    padding: 32px 0;
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.title h2{
    position: relative;
    color: var(--color-primary);
    font-size: 32px;
    font-weight: 600;
}

.title h3{
    position: relative;
    margin-bottom: 32px;
    color: #333;
    font-size: 14px;
    font-weight:600;
}

.inner-news ul {
    letter-spacing: -0.4em;
}

.inner-news ul li {
    margin-bottom: 16px;
    letter-spacing: 0em;
    display: flex;
    align-items: center;
}

.date{
    display: inline-block;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    color: var(--color-primary);
}

.cate{
    display: inline-block;
    width: auto;
    text-align: center;
    color: var(--color-gray);
    padding:2px 10px;
    font-size: 12px;
    margin-left: 32px;
    border: 1px solid var(--color-gray);
}

.inner-news ul li .detail{
    display:inline-block;
    width: auto;
    font-weight: 500;
    margin-left: 32px;
    font-size: 14px;
    position: relative;
    color: #000;
    text-decoration: none;
}

.inner-news ul li .detail::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: var(--color-gray);
  transition: width 0.3s ease;
}

.inner-news ul li .detail:hover::after {
  width: 100%;
}


.news-contents{
    background-color: var(--color-white);
    padding: 32px;
    width: 64%;
}

/* service */

.inner-service{
 
}

.service-title{
    display: flex;
    justify-content: space-between;
    gap: 64px;
    align-items: center;
    margin-bottom: 16px;
}


.service-title .detail{
    line-height: 1.8;
    font-size: 14px;
}

.service-contents ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-contents li {
    position: relative;
    overflow: hidden;
    flex: 1;
    width: 100%;
    aspect-ratio: 3/1;
}

.service-contents li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service-contents li::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(100, 90, 80, 0.9);
    transition: background-color 0.5s ease;
}

.service-contents li:hover::before {
    background-color: rgba(100, 90, 80, 0.3);
}

.s-caption {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    z-index: 1;
}

.s-caption h2 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
}

.caption-banner {
    width: 50%;
    padding-top:15%;
    color: #fff;
    padding-bottom:6%;
}

.caption-banner .title{
    font-size:50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.caption-banner .title:after{
    content: "";
    display: block;
    height: 4px;
    width:70px;
    background:#fff;
    margin:25px 0 30px;
}

.caption-banner h1{
    font-size:14px;
}

.caption-banner h1 span {
    font-weight: 700;
    font-size: 18px;
    display: block;
}

.box_about {
    padding: 150px 0 100px;
}

.inner-list-about{
    margin:50px 0 0;
}
.inner-list-about ul li{
    float:left;
    width: -webkit-calc(100% / 3 - 1px - 1*15px);
    width:calc(100% / 3 - 1*15px);
    margin-right:20px;
    position:relative;
    text-align: center;
    margin-bottom:15px;
}
.inner-list-about ul li img{border: 1px #e8e8e8 solid;}
.inner-list-about ul li:nth-child(3){margin-right: 0;}
.inner-list-about ul li p.title{margin:10px 0px;color:#74a92d;font-weight:600;font-size:18px;}
.inner-list-about ul li p.bank-title{margin:10px 0px;color:#005491;font-weight:400;font-size:14px;}

#triangle-topleft{
    position: absolute;
    top:0;
	width: 0;
	height: 0;
	border-top:1200px solid rgba(116,169,45,0.9);
	border-right:1500px solid transparent;
}
.row-btn{text-align:center;}
.view{
    border-radius: 30px;
    padding:8px 30px;
    display: inline-block;
    border: 1px solid #fff;
    margin-top: 20px;
    color: #fff;
    background:#74a92d;
    transition: all 0.5s;
    font-size: 14px;
}
.view:hover{background:#679a23;}


.box_service{overflow:hidden;}
.box_service ul{letter-spacing:-0.4em;}
.box_service ul li{
    letter-spacing:0em;
    display:inline-block;
    width:33.3%;
    position:relative;
}
.box_service ul li:nth-child(1), .box_service ul li:nth-child(2){
    width:50%;
}

.s-caption{
    position: absolute;
    background:rgba(0,0,0,0.4);
    width:100%;
    height: 100%;
    top:0;
    left: 0;
    color:#fff;
}
.s-caption a{
	color: #fff;
}
.s-caption h2{font-size:#fff;margin-bottom:15px;font-weight: 600;}
.s-caption p:after{
    content:"";
    display:block;
    height:4px;
    width:70px;
    background:#74a92d;
    margin: 25px auto 30px auto;
}

/* sns */

.inner-sns{
    display: flex;
    align-items: flex-start;
    gap: 64px;
}

.fb-item {
    width: 100%;
    max-width: 400px;
    overflow: hidden;
}

.banner-item {
    width: 40%;
    max-width: 400px;
    position: relative;
}

.banner-img {
    width: 100%;
    aspect-ratio: 16 / 5;
    object-fit: cover;
    display: block;
}



/* footer */

.map-contact{
    position: relative;
    z-index: 3;
}
.frame-wrap {
    position: relative;
    left: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: 555px;
    margin: 0;
}
.frame-wrap iframe {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 555px;
}
.contact-form {
    position: absolute;
    bottom:0;
    right:14%;
	right : -webkit-calc(50% - 512px) ;
    right : calc(50% - 512px) ;
    z-index:5;
    width:330px;
    border-radius: 20px 20px 0 0;
    box-sizing:border-box;
    background:#abce01;
    background: #f5f7f6;
}
.inner-form{padding:20px 30px 0px 30px;color:#444;}
.inner-form h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom:20px;
    
}
.inner-form h2:before{
    content:url(../images/i-q.svg);
	display: inline-block;
	width:40px;
    position: absolute;
    right: 72%;
}
.contact-form__inner {
    margin: 23px 0 0;
    position: relative;
}

.contact-form input {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 6px 12px;
    font-size: 13px;
    margin: 0 0 15px;
    border: 1px solid #444;
    background:none;
    border-radius: 15px;
    color:#444;
}
.contact-form textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 6px 12px;
    color:#444;
    font-size: 14px;
    margin: 0 0 15px;
    background:none;
    border: 1px solid #444;
    border-radius: 15px;
}
.contact-form input.btn-mail{
    background:#74a92d;
    width:100%;
    height: auto;
    padding:15px 20px;
    margin: 0px;
    text-align:center;
    color:#fff;
    font-size: 16px;
	position: relative;
    font-weight:700;
    cursor:pointer;
    border: 0px;
    border-radius: 0px;
}
.contact-form input.btn-mail:before{
    content:url(../images/i-mail.svg);
	display: inline-block;
	width:32px;
    position: absolute;
    right: 60%;
}
.captcha{
	margin-bottom: 10px;
	margin-top: -10px;
}
.captcha iframe{
	transform: scale(0.8);
	margin-left: -16px;
}


.l-footer{
    background:#333;
    padding: 32px 0;
    color: #fff;
}

.l-footer_inner{
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width:1024px;
    margin: 40px auto;
}

.l-footer .left{
    width: 25%;
}

.f-logo img{
    max-width: 250px;
}

.f-address{
    margin: 16px 0;
}

.sns-icon img{
    max-width: 30px;
}

.l-footer .right{
    width: 60%;   
}

.f-mainmenu{
    display: flex;
    gap: 32px;
    margin: 8px 0 32px 0;
}

.f-submenu{
    display: flex;
}

.box-menu-footer{
    font-weight: 500;
    margin-bottom: 0px;
}

.box-menu-footer a{
    color: #fff;
}

.f-submenu .box-menu-footer.title {
    position: relative;
    padding-right: 32px;
    margin-right: 32px;
}

.f-submenu .box-menu-footer.title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    transform: translateY(-50%);
    width: 1px;
    height: 1em;
    background-color: #A1A3A6;
}

.box-menu-footer{
    margin-bottom: 8px;
}

.l-footer .f-copyright{
    font-size: 12px;
    text-align: right;
    color: #5d5d5d;
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
}


.box_content{
    margin: 120px 0 180px 0;
}

.container{
    margin: 0 auto;
    width: 94%;
    max-width: 990px;
    line-height: 2.0;
    font-size: 14px;
    letter-spacing: 1px;
}

/* page-service */

.page_service{
    position: relative;
    background:url(../images/banner-service.jpeg)top center no-repeat;
    width: 100%;
    height:500px;
    background-size: cover;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page_service::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.page_realestate{
    background:url(../images/banner-realestate2.jpg)top center no-repeat;
    width: 100%;
    height:500px;
    background-size: cover;
}

.page_ma{
    background:url(../images/banner-ma.png)top center no-repeat;
    width: 100%;
    height:500px;
    background-size: cover;
}

.inner_ma{
	width: 80%;
	margin: 0 auto;
}
.inner_ma h3{
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
}
.inner_ma h4{
	font-size: 16px;
	font-weight: bold;
	border-left: 5px solid #5d5d5d;
	padding-left: 15px;
}

.inner_ma table{
	width: 100%;
	margin-bottom: 50px;
}
.inner_ma table th, .inner_ma table td{
	padding: 15px 20px;
	border: 1px #e8e8e8 solid;
	border-collapse: collapse;
}
.inner_ma table th{
	background: #abce01;
	border: 0px;
	border-bottom: 1px #e8e8e8 solid;
	color: #005491;
	text-align: center;
}
.inner_ma table th.first-tb{
	border-radius: 10px 0px 0px 0px;
	width: 30%;
}
.inner_ma table th.last-tb{
	border-radius: 0px 0px 0px 10px;
	border-bottom: 0px;
}

.page-caption-banner {
    width:40%;
    float:right;
    z-index: 10;
    color:var(--color-white);
}

.page-caption-banner .title-en {
    font-size: 48px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.page-caption-banner .title-jp{
    font-weight:600;
    font-size: 24px;
}

.menu-page .nav-collapse a{color:#74a92d;font-size: 1.1em;font-weight: 600;}

.heading{
    font-size:42px;
    color: #74a92d;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.inner_content{
    width:80%;margin:auto;
}

.box-service {
    padding:0px 0px 70px;
}
.list-service ul li {
    margin-bottom: 25px;
}
.list-service ul li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.list-service ul li figure {
    width: 30%;
    float: left;
    position: relative;
}
.detail-service {
    width: 70%;
    padding-left: 40px;
    float: left;
    color: #6b6b6b;
}
.h-title {
    font-size: 23px;
    color: #005491;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    margin-top:0px;
}
.list-service ul li:hover .hover{opacity:1;}
.hover{
    opacity:0;
    position: absolute;
    height: 100%;
    top: 0;
    right:0;
    text-align: center;
    transition: all 0.5s;
}
.r-more{
    margin-top:20px;
    display: inline-block;
    width: 90px;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    vertical-align: top;
    text-align: center;
    background: #abce01;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
}
.r-more a{color:#fff;}
.r-more p {
    transform: skewX(20deg);
    margin-bottom: 0px;
}
.page_about {
    position: relative;
    background: url(../images/banner-about.jpg)top center no-repeat;
    width: 100%;
    height: 500px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page_about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

/* page-news */

.page_news {
    position: relative;
    background: url(../images/banner-news.jpeg)center center no-repeat;
    width: 100%;
    height: 500px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page_news::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}


/* QA */

.page_qa {
    position: relative;
    background: url(../images/banner-qa.jpeg)top center no-repeat;
    width: 100%;
    height: 500px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page_qa::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.qa-list dl {
  margin: 0;
  padding: 0;
}

.qa-list dt {
  font-weight: bold;
  background-color: #f8f8f8;
  border-left: 4px solid var(--color-primary);
  padding: 12px 16px;
  margin-top: 16px;
}

.qa-list dd {
  margin: 0;
  padding: 12px 16px 16px 20px;
  border-bottom: 1px solid #eee;
  line-height: 1.8;
}

.page_partner {
    background: url(../images/banner-partner.jpg)top center no-repeat;
    width: 100%;
    height: 500px;
    background-size: cover;
}

.title_box{
    color: #005491;
    font-weight: 500;
    text-align: center;
    font-size:25px;
    margin-bottom: 25px;
}

.inner_about .date{
    font-size: 14px;
}

.inner_about .title h2{
    font-size: 20px;
    font-weight: 600;
    color: var(--color-main);
    border-bottom: 1px solid var(--color-gray);
    padding-bottom: 16px;
    margin-bottom: 32px;
    letter-spacing: 1px;
}

.inner_about .contents{
    font-size: 14px;
    letter-spacing: 1px;
}

.inner_about .contents p{
    line-height: 2.0;
}

.inner_about .contents img{
    margin: 48px auto;
}

.box_ceo{
    padding: 0px 0 70px;
}

.box_ceo .left{
    float:left;
    width:30%;
}

.box_ceo .right{
    float:left;
    width:100%;
}
.box_ceo .right p span{
    font-weight:600;
}
.box_establish .left{
    float:left;
    width:30%;
}
.box_establish .right{
    float:left;
    width:70%;
}

.box_company{padding:0px 0 70px;}
.table table{
    width: 100%;
}
.price-table{
	width: 70% !important;
	margin: auto !important;
}
.table table tr td:nth-child(2) {
    border-bottom: 1px #e8e8e8 solid;
    border-right: 1px #e8e8e8 solid;
}
.table{margin-bottom:45px;margin-top: 20px;}
.table table tr td {
    padding: 15px 10px;
    line-height: 25px;
    vertical-align: top;
    background: #fff;
    color: #5d5d5d;
}
.table table tr:first-child td:nth-child(1) {
    border-radius: 10px 0px 0px 0px;
}
.table-02 {
    background: #abce01!important;
    color: #005491!important;
    width: 22%;
    font-weight:700;
    text-align: center;
}
.table table tr:first-child td:nth-child(2) {
    border-top: 1px #e8e8e8 solid;
}
.b-search{
    width: 35px!important;
    height: 35px!important;
    border-radius: 100%!important;
    padding: 5px!important;
    text-align: center;
    background: #fff;
    color: #3bb64e;
   cursor:pointer;
}
.icon-search-mobile{
    display: none;
    position: absolute;
    right: 9px;
    top: 7px;
    z-index:99;
}
.box-search-mobile{
    background: #3bb64e;
    text-align: center;
    height: 130px;
    padding: 38px;
}
.box-search-mobile p{color: #fff;}
.box-search-mobile input[type=text] {
    padding: 6px 20px 6px 20px;
    border-radius: 20px;
    border: none;
    height: 35px;
    font-size: 13px;
    border: 1px solid #3bb64e;
    width:100%;
}
.box-search-mobile button {
    padding: 6px 10px;
    background: #abce01;
    font-size: 15px;
    border: none;
    cursor: pointer;
    position: absolute;
    color: #fff;
    right: 0px;
    top:0;
    height: 35px;
    border-radius: 0px 20px 20px 0px;
}
.box-search-mobile form{position: relative;}

.bold{
	font-weight: bold;
	font-size: 1.2em;
}

.list_establish{
	margin-top: 20px;
}
.list_establish li{
	list-style-type: square;
	margin-left: 20px;
}
.bg-grey{
	background:#ccc;
	padding: 10px;	
}
.trans-table table tbody tr td{
	border: 1px solid #e8e8e8;
}
.img-list ul li img{
	border: 1px solid #e8e8e8;
	width: 200px;
}
.remark-right{
	float: right;
	margin-top: 5px;
}

#pagination {
    margin:80px 0;
    text-align: center;
}
#pagination ul li {
    display:inline-block;
    padding:8px 12px;
    background:#e6e6e6;
    margin-right:3px;
    width: auto;
    font-size:13px;
}
#pagination ul li.active {
    background: #80b501;
    padding: 8px 14px;
    color: #fff;
}
#pagination ul li.number {
    padding: 8px 14px;
}
#pagination ul li.active {
    background: #80b501;
    padding: 8px 14px;
    color: #fff;
}
#pagination ul li span {
    font-size:13px;
}
#breadcrumbs {
	margin-top: -40px;
    margin-bottom: 40px;
}

img.alignright { display: block; margin: 0 0 0 auto; }
img.alignleft { display: block; margin: 0 auto 0 0; }
img.aligncenter { display: block; margin: 0 auto; }

.bxslider{
	margin: 0;
	padding: 0;
}
.bx-wrapper img{
	margin: 0 auto;
}

div.bxslider .topic {
  width: 500px;
  height: 500px;
  position: relative;
}
div.bxslider .topic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  margin-top: 4em;
}


/*--------------------------@media--------------------------------------*/

@media(max-width:1024px){
    .caption-banner{
        width:80%;
    }
    .box_about {
        padding-top:50px;
        background:#fff;
    }
    .caption-banner {padding-bottom: 40px;}
}

@media(max-width:812px){
    .box-menu {
        float: none;width: 100%;
    }
    #logo img {
        position:static;top: 0;left:0px;
    }
    .caption-banner,.box_about{
        padding-left: 10px;padding-right: 10px;
    }
    .inner-list-about ul li {
        width: -webkit-calc(100% / 2 - 1px - 1*15px);
        width: calc(100% / 2 - 1*15px);
    }
    .inner-list-about ul li:nth-child(2) {
        margin-right: 0;
    }
    .box-service,.box_ceo,.box_company,.box_establish{
        padding-bottom: 35px;
    }
    .search-container{
        display:none;
    }
    .box_service ul li{
        width:50%;
    }
    .contact-form {
        position: relative;
        right: 0;
        width: 100%;
        height: auto;
        border-radius: 0px;
    }
    .inner_content,.box_ceo .left,.box_ceo .right,.box_establish .left,.box_establish .right{width:100%;}
    .box_ceo .left,.box_establish .left{text-align: center;}
    .box_ceo .right,.box_establish .right{margin-top: 20px;}
    .menu-page .nav-collapse a{color:#fff;}
    .icon-search-mobile{display: block;}
    .inner_ma{
	    width: 100%;
    }
}
@media(max-width:667px){
   .caption-banner {width:100%;padding-top:120px;}
   .box_about {margin:30px 0 0 0;}
   .box_service ul li:nth-child(1), .box_service ul li:nth-child(2),.box_service ul li,footer .left,footer .right,.list-service ul li figure{width:100%;}
    .detail-service,.detail-bank{width:100%;padding-left: 0px;margin-top:15px;}
    .inner-form{padding:15px;}
    .page_service,.frame-wrap,.page_about,.page_news,.page_qa,.page_partner{height:400px;}
    .price-table{
    	width: 100% !important;
    	margin: auto !important;
    }
}
@media(max-width:448px){
    .caption-banner .title{font-size:35px;line-height: 40px;}
    .topic h2{font-size: 20px;}
    .box_service ul{letter-spacing: normal;}
    .img-list ul li{
		width: 100%;
		margin: auto;	
	}
}


@media(max-width: 1000px){
    .inner-service{
        display: block;
    }

    .service-contents li {       
        aspect-ratio: 3/1;
    }

}


@media(max-width:768px){
    .sp-text{
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .sp-text .main-text {
        font-size: clamp(42px, 8vw, 100px);
        line-height: 1.2;
    }
    .sp-text .sub-text {
        font-size: clamp(16px, 5vw, 24px);
    }


    .pc-text{
        display: none;
    }

    .sp-br {
        display: block;
    }

    .intro-wrapper .main-text{
        font-size: 24px;
        line-height: 1.5;
        font-weight: 600;
        padding-bottom: 36px;
    }

    .intro-wrapper .sub-text{
        font-size: 14px;
        line-height: 2.4;
        font-weight: 500;
        padding-bottom: 36px;
    }

    .inner-news{
        display: block;
    }

    .news-contents{
        width: 100%;
    }

    .inner-news ul li{
        display: block;
        margin-bottom: 32px;
    }

    .inner-news ul li .info{
        margin-bottom: 8px;
    }

    .inner-news ul li .detail{
        margin-left: 0px;
    }

    .service-title{
        display: block;
        margin-bottom: 32px;
    }

    .service-contents ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .service-contents li {       
        aspect-ratio: 4/1;
    }

    .l-footer_inner{
        display: block;
    }

    .l-footer .left{
        width: 94%;
        margin-bottom: 40px;
    }
    
    .l-footer .right{
        width: 94%;
    }

    .box_content{
        margin: 40px 0 120px 0;
    }
}

@media(max-width:500px){

    .pc-br {
        display: none;
    }

    .intro {
        margin: 80px auto;
    }

    .f-mainmenu{
        display: block;
        margin-bottom: 8px;
    }

    .f-submenu{
        display: block;
    }

    .f-submenu .box-menu-footer.title{
        border-bottom: 1px solid #A1A3A6;
        padding-bottom: 8px;
        padding-right: 0;
        margin-right: 0;
    }

    .f-submenu .box-menu-footer.title::after {
        display: none;
    }

    .f-submenu-wrapper{
        padding-left: 32px; 
    }

    .box_content{
        margin: 40px 0 80px 0;
    }


}

