@charset "UTF-8";
/*
 * style_sp.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

.pc{display: none!important;}

/* !wrapper
---------------------------------------------------------- */
@media screen and (max-width: 767px) {
	#wrapper {
		overflow: hidden;
		width: 100%;
		background: #F4F2F1;
		padding-top: 5rem;
	}
}
.menuOpen{
	overflow: hidden;
	height: 100vh;
}
.menuOpen #wrapper{
	position: fixed;
}
.overlay{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: none;
	z-index: 97;
	text-indent: -999rem;
	pointer-events: auto;
}
.inner,
.inner02 {
	margin: 0 auto;
	width: 100%;
	padding: 0 2rem;
	position: relative;
	z-index: 3;
}
/* !header
---------------------------------------------------------- */
#header {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	width: 100%;
	background: #fff;
	box-shadow: 0 .3rem 1rem rgba(0,0,0,.03);
}

#headerIn {
	display: flex;
	align-items: center;
	height: 5rem;
	padding: 0 2rem;
}

#headerLogo a{
	display: flex;
	justify-content: center;
	align-items: center;
	grid-gap: 1rem;
	font-size: 1.6rem;
	font-weight: 500;
	transition: opacity .3s!important;
}

#headerLogo img{
	width: 7.8rem;
}

#headerLogo font{
	display: block;
	font-size: 1.6rem;
	color: #4D4D4D;
}

/* !breadcrumb
---------------------------------------------------------- */
.breadcrumb {
    width: 100%;
    padding: 1.5rem 0 3.5rem;
	font-size: 1.2rem;
}

.breadcrumb ul {
  display: inline;
  text-align: left;
}

.breadcrumb ul li {
  word-break: keep-all;
  white-space: nowrap;
  display: inline;
  position: relative;
  color: #4D4D4D;
}

.breadcrumb ul li + li:before {
  content: '>';
  z-index: 2;
  width: 1.5rem;
  padding: 0 .3em;
  color: transparent;
  text-align: center;
  text-indent: 0;
	background: url(../img/outline/icon_before.svg)no-repeat center center;
	background-size: .5rem auto;
}

.breadcrumb ul li + li {
}

.breadcrumb ul li:last-child {
  word-break: break-all;
  white-space: unset;
}

.breadcrumb ul li:first-child a{
	padding-left: 2.1rem;
	background: url(../img/outline/icon_home.svg)no-repeat left center;
	background-size: 1.5rem auto;
}

.breadcrumb ul li a{
  text-indent: 0;
  color: #4D4D4D;
}

/* !gNavi
---------------------------------------------------------- */
.btnMenu {
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99;
}
.btnMenu a {
  display: block;
  width: 6rem;
  height: 5rem;
  box-sizing: border-box;
  position: relative;
}

.btnMenu a span {
  display: block;
  background: #515151;
  width: 2rem;
  height: .2rem;
  position: absolute;
  left: 2rem;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.btnMenu a span:first-child {
	top: 1.6rem;
}

.btnMenu a span:nth-child(2) {
	margin-top: -.1rem;
	top: 50%;
}

.btnMenu a span:last-child {
  bottom: 1.6rem;
}

	
.btnMenu.active a span:first-child {
  -webkit-transform: translateY(8rem) rotate(45deg);
  -moz-transform: translateY(8rem) rotate(45deg);
  -ms-transform: translateY(8rem) rotate(45deg);
  transform: translateY(.8rem) rotate(45deg);
}

.btnMenu.active a span:nth-child(2) {
  opacity: 0;
}

.btnMenu.active a span:last-child {
  -webkit-transform: translateY(-8rem) rotate(-45deg);
  -moz-transform: translateY(-8rem) rotate(-45deg);
  -ms-transform: translateY(-8rem) rotate(-45deg);
  transform: translateY(-.8rem) rotate(-45deg);
}


#gNavi {
	position: fixed;
	top: 5rem;
	right: 0;
	width: 100%;
	height: calc(100vh - 5rem);
	z-index: 98;
	box-sizing: border-box;
	padding: 4rem 2rem 8rem;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s,right .3s;
	background:  #fff;
}
#gNavi.active{
    opacity: 1;
    pointer-events: auto;
}	
.nav_list{
	grid-gap: 1.5rem;
	padding-bottom: .8rem;
	border-top: 1px solid #8A9AB0;
}
.nav_list li a{
	color: #000;
	font-size: 1.6rem;
	padding: 1.4rem .8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align-last: center;
	white-space: nowrap;
	opacity: 1!important;
	position: relative;
}
.nav_list li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 1px;
	background: #8A9AB0;
}
	
/* !mainVisual
---------------------------------------------------------- */
#mainVisual {
	position: relative;
}
.scroll_down{
	position: absolute;
	right: 2rem;
	bottom: 0;
	z-index: 9;
	width: 4rem;
}
.scroll_down:before{
	font-size: 1.1rem;
	letter-spacing: .2em;
	position: absolute;
	left: 50%;
	top: calc(100% + .5rem);
	transform: translateX(-50%);
	white-space: nowrap;
	color: #6E7996;
}
.mv_slider_item{
}
.mv_slider_item .bg_color{
	min-height: 21rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	color: #fff;
}
.mv_slider_item .img_box{
	min-height: 19rem;
	padding-top: 0;
}
.mv_slider_item .img_box img{
	object-position: left center;
}
.mv_item_cont{
	width: 100%;
	height: 100%;
	padding: 2.5rem 2rem;
}
.mv_item01{
	background: #4B6BB0;
}
.mv_item02{
	background: #5A78B9;
}
.mv_item03{
	background: #6EB38E;
}
.mv_item04{
	background: #DD9743;
}
.mv_item05{
	background: #D06639;
}
.mv_item06{
	background: #7879B5;
}
.mv_item_cont .ttl{
	font-size: 3rem;
	line-height: 1.3;
	margin-bottom: 1.5rem;
}
.mv_item_cont .position{
	font-size: 1.6rem;
	line-height: 1.33;
	margin-bottom: 2rem;
}
.mv_item_cont .txt{
	font-size: 1.2rem;
	line-height: 1.5;
	position: relative;
	z-index: 2;
	padding: 1rem 0;
}
.mv_item_cont .txt:before{
	content: '';
	position: absolute;
	z-index: -1;
	right: -2rem;
	top: 0;
	width: 100vw;
	height: 100%;
	min-height: 4.4rem;
	background: #666666;
}


/* !teaser
---------------------------------------------------------- */
#teaser {
	position: relative;
}
.teaser_bg.img_box{
	width: 100%;
	padding-top: 300px;
	padding-top: 30rem;
}
.teaser_hd{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 13rem;
	background: rgba(255,255,255,.8);
	padding-top: 3rem;
}
.teaser_hd+.scroll_down {
    bottom: auto;
    top: 100%;
    display: none;
}

.teaser_bg02.img_box{
	border-top: 10px solid #808080;
	width: 100%;
	height: 170px;
	height: 150px;
	padding-top: 0;
}
.teaser_ttl{
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 6rem;
	font-size: 2.6rem;
	color: #fff;
	background: #DD9743;
}
.teaser_target{
	padding: 1.2rem 0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.57;
	text-align: center;
	background: #808080;
	color: #fff;
}

#genkyodo .teaser_ttl{
	background: #D27143;
}
#keieido .teaser_ttl{
	background: #4063AB;
}
#keieido_ex .teaser_ttl{
	background: #4BA67C;
}
/* !contents
---------------------------------------------------------- */
#contents {
	
}

#main {
	
}

#side {
	
}

.inner {
	
}

/* !pageTop
---------------------------------------------------------- */
.pageTop {
	
}

/* !footer
---------------------------------------------------------- */
#footer {
}

.footer_contact{
	text-align: center;
	padding: 3rem 0;
}
.footer_contact a{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	grid-gap: 1rem;
	font-size: 1rem;
	letter-spacing: .2em;
	color: #6E7996;
}
.footer_contact a img{
	width: 4.5rem;
}

#footer .footerIn {
	padding: 3rem 0;
	background: #E6E6E6;
}
.footer_list{
	display: grid;
}
.footer_list li{
	border-bottom: 1px solid #D2D3D4;
}
.footer_list a{
	display: flex;
	align-items: center;
	height: 4rem;
	padding-left: 2.8rem;
	background: url(../img/common/btn_blue.svg)no-repeat left center;
	background-size: 1.6rem auto;
	font-size: 1.5rem;
	color: #6E7996;
}
.footer_list a.is_black{
	color: #4D4D4D;
	background: none;
	padding-left: 0;
	font-weight: bold;
}

	
#copyright {
	padding: 1.2rem 2rem;
	color: #fff;
	background: #4B6BB0;
	font-size: 1.2rem;
	letter-spacing: .08em;
}


/* !common
---------------------------------------------------------- */
.img_box {
    position: relative;
    width: 100%;
    padding-top: 66%;
    overflow: hidden;
}
.img_box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
    transition: transform .4s ease;
}
a:hover .img_box img{
	transform: scale(1.05);
}

/*top*/
.top_news{
	padding-top: 4rem;
}
.tabLink{
	display: flex;
	margin-bottom: 3.6rem;
}
.tabLink li{
	width: 100%;
}
.tabLink li a{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #EBEBEB;
	color: #4B6BB0;
	height: 4rem;
	font-size: 1.4rem;
	position: relative;
}
.tabLink li a.is_active{
	background: #4B6BB0;
	color: #fff;
	pointer-events: none;
}
.tabLink li a:before{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
	width: 1.5rem;
	height: 1.5rem;
	background: url(../img/top/before_news.png)no-repeat;
	background-size: 100% auto;
	opacity: 0;
	transition: all .3s;
}
.tabLink li a.is_active:before{
	opacity: 1;
}
.tabBox{
	display: none;
}
.tabBox.is_active{
	display: block;
}
.top_news_list{
	background: url(../img/top/line_news.png)no-repeat top center;
	background-size: 100% 2px;
}
.top_news_list li{
	background: url(../img/top/line_news.png)no-repeat bottom center;
	background-size: 100% 2px;
}
.top_news_list a{
	display: grid;
	padding: 1.5rem 0;
}
.top_news_list .date{
	padding-left: 2rem;
	background: url(../img/top/icon_date.svg)no-repeat left center;
	background-size: 1.3rem auto;
	font-size: 1.4rem;
	margin-bottom: .5rem;
	color: #4D4D4D;
}
.top_news_list .txt{
	font-size: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.top_message{
}
.border_box{
	margin-top: 4rem;
	background: #fff;
	position: relative;
}
.border_box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: .4rem;
	height: 100%;
	background: #A5B5D7;
}
.border_box:after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: .4rem;
	height: 100%;
	background: #7D94C6;
}
.border_inner{
	position: relative;
	padding: 2rem 2rem 3rem;
}
.border_inner:before{
	content: '';
	position: absolute;
	left: .4rem;
	bottom: 100%;
	width: calc(100% - .8rem);
	height: .4rem;
	background: #A5B5D7;
}
.border_inner:after{
	content: '';
	position: absolute;
	left: .4rem;
	top: 100%;
	width: calc(100% - .8rem);
	height: .4rem;
	background: #5A78B9;
}
.hd_m .eng{
	display: block;
	font-size: 3.5rem;
	line-height: 1.33;
	font-weight: bold;
	letter-spacing: .23em;
	color: #6E7996;
}
.hd_m .jap{
	font-size: 1.6rem;
	letter-spacing: .15em;
	color: #6E7996;
}

.top_message_ttl{
	font-size: 1.8rem;
	letter-spacing: .1em;
	color: #6E7996;
	margin: 3rem 0 .6rem;
}
.border_txt{
	font-size: 1.4rem;
	line-height: 1.83;
}
.top_message_name{
	margin-top: 2rem;
	z-index: 3;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: right;
}
.top_message_name span{
	font-size: 1.6rem;
}
.top_message_btn{
	margin-top: 2rem;
	text-align: right;
	position: relative;
	z-index: 2;
}
.btn_link01{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	padding: 0 1.5rem;
	height: 4rem;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: .2em;
	background: #6E7996;
}
.btn_link01 span{
	padding-left: 2.3rem;
	background: url(../img/common/btn_link01.svg)no-repeat left center;
	background-size: 1.6rem auto;
}

.top_business .border_txt{
	margin: 3rem 0;
}
.top_business_list{
	padding: 2.2rem 0;
	margin: 0 -2rem;
	background: #fff;
	display: grid;
	grid-gap: 4rem;
	position: relative;
	z-index: 5;
	text-align: center;
}
.top_business_list li{
	border: .4rem solid #5A78B9;
	border-top: 0;
	padding-bottom: 5.6rem;
	position: relative;
}
.top_business_list .hd{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #5A78B9;
	color: #fff;
	height: 4.8rem;
}
.top_business_list .ttl{
	font-size: 2rem;
	font-weight: bold;
}
.top_business_list .position{
	font-size: 1.6rem;
	font-weight: bold;
	padding-top: 1.5rem;
	display: block;
	color: #5A78B9;
}
.top_business_list .img_box{
	padding-top: 14rem;
}
.top_business_list .txt{
	font-size: 1.2rem;
	line-height: 1.5;
}
.top_business_list .btn{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}


.top_business_list li:nth-of-type(1) .btn_link01{
	background:  #5A78B9;
}

.top_business_list li:nth-of-type(2){
	border-color: #6EB38E;
}
.top_business_list li:nth-of-type(2) .btn_link01{
	background: #6EB38E;
}
.top_business_list li:nth-of-type(2) .hd{
	background: #6EB38E;
}
.top_business_list li:nth-of-type(2) .position{
	color: #6EB38E;
}

.top_business_list li:nth-of-type(3){
	border-color: #DD9743;
}
.top_business_list li:nth-of-type(3) .btn_link01{
	background: #DD9743;
}
.top_business_list li:nth-of-type(3) .hd{
	background: #DD9743;
}
.top_business_list li:nth-of-type(3) .position{
	color: #DD9743;
}

.top_business_list li:nth-of-type(4){
	border-color: #D06639;
}
.top_business_list li:nth-of-type(4) .btn_link01{
	background: #D06639;
}
.top_business_list li:nth-of-type(4) .hd{
	background: #D06639;
}
.top_business_list li:nth-of-type(4) .position{
	color: #D06639;
}

.top_business_list li:nth-of-type(5){
	border-color: #7879B5;
}
.top_business_list li:nth-of-type(5) .btn_link01{
	background: #7879B5;
}
.top_business_list li:nth-of-type(5) .hd{
	background: #7879B5;
}
.top_business_list li:nth-of-type(5) .position{
	color: #7879B5;
}

.top_business_list li:nth-of-type(6){
	border-color: #B5A778;
}
.top_business_list li:nth-of-type(6) .btn_link01{
	background: #B5A778;
}
.top_business_list li:nth-of-type(6) .hd{
	background: #B5A778;
}
.top_business_list li:nth-of-type(6) .position{
	color: #B5A778;
}


.top_company .border_txt{
	margin: 2rem 0;
}
.top_company_list{
	margin-top: 2.5rem;
	display: grid;
	grid-gap: 1rem;
}
.top_company_list a{
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/common/btn_link01.svg)no-repeat left 1.8rem center #4B6BB0;
	background-size: 1.6rem auto;
	color: #fff;
	font-size: 1.4rem;
	height: 4rem;
}
.btn_link02{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 33.7rem;
	height: 4.7rem;
	font-size: 1.6rem;
	color: #6E7996;
	background: url(../img/common/btn_blue.svg)no-repeat right 1.8rem center,
	url(../img/top/border_btn_link02.png)no-repeat;
	background-size: 1.6rem auto,100% 100%;
}

/*outline*/
.outline_item+.outline_item{
	padding-top: 4rem;
}
.outline_hd{
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .4em;
	color: #6E7996;
	display: flex;
	align-items: center;
	grid-gap: 1rem;
	margin-bottom: 2rem;
}
.outline_hd:before{
	content: '';
	width: 1.4rem;
	height: 1.4rem;
	background: currentColor;
}
.outline_sec01_p01{
	font-size: 1.8rem;
	letter-spacing: .05em;
	margin-bottom: 1.5rem;
}
.outline_sec01_p02{
	font-size: 1.4rem;
	letter-spacing: .2em;
	margin-bottom: 1.2rem;
}
.outline_list01{
	border-top: 1px solid #B3B3B3;
}
.outline_list01 li{
	border-bottom: 1px solid #B3B3B3;
	padding: 1rem 0;
	display: flex;
	align-items: center;
}
.outline_list01 span{
	width: 4rem;
	font-size: 2rem;
	line-height: 1.1;
	color: #9199AF;
}
.outline_list01 p{
	width: calc(100% - 4rem);
	font-size: 1.4rem;
}
.outline_sec01_note{
	font-size: 1.2rem;
	margin-top: 1rem;
}
.outline_sec01_note span{
}

.outline_sec02_table{
	width: 100%;
}
.outline_sec02_table th,
.outline_sec02_table td{
	padding: 1.2rem 0;
	font-size: 1.4rem;
	border-top: 1px solid #B3B3B3;
	text-align: left;
	vertical-align: top;
	font-weight: 500;
}
.outline_sec02_table th{
	white-space: nowrap;
	padding-right: 1.5rem;
}
.outline_sec02_table li+li{
	padding-top: 1.2rem;
	margin-top: 1.2rem;
	border-top: 1px solid #B3B3B3;
}
.outline_sec02_table li{
	display: grid;
	grid-gap: 1rem;
}
.btn_link03{
	display: inline-block;
	padding-left: 2.5rem;
	background: url(../img/common/btn_blue.svg)no-repeat left center;
	background-size: 1.6rem auto;
	color: #6E7996;
	font-size: 1.2rem;
}
.outline_sec02_table .btn_link03{
	white-space: nowrap;
	float: right;
}
.outline_sec02_table .small_row{
	width: 100%;
	text-align: right;
}
.outline_sec02_table .small_row .btn_link03{

}
.outline_sec02_table dl{
	width: 100%;
	display: flex;
}
.outline_sec02_table dt{
	width: 12rem;
}
.outline_sec02_table tr:last-of-type li:last-of-type{
	border-bottom: 1px solid #B3B3B3;
	padding-bottom: 1.2rem;
}

.outline_sec03_top{
	display: flex;
	flex-direction: column-reverse;
}
.outline_sec03_top dt{
	margin-top: 1rem;
	display: flex;
	justify-content: center;
}
.outline_sec03_top dd{
	position: relative;
}
.outline_sec03_top dd:after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background: url(../img/outline/before_img.png)no-repeat bottom center;
	background-size: 100% 53rem;
}
.outline_sec03_top .position{
	font-size: 1.8rem;
}
.outline_sec03_top .name{
	font-size: 1.8rem;
}
.outline_sec03_top .date{
	font-size: 1.2rem;
}
.outline_sec03_p01{
	font-size: 1.8rem;
	letter-spacing: .15em;
	margin: 3rem 0 1.5rem;
}
.outline_sec03_p02{
	font-size: 1.2rem;
	line-height: 2;
}

.outline_sec04_list{
	border-top: 1px solid #B3B3B3;
}
.outline_sec04_list li{
	border-bottom: 1px solid #B3B3B3;
	display: flex;
	align-items: center;
	height: 4rem;
}
.outline_sec04_list .number{
	width: 5rem;
	font-size: 1.6rem;
	color: #9199AF;
	letter-spacing: .05em;
}
.outline_sec04_list .year{
	width: 9rem;
	font-size: 1.2rem;
}
.outline_sec04_list .txt{
	width: calc(100% - 5rem - 9rem);
	font-size: 1.2rem;
}

.outline_sec05_list{
	display: grid;
}
.outline_sec05_list li+li{
	padding-top: 2rem;
	margin-top: 2rem;
	border-top: 1px solid #B3B3B3;
}
.outline_sec05_list .ttl{
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: .1em;
	margin-bottom: 1.5rem;
}
.outline_sec05_list .txt{
	font-size: 1.4rem;
	line-height: 2;
}

.outline_sec06_list{
	font-size: 1.4rem;
	line-height: 2;
}
.outline_sec06_list li+li{
	margin-top: 2rem;
}
.outline_sec06_list b{
	display: block;
	font-size: 1.6rem;
}

.outline_sec07_list{
	display: grid;
}
.outline_sec07_list li{
	padding: 0 4.8rem;
	text-align: center;
}
.outline_sec07_list li+li{
	padding-top: 3rem;
	margin-top: 3rem;
	border-top: 1px solid #B3B3B3;
}
.outline_sec07_list .ttl{
	font-size: 1.7rem;
	font-weight: bold;
	margin: 1.7rem 0 1rem;
}
.outline_sec07_list .txt{
	font-size: 1.2rem;
	line-height: 1.8;
}
.outline_sec07_p01{
	text-align: center;
	margin-top: 4.5rem;
	font-size: 1.8rem;
	letter-spacing: .14em;
}
.outline_sec07_p02{
	text-align: center;
	margin-top: 1rem;
	font-size: 1.2rem;
}

/*message*/
.message_ttl{
	font-size: 2rem;
	line-height: 1.75;
	margin-bottom: 2rem;
}
.message_txt{
	font-size: 1.4rem;
	line-height: 2.25;
}
.message_txt .name{
	text-align: right;
	margin-top: 2rem;
}
.message_txt .name span{
	font-size: 2rem;
}



/*paradim*/
.paradim_wrap .inner{
	padding-top: 4rem;
}
.paradim_wrap #main{
}
.paradim_wrap #side{
	margin-top: 5rem;
}
.side_banner{
	margin-bottom: 2rem;
	text-align: center;
	background: #fff;
}
.side_banner img{
	width: 100%;
}
.side_link{
	display: grid;
	grid-gap: 1rem;
}

.paradim_item+.paradim_item{
	padding-top: 3rem;
}
.paradim_p01{
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: -.01em;
}
.paradim_item_hd{
	background: url(../img/paradim/bg_hd.png)no-repeat center center;
	background-size: auto 100%;
	display: flex;
	align-items: center;
	height: 4rem;
	padding: 0 1.5rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	margin-bottom: 1.5rem;
}

.paradim_list{
	border-top: 1px solid #B3B3B3;
}
.paradim_list li{
	padding: 1.2rem 0;
	border-bottom: 1px solid #B3B3B3;
}
.paradim_list .ttl{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.paradim_list .txt{
	font-size: 1.2rem;
	line-height: 1.75;
}
.paradim_img{
	margin-top: 2.5rem;
}

.paradim_item_hd02{
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .4em;
	color: #6E7996;
	display: flex;
	align-items: center;
	grid-gap: 1rem;
	margin-bottom: .8rem;
}
.paradim_item_hd02:before{
	content: '';
	width: 1.4rem;
	height: 1.4rem;
	background: currentColor;
}
.paradim_table{
	width: 100%;
}
.paradim_table th,
.paradim_table td{
	width: calc(100% - 8rem);
	font-size: 1.2rem;
	font-weight: bold;
	color: #6E7996;
	padding: 1.2rem 0;
	border-bottom: 1px solid #B3B3B3;
}
.paradim_table th{
	width: 8rem;
	padding-right: 1rem;
	vertical-align: top;
	position: relative;
}
.paradim_table th:after{
	content: '';
	position: absolute;
	right: 0;
	top: 100%;
	width: 1rem;
	border-bottom: 1px solid #F4F2F1;
}
.paradim_note{
	margin: 1.5rem 0 2.5rem;
	font-size: 1.2rem;
	line-height: 1.85;
}
#contents+.breadcrumb{
	padding: 2rem 0 0;
}


/*genkyodo*/
.paradim_p02{
	margin-top: 1rem;
	font-size: 1.2rem;
	line-height: 2;
}
.genkyodo_list01{
	border-top: 1px solid #B3B3B3;
}
.genkyodo_list01 li{
	border-bottom: 1px solid #B3B3B3;
	padding: 1.3rem 0;
	display: flex;
	align-items: center;
}
.genkyodo_list01 span{
	width: 4rem;
	font-size: 2rem;
	line-height: 1.1;
	color: #9199AF;
}
.genkyodo_list01 p{
	width: calc(100% - 4rem);
	font-size: 1.4rem;
}

#genkyodo .paradim_item_hd{
	background: url(../img/genkyodo/bg_hd.png)no-repeat center center;
	background-size: auto 100%;
}
.paradim_item_hd span{
	font-size: 1.2rem;
}
.genkyodo_p01{
	position: relative;
	z-index: 5;
	margin-bottom: 1.5rem;
	font-size: 1.1rem;
}
.genkyodo_p02{
	position: absolute;
	right: 
}
.genkyodo_list02{
	display: grid;
	grid-gap: 3rem;
}
.genkyodo_list02 li{
	position: relative;
	z-index: 5;
	padding: 3rem 1.8rem;
	text-align: center;
	background: #fff;
	border: 3px solid #D47C6F;
}
.genkyodo_list02 li:nth-of-type(2){
	border-color: #94BF68;
}
.genkyodo_list02 li:nth-of-type(3){
	border-color: #8CA5D5;
}
.genkyodo_list02 .number span{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 .25rem;
	width: 4.2rem;
	height: 4.2rem;
	background: #D47C6F;
	border-radius: .6rem;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
}
.genkyodo_list02 li:nth-of-type(2) .number span{
	background: #94BF68;
}
.genkyodo_list02 li:nth-of-type(3) .number span{
	background: #8CA5D5;
}
.genkyodo_list02 .ttl{
	font-size: 2.7rem;
	line-height: 1.1;
	font-weight: 900;
	margin: 1.4rem 0 1rem;
	letter-spacing: -.025em;
	color: #D47C6F;
}
.genkyodo_list02 li:nth-of-type(2) .ttl{
	color: #94BF68;
}
.genkyodo_list02 li:nth-of-type(3) .ttl{
	color: #8CA5D5;
}
.genkyodo_list02 .intro{
	font-size: 2rem;
	line-height: 1.25;
	font-weight: bold;
	margin-bottom: 2.5rem;
}
.genkyodo_list02 .txt{
	font-size: 1.4rem;
	letter-spacing: -.025em;
	line-height: 1.5;
	text-align: left;
	display: grid;
	grid-gap: .8rem;
}
.genkyodo_list02 .txt span{
	padding-left: 1.2em;
	text-indent: -1.2em;
}

.paradim_table td span{
	font-size: 1.2rem;
	letter-spacing: -.025em;
}
.paradim_table li+li{
	padding-top: 1.9rem;
	margin-top: 1.9rem;
	border-top: 1px solid #B3B3B3;
}
.paradim_table li{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.paradim_table dl{
	width: 100%;
	display: flex;
	justify-content: space-between;
}


/*keieido*/
#keieido .paradim_item_hd{
	background: url(../img/keieido/bg_hd.png)no-repeat center center;
	background-size: auto 100%;
}
.keieido_hd{
	font-size: 1.6rem;
	line-height: 1.33;
	font-weight: bold;
	letter-spacing: 0;
	color: #5D71B2;
	display: flex;
	grid-gap: 1rem;
	margin-bottom: 1rem;
}
.keieido_hd:before{
	content: '';
	margin-top: .5rem;
	min-width: 1.4rem;
	width: 1.4rem;
	height: 1.4rem;
	background: currentColor;
}
.keieido_hd+.paradim_item_hd{
	margin-top: 1.5rem;
}


.keieido_note li{
	font-size: 1.4rem;
	line-height: 1.6;
	padding-left: 1em;
	text-indent: -1em;
}
.keieido_copy{
	margin-top: 2.3rem;
	font-size: 1.4rem;
}
#keieido .keieido_note li,
#keieido .keieido_copy{
	color: #5D71B2;
}
.keieido_p01{
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 2rem;
}
.keieido_note_list{
	margin: 2.5rem 0;
	display: grid;
	grid-gap: .5rem;
}
.keieido_note_list li{
	font-size: 1.2rem;
	line-height: 1.5;
	padding-left: 2em;
	text-indent: -2em;
}


.yellow .keieido_hd{
	color: #A38E51!important;
}
.yellow .paradim_item_hd{
	background: url(../img/keieido/bg_hd_yellow.png)no-repeat right 10% center!important;
	background-size: auto 100%!important;
	display: grid;
	height: auto;
	padding: 1rem;
	line-height: 1.3;
}
.paradim_item_hd font{
	font-size: 1.1rem;
	margin-top: .5rem;
}
.keieido_list {
	border-top: 2px solid #CCCCCC;
}
.keieido_list a{
	border-bottom: 2px solid #CCCCCC;
	display: grid;
	position: relative;
	padding: 1.5rem 0;
}
.keieido_list .ttl{
	font-size: 1.8rem;
	font-weight: bold;
	color: #6E7996;
	margin-bottom: .8rem;
}
.keieido_list .txt{
	font-size: 1.2rem;
	line-height: 1.5;
}
.keieido_list .btn_link03{
	margin-top: 1rem;
}

/*keieido_ex*/
#keieido_ex .keieido_hd{
	color: #4BA67C;
}
#keieido_ex .paradim_item_hd{
	background: url(../img/keieido_ex/bg_hd.png)no-repeat center center;
	background-size: auto 100%;
}
.teaser_ttl img{
	width: auto;
}
.keieido_ex_hd{
	margin-bottom: 1.5rem;
}
.keieido_ex_p01{
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 1.5rem;
	color: #5F90CC;
}
.red .keieido_ex_p01{
	color: #CD6055;
}
.keieido_ex_dot{
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0;
	display: flex;
	align-items: center;
	grid-gap: 1rem;
	margin-bottom: 1.5rem;
}
.keieido_ex_dot:before{
	content: '';
	min-width: 1.4rem;
	width: 1.4rem;
	height: 1.4rem;
	background: #5F90CC;
}
.red .keieido_ex_dot:before{
	background: #CD6055;
}
.keieido_ex_list{
	display: grid;
	grid-gap: .5rem;
}
.keieido_ex_list li{
	padding-left: 2em;
	text-indent: -2em;
	font-size: 1.2rem;
	line-height: 1.5;
}


/*0829*/
.top_message_img{
	position: absolute;
	right: 0;
	bottom: -.4rem;
	z-index: 1;
	width: 100%;
}
.top_message_img img{
	width: 18rem;
}
.teaser_img{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 3;
	width: 27rem;
}
.paradim_item_hd{
	position: relative;
	z-index: 2;
}
.keieido_img01{
	margin: 0 0 .8rem;
	position: relative;
	z-index: 1;
}
.paradim_item{
	position: relative;
}
.genkyodo_p02{
	position: absolute;
	right: -1rem;
	top: 4rem;
	width: 9.4rem;
	z-index: 2;
}

/*client*/
.client_txt{
	font-size: 1.4rem;
	line-height: 2;
}

/*kae*/
#kae .teaser_ttl{
	background: #A4986D;
}
#kae .paradim_item_hd{
	background: url(../img/kae/bg_hd.png)no-repeat right center;
	background-size: auto 100%;
}
#kae .keieido_hd{
	color: #A4986D;
}
.kae_img01{
	margin-top: 1.5rem;
}
.kae_item{
}
.kae_img02{
	margin-top: 1.5rem;
}
.kae_list {
	border-top: 2px solid #CCCCCC;
}
.kae_list li{
	border-bottom: 2px solid #CCCCCC;
	display: grid;
	position: relative;
	padding: 1.5rem 0;
}
.kae_list .ttl{
	font-size: 1.8rem;
	font-weight: bold;
	color: #A4986D;
	margin-bottom: .8rem;
}
.kae_list p{
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0;
	display: flex;
	grid-gap: 1rem;
	margin: .5rem 0;
}
.kae_list p:before{
	content: '';
	margin-top: .4rem;
	min-width: 1.4rem;
	width: 1.4rem;
	height: 1.4rem;
	background: #A4986D;
}


/*syogaigenneki*/
#syogaigenneki .teaser_ttl{
	background: #7879B5;
}
#syogaigenneki .paradim_item_hd{
	background: url(../img/syogaigenneki/bg_hd.png)no-repeat right 20% center;
	background-size: auto 100%;
}
#syogaigenneki .keieido_hd{
	color: #7879B5;
}
.syogaigenneki_img01{
	margin-top: 2rem;
}

.syogaigenneki_list{
	border-top: 1px solid #B3B3B3;
}
.syogaigenneki_list dl{
	border-bottom: 1px solid #B3B3B3;
	padding: 1.3rem 0;
	display: flex;
}
.syogaigenneki_list dt{
	width: 3rem;
	font-size: 2rem;
	line-height: 1.5;
	color: #7879B5;
}
.syogaigenneki_list dd{
	width: calc(100% - 3rem);
	font-size: 1.4rem;
	line-height: 1.7;
}
.syogaigenneki_list dd .ttl{
	font-size: 1.6rem;
	margin-bottom: .3rem;
	font-weight: bold;
	color: #7879B5;
}

/*0925*/
#keieido #wrapper{
	background: #EDF6FD;
}
.side_link a{
	display: flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	padding: 0 2rem;
	height: 4.6rem;
	color: #fff;
	font-size: 1.6rem;
	background: url(../img/common/btn_link01.svg)no-repeat left 1.8rem center #4B6BB0;
	background-size: 1.6rem auto;
}
.side_link a.is_disabled{
	opacity: .5;
	filter: grayscale(100%);
	pointer-events: none;
	cursor: default;
}
.side_link a.is_download span{
	padding-right: 2.6rem;
	background: url(../img/common/btn_download.svg)no-repeat right center;
	background-size: 1.7rem auto;
}

#keieido_ex #wrapper{
	background: #F7FAF2;
}
#keieido_ex .side_link a{
	background-color: #4BA67C;
}

#paradim #wrapper{
	background: #FCF5E5;
}
#paradim .side_link a{
	background-color: #DD9743;
}

#genkyodo #wrapper{
	background: #F8ECEB;
}
#genkyodo .side_link a{
	background-color: #D27143;
}

#syogaigenneki #wrapper{
	background: #EDEEF5;
}
#syogaigenneki .side_link a{
	background-color: #7879B5;
}

.iframe_box {
    position: relative;
    width: 100%;
    padding-top: 56%;
}
.iframe_box iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.history_table{
	width: 100%;
	border-bottom: 1px solid #B3B3B3;
}
.history_table th,
.history_table td{
	padding: 1.2rem 0;
	font-size: 1.4rem;
	border-top: 1px solid #B3B3B3;
	text-align: left;
	vertical-align: top;
	font-weight: 500;
}
.history_table th{
	white-space: nowrap;
	padding-right: 1.5em;
}
.anchor_link{
    position: relative;
}
.anchor_link span{
    position: absolute;
    top: -7rem;
}


.nav_list li .subLi a{
    display: flex;
    align-items: center;
    height: 4rem;
    padding-left: 4rem;
    background: url(../img/common/btn_blue.svg) no-repeat left 1.6rem center;
    background-size: 1.6rem auto;
    font-size: 1.5rem;
    color: #6E7996;
}

#gNavi ul li a:hover {
	opacity: .7;
}

/* Sub-menu for SP */
#gNavi ul.nav_list > li.has-child .sub-menu {
	display: none; /* Initially hidden */
	padding-left: 15px; /* Indent sub-menu items */
	background-color: rgba(0,0,0,0.05);
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#gNavi ul.nav_list > li.has-child .sub-menu li a {
	font-size: 14px; /* Slightly smaller font size */
	padding: 8px 15px; /* Adjust padding */
}

/* Outline & Clients (SP): top spacing above contents */
@media (max-width: 767px) {
  body[class*="page-template-page-outline"] #contents,
  body[class*="page-template-page-clients"] #contents { padding-top: 4rem; }
}