@charset "utf-8";

/*--------------------------------------
　Header
---------------------------------------*/
.header_home .logo {
	width: 180px;
  margin: -1rem 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .header_home .logo {
    width: 30%;
    margin: 0 0 0;
  }
}





/*--------------------------------------
　MV
---------------------------------------*/
.mv_home {
  width: 100%;
  min-width: 1100px;
  padding: 2rem 0 8rem;
  box-sizing: border-box;
}

.mv_home .mv_inner {
  max-width: 1100px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.mv_home .mv_inner::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0,-50%);
  background: url("img/mv_img.png") left top no-repeat;
  background-size: 100% auto;
  width: 650px;
  height: 560px;
  z-index: -1;
}

.mv_home .mv_block {
  max-width: 55%;
}

.mv_home .mv_ttl {
  font-size: 4rem;
  position: relative;
}
.mv_home .mv_ttl::after {
  content: "";
  display: block;
  background: #f89000;
  width: 50px;
  height: 5px;
  margin: 1.6rem 0 0;
}
.mv_home .mv_ttl .small {
  font-size: 2.6rem;
}
.mv_home .mv_ttl .large {
  font-size: 6.7rem;
}

.mv_home .mv_ttl .Borderlarge {
  display: inline-block;
  font-size: 6.7rem;
  font-family: Noto Sans JP;
  color:rgba(0,0,0,.0);
  -webkit-text-stroke: 0.3rem #242424;
}

.mv_home .mv_ttl .Borderlarge:nth-child(even) {
  transform: rotate(-10deg);
}

.mv_home .mv_ttl .Borderlarge:nth-child(odd) {
  transform: rotate(8deg);
  vertical-align: -10%;
  display:inline-block;
  position:relative;
  margin-right: 1.5rem;
}

.mv_home .mv_ttl .Borderlarge:nth-child(odd)::before {
  content:"";
  position: absolute;
  background: url("img/mv_img_line.png") no-repeat 0 0;
  background-size: 100% auto;
  width: 33px;
  height: 25px;
  top:0rem;
  right:-1rem;
}

.mv_home .mv_txt {
  margin: 2rem 0 0;
  font-size: 1.5rem;
  line-height: 1.8;
}

.mv_home .btn_box {
  display: flex;
  justify-content: space-between;
  margin: 3rem 0 0;
}
.mv_home .btn_box .btn-internal {
  width: calc(50% - 2rem);
  max-width: calc(50% - 2rem);
  margin: 0 0 0;
}
.mv_home .btn_box .btn-internal a {
  background: #242424;
  margin: 0 0 0;
  padding: 1.8rem 5rem;
  color :#fff;
}
.mv_home .btn_box .btn-internal a::before {
  background :#fff;
}
.mv_home .btn_box .btn-internal a::after {
  background: url("img/arrow_07.png") left top no-repeat;
  background-size: contain;
  width: 10px;
  height: 22px;
}
.mv_home .btn_box .btn-internal a:hover {
  color :#242424;
}
.mv_home .btn_box .btn-internal a:hover::after {
  right: 20px;
  background: url("img/arrow_06.png") left top no-repeat;
  background-size: contain;
  margin: 5px 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .mv_home {
    min-width: 100%;
    padding: 1rem 1.5rem 2rem;
  }

  .mv_home .mv_inner {
    max-width: 100%;
  }
  .mv_home .mv_inner::before {
    display: none;
    /*
    position: relative;
    bottom: 100%;
    top: inherit;
    right: inherit;
    transform: translate(0,0);
    background: url("img/mv_img.png") left top no-repeat;
    background-size: contain;
    width: 75%;
    height: 0;
    margin: -3rem 0 0 auto;
    padding-top: calc(75%*620/540);
    */
  }

  .mv_home .mv_block {
    max-width: 100%;
    margin: 1rem 0 0;
  }

  .mv_home .mv_ttl {
    font-size: 2.2rem;
  }
  .mv_home .mv_ttl::after {
    width: 25px;
    height: 3px;
    margin: 1.5rem 0 0;
  }
  .mv_home .mv_ttl .small {
    font-size: 1.5rem;
  }
  .mv_home .mv_ttl .large {
    font-size: 4rem;
  }
	
 .mv_home .mv_ttl .Borderlarge {
    font-size: 4rem;
	font-family: Noto Sans JP;
	color:rgba(0,0,0,.0);
  -webkit-text-stroke: 0.2rem #242424;
  }

.mv_home .mv_ttl .Borderlarge:nth-child(odd)::before {
  content:"";
  position: absolute;
  background: url("img/mv_img_line.png") no-repeat 0 0;
  background-size: 100% auto;
  width: 33px;
  height: 25px;
  top:-0.7rem;
  right:-1.7rem;
}
	
  .mv_home .mv_txt {
    margin: 2rem 0 0;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .mv_home .btn_box {
    display: block;
    margin: 2rem 0 0;
  }
  .mv_home .btn_box .btn-internal {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0;
  }
  .mv_home .btn_box .btn-internal a {
    margin: 0 0 2rem;
    padding: 1.5rem 4rem;
  }
  .mv_home .btn_box .btn-internal a::after {
    background: url("img/arrow_07.png") left top no-repeat;
    background-size: contain;
    width: 8px;
    height: 18px;
  }
  .mv_home .btn_box .btn-internal a:hover::after {
    right: 15px;
    background: url("img/arrow_06.png") left top no-repeat;
    background-size: contain;
    margin: 3px 0 0;
  }
}





/*--------------------------------------
　Main Index
---------------------------------------*/
.contents_top {
	width: 100%;
	min-width: 1000px;
	margin: auto;
	box-sizing: border-box;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.sec {
	width: 100%;
	min-width: 1000px;
	margin: auto;
	box-sizing: border-box;
	position: relative;
}
.sec .inner {
	max-width: 1000px;
	margin: auto;
	box-sizing: border-box;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.contents_top {
		min-width: 100%;
	}
	.sec {
		min-width: 100%;
	}
	.sec .inner {
		max-width: 100%;
	}
}





/*--------------------------------------
  sec_toc
---------------------------------------*/
.sec_toc .toc_parts {
  margin: 5rem auto 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec_toc {
    padding: 0 1.5rem;
  }
  
  .sec_toc .toc_parts {
    margin: 3rem auto 0;
  }
}





/*--------------------------------------
　Title
---------------------------------------*/
.main_ttl01 {
  position: relative;
}
.main_ttl01::after {
  content: "";
  display: block;
  background: url("img/border_01.png") left top repeat-x;
  background-size: 10px auto;
  width: 100%;
  height: 40px;
  margin: 2rem 0 0;
}

.main_ttl01 .m_ttl {
  font-size: 5rem;
  position: relative;
  z-index: 1;
}

.main_ttl01 .m_ttl .small {
  font-size: 3rem;
}

.main_ttl01 .eng_ttl {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 0 6rem;
}
.main_ttl01 .eng_ttl img {
  pointer-events: none;
}

.main_ttl01 .m_ttl a {
  display: inline-block;
  padding: 0 6rem 0 0;
  position: relative;
}
.main_ttl01 .m_ttl a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_01.png") left top no-repeat;
  background-size: 100% auto;
  width: 46px;
  height: 16px;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .main_ttl01::after {
    background: url("img/border_01.png") left top repeat-x;
    background-size: 5px auto;
    height: 20px;
    margin: 1rem 0 0;
  }

  .main_ttl01 .m_ttl {
    font-size: 2.4rem;
  }
  .main_ttl01 .m_ttl .small {
    font-size: 1.6rem;
  }

  .main_ttl01 .eng_ttl {
    margin: 0 0 3rem;
  }
  
  .main_ttl01 .m_ttl a {
    padding: 0 4rem 0 0;
  }
  .main_ttl01 .m_ttl a::after {
    background: url("img/arrow_01.png") left top no-repeat;
    background-size: contain;
    width: 22px;
    height: 8px;
  }
}





/*--------------------------------------
　テキスト
---------------------------------------*/


.txt {
	margin: 3rem 0 3rem;
	font-size: 1.4rem;
	text-align: justify;
	line-height: 2;
}

.lead {
	margin: 3rem 0 0!important;
	font-size: 1.4rem;
	line-height: 2;
}

p.caption {
	margin: 1rem 0 0!important;
	font-size: 1rem;
	line-height: 1.3;
}
p.caption.tr {
	text-align: right;
}

p.note {
  color: #888;
  font-size: 1.2rem;
  line-height: 1.8;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {


	.txt {
		margin: 2rem 0 2rem;
		line-height: 1.8;
	}

	.lead {
		margin: 2rem 0 0!important;
		line-height: 1.8;
	}
  
  p.note {
    line-height: 1.6;
  }
}





/*--------------------------------------
　リスト
---------------------------------------*/
.list li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 2rem;
	font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
	position: relative;
}
.list li:last-child {
  margin: 0 0 0 0;
}
.list li::before {
  content: "";
  display: block;
	position: absolute;
  top: 8px;
  left: 0;
	background: #bcbcbc;
  width: 10px;
  height: 10px;
	box-sizing: border-box;
}
.list01 li::before {
	background: #bcbcbc;
}
.list02 li::before {
	background: #f78f00;
  border-radius: 50%;
}
.list li a {
	display: inline-block;
	text-decoration: underline;
}
.list li a:hover {
	text-decoration: none;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
	.list li {
		padding: 0 0 0 1.5rem;
		font-size: 1.4rem;
    line-height: 1.6;
	}
	.list li::before {
		top: 8px;
		width: 8px;
		height: 8px;
	}
}





/*--------------------------------------
　sec01
---------------------------------------*/
.sec01 {
  padding: 12rem 0 0;
}

.sec01 p {
  margin: 0 0 0;
}

.sec01 .txt {
  margin: 3rem 0 0;
}

.sec01 .note {
  margin: 1.5rem 0 0;
}


.sec01 .main_ttl01 .eng_ttl {
  width: 730px;
}


.sec01_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 5rem 0 0;
}

.sec01_block .item {
  background: #ececec;
  margin: 0 0 2rem;
  padding: 5rem 6rem 5rem;
  box-sizing: border-box;
}
.sec01_block .item:first-child {
  width: 100%;
}

.sec01_block .ttl01 {
  padding: 0 0 0 3.5rem;
  font-size: 2.6rem;
  position: relative;
}
.sec01_block .ttl01::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  background: url("img/icon_ttl_01.png") left top no-repeat;
  background-size: 100% auto;
  width: 22px;
  height: 15px;
}

.sec01_block .f_box {
  display: flex;
  justify-content: space-between;
  margin: 3rem 0 0;
}
.sec01_block .f_box .f_item {
  width: calc(25% - 2rem);
  box-sizing: border-box;
}
.sec01_block .f_box .img_txt {
  margin: 1.5rem 0 0;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.sec01_block .f_box .img_txt .large {
  font-size: 1.8rem;
  font-weight: bold;
}


.sec01_block .list02 {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
  margin: 3rem 0 0;
}
.sec01_block .list02 li {
  width: calc(50% - 2rem);
  box-sizing: border-box;
}

.sec01_block .number {
  margin: 2rem 0 0;
  font-size: 4.5rem;
  font-weight: bold;
  text-align: right;
}
.sec01_block .number .large {
  font-size: 9rem;
  font-weight: bold;
}

.sec01_block .graph {
  margin: 3rem 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 6rem 1.5rem 0;
  }

  .sec01 .txt {
    margin: 2rem 0 0;
  }


  .sec01 .main_ttl01 .eng_ttl {
    width: 85%;
  }


  .sec01_block {
    display: block;
    margin: 3rem 0 0;
  }

  .sec01_block .item {
    width: 100%;
    margin: 0 0 1.5rem;
    padding: 3rem 2rem 3rem;
  }
  .sec01_block .item:last-child {
    margin: 0 0 0;
  }

  .sec01_block .ttl01 {
    padding: 0 0 0 2.2rem;
    font-size: 1.8rem;
  }
  .sec01_block .ttl01::before {
    top: 9px;
    background: url("img/icon_ttl_01.png") left top no-repeat;
    background-size: contain;
    width: 15px;
    height: 10px;
  }

  .sec01_block .f_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 0;
  }
  .sec01_block .f_box .f_item {
    width: calc(50% - 5px);
    margin: 2rem 0 0;
  }
  .sec01_block .f_box .img_txt {
    margin: 1rem 0 0;
    font-size: 1.2rem;
  }
  .sec01_block .f_box .img_txt .large {
    font-size: 1.5rem;
  }


  .sec01_block .list02 {
    display: block;
    margin: 2rem 0 0;
  }
  .sec01_block .list02 li {
    width: 100%;
  }

  .sec01_block .number {
    margin: 1.5rem 0 0;
    font-size: 3.8rem;
  }
  .sec01_block .number .large {
    font-size: 7.8rem;
  }

  .sec01_block .graph {
    margin: 2rem 0 0;
  }
}





/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 {
  padding: 16rem 0 18rem;
}

.sec02 p {
  margin: 0 0 0;
}

.sec02 .txt {
  margin: 2rem 0 0;
}


.sec02 .main_ttl01 .eng_ttl {
  width: 650px;
}


.sec02_block {
  margin: 5rem 0 0;
}

.sec02_block .item {
  margin: 0 0 10rem;
}
.sec02_block .item:last-child {
  margin: 0 0 0;
}

.sec02_block .ttl01 {
  font-size: 2.4rem;
  position: relative;
}
.sec02_block .ttl01::after {
  content: "";
  display: block;
  background: #f89000;
	width: 30px;
	height: 4px;
  margin: 2rem 0 0;
}

.sec02_block .f_img {
  display: flex;
  justify-content: space-between;
  margin: 3rem 0 0;
}
.sec02_block .f_img .image {
  width: 25%;
  box-sizing: border-box;
}

.sec02_block .f_box {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0 0;
  padding: 6rem 6rem 0;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.sec02_block .f_box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ececec;
  width: 100vw;
  height: 85%;
  z-index: -1;
}
.sec02_block .f_box .f_item {
  width: calc(33.33% - 2rem);
  box-sizing: border-box;
}
.sec02_block .f_box .ttl02 {
  padding: 0 0 1.5rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 2px solid #242424;
  position: relative;
}
.sec02_block .f_box .ttl02::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f89000;
	width: 30px;
	height: 4px;
  margin: 0 0 -2px;
}
.sec02_block .f_box .img_box {
  margin: 2rem 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec02 {
    padding: 6rem 1.5rem 6rem;
  }

  .sec02 .txt {
    margin: 1.5rem 0 0;
  }


  .sec02 .main_ttl01 .eng_ttl {
    width: 70%;
  }


  .sec02_block {
    margin: 3rem 0 0;
  }

  .sec02_block .item {
    margin: 0 0 5rem;
  }

  .sec02_block .ttl01 {
    font-size: 1.7rem;
  }
  .sec02_block .ttl01::after {
    width: 15px;
    height: 2px;
    margin: 1.5rem 0 0;
  }

  .sec02_block .f_img {
    margin: 2rem 0 0;
  }

  .sec02_block .f_box {
    display: block;
    margin: 3rem 0 0;
    padding: 3rem 0 4rem 2rem;
  }
  .sec02_block .f_box::after {
    width: 100vw;
    height: 100%;
  }
  .sec02_block .f_box .f_item {
    width: 100%;
    margin: 0 0 3rem;
  }
  .sec02_block .f_box .f_item:last-child {
    margin: 0 0 0;
  }
  .sec02_block .f_box .ttl02 {
    padding: 0 0 1rem;
    font-size: 1.6rem;
    border-bottom: 1px solid #242424;
  }
  .sec02_block .f_box .ttl02::after {
    width: 15px;
    height: 2px;
    margin: 0 0 -1px;
  }
  .sec02_block .f_box .img_box {
    margin: 1.5rem 0 0;
  }
}





/*--------------------------------------
　sec03
---------------------------------------*/
.sec03 p {
  margin: 0 0 0;
}


.sec03 .com_parts_block .btn-internal a::after {
  background: url("img/arrow_06.png") left top no-repeat;
  background-size: contain;
  width: 10px;
  height: 22px;
}
.sec03 .com_parts_block .btn-internal a:hover::after {
  right: 20px;
  background: url("img/arrow_07.png") left top no-repeat;
  background-size: contain;
  margin: 5px 0 0;
}


.sec03_block {
  background: #ececec;
  padding: 16rem 0 16rem;
  box-sizing: border-box;
}

.sec03_block .btn-web {
  max-width: 400px;
}
.sec03_block .btn-web a {
  margin: 6rem auto 0;
  padding: 2.5rem 5rem;
}

.sec03_block .txt {
  margin: 2rem 0 0;
}

.sec03_block .caption {
  text-align: center;
}


.detail {
  margin: 0 0 10rem;
}
.detail:last-child {
  margin: 0 0 0;
}

.detail .ttl_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.5rem 0 3.5rem 5rem;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.detail .ttl_box::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: #3b3b3b;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.detail .ttl_box .m_cc {
  width: 45%;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
.detail .ttl_box .m_cc .large {
  font-size: 3.8rem;
  font-weight: bold;
}
.detail .ttl_box .c_name {
  width: 50%;
  padding: 0 5rem 1.5rem 0;
  box-sizing: border-box;
  font-size: 4.2rem;
  border-bottom: 2px solid #fff;
}


.detail .detail_inner {
  margin: -8rem 0 0;
  padding: 14rem 6rem 12rem;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.detail .detail_inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100vw;
  height: 100%;
  z-index: -1;
}


.detail .upper {
  display: flex;
  justify-content: space-between;
}
.detail .upper .l_box {
  width: 420px;
  box-sizing: border-box;
}
.detail .upper .r_box {
  width: calc(100% - 420px);
  padding: 0 0 0 5rem;
  box-sizing: border-box;
}
.detail .upper .cc {
  font-size: 2.4rem;
}


.detail .d_box {
  margin: 12rem 0 0;
}

.detail .d_box .box_inner {
  margin: 4rem 0 0;
}


.detail .ttl01 {
  padding: 2rem 3rem 2rem;
  font-size: 2.4rem;
  border-left: 5px solid #f78f00;
  position: relative;
  z-index: 0;
}
.detail .ttl01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ececec;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.detail .ttl01 .large {
  font-size: 3.6rem;
}


.detail .ttl02 {
  font-size: 2.2rem;
  text-align: center;
  position: relative;
}
.detail .ttl02::after {
  content: "";
  display: block;
  background: #f89000;
  width: 32px;
  height: 5px;
  margin: 2rem auto 0;
}


.detail .img_box {
  max-width: 460px;
  margin: 3rem auto 0;
}


.detail .f_box {
  display: flex;
  justify-content: space-between;
  margin: 6rem 0 0;
}
.detail .f_box .f_item {
  width: calc(50% - 3rem);
  box-sizing: border-box;
}


.detail .ttl03 {
  padding: 0 0 1.5rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 2px solid #242424;
  position: relative;
}
.detail .ttl03::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f89000;
	width: 30px;
	height: 4px;
  margin: 0 0 -2px;
}


.detail .c_info table {
  margin: 0 0 0;
}
.detail .c_info table th {
  width: 30%;
}


/*===== tab_parts =====*/
.tabArea {
  display: flex;
	justify-content: space-between;
  align-items: flex-end;
}
.tabArea.bottom {
  display: none;
}

.tabArea li {
  display: flex;
	justify-content: center;
	align-items: center;
	background: #adadad;
  padding: 2rem 0;
	width: calc(25% - 0.8rem);
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.tabArea li.active {
	background: #3b3b3b;
  padding: 3rem 0;
  font-size: 2rem;
  border-bottom: 5px solid #f89000;
  z-index: 2;
}
.tabArea li.active::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -12px;
	border: 12px solid transparent;
	border-top: 18px solid #f89000;
}
.tabArea li:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

.tabContents {
  background: #fff;
  margin: -2px 0 0;
  padding: 6rem 5rem 6rem;
  box-sizing: border-box;
  border: 2px solid #3b3b3b;
  position: relative;
  z-index: 1;
}


.intro_block .intro_ttl01 {
  padding: 0 0 2rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 2px solid #242424;
  position: relative;
}
.intro_block .intro_ttl01::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 50px;
  margin: 0 0 -2px;
  border-bottom: 2px solid #242424;
}

.intro01 {
  display: flex;
  justify-content: space-between;
}
.intro01 .l_box {
  width: calc(100% - 350px);
  padding: 0 4rem 0 0;
  box-sizing: border-box;
}
.intro01 .list02 {
  margin: 2rem 0 0;
}
.intro01 .btn-web {
  width: 90%;
  margin: 0 auto 0;
}
.intro01 .btn-web a {
  margin: 3rem auto 0;
}
.intro01 .r_box {
  width: 350px;
  box-sizing: border-box;
}
.intro01 .img_box {
  margin: 0 0 0;
}

.intro02 {
  margin: 8rem 0 0;
}
.intro02 .list01 {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0 0;
}
.intro02 .list01 li {
  margin: 0 3rem 1rem 0;
}

.intro03 {
  margin: 8rem 0 0;
}
.intro03 .sp_txt {
  display: none;
}
.intro03 .table_parts {
  display: flex;
  justify-content: space-between;
}
.intro03 .table_parts .table_item:nth-child(1) {
  width: 62%;
}
.intro03 .table_parts .table_item:nth-child(2) {
  width: 37%;
}
.intro03 .table_parts.col01 .table_item {
  width: 100%;
}
.intro03 .table_parts table {
  margin: 4rem 0 0;
}
.intro03 .table_parts thead th {
  background: #878787;
  width: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-top: none;
}
.intro03 .table_parts tbody th {
  padding: 1.5rem 1rem;
  font-size: 1.4rem;
  text-align: left;
  font-weight: bold;
}
.intro03 .table_parts tbody td {
  padding: 1.5rem 1rem;
  font-size: 1.4rem;
}
.intro03 .table_parts table td:first-child {
  border-left: none;
}
.intro03 .table_parts tbody td .small {
  font-size: 1.1rem;
}
.intro03 .table_parts tbody .w01 {
  width: 20%;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec03 .com_parts_block .btn-internal a::after {
    background: url("img/arrow_06.png") left top no-repeat;
    background-size: contain;
    width: 8px;
    height: 18px;
  }
  .sec03 .com_parts_block .btn-internal a:hover::after {
    right: 15px;
    background: url("img/arrow_07.png") left top no-repeat;
    background-size: contain;
    margin: 3px 0 0;
  }


  .sec03_block {
    padding: 6rem 1.5rem 6rem;
  }

  .sec03_block .btn-web {
    max-width: 90%;
  }
  .sec03_block .btn-web a {
    margin: 4rem auto 0;
    padding: 1.8rem 4rem;
  }

  .sec03_block .btn-tel a {
    margin: 1.5rem auto 0;
  }

  .sec03_block .txt {
    margin: 1.5rem 0 0;
  }


  .detail {
    margin: 0 0 6rem;
  }

  .detail .ttl_box {
    display: block;
    padding: 1.8rem 1.5rem 1.8rem 0;
  }
  .detail .ttl_box .m_cc {
    width: 100%;
    font-size: 1.6rem;
  }
  .detail .ttl_box .m_cc .large {
    font-size: 2.5rem;
  }
  .detail .ttl_box .c_name {
    width: 100%;
    margin: 1rem 0 0;
    padding: 0 0 0 2.5rem;
    font-size: 2.5rem;
    border-bottom: none;
    position: relative;
  }
  .detail .ttl_box .c_name::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    width: 16px;
    height: 2px;
    margin: 0 0 6px;
  }


  .detail .detail_inner {
    margin: -6rem 0 0;
    padding: 7rem 0 4rem;
  }
  .detail .detail_inner::after {
    left: -15px;
    width: calc(100% + 3rem);
  }


  .detail .upper {
    display: block;
  }
  .detail .upper .l_box {
    width: 100%;
  }
  .detail .upper .r_box {
    width: 100%;
    margin: 2rem 0 0;
    padding: 0 0 0 0;
  }
  .detail .upper .cc {
    font-size: 1.7rem;
  }


  .detail .d_box {
    margin: 6rem 0 0;
  }

  .detail .d_box .box_inner {
    margin: 3rem 0 0;
  }


  .detail .ttl01 {
    padding: 1.5rem 1.5rem 1.5rem;
    font-size: 1.5rem;
    border-left: 3px solid #f78f00;
  }
  .detail .ttl01 .large {
    font-size: 2rem;
  }


  .detail .ttl02 {
    font-size: 1.6rem;
  }
  .detail .ttl02::after {
    width: 16px;
    height: 2px;
    margin: 1rem auto 0;
  }


  .detail .img_box {
    max-width: 100%;
    margin: 2rem auto 0;
  }


  .detail .f_box {
    display: block;
    margin: 3rem 0 0;
  }
  .detail .f_box .f_item {
    width: 100%;
    margin: 0 0 3rem;
  }
  .detail .f_box .f_item:last-child {
    margin: 0 0 0;
  }


  .detail .ttl03 {
    padding: 0 0 1rem;
    font-size: 1.6rem;
    border-bottom: 1px solid #242424;
  }
  .detail .ttl03::after {
    width: 15px;
    height: 2px;
    margin: 0 0 -1px;
  }


  .detail .c_info table th {
    width: 30%;
  }


  /*===== tab_parts =====*/
  .tabArea.bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .tabArea li {
    padding: 0 5px;
    width: calc(25% - 0.1rem);
    height: 45px;
    font-size: 3.5vw;
  }
  .tabArea li.active {
    padding: 0 5px;
    height: 55px;
    font-size: 3.5vw;
    border-bottom: 3px solid #f89000;
  }
  .tabArea li.active::after {
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 10px solid #f89000;
  }
  .tabArea.bottom li.active {
    border-bottom: none;
    border-top: 3px solid #f89000;
  }
  .tabArea.bottom li.active::after {
    top: inherit;
    bottom: 100%;
    margin-left: -6px;
    border: 6px solid transparent;
    border-bottom: 10px solid #f89000;
  }
  .tabArea li:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }

  .tabContents {
    margin: -1px 0 -1px;
    padding: 3rem 2rem 3rem;
    border: 1px solid #3b3b3b;
  }


  .intro_block .intro_ttl01 {
    padding: 0 0 1.5rem;
    font-size: 1.6rem;
    border-bottom: 1px solid #242424;
  }
  .intro_block .intro_ttl01::before {
    width: 20px;
    margin: 0 0 -1px;
    border-bottom: 1px solid #242424;
  }

  .intro01 {
    display: block;
  }
  .intro01 .l_box {
    width: 100%;
    padding: 0 0 0 0;
  }
  .intro01 .list02 {
    margin: 1.5rem 0 0;
  }
  .intro01 .btn-web {
    width: 100%;
  }
  .intro01 .btn-web a {
    margin: 2rem auto 0;
  }
  .intro01 .r_box {
    width: 100%;
  }
  .intro01 .img_box {
    margin: 2rem 0 0;
  }

  .intro02 {
    margin: 5rem 0 0;
  }
  .intro02 .list01 {
    margin: 1.5rem 0 0;
  }
  .intro02 .list01 li {
    margin: 0 2rem 1rem 0;
  }

  .intro03 {
    margin: 5rem 0 0;
  }
  .intro03 .sp_txt {
    display: block;
    margin: 2rem 0 0;
    color: #9c9c9c;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.4;
  }
  .intro03 .table_parts_wrap {
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 100%;
    padding: 0 0 1rem;
  }
  .intro03 .table_parts_wrap::-webkit-scrollbar{
    height: 4px;
  }  
  .intro03 .table_parts_wrap::-webkit-scrollbar-track{
    background: #d2d2d2;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .intro03 .table_parts_wrap::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 0;
    box-shadow: none;
  }  
  .intro03 .table_parts {
    min-width: 768px;
  }
  .intro03 .table_parts .table_item:nth-child(1) {
    width: 62%;
  }
  .intro03 .table_parts .table_item:nth-child(2) {
    width: 37%;
  }
  .intro03 .table_parts.col01 .table_item {
    width: 100%;
  }
  .intro03 .table_parts table {
    margin: 2rem 0 0;
    border-collapse: separate;
  }
  .intro03 .table_parts thead th {
    display: table-cell;
    font-size: 1.6rem;
    text-align: left;
    border-bottom: none;
  }
  .intro03 .table_parts tbody th {
    display: table-cell;
    padding: 1.2rem 1rem;
    font-size: 1.3rem;
    border-left: 1px solid #3b3b3b;
  }
  .intro03 .table_parts tbody th:first-child {
    border-left: none;
  }
  .intro03 .table_parts tbody td {
    display: table-cell;
    padding: 1.2rem 1rem;
    font-size: 1.3rem;
    border-left: 1px solid #3b3b3b;
  }
  .intro03 .table_parts table td:first-child {
    border-left: none;
  }
  .intro03 .table_parts tbody td .small {
    font-size: 1rem;
  }
  .intro03 .table_parts tbody .w01 {
    width: 20%;
  }
}





/*--------------------------------------
　sec04
---------------------------------------*/
.sec04 {
  padding: 16rem 0 0;
}

.sec04 p {
  margin: 0 0 0;
}


.sec04 .main_ttl01 .eng_ttl {
  width: 150px;
}


.sec04_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 5rem 0 0;
}
.accordion_box .sec04_block {
  margin: 0 0 0;
}

.sec04_block .item {
  background: #fff;
  width: calc((100% - 5rem) / 3);
  margin: 0 0 2.5rem 0;
  padding: 3rem 3rem 4rem;
  box-sizing: border-box;
  border: 2px solid #242424;
  border-top: 5px solid #242424;
	position: relative;
}
.sec04_block .item:nth-of-type(3n-1):nth-last-of-type(1) {
	margin: 0 auto 2.5rem 2.5rem;
}

.sec04_block .ttl01 {
  padding: 0 0 2rem;
  border-bottom: 2px solid #ececec;
  position: relative;
}
.sec04_block .ttl01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f78f00;
  width: 32px;
  height: 4px;
  margin: 0 0 -2px;
}
.sec04_block .ttl01 a {
  padding: 0 4rem 0 0;
  font-size: 2.2rem;
  position: relative;
}
.sec04_block .ttl01 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_03.png") left top no-repeat;
  background-size: 100% auto;
  width: 22px;
  height: 10px;
}

.sec04_block .txt {
  margin: 2rem 0 0;
}

.sec04_block table {
  margin: 2rem 0 0;
}
.sec04_block table th {
  width: 40%;
  padding: 1rem 1rem;
  font-size: 1.4rem;
}
.sec04_block table td {
  padding: 1rem 1rem;
  font-size: 1.4rem;
}


.accordion_box {
  display: none;
}

.accordion_all {
	background: #fff;
	max-width: 450px;
	margin: 4rem auto 0;
	padding: 2.2rem 6rem;
	box-sizing: border-box;
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.5;
  border: 2px solid #d2d2d2;
	position: relative;
	cursor: pointer;
	transition: all 0.3s ease;
}
.accordion_all:before,
.accordion_all:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	background: #242424;
	width: 24px;
	height: 2px;
	margin-top: -1px;
	transition: all 0.4s;
}
.accordion_all:after {
	transform: rotate(90deg);
}
.accordion_all.is-open:before {
  display: none;
}
.accordion_all.is-open::after {
  transform: rotate(180deg);
}
.accordion_all span {
	font-weight: bold;
}
.accordion_all span:before {
	content: "もっと⾒る";
}
.accordion_all.is-open span:before {
	content: "閉じる";
}
.accordion_all:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec04 {
    padding: 6rem 1.5rem 0;
  }


  .sec04 .main_ttl01 .eng_ttl {
    width: 18%;
  }


  .sec04_block {
    display: block;
    margin: 3rem 0 0;
  }
  .accordion_box .sec04_block {
    margin: 2rem 0 0;
  }

  .sec04_block .item {
    width: 100%;
    margin: 0 0 2rem 0;
    padding: 2rem 2rem 3rem;
    border: 1px solid #242424;
    border-top: 3px solid #242424;
  }
  .sec04_block .item:nth-of-type(3n-1):nth-last-of-type(1) {
    margin: 0 0 2rem 0;
  }
  .sec04_block .item:last-child {
    margin: 0 0 0 0;
  }

  .sec04_block .ttl01 {
    padding: 0 0 1.5rem;
    border-bottom: 1px solid #ececec;
  }
  .sec04_block .ttl01::after {
    width: 16px;
    height: 2px;
    margin: 0 0 -1px;
  }
  .sec04_block .ttl01 a {
    padding: 0 3rem 0 0;
    font-size: 1.7rem;
  }
  .sec04_block .ttl01 a::after {
    background: url("img/arrow_03.png") left top no-repeat;
    background-size: contain;
    width: 18px;
    height: 8px;
  }

  .sec04_block .txt {
    margin: 1.5rem 0 0;
  }

  .sec04_block table {
    margin: 1.5rem 0 0;
  }
  .sec04_block table th {
    width: 35%;
    font-size: 1.3rem;
  }
  .sec04_block table td {
    font-size: 1.3rem;
  }


  .accordion_all {
    max-width: 85%;
    margin: 2rem auto 0;
    padding: 1.8rem 4rem;
    font-size: 1.4rem;
    border: 1px solid #d2d2d2;
  }
  .accordion_all:before,
  .accordion_all:after {
    right: 15px;
    width: 18px;
    height: 1px;
  }
  .accordion_all:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
  }
}





/*--------------------------------------
　sec05
---------------------------------------*/
.sec05 {
  padding: 16rem 0 0;
}

.sec05 p {
  margin: 0 0 0;
}


.sec05 .main_ttl01 .eng_ttl {
  width: 290px;
}


.sec05_block {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0 0;
}

.sec05_block .item {
  background: #ececec;
  width: calc(33.33% - 2rem);
  box-sizing: border-box;
}

.sec05_block .ttl01 a {
  background: #3b3b3b;
  padding: 1.5rem 4rem 1.5rem 2rem;
  color: #fff;
  font-size: 2.2rem;
  position: relative;
}
.sec05_block .ttl01 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
  background: url("img/arrow_05.png") left top no-repeat;
  background-size: 100% auto;
  width: 22px;
  height: 10px;
}
.sec05_block .ttl01 .large {
  font-size: 3.2rem;
}

.sec05_block .item_inner {
  padding: 3rem 2rem 3rem;
  box-sizing: border-box;
}

.sec05_block ul li {
  margin: 0 0 1rem;
  padding: 0 0 0 1.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
.sec05_block ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #f89000
}
.sec05_block ul.fx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
.sec05_block ul.fx li {
  width: calc(50% - 1rem);
  box-sizing: border-box;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec05 {
    padding: 6rem 1.5rem 0;
  }


  .sec05 .main_ttl01 .eng_ttl {
    width: 32%;
  }


  .sec05_block {
    display: block;
    margin: 3rem 0 0;
  }

  .sec05_block .item {
    width: 100%;
    margin: 0 0 2rem;
  }
  .sec05_block .item:last-child {
    margin: 0 0 0;
  }

  .sec05_block .ttl01 a {
    padding: 1.2rem 3rem 1.2rem 1.5rem;
    font-size: 1.7rem;
  }
  .sec05_block .ttl01 a::after {
    right: 15px;
    background: url("img/arrow_05.png") left top no-repeat;
    background-size: contain;
    width: 18px;
    height: 8px;
  }
  .sec05_block .ttl01 .large {
    font-size: 2rem;
  }

  .sec05_block .item_inner {
    padding: 1.5rem 2rem 1.5rem;
  }

  .sec05_block ul.fx li {
    width: calc(50% - 0.5rem);
  }
}






/*--------------------------------------
　parts_01
---------------------------------------*/
.parts_01 {
  display: flex;
  justify-content: space-between;
  margin: 5rem 0 0;
  padding: 6rem 6rem 0;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.parts_01.rev {
  flex-direction: row-reverse;
}
.parts_01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #ececec;
  width: 100vw;
  height: 90%;
  z-index: -1;
}

.parts_01 p {
  margin: 0 0 0;
}

.parts_01 .l_box {
  width: calc(100% - 420px);
  padding: 0 5rem 0 0;
  box-sizing: border-box;
}
.parts_01.rev .l_box {
  padding: 0 0 0 5rem;
}

.parts_01 .cc {
  font-size: 2.4rem;
  position: relative;
}
.parts_01 .cc::after {
  content: "";
  display: block;
  background: #f78f00;
  width: 30px;
  height: 4px;
  margin: 2rem 0 0;
}

.parts_01 .txt {
  margin: 2rem 0 0;
}

.parts_01 .btn-internal {
  max-width: 370px;
}
.parts_01 .btn-internal a {
  margin: 2rem auto 0;
  padding: 2.5rem 5rem;
}

.parts_01 .r_box {
  width: 420px;
  margin: 2rem 0 0;
  box-sizing: border-box;
}

.mv_home .btn_box .btn-internal {
    min-height: 110px;
}

.mv_home .btn_box .btn-internal a {
    min-height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}






.detail .ttl_box .m_cc {
    font-size: 2.2rem;
    width: 50%;
}

.c_info li {
    list-style-type: disc;
    margin-bottom: 10px;
}

.c_info ul {
    padding-left: 20px;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .parts_01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 3rem 0 0;
    padding: 0 0 5rem;
  }
  .parts_01.rev {
    flex-direction: inherit;
  }
  .parts_01::after {
    top: 30px;
    left: inherit;
    right: -15px;
    width: calc(90% + 1.5rem);
    height: calc(100% - 30px);
  }

  .parts_01 .l_box {
    width: 100%;
    margin: 2rem 0 0;
    padding: 0 0 0 0;
    order: 2;
  }
  .parts_01.rev .l_box {
    padding: 0 0 0 0;
  }

  .parts_01 .cc {
    font-size: 1.7rem;
    position: relative;
  }
  .parts_01 .cc::after {
    width: 15px;
    height: 2px;
    margin: 1rem 0 0;
  }

  .parts_01 .txt {
    margin: 2rem 0 0;
  }

  .parts_01 .btn-internal {
    max-width: 90%;
  }
  .parts_01 .btn-internal a {
    margin: 2rem auto 0;
    padding: 1.8rem 4rem;
  }

  .parts_01 .r_box {
    width: 100%;
    margin: 0 0 0;
    order: 1;
  }
}





/*--------------------------------------
　sec06
---------------------------------------*/
.sec06 {
  padding: 16rem 0 0;
}

.sec06 p {
  margin: 0 0 0;
}


.sec06 .main_ttl01 .eng_ttl {
  width: 270px;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec06 {
    padding: 6rem 1.5rem 0;
  }


  .sec06 .main_ttl01 .eng_ttl {
    width: 30%;
  }
}





/*--------------------------------------
　sec07
---------------------------------------*/
.sec07 {
  padding: 16rem 0 0;
}

.sec07 p {
  margin: 0 0 0;
}


.sec07 .main_ttl01 .eng_ttl {
  width: 570px;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec07 {
    padding: 6rem 1.5rem 0;
  }


  .sec07 .main_ttl01 .eng_ttl {
    width: 65%;
  }
}





/*--------------------------------------
　sec08
---------------------------------------*/
.sec08 {
  padding: 16rem 0 0;
}

.sec08 p {
  margin: 0 0 0;
}


.sec08 .main_ttl01 .eng_ttl {
  width: 800px;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec08 {
    padding: 6rem 1.5rem 0;
  }


  .sec08 .main_ttl01 .eng_ttl {
    width: 85%;
  }
}





/*--------------------------------------
　sec09
---------------------------------------*/
.sec09 {
  padding: 18rem 0 0;
}

.sec09 p {
  margin: 0 0 0;
}

.sec09 .eng {
  width: 980px;
  margin: auto;
  margin-bottom: 1rem;
}


.sec09_block {
  background: #fff;
  margin: -2rem 0 0;
  padding: 0 6rem 0;
  box-sizing: border-box;
  border: 2px solid #242424;
  position: relative;
}

.sec09_block .sub {
  display: inline-block;
  background: #f78f00;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.sec09_block .m_ttl_wrap {
  margin: 2rem 0 0;
  text-align: center;
}

.sec09_block .m_ttl {
  display: inline-block;
  font-size: 4rem;
}
.sec09_block .m_ttl .sub_ttl {
  background: #3b3b3b;
  padding: 0.3rem 1.5rem;
  box-sizing: border-box;
  font-size: 2rem;
}

.sec09_block .m_ttl a {
  display: inline-block;
  padding: 0 6rem 0 6rem;
  position: relative;
}
.sec09_block .m_ttl a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_01.png") left top no-repeat;
  background-size: 100% auto;
  width: 46px;
  height: 16px;
}

.sec09_block .item {
  margin: 5rem 0 0;
  position: relative;
}

.sec09_block .item .l_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 520px;
  margin: 3rem 0 0 -13rem;
}

.sec09_block .item .caption {
  text-align: center;
}


.sec09_block .item .r_box {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 0 0 5rem;
  box-sizing: border-box;
}

.sec09_block .item .cc {
  font-size: 2.4rem;
}

.sec09_block .item .txt {
  margin: 2rem 0 0;
}

.sec09_block .item .btn-internal {
  max-width: 370px;
}
.sec09_block .item .btn-internal a {
  margin: 4rem auto 0;
  padding: 2.5rem 5rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec09 {
    padding: 6rem 1.5rem 0;
  }

  .sec09 .eng {
    width: 85%;
  }


  .sec09_block {
    margin: -1rem 0 0;
    padding: 0 2rem 4rem;
    border: 1px solid #242424;
  }

  .sec09_block .sub {
    margin: 0 0 0 -2rem;
    padding: 0.8rem 1.5rem;
    font-size: 1.4rem;
  }

  .sec09_block .m_ttl_wrap {
    margin: 1rem 0 0;
  }

  .sec09_block .m_ttl {
    font-size: 2.5rem;
  }
  .sec09_block .m_ttl .sub_ttl {
    background: none;
    padding: 0 0;
    font-size: inherit;
  }
  .sec09_block .m_ttl .sub_ttl_sp {
    display: inline-block;
    background: #3b3b3b;
    margin: 0 0 0 0;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
  }

  .sec09_block .m_ttl a {
    padding: 0 4rem 0 4rem;
  }
  .sec09_block .m_ttl a::after {
    background: url("img/arrow_01.png") left top no-repeat;
    background-size: contain;
    width: 22px;
    height: 8px;
  }

  .sec09_block .item {
    margin: 2rem 0 0;
  }

  .sec09_block .item .l_box {
    position: relative;
    top: 0;
    left: 0;
    width: calc(100% + 3.5rem);
    margin: 0 0 0 -3.5rem;
  }


  .sec09_block .item .r_box {
    width: 100%;
    margin: 2rem 0 0 0;
    padding: 0 0 0;
  }

  .sec09_block .item .cc {
    font-size: 1.7rem;
  }

  .sec09_block .item .txt {
    margin: 1.5rem 0 0;
  }

  .sec09_block .item .btn-internal {
    max-width: 100%;
  }
  .sec09_block .item .btn-internal a {
    margin: 2rem auto 0;
    padding: 1.8rem 4rem;
  }
}






/*--------------------------------------
　sec10
---------------------------------------*/
.sec10 {
  padding: 16rem 0 12rem;
}

.sec10 p {
  margin: 0 0 0;
}


.sec10 .main_ttl01 .eng_ttl {
  width: 470px;
}


.sec10_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 6rem 0 0;
}

.sec10_block .item {
  width: 33.33%;
  box-sizing: border-box;
  border: 1px solid #fff;
  overflow: hidden;
}
.sec10_block .item:nth-child(1),
.sec10_block .item:nth-child(2){
  width: 50%;
}

.sec10_block .item a {
  display: block;
  width: 100%;
  padding: 6rem 4rem;
  box-sizing: border-box;
  position: relative;
}
.sec10_block .item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(36,36,36,0.85);
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  z-index: -1;
}
.sec10_block .item a:hover::before {
  background: rgba(36,36,36,0.55);
}

.sec10_block .item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  transition: all 0.4s ease;
}
.sec10_block .item:nth-child(1) a::after {
  background: url("img/sec10_01.jpg") center center no-repeat;
  background-size: cover;
}
.sec10_block .item:nth-child(2) a::after {
  background: url("img/sec10_02.jpg") center center no-repeat;
  background-size: cover;
}
.sec10_block .item:nth-child(3) a::after {
  background: url("img/sec10_03.jpg") center center no-repeat;
  background-size: cover;
}
.sec10_block .item:nth-child(4) a::after {
  background: url("img/sec10_04.jpg") center center no-repeat;
  background-size: cover;
}
.sec10_block .item:nth-child(5) a::after {
  background: url("img/sec10_05.jpg") center center no-repeat;
  background-size: cover;
}
.sec10_block .item a:hover::after {
  transform: scale(1.1);
}

.sec10_block .item a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}

.sec10_block .ttl01 {
  display: inline-block;
  padding: 0 6rem 0 0;
  font-size: 2.4rem;
  position: relative;
}
.sec10_block .ttl01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_05.png") left top no-repeat;
  background-size: 100% auto;
  width: 32px;
  height: 13px;
  transition: all 0.4s ease;
}
.sec10_block .item a:hover .ttl01::after {
  right: -10px;
}

.sec10_block .txt {
  margin: 7rem 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec10 {
    padding: 6rem 1.5rem 6rem;
  }


  .sec10 .main_ttl01 .eng_ttl {
    width: 58%;
  }


  .sec10_block {
    display: block;
    margin: 3rem 0 0;
  }

  .sec10_block .item {
    width: 100%;
    margin: 0 0 2rem;
    border: none;
  }
  .sec10_block .item:nth-child(1),
  .sec10_block .item:nth-child(2){
    width: 100%;
  }
  .sec10_block .item:last-child {
    margin: 0 0 0;
  }

  .sec10_block .item a {
    padding: 3rem 2rem;
  }

  .sec10_block .ttl01 {
    padding: 0 4rem 0 0;
    font-size: 1.7rem;
  }
  .sec10_block .ttl01::after {
    background: url("img/arrow_05.png") left top no-repeat;
    background-size: contain;
    width: 18px;
    height: 8px;
  }

  .sec10_block .txt {
    margin: 2rem 0 0;
  }
.detail .ttl_box .m_cc {
    width: 100%;
    font-size: 1.6rem;
}
}



