body{
  margin: 0%;
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Arial,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
.header {
  margin: 0 auto;
  width: 100%;
  background:white;
  max-width: 1280px;
}
.header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding-top: 10px;
  padding-right: 50px;
  padding-left: 20px;
  height: 70px;
}
.header__logo {
  width: 200px;
}
.header__logo img {
  width: 100%;
}
.login-btn {
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #ff8c00;
  text-decoration: none;
  font-weight: bold;
  background-color:#fff;
  border-radius: 8px;
  border: solid 2.5px #ff8c00;
  padding: 5px 20px;
  transition:  box-shadow 200ms ease-out;
  box-shadow: 2.5px 2.5px 2.5px 0 rgba(0, 0, 0, 0.5);
}

/*header_mobile_code*/
@media all and (max-width: 767px){
  .header__wrap{
    height:50px;
    display: block;
    padding-left: 10px;
  } 
  .header__logo{
    width: 130px;
  }
  .login-btn_wrap {
    max-width: 300px;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .login-btn{
    font-size: 12px;
    padding: 5px 5px;
  }
}

.title{
  margin: 0 auto;
  max-width: 1280px;
  background:#2260db;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 50px;
}
.title_body{
  margin: 0 auto;
  align-items: center;
}
.title_text{
  color: #FFF;
  font-size:xx-large;
}

/*title_mobile_code*/
@media all and (max-width: 767px){
  .title{
    height: 40px;
  } 
  .title_body{
  }
  .title_text{
    font-size:24px;
    margin: 0 auto;
  }
}

.first-view{
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}
.main_photo_pc{
  width: 100%;
}
.main_photo_sp{
  display: none;
}

.first-view__wrap {
  position: relative;
  width: 100%;
}

.first-view__copy {
  position: absolute;
}
.copy{
  margin: 20px 10px;
  color:#ff8c00;
  line-height:75px;
  text-shadow: 0px 2px 0px #fff, 2px 2px 0px #fff, 2px 0px 0px #fff, 2px -2px 0px #fff, 0px -2px 0px #fff, -2px -2px 0px #fff, -2px 0px 0px #fff, -2px 2px 0px #fff;
  /*-webkit-text-stroke: 0.5px #FFF;*/
  font-size: 70px;
  font-weight: bold;
}

.main_text_item_box{
  right: 0%;
  bottom: 0%;
  position:absolute;
  width:40%;
  padding: 0;
  /* background-color: #00a323;*/
}
.main_text_box{
  left: 30px;
  position: relative;
  /*background:rgba(253, 242, 210, 0.89);*/
  background:#FFF;
  display: block;
  margin: 20px auto;
  padding: 20px;
  font-size: 22px;  
  width: 60%; 
  border-radius: 10px;
}
.main_text_box::before{
  content: "";
  position: absolute;
  top: 55%;
  left: -40px;
  margin-top: -20px;
  border: 10px solid transparent;
  border-right: 40px solid #FFF;
  transform: rotate(30deg);
}
.main_text_box p{
  margin: 0;
  font-weight:900;
}

/*first-view_mobile_code*/
@media all and (max-width: 500px){
  .main_photo_sp{
    display:block;
    width: 100%;
  }
  .main_photo_pc{
    display: none;
  }
}
@media all and (max-width: 767px){

  .first-view__copy{
    margin: 0px 0 0 10px;
    left: -25px;
  }
  .copy{
    margin:10px;
    width: 100%;
    font-size: 30px;
    line-height: 36px;
    letter-spacing:-0.2px;
    transform: scaleX(0.90);
  }
  .main_text_item_box{
    width: 80%;
    height: auto;
    padding: 0 10px;
  }
  .main_text_box{
    font-weight: bolder;
    font-size: 16px;
    width:70%;
    margin: 0px auto 10px auto;
    padding: 10px;
  }
  .main_text_box::before{
    content: "";
    position: absolute;
    top: 60%;
    left: -30px;
    margin-top: -20px;
    border: 5px solid transparent;
    /*border-right: 30px solid rgba(253, 242, 210, 0.89);*/
    border-right: 30px solid #FFF;
  }
  .br_1{
    display:none;
  }
}
/*first-view_mobile_code*/
@media all and (max-width: 940px){
  .br_1{
    display:none;
  }
}
/*first-view_mobile_code*/
@media all and (max-width: 340px){
  .main_text_box{
    font-size: 13px;
  }
}

.service{
  max-width: 1280px;
  box-sizing: border-box;
  margin: 10px auto;
  padding-top: 10px;
  padding-right: 5%;
  padding-bottom: 0px;
  padding-left: 5%;
  width:60%;
  border: 7px #2260db solid;
}
.service_title_body{
  width: 100%;
}
.service_title{
  margin: 0% auto;
  width: 180px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(transparent 50%, #4e89ff73 65%);
  -webkit-text-stroke: 0.5px #FFF;
  text-stroke: 0.5px #FFF;
}
.service_body{
  padding:0%;
}
.service_item{
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-weight:normal;
}

/*service_mobile_code*/
@media all and (max-width: 767px){
  .service{
    margin: 0%;
    width: 100%;
    padding:5px 5px;
  } 
  .service_title{
    font-size: 18px;
    -webkit-text-stroke: 0.1px #FFF;
    text-stroke: 0.1px #FFF;
  }
  .service_item{
    margin: 5px;
    font-size: 16px;
    line-height :1.4em;
    letter-spacing:-0.2px;
    font-weight: normal;
  }
}

.action{
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
.action_body{
  box-sizing: border-box;
  margin:0 auto;
  padding:10px;
  width:100%;
  text-align: center;
}
.action_title_body{
  margin: 0 auto;
  width: 100%;
}
.action_title{
  color: rgb(255, 0, 0);
  font-size: x-large;
  font-weight:bold;
  margin: 0 auto;
  width:430px ;
}
.action_item_body{
  width: 100%;
  margin: 0 auto;
}
.btn--orange {
  border: 1px solid white;
  text-align: center;
  display: inline-block;
  padding: 14px;
  width: 180px;
  margin: 20px 10px;
  color: #ffffff;
  background-color: #ff8c00;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: box-shadow 200ms ease-out;
  box-shadow: 3px 3px 3px 0  rgba(0, 0, 0, 0.2);
}
.btn--green{
  border: 1px solid white;
  text-align: center;
  display: inline-block;
  padding: 14px;
  width: 180px;
  margin: 20px 10px;
  color: #ffffff;
  background-color:#00a323;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: box-shadow 200ms ease-out;
  box-shadow: 3px 3px 3px 0  rgba(0, 0, 0, .2);
}

/*action_mobile_code*/
@media all and (max-width: 767px) {
  .action_body{
    padding: 20px 0;
  }
  .action_title{
    font-size: 16px;
    width:300px;
    line-height: 15px;
  }
  .btn--orange{
    width: 195px;
    font-size: 14px;
    padding: 10px;
    margin: 15px 5px 5px 5px;
  }
  .btn--green{
    width: 195px;
    margin: 15px 5px 5px 5px;  
    font-size: 14px;
    padding:10px;
  }
}

.point_body{
  max-width: 1280px;
  background-color: #dbf5ff;
  padding: 15px 0px;
  margin: 20px auto 30px auto;
}
.point_title_text{
  color: #2260bd;
  font-size: 24px;
  margin: 0 auto;
  text-align: center;
}
.point_item_box{
  width: 100%;
  margin: 10px 0;
}
.point_item_flexbox{
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  margin-bottom: 10px;
}
.point_item_body{
  width: 45%;
  background-color: #FFF;
  padding: 10px;
}
.point_item_title{
}
.point_line{
  background: linear-gradient(transparent 60%, #ff8c00b4 65%);
}
.point_text_box{
  width: 70%;
}
.point_text_img_box{
  display: flex;
  margin: auto 0;
  justify-content:space-between;
}
.point_text_p{
  text-align: left;
  font-size: 18px;

}
.point_img_box{
  display: flex;
  width: 100px;
  margin: auto 0;
}
.point_img{
  width: 100%;
}
/*point_mobile_code*/
@media all and (max-width: 767px){
.point_item_box{
  display: block;
  margin: 0 auto;
}
.point_item_flexbox{
  display: block;
}
.point_item_body{
  width: 90%;
  margin: 10px auto;
}
.point_text_p{
  font-size: 16px;
}
  }
.process{
  max-width: 1280px;
  margin:10px auto;
  padding:0px;
  width:100%;
  }
.process_body{
 margin:0 auto;
 width: 100%;
}
.process_title_head_text{
  margin: 0 auto;
  color:#00a323;
  font-weight: bolder;
  width:280px;
  font-size: 24px;
}
.process_body_item{
  padding: 5px;
  margin: 0 auto;
}
.process_body_item_p{
  margin: 10px auto;
  width:60% ;
  background-color: #00a323;
  padding: 10px 0px;
  text-align: center;
}
.process_text_p{
  margin: 0 auto;
  color:#FFF;
  font-weight: bolder;
}
.process_text_p-2{
  font-weight: normal;
  font-size:12px;
}
.dli-arrow-down {
  display:block;
  margin: 0 auto;
  width: 70px;
  height: 40px;
  background-color: #00a323;
  clip-path: polygon(30% 0%, 70% 0%, 70% 40%, 95% 40%, 50% 100%, 5% 40%, 30% 40%);
}

/*process_mobile_code*/
@media all and (max-width: 767px){
.process{
  margin-top: 20px;
}
.process_title_head_text{
  font-size: 24px;
  width: 270px;
}
.process_body_item_p{
 width: 100%;
}
.process_text_p{
  padding: 10px 0px;
}
.process_text_p{
transform: scaleX(0.95);
font-size: 16px;
}
}

.how-to_body{
  margin: 20px auto;
  max-width: 1280px;
  background-color: #fff5e8;
  padding: 10px 10px 30px 10px;
  text-align: center;
}
.how-to_title{
  line-height: 25px;
  color: #ff8c00;
  margin: 10px auto 0px auto;
}
.how-to_sub_text{
  color: #ff8c00;
  margin: 0 auto 15px 0;
}
.how-to_box{
  display: flex;
  justify-content: space-evenly;
  box-sizing: border-box;
}
.how-to_step_body{
  width: 500px;
  background-color: #FFF;
  margin: 0 5px;
  padding: 0 0 10px 0;
}
.step{
  background-color: #ff8c00;
  color: #FFF;
  margin:0 auto;
}
.step_title{
  border-bottom: #ff8c00 solid 4px;
  font-size: 18px;
  margin: 5px auto;
}
.step_text_box{
  margin: 10px;
}
.step_text{
  width:auto;
  font-feature-settings: "palt";
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  padding: 0px 20px;
}
.step_img_box{
  margin: 0 auto;
  width: 80%;
  border: solid 1px;
}
.how-to_img{
  width: 100%;
}
.arrow{
  display:block;
  margin: auto auto;
  width: 70px;
  height: 80px;
  background-color: #ff8c00;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
}
/*how-to-use_mobile_code*/
@media all and (max-width: 767px){
  .how-to_box{
    display: block;
  }
  .how-to_step_body{
    width:auto;
  }
  .step_text{
    padding: 0px 10px;
  }
  .arrow{
    width: 60px;
    height: 30px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    margin: 10px auto;
  }
}
footer a {
  text-decoration: none;
  color: #00A5E3;
}
#footer_links {
  background-color: #FFF33F;
  padding: 8px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #footer_links {
    font-size: 0px;
  }
  #footer_links a {
    font-size: 14px;
    display: block;
    padding: 8px 16px;
    margin: 4px auto;
    background-color: #FFF;
    border-radius: 4px;
    max-width: 320px;
  }
}
#copyright {
  padding: 8px;
  text-align: center;
}

/*フロートボタン*/
.hide-btn{
 display:none;
}
.float-button_box{
  display:none;
}
@media screen and (max-width: 768px) {
.float-button_box{
  display: flex;
  width: 85%;
  justify-content: space-between;
  margin: 0 auto;
}
/*リンクの形状*/
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  border-radius: 25px;
  width: 45%;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size:16px;
  transition:all 0.3s;
  border: solid 2px;
  box-shadow: 2px 2px 2px 0 rgb(0 0 0 / 70%);
  transition: box-shadow 200ms ease-out;
  font-weight: bold;
}
#page-top a:hover{
  background: #777;
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  bottom:20px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
  width: 100%;
}

/*　上に上がる動き　*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}

}