@charset "utf-8";

.dot {
	background-image: radial-gradient(circle at center, #ff5c4d 22%, transparent 22%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.5em;
  padding-top: 1.8rem;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .dot {
    padding-top: 1.2rem;
  }
}





/*--------------------------------------
　MV
---------------------------------------*/
.mv_home {
  width: 100%;
  min-width: 1090px;
  margin: 10rem 0 0;
  padding: 6rem 0 0;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.mv_home::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url("img/bg_03.jpg") center top no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 1260px;
  margin: auto;
  z-index: -1;
}

.mv_home .mv_inner {
  width: 100%;
  max-width: 1090px;
  margin: auto;
}

.mv_home .mv_ttl {
  margin: 0 0 0 -4rem;
  font-size: 3.6rem;
  line-height: 1.6;
  text-shadow:
    1px 1px 0 #cce9e7,
    -1px -1px 0 #cce9e7,
    -1px 1px 0 #cce9e7,
    1px -1px 0 #cce9e7,
    0px 1px 0 #cce9e7,
    0 -1px 0 #cce9e7,
    -1px 0 0 #cce9e7,
    1px 0 0 #cce9e7;
  position: relative;
  z-index: 1;
}

.mv_home .mv_block {
  max-width: 1090px;
  height: 620px;
  margin: -16rem auto 0;
  padding: 20rem 0 0;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.mv_home .mv_block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url("img/mv_home_bg.png") center top no-repeat;
  background-size: 100% auto;
	width: 100%;
  height: 100%;
  margin: 0 auto 0 -4rem;
  box-sizing: border-box;
  z-index: -1;
}

.mv_home .logo {
  max-width: 470px;
  margin: auto;
}

.mv_home .txt_box {
	max-width: 315px;
	margin: 0 0 0 13rem;
}

.mv_home .mv_txt {
  margin: 5rem 0 0;
  font-size: 1.5rem;
  text-align: justify;
  line-height: 2;
}

.mv_home .btn-internal a {
  max-width: 320px;
  margin: 2rem auto 0;
  padding: 2rem 3rem;
}
.mv_home .btn-internal a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0,-50%);
  background: url("img/arrow_07.png") right center no-repeat;
  background-size: contain;
	width: 14px;
  height: 20px;
}
.mv_home .btn-web a {
	max-width: 320px;
	margin: 2rem auto 0;
	padding: 2rem 3rem;
	font-size:1.4rem;
}
/*.mv_home .btn-web a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0,-50%);
  background: url("img/arrow_07.png") right center no-repeat;
  background-size: contain;
	width: 14px;
  height: 20px;
}*/
.sb_check.lpsb_check {
  position: absolute;
  top: -8px;
  left: 5px;
  background: #015164;
  padding: 4px 5px 2px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}
.sb_check.lpsb_check::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 30%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 6px 0;
	border-color: transparent #015164 transparent transparent;
}
 .sb_check {
  position: absolute;
  top: -8px;
  left: 5px;
  background: #ff6473;
  padding: 4px 5px 2px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}
.sb_check::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 30%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 6px 0;
	border-color: transparent #ff6473 transparent transparent;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .mv_home {
    min-width: 100%;
    margin: 0 0 0;
    padding: 4rem 0 0;
  }
  .mv_home::after {
    background: url("img/bg_03_sp.jpg") center top no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 0;
    padding-top: calc(100%*920/750);
  }

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

  .mv_home .mv_ttl {
    margin: 0 0 0 0;
    font-size: 2rem;
    text-align: center;
    line-height: 1.4;
  }

  .mv_home .mv_block {
    max-width: 100%;
    height: auto;
    margin: -2rem auto 0;
    padding: 10% 0 0;
  }
  .mv_home .mv_block::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url("img/mv_home_bg_sp.png") center top no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 0;
    margin: 0 auto 0 auto;
    padding-top: calc(100%*470/750);
    box-sizing: border-box;
    z-index: -1;
  }
  
  .mv_home .logo {
    max-width: 40%;
  }

  .mv_home .txt_box {
    max-width: 100%;
    margin: 38% 0 0 0;
    padding: 0 2rem;
    box-sizing: border-box;
  }

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

  .mv_home .btn-internal a {
    max-width: 90%;
    margin: 3rem auto 0;
    padding: 2rem 4rem;
  }
  .mv_home .btn-internal a::after {
    background: url("img/arrow_07.png") right center no-repeat;
    background-size: contain;
    width: 11px;
    height: 16px;
  }

  .sb_check {
    font-size: 1rem;
    border-radius: 3px;
  }
}





/*--------------------------------------
　Main Index
---------------------------------------*/
.wrap {
  overflow: hidden;
}

.contents_top {
	width: 100%;
	min-width: 900px;
	margin: auto;
	box-sizing: border-box;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.sec {
	width: 100%;
	min-width: 900px;
	margin: auto;
	box-sizing: border-box;
	position: relative;
}
.sec .inner {
	max-width: 900px;
	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 {
  padding: 12rem 0 12rem;
  box-sizing: border-box;
}

.sec_toc .toc_inner {
	background: #fff8f2;
  max-width: 800px;
	margin: auto;
	box-sizing: border-box;
  border: 3px solid #000;
  border-radius: 20px;
}

.sec_toc .toc_block {
  display: none;
	background: #fff;
	padding: 3rem 4rem 2rem;
  border-radius: 0 0 20px 20px;
  border-top: 3px solid #000;
}

.sec_toc .toc_block ul {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec_toc .toc_block ul li {
  width: calc(50% - 2rem);
  margin: 0 0 2rem 0;
  padding: 0 0 0 2rem;
  box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1.6;
	position: relative;
}
.sec_toc .toc_block ul li::before {
  content: "";
  display: block;
	position: absolute;
  top: 7px;
  left: 0;
	background: #015164;
  width: 10px;
  height: 10px;
	box-sizing: border-box;
  border-radius: 50%;
}
.sec_toc .toc_block ul li a {
  display: block;
  padding: 0 3rem 0 0;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
}
.sec_toc .toc_block ul li a::after {
	content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_06.png") right center no-repeat;
  background-size: contain;
	width: 14px;
  height: 20px;
}

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

  .sec_toc .toc_inner {
    max-width: 100%;
    border: 2px solid #000;
    border-radius: 10px;
  }

  .sec_toc .toc_block {
    padding: 2.5rem 2rem;
    border-radius: 0 0 10px 10px;
    border-top: 2px solid #000;
  }

  .sec_toc .toc_block ul {
    display: block;
  }
  .sec_toc .toc_block ul li {
    width: 100%;
    margin: 0 0 1.5rem 0;
    padding: 0 0 0 1.5rem;
    box-sizing: border-box;
    font-size: 1.5rem;
    line-height: 1.6;
    position: relative;
  }
  .sec_toc .toc_block ul li:last-child {
    margin: 0 0 0 0;
  }
  .sec_toc .toc_block ul li::before {
    top: 8px;
    width: 8px;
    height: 8px;
  }
  .sec_toc .toc_block ul li a {
    padding: 0 2rem 0 0;
  }
  .sec_toc .toc_block ul li a::after {
    background: url("img/arrow_06.png") right center no-repeat;
    background-size: contain;
    width: 11px;
    height: 16px;
  }
}





/*--------------------------------------
　Title
---------------------------------------*/
.main_ttl01 {
  text-align: center;
}

.main_ttl01 .m_ttl {
  font-size: 4rem;
}
.main_ttl01 .m_ttl .sub {
  display: inline-block;
  background: #015164;
  margin: 0 0 1.5rem;
  padding: 5px 1rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 3px;
}

.main_ttl01 .m_ttl a {
  display: inline-block;
  padding: 0 5rem 0 5rem;
  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") right center no-repeat;
  background-size: contain;
	width: 32px;
  height: 22px;
}


.ttl_bg01 .m_ttl {
  display: inline-block;
  padding: 0 0 1.5rem;
  border-bottom: 4px solid #015164;
  position: relative;
}
.ttl_bg01 .m_ttl::before,
.ttl_bg01 .m_ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%,0);
  border-style: solid;
}
.ttl_bg01 .m_ttl::before {
  bottom: -25px;
  border-width: 25px 20px 0 20px;
  border-color: #015164 transparent transparent transparent;
}
.ttl_bg01 .m_ttl::after {
  bottom: -18px;
  border-width: 19px 15px 0 15px;
  border-color: #fff transparent transparent transparent;
}


.m_ttl .bb {
  display: inline-block;
  padding: 0 0 1rem;
  border-bottom: 5px dotted #ff5c4d;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .main_ttl01 .m_ttl {
    font-size: 2.5rem;
  }
  .main_ttl01 .m_ttl .sub {
    margin: 0 0 1rem;
    padding: 5px 8px;
    font-size: 1.6rem;
    border-radius: 2px;
  }
  
  .main_ttl01 .m_ttl a {
    padding: 0 2.5rem 0 2.5rem;
  }
  .main_ttl01 .m_ttl a::after{
    background: url("img/arrow_01.png") right center no-repeat;
    background-size: contain;
    width: 19px;
    height: 13px;
  }
  

  .ttl_bg01 .m_ttl {
    display: block;
    padding: 0 0 1rem;
    border-bottom: 2px solid #015164;
  }
  .ttl_bg01 .m_ttl::before {
    bottom: -16px;
    border-width: 16px 11px 0 11px;
    border-color: #015164 transparent transparent transparent;
  }
  .ttl_bg01 .m_ttl::after {
    bottom: -12px;
    border-width: 12px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
  }
  
  
  .m_ttl .bb {
    padding: 0 0 0.8rem;
    border-bottom: 3px dotted #ff5c4d;
  }
}





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

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

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

p.caption {
	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: 3rem 0 0!important;
    padding: 0 0;
		line-height: 1.8;
	}
  
  p.caption {
    margin: 1rem 0 0 0!important;
  }
  
  .sec p {
    margin: 0 0 0;
  }
}





/*--------------------------------------
　slick
---------------------------------------*/
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slick-slide:focus {
  outline: none;
}
.slick-slide {
  display: none;
}
.slick-initialized .slick-slide{
  display: block;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  
  /* arrow */
  .sp_slider01 .slide-arrow {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    width: 29px;
    height: 20px;
    z-index: 999;
    cursor: pointer;
  }
  .sp_slider01 .prev-arrow {
    left: 10px;
    background: url("img/arrow_prev.png") left top no-repeat;
    background-size: 100% auto;
  }
  .sp_slider01 .next-arrow {
    right: 10px;
    background: url("img/arrow_next.png") left top no-repeat;
    background-size: 100% auto;
  }
}





/*--------------------------------------
　sec01
---------------------------------------*/
.sec01 {
  padding: 5rem 0 12rem;
  position: relative;
  z-index: 1;
}
.sec01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("img/sec_arrow_01.png") center top no-repeat;
  background-size: contain;
	width: 54px;
  height: 96px;
  margin: 0 auto -4.5rem;
}

.sec01 .main_ttl {
  padding: 0 0 4rem;
  text-align: center;
}
.sec01 .main_ttl .m_ttl {
  font-size: 4rem;
}
.sec01 .main_ttl .m_ttl .left {
  position: relative;
  left: -40px;
}
.sec01 .main_ttl .m_ttl .right {
  position: relative;
  right: -70px;
}


.sec01 .sec01_block {
  background: #cce9e7;
  padding: 5rem 5rem 5rem;
  box-sizing: border-box;
  border: 4px solid #015164;
  position: relative;
}
.sec01 .sec01_block::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: url("img/illust_02.png") center top no-repeat;
  background-size: 100% auto;
	width: 150px;
  height: 190px;
  margin: auto;
  z-index: -1;
}

.sec01 .sec01_box {
  display: flex;
  justify-content: space-between;
}

.sec01 .item {
  width: calc(33.33% - 2rem);
  box-sizing: border-box;
}

.sec01 .img_box {
  width: 200px;
  margin: auto;
}

.sec01 .img_txt {
  margin: 1.5rem 0 0;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec01 {
    padding: 3rem 2rem 6rem;
  }
  .sec01::after {
    background: url("img/sec_arrow_01.png") center top no-repeat;
    background-size: contain;
    width: 10%;
    height: 0;
    margin: 0 auto -3rem;
    padding-top: calc(10%*96/54);
  }
  
  .sec01 .main_ttl {
    padding: 0 0 1.5rem;
	letter-spacing:2px;
  }
  .sec01 .main_ttl .m_ttl {
    font-size: 2rem;
  }
  .sec01 .main_ttl .m_ttl .left {
    left: -5.5%;
  }
  .sec01 .main_ttl .m_ttl .right {
    right: -12%;
  }


  .sec01 .sec01_block {
    padding: 3rem 0 3rem;
    border: 2px solid #015164;
	display:block;
  }
  .sec01 .sec01_block::before {
    background: url("img/illust_02.png") center top no-repeat;
    background-size: 100% auto;
    width: 20%;
    height: 0;
    padding-top: calc(20%*190/150);
  }

  .sec01 .sec01_box {
    display: block;
  }

  .sec01 .item {
    width: 100%;
    margin: 0 2rem;
    box-sizing: border-box;
  }

  .sec01 .img_box {
    width: 50%;
    margin: auto;
  }

  .sec01 .img_txt {
    margin: 1rem 0 0;
    font-size: 1.7rem;
  }
}





/*--------------------------------------
　sec02
---------------------------------------*/
.sec02 .expert_parts {
  margin: 0 0 0;
}

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





/*--------------------------------------
　sec03
---------------------------------------*/
.sec03 {
  padding: 15rem 0 15rem;
  position: relative;
  z-index: 1;
}
.sec03::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("img/sec_arrow_01.png") center top no-repeat;
  background-size: contain;
	width: 54px;
  height: 96px;
  margin: 0 auto -4.5rem;
}


.sec03 .block01 .item {
  display: flex;
  justify-content: space-between;
  padding: 5rem 0 5rem;
  box-sizing: border-box;
  border-bottom: 5px dotted #d9d9d9;
}
.sec03 .block01 .item:last-child {
  border-bottom: none;
}

.sec03 .block01 .img_box {
  width: 260px;
  box-sizing: border-box;
}

.sec03 .block01 .txt_box {
  width: calc(100% - 260px);
  padding: 0 0 0 5rem;
  box-sizing: border-box;
}

.sec03 .block01 .ttl01_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec03 .block01 .num {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff5c4d;
  width: 90px;
  height: 70px;
  padding: 0 0 0 1.5rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 4.4rem;
  font-weight: bold;
  position: relative;
}
.sec03 .block01 .num::after {
  content: "";
  position: absolute;
  top: 0;
  right: -25px;
  border-width: 35px 0 35px 25px;
  border-style: solid;
  border-color: transparent transparent transparent #ff5c4d;
}

.sec03 .block01 .ttl01 {
  width: calc(100% - 115px);
  padding: 0 0 0 2rem;
  box-sizing: border-box;
  font-size: 2.6rem;
}

.sec03 .block01 .ttl01 a {
  padding: 0 3rem 0 0;
  position: relative;
}
.sec03 .block01 .ttl01 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: 26px;
  height: 18px;
}

.sec03 .block01 .txt {
  margin: 3rem 0 0;
}

.sec03 .block01 .btn-internal a {
  max-width: 320px;
  margin: 2rem 0 0 auto;
}



.sec03 .block02 {
  margin: 4rem 0 0;
}

.sec03 .block02 .ttl01_wrap {
  text-align: center;
}

.sec03 .block02 .ttl01 {
  display: inline-block;
  padding: 0 0 1rem;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 6px double #015164;
  font-family: Noto Sans JP;
}

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

.sec03 .block02 .item {
  width: calc(50% - 1rem);
  box-sizing: border-box;
}

.sec03 .block02 .ttl02 {
  padding: 1.5rem 2rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
.sec03 .block02 .merit .ttl02 {
  background: #015164;
}
.sec03 .block02 .demerit .ttl02 {
  background: #9e9e9e;
}
.sec03 .block02 .ttl02:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%,0);
	border: 10px solid transparent;
}
.sec03 .block02 .merit .ttl02:after {
	border-top: 16px solid #015164;
}
.sec03 .block02 .demerit .ttl02:after {
	border-top: 16px solid #9e9e9e;
}

.sec03 .block02 .item_inner {
  margin: 3rem 0 0;
  padding: 0 4rem;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  z-index: 0;
}
.sec03 .block02 .merit .item_inner {
  background: #ffe4c1;
  border: 4px solid #015164;
}
.sec03 .block02 .merit .item_inner::before,
.sec03 .block02 .merit .item_inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: calc(100% - 2rem);
  height: 62px;
  margin: auto;
  z-index: -1;
}
.sec03 .block02 .merit .item_inner::before {
  top: 0;
  background: url("img/merit_deco_01.png") left top no-repeat;
  background-size: 100% auto;
}
.sec03 .block02 .merit .item_inner::after {
  bottom: 0;
  background: url("img/merit_deco_02.png") left top no-repeat;
  background-size: 100% auto;
}
.sec03 .block02 .demerit .item_inner {
  background: #ececec;
  border: 4px solid #9e9e9e;
}
.sec03 .block02 .demerit .item_inner::before,
.sec03 .block02 .demerit .item_inner::after {
  content: "";
  position: absolute;
}
.sec03 .block02 .demerit .item_inner::before {
  top: 0;
  left: 70px;
  background: url("img/demerit_deco_01.png") left top no-repeat;
  background-size: 100% auto;
  width: 54px;
  height: 24px;
  margin: -5px 0 0;
}
.sec03 .block02 .demerit .item_inner::after {
  bottom: 0;
  right: 70px;
  background: url("img/demerit_deco_02.png") left top no-repeat;
  background-size: 100% auto;
  width: 62px;
  height: 44px;
  margin: 0 0 -23px;
}

.sec03 .block02 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 0 2.5rem;
}
.sec03 .block02 .merit .box {
  border-bottom: 4px dotted #015164;
}
.sec03 .block02 .demerit .box {
  border-bottom: 4px dotted #9e9e9e;
}
.sec03 .block02 .box:last-child {
  border-bottom: none;
}

.sec03 .block02 .icon {
  width: 108px;
  box-sizing: border-box;
}

.sec03 .block02 .md_txt {
  width: calc(100% - 108px);
  padding: 0 0 0 2rem;
  box-sizing: border-box;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
}



.sec03 .bottom_block {
  display: flex;
  justify-content: center;
  margin: 5rem 0 0;
  font-family: Noto Sans JP;
}

.sec03 .bottom_block .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("img/icon_bg02.png") left top no-repeat;
  background-size: 100% auto;
  width: 140px;
  height: 140px;
  padding: 1rem 1rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.sec03 .bottom_block .icon span {
  font-weight: bold;
}

.sec03 .bottom_block .bottom_txt {
  margin: 0 0 0 2rem;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
.sec03 .bottom_block .bottom_txt .large {
  font-size: 3.4rem;
  font-weight: bold;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec03 {
    padding: 5rem 2rem 6rem;
  }
  .sec03::after {
    background: url("img/sec_arrow_01.png") center top no-repeat;
    background-size: contain;
    width: 10%;
    height: 0;
    margin: 0 auto -3rem;
    padding-top: calc(10%*96/54);
  }


  .sec03 .block01 .item {
    display: block;
    padding: 3rem 0 3rem;
    border-bottom: 3px dotted #d9d9d9;
  }

  .sec03 .block01 .img_box {
    width: 60%;
    margin: 2rem auto 0;
  }

  .sec03 .block01 .txt_box {
    width: 100%;
    padding: 0 0 0 0;
  }

  .sec03 .block01 .ttl01_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .sec03 .block01 .num {
    width: 55px;
    height: 40px;
    padding: 0 0 0 1rem;
    font-size: 2.5rem;
  }
  .sec03 .block01 .num::after {
    right: -15px;
    border-width: 20px 0 20px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #ff5c4d;
  }

  .sec03 .block01 .ttl01 {
    width: calc(100% - 70px);
    padding: 0 0 0 1rem;
    font-size: 1.9rem;
  }

  .sec03 .block01 .ttl01 a {
    padding: 0 3rem 0 0;
  }
  .sec03 .block01 .ttl01 a::after {
    background: url("img/arrow_01.png") right center no-repeat;
    background-size: contain;
    width: 19px;
    height: 13px;
  }

  .sec03 .block01 .txt {
    margin: 1.5rem 0 0;
  }

  .sec03 .block01 .btn-internal a {
    max-width: 90%;
    margin: 2rem auto 0 auto;
  }



  .sec03 .block02 {
    margin: 3rem 0 0;
  }

  .sec03 .block02 .ttl01 {
    padding: 0 0 5px;
    font-size: 2rem;
    border-bottom: 3px double #015164;
  }

  .sec03 .block02 .md {
    margin: 3rem 0 0;
  }

  .sec03 .block02 .item {
    width: calc(50% - 5px);
  }

  .sec03 .block02 .ttl02 {
    padding: 1rem 1.5rem;
    font-size: 1.7rem;
    border-radius: 5px;
  }
  .sec03 .block02 .ttl02:after {
    border: 6px solid transparent;
  }
  .sec03 .block02 .merit .ttl02:after {
    border-top: 10px solid #015164;
  }
  .sec03 .block02 .demerit .ttl02:after {
    border-top: 10px solid #9e9e9e;
  }

  .sec03 .block02 .item_inner {
    margin: 2rem 0 0;
    padding: 0 1.5rem 1.5rem;
    border-radius: 5px;
  }
  .sec03 .block02 .merit .item_inner {
    border: 2px solid #015164;
  }
  .sec03 .block02 .merit .item_inner::before,
  .sec03 .block02 .merit .item_inner::after {
    width: 100%;
    height: 0;
    padding-top: calc(100%*62/402);
  }
  .sec03 .block02 .merit .item_inner::before {
    top: 10px;
    background: url("img/merit_deco_01.png") center top no-repeat;
    background-size: contain;
  }
  .sec03 .block02 .merit .item_inner::after {
    bottom: 10px;
    background: url("img/merit_deco_02.png") center top no-repeat;
    background-size: contain;
  }
  .sec03 .block02 .demerit .item_inner {
    border: 2px solid #9e9e9e;
  }
  .sec03 .block02 .demerit .item_inner::before {
    left: 15%;
    background: url("img/demerit_deco_01.png") left top no-repeat;
    background-size: contain;
    width: 23%;
    height: 0;
    margin: -1.5% 0 0;
    padding-top: calc(23%*24/54);
  }
  .sec03 .block02 .demerit .item_inner::after {
    bottom: 0;
    right: 15%;
    background: url("img/demerit_deco_02.png") left top no-repeat;
    background-size: contain;
    width: 25%;
    height: 0;
    margin: 0 0 -7%;
    padding-top: calc(25%*44/62);
  }

  .sec03 .block02 .box {
    display: block;
    padding: 1.5rem 0 1.5rem;
  }
  .sec03 .block02 .merit .box {
    border-bottom: 2px dotted #015164;
  }
  .sec03 .block02 .demerit .box {
    border-bottom: 2px dotted #9e9e9e;
  }
  .sec03 .block02 .box:last-child {
    border-bottom: none;
  }

  .sec03 .block02 .icon {
    width: 50%;
    margin: auto;
  }

  .sec03 .block02 .md_txt {
    width: 100%;
    margin: 1rem 0 0;
    padding: 0 0 0 0;
    font-size: 1.6rem;
    text-align: center;
  }



  .sec03 .bottom_block {
    display: block;
    margin: 3rem 0 0;
  }

  .sec03 .bottom_block .icon {
    background: url("img/icon_bg02.png") left top no-repeat;
    background-size: 100% auto;
    width: 100px;
    height: 100px;
    margin: auto;
    padding: 5px 5px;
    font-size: 1.9rem;
  }

  .sec03 .bottom_block .bottom_txt {
    margin: 1.5rem 0 0 0;
    font-size: 1.7rem;
    text-align: center;
    line-height: 1.7;
  }
  .sec03 .bottom_block .bottom_txt .large {
    font-size: 2rem;
  }
}





/*--------------------------------------
　sec04
---------------------------------------*/
.sec04 {
  background: #ffe4c1;
  padding: 12rem 0 16rem;
}


.sec04 .main_ttl_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5rem;
  box-sizing: border-box;
}
.sec04 .main_ttl_wrap .ttl_img {
  width: 230px;
  box-sizing: border-box;
}
.sec04 .main_ttl_wrap .main_ttl {
  width: calc(100% - 230px);
  padding: 0 0 0 4rem;
  box-sizing: border-box;
  font-size: 3.5rem;
}
.sec04 .main_ttl_wrap .main_ttl .large {
  font-size: 4.5rem;
}
.sec04 .main_ttl_wrap .main_ttl .sub {
  display: inline-block;
  background: #015164;
  margin: 0 0 1.5rem;
  padding: 1rem 2.5rem;
  color: #fff;
  font-size: 2rem;
  border-radius: 100px;
}
.sec04 .main_ttl_wrap .main_ttl a {
  display: inline-block;
  padding: 0 3rem 0 0;
  color: #015164;
  position: relative;
}
.sec04 .main_ttl_wrap .main_ttl a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_03.png") right center no-repeat;
  background-size: contain;
	width: 32px;
  height: 22px;
  margin: 4rem 0 0;
}



.sec04_block01 {
  background: #fff;
  margin: 6rem 0 0;
  padding: 8rem 7rem 8rem;
  box-sizing: border-box;
  border: 4px solid #000;
  border-radius: 20px;
}
.sec04_block01 .caption{
  text-align:center;
}

.sec04_block01 .txt {
  margin: 4rem 0 0;
}

.sec04_block01 .img_box {
  margin: 3rem 0 0;
}



.sec04_block02 {
  margin: 12rem 0 0;
}

.sec04_block02 .ttl_wrap {
  text-align: center;
}
.sec04_block02 .eng {
  margin: 0 0 1rem;
  color: #ffe4c1;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-shadow:
    1px 1px 0 #015164,
    -1px -1px 0 #015164,
    -1px 1px 0 #015164,
    1px -1px 0 #015164,
    0px 1px 0 #015164,
    0 -1px 0 #015164,
    -1px 0 0 #015164,
    1px 0 0 #015164;
}
.sec04_block02 .ttl01 {
  display: inline-block;
  padding: 0 3rem;
  box-sizing: border-box;
  font-size: 3.5rem;
  position: relative;
}
.sec04_block02 .ttl01::before,
.sec04_block02 .ttl01::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  border-bottom: 5px dotted #015164;
	width: 100vw;
}
.sec04_block02 .ttl01::before {
  right: 100%;
}
.sec04_block02 .ttl01::after {
  left: 100%;
}
.sec04_block02 .ttl01 a {
  display: inline-block;
  padding: 0 5rem 0 0;
  color: #015164;
  position: relative;
}
.sec04_block02 .ttl01 a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: url("img/arrow_03.png") right center no-repeat;
  background-size: contain;
	width: 32px;
  height: 22px;
}


.flow_block {
  margin: 8rem 0 0;
}

.flow_block .f_ttl {
  background: #015164;
  max-width: 360px;
  padding: 2rem 2rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  border-radius: 100px;
  position: relative;
}
.flow_block .f_ttl::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 16px solid #015164;
}

.flow_slider {
  margin: 4rem 0 0;
}

.flow_slider .flow_item {
  width: 200px;
  margin: 0 2rem;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.flow_slider .flow_item::after {
 	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translate(0,-50%);
	background: url("img/slide_arrow.png") right center no-repeat;
  background-size: contain;
	width: 20px;
  height: 28px;
  margin: 0 0 0 1rem;
}
.flow_slider .flow_item:last-child::after {
 	display: none;
}

.flow_slider .num {
	color: #ff5c4d;
  font-size: 2rem;
  font-weight: bold;
}

.flow_slider .f_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0 0;
	color: #015164;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}

.flow_slider .img_box {
  max-width: 150px;
	margin: 1rem auto 0;
}

.flow_slider .txt {
  margin: 2rem 0 0;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.7;
}



.sec04_block03 {
  background: #fff;
  margin: 15rem 0 0;
  padding: 4rem 7rem 0;
  box-sizing: border-box;
  border: 4px solid #000;
  position: relative;
}

.sec04_block03 .arrow {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  width: 120px;
  margin: 0 auto -3rem;
}

.sec04_block03 .upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec04_block03 .ttl01_wrap {
  width: calc(100% - 190px);
  box-sizing: border-box;
}

.sec04_block03 .img_box {
  width: 190px;
  box-sizing: border-box;
}

.sec04_block03 .ttl01 {
  font-size: 3.2rem;
}
.sec04_block03 .ttl01 a {
  display: inline-block;
  position: relative;
}
.sec04_block03 .ttl01 a::after {
  content: "";
  display: inline-block;
  background: url("img/arrow_01.png") right center no-repeat;
  background-size: contain;
	width: 32px;
  height: 22px;
  margin: 0 0 0 1rem;
}

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

.sec04_block03 .btn-internal {
  position: relative;
  bottom: -50px;
}
.sec04_block03 .btn-internal a {
  max-width: 360px;
  margin: 0 auto 0;
}



/*----- swiper -----*/
.swiper {
  overflow: visible;
  position: relative;
}

.swiper-scrollbar {
  background: none!important;
  width: 450px!important;
  height: 100%;
  margin: 0 0 0 auto;
  position: absolute!important;
  bottom: calc(100% + 75px)!important;
  right: 0!important;
}
.swiper-scrollbar::before {/*スクロールバーのバー本体*/
  content: "";
  display: block;
  width: 450px!important;
  height: 6px;
  background: #fff!important;
  border-radius: 3px;
  border: none!important;
  overflow: hidden!important;
}
.slider_btn {/*スクロールバーのバーボタン*/
  width: 24px!important;
  height: 24px!important;
  margin: -15px 0 0;
  background-color: #ff5c4d;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
}

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


  .sec04 .main_ttl_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0;
  }
  .sec04 .main_ttl_wrap .ttl_img {
    width: 45%;
    margin: 2rem auto 0;
    order: 2;
  }
  .sec04 .main_ttl_wrap .main_ttl {
    width: 100%;
    padding: 0 0 0 0;
    font-size: 2.2rem;
    text-align: center;
    order: 1;
  }
  .sec04 .main_ttl_wrap .main_ttl .large {
    font-size: 2.9rem;
  }
  .sec04 .main_ttl_wrap .main_ttl .sub {
    margin: 0 0 1rem;
    padding: 8px 2rem;
    font-size: 1.5rem;
  }
  .sec04 .main_ttl_wrap .main_ttl a {
    padding: 0 2rem 0 2rem;
  }
  .sec04 .main_ttl_wrap .main_ttl a::after{
    background: url("img/arrow_03.png") right center no-repeat;
    background-size: contain;
    width: 19px;
    height: 13px;
    margin: 3rem 0 0;
  }



  .sec04_block01 {
    margin: 4rem 0 0;
    padding: 3rem 2rem 3rem;
    border: 2px solid #000;
    border-radius: 10px;
  }

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

  .sec04_block01 .img_box {
    margin: 2rem 0 0;
  }



  .sec04_block02 {
    margin: 6rem 0 0;
  }

  .sec04_block02 .eng {
    margin: 0 0 5px;
    font-size: 1.5rem;
  }
  .sec04_block02 .ttl01 {
    padding: 0 2rem 0 0;
    font-size: 2rem;
  }
  .sec04_block02 .ttl01::before,
  .sec04_block02 .ttl01::after {
    border-bottom: 3px dotted #015164;
  }
  .sec04_block02 .ttl01 a {
    padding: 0 2.5rem 0 2.5rem;
  }
  .sec04_block02 .ttl01 a::after{
    background: url("img/arrow_03.png") right center no-repeat;
    background-size: contain;
    width: 19px;
    height: 13px;
  }


  .flow_block {
    margin: 3rem 0 0;
  }

  .flow_block .f_ttl_wrap {
    text-align: center;
  }

  .flow_block .f_ttl {
    max-width: 70%;
    margin: auto;
    padding: 1rem 1.5rem;
    font-size: 1.7rem;
  }
  .flow_block .f_ttl::after {
    margin-left: -6px;
    border: 6px solid transparent;
    border-top: 10px solid #015164;
  }

.flow_slider {
  margin: 5rem 0 0;
}

  .flow_slider .flow_item {
    width: 60%;
    margin: 0 1.6rem;
  }
  .flow_slider .flow_item::after {
    background: url("img/slide_arrow.png") right center no-repeat;
    background-size: contain;
    width: 16px;
    height: 22px;
    margin: 0 0 0 8px;
  }

  .flow_slider .f_txt {
    margin: 5px 0 0;
    font-size: 1.8rem;
  }

  .flow_slider .img_box {
    max-width: 150px;
    margin: 1rem auto 0;
  }

  .flow_slider .txt {
    margin: 1.5rem 0 0;
    font-size: 1.4rem;
    line-height: 1.6;
  }



  .sec04_block03 {
    margin: 30% 0 0;
    padding: 4rem 2rem 0;
    border: 2px solid #000;
  }

  .sec04_block03 .arrow {
    width: 25%;
    margin: 0 auto -8%;
  }

  .sec04_block03 .upper {
    display: block;
  }

  .sec04_block03 .ttl01_wrap {
    width: 100%;
  }

  .sec04_block03 .img_box {
    width: 50%;
    margin: 2rem auto 0;
  }

  .sec04_block03 .ttl01 {
    font-size: 2.1rem;
    text-align: center;
  }
  .sec04_block03 .ttl01 a {
    padding: 0 3rem 0;
  }
  .sec04_block03 .ttl01 a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    background: url("img/arrow_01.png") right center no-repeat;
    background-size: contain;
    width: 19px;
    height: 13px;
    margin: 0 0 0 0;
  }

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

  .sec04_block03 .btn-internal {
    bottom: -35px;
  }
  .sec04_block03 .btn-internal a {
    max-width: 90%;
  }



  /*----- swiper -----*/
  .swiper-scrollbar {
    width: 100%!important;
    bottom: calc(100% + 20px)!important;
    right: 0!important;
  }
  .swiper-scrollbar::before {/*スクロールバーのバー本体*/
    width: 100%!important;
    height: 4px;
  }
  .slider_btn {/*スクロールバーのバーボタン*/
    width: 16px!important;
    height: 16px!important;
    margin: -9px 0 0;
  }
}





/*--------------------------------------
　sec05
---------------------------------------*/
.sec05 {
  background: #f9f6f3;
  padding: 18rem 0 25rem;
}


.sec05 .inner {
  background: url("img/sec05_bg_mid.png") center top repeat-y;
  background-size: 100% auto;
  padding: 5rem 7rem 8rem;
  box-sizing: border-box;
  position: relative;
}
.sec05 .inner::before,
.sec05 .inner::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50px;
  margin: auto;
  box-sizing: border-box;
}
.sec05 .inner::before {
  top: -50px;
  background: url("img/sec05_bg_top.png") center bottom no-repeat;
  background-size: 100% auto;
}
.sec05 .inner::after {
  bottom: -50px;
  background: url("img/sec05_bg_bottom.png") center top no-repeat;
  background-size: 100% auto;
}


.sec05 .main_ttl01 {
  position: relative;
}
.sec05 .main_ttl01::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  background: url("img/deco_01.png") left top no-repeat;
  background-size: 100% auto;
  width: 90px;
  height: 100px;
  margin: 0 0 2rem;
}


.sec05_block {
  margin: 5rem 0 0;
}

.sec05_block .item {
  padding: 0 0 5rem;
}
.sec05_block .item:last-of-type {
  border-bottom: 2px solid #000;
}

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

.sec05_block .txt_box {
  width: calc(100% - 270px);
  padding: 0 5rem 0 0;
  box-sizing: border-box;
}

.sec05_block .ttl01 {
  font-size: 2.8rem;
}

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

.sec05_block .img_box {
  width: 270px;
  box-sizing: border-box;
}


.sec05 .btn-internal a {
  max-width: 360px;
  margin: 5rem auto 0;
}

/* SP ------------------------------*/
@media screen and (max-width: 768px) {
  .sec05 {
    padding: 8rem 1rem 14rem;
  }


  .sec05 .inner {
    background: url("img/sec05_bg_mid.png") center top repeat-y;
    background-size: 100% auto;
    padding: 2rem 2.5rem 5rem;
  }
  .sec05 .inner::before,
  .sec05 .inner::after {
    width: 100%;
    height: 50px;
  }
  .sec05 .inner::before {
    top: -50px;
    background: url("img/sec05_bg_top.png") center bottom no-repeat;
    background-size: 100% auto;
  }
  .sec05 .inner::after {
    bottom: -50px;
    background: url("img/sec05_bg_bottom.png") center top no-repeat;
    background-size: 100% auto;
  }


  .sec05 .main_ttl01::after {
    background: url("img/deco_01.png") left top no-repeat;
    background-size: contain;
    width: 15%;
    height: 0;
    margin: 0 0 0;
    padding-top: calc(15%*100/90);
  }


  .sec05_block {
    margin: 3rem 0 0;
  }

  .sec05_block .item {
    padding: 0 0 3rem;
  }
  .sec05_block .item:last-of-type {
    border-bottom: 1px solid #000;
  }

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

  .sec05_block .txt_box {
    width: 100%;
    padding: 0 0 0 0;
  }

  .sec05_block .ttl01 {
    font-size: 1.9rem;
    text-align: center;
  }

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

  .sec05_block .img_box {
    width: 70%;
    margin: auto;
  }


  .sec05 .btn-internal a {
    max-width: 90%;
    margin: 3rem auto 0;
  }
  
  .sec05 .acc_btn {
    padding: 0 3rem 0 3rem;
  }
}





/*--------------------------------------
　sec06
---------------------------------------*/
.sec06 {
  background: #cce9e7;
  padding: 5rem 0 15rem;
}

.sec06 .sub {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("img/bg_04.png") left top no-repeat;
  background-size: 100% auto;
  width: 260px;
  height: 260px;
  margin: auto;
  padding: 1rem 1rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  top: -130px;
}
.sec06 .sub span {
  font-weight: bold;
}

.sec06 .inner {
  margin: -10rem auto 0;
}


.sec06 .main_ttl01 .m_ttl {
  display: inline-block;
  padding: 0 7rem 0 4rem;
  position: relative;
}
.sec06 .main_ttl01 .m_ttl:before,
.sec06 .main_ttl01 .m_ttl:after {
	content: "";
	position: absolute;
	top: 50%;
  transform: translate(0,-50%);
	width: 54px;
  height: 92px;
}
.sec06 .main_ttl01 .m_ttl:before {
	left: 0;
  background: url("img/ttl_deco_01.png") left top no-repeat;
  background-size: 100% auto;
}
.sec06 .main_ttl01 .m_ttl:after {
	right: 0;
  background: url("img/ttl_deco_02.png") left top no-repeat;
  background-size: 100% auto;
}


.sec06_block {
  margin: 5rem 0 0;
}

.sec06_block .sec06_box {
  display: flex;
  justify-content: space-between;
}

.sec06_block .item {
  width: calc(33.33% - 2.5rem);
  box-sizing: border-box;
}

.sec06_block .eng {
  width: 76px;
  margin: auto;
}

.sec06_block .ttl01 {
  margin: 1rem 0 0;
  font-size: 2.2rem;
  text-align: center;
}

.sec06_block .img_box {
  width: 196px;
  margin: 2rem auto 0;
}

.sec06_block .cc_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0 0;
}

.sec06_block .illust {
  width: 70px;
  box-sizing: border-box;
}

.sec06_block .cc {
  background: #fff;
  width: calc(100% - 80px);
  padding: 1.5rem 2rem;
  box-sizing: border-box;
  font-size: 1.5rem;
  border-radius: 10px;
  position: relative;
}
.sec06_block .cc:after {
	content: "";
	position: absolute;
	top: 30px;
	right: 100%;
	border: 8px solid transparent;
	border-right: 14px solid #fff;
}

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


.sec06 .btn-internal a {
  max-width: 360px;
  margin: 6rem auto 0;
}

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

  .sec06 .sub {
    display: block;
    background: url("img/bg_04.png") left top no-repeat;
    background-size: 100% auto;
    width: 60%;
    height: 0;
    padding: 0 0;
    padding-top: 60%;
    font-size: 1.7rem;
    top: -100px;
  }
  .sec06 .sub span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
  }

  .sec06 .inner {
    margin: -8rem auto 0;
  }


  .sec06 .main_ttl01 {
    padding: 0 2rem;
  }
  .sec06 .main_ttl01 .m_ttl {
    display: block;
    padding: 0 0 0 0;
  }
  .sec06 .main_ttl01 .m_ttl:before,
  .sec06 .main_ttl01 .m_ttl:after {
    width: 10%;
    height: 0;
    padding-top: calc(10%*92/54);
  }
  .sec06 .main_ttl01 .m_ttl:before {
    left: -3%;
    background: url("img/ttl_deco_01.png") left top no-repeat;
    background-size: contain;
  }
  .sec06 .main_ttl01 .m_ttl:after {
    right: -3%;
    background: url("img/ttl_deco_02.png") left top no-repeat;
    background-size: contain;
  }


  .sec06 .lead {
    padding: 0 2rem;
  }

  
  .sec06_block {
    margin: 3rem 0 0;
  }

  .sec06_block .sec06_box {
    display: block;
  }

  .sec06_block .item {
    width: 100%;
    margin: 0 2rem;
  }

  .sec06_block .eng {
    width: 20%;
  }

  .sec06_block .ttl01 {
    font-size: 2.0rem;
  }

  .sec06_block .img_box {
    width: 50%;
    margin: 1.5rem auto 0;
  }

  .sec06_block .cc_wrap {
    margin: 1rem 0 0;
  }

  .sec06_block .illust {
    width: 18%;
    box-sizing: border-box;
  }

  .sec06_block .cc {
    width: 78%;
    padding: 1.5rem 1.5rem;
    font-size: 1.4rem;
    border-radius: 5px;
  }
  .sec06_block .cc:after {
    top: 25%;
    right: 100%;
    border: 6px solid transparent;
    border-right: 12px solid #fff;
  }

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


  .sec06 .btn-internal a {
    max-width: 90%;
    margin: 3rem auto 0;
  }
}





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

.sec07 .main_ttl01 .m_ttl a::after{
	margin: 3.5rem 0 0;
}


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

.sec07_block .item {
  width: calc(50% - 2rem);
  margin: 0 0 4rem;
  box-sizing: border-box;
}

.sec07_block .item a {
  display: block;
  background: #fff;
  padding: 4rem 4rem 5rem;
  box-sizing: border-box;
  border: 4px solid #015164;
  position: relative;
  z-index: 0;
}
.sec07_block .item a::before {
	content: "";
	position: absolute;
	top: 0;
  left: 0;
	border-bottom: 80px solid transparent;
	border-left: 80px solid #015164;
	z-index: -1;
}

.sec07_block .num {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
}

.sec07_block .ttl01_wrap {
  display: flex;
  align-items: center;
}
.sec07_block .ttl01 {
  padding: 0 2.5rem 0 2.5rem;
  font-size: 2.2rem;
  text-align: center;
  position: relative;
  width:100%;
}
.sec07_block .ttl01::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: 26px;
  height: 18px;
}

.sec07_block .img_box {
  display: flex;
  align-items: center;
  width: 150px;
  margin: 2rem auto 0;
}

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

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

  .sec07 .main_ttl01 .m_ttl a::after{
    margin: 1.5rem 0 0;
  }


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

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

  .sec07_block .item a {
    padding: 3rem 2rem 3rem;
    box-sizing: border-box;
    border: 2px solid #015164;
  }
  .sec07_block .item a::before {
    border-bottom: 60px solid transparent;
    border-left: 60px solid #015164;
  }

  .sec07_block .num {
    top: 5px;
    left: 5px;
    font-size: 1.9rem;
  }

  .sec07_block .ttl01_wrap {
    display: block;
  }
  .sec07_block .ttl01 {
    display: block;
    padding: 0 2rem 0 2rem;
    font-size: 1.9rem;
  }
  .sec07_block .ttl01::after {
    background: url("img/arrow_01.png") right center no-repeat;
    background-size: contain;
    width: 19px;
    height: 13px;
  }

  .sec07_block .img_box {
    display: block;
    width: 35%;
    margin: 1.5rem auto 0;
  }

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





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

.sec08 .com_parts .com_parts_inner::before {
  display: none;
}

.sec08 .com_parts .txt_box {
  background: #fff;
  max-width: 670px;
  margin: 4rem auto 0;
  padding: 4rem 4rem 4rem 18rem;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
}
.sec08 .com_parts .txt_box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 30px;
  background: url("img/illust_01.png") left bottom no-repeat;
  background-size: contain;
	width: 160px;
  height: 164px;
}

.sec08 .com_parts .txt {
  margin: 0 0 0;
}

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

  .sec08 .com_parts .txt_box {
    max-width: 100%;
    margin: 3rem auto 0;
    padding: 2.5rem 2rem 5rem 2rem;
    border-radius: 10px;
  }
  .sec08 .com_parts .txt_box::before {
    left: 10px;
    background: url("img/illust_01.png") left bottom no-repeat;
    background-size: contain;
    width: 24%;
    height: 0;
    padding-top: calc(24%*164/160);
  }
  
  .sec08 .com_parts .btn-link {
    width: 75%;
    margin: 0 0 0 auto;
  }
}
