@charset "UTF-8";

/*=============================================
 
	top
 
==============================================*/
body {
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
}
section {
	position: relative;
}



/*
	メインビジュアル
================================*/
.backgroundMovie {
    position: fixed;
}
.backgroundMovie video {
    width: inherit;
    height: inherit;
}
.mainInner {
    position: relative;
    z-index: 1;
}
.mainSec {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
}
.mainSec .btn_scroll {
	width: 70px;
	height: 70px;
	position: absolute;
	bottom: 2rem;
	left: calc(50% - 40px);
	background: #fff;
	border-radius: 50%;
	-webkit-animation: float 2s ease-in-out infinite alternate;
	animation: float 2s ease-in-out infinite alternate;
}
@-webkit-keyframes float {
 0% {
  transform:translate3d(0,-.5rem,0)
 }
 50% {
  transform:translate3d(0,.5rem,0)
 }
 to {
  transform:translate3d(0,-.5rem,0)
 }
}
@keyframes float {
 0% {
  transform:translate3d(0,-.5rem,0)
 }
 50% {
  transform:translate3d(0,.5rem,0)
 }
 to {
  transform:translate3d(0,-.5rem,0)
 }
}
.mainSec .btn_scroll a {
	background: #2C4A8D url(../images/arr_white_down_a.png) no-repeat center;
	background-size: 14px auto;
    display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.mainSec .btn_scroll a:hover {
    opacity: 0.7;
}

/*
	CATCH
================================*/
#target {
	padding: 70px 0 0;
	margin: -70px 0 0;
}
.catchArea {
	background: #2C4A8D;
    padding: 10.5rem 0 0;
	margin: 0 0 15rem;
    overflow: hidden;
    height: 50rem;
}
.en .catchArea {
    padding: 10rem 0 0;
}
.catchArea .txtImg {
	width: 535px;
	margin: 0 auto;
}
.en .catchArea .txtImg {
	width: 630px;
}


/*
	SERVICE
================================*/
.serviceArea {
	margin: 0;
	padding: 0;
}
.serviceArea .secTitBox {
	margin: 0 0 5rem;
}
.serviceArea .secTit {
	margin: 0 auto 0.5rem;
}
.serviceArea .secTitBox span {
    height: 61px;
}
.serviceArea .secTitBox .jpnTit {
    color: #fff;
    background: url(../images/bg_tit_grad.jpg) top 10% center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none) {
  .serviceArea .secTitBox .jpnTit {
    color: #be99e7;
	background: none;
	-webkit-background-clip: inherit;
    -webkit-text-fill-color: #be99e7;
  }
}
.js_bg_red {
  position: relative
}
.js_bg_red::before {
  position: absolute;
  background: #2C4A8D
}
.sec_top03_inner {
	background: url(../images/bg_grad_a.jpg) no-repeat 0 0;
	background-size: cover;
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 60px;
	position: relative;
}
.sec_top03_inner .txt {
    position: relative;
    /*z-index: 10;*/
    width: 395px;
}
.ttl_01 {
	color: #fff;
	text-align: center;
	font-size: 3rem;
	position: relative;
	padding: 0 0 1rem;
	margin: 0 0 5rem;
}
.ttl_01:before {
	content: "";
	width: 100px;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
}
.ttl_02 {
	font-size: 2.9rem;
	font-weight: 900;
	margin: 0 0 20px;
	line-height: 1.4;
	position: relative;
}
.ttl_02 .txt01 {
	font-size: 6.1rem;
	letter-spacing: 0.04em;
}
.ttl_02 .txt02 {
	font-size: 3.03rem;
}
.txt .desc {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2;
}
.button_wrap {
    margin: 4rem 0 0;
}
.button_wrap li {
    float: left;
	margin: 0 2rem 0 0;
	width: 180px;
}
.button_wrap li:last-child {
	margin: 0;
}
.en .button_wrap li {
    width: 170px;
	line-height: 1.3;
}
.en .button_wrap li:last-child {
	width: 205px;
}
.button_wrap li .icon {
    width: 80px;
	float: left;
	margin: 0 1rem 0 0;
}
.button_wrap li:last-child .icon {
    width: 74px;
}
.button_wrap li .siteName {
	overflow: hidden;
	width: auto;
    font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	background: url(../images/arr_black_right_a.png) no-repeat bottom center;
	background-size: 18px auto;
	padding: 0.5rem 0 2.4rem;
}
.en .button_wrap li .siteName {
	padding: 0 0 2.4rem;
}
.en .button_wrap li:first-child .siteName {
	padding: 2.1rem 0 2.4rem;
    height: 80px;
}
.button_wrap li a {
	display: block;
}
.button_wrap li a:after {
	content: "";
	display: block;
	clear: both;
}

.content_wrap {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
}
.sec_top05 {
  margin: 0 auto 11rem;
	position: relative;
}
.sec_top05_img {
  width: 272px;
  max-width: 640px;
  position: absolute;
  z-index: 20;
  height: 553px;
  top: 150px;
  right: 50%;
}
.sec_top05_img_inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sec_top05_inner {
  margin: 0 auto;
  padding: 5rem 0 11rem;
}
.serviceArea .boxWrap {
	background: url(../images/bg_grad_a.jpg) no-repeat 0 0;
	background-size: cover;
	width: 1000px;
	margin: 0 auto;
	padding: 80px 95px 80px 80px;
	position: relative;
}
.sec_top05_inner .txt {
  position: relative;
  z-index: 10;
  float: right;
  width: 48%;
}
.sec_top05_inner .txt .desc {
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 50px;
}
.sec_top05_inner.js_bg_red::before {
	/*width: 200%;
	left: 160px;*/
	left: calc(50% - 200px);
	width: calc(50% + 200px);
	top: 0;
	z-index: -1;
}

.sec_top01 {
	margin: 0 0 22rem;
}
.serviceArea .sec_top01_inner .boxWrap {
    padding: 80px 90px 50px 110px;
}
.sec_top01_inner.js_bg_red::before {
	/*width: 200%;
	right: 30%;*/
	right: calc(50% - 200px);
	width: calc(50% + 200px);
	top: -6rem;
	height: 1020px;
}
.sec_top01_img {
	width: 272px;
	height: 553px;
    position: absolute;
    right: 10%;
    top: 100px;
    /*overflow: hidden;*/
    z-index: 20;
}
.sec_top01_inner .txt {
  position: relative;
  z-index: 10;
  float: left;
  width: 60%;
}
.sec_top01_inner .ttl_02 {
    font-size: 3.8rem;
}
.sec_top01_inner .ttl_02 .txt01 {
    font-size: 6.6rem;
	line-height: 1.2;
	letter-spacing: normal;
}
.sec_top01_inner .txt .desc {
    width: 418px;
}
.serviceArea .btnBn {
	width: 252px;
	height: 60px;
	margin: 0 auto;
}
.serviceArea .btnBn a {
	display: block;
	position: relative;
	height: 100%;
	border: solid 1px #C8C8C8;
	padding: 5px 26px 5px 5px;
	background: #fff;
}
.serviceArea .btnBn a:before {
	content: "";
	border: solid 1px #C8C8C8;
	width: 22px;
	height: 60px;
	background: #fff url(../images/arr_black_right_a.png) no-repeat center;
	background-size: 10px auto;
	position: absolute;
	top: -1px;
	right: -1px;
	
}
.serviceArea .caption {
	font-size: 1.2rem;
	margin: 1rem 0 0;
	text-align: center;
}






/*
	NEWS
================================*/
.newsArea {
	background: #2C4A8D;
	min-height: 500px;
	padding: 7rem 0 10rem;
}
.news .newsArea {
    min-height: inherit;
    padding: 12rem 0 12rem;
}
.newsArea .secTitBox {
	margin: 0 0 2rem;
}
.newsArea .secTit {
	margin: 0 auto 0.5rem;
}
.newsArea .secTitBox span {
    color: #fff;
	height: 44px;
}
.newsArea .secTitBox .jpnTit {
    color: #fff;
	background: url(../images/bg_tit_grad.jpg) top 50% left 45%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none) {
  .newsArea .secTitBox .jpnTit {
    color: #f4d5fb;
	background: none;
	-webkit-background-clip: inherit;
    -webkit-text-fill-color: #f4d5fb;
  }
}
.newsArea .newsBoxWrap {
	width: 890px;
	margin: 0 auto;
}
.newsArea .newsBoxWrap .itemBox {
	float: left;
	width: 430px;
	height: 210px;
	margin: 0 30px 0 0;
}
.newsArea .newsBoxWrap .itemBox:last-child {
	margin: 0;
}
.newsArea .newsBoxWrap .itemBox a {
	display: table;
	width: 100%;
	height: 100%;
	background: #fff url(../images/arr_black_right_a.png) no-repeat bottom 15px right 15px;
	background-size: 25px auto;
}
.newsArea .newsBoxWrap .itemBox .thumb {
	width: 195px;
	height: 180px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 0 0 10px;
}
.newsArea .newsBoxWrap .itemBox .thumb img {
      width: 195px;
      height: 180px;
      object-fit: contain;
      font-family: 'object-fit: contain;'
}
.newsArea .newsBoxWrap .itemBox .txtBox {
	display: table-cell;
	vertical-align: middle;
	padding: 40px 30px;
}
.newsArea .newsBoxWrap .itemBox .txtBox p {
	font-size: 20px;
	line-height: 1.6;
	word-break: break-all;
}

.news .newsArea .secTitBox {
    margin: 0 0 5rem;
}
.newsArea .tableWrap {
	width: 890px;
	height: 280px;
	background: #fff;
	margin: 0 auto;
	overflow-y: scroll;
}
.newsArea table {
	width: 100%;
	background: #fff;
	margin: 0 auto;
}
.newsArea table tr {
	border-bottom: solid 1px #C8C8C8;
}
/*.newsArea table tr:last-child {
	border-bottom: none;
}*/
.newsArea table th {
	width: 130px;
	font-size: 1.4rem;
	font-weight: normal;
	padding: 1.4rem 0 1.4rem 1rem;
	line-height: 2.3;
}
.newsArea table td {
	font-size: 2rem;
	padding: 0;
	line-height: 1.7;
}
.newsArea table td a {
	color: #000;
	text-decoration: none;
	padding: 1.4rem 6rem 1.4rem 2rem;
	display: block;
	background: url(../images/arr_black_right_a.png) no-repeat right 2rem center;
	background-size: 25px auto;
}
.newsArea table td a:hover {
	text-decoration: none;
}
.newsArea .more {
	text-align: right;
	width: 890px;
	margin: 0 auto 2rem;
} 
.newsArea .more a {
	font-size: 2.5rem;
	font-weight: 500;
	color: #00FFFF;
	text-decoration: underline;
} 
.newsArea .more a:hover {
	text-decoration: none;
} 

/* MODAL */
.modalWrap {
	position: relative;
	z-index: 50000;
}
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg {
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
	z-index: 3;
}
.modal__content{
    background: #fff url(../images/bg_modal.jpg) no-repeat;
	background-size: cover;
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
	max-height: 630px;
    overflow-y: auto;
	z-index: 4;
}
.modal__content__inner {
    background: #fff;
	padding: 8rem 10rem;
	margin: 0 0 6rem;
}
.modal__content .dateBox {
    padding: 4rem 0 5rem;
	position: relative;
}
.modal__content .dateBox:before {
    content: "";
	background: url(../images/txt_cemic_black.png) no-repeat;
	background-size: 100%;
	width: 261px;
	height: 67px;
	display: block;
	position: absolute;
	bottom: -3rem;
	left: calc(50% - 130px);
}
.modal__content .dateBox .date {
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.02em;
}
.js-modal-close {
	position: absolute;
	top: 2rem;
	right: 2rem;
	width: 34px;
}
.modal__content .tit {
	font-weight: 500;
    font-size: 2.5rem;
	text-align: center;
	margin: 0 0 2rem;
	line-height: 1.7;
}
.modal__content .txt {
	font-weight: 500;
    font-size: 1.5rem;
	line-height: 1.9;
}
.modal__content .txt p {
	margin: 1em 0;
}
.modal__content .image {
	margin: 3rem 0 2rem;
}
.modal__content .txt img {
	height: auto;
}
.modal__content a {
	color: #4BAFFF;
	text-decoration: underline;
}
.modal__content a:hover {
	text-decoration: none;
}


/*
	common_part01
================================*/
.common_part01 table {
	border-top: solid 1px #000;
	width: 890px;
	margin: 0 auto;
}
.common_part01 table tr {
	border-bottom: solid 1px #000;
}
.common_part01 table th {
	font-size: 1.8rem;
	font-weight: normal;
	padding: 1.5rem 2rem 1.5rem 4rem;
	line-height: 1.7;
}
.common_part01 table td {
	font-size: 1.8rem;
	background: rgba(255,255,255,0.5);
	width: 690px;
	line-height: 1.7;
	padding: 1.5rem 4rem;
	vertical-align: middle;
}




/*
	COMPANY
================================*/
.bg {
	background: url(../images/bg_grad_c.jpg) no-repeat bottom center;
	background-size: cover;
}
.companyArea {
	padding: 7rem 0;
}
.companyArea .secTit {
}
.companyArea .secTit span {
    color: #5786F2;
}
.companyArea .secTitBox span {
    height: 63px;
}
.common_part01 table td {
	font-size: 1.8rem;
	background: rgba(255,255,255,0.5);
	width: 690px;
	line-height: 1.7;
	padding: 1.5rem 4rem;
	word-break: break-all;
}
.companyArea table td a {
	text-decoration: none;
	background: url(../images/arr_dblue_right_a.png) no-repeat right center;
	background-size: 14px auto;
	padding: 0 2rem 0 0;
	margin: 0 0 0 5rem;
	color: #2C4A8D;
}
.en .companyArea table td a {;
	margin: 0;
}

/*
	HISTORY
================================*/
.historyArea {
	padding: 7rem 0 9rem;
	margin: 0 0 27rem;
}
.historyArea .secTit {
}
.historyArea .secTit span {
	color: #7f89eb;
}
.historyArea .secTitBox span {
    height: 82px;
}
.historyArea  table th {
	width: 100px;
	font-size: 1.5rem;
	font-weight: normal;
	padding: 1.5rem 2rem 1.5rem 2rem;
	vertical-align: middle;
}
.historyArea  table td {
	font-size: 1.5rem;
	padding: 1.5rem 2rem 1.5rem 2rem;
	width: 803px;
	vertical-align: middle;
}



/*
	ACCESS
================================*/
.accessArea {
	background: #2C4A8D;
	padding: 9rem 0 7rem;
	margin: 0 0 27rem;
}
.accessArea .secTitBox {
	margin: 0 0 5rem;
}
.accessArea .secTitBox .secTit {
    margin: 0 auto 0.5rem;
}
.accessArea .secTitBox span {
    color: #fff;
	height: 45px;
}
.accessArea .secTitBox .jpnTit {
    color: #fff;
    background: url(../images/bg_tit_grad.jpg) top 50% left 45%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
_::-webkit-full-page-media, _:future, :root .accessArea .secTitBox .jpnTit {
    color: #f4d5fb;
	background: none;
	-webkit-background-clip: inherit;
    -webkit-text-fill-color: #f4d5fb;
}
@media all and (-ms-high-contrast: none) {
  .accessArea .secTitBox .jpnTit {
    color: #f4d5fb;
	background: none;
	-webkit-background-clip: inherit;
    -webkit-text-fill-color: #f4d5fb;
  }
}
.accessArea .accessBox .topTxtBox {
	margin: 0 auto 2rem;
	width: 1000px;
}
.accessArea .accessBox .info {
	float: left;
	font-size: 1.8rem;
	line-height: 1.7;
	color: #fff;
}
.accessArea .accessBox .link {
	float: right;
	padding: 70px 0 0;
}
.accessArea .accessBox .link a {
	font-size: 1.5rem;
	text-decoration: underline;
	color: #00FFFF;
	cursor: pointer;
}
.accessArea .accessBox .link a:hover {
	text-decoration: none;
}
.accessArea .accessBox .gMapBox iframe {
	width: 100%;
	height: 537px;
}
.accessArea .accessBox .gMapBox iframe,
.accessArea .accessBox .gMapBox object,
.accessArea .accessBox .gMapBox embed {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all  0.7s ease;
}
.accessArea .accessBox .gMapBox iframe:hover,
.accessArea .accessBox .gMapBox object:hover,
.accessArea .accessBox .gMapBox embed:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
#exterior .modal__content {
    top: 56%;
    width: 928px;
    padding: 0 0 6rem;
    max-height: 500px;
}
#exterior .modal__content .tit {
    font-size: 2.4rem;
	line-height: 1.3;
	margin: 2rem 0 2rem;
}
#exterior .modal__content .tit span {
    font-size: 1.4rem;
}
#exterior .modal__content__inner {
    padding: 2.4rem 9.5rem;
}
#exterior .exteriorBox dl {
    float: left;
	width: 350px;
}
#exterior .exteriorBox dl:last-child {
    float: right;
}
#exterior .exteriorBox dl dt {
	color: #000;
	font-size: 2rem;
	padding: 1rem;
	text-align: center;
	margin: 0 0 1rem;
}
#exterior .exteriorBox dl:last-child dt {
    background: #2C4A8D;
	color: #fff;
}
#exterior .exteriorBox dl dt span {
	font-size: 1.3rem;
}
#exterior .exteriorBox dl dd {
}
#exterior .exteriorBox dl:last-child dd {
    border: solid 3px #2C4A8D;
}

/*
	bnArea
================================*/
.bnArea {
	background: #fff;
	padding: 5.5rem 0 9rem;
}
.bnArea .inner {
	padding: 0 5rem;
}
.bnArea .tit {
	font-size: 2rem;
	font-weight: 500;
	margin: 0 0 4rem;
	letter-spacing: 0.1em;
}
.bnArea .itemWrap {
	display: flex;
	justify-content: center;
}
.bnArea .itemBox {
	text-align: center;
}
.bnArea .itemBox:last-child {
	width: 380px;
}
.bnArea .itemBox ul {
	font-size: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bnArea .itemBox li {
	display: inline-block;
	vertical-align: middle;
	width: 95px;
	margin: 0 5rem;
}
.bnArea .itemBox li:nth-child(2){
	width: 98px;
}
.bnArea .itemBox li:nth-child(3){
	width: 115px;
}












@media screen and (max-width: 768px) {
	
/*
	メインビジュアル
================================*/
.backgroundMovie {
    position: fixed;
}
.backgroundMovie video {
    width: 300%;
    height: 100%;
    position: absolute;
    left: -100%;
}
.mainInner {
    position: relative;
    z-index: 1;
}
.mainSec {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
}
.mainSec .btn_scroll {
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 2rem;
	left: calc(50% - 25px);
	background: #fff;
	border-radius: 50%;
	-webkit-animation: float 2s ease-in-out infinite alternate;
	animation: float 2s ease-in-out infinite alternate;
}
.mainSec .btn_scroll a {
	background: #2C4A8D url(../images/arr_white_down_a.png) no-repeat center;
	background-size: 14px auto;
    display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.mainSec .btn_scroll a:hover {
    opacity: 0.7;
}

/*
	CATCH
================================*/
#target {
	padding: 70px 0 0;
	margin: -70px 0 0;
}
.catchArea {
    padding: 6rem 4%;
	margin: 0 0 8rem;
    height: auto;
}
.en .catchArea {
    padding: 6rem 4%;
}
.catchArea .txtImg {
	width: 90%;
	margin: 0 auto;
}
.en .catchArea .txtImg {
	width: 90%;
}


/*
	SERVICE
================================*/
.serviceArea {
	margin: 0;
	padding: 0;
}
.serviceArea .secTitBox {
	margin: 0 0 5rem;
}
.serviceArea .secTit {
	margin: 0 auto 0.5rem;
}
.serviceArea .secTitBox span {
    height: 48px;
}
.serviceArea .secTitBox .jpnTit {
    color: #fff;
    background: url(../images/bg_tit_grad.jpg) top 10% center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.js_bg_red {
  position: relative
}
.js_bg_red::before {
  position: absolute;
  background: #2C4A8D
}
.sec_top03_inner {
	background: url(../images/bg_grad_a.jpg) no-repeat 0 0;
	background-size: cover;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 60px;
	position: relative;
}
.sec_top03_inner .txt {
    position: relative;
    /*z-index: 10;*/
    width: 395px;
}
.ttl_01 {
	font-size: 2.5rem;
	position: relative;
	padding: 0 0 1rem;
	margin: 0 0 3rem;
}
.ttl_01:before {
	content: "";
	width: 100px;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
}
.ttl_02 {
	/*font-size: 2.5rem;*/
	font-size: 2.1rem;
	margin: 345px 0 20px;
	line-height: 1.4;
	position: relative;
	text-align: center;
}
.ttl_02 .txt01 {
	/*font-size: 5.3rem;*/
	font-size: 4.4rem;
}
.ttl_02 .txt02 {
	/*font-size: 2.55rem;*/
	font-size: 2.15rem;
}
.txt .desc {
	font-size: 1.5rem;
	line-height: 2;
}
.button_wrap {
    margin: 2rem 0 0;
}
.button_wrap li {
    float: left;
	margin: 0 4% 0 0;
	width: 46%;
}
.button_wrap li .icon {
    width: 60px;
	float: left;
	margin: 0.5rem 1rem 0 0;
}
.button_wrap li:last-child .icon {
    width: 55px;
}
.en .button_wrap li {
    width: 46%;
}
.en .button_wrap li:last-child {
	width: 50%;
}
.button_wrap li .siteName {
    font-size: 1.4rem;
	background: url(../images/arr_black_right_a.png) no-repeat bottom center;
	background-size: 14px auto;
	padding: 0.5rem 0 2rem;
}
.en .button_wrap li:first-child .siteName {
    height: 78px;
}
.button_wrap li a {
	display: block;
}
.button_wrap li a:after {
	content: "";
	display: block;
	clear: both;
}

.content_wrap {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
}
.sec_top05 {
  margin: 0 auto;
	position: relative;
	background: #2C4A8D;
}
.sec_top05_img {
  width: 100%;
  max-width: inherit;
  position: absolute;
  z-index: 20;
  height: 280px;
  top: 97px;
  right: auto;
  left: 0;
}
.sec_top05_img_inner {
  background-size: 135px auto;
}
.sec_top05_inner {
  margin: 0 auto;
  padding: 5rem 0 2rem;
}
.serviceArea .boxWrap {
	background: url(../images/bg_grad_a.jpg) no-repeat 0 0;
	background-size: cover;
	width: 100%;
	margin: 0 auto;
	padding: 30px 20px 30px;
	position: relative;
}
.sec_top05_inner .txt {
  position: relative;
  z-index: 10;
  float: none;
  width: 100%;
}
.sec_top05_inner .txt .desc {
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.sec_top05_inner.js_bg_red::before {
	/*width: 200%;
	left: 160px;*/
	left: calc(50% - 200px);
	width: calc(50% + 200px);
	top: 0;
	z-index: -1;
}

.sec_top01 {
	margin: 0;
}
.serviceArea .sec_top01_inner .boxWrap {
    padding: 3rem 2rem 3rem;
}
.sec_top01_inner.js_bg_red::before {
	/*width: 200%;
	right: 30%;*/
	right: calc(50% - 200px);
	width: calc(50% + 200px);
	top: -6rem;
	height: 1020px;
}
.sec_top01_img {
	width: 135px;
	height: 275px;
    position: absolute;
    right: calc(50% - 67px);
    top: 100px;
}
.sec_top01_inner .txt {
  position: relative;
  float: none;
  width: 100%;
}
.sec_top01_inner .ttl_02 {
    /*font-size: 2.7rem;*/
	font-size: 2.3rem;
}
.sec_top01_inner .ttl_02 .txt01 {
    /*font-size: 4.7rem;*/
	font-size: 4rem;
}
.sec_top01_inner .txt .desc {
    width: 100%;
}
.serviceArea .btnBn {
	width: 252px;
	height: 60px;
	margin: 0 auto;
}
.serviceArea .btnBn a {
	display: block;
	position: relative;
	height: 100%;
	border: solid 1px #C8C8C8;
	padding: 5px 26px 5px 5px;
	background: #fff;
}
.serviceArea .btnBn a:before {
	content: "";
	border: solid 1px #C8C8C8;
	width: 22px;
	height: 60px;
	background: #fff url(../images/arr_black_right_a.png) no-repeat center;
	background-size: 10px auto;
	position: absolute;
	top: -1px;
	right: -1px;
	
}
.serviceArea .caption {
	font-size: 1.0rem;
	margin: 0.5rem 0 0;
	text-align: center;
}






/*
	NEWS
================================*/
.newsArea {
	min-height: inherit;
	padding: 6rem 4% 8rem;
}
.news .newsArea {
	padding: 6rem 4% 8rem;
}
.newsArea .secTitBox {
	margin: 0 0 2rem;
}
.newsArea .secTit {
	margin: 0 auto 0.5rem;
}
.newsArea .secTitBox span {
    color: #fff;
	height: 36px;
}
.newsArea .secTitBox .jpnTit {
    color: #fff;
	background: url(../images/bg_tit_grad.jpg) top 50% left 45%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.newsArea .newsBoxWrap {
	width: 100%;
	margin: 0 auto;
}
.newsArea .newsBoxWrap .itemBox {
	float: none;
	width: 100%;
	height: 120px;
	margin: 0 0 15px;
}
.newsArea .newsBoxWrap .itemBox a {
	display: table;
	width: 100%;
	height: 100%;
	background: #fff url(../images/arr_black_right_a.png) no-repeat bottom 12px right 12px;
	background-size: 20px auto;
	padding: 10px;
}
.newsArea .newsBoxWrap .itemBox .thumb {
	width: 100px;
	height: auto;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0;
}
.newsArea .newsBoxWrap .itemBox .thumb img {
	width: 100px;
	height: 100px;
}
.newsArea .newsBoxWrap .itemBox .txtBox {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
}
.newsArea .newsBoxWrap .itemBox .txtBox p {
	font-size: 16px;
	line-height: 1.5;
}
	
.newsArea .tableWrap {
	width: 92%;
	height: 250px;
	overflow-y: scroll;
}	
.newsArea table {
	width: 100%;
	background: #fff;
	margin: 0 auto;
	display: block;
}
.newsArea table th {
	width: 100%;
	display: block;
	font-size: 1.2rem;
	padding: 1.4rem 2rem 0 2rem;
	line-height: 1.2;
}
.newsArea table td {
	width: 100%;
	display: block;
	font-size: 1.6rem;
	padding: 0;
	line-height: 1.6;
}
.newsArea table td a {
	padding: 1rem 5rem 1.4rem 2rem;
	display: block;
	background: url(../images/arr_black_right_a.png) no-repeat right 1.5rem center;
	background-size: 20px auto;
}
.newsArea table td a:hover {
	text-decoration: none;
}
.newsArea .more {
	margin: 0 0 1.5rem;
	width: 100%;
} 
.newsArea .more a {
	font-size: 2rem;
	text-decoration: underline;
} 
.newsArea .more a:hover {
	text-decoration: underline;
} 

/* MODAL */
.modalWrap {
	position: relative;
	z-index: 5;
}
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg {
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
	z-index: 3;
}
.modal__content{
    background: #fff url(../images/bg_modal.jpg) no-repeat;
	background-size: cover;
    width: 85%;
	max-height: 70%;
}
.modal__content__inner {
    background: #fff;
	padding: 4rem 2rem;
	margin: 0;
}
.modal__content .dateBox {
    padding: 3rem 0 3.5rem;
	position: relative;
}
.modal__content .dateBox:before {
    content: "";
	background: url(../images/txt_cemic_black.png) no-repeat;
	background-size: 100%;
	width: 180px;
	height: 48px;
	bottom: -3rem;
	left: calc(50% - 90px);
}
.modal__content .dateBox .date {
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.02em;
}
.js-modal-close {
	position: absolute;
	top: 1rem;
    right: 1rem;
    width: 28px;
}
.modal__content .tit {
	font-weight: 500;
    font-size: 1.8rem;
	text-align: center;
	margin: 0 0 1.5rem;
	line-height: 1.7;
}
.modal__content .txt {
	font-weight: 500;
    font-size: 1.4rem;
	line-height: 1.9;
}
.modal__content .image {
	margin: 3rem 0 2rem;
}
.modal__content a {
	color: #4BAFFF;
	text-decoration: underline;
}
.modal__content a:hover {
	text-decoration: none;
}


/*
	common_part01
================================*/
.common_part01 table {
	border-top: solid 1px #000;
	width: 100%;
	margin: 0 auto;
}
.common_part01 table tr {
	border-bottom: solid 1px #000;
}
.common_part01 table th {
	font-size: 1.4rem;
	padding: 1rem 2rem 1rem 1rem;
	line-height: 1.4;
	width: 25%;
}
.common_part01 table td {
	font-size: 1.4rem;
	width: 75%;
	line-height: 1.4;
	padding: 1rem 2rem;
}




/*
	COMPANY
================================*/
.bg {
	background: url(../images/bg_grad_c.jpg) no-repeat bottom center;
	background-size: cover;
}
.companyArea {
	padding: 6rem 4% 5rem;
}
.companyArea .secTit {
}
.companyArea .secTit span {
    color: #5786F2;
}
.companyArea .secTitBox span {
    height: 48px;
}
.companyArea table {
	display: block;
	border: solid 1px #000;
	border-bottom: none;
}
.companyArea table th {
	display: block;
	width: 100%;
	padding: 1rem 2rem;
}
.companyArea table td {
	display: block;
	width: 100%;
	background: rgba(255,255,255,0.7);
}
.companyArea table td span {
	display: inline-block;
}
.companyArea table td a {
	background: url(../images/arr_dblue_right_a.png) no-repeat right center;
	background-size: 14px auto;
	padding: 0 2rem 0 0;
	margin: 0;
	display: block;
}

/*
	HISTORY
================================*/
.historyArea {
	padding: 3rem 4% 5rem;
	margin: 0 0 10rem;
}
.historyArea .secTit {
}
.historyArea .secTit span {
	color: #7f89eb;
}
.historyArea .secTitBox span {
    height: 62px;
}
.historyArea  table th {
	width: 25%;
	font-size: 1.4rem;
	padding: 1rem 2rem 1rem 1rem;
}
.historyArea  table td {
	font-size: 1.4rem;
	padding: 1rem 2rem;
	width: 75%;
}



/*
	ACCESS
================================*/
.accessArea {
	padding: 6rem 0 6rem;
	margin: 0 0 8rem;
}
.accessArea .secTitBox {
	margin: 0 0 3rem;
}
.accessArea .secTitBox .secTit {
    margin: 0 auto 0.5rem;
}
.accessArea .secTitBox span {
    color: #fff;
	height: 38px;
}
.accessArea .secTitBox .jpnTit {
    color: #fff;
    background: url(../images/bg_tit_grad.jpg) top 50% left 45%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
_::-webkit-full-page-media, _:future, :root .accessArea .secTitBox .jpnTit {
    color: #f4d5fb;
	background: none;
	-webkit-background-clip: inherit;
    -webkit-text-fill-color: #f4d5fb;
}
.accessArea .accessBox .topTxtBox {
	margin: 0 0 2rem;
	width: 100%;
	padding: 0 4%;
}
.accessArea .accessBox .info {
	float: none;
	font-size: 1.6rem;
	line-height: 1.6;
}
.accessArea .accessBox .link {
	float: right;
	padding: 2rem 0 0;
}
.accessArea .accessBox .link a {
	font-size: 1.5rem;
	text-decoration: underline;
}
.accessArea .accessBox .link a:hover {
	text-decoration: underline;
}
.accessArea .accessBox .gMapBox iframe {
	width: 100%;
	height: 250px;
}
#exterior .modal__content {
    top: 56%;
    width: 82%;
    padding: 0 0 6rem;
    max-height: 500px;
}
#exterior .modal__content .tit {
    font-size: 1.7rem;
	line-height: 1.3;
	margin: 2rem 1rem 2rem;
}
#exterior .modal__content .tit span {
    font-size: 1.3rem;
	line-height: 1.5;
	display: block;
	margin: 1rem 0 0;
}
#exterior .modal__content__inner {
    padding: 2rem;
}
#exterior .exteriorBox dl {
    float: none;
	width: 100%;
	margin: 0 0 2rem;
}
#exterior .exteriorBox dl:last-child {
    float: none;
}
#exterior .exteriorBox dl dt {
	font-size: 1.6rem;
	padding: 1rem;
	margin: 0;
}
#exterior .exteriorBox dl:last-child dt {
}
#exterior .exteriorBox dl dt span {
	font-size: 1.3rem;
}
#exterior .exteriorBox dl dd {
}
#exterior .exteriorBox dl:last-child dd {
    border: solid 3px #2C4A8D;
}

/*
	bnArea
================================*/
.bnArea {
	background: #fff;
	padding: 3rem 0 6rem;
}
.bnArea .inner {
	padding: 0 4%;
}
.bnArea .tit {
	font-size: 1.8rem;
	margin: 0 0 1.5rem;
}
.bnArea .itemWrap{
	
}
.bnArea .itemBox {
	text-align: center;
}
.bnArea .itemBox:last-child {
	width: 100%;
}
.bnArea .itemBox ul {
	font-size: 0;
}
.bnArea .itemBox li {
	width: 85px;
	margin: 0 2rem;
}
.bnArea .itemBox li:nth-child(2){
	width: 78px;
}

	

}


@media screen and (max-width: 320px) {
.ttl_02 .txt01 {
    font-size: 3.5rem;
}
.sec_top01_inner .ttl_02 .txt01 {
	font-size: 3.5rem;
}
}