@charset "utf-8";
/**********************************************/
/***************共通コンテンツ******************/
/**********************************************/

.respd {
    max-width: 100%;
    height: auto;
    width /***/: auto;
}
body{
  line-height: 1em;
  font-size: 14px;
  overflow-x: hidden
}
img{
  flex-shrink: 0
}
p{
  line-height: 1em;
}
.newline{
  display: inline-block;
}
.bold{
  font-weight: bold;
}
.under{
  background: linear-gradient(transparent 50%, #fff33f 50%);
}
.prtext{
  background-color:  #fff33f;
  color: #026636;
  font-weight: bold;
  display: inline-block;
  padding: 0px 9px;
}
.end_text{
  margin-top: 60px;
  margin-bottom: 30px;
}
.text_box{
  display: inline-block;
}

.round_box{
  margin-top: 15px;
  padding: 10px 15px;
  border-radius: 12px;
}
.redtext{
  color: #e60012;
  font-weight: bold;
  font-size: 17px;
  margin-top: 10px;
  text-align: left;
}

.green{
  background: #D5EAD8;
}

.gray{
  background: #ddd;
}
#section5 a{
  color: #a73dd8;
  text-decoration:underline;
  text-decoration-color:#a73dd8;
}
.orange{
  color: #F0831E;
}
.bold{
  font-weight: bold;
}
.center{
  text-align: center;
}

.show768{
	display: none!important;
}
.show600{
	display: none!important;
}
.show640{
	display: none;
}
.show480{
	display: none!important;
}
.show1000{
	display: none!important;
}
.show950{
	display: none!important;
}
.show860{
	display: none!important;
}
.show800{
	display: none!important;
}

@media screen and (max-width: 1000px) {
	.hide1000{
		display: none!important;
	}
	.show1000{
		display: block!important;
	}
}
@media screen and (max-width: 950px) {
	.hide950{
		display: none!important;
	}
	.show950{
		display: block!important;
	}
}
@media screen and (max-width: 768px) {
	.hide768{
		display: none!important;
	}
	.show768{
		display: block!important;
	}
}
@media screen and (max-width: 860px) {
	.hide860{
		display: none!important;
	}
	.show860{
		display: block!important;
	}
}
@media screen and (max-width: 800px) {
	.hide800{
		display: none!important;
	}
	.show800{
		display: block!important;
	}
}
@media screen and (max-width: 600px) {
	.hide600{
		display: none!important;
	}
	.show600{
		display: block!important;
	}
}
@media screen and (max-width: 480px) {
	.hide480{
		display: none!important;
	}
	.show480{
		display: block!important;
	}
}
@media screen and (min-width: 768px) {
	.none{
		display: visible;
	}
}

/*----------------------------------*/
/*----------- AdobeFonts -----------*/
/*----------------------------------*/
.tsukushiB{
	font-family: 'Zen Maru Gothic',sans-serif;
	font-weight: 700;
	font-style: normal;
}


/*----------------------------------*/
/*-------------- body --------------*/
/*----------------------------------*/
body{
	font-feature-settings: "palt" 1;
	letter-spacing: 0.5px;
	font-size: 14px;
	line-height: 1.8;
}
a,div,table,tr,td,th {
	box-sizing: border-box;
}

/*----------------------------------*/
/*---------- main slider -----------*/
/*----------------------------------*/
#mainvisual{
	width: 100%;
}
#mainvisual .wrapper{
	max-width: 1400px;
	position: relative;
	padding: 0!important;
}

/**********************************************/
/***************個別コンテンツ******************/
/**********************************************/

/*----------------------------------*/
/*------------- section1 -----------*/
/*----------------------------------*/
#section1 .atc{
	font-size: 11px;
	background: #fff;
	line-height: 1.5;
	padding: 5px 10px;
	border: 1px solid #005952;
	color: #005952;
	width: 100%;
	max-width: 550px;
	margin: 15px auto 0;
}
#section1 .lead {
    font-size: 16px;
    padding: 50px 0 70px;
}
#section1 .lead span {
    display: inline-block;
}

.bold.orange {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 1em;
}
/*----------------------------------*/
#section2{
  margin-bottom: 30px;
}
 #section3, #section4, #section5{
  margin-bottom: 90px;
}


/*----------------------------------*/
/*------------- section2 -----------*/
/*----------------------------------*/
.main_title{
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  background: #FFF67F;
  display: inline-block;
  position: relative;
  border-radius: 8px;
  padding: 8px 15px;
  line-height: 1.4em;
}

.main_title:before,
.main_title:after {
    position: absolute;
    top: 48%;
    width: 120px;
    border-top: 6px dotted #f18f43;
    content: '';
}

.main_title:before {
    left: -150px;
}

.main_title:after {
    right: -150px;
}

#section2 .content_img{
  margin-top: 25px;
}

#section2 .center .content_img{
  max-width: 800px;
  margin-bottom: 30px;
}

/*----------------------------------*/
/*------------- section3 -----------*/
/*----------------------------------*/
.sec_title{
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-bottom: 33px;
}

.marker_g{
  background: linear-gradient(transparent 85%, #BFDEAE 0%);
  display: inline;
  padding: 0 2px 12px;
  line-height: 2.3em;
}

.tech{
  position: relative;
  padding-right: 12px;
  margin-right: 10px;
  font-size: 25px;
}

.tech::after{
  content: "";
  position: absolute;
  height: 35px;
  width: 4px;
  background: #BFDEAE;
  bottom: -7px;
  right: 0;
}

#section3 .content_img, .content_img2{
  margin-top: 25px;
}

.content_img2{
  width: 50%;
  max-width: 650px;
}
#section3 .center .content_img2{
  width: 50%;
  max-width: 650px;
}
#section3 .round_box{
  margin-top: 15px;
}

#section3 .right_box,#section3 .left_box{
  width: calc(50% - 45px);
}

/*----------------------------------*/
/*------------- section4 -----------*/
/*----------------------------------*/
#section4 .left_box{
  width: calc(50% - 45px);
}

#section4 .right_box{
  width: calc(50% - 45px);
}

#section4 .right_box div.bold{
  font-size: 20px;
}

#section4 .content_item{
  margin-top: 25px;
}

#section4 .border_box, #section3 .border_box{
  border: 1px solid #000;
  padding: 3px 8px;
}

/*----------------------------------*/
/*------------- point -----------*/
/*----------------------------------*/
.point{
  padding: 20px 20px;
  border: 2px solid;
  border-color: #2c893a;.right
  border-radius: 8px; 
  margin-top: 15px;
}
.point .flex_item2{
  width:60%;
}
.point .flex_item2:nth-child(2){
  width:37%;
}
.point .flex_item2, .point .flex_item2:nth-child(2) {
  padding: 0!important;
  align-self: flex-end;
  margin-bottom: 0px;
}
.point .flex_box2 {
  margin-top: 10px;
  width: 100%;
  display: flex!important;
}
.point .text_box{
  margin-top: 20px;
  margin-bottom: 20px;
}
/*----------------------------------*/
/*------------- section5 -----------*/
/*----------------------------------*/
#section5 .step .relative{
  display: inline-block;
}
#section5 .step .content_item .left, #section5 .step .content_item .right{
  position: relative;
}

#section5 .step .relative:before, #section5 .step .content_item .left:before, #section5 .step .content_item .right:before{
  padding: 2px 5px;
  text-align: center;
  font-weight: bold;
  width: 1.5em;
  border-radius: 20px; 
  background: #fff;
  border: 1px solid #000;
}
#section5 .step .relative:before{
  content:'1';
  position: absolute;
  top: 10px;
  left: 35px;
}
#section5 .step .content_item .left:before, #section5 .step .content_item .right:before{
  position: absolute;
  top: 10px;
  left: 10px;
}
#section5 .step .content_item .left:before{
  content:'2';
}
#section5 .step .content_item .right:before{
  content:'3';
}

#section5 .content_item:nth-child(2n+1) .left_box{
  width: calc(40% - 10px);
}

#section5 .content_item:nth-child(2n+1) .right{
  width: calc(60% - 10px);
}

#section5 .content_item:nth-child(2n) .left{
  width: calc(50% - 10px);
}

#section5 .content_item:nth-child(2n) .right {
  width: calc(50% - 10px);
}

#section5 .content_item, #section5 .center{
  margin: 20px auto;
}
#section5 .content_item{
  margin-top: 70px;
  margin: auto;
}
#section5 .flex_box{
  margin-top: 15px;
}
#section5 .content_item.soft {
  display: flex;
  align-items: flex-end;
  width: 90%;
  margin-top: 50px;
  max-width: none;
}
#section5 .content_item.soft .right_box{
  width: calc(55% - 6px);
  margin-left: 20px;
}
/*----------------------------------*/
/*------------- section6 -----------*/
/*----------------------------------*/
#section6 .flex_box2{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between!important;
  margin-top: 40px;
  width: 100%;
}
#section6 .flex_item2{
  width: calc(28% - 0px);
  padding: 0!important;
}
#section6 .flex_item2:nth-child(2) {
  width: 40px;
  margin-left: 6px;
  align-self: center;
}
#section6 .flex_item2:nth-child(4) {
  width: 40px;
  margin-left: 6px;
  align-self: center;
}
#section6 .content_item.soft {
  display: flex;
  align-items: flex-end;
  width: 90%;
  margin: 0 auto;
  margin-top: 60px;
}
#section6 .content_item.soft .right_box{
  width: calc(85% - 6px);
  margin-left: 20px;
}
#section6 .content_item.soft .left_box{
  width: calc(60% - 10px);
}
#section6  .text_box{
  display: inline-block;
  text-align: left;
}
/*--------------------------------*/
/*------------- yokoku -----------*/
/*----------------------------------*/

.border_dot{
  font-size: 28px;
  border-bottom: 6px dotted #E38E13;
  border-top: 6px dotted #E38E13;
  text-align: center;
  display: inline-block;
  padding: 12px 0;
}

.border_dot div{
  display: inline-block;
}

.schedule{
  padding: 80px 0;
  background: #FFFAC6;
  position: relative;
  margin-top: 90px;
  padding-bottom: 20px;
}

.schedule a:hover, .schedule a:hover img{
  opacity: 1;
}

.orange_box{
  position: absolute;
  background: #E38E13;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 5px 20px;
  border-radius: 8px;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 80%;
  max-width: 600px;
  text-align: center;
}

.marker{
  background: linear-gradient(transparent 80%, #FFF23F 0%);
  display: inline;
  padding: 0 2px 4px;
}


#section5 .arrow{
  
}

/* 以下その他 */
.flex_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.flex_item{
  padding-bottom: 50px;
  width: calc(25% - 25px);
}

.flex_item:nth-child(3n), .flex_item:nth-child(4n){
  padding-bottom: 0;
}

.flex_item .content_img{
  border-radius: 15px;
}

.flex_item div.date{
  font-size: 16px;
  text-align: center;
}

.marker_o{
  background: linear-gradient(transparent 80%, #E38E13 0%);
  display: inline;
  padding: 0 2px 4px;
}

.font_s{
  font-size: 11px;
  width: 100%;
  text-align: left;
}

#section4 .flex_box{
  margin-top: 25px;
}

#section4 .flex_item{
  width: 50%;
  padding: 15px 45px;
}
#section4 .center{
  margin-bottom: 40px;
}
.flex_box2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
}
.flex_item2{
  width: calc(50% - 45px);
  padding: 0!important;
  align-self: baseline;
}
.flex_item2:nth-child(2){
  width: 40px;
  margin-left: 6px;
  margin-bottom: 32px;
  align-self:center;
}
.img_title{
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.arrow{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 40px;
  border-color: transparent transparent transparent #C8C9CB;
}

@media only screen and (-ms-high-contrast: none) {
  /* ここに書く */
  * {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .schedule{
    display: block;
  }
  .flex_box{
    display: flex;
    flex-basis: auto;
    flex-direction: row;
  }
  .flex_item{
    width: 45%;
    min-width: 0;
  }
  .flex_item .content_img{
    display: block;
    margin: auto;
  }
}

.show_400{
  display: none;
}
.hide_400{
  display: block;
}
.show_540{
  display: none;
}
.show_640{
  display: none;
}

@media only screen and (max-width: 1000px) {
  .main_title:before,
  .main_title:after {
      width: 130px;
  }

  .main_title:before {
      left: -160px;
  }

  .main_title:after {
      right: -160px;
  }

}
@media only screen and (max-width: 950px) {
  .flex_item{
    padding-bottom: 50px;
    width: calc(33% - 25px);
  }
  .main_title{
    font-size: 24px;
  }

  .orange_box{
    font-size: 22px;
  }
 .flex_item2 {
    width: calc(50% - 30px);
  }
  .flex_item2:nth-child(2){
    width: 30px;
    margin-bottom: 70px;
  }
  
  .arrow{
    border-width: 16px 0 15px 30px;
  }
  .point .arrow{
    margin-top: 30px;
    }
  .border_dot div{
    display: block;
  }

  .next_release{
    margin-left: 0;
  }

  #ind_2{
    display: block;
  }
}
@media only screen and (max-width: 860px) {

  .main_title:before,
  .main_title:after {
      width: 150px;
  }

  .main_title:before {
      left: -172px;
  }

  .main_title:after {
      right: -172px;
  }

  .flex_item:nth-child(3n){
    padding-bottom: 50px;
  }
  .main_title span{
    display: block;
  }
  @-moz-document url-prefix() {

  }
}
@media only screen and (max-width: 800px){
  .sec_title{
    font-size: 22px;
  }
  .tech{
    font-size: 23px;
  }
  #section3 .arrow, #section4 .arrow{
    margin-bottom: 30px;
    }
    .point .arrow {
      margin-bottom: 0px!important;
    }
}
@media only screen and (max-width: 768px) and (-ms-high-contrast: none){
  .kaigyou{
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .main_title:before,
  .main_title:after {
      width: 70%;
      border-top: 4px dotted #f18f43;
  }

  .main_title:before {
      left: -200px;
  }
  #section5 .content_item{
    max-width: 430px;
    width: 90%;
  }
  #section5 .content_item:nth-child(2n) .left{
    width:100%;
    text-align: center;
}
  #section5 .content_item:nth-child(2n) .right{
    width: 100%;
    margin-top: 20px;
  }
  #section5 .content_item .soft{
    width: 100%;
    max-width: none;
  }


  .main_title:after {
      right: -200px;
  }
  .kaigyou{
    display: block;
  }
  #section5 .content_item.soft .left_box{
    width: 220px;
}
  }
  #section5 .content_item.soft .right_box{
    width:calc(100% - 230px);
  }
  #section5 .content_item.soft .left_box img{
    margin: 0 auto;
  }
  #section6 .content_item.soft .left_box{
    width:100%;
  }
}
@media only screen and (max-width: 700px) {
  .sec_title{
    font-size: 20px;
  }
  .main_title, .bold.orange{
    font-size: 22px;
  }
}

@media only screen and (max-width: 640px) {
  .hide_640{
    display: none;
  }

  .show640{
    display: block;
  }
.hide640{
  display: none;
}
.flex_item {
  width: calc(50% - 25px);
}
  .point .flex_item2, .point .flex_item2:nth-child(2){
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
  .point .flex_item2:nth-child(2){
    margin-top: 0px;
  }
  .point .arrow {
    margin-top: 10px;
}
  #section3 .center .content_img2,  #section4 .center .content_img2 , #section5 .center .content_img2 {
    width: 90%;
    max-width: 430px;
}
.logo {
  width: 100%;
  max-width: 450px;
}
  .arrow_box{
    width: 100%;
  }
  #section3 .arrow, #section4 .arrow {
    margin-bottom: 0px;
}
  .border_dot{
    font-size: 24px;
  }

  .flex_box, .flex_box2{
    text-align: left;
  }

  .orange_box{
    font-size: 20px;
  }

  .schedule .flex_box{
    text-align: center;
  }
  #section4 .flex_item, .flex_item2{
    width: 100%;
  }
  .flex_item2:nth-child(2){
    width: 100%;
    margin: 10px 0 5px 0;
  }
  .img_title{
    padding: 5px 10px;
    margin-bottom: 10px;
    display: inline-block;
  }
  .arrow{
    transform: rotate(90deg);
    border-width: 25px 0 25px 30px;
    margin-top: 0;
    margin: 0 auto;
  }
  #section3 .right_box{
    width: 100%;
  }
  #section4 .flex_item .text_box{
    text-align: left;
  }
  #ind_1{
    display: block;
  }
#section3 .content .flex_box2,#section4 .content  .flex_box2{
    width: 80%;
    margin: 0 auto;
    max-width: 370px;
  }
  #section6 .flex_item2 {
    width: calc(100% - 0px);
    padding: 0!important;
    margin-top: 20px;
}
#section6 .flex_item2:nth-child(2) {
  width: 100%;
}
#section6 .flex_item2:nth-child(4) {
  width: 100%;
}
#section6 .flex_box2 {
  width: 80%;
  margin: 0 auto;
  max-width: 300px;
}

#section6 .content_item.soft {
  display: block;
  width: 100%;
  max-width: 400px;
}
.content_item:nth-child(2n+1) .left img{
 margin: 0 auto;
}
#section6 .content_item.soft .right_box{
  margin-left: 0px;
  margin-top: 10px;
}
#section6 .content_item.soft .right_box{
  width: 100%;
}
}
@media only screen and (max-width: 600px) {
  .main_title:before,
  .main_title:after {
      width: 33%;
      border-top: 4px dotted #f18f43;
  }
  .main_title:after {
      right: -125px;
  }
  .main_title:before {
      left: -125px;
  }


  #section5 .content_item:nth-child(2n+1) .right, #section5 .content_item:nth-child(2n) .right_box{
    margin-top: 18px;
  }
}
@media only screen and (max-width: 540px) {
  .bold.orange{
    font-size: 20px;
  }
  .orange_box{
    line-height: 1.3;
  }
  .show_540{
    display: block;
  }
  #section5 .content_item.soft .left_box{
    margin: 0 auto;
    float: none;
}
#section5 .content_item.soft{
  display: block;
}
#section5 .content_item.soft .right_box {
 margin-left: 0px;
}
#section5 .content_item.soft .right_box {
  width:100%;
  margin-top: 20px;
}
}
@media only screen and (max-width: 480px) {
  .main_title{
    font-size: 20px;
    padding: 5px 8px;
  }
  .marker_g {
    background: none;
    line-height: 1.3em;
}
.tech {
  padding: 0.1em 0;
  border-top: solid 4px #BFDEAE ;
  border-bottom: solid 4px #BFDEAE ;
  font-size: 18px;
}
.tech::after{
  display: none;
}
.logo {
  margin: auto;
}
.title_height {
  line-height: 1.3em;
  display: inline-block;
  padding-top: 10px;
}
  @-moz-document url-prefix() {
    /* ここに書く */
    .main_title{
      padding: 10px 15px;
    }
  }

  .border_dot{
    font-size: 20px;
  }

  .main_title:before,
  .main_title:after {
      content: none;
  }

  .orange_box{
    top: -40px;
  }

  #section2, #section3, #section4, #section5{
    margin-bottom: 40px;
  }

  .sec_title{
    margin-bottom: 20px;
    text-align: center;
    font-size: 23px;
    width: 100%;
  }
  #section4 .flex_item img{
    width: 100%;
  }
  #section5 .content_item.soft {
    width: 100%;
}
#section5 .content_item:nth-child(2n+1) .left{

  float: none;
  margin: auto;
}
#section5 .content_item:nth-child(2n+1) .right{
  width: 100%;
}
  #section6 .content_item.soft {
    width: 100%;
}
}
@media only screen and (max-width: 400px){
  .show_400{
    display: block;
  }
  .hide_400{
    display: none;
  }
  @-moz-document url-prefix() {
    /* ここに書く */
  }
}
