@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#loading {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 1;
  z-index: 999999;
  transition: all 0.5s ease-out 0.01s;
}
#loading.active {
  opacity: 0;
  pointer-events: none;
}

#section_back_slider {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
}

.bellcast #section01 {
  width: 100%;
  padding-top: 120px;
  color: #4d4d4d;
  padding-bottom: calc(5vw - 40px);
}
@media screen and (max-width:800px) {
  .bellcast #section01 {
    padding-top: 70px;
  }
}
.bellcast #section01 .section__in {
  width: calc(100% - 60px);
  /*max-width: 1324px;*/
  /*max-width: 1324px;*/
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  .bellcast #section01 .section__in {
    width: 90%;
  }
}
.bellcast #section01 figure {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.bellcast #section01 .title_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.bellcast #section01 .title_area .ttl01 {
  width: 70.88%;
}
.bellcast #section01 .title_area .ttl01 .ttl01__in {
  width: 100%;
  background-color: #fff;
  padding-left: calc((100vw - 1200px - 80px) / 2);
  padding-top: 50px;
  margin-top: -102px;
}
@media screen and (max-width:1460px) {
  .bellcast #section01 .title_area .ttl01 .ttl01__in {
    padding-left: 4%;
    padding-top: 3.4246575342vw;
    margin-top: -6.9863013699vw;
  }
}
@media screen and (max-width:800px) {
  .bellcast #section01 .title_area .ttl01 .ttl01__in {
    padding-top: 5vw;
    margin-top: -6.9863013699vw;
    padding-left: 0%;
    padding-right: 1em;
  }
}
.bellcast #section01 .title_area .ttl01 .ttl01__in h1 {
  margin-bottom: 28px;
}
@media screen and (max-width:1460px) {
  .bellcast #section01 .title_area .ttl01 .ttl01__in h1 {
    margin-bottom: 1.9178082192vw;
  }
}
.bellcast #section01 .title_area .ttl01 .ttl01__in h1 img {
  width: auto;
  height: 81px;
}
@media screen and (max-width:1460px) {
  .bellcast #section01 .title_area .ttl01 .ttl01__in h1 img {
    height: 5.5479452055vw;
  }
}
@media screen and (max-width:800px) {
  .bellcast #section01 .title_area .ttl01 .ttl01__in h1 img {
    height: 10.5vw;
  }
}
.bellcast #section01 .title_area .ttl01 .ttl01__in .base_text {
  line-height: 160%;
  margin-bottom: 100px;
  letter-spacing: 0.05em;
}
@media screen and (max-width:1460px) {
  .bellcast #section01 .title_area .ttl01 .ttl01__in .base_text {
    margin-bottom: 6.8493150685vw;
    font-size: 1.2328767123vw;
  }
}
@media screen and (max-width:800px) {
  .bellcast #section01 .title_area .ttl01 .ttl01__in .base_text {
    margin-bottom: 0px;
    font-size: 3.2vw;
  }
}
.bellcast #section01 .title_area .ttl01 .ttl01__in ul.pclist {
  display: flex;
  justify-content: flex-start;
  font-size: 17px;
}
@media screen and (max-width:1460px) {
  .bellcast #section01 .title_area .ttl01 .ttl01__in ul.pclist {
    font-size: 1.1643835616vw;
  }
}
@media screen and (max-width:800px) {
  .bellcast #section01 .title_area .ttl01 .ttl01__in ul.pclist {
    display: none;
  }
}
.bellcast #section01 .title_area .ttl01 .ttl01__in ul.pclist li {
  display: inline-block;
  margin-right: 3em;
}
.bellcast #section01 .title_area .ttl01 .ttl01__in ul.pclist li a {
  color: #4d4d4d;
  letter-spacing: 0.05em;
}
.bellcast #section01 .title_area .ttl02 {
  width: 29.12%;
}
.bellcast #section01 .title_area .ttl02 .ttl02__in {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../images/technology/bellcast/img_line.svg) repeat-y center;
  background-size: 100% auto;
}
.bellcast #section01 ul.splist {
  display: flex;
  justify-content: flex-start;
  margin-top: 10vw;
  display: none;
}
@media screen and (max-width:1460px) {
  .bellcast #section01 ul.splist {
    font-size: 1.095890411vw;
  }
}
@media screen and (max-width:800px) {
  .bellcast #section01 ul.splist {
    display: flex;
    font-size: 3.4vw;
    flex-wrap: wrap;
  }
}
.bellcast #section01 ul.splist li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #dedede;
}
.bellcast #section01 ul.splist li a {
  color: #4d4d4d;
  letter-spacing: 0.05em;
  padding: 0.65em 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.bellcast #section01 ul.splist li a::after {
  content: "";
  background: url(../images/icon_yaji2.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 1em;
  height: 1em;
}
.bellcast #section02 {
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  color: #4d4d4d;
  padding-top: 120px;
  padding-bottom: 30px;
}
@media screen and (max-width:800px) {
  .bellcast #section02 {
    padding-top: 80px;
  }
}
.bellcast #section02 h2.h2title_2 {
  color: #4d4d4d;
  text-align: left;
  margin-bottom: 70px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #959595;
  padding: 0 20px;
  letter-spacing: 0.12em;
  padding-bottom: 16px;
  margin-bottom: 48px;
}
@media screen and (max-width:800px) {
  .bellcast #section02 h2.h2title_2 {
    margin-bottom: 9vw;
    padding: 0 5%;
    padding-bottom: 4vw;
  }
}
.bellcast #section02 .vid_contents {
  width: 100%;
}
.bellcast #section02 .vid_contents video.vid_main {
  width: 100%;
}
.bellcast #section02 .section__in {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
}
.bellcast #section02 .content_block {
  padding: 0 20px;
}
@media screen and (max-width:800px) {
  .bellcast #section02 .content_block {
    padding: 0 5%;
  }
}
.bellcast #section02 .content_block .box {
  margin-top: 22px;
}
@media screen and (max-width:800px) {
  .bellcast #section02 .content_block .box {
    margin-top: 9vw;
  }
}
.bellcast #section02 .content_block .box h3 {
  margin-bottom: 43px;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width:800px) {
  .bellcast #section02 .content_block .box h3 {
    margin-bottom: 5vw;
  }
}
.bellcast #section02 .content_block .box p {
  line-height: 2em;
}
.bellcast #section02 .content_block .img_wrap {
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  .bellcast #section02 .content_block .img_wrap {
    margin-top: 8vw;
  }
}
.bellcast #section02 .content_block .img_wrap figure {
  margin-top: 8px;
}
@media screen and (max-width:800px) {
  .bellcast #section02 .content_block .img_wrap figure {
    margin-top: 2vw;
  }
}
.bellcast #section02 .content_block .img_wrap figure:first-child {
  margin-top: 0;
}
.bellcast #section02 .content_block .box--flex {
  display: flex;
  justify-content: space-between;
  margin-top: 98px;
}
@media screen and (max-width:800px) {
  .bellcast #section02 .content_block .box--flex {
    margin-top: 2vw;
    display: block;
  }
}
.bellcast #section02 .content_block .box--flex dt {
  width: 48%;
}
@media screen and (max-width:800px) {
  .bellcast #section02 .content_block .box--flex dt {
    width: 100%;
  }
}
.bellcast #section02 .content_block .box--flex dd {
  width: 48%;
}
@media screen and (max-width:800px) {
  .bellcast #section02 .content_block .box--flex dd {
    width: 100%;
    margin-top: 10vw;
  }
}
.bellcast #section02 .content_block .box--flex dd p {
  line-height: 2em;
}
.bellcast #section02 .content_block .box--flex h3 {
  margin-bottom: 43px;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width:800px) {
  .bellcast #section02 .content_block .box--flex h3 {
    margin-bottom: 5vw;
  }
}
.bellcast #section03 {
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  color: #4d4d4d;
  padding-top: 140px;
  padding-bottom: 110px;
}
@media screen and (max-width:800px) {
  .bellcast #section03 {
    padding-top: 0;
    padding-top: 18vw;
    padding-bottom: 7vw;
  }
}
.bellcast #section03 h2.h2title_2 {
  color: #4d4d4d;
  text-align: left;
  margin-bottom: 70px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #959595;
  padding: 0 20px;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
  margin-bottom: 48px;
}
@media screen and (max-width:800px) {
  .bellcast #section03 h2.h2title_2 {
    margin-bottom: 9vw;
    padding: 0 5%;
    padding-bottom: 4vw;
  }
}
.bellcast #section03 .section__in {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
}
.bellcast #section03 .content_block {
  padding: 0 20px;
}
@media screen and (max-width:800px) {
  .bellcast #section03 .content_block {
    padding: 0 5%;
  }
}
.bellcast #section03 .content_block .box--fire {
  margin-top: 50px;
}
@media screen and (max-width:800px) {
  .bellcast #section03 .content_block .box--fire {
    margin-top: 9vw;
  }
}
.bellcast #section03 .content_block .box--fire:first-child {
  margin-top: 0;
}
.bellcast #section03 .content_block .figure_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  .bellcast #section03 .content_block .figure_wrap {
    margin-bottom: 2vw;
  }
}
.bellcast #section03 .content_block .figure_wrap figure {
  width: 32%;
}
.bellcast #section03 .content_block .fire_title {
  font-weight: bold;
  margin-bottom: 34px;
}
@media screen and (max-width:800px) {
  .bellcast #section03 .content_block .fire_title {
    margin-bottom: 2vw;
  }
}
.bellcast #section03 .content_block .fire_text {
  margin-top: 37px;
  line-height: 1.6em;
}
@media screen and (max-width:800px) {
  .bellcast #section03 .content_block .fire_text {
    margin-top: 0;
  }
}

.burning #section01 {
  width: 100%;
  padding-top: 120px;
  color: #4d4d4d;
  padding-bottom: calc(5vw - 40px);
}
@media screen and (max-width:800px) {
  .burning #section01 {
    padding-top: 70px;
  }
}
.burning #section01 .section__in {
  width: calc(100% - 60px);
  /*max-width: 1324px;*/
  /*max-width: 1324px;*/
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  .burning #section01 .section__in {
    width: 90%;
  }
}
.burning #section01 figure {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.burning #section01 .title_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}
.burning #section01 .title_area .ttl01 {
  width: 70.88%;
}
.burning #section01 .title_area .ttl01 .ttl01__in {
  width: 100%;
  background-color: #fff;
  padding-left: calc((100vw - 1200px - 80px) / 2);
  padding-top: 50px;
  margin-top: -102px;
}
@media screen and (max-width:1460px) {
  .burning #section01 .title_area .ttl01 .ttl01__in {
    padding-left: 4%;
    padding-top: 3.4246575342vw;
    margin-top: -6.9863013699vw;
  }
}
@media screen and (max-width:800px) {
  .burning #section01 .title_area .ttl01 .ttl01__in {
    padding-top: 5vw;
    margin-top: -6.9863013699vw;
    padding-left: 0%;
    padding-right: 1em;
  }
}
.burning #section01 .title_area .ttl01 .ttl01__in h1 {
  margin-bottom: 28px;
}
@media screen and (max-width:1460px) {
  .burning #section01 .title_area .ttl01 .ttl01__in h1 {
    margin-bottom: 1.9178082192vw;
  }
}
.burning #section01 .title_area .ttl01 .ttl01__in h1 img {
  width: auto;
  height: 81px;
}
@media screen and (max-width:1460px) {
  .burning #section01 .title_area .ttl01 .ttl01__in h1 img {
    height: 5.5479452055vw;
  }
}
@media screen and (max-width:800px) {
  .burning #section01 .title_area .ttl01 .ttl01__in h1 img {
    height: 10.5vw;
  }
}
.burning #section01 .title_area .ttl01 .ttl01__in .base_text {
  line-height: 160%;
  margin-bottom: 100px;
  letter-spacing: 0.05em;
}
@media screen and (max-width:1460px) {
  .burning #section01 .title_area .ttl01 .ttl01__in .base_text {
    margin-bottom: 6.8493150685vw;
    font-size: 1.2328767123vw;
  }
}
@media screen and (max-width:800px) {
  .burning #section01 .title_area .ttl01 .ttl01__in .base_text {
    margin-bottom: 0px;
    font-size: 3.2vw;
  }
}
.burning #section01 .title_area .ttl01 .ttl01__in ul.pclist {
  display: flex;
  justify-content: flex-start;
  font-size: 17px;
}
@media screen and (max-width:1460px) {
  .burning #section01 .title_area .ttl01 .ttl01__in ul.pclist {
    font-size: 1.1643835616vw;
  }
}
@media screen and (max-width:800px) {
  .burning #section01 .title_area .ttl01 .ttl01__in ul.pclist {
    display: none;
  }
}
.burning #section01 .title_area .ttl01 .ttl01__in ul.pclist li {
  display: inline-block;
  margin-right: 3em;
}
.burning #section01 .title_area .ttl01 .ttl01__in ul.pclist li a {
  color: #4d4d4d;
  letter-spacing: 0.05em;
}
.burning #section01 .title_area .ttl02 {
  width: 29.12%;
}
.burning #section01 .title_area .ttl02 .ttl02__in {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../images/technology/burning/img_line.svg) repeat-y center;
  background-size: 100% 100%;
}
.burning #section01 ul.splist {
  display: flex;
  justify-content: flex-start;
  margin-top: 10vw;
  display: none;
}
@media screen and (max-width:1460px) {
  .burning #section01 ul.splist {
    font-size: 1.095890411vw;
  }
}
@media screen and (max-width:800px) {
  .burning #section01 ul.splist {
    display: flex;
    font-size: 3.4vw;
    flex-wrap: wrap;
  }
}
.burning #section01 ul.splist li {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #dedede;
}
.burning #section01 ul.splist li a {
  color: #4d4d4d;
  letter-spacing: 0.05em;
  padding: 0.65em 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.burning #section01 ul.splist li a::after {
  content: "";
  background: url(../images/icon_yaji2.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 1em;
  height: 1em;
}
.burning #section02 {
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  color: #4d4d4d;
  padding-top: 120px;
  padding-bottom: 30px;
}
@media screen and (max-width:800px) {
  .burning #section02 {
    padding-top: 80px;
  }
}
.burning #section02 h2.h2title_2 {
  color: #4d4d4d;
  text-align: left;
  margin-bottom: 70px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #959595;
  padding: 0 20px;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
  margin-bottom: 38px;
}
@media screen and (max-width:800px) {
  .burning #section02 h2.h2title_2 {
    margin-bottom: 9vw;
    padding: 0 5%;
    padding-bottom: 4vw;
  }
}
.burning #section02 .section__in {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
}
.burning #section02 .content_block {
  padding: 0 20px;
}
@media screen and (max-width:800px) {
  .burning #section02 .content_block {
    padding: 0 5%;
  }
}
.burning #section02 .content_block .block_text {
  line-height: 2em;
}
.burning #section02 .content_block .mv_img {
  margin-top: 90px;
}
@media screen and (max-width:800px) {
  .burning #section02 .content_block .mv_img {
    margin-top: 4vw;
  }
}
.burning #section02 .clumsbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.burning #section02 .clumsbox .left {
  width: 34.6%;
}
@media screen and (max-width:800px) {
  .burning #section02 .clumsbox .left {
    width: 100%;
  }
}
.burning #section02 .clumsbox .right {
  width: 59%;
}
@media screen and (max-width:800px) {
  .burning #section02 .clumsbox .right {
    width: 100%;
  }
}
.burning #section02 .clumsbox .right.mv_img {
  margin-top: 0px;
}
@media screen and (max-width:800px) {
  .burning #section02 .clumsbox .right.mv_img {
    margin-top: 4vw;
  }
}
.burning #section03 {
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  color: #4d4d4d;
  padding-top: 140px;
  padding-bottom: 30px;
  /*
  .content_block{
  	padding: 0 20px;
  	@media screen and (max-width:800px){
  		padding: 0 5%;
  	}
  	.box{
  		margin-top: 48px;
  		@media screen and (max-width:800px){
  			margin-top: 7vw;
  		}
  		&:first-child{
  			margin-top: 0;
  		}
  		.box_title{
  			margin-bottom: 27px;
  			@media screen and (max-width:800px){
  				margin-bottom: 2vw;
  			}
  		}
  		.box_text{
  			line-height: 1.8em;
  		}
  	}
  	.box_img{
  		margin-top: 30px;
  		@media screen and (max-width:800px){
  			margin-top: 3vw;
  		}
  	}
  }
  */
}
@media screen and (max-width:800px) {
  .burning #section03 {
    padding-top: 0;
    padding-top: 18vw;
  }
}
.burning #section03 h2.h2title_2 {
  color: #4d4d4d;
  text-align: left;
  margin-bottom: 70px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #959595;
  padding: 0 20px;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
  margin-bottom: 38px;
}
@media screen and (max-width:800px) {
  .burning #section03 h2.h2title_2 {
    margin-bottom: 9vw;
    padding: 0 5%;
    padding-bottom: 4vw;
  }
}
.burning #section03 .section__in {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
}
.burning #section03 .content_block {
  padding: 0 20px;
  margin-bottom: 130px;
}
@media screen and (max-width:800px) {
  .burning #section03 .content_block {
    margin-bottom: 60px;
  }
}
.burning #section03 .content_block.last {
  margin-bottom: 0;
}
@media screen and (max-width:800px) {
  .burning #section03 .content_block.last {
    margin-bottom: 0;
  }
}
@media screen and (max-width:800px) {
  .burning #section03 .content_block {
    padding: 0 5%;
  }
}
.burning #section03 .content_block .block_text {
  line-height: 2em;
  letter-spacing: 0.05em;
}
.burning #section03 .content_block .box_title {
  margin-bottom: 27px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  .burning #section03 .content_block .box_title {
    margin-bottom: 2vw;
  }
}
.burning #section03 .content_block .mv_img {
  margin-top: 90px;
}
@media screen and (max-width:800px) {
  .burning #section03 .content_block .mv_img {
    margin-top: 4vw;
  }
}
.burning #section03 .clumsbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.burning #section03 .clumsbox .left {
  width: 34.6%;
}
@media screen and (max-width:800px) {
  .burning #section03 .clumsbox .left {
    width: 100%;
  }
}
.burning #section03 .clumsbox .right {
  width: 59%;
}
@media screen and (max-width:800px) {
  .burning #section03 .clumsbox .right {
    width: 100%;
  }
}
.burning #section03 .clumsbox .right.mv_img {
  margin-top: 0px;
}
@media screen and (max-width:800px) {
  .burning #section03 .clumsbox .right.mv_img {
    margin-top: 4vw;
  }
}
.burning #section04 {
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  color: #4d4d4d;
  padding-top: 140px;
  padding-bottom: 110px;
}
@media screen and (max-width:800px) {
  .burning #section04 {
    padding-top: 0;
    padding-top: 18vw;
    padding-bottom: 7vw;
  }
}
.burning #section04 h2.h2title_2 {
  color: #4d4d4d;
  text-align: left;
  margin-bottom: 70px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #959595;
  padding: 0 20px;
  letter-spacing: 0.05em;
  padding-bottom: 16px;
  margin-bottom: 48px;
}
@media screen and (max-width:800px) {
  .burning #section04 h2.h2title_2 {
    margin-bottom: 9vw;
    padding: 0 5%;
    padding-bottom: 4vw;
  }
}
.burning #section04 .section__in {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
}
.burning #section04 .content_block {
  padding: 0 20px;
}
@media screen and (max-width:800px) {
  .burning #section04 .content_block {
    padding: 0 5%;
  }
}
.burning #section04 .content_block .block {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  .burning #section04 .content_block .block {
    display: block;
  }
}
.burning #section04 .content_block .block dt {
  width: 39%;
}
@media screen and (max-width:800px) {
  .burning #section04 .content_block .block dt {
    width: 100%;
  }
}
.burning #section04 .content_block .block dd {
  width: 50%;
}
@media screen and (max-width:800px) {
  .burning #section04 .content_block .block dd {
    width: 100%;
    margin-top: 8vw;
  }
}
.burning #section04 .content_block .block dd .block_text {
  line-height: 1.8em;
}
.burning #section04 .content_block .block dd .block_img--textblock {
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  .burning #section04 .content_block .block dd .block_img--textblock {
    margin-top: 6vw;
  }
}
.burning #section04 .content_block .block dd .block_text--attention {
  margin-top: 30px;
  line-height: 1.8em;
  padding-left: 1.4em;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  .burning #section04 .content_block .block dd .block_text--attention {
    margin-top: 6vw;
  }
}

#section_lasts {
  width: 100%;
  padding-top: 50px;
  color: #4d4d4d;
  padding-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section_lasts {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#section_lasts .section__in {
  width: 90%;
  max-width: 1324px;
  margin: 0 auto;
}
#section_lasts figure {
  width: 100%;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section_lasts figure {
    border-radius: 4px;
  }
}/*# sourceMappingURL=technology.css.map */