
/* PC用のスタイル */
main {
  width: 100%;
}

/*top-------------------------------------*/

#top {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  width: 100vw;
  height: 860px;
  background-image: url("../images/image_top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top_containar {
  text-align: center;
  padding-top: 200px;
}

.top_h2 {
  font-size: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-weight: bold;
  text-shadow:2px 0 0 #fff,0 2px 0 #fff,-2px 0 0 #fff,0 -2px 0 #fff;
  letter-spacing: 0.05em
}

.listing {
  font-size: 60px;
  background: linear-gradient(transparent 75%, #ffd22e 0%);
}

.top_p1 {
  font-size: 29px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-weight: bold;
  text-shadow: 2px 0 0 #fff,0 2px 0 #fff,-2px 0 0 #fff,0 -2px 0 #fff;
  display       : inline-block;
}

.top_p2 {
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-weight: bold;
  margin-left: -55px;
  margin-top: 15px;
  text-shadow: 2px 0 0 #fff,0 2px 0 #fff,-2px 0 0 #fff,0 -2px 0 #fff;
  display: inline-block;
}

.top_flex {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 50px;
}

.top_fontsize {
 display: inline-block;
 font-size: 57pt;
 line-height: 1em;
 text-shadow: 2px 0 0 #fff,0 2px 0 #fff,-2px 0 0 #fff,0 -2px 0 #fff;
 padding: 0 10px;
}


.top_button {
  background-color: #218ebf; /*ターコイズ*/
  color: #fff;
  padding: 18px 0;
  border-radius: 50px;
  font-size: 22px;
  width: 480px;
  line-height: 40px;
  transition: 0.2s ;
  box-shadow: 6px 6px #166d95;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  cursor: pointer;
  z-index: 3;
}

.top_button:hover {
  background-color: #61b8c6;
  cursor: pointer;
  z-index: 3;
}

.top_button_img {
  width: 33px;
  padding-right: 10px;
}


/*info-------------------------------------*/

#info {
  width: 100%;
  margin: 0 auto;
  width: 100vw;
  height: 670px;
  background-color: #fff;
}

.info_containar {
  text-align: center;
  width: 73%;
  margin: 0 auto;
  padding-right: 43px;
}

.info_box {
  text-align: center;
  padding:  30px 0;
}

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

.info_flex2 {
  display: flex;
  margin-bottom: 30px;
}

.info_p {
  font-size: 18px;
  padding-bottom: 20px;
}

.info_h2 {
  font-size: 40px;
  padding-top: 100px;
  margin-bottom: 50px;

}
.info_h3 {
  color: #17adc6;
  font-size: 36px;
  margin-top: -20px;
  margin-right: -20px;
  font-weight: 500;
}

.slash {
  font-weight: 200;
}



.info_h4 {
  font-size: 20px;
}

.info_fontsize {
  font-size: 26px;
}

.info_fontsize2 {
  font-size: 14px;
  color: #000;
}

.info_img {
  margin-top: 60px;
}

 .info_img2 {
   margin-top: 30px;
 }

/*merit-------------------------------------*/

#merit {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  width: 100vw;
  height: 1060px;
  background-color: #218ebf;
}


.merit_containar {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.merit_h2 {
  color: #fff;
  font-size: 42px;
  padding-top: 100px;
  padding-bottom: 40px;
}

.merit_textflex {
  display: flex;
  color: #fff;
  margin: 0 auto;
  justify-content: center;
}

.merit_flex,.merit_flex2 {
  display: flex;
  justify-content: space-between;
}

.merit_flex2 {
  margin-top: 50px;
}

.merit_box {
  width:25%;
}

.merit_h3 {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 30px;
  margin-top: -10px;
  width: 330px;
}
.merit_h3_6{
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 30px;
  width: 330px;
}

.merit_p {
  color: #fff;

}

.merit_img {
  margin-bottom: 20px;
}
/*reason-------------------------------------*/
#reason{
  width: 100%;
  margin: 0 auto;
  height: 600px;
  background-color: #3799c5;
}

.reason_containar {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

.reason_h2 {
  padding-top: 100px;
  padding-bottom: 20px;
  font-size: 42px;
  color: #fff;
}

.reason_box {
  width: 100%;
  padding:20px;
  background-color: #fff;
  border-radius: 5px;
  margin: 30px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reason_h3 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
}

.reason_p {
  font-size: 16px;
}

.reason_color {
  color: #34a9af;
}

.reten {
  padding-right: 20px;
}

/*voice-------------------------------------*/
#voice {
  width: 100%;
  margin: 0 auto;
  width: 100vw;
  height: 900px;
  background-color: #fff;
}

.voice_containar {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

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

.voice_h2 {
  font-size: 42px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.voice_box {
  width: 330px;
  padding: 20px;
  border: 3px solid;
  border-color: #eee;
  border-radius: 8px;
  text-align: center;
}

.voice_h3{
  text-align: left;
  font-size: 16px;
  font-weight: 200;
  padding: 5px 0;
}

.voice_customer {
  width: 100%;
}

.voice_img {
  width: 100%;
}

.voice_p {
  text-align: left;
  padding-top: 20px;
  font-size: 14px;
}

.voice_link {
  font-size: 14px;
  color: #17adc6;
  text-align: left;
}

.voice_button {
  width: 200px;
  background-color: #17adc6; /*ターコイズ*/
  color: #fff;
  padding: 3px 20px;
  border-radius: 30px;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  line-height: 40px;
  transition: 0.2s ;
  text-align: center;
}

.voice_button:hover {
background-color: #61b8c6;
}

.voice_button2 {
  width: 330px;
  background-color: #fff;
  color: #17adc6;
  border: 4px solid;
  border-color:  #17adc6;
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  line-height: 40px;
  transition: 0.2s ;
  text-align: center;
  margin-top: 60px;
}

.voice_button2:hover {
  background-color: #17adc6;
  color: #FFF;
}

.voice_link {
  font-size: 14px;
  color: #17adc6;
  display: block;
  text-align: left;
}

/*cost-------------------------------------*/
#cost {
  width: 100%;
  height: 990px;
  margin: 0 auto;
  margin-top: 40px;
  background-image: url("../images/image_office.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cost_containar {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

.cost_h2 {
  font-size: 42px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin: 0 auto;
}

.th, .td {
  font-size: 16px;
  padding: 25px 30px;
  font-weight: bold;
  border: 1px solid #ddd;
}

.th {
  background-color: #218ebf;
  color: #FFF;
}

.td {
  background-color: #fff;
}

.yellow {
  border-right: 5px solid #fbbc05;
  border-left: 5px solid #fbbc05;
}
.yellow_top {
  border-top: 5px solid #fbbc05;
}
.yellow_bottom {
  border-bottom: 5px solid #fbbc05;
}

.cost_span {
  text-decoration: line-through;
}

.cost_text {
  text-align: left;
  color: #fff;
  margin-top: 30px;
}

.cost_circle {
display: inline-block;
 width: 70px;
 height: 70px;
 border-radius: 50%;
 background: #fbbc05;
 color: #fff;
 font-size: 18px;
 text-align:center;
 line-height: 70px;
 margin-left: 30px;
}

.cost_button {
  width: 330px;
  background-color: #fff;
  color: #17adc6;
  border: 4px solid;
  border-color:  #17adc6;
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  line-height: 40px;
  transition: 0.2s ;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cost_button:hover {
  background-color: #17adc6;
  color: #FFF;
  border-color:  #fff;
}


/*question-------------------------------------*/
#question {
  width: 100%;
}

.question_containar {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.question_h2 {
  font-size: 42px;
  padding-top: 100px;
  padding-bottom: 50px;
}


.question_accordion {
  text-align: left;
}

.accordion-wrap {
  margin-bottom: 40px;
}

.accordion-item{
width: 100%;
height: 100%;
margin: 0 auto;
cursor: pointer;
background-color: #17adc6;
border-radius: 10px;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
}

.accordion-item:hover {
  background-color:  #61b8c6;
}

.accordion_p{
  width: 1500px;
  padding-top: 0;
  padding-bottom: 0;
  display: table-cell;
  vertical-align: middle;
}

.accordion-header{
transition: ease-in-out 100ms;
display: flex;
font-size: 20px;
display: table;
}

.width_circle {
  width: 80px;
  display: table;
  margin-right: 45px;
}

.circle_q {
  display: inline-block;
 width: 80px;
 height: 80px;
 border-radius: 50%;
 background: #fff;
 color: #17adc6;
 font-size: 36px;
 text-align:center;
 line-height: 80px;
 display: table-cell;
 vertical-align: middle;
}

.accordion-text{
  width: 100%;
  background-color: #f3fbfc;
  border-radius: 10px;
  display: none;
  font-size: 16px;
  padding: 20px;
  display: flex;
}

.nonedisplay {
  display: none;
}

.question_text2 {
  width: 80%;
}


.circle_a {
 display: inline-block;
 width: 80px;
 height: 80px;
 border-radius: 50%;
 background: #17adc6;
 color: #fff;
 font-size: 36px;
 text-align:center;
 line-height: 80px;
}

.accordion-header .fa-angle-down {
float: right;
line-height: 35px;
}

.accordion-no-bar{
border-bottom: 0;
}

.question_button {
  width: 330px;
  background-color: #fff;
  color: #17adc6;
  border: 4px solid;
  border-color:  #17adc6;
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  line-height: 40px;
  transition: 0.2s ;
  text-align: center;
  margin-top: 60px;
}

.question_button:hover {
  background-color: #17adc6;
  color: #FFF;
}

/*開閉ボタン*/
.accordion_icon {
  display: block;
  position: relative;
}

.accordion_icon::before,
.accordion_icon::after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 45px;
  transform: translateY(-50%)
}

.accordion_icon::after {
  background: #fff;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.active::after {
  transform: rotate(0);
  transition: 0.5s;
}

.width_icon {
  width: 30px;
}



/*news-------------------------------------*/
#news {
  width: 100%;
}

.news_containar {
  width: 70%;
  margin: 0 auto;
}

.news_news {
  padding: 60px 0;
}

.news_flex {
  display: flex;
  padding-bottom: 30px;
}

.news_day {
  font-size: 14px;
  font-weight: bold;
}

.news_span {
  display: inline-block;
  text-align: center;
  width: 100px;
  color: #fff;
  background-color: #218ebf;
  padding: 5px 0;
  border-radius: 5px;
  margin-left: 30px;
  margin-right: 50px;
}

.news_span2 {
  white-space: nowrap;
  display: inline-block;
}

.news_p {
  font-size: 16px;
}

.news_button {
  width: 330px;
  background-color: #fff;
  color: #17adc6;
  border: 4px solid;
  border-color:  #17adc6;
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 16px;
  display: block;
  margin: 0 auto;
  line-height: 40px;
  transition: 0.2s ;
  text-align: center;
  margin-bottom: 30px;
}

.news_button:hover {
  background-color: #17adc6;
  color: #FFF;
}

.news_flex2 {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}

.news_info {
  display: block;
}

@media only screen and (max-width:1500px) {
  .info_containar {
    text-align: center;
    width: 95%;
  }

  .merit_containar {
    text-align: center;
    width: 95%;
  }

  .reason_containar {
    text-align: center;
    width: 95%;
  }

  .voice_containar {
    width: 95%;
  }

  .cost_containar {
    width: 95%;
  }

  .question_containar {
    width: 95%;
  }

  .news_containar {
    width: 95%;
  }

  .logo_container {
    width: 95%;
  }
}


/*タブレット対応ーーーーーーーーーーーーーーーーーーー*/
@media only screen and (max-width:1024px)  {
  #container {
  width: 100%;
}

/*top------------------------------*/
.listing {
  font-size: 52px;
}

.br_smp {
  font-size: 52px;
}

 .br_smp::before {
   content: "\A" ;
   white-space: pre ;
 }

 .top_fontsize {
   font-size: 48px;
 }

.top_p2 {
  margin-left: -58px;
  margin-top: -10px;
}

.top_button {
  padding: 10px 0;
  border-radius: 30px;
  font-size: 22px;
  width: 350px;
  line-height: 30px;
}

/*infoーーーーーーーーーーーーーーーーーーー*/
.info_flex {
  display: block;
}

#info {
  width: 100%;
  height: 100%;
  text-align: center;
}

.info_containar {
  width: 70%;
}

.info_flex2 {
  display: block;
  padding-bottom: 30px;
}


/*meritーーーーーーーーーーーーーーーーーーー*/
#merit {
  height: 100%;
  padding-bottom: 150px;
}

.merit_h2 {
  padding-bottom: 30px;
}

.merit_containar {
  width: 100%;
  text-align: center;
}

.merit_flex,.merit_flex2{
  display: block;
}
.merit_flex {
  margin-top: -200px;
}

.merit_flex2 {
  padding-top: 0px;
}

.merit_box {
  width: 40%;
  position: static;
  margin: 0 auto;
  margin-top: 240px;
}

.merit_text {
  position: static;
  position: relative;
  padding-top: -100px;
}

.merit_img {
  margin-top: -150px;
}


/*reasonーーーーーーーーーーーーーーーーーーー*/
.reason_containar {
  width: 95%;
  height: 100vh;
}
.reason_box {
  padding: 20px;
}

.reason_h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 20px;
}

.reason_p {
  font-size: 14px;
  text-align: left;
}


/*voiceーーーーーーーーーーーーーーーーーーー*/
#voice {
  height: 100%
}

.voice_containar {
  width: 95%;
  margin: 0 auto;
}

.voice_flex {
  display: block;
}

.voice_box {
  margin: 0 auto;
  width: 85%;
  margin-bottom: 50px;
}

/*costーーーーーーーーーーーーーーーーーーー*/
#cost {
  height: 100%
}

.cost_containar {
  width: 95%;
}

.cost_circle {
  display: block;
  margin: 0 auto;
}

.cost_button {
  margin-bottom: 30px;
}

.table {
  width: 1200px;
}

.scroll{
  overflow: auto;　　　　
  white-space: nowrap;　
}

.scroll::-webkit-scrollbar{　　
  height: 5px;
}

.scroll::-webkit-scrollbar-track{　　
  background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {　　
  background: #BCBCBC;
}


/*questionーーーーーーーーーーーーーーーーーーー*/
.question_containar {
  width: 95%;
}

.accordion_p {
  font-size: 18px;
  width: 1000px;
}

.accordion-item {
  padding: 20px;
}

.width_circle {
  width: 60px;
  height: 100%;
  display: table;
  margin-right: 20px;
}

.question_text2 {
  margin-right: 25px;

}

.circle_q {
  display: inline-block;
 width: 60px;
 height: 60px;
 line-height: 60px;
}

.circle_a {
 display: inline-block;
 width: 60px;
 height: 60px;
 line-height: 60px;
}

.accordion_icon::before,
.accordion_icon::after {
  right: 0;
  top: 30px;
}


/*newsーーーーーーーーーーーーーーーーーーー*/
.news_containar {
  width: 95%;
}

.news_day {
  padding-bottom: 10px;
  padding-top: 30px;
}

.news_flex {
  display: block;
  padding-bottom: 30px;
}

.news_p {
  margin-left: 0;
}

.news_flex2 {
  display: block;
  text-align: center
}

.news_info {
  margin-bottom: 50px;
}

}

@media only screen and (max-width:767px) {
  .merit_br::before {
      content: "\A" ;
      white-space: pre ;
    }

  .merit_box {
    width: 70%;
  }

  .voice_box {
    width: 100%;
  }


}
@media only screen and (max-width:500px) {

  .top_h2 {
    font-size: 24px;
  }

  .font24 {
    font-size: 24px;
  }

  .font40 {
    font-size: 36px;
  }

  .listing {
    font-size: 36px;
  }

  .top_p2 {
    margin-top: 5px;
  }

  .top_fontsize {
   font-size: 45pt;
 }

  .voice_text {
    top: 50%;
  }

  #reason {
    height: 800px;
  }


}
