/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 06 2025 | 14:15:41 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

html {
		font-size: 62.5%;
		font-family: sans-serif;
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		-webkit-tap-highlight-color: transparent;
	overflow: visible;
}


body {
		min-width: 1200px;
		margin: 0;
		font-family: YakuHanJP_Narrow , "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
		font-size: 1.7rem;
		line-height: 1.7;
		letter-spacing: .2rem;
		color: #000;
		background-color: #fff;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
}



p, h1, h2, h3, h4, h5, h6, span, ul, ol, dl {
		font-family: YakuHanJP_Narrow , "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
}

/*.aks {
	font-family: "din-2014", sans-serif !important;
	font-weight: 300;
	font-style: normal;
}*/

h1, h2, h3, h4, h5, h6 {	
	color: #00529f;
	line-height: 1.5;
}

h4.elementor-heading-title {	
	line-height: 1.5;
}

p {
	line-height: 1.6;
}


dl, dt, dd, ol, ul, li {
     font-size: 98%;
}



/* Text-level semantics
 */

a {
	color: #00529f;
	font-weight: 700;
}

a:hover, a:active {
  color: #000;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}


.title-mini {
	font-size: 16px;
	font-weight: 600;
}

bold {
	font-weight: 600;
}

.white {
	color: #fff;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.bigtxt {
	font-size: 180%;
}

br.mb {
	display: none;
}

br.pc {
	display: block;
}

@media screen and (max-width: 800px ) {
	body {
		min-width: 100%;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	
	br.mb {
	display: block;
}

br.pc {
	display: none;
}
	
	dl, dt, dd, ol, ul, li {
     font-size: 94%;
}
	
}


/*******
 title
********/
.section-head {
	padding: 5% 0 1%; 
	margin-bottom: 4%;
	position:relative;
}

.section-head::after {
	content: '';
	display:block;
  width: 100%;
  height: 4px;
	background-color: #00529f;
	position: absolute;
  bottom: -10px;
}

.section-head-non {
	padding: 5% 0 1%; 
	margin-bottom: 4%;
	position:relative;
}

.section-head-non::after {
	content: '';
	display:block;
  width: 100%;
  height: 4px;
	background-color: rgb(255 255 255 / 0%);
	position: absolute;
  bottom: -10px;
}

.sectioin-title h3 {
		font-size: 50px;
		font-weight: 600;
	margin-top: 20px;
}

.section-subtitle h4 {
	font-size: 16px;
		font-weight: 600;
}


h3.section-title  {
		font-size: 50px;
    font-weight: 600;
	text-align: center;
}

h3.section-betitle {
	color: #65768B87;
    font-size: 80px;
    font-weight: bold;
    font-style: italic;
    line-height: 1px;
	margin-top: 50px;
    margin-bottom: -250px;
	text-align: center;
}

h4.section-subtitle  {
	font-size: 16px;
		font-weight: 600;
	text-align: center;
}


.section-head-non h3.white, .section-head-non h4.white {
    color: #fff;
}


.title-under {
	height: 20px;
}

.txtblk {
    margin-bottom: 1vw;
    font-size: 2.3rem;
    font-weight: 700;
    color: #00529f;
}

.txtblk span {
    display: block;
    margin-top: 0;
    margin-bottom: -10px;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: .05em;
}

.pointnum {
	width: auto;
    color: #00529f;
    font-size: 160px;
    font-weight:500;
    letter-spacing: -0.05em;
    padding: 0;
    display: flex;
    position: absolute;
	z-index: 2;
    top:-150px;
    left:15px;
	box-sizing:border-box;
}

 
@media (width < 800px){

	.sectioin-title, .section-subtitle {
	max-width: 100%;
	display: block;
}

	.section-subtitle {
		padding-left: 0.25em;
		padding-top: 0.25em;
	}

	h3.sectioin-title  {
		font-size: 40px;
	}
	
	h4.sectioin-title  {
		font-size: 16px;
	}

	h4.section-subtitle {
		font-size: 16px;
    font-weight: 700;
		line-height: 1.5;
	}
	
	.sectioin-title h3 {
		font-size: 40px;
		letter-spacing: -0.2px;
	}
	
	.sectioin-title h3.mini {
		font-size: 32px;
	}
	
	.section-subtitle h4.mini {
		font-size: 15px;
		letter-spacing: 0rem;
	}
	
	.section-head h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
}
	
	.section-head h4  {
	font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}
	
	.section-head-non h3.white {
		font-size: 28px;		
		padding-left: 5%;
    padding-right: 5%;
	}
	.section-head-non h4.white {
    font-size: 16px;
		padding-left: 5%;
    padding-right: 5%;
}
	
	.txtblk {
    font-size: 2.0rem;
}

.txtblk span {
    margin-bottom: -10px;
    font-size: 1.4rem;
}
	
	.title-under {
	height: 0px;
}
	
}



/*********
 * table
**********/
table {
	border: none;
  border-bottom: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: fixed;
  width: 100%;
}
table tr {
	border: none;
  border-bottom: 1px solid #ddd;
}
table th,
table td {
	border: none;
  padding : 20px 12px;
	vertical-align: middle;
	background-color: #f1f1ef;
}

table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
    background-color: #f1f1ef;
}

table th {
	width: 20%;
	color: #00509e;
	text-align: left;
    padding-left: 40px;
}

table td {
	width: 80%;
}

table tbody tr:hover > td,
table tbody tr:hover > th,
{
	background-color: rgb(241 241 239 / 0%);
  background-color: #f1f1ef00;
}

@media (width < 800px) {
  table thead {
    display: none;
  }
  table tr {
    border-bottom: 2px solid #ddd;
    display: block;
  }
	
	table th, table td {
  padding : 16px 10px;
	vertical-align: middle;
}
	
	table th {
		border-bottom: 1px solid #ddd;
		display: block;
		width: 100%;
		text-align: left;
	}
	
  table td {
    border-bottom:  0px;
    display: block;
	  width: 100%;
  }
  table td:before {
    content: attr(aria-label);
    float: left;
  }
}


/*********
 * table contact
**********/

table.contact-form th {
	width: 30%;
	color: #00509e;
	text-align: right;
	padding-left: 1.0em ;
	padding-right: 1.0em;
    border-right: 1px dashed #ddd;
}


table.contact-form td {
	width: 70%;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: auto;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0.8rem 1.8rem;
    transition: all .3s;
    font-size: 1.4rem;
}

input.p-postal-code {
	margin-bottom: 10px;
}

table.contact-form tbody tr:hover > td,
table.contact-form tbody tr:hover > th,
{
	background-color: rgb(241 241 239 / 0%);
  background-color: #f1f1ef00;
}

@media (width < 800px){

	table.contact-form th {
		border-bottom: 0px;
		border-right: 0px;
		display: block;
		width: 100%;
		text-align: left;
		padding-left: 10px;
	}
	
  table.contact-form td {
    border-bottom:  0px;
    display: block;
	  width: 100%;
  }
  table.contact-form td:before {
    content: attr(aria-label);
    float: left;
  }
	
	.contact-form span {
		font-size: 16px;
	}
	
	input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
		width: 100%;
	}
	
	input.p-postal-code {
		width: 40%;
	}
}


/*****
 * footer
 * ***/

footer a:link, footer a:visited {
	color: #fff;
}

footer a:hover, footer a:active {
	color: #F1F1EF;
}




/**********
 * TOP PAGE
 * ********/

.biz-img:hover img {
	filter: brightness( 85% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}
.biz-img img {
	transition-duration: 0.5s;
}

.dark p, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark span, .dark ul, .dark ol {
	color: #fff !important;
}

.top-concept {
	font-size: 1.6rem;
    line-height: 1.6;
}


@media (width < 800px){

.top-concept {
	font-size: 1.4rem;
    line-height: 1.5;
}
	
}


/**********
 * Timeline
 * ********/

.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    width: 220px;
    float: left;
    margin-top: 5px;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #e3e3e2 solid;
    padding-left: 30px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #33a9c6;
    position: absolute;
    left: 215px;
    top: 15px;
    border-radius: 100%;
  }
}

/**********
 * BISENESS
**********/

.list_flow , .list_flow02, .list_flow_last {
	background: #fff;
    padding: 5% 3%;
    margin-bottom: 80px;
    margin-top: 0;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.list_flow::after {
    content: "";
    width: 100px;
    height: 180px;
    border-left: 0px;
    border-bottom: 0px;
    border-top: 0px;
    border-right: 6px solid rgb(255 255 255);
    position: absolute;
    left: 15%;
}

.list_flow02::after {
    content: "";
    width: 100px;
    height: 180px;
    border-left: 0px;
    border-bottom: 0px;
    border-top: 0px;
    border-right: 6px solid rgb(255 255 255);
    position: absolute;
    right: 15%;
}

.text-contents {
    padding: 0 30px;
}

.list_biz01 , .list_biz02, .list_biz_last {
	 padding: 3% 3%;
    margin-bottom: 80px;
    margin-top: 0;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}


.biz-catch {
    object-fit: cover;
    object-position: center center;
    filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
    transition-duration: 0.4s;
}

.biz-catch:hover {
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

.biz-title {
	font-size: 18px;
    line-height: 1.7;
}


/**********
 * CONTACT
**********/

.required {
	margin: 0 0 0 5px;
    padding: 2px 4px 1px;
    background: #c50000;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.1;
    vertical-align: 10%;
}

.form-btn {
	text-align: center!important;
	margin-top: 25px;
}

.main-button {
	position: relative;
    max-width: 245px;
    width: 100%;
    height: 54px;
    background-color: #00529F;
    padding: 0.6rem 0;
	border: 0px;
	font-size: 16px;
    font-weight: 600;
    border-radius: 27px;
    color: #fff;
    line-height: 1.6;
    box-sizing: border-box;
}

.main-button:hover,
.main-button:active{
	background: #0A3F70;
 	color: #ffffff;
	text-decoration: none;
}

/*********************/
/*** TOiTOi LBA *****/

.t1o  {
    font-size:52px;
    font-weight:700;
    letter-spacing: 0.01em;
    line-height: 1.3;
    color:#1EBAD9;
}

.t2o {
    font-size:40px;
    color:#373737;
}

.lba1  {
    font-size:52px;
    font-weight:800;
    letter-spacing: 0.02em;
    line-height: 1.3;
    color:#6DC453;
}

.lba2 {
    font-size:40px;
    font-weight:800;
    letter-spacing: 0.02em;
    color:#02579B;
}

.txu {
    font-size:26px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 3px;
    text-underline-offset: 4px;
    text-decoration-color: #6dc453;
}

@media only screen and (max-width: 767px) {
    
    .t1o, .lba1  {
    font-size:33px;
    }
    
    .t2o, .lba1 {
    font-size:28px;
}
    
}