@charset "utf-8";

/*--------------------------------------
　Header
---------------------------------------*/
.header_home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

/*--------------------------------------
　MV
---------------------------------------*/
.mv_home {
  background: url('img/mv_home_bg.jpg') center center no-repeat;
  background-size: cover;
  width: 100%;
  min-width: 1000px;
  padding: 7rem 0 0;
  box-sizing: border-box;
  position: relative;
}

.mv_home .mv_inner {
  max-width: 1000px;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}

.mv_home .mv_txt_box {
  width: 55%;
}

.mv_home .mv_txt_box .marker {
  color:#ffbfc2;
	background: none;
}

.mv_home .mv_ttl {
  font-size: 2.4rem;
}
.mv_home .mv_ttl span {
  display: inline-block;
}

.mv_home .mv_ttl .sub {
  background: #fff;
  margin: 0 0 3rem;
  padding: 0.5rem 3rem 0.5rem 0;
  box-sizing: border-box;
  color: #1e1e1e;
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
  position: relative;
}
.mv_home .mv_ttl .sub::before {
  content: '';
  position: absolute;
  top: 0;
  right: calc(100% - 60px);
  background: #fff;
  width: 100vw;
  height: 100%;
  -webkit-transform: skewX(40deg);
  transform: skewX(40deg);
}
.mv_home .mv_ttl .sub span {
  -webkit-transform: skewX(40deg);
  transform: skewX(40deg);
}

.mv_home .mv_ttl .spn01 {
  display: inline;
  background-image: linear-gradient(90deg, #a4000b, rgba(164, 0, 11, 0.3));
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 20px;
	font-size: 3.8rem;
  line-height: 1.5;
  position: relative;
  z-index: 0;
}

.mv_home .mv_ttl .spn02 {
  margin: 0.5rem 1rem 0 0;
  color: #1e1e1e;
  font-size: 5.2rem;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

.mv_home .mv_cc {
  display: inline-block;
  margin: 3rem 0 0;
  padding: 3px 2rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.mv_home .mv_cc:before,
.mv_home .mv_cc:after {
  content: '';
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  position: absolute;
}
.mv_home .mv_cc::before {
  top: 0;
  left: 0;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.mv_home .mv_cc::after {
  bottom: 0;
  right: 0;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

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

.mv_home .btn-internal a {
  margin: 0rem auto 0;
  position: relative;
  bottom: -45px;
}
.mv_home .btn-internal a::after {
  margin-top: -17px;
  -webkit-transform: rotate(90deg);
  display: block;
  top: 50px;
  bottom: 0;
  background: url(img/arrow_05_mv.png) left top no-repeat;
  background-size: 100% auto;
  right: 28px;
  transform: rotate(0deg);
}

#mainVis .btn-internal::after,
#mainVis .btn-internal::before{
  animation-delay: 1s;
}

.mv_home .btn-internal a::before {
  content: '';
  width:40px;
  height:40px;
  top: 55px;
  margin-top: -26px;
  right: 24px;
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #e31e23;
  background: #e31e23;
  border-radius: 50%;
  animation: pulsate 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
  transform: rotate(90deg);
}

@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
    50% {
    opacity: 0.6;
  }

  100% {
    transform: scale(1.1);
    opacity: 0.5;
  }
}
.mv_home .btn-internal a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=60)';
}

.mv_home .mv_img {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(0, -50%);
  width: 550px;
  box-sizing: border-box;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .mv_home {
    background: url('img/mv_home_bg_sp.jpg') center center no-repeat;
    background-size: cover;
    width: 100%;
    min-width: 100%;
    padding: 4.5rem 2rem 0;
  }

  .mv_home .mv_inner {
    max-width: 100%;
  }

  .mv_home .mv_txt_box {
    width: 100%;
  }

  .mv_home .mv_ttl {
    font-size: 1.5rem;
  }

  .mv_home .mv_ttl .sub {
    margin: 0 0 0.5rem;
    padding: 0.5rem 1rem 0.5rem 0;
    font-size: 1.7rem;
  }
  .mv_home .mv_ttl .sub::before {
    right: calc(100% - 60px);
  }

  .mv_home .mv_ttl .spn01 {
    display: inline;
    background-image: linear-gradient(90deg, #a4000b, rgba(164, 0, 11, 0.3));
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 10px;
    font-size: 2.4rem;
  }

  .mv_home .mv_ttl .spn02 {
    margin: 0.5rem 0.5rem 0 0;
    font-size: 3.2rem;
  }

  .mv_home .mv_cc {
    margin: 1rem 0 0;
    padding: 3px 8px;
    font-size: 1.6rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv_home .mv_cc::before {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .mv_home .mv_cc::after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .mv_home .mv_txt {
    margin: 1rem 0 0;
    line-height: 1.8;
  }

  .mv_home .btn-internal a {
    margin: 2rem auto 1rem;
    position: relative;
    bottom: 0px;
  }
  .mv_home .btn-internal a::after {
    margin-top: -22px;
    right: 20px;
  }

  .mv_home .sp_box {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0 0;
  }
	
	.mv_home .btn-internal a::before {
    content: '';
    width: 30px;
    height: 30px;
    top: 50px;
    right: 16px;
}

  .mv_home .sp_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mv_home .logo {
    width: 35%;
  }

  .mv_home .mv_img {
    position: relative;
    top: inherit;
    left: inherit;
    transform: translate(0, 0);
    width: 100%;
  }
}

/*--------------------------------------
　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%;
  }
}

/*--------------------------------------
　Title
---------------------------------------*/
.main_ttl01 {
  padding: 8rem 0 0;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.main_ttl01::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url('img/deco_01.png') left center no-repeat;
  background-size: 100% auto;
  width: 100px;
  height: 100px;
}

.main_ttl01 .m_ttl {
  font-size: 3.8rem;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
}

.sec01 .main_ttl01 .m_ttl,.sec05 .main_ttl01 .m_ttl,.sec07 .main_ttl01 .m_ttl {
 margin-left: 5rem;
}
.main_ttl01 .m_ttl .large {
  font-size: 4.5rem;
}

.main_ttl01 .m_ttl .mark {
  display: inline;
  background-image: linear-gradient(90deg, #cb4951, rgba(203, 73, 81, 0.3));
  background-repeat: no-repeat;
  background-position: left bottom 9px;
  background-size: 100% 10px;
  text-shadow: none;
}

.main_ttl01 .m_ttl a {
  display: inline-block;
  padding: 0 4rem 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_02.png') right center no-repeat;
  background-size: contain;
  width: 18px;
  height: 36px;
}

.tc {
  text-align: center;
}
/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .main_ttl01 {
    max-width: 100%;
    padding: 2rem 2rem 2rem 2rem;
    position: relative;
  }
  .main_ttl01::before {
    background: url('img/deco_01.png') left center no-repeat;
    background-size: 100% auto;
    width: 54px;
    height: 54px;
    margin: 0 0 0 -2rem;
  }

  .main_ttl01 .m_ttl {
    font-size: 2rem;
  }
  .main_ttl01 .m_ttl .large {
    font-size: 2.5rem;
  }
	.sec01 .main_ttl01 .m_ttl,.sec05 .main_ttl01 .m_ttl,.sec07 .main_ttl01 .m_ttl {
 margin-left: 0;
}

  .main_ttl01 .m_ttl .mark {
    background-image: linear-gradient(90deg, #cb4951, rgba(203, 73, 81, 0.3));
    background-repeat: no-repeat;
    background-position: left bottom 4px;
    background-size: 100% 5px;
  }

  .main_ttl01 .m_ttl a {
    padding: 0 3rem 0 0;
  }
  .main_ttl01 .m_ttl a::after {
    background: url('img/arrow_02.png') right center no-repeat;
    background-size: contain;
    width: 12px;
    height: 24px;
  }
}

/*--------------------------------------
　テキスト
---------------------------------------*/
.contents_top p {
  margin: 3rem 0 3rem;
  font-size: 1.4rem;
  line-height: 2;
}

.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 {
  max-width: 100%;
  margin: 1rem 0 0 0 !important;
  padding: 0 0 0.5rem 0;
  font-size: 1rem;
  line-height: 1.3;
}

.sec p {
  margin: 0 0 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .contents_top p {
    margin: 2rem 0 2rem;
    line-height: 1.8;
  }

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

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

  .sec p {
    margin: 0 0 0;
  }
}

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

.sec01 .arrow {
  width: 80px;
  margin: 7rem auto 0;
  position: relative;
}

.sec01_block01 {
  margin: 6rem 0 0;
  position: relative;
  z-index: 0;
}
.sec01_block01::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  background: url('img/bg_deco_04.png') left top no-repeat;
  background-size: 100% auto;
  width: 610px;
  height: 140px;
  z-index: -1;
}

.sec01_block01 .inner {
  display: flex;
  justify-content: space-between;
}
.sec01_block01 .inner::after {
  content: '';
  position: absolute;
  top: 100%;
  left: -2px;
  right: 0;
  background: #1e1e1e;
  width: 2px;
  height: 70px;
  margin: auto;
}

.sec01_block01 .item {
  width: 50%;
  box-sizing: border-box;
}

.sec01_block01 .eng {
  margin: 0 0 0 3rem;
  color: #cfdbdb;
  font-size: 4.4rem;
  font-weight: bold;
}

.sec01_block01 .ttl01 {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1e1e1e;
  width: calc(100% - 6rem);
  margin: auto;
  font-size: 2.6rem;
  text-align: center;
  position: relative;
}
.sec01_block01 .ttl01::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translate(0, -50%);
  background: #1e1e1e;
  width: 100vw;
  height: 2px;
  z-index: -1;
}
.sec01_block01 .ttl01::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 28px);
  background: #1e1e1e;
  width: 2px;
  height: 50%;
  z-index: -1;
}
.sec01_block01 .ttl01 span {
  display: block;
  width: 100%;
  padding: 1.5rem 8rem;
  box-sizing: border-box;
  position: relative;
}
.sec01_block01 .ttl01 span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: #fff;
  width: 80px;
  height: 2px;
}

.sec01_block01 .item_inner {
  padding: 4rem 3rem 4rem;
  box-sizing: border-box;
  border: 2px solid #1e1e1e;
  border-top: none;
  position: relative;
  z-index: 0;
}
.sec01_block01 .item:nth-child(1) .item_inner {
  border-left: none;
}
.sec01_block01 .item:nth-child(2) .item_inner {
  border-left: none;
  border-radius: 0 0 30px 0;
}
.sec01_block01 .item:nth-child(1) .item_inner::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 100vw;
  margin: 0 0 -2px;
  border-bottom: 2px solid #1e1e1e;
}

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

.sec01_block01 .catch {
  margin: 2rem 0 2rem 0;
  color: #ffffff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 0.5rem;
    background: #7c7c7c;
}

.sec01_block02 {
  margin: 3rem 0 0;
}

.sec01_block02 .ttl01_wrap {
  text-align: center;
}
.sec01_block02 .ttl01 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.8;
  position: relative;
}
.sec01_block02 .ttl01::after {
  content: '';
  display: block;
  background: -moz-linear-gradient(90deg, #d6000f 50%, #1e1e1e 50%);
  background: -webkit-linear-gradient(90deg, #d6000f 50%, #1e1e1e 50%);
  background: linear-gradient(90deg, #d6000f 50%, #1e1e1e 50%);
  width: 90px;
  height: 2px;
  margin: 2rem auto 0;
}
.sec01_block02 .ttl01 span {
  font-weight: bold;
}
.sec01_block02 .ttl01 .large {
  font-size: 4rem;
}
.sec01_block02 .ttl01 .bg {
  background: -moz-linear-gradient(90deg, #a4000b, rgba(164, 0, 11, 0.3));
  background: -webkit-linear-gradient(90deg, #a4000b, rgba(164, 0, 11, 0.3));
  background: linear-gradient(90deg, #a4000b, rgba(164, 0, 11, 0.3));
  padding: 0 2rem;
  box-sizing: border-box;
}

.sec01_block02 .bottom_txt {
  margin: 5rem 0 0;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}

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

  .sec01 .arrow {
    width: 15%;
    margin: 3rem auto 0;
  }

  .sec01_block01 {
    margin: 3rem 0 0;
  }
  .sec01_block01::before {
    display: none;
  }

  .sec01_block01 .inner {
    display: block;
  }
  .sec01_block01 .inner::after {
    left: 0;
    width: 1px;
    height: 24px;
  }

  .sec01_block01 .item {
    width: 100%;
    margin: -4rem 0 0;
  }
  .sec01_block01 .item:last-child {
    margin: -5rem 0 0;
  }
  .sec01_block01 .item:first-child {
    margin: 0 0 0;
  }

  .sec01_block01 .eng {
    margin: 0 0 0 1.5rem;
    font-size: 2.5rem;
  }

  .sec01_block01 .ttl01 {
    display: block;
    width: calc(100% - 3rem);
    font-size: 1.7rem;
  }
  .sec01_block01 .ttl01::before {
    right: -15px;
    height: 1px;
  }
  .sec01_block01 .ttl01::after {
    left: calc(100% + 14px);
    width: 1px;
  }
  .sec01_block01 .ttl01 span {
    padding: 1.5rem 5rem;
  }
  .sec01_block01 .ttl01 span::before {
    width: 30px;
    height: 1px;
  }

  .sec01_block01 .item_inner {
    padding: 2rem 2rem 8rem 1.5rem;
    border: 1px solid #1e1e1e;
    border-top: none;
  }
  .sec01_block01 .item:nth-child(1) .item_inner {
    border-left: none;
  }
  .sec01_block01 .item:nth-child(2) .item_inner {
    border-left: none;
    border-radius: 0 0 15px 0;
  }
  .sec01_block01 .item:first-child .item_inner {
    border-bottom: none;
  }
  .sec01_block01 .item:last-child .item_inner {
    padding: 2rem 2rem 4rem 1.5rem;
  }
  .sec01_block01 .item:nth-child(1) .item_inner::before {
    display: none;
  }
  .sec01_block01 .item:last-child .item_inner::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100vw;
    margin: 0 0 -1px;
    border-bottom: 1px solid #1e1e1e;
  }

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

  .sec01_block01 .catch {
    font-size: 1.6rem;
    margin: 1.5rem 0 1.5rem 0;
  }

  .sec01_block02 {
    margin: 2rem 0 0;
  }

  .sec01_block02 .ttl01 {
    font-size: 1.6rem;
  }
  .sec01_block02 .ttl01::after {
    width: 45px;
    height: 1px;
    margin: 1rem auto 0;
  }
  .sec01_block02 .ttl01 .large {
    font-size: 2rem;
  }
  .sec01_block02 .ttl01 .bg {
    padding: 0 1rem;
  }

  .sec01_block02 .bottom_txt {
    margin: 3rem 0 0;
    font-size: 1.4rem;
    text-align: justify;
    line-height: 1.8;
  }
}

/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 .com_parts {
  padding: 18rem 0 8rem;
}
.sec02 .com_parts::before {
  top: -70px;
  background: url('img/bg_deco_05.png') right top no-repeat;
  background-size: 100% auto;
}
.sec02 .com_parts::after {
  display: none;
}

.sec02 .com_parts_block .link a::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec02 .com_parts {
    padding: 5rem 2rem 6rem;
  }
  .sec02 .com_parts::before {
    top: 0;
    background: url('img/bg_deco_02_sp.png') right top no-repeat;
    background-size: 100% auto;
  }
}

/*--------------------------------------
　sec03
---------------------------------------*/
.sec03 {
  background: url('img/bg_01.jpg') center top no-repeat;
  background-size: cover;
  padding: 0 0 12rem;
  position: relative;
  z-index: 0;
  z-index: 1;
}
.sec03::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('img/bg_deco_06.png') left top no-repeat;
  background-size: 100% auto;
  width: 1000px;
  height: 1000px;
  z-index: -1;
}

.sec03 .main_ttl {
  text-align: center;
  position: relative;
}
.sec03 .main_ttl::after {
  content: '';
  display: block;
  background: #fff;
  width: 80px;
  height: 2px;
  margin: 4rem auto 0;
}

.sec03 .main_ttl .m_ttl {
  display: inline;
  background-image: linear-gradient(90deg, #a4000b, rgba(164, 0, 11, 0.3));
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 20px;
  font-size: 4.5rem;
  line-height: 1.7;
  position: relative;
  z-index: 0;
}

.sec03 .lead {
  max-width: 80%;
  margin: 4rem auto 0 !important;
}

.sec03 .chart_table {
  background: none;
  margin: 6rem 0 0;
  padding: 0 0 0;
}
.sec03 .chart_table::before,
.sec03 .chart_table::after {
  display: none;
}
.sec03 .chart_table .note {
  text-align: right;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec03 {
    background: url('img/bg_01.jpg') center top no-repeat;
    background-size: cover;
    padding: 0 2rem 6rem;
  }
  .sec03::after {
    background: url('img/bg_deco_06.png') right top no-repeat;
    background-size: contain;
    width: 50%;
    height: 0;
    padding-top: 50%;
  }

  .sec03 .main_ttl::after {
    width: 40px;
    height: 1px;
    margin: 2rem auto 0;
  }

  .sec03 .main_ttl .m_ttl {
    display: inline;
    background-image: linear-gradient(90deg, #a4000b, rgba(164, 0, 11, 0.3));
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 10px;
    font-size: 2.5rem;
  }

  .sec03 .lead {
    max-width: 100%;
    margin: 2rem auto 0 !important;
  }

  .sec03 .chart_table {
    background: none;
    margin: 3rem 0 0;
  }

  .sec03 .chart_table .note {
    text-align: left;
    color: #fff;
  }
}

/*--------------------------------------
　sec04
---------------------------------------*/
.sec04 {
  background: url('img/bg_01.jpg') center center repeat;
  background-size: 100%;
  margin: -140px 0 0;
  padding: 17rem 0 15rem;
  position: relative;
  z-index: 0;
}
.sec04::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url('img/bg_deco_02.png') right top no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sec04::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('img/bg_deco_06.png') right top no-repeat;
  background-size: 100% auto;
  width: 700px;
  height: 700px;
  z-index: -1;
}

.sec04 .eng {
  position: absolute;
  top: 220px;
  left: 0;
  width: 112px;
}

.sec04 .main_ttl01::before {
  display: none;
}

.sec04 .btn-web a {
  max-width: 330px;
  margin: 5rem auto 0;
}

.sec04_block {
  margin: 5rem 0 0;
}

.sec04_block .sec04_item {
  margin: 0 0 8rem;
}
.sec04_block .sec04_item:last-child {
  margin: 0 0 0;
}

.sec04_block .ttl_block {
  max-width: 890px;
  position: relative;
}
.sec04_block .ttl_block::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  background: #fff;
  width: 110px;
  height: 50%;
  border-radius: 0 40px 0 0;
}
.sec04_block .ttl_wrap {
  background: -moz-linear-gradient(
    -45deg,
    #262626 0%,
    #262626 50%,
    #1e1e1e 50%,
    #1e1e1e 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #262626 0%,
    #262626 50%,
    #1e1e1e 50%,
    #1e1e1e 100%
  );
  background: linear-gradient(
    -45deg,
    #262626 0%,
    #262626 50%,
    #1e1e1e 50%,
    #1e1e1e 100%
  );
  max-width: 890px;
  padding: 4rem 0 0 6rem;
  box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 0 40px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.sec04_block .ttl_wrap .cc {
  width: calc(100% - 200px);
  box-sizing: border-box;
  font-size: 3.4rem;
}
.sec04_block .ttl_wrap .ttl01_wrap {
  text-align: right;
}
.sec04_block .ttl_wrap .ttl01 {
  display: inline-block;
  background: #d6000f;
  margin: 1rem -3rem 0 0;
  padding: 0.5rem 6rem 0.5rem 4rem;
  box-sizing: border-box;
  font-size: 3.4rem;
  -webkit-transform: skewX(-40deg);
  transform: skewX(-40deg);
  position: relative;
}
.sec04_block .ttl_wrap .ttl01::before {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 110px;
  height: 118px;
  margin: 0 10rem 0 0;
  -webkit-transform: skewX(40deg);
  transform: skewX(40deg);
}
#whomor .ttl_wrap .ttl01::before {
  background: none;
  background-size: 100% auto;
}
#lavan7 .ttl_wrap .ttl01::before {
  background: none;
  background-size: 100% auto;
}
#shinfield .ttl_wrap .ttl01::before {
  background: none;
  background-size: 100% auto;
}
.sec04_block .ttl_wrap .ttl01 span {
  display: inline-block;
  -webkit-transform: skewX(40deg);
  transform: skewX(40deg);
}

.sec04_block .item_inner {
  background: #fff;
  padding: 3rem 5rem 8rem;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.sec04_block .slider_parts {
  margin: 0 auto 0;
}

.sec04_block .ttl02 {
  padding: 1rem 0 0 5rem;
  font-size: 2.8rem;
  position: relative;
}
.sec04_block .ttl02::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url('img/deco_01.png') left center no-repeat;
  background-size: 100% auto;
  width: 60px;
  height: 60px;
}
.sec04_block .ttl02 .large {
  font-size: 3.8rem;
}

.strength {
  margin: 8rem 0 0;
}

.strength .strength_block {
  display: flex;
  justify-content: space-between;
  margin: 4rem 0 0;
}

.strength .box {
  width: 50%;
  box-sizing: border-box;
}

.strength .eng_sub {
  color: #cfdbdb;
  font-size: 2.4rem;
  font-weight: bold;
}

.strength .s_ttl {
  display: flex;
  align-items: center;
  background: #1e1e1e;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  border-right: 1px solid #e0e0e0;
  position: relative;
  z-index: 0;
}
.strength .box:last-child .s_ttl {
  border-right: none;
}
.strength .box:first-child .s_ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(0, -50%);
  background: #1e1e1e;
  width: 100vw;
  height: 1px;
  z-index: -1;
}
.strength .box:first-child .s_ttl::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 100%;
  background: #f5f5f5;
  width: 100vw;
  height: 50%;
  z-index: -1;
}

.strength .s_ttl span {
  display: block;
  width: 100%;
  padding: 2rem 3.5rem;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
}
.strength .s_ttl span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: #d6000f;
  width: 20px;
  height: 1px;
}

.strength .txt_box {
  background: #f5f5f5;
  padding: 3rem 2rem 3rem;
  border-right: 1px solid #e0e0e0;
  position: relative;
  z-index: 0;
}
.strength .box:last-child .txt_box {
  border-right: none;
}
.strength .box:nth-child(1) .txt_box::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  background: #f5f5f5;
  width: 100vw;
  height: 100%;
  z-index: -1;
}

.case {
  margin: 8rem 0 0;
}

.case .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 3rem;
}
.case .box:last-child {
  margin: 0 0 0;
}

.case .ttl_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 38%;
  padding: 0 1rem 0 0;
  box-sizing: border-box;
  position: relative;
}
.case .ttl_box:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  border: 8px solid transparent;
  border-left: 14px solid #1e1e1e;
}

.case .ttl_box .icon {
  width: 70px;
  box-sizing: border-box;
}
.case .ttl_box .ttl03 {
  width: calc(100% - 70px);
  padding: 0 0 0 1rem;
  box-sizing: border-box;
  font-size: 2.2rem;
}
.case .ttl_box .ttl03 .large {
  font-size: 3.6rem;
}

.case .tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0 0 0 4rem;
  box-sizing: border-box;
  border-left: 1px solid #1e1e1e;
}
.case .tag li {
  margin: 0 1rem 1rem 0;
  padding: 1rem 2rem;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 0 20px 0 0;
}
.case .box01 .tag li {
  background: #ececec;
}
.case .box02 .tag li {
  background: #fff;
  border: 2px solid #bfbfbf;
}

.voice {
  margin: 8rem 0 0;
}

.voice .voice_block {
  display: flex;
  justify-content: space-between;
  margin: 6rem 0 0;
  border: 2px solid #1e1e1e;
  border-left: none;
  position: relative;
}
.voice .voice_block::before,
.voice .voice_block::after {
  content: '';
  position: absolute;
  right: 100%;
  width: 100vw;
}
.voice .voice_block::before {
  top: 0;
  margin: -2px 0 0;
  border-top: 2px solid #1e1e1e;
}
.voice .voice_block::after {
  bottom: 0;
  margin: 0 0 -2px;
  border-bottom: 2px solid #1e1e1e;
}

.voice .box {
  width: 33.33%;
  padding: 0 3rem 3rem;
  box-sizing: border-box;
  border-right: 2px solid #1e1e1e;
}
.voice .box:last-child {
  border-right: none;
}

.voice .eng_sub {
  display: inline-block;
  background: #1e1e1e;
  margin: 0 0 0 -3.2rem;
  padding: 0.8rem 2rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 0 12px 0 0;
  position: relative;
  top: -20px;
}
.voice .eng_sub:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 35px;
  margin-left: -4px;
  border: 4px solid transparent;
  border-top: 8px solid #1e1e1e;
}

.voice .v_ttl {
  display: flex;
  align-items: center;
  padding: 0 0 1.5rem 4rem;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 2px solid #ececec;
  position: relative;
}
.voice .v_ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: #d6000f;
  width: 30px;
  height: 2px;
}

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

.info {
  margin: 8rem 0 0;
}

.info .info_block {
  margin: 2rem 0 0;
}

.info .info_block ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.info .info_block ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 1rem 0 1rem;
  box-sizing: border-box;
  border-bottom: 2px solid #1e1e1e;
}
.info .info_block ul li:last-child {
  border-bottom: none;
}
.info .i_txt {
  width: 35%;
  padding: 2rem 2rem;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
.info .txt {
  width: 65%;
  padding: 0 2rem;
  box-sizing: border-box;
  line-height: 1.5;
  border-left: 1px solid #d3d3d3;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec04 {
    background: url('img/bg_01.jpg') center center repeat;
    background-size: cover;
    margin: 0 0 0;
    padding: 3rem 2rem 6rem 0;
  }
  .sec04::before {
    background: url('img/bg_deco_02_sp.png') right top no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
  }
  .sec04::after {
    background: url('img/bg_deco_06.png') right top no-repeat;
    background-size: contain;
    width: 50%;
    height: 0;
    padding-top: 50%;
  }

  .sec04 .eng {
    top: 30px;
    width: 12%;
  }

  .sec04 .btn-web a {
    max-width: 85%;
    margin: 3rem auto 0;
  }
	  .sec04 .btn-tel a{
    max-width: 85%;
  }

  .sec04_block {
    margin: 1rem 0 0;
  }

  .sec04_block .sec04_item {
    margin: 0 0 5rem;
  }

  .sec04_block .ttl_block {
    max-width: calc(100% - 1.5rem);
    position: relative;
  }
  .sec04_block .ttl_block::after {
    width: 15px;
    height: 50%;
    border-radius: 0 20px 0 0;
  }

  .sec04_block .ttl_wrap {
    max-width: 100%;
    padding: 2rem 2rem 0 2rem;
    border: 1px solid #fff;
    border-left: none;
    border-radius: 0 20px 0 0;
    position: relative;
  }
  .sec04_block .ttl_wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30%;
    height: 0;
    padding-top: calc(30% * 118 / 110);
  }
  #whomor .ttl_wrap::after {
    background: none;
    background-size: contain;
  }
  #lavan7 .ttl_wrap::after {
    background: none;
    background-size: contain;
  }
  #shinfield .ttl_wrap::after {
    background: none;
    background-size: contain;
  }
  .sec04_block .ttl_wrap .cc {
    padding: 0 10% 0 0;
    width: 100%;
    font-size: 2rem;
  }
  .sec04_block .ttl_wrap .ttl01_wrap {
    margin: 1.5rem 0 0;
    text-align: right;
  }
  .sec04_block .ttl_wrap .ttl01 {
    margin: 0 -5rem 0 0;
    padding: 0.5rem 6rem 0.5rem 5rem;
    font-size: 2rem;
  }
  .sec04_block .ttl_wrap .ttl01::before {
    display: none;
  }
  .sec04_block .ttl_wrap .ttl01 span {
  }

  .sec04_block .item_inner {
    padding: 3rem 0 5rem 0;
  }

  .sec04_block .ttl02 {
    padding: 0.5rem 0 0 2.5rem;
    font-size: 1.8rem;
  }
  .sec04_block .ttl02::before {
    background: url('img/deco_01.png') left center no-repeat;
    background-size: 100% auto;
    width: 30px;
    height: 30px;
  }
  .sec04_block .ttl02 .large {
    font-size: 2.6rem;
  }

  .strength {
    margin: 6rem 0 0;
    padding: 0 2rem;
  }

  .strength .strength_block {
    display: block;
    margin: 2rem 0 0;
  }

  .strength .box {
    width: 100%;
    margin: -8rem 0 0;
  }
  .strength .box:last-child {
    margin: -8rem 0 0;
  }
  .strength .box:first-child {
    margin: 0 0 0;
  }

  .strength .eng_sub {
    font-size: 1.5rem;
    position: relative;
  }

  .strength .s_ttl {
    display: block;
    font-size: 1.7rem;
    border-right: none;
  }
  .strength .s_ttl::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translate(0, -50%);
    background: #1e1e1e;
    width: 100vw;
    height: 1px;
    z-index: -1;
  }
  .strength .s_ttl::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 100%;
    background: #f5f5f5;
    width: 100vw;
    height: 50%;
    z-index: -1;
  }

  .strength .s_ttl span {
    padding: 1.5rem 2.5rem;
  }
  .strength .s_ttl span::before {
    width: 15px;
  }

  .strength .txt_box {
    padding: 2rem 2rem 10rem 1rem;
    border-right: none;
  }
  .strength .box:last-child .txt_box {
    padding: 2rem 2rem 3rem 1rem;
  }
  .strength .txt_box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    background: #f5f5f5;
    width: 100vw;
    height: 100%;
    z-index: -1;
  }

  .case {
    margin: 6rem 0 0;
    padding: 0 2rem;
  }

  .case .box {
    display: block;
    margin: 0 0 3rem;
  }

  .case .ttl_box {
    width: 100%;
    padding: 0 0 1.5rem 0;
    border-bottom: 1px solid #1e1e1e;
  }
  .case .ttl_box:after {
    top: 100%;
    left: 50%;
    margin-top: 0;
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 8px solid #1e1e1e;
  }

  .case .ttl_box .icon {
    width: 60px;
  }
  .case .ttl_box .ttl03 {
    width: calc(100% - 60px);
    padding: 0 0 0 1.5rem;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .case .ttl_box .ttl03 .large {
    font-size: 2.6rem;
  }

  .case .tag {
    width: 100%;
    margin: 2rem 0 0;
    padding: 0 0 0 0;
    border-left: none;
  }
  .case .tag li {
    margin: 0 0.5rem 0.5rem 0;
    padding: 0.8rem 1.5rem;
    font-size: 1.2rem;
    border-radius: 0 10px 0 0;
  }
  .case .box02 .tag li {
    border: 1px solid #a5a5a5;
  }

  .voice {
    margin: 6rem 0 0;
    padding: 0 2rem;
  }

  .voice .voice_block {
    display: block;
    margin: 4rem 0 0;
    border: 1px solid #1e1e1e;
    border-left: none;
  }
  .voice .voice_block::before,
  .voice .voice_block::after {
    content: '';
    position: absolute;
    right: 100%;
    width: 100vw;
  }
  .voice .voice_block::before {
    margin: -1px 0 0;
    border-top: 1px solid #1e1e1e;
  }
  .voice .voice_block::after {
    margin: 0 0 -1px;
    border-bottom: 1px solid #1e1e1e;
  }

  .voice .box {
    width: 100%;
    padding: 0 2rem 4rem;
    border-right: none;
    border-bottom: 1px solid #1e1e1e;
    position: relative;
  }
  .voice .box:last-child {
    border-bottom: none;
  }

  .voice .box::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100vw;
    margin: 0 0 -1px;
    border-bottom: 1px solid #1e1e1e;
  }
  .voice .box:last-child::after {
    display: none;
  }

  .voice .eng_sub {
    margin: 0 0 0 -2rem;
    padding: 0.5rem 1.5rem;
    font-size: 1.5rem;
    border-radius: 0 6px 0 0;
    top: -15px;
  }
  .voice .eng_sub:after {
    left: 20px;
  }

  .voice .v_ttl {
    display: block;
    padding: 0 0 1rem 0;
    font-size: 1.7rem;
    border-bottom: 1px solid #ececec;
  }
  .voice .v_ttl::before {
    left: 0;
    width: 25px;
    height: 1px;
    margin: 0 0 0 -4rem;
  }

  .info {
    margin: 6rem 0 0;
    padding: 0 2rem;
  }

  .info .info_block {
    margin: 0 0 0;
  }

  .info .info_block ul {
    display: block;
  }
  .info .info_block ul li {
    width: 100%;
    padding: 1.5rem 0 1.5rem;
    border-bottom: 1px solid #1e1e1e;
  }
  .info .info_block ul li:last-child {
    border-bottom: none;
  }
  .info .i_txt {
    width: 30%;
    padding: 1rem 0.5rem;
    font-size: 1.4rem;
  }
  .info .txt {
    width: 70%;
    padding: 0 1rem;
  }
}

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

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

.sec05_block .item {
  width: calc((100% - 4rem) / 3);
  margin: 0 0 2rem 0;
  position: relative;
}
.sec05_block .item:nth-of-type(3n-1):nth-last-of-type(1) {
  margin: 0 auto 2rem 2rem;
}

.sec05_block .item a {
  display: block;
  background: #fff;
  padding: 3rem 2rem 0;
  box-sizing: border-box;
  border: 2px solid #1e1e1e;
  border-radius: 0 20px 0 0;
}

.sec05_block .ttl01 {
  padding: 0 0 1.5rem 1rem;
  font-size: 2.2rem;
  border-bottom: 1px solid #d4d4d4;
  position: relative;
}
.sec05_block .ttl01::before {
  content: '';
  position: absolute;
  top: 35%;
  left: 0;
  background: #e90010;
  width: 20px;
  height: 2px;
  margin: 0 0 0 -2rem;
}

.sec05_block .txt {
  margin: 2rem 0 7rem;
}

.sec05_block .link {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 0 0 0;
  text-align: right;
}
.sec05_block .link span {
  display: inline-block;
  background: #1e1e1e;
  padding: 0.5rem 3rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 12px 0 0 0;
  position: relative;
}
.sec05_block .link span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  background: url('img/arrow_01.png') right center no-repeat;
  background-size: contain;
  width: 9px;
  height: 18px;
}

.accordion_all {
  background: #f5f5f5;
  max-width: 320px;
  margin: 5rem auto 0;
  padding: 2.5rem 6rem;
  box-sizing: border-box;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.accordion_all:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  background: url('img/acc_open_01.png') left top no-repeat;
  background-size: 100% auto;
  width: 32px;
  height: 32px;
  transition: all 0.4s;
}
.accordion_close::after {
  background: url('img/acc_close_01.png') left top no-repeat;
  background-size: 100% auto;
}
.accordion_all:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=60)';
}

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

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

  .sec05_block .item {
    width: 100%;
    margin: 0 0 1.5rem 0;
  }
  .sec05_block .item:nth-of-type(3n-1):nth-last-of-type(1) {
    margin: 0 0 1.5rem 0;
  }
  .sec05_block .item:last-child {
    margin: 0 0 0 0;
  }

  .sec05_block .item a {
    padding: 1.5rem 2rem 0;
    border: 1px solid #1e1e1e;
    border-radius: 0 10px 0 0;
  }

  .sec05_block .ttl01 {
    padding: 0 0 1rem 1rem;
    font-size: 1.8rem;
  }
  .sec05_block .ttl01::before {
    top: 35%;
    width: 18px;
    height: 1px;
    margin: 0 0 0 -2rem;
  }

  .sec05_block .txt {
    margin: 2rem 0 3rem;
  }
  .sec05_block .link {
    position: relative;
    margin: 0 -2rem 0 0;
  }

  .sec05_block .link span {
    padding: 0.8rem 4rem;
    border-radius: 6px 0 0 0;
  }
  .sec05_block .link span::after {
    background: url('img/arrow_01.png') right center no-repeat;
    background-size: contain;
    width: 6px;
    height: 12px;
  }

  .accordion_all {
    max-width: 85%;
    margin: 3rem auto 0;
    padding: 1.8rem 4rem;
    font-size: 1.4rem;
  }
  .accordion_all:after {
    right: 15px;
    background: url('img/acc_open_01.png') left top no-repeat;
    background-size: 100% auto;
    width: 24px;
    height: 24px;
  }
  .accordion_close::after {
    background: url('img/acc_close_01.png') left top no-repeat;
    background-size: 100% auto;
  }
  .accordion_all:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: 'alpha(opacity=100)';
  }
}

/*--------------------------------------
　sec06
---------------------------------------*/
.sec06 {
  background: #f5f5f5;
  padding: 5rem 0 12rem;
  position: relative;
  z-index: 0;
}
.sec06::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  background: url('img/bg_deco_07.png') left top no-repeat;
  background-size: 100% auto;
  width: 370px;
  height: 370px;
  z-index: -1;
}
.sec06::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('img/bg_deco_06.png') left top no-repeat;
  background-size: 100% auto;
  width: 700px;
  height: 700px;
  z-index: -1;
}

.sec06 .eng {
  position: absolute;
  top: 60px;
  right: 0;
  width: 112px;
}

.sec06 .main_ttl01::before {
  display: none;
}

.sec06_block {
  margin: 6rem 0 0;
  position: relative;
}

.sec06_block .ttl01 {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.sec06_block .ttl01 a {
  background: #1e1e1e;
  width: 100%;
  padding: 1.8rem 2rem;
  color: #fff;
  font-size: 2.8rem;
  border-radius: 0 12px 0 0;
  position: relative;
}
.sec06_block .ttl01 a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  background: #1e1e1e;
  width: 100vw;
  height: 100%;
}
.sec06_block .ttl01 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translate(0, -50%);
  background: #fff;
  width: 100vw;
  height: 2px;
}
.sec06_block .ttl01 span {
  display: block;
  padding: 0 5rem 0 0;
  position: relative;
}
.sec06_block .ttl01 span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url('img/arrow_01.png') right center no-repeat;
  background-size: contain;
  width: 12px;
  height: 24px;
}

.sec06_block .sec06_block_inner {
  background: #fff;
  margin: -4rem 0 0;
  padding: 8rem 0 6rem;
  border: 2px solid #1e1e1e;
  border-left: none;
  border-radius: 0 40px 0 0;
  position: relative;
  z-index: 0;
}
.sec06_block .sec06_block_inner::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  background: #fff;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.sec06_block .sec06_block_inner::after {
  content: '';
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 100%;
  margin: 0 0 -2px;
  border-bottom: 2px solid #1e1e1e;
}

.sec06_block .txt {
  margin: 0 0 0;
  padding: 0 5rem 4rem;
  position: relative;
}
.sec06_block .txt::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50px;
  width: 234px;
  height: 234px;
  margin: -5rem 0 0;
  z-index: -1;
}
.sec06_block01 .txt::after {
  background: url('img/icon_case_01.png') left top no-repeat;
  background-size: 100% auto;
}
.sec06_block02 .txt::after {
  background: url('img/icon_case_02.png') left top no-repeat;
  background-size: 100% auto;
}

.sec06_block .item_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 5rem 5rem 0;
  border-top: 2px solid #1e1e1e;
  position: relative;
}
.sec06_block .item_wrap::before {
  content: '';
  position: absolute;
  right: 100%;
  width: 100%;
  top: 0;
  margin: -2px 0 0;
  border-bottom: 2px solid #1e1e1e;
}

.sec06_block .item {
  width: calc((100% - 4rem) / 3);
  margin: 0 0 4rem 0;
  position: relative;
}
.sec06_block .item:nth-of-type(3n-1):nth-last-of-type(1) {
  margin: 0 auto 4rem 2rem;
}

.sec06_block .item a {
  display: block;
}

.sec06_block .ttl02 {
  background: #f5f5f5;
  padding: 1.5rem 3rem 1.5rem 2rem;
  font-size: 2.2rem;
  border: 2px solid #1e1e1e;
  position: relative;
}
.sec06_block .ttl02::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  background: url('img/arrow_02.png') right center no-repeat;
  background-size: contain;
  width: 12px;
  height: 24px;
}

.sec06_block .img_box {
  border: 2px solid #1e1e1e;
  border-top: none;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec06 {
    padding: 4rem 2rem 6rem;
  }
  .sec06::before {
    width: 30%;
    height: 0;
    padding-top: 30%;
  }
  .sec06::after {
    width: 30%;
    height: 0;
    padding-top: 30%;
  }

  .sec06 .eng {
    top: 40px;
    width: 12%;
  }

  .sec06_block {
    display: none;
    margin: 3rem 0 0;
    padding: 0 0 0;
    border: 1px solid #1e1e1e;
    border-radius: 0 6px 0 0;
    position: relative;
    z-index: 0;
  }
  .sec06_block.show {
    display: block;
  }

  .sec06_block .ttl01 {
    display: block;
  }
  .sec06_block .ttl01 a {
    padding: 1.5rem 1.5rem;
    font-size: 1.7rem;
    text-align: center;
    border-radius: 0 5px 0 0;
  }
  .sec06_block .ttl01 a::before {
    display: none;
  }
  .sec06_block .ttl01 a::after {
    right: inherit;
    left: 0;
    width: 30px;
    height: 1px;
  }
  .sec06_block .ttl01 span {
    display: block;
    padding: 0 2rem 0 2rem;
  }
  .sec06_block .ttl01 span::after {
    background: url('img/arrow_01.png') right center no-repeat;
    background-size: contain;
    width: 9px;
    height: 18px;
  }

  .sec06_block .sec06_block_inner {
    margin: 0 0 0;
    padding: 0 0 0;
    border: none;
    border-radius: 0 0 0 0;
  }
  .sec06_block .sec06_block_inner::before {
    display: none;
  }
  .sec06_block .sec06_block_inner::after {
    display: none;
  }

  .sec06_block .txt {
    padding: 2rem 2rem 2rem;
  }
  .sec06_block .txt::after {
    top: 10px;
    right: 10px;
    width: 30%;
    height: 0;
    padding-top: 30%;
    margin: 0 0 0;
  }

  .sec06_block .item_wrap {
    padding: 2rem 1.5rem 2rem;
    border-top: 1px solid #1e1e1e;
  }
  .sec06_block .item_wrap::before {
    display: none;
  }

  .sec06_block .item {
    width: calc(50% - 0.3rem);
    margin: 0 0 0.6rem 0;
  }
  .sec06_block .item:nth-of-type(3n-1):nth-last-of-type(1) {
    margin: 0 0 0.6rem 0;
  }

  .sec06_block .ttl02 {
    display: flex;
    align-items: center;
    padding: 1.2rem 3rem 1.2rem 1rem;
    font-size: 1.4rem;
    border: 1px solid #1e1e1e;
  }
  .sec06_block .ttl02::after {
    right: 10px;
    background: url('img/arrow_02.png') right center no-repeat;
    background-size: contain;
    width: 6px;
    height: 12px;
  }

  .sec06_block .img_box {
    display: none;
  }

  .sec06_block .caption {
    display: none;
  }

  .sec06 .tabArea {
    margin: 1rem 0 0;
  }
  .sec06 .tabArea li {
    width: calc(50% - 1px);
  }
}

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

.sec07_block {
  margin: 6rem 0 0;
}

.sec07_block .item {
  max-width: 910px;
  margin: 0 0 5rem 0;
}
.sec07_block .item:nth-child(even) {
  margin: 0 0 5rem auto;
}

.sec07_block .item a {
  display: block;
  background: #fff;
  box-sizing: border-box;
  border: 2px solid #1e1e1e;
  border-radius: 0 40px 0 0;
}

.sec07_block .ttl01_wrap {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #1e1e1e;
}

.sec07_block .icon {
  display: flex;
  align-items: center;
  background: #1e1e1e;
  width: 80px;
  box-sizing: border-box;
}
.sec07_block .icon img {
  width: 66px;
  margin: auto;
}

.sec07_block .ttl01 {
  background: #f5f5f5;
  width: calc(100% - 80px);
  padding: 2rem 3rem;
  box-sizing: border-box;
  font-size: 2.4rem;
  border-radius: 0 40px 0 0;
  position: relative;
}
.sec07_block .ttl01 span {
  padding: 0 4rem 0 0;
  position: relative;
}
.sec07_block .ttl01 span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url('img/arrow_02.png') right center no-repeat;
  background-size: contain;
  width: 12px;
  height: 24px;
}

.sec07_block .txt {
  padding: 3rem 4rem;
}

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

  .sec07_block {
    margin: 3rem 0 0;
  }

  .sec07_block .item {
    max-width: 100%;
    margin: 0 0 2rem 0;
  }
  .sec07_block .item:nth-child(even) {
    margin: 0 0 2rem 0;
  }
  .sec07_block .item:last-child {
    margin: 0 0 0 0;
  }

  .sec07_block .item a {
    border: 1px solid #1e1e1e;
    border-radius: 0 20px 0 0;
  }

  .sec07_block .ttl01_wrap {
    border-bottom: 1px solid #1e1e1e;
  }

  .sec07_block .icon {
    width: 70px;
  }
  .sec07_block .icon img {
    width: 75%;
  }

  .sec07_block .ttl01 {
    width: calc(100% - 70px);
    padding: 1.5rem 2rem;
    font-size: 1.7rem;
    border-radius: 0 20px 0 0;
  }
  .sec07_block .ttl01 span {
    display: block;
    padding: 0 2rem 0 0;
  }
  .sec07_block .ttl01 span::after {
    width: 9px;
    height: 18px;
  }

  .sec07_block .txt {
    padding: 2rem 2rem;
  }

  .sec07_block .link {
    margin: 0 0 0;
    text-align: right;
  }
  .sec07_block .link span {
    display: inline-block;
    background: #1e1e1e;
    padding: 0.8rem 4rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 6px 0 0 0;
    position: relative;
  }
  .sec07_block .link span::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    background: url('img/arrow_01.png') right center no-repeat;
    background-size: contain;
    width: 6px;
    height: 12px;
  }
}

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

.sec08_block {
  background: url('img/sec08_bg.jpg') center center no-repeat;
  background-size: cover;
  padding: 9rem 0 0;
  box-sizing: border-box;
  position: relative;
}

.sec08_block .eng {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 1062px;
}

.sec08_block .m_ttl span {
  display: inline-block;
}
.sec08_block .m_ttl .sub {
  background: -moz-linear-gradient(90deg, #000, rgba(0, 0, 0, 0.3));
  background: -webkit-linear-gradient(90deg, #000, rgba(0, 0, 0, 0.3));
  background: linear-gradient(90deg, #000, rgba(0, 0, 0, 0.3));
  padding: 0.5rem 2rem;
  box-sizing: border-box;
  font-size: 3.2rem;
}
.sec08_block .m_ttl .spn01 {
  margin: 2rem 0 0;
  font-size: 4rem;
}
.sec08_block .m_ttl .spn02 {
  color: #048b84;
  font-size: 5.3rem;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
    1px -1px 0 #fff, 0px 1px 0 #fff, 0-1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

.sec08_block .m_ttl a {
  display: inline-block;
  padding: 0 4rem 0 0;
  position: relative;
}
.sec08_block .m_ttl a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url('img/arrow_01.png') right center no-repeat;
  background-size: contain;
  width: 18px;
  height: 36px;
}

.sec08_block .txt {
  max-width: 50%;
  margin: 4rem 0 0;
}

.sec08_block .btn-internal a {
  max-width: 340px;
  margin: 0 5rem 0 auto;
  position: relative;
  bottom: -40px;
}

.sec08 .btn-link a {
  margin: 10rem 0 0;
}

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

  .sec08_block {
    background: url('img/sec08_bg_sp.jpg') center center no-repeat;
    background-size: cover;
    padding: 4rem 2rem 0;
  }

  .sec08_block .eng {
    top: 15px;
    right: 0;
    width: 60%;
  }

  .sec08_block .m_ttl .sub {
    padding: 0.5rem 1rem;
    font-size: 1.8rem;
  }
  .sec08_block .m_ttl .spn01 {
    margin: 1rem 0 0;
    font-size: 2.2rem;
  }
  .sec08_block .m_ttl .spn02 {
    font-size: 3.1rem;
  }

  .sec08_block .m_ttl a {
    padding: 0 2rem 0 0;
  }
  .sec08_block .m_ttl a::after {
    background: url('img/arrow_01.png') right center no-repeat;
    background-size: contain;
    width: 12px;
    height: 24px;
  }

  .sec08_block .txt {
    max-width: 100%;
    margin: 2rem 0 0;
  }

  .sec08_block .btn-internal a {
    max-width: 90%;
    margin: 0 auto 0 auto;
    bottom: -30px;
  }

  .sec08 .btn-link {
    padding: 0 2rem;
  }
  .sec08 .btn-link a {
    margin: 7rem 0 0;
  }
}
