/* ヘッダー*/
#header {
    width:100%;
    text-align: center;
//	margin-right: auto;
//	margin-left: auto;
/*position:fixed;*/
/*width: 940px;*/
}

.head_div {
  height:80px;
  width:100%;
}
/*
.headerbg {
    color: #000;
    height:700px;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position center;
    background-position-y: center;

   animation: image-switch-animation 15s infinite;
}
*/
/* ヘッダーを幅いっぱいにする為のボックス*/
#headerbg {
//    background-color: #333;
//    background:rgba(128,128,128,0.5);
    color: #000;
    height:700px;//680→880
    width:100%;
//    padding-top:500px;
//    min-width: 500px;
/////    background-image: url("../img/slider_pc2-1180x680.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position center;
    background-position-y: center;
/* background: rgb(255,255,255);*/
/*background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(56,56,56.7) 50%, rgba(255,255,255,0) 100%);*/
/*min-width:1000px;*/
/*position:fixed;*/
/*padding: 20px;*/
}


.container{
/*
  height: 300px;
  width: 300px;
  position: relative;
*/
    color: #000;
    height:700px;
    width:100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position center;
    background-position-y: center;
    position: relative;
}


.image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  
  animation: image-switch-animation 30s infinite;
}

.src1 {
  background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../img/slider_pc1-1180x680.jpeg);
}
.src2 {
  background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../img/slider_pc2-1180x680.jpeg);
}
.src3 {
  background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(../img/slider_pc3-1180x680.jpeg);
}

@keyframes image-switch-animation {
  0%{ opacity: 0;}
  5%{ opacity: 1;}
  25%{ opacity: 1;}
  30%{ opacity: 0;}
  100%{ opacity: 0;}
}

/*
@keyframes image-switch-animation {
  0%{ opacity: 0;}
  5%{ opacity: 1;}
  25%{ opacity: 1;}
  30%{ opacity: 0;}
  100%{ opacity: 0;}
}
*/
.image:nth-of-type(1) {
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 10s;
}
.image:nth-of-type(3) {
  animation-delay: 20s;
}





/*
#headerbg2 {
    color: #000;
    height:450px;
    width:100%;
    padding-top: 80px;
    background-image: url("../img/pageheader4.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position center;
}
*/
#headerbg2 {
    color: #000;
    width: 100%;
    padding-top: 80px;
    background-image: url(../img/pageheader4.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 450px;
    text-align: center;
}
#headerbg3 {
    color: #000;
    height:450px;
    width:100%;
    padding-top: 80px;
    background-image: url("../img/pageheader5.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position center;
}

#headerbg4 {
    color: #000;
    height:450px;
    width:100%;
    padding-top: 80px;
    background-image: url("../img/pageheader8.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position center;
}

#headerbg5 {
    color: #000;
    height:450px;
    width:100%;
    padding-top: 80px;
    background-image: url("../img/pageheader9.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position center;
}

#headerbg6 {
    color: #000;
    height:450px;
    width:100%;
    padding-top: 80px;
    background-image: url("../img/pageheader6.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position center;
}

#headerbg7 {
    color: #000;
    height:450px;
    width:100%;
    padding-top: 80px;
    background-image: url("../img/pageheader7.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position center;
}

#headerbg5::before {
  background-color: rgba(0,0,0,0.85);
}

#header_menu{
    height:80px;
    width:100%;
//    margin-left:100px;
    background-color:#004A68;
  position:fixed;
  z-index: 99;
}

#header_text_index{
    font-size:2em;
    height:80px;
    width:30%;
    float:left;
    hover:text-decoration: none;
}

#header_text_index a:hover {
    text-decoration: none;
}

#header_text_contents{
    font-size:0.8em;
    width:10%;
    float:left;
    margin-top:15px;
}

body {
    font-family: Arial, sans-serif;
    background-color: #fff;
//    background-image: url(img/yama.jpg);
    background-position: center;
    background-size: cover;
//    background-repeat: no-repeat;
//    background-attachment: fixed;
  min-height: 100%;
  width: 100%;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    margin: 0px 0px 10px auto;
/*            display: block;*/
/*            margin: 0 auto;*/
/*            margin-top: 100px;*/ /* 上の空白を50pxに指定 */
}

.flex{
/*  border: 1px solid #333;*/
  display: flex;
  width:  100%;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}
.flex div{
/*    border: 1px solid #333;*/
/*
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
*/
}

.left3{
//  color: #fff;
  width:  65%;
  height: 450px;
}

.right3{
  width:  35%;
  height: 450px;
  text-align: left;
}

.right3 .kyoukai{
  font-size:2.5em;
  margin-top:150px;
  margin-bottom:0px;"
}

.header_name{
  margin-top:30px;
  font-family: Arial Black;
  line-height: 45px;
}

.header_name p{
  font-size:2.5em;
   font-weight:800;
   margin-bottom:0px;
   margin-top:0px;
   font-family: Arial Black;
}

.header_name p.mgn1{
   margin-left:125px;
}

.header_name p.mgn2{
   margin-left:12px;
}

.header_name p.mgn3{
   margin-left:87px;
}

.header_name p.mgn4{
   margin-left:10px;
}


.header_name span{
  color:white;
}

.foot{
  margin-top: 150px;
//  text-align: center;
//  border-top: solid;
  border-width: 1px;
  width: 100%;
  height:500px;
//    background:rgba(0,0,0,0.3);
}

#footerbg {
//    background-color: #333;
//    background:rgba(128,128,128,0.5);
    color: #000;
    width:100%;
//    min-width: 1200px;
    height:430px;
//    background-image: url("../img/footer-_pc1.jpeg");
    background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url("../img/footer-_pc1.jpeg");//上と変更
//    background-size:auto 100%;
/* background: rgb(255,255,255);*/
/*background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(56,56,56.7) 50%, rgba(255,255,255,0) 100%);*/
/*min-width:1000px;*/
/*position:fixed;*/
/*padding: 20px;*/
    background-repeat: no-repeat;
//    background-size: cover;
//    background-position center;

    background-size: cover;
    background-position center;
    background-position-y: center;
}

#foot_ul {
  text-align:center;
  padding-top:140px;
  color:white;
  font-size:0.7em;
  margin-bottom:40px;
}

#foot_list {
  display: inline;
  margin: 0 10px;
}

.foot img{
//  margin-top: 20px;
}

.p_style_16{
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 16px;
  color:#707070;
  margin-top:0px;
  margin-bottom:0px;
}

.p_style_16t20{
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 10px;
  color:#707070;
  margin-top:20px;
  margin-bottom:20px;
  text-align:center;
}

.p_style_s10tb20{
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 12px;
  color:#FFFFFF;
  padding-top:20px;
  padding-bottom:20px;
  text-align:center;
}

.p_style_s12tb20{
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 12px;
  color:#FFFFFF;
  margin-top:0px;
  padding-top:20px;
  padding-bottom:20px;
  text-align:center;
}

.p_center{
  text-align:center;
  margin-top:1em;
  margin-bottom:1em;
}

.p_center2{
  text-align:center;
//  margin-top:1em;
//  margin-bottom:1em;
}

.p_center3 {
  text-align:center;
  margin-top:100px;
  margin-bottom:1em;
}

.p_center .p1{
  color:#707070;
  font-size:16px;
  margin-bottom:0px;
  margin-top:0px;
}

.p_center .p2{
  margin-top:70px;
  margin-bottom:0px;
  font-size:1.5em;
  letter-spacing: 0.3em;"
}

.p_center .p3{
  margin-top:0px;
  font-size:1em;
  letter-spacing: 8px;
  font-family: Hiragino Kaku Gothic ProN;
  margin-bottom: 70px;"
}

.p_center .p4{
  letter-spacing: 8px;
  font-size: 18px;
  font-family: Hiragino Kaku Gothic ProN;
  margin-bottom:50px;
  padding-top:50px;"
}

.p_center3 .p5 {
  color:#004b66;
  font-size:2.2em;
  margin-bottom:0px;
  margin-top:0px;
}

.p_center3 .p6{
  color:#004b66;
  font-size:1.3em;
  margin-bottom:0px;
  margin-top:0px;
}

.meibo{
  margin-top:50px;
  margin-bottom:50px;
}

.meibo a{
  width:20%;
  margin-top:50px;
  margin-bottom:50px;
}

.meibo a.btn-gradient-radius p{
  font-size:1.2em;
  margin-top:8px;
  text-align:center;
}

.meibo2{
//  margin-top:50px;
//  margin-bottom:50px;
}

.meibo2 a{
  width:20%;
  margin-top:250px;

  margin-right:600px;
//  margin-bottom:50px;
}

.meibo2 a.btn-gradient-radius p{
  font-size:1.2em;
  margin-top:8px;
  text-align:center;
}

.meibo3{
//  margin-top:50px;
//  margin-bottom:50px;
}

.meibo3 a{
  width:20%;
  margin-top:250px;

  margin-left:600px;
//  margin-bottom:50px;
}

.meibo3 a.btn-gradient-radius p{
  font-size:1.2em;
  margin-top:8px;
  text-align:center;
}

.six_pict {
  height:150px;
  margin-bottom:50px;
}

.contact{
  float:right;
}

.contact a{
  width:70%;
  margin-top:20px;
//  margin-bottom:50px;
}

.contact a.btn2 p{
  font-size:1.3em;
  margin-top:7px;
  text-align:center;
}

#contents_bg {
  height:500px;
  color: #000;
  width:100%;
  background-image: url("../img/pageheader8.jpeg");
    background-size: cover;
    background-position center;
    background-position-y: center;
}

#contents_bg2 {
  height:500px;
  color: #000;
  width:100%;
  background-image: url("../img/pageheader9.jpeg");
    background-size: cover;
    background-position center;
    background-position-y: center;
}

.contents_box{
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  width: 16.66%;
//  height:100%;
  float: left;
}

.contents_box_l{
  margin-top: 0px;
  margin-left: 9%;
  margin-right: 0px;
  width:  38%;
  float: left;
}

.contents_box_r{
  margin-top: 0px;
  margin-left: 5%;
  margin-right: 0px;
  width:  38%;
  float: left;
}

.f_clear2 {
  clear: both;
}

.contents_box2 {
display: inline-block;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  height:auto;
  width: auto;
  float: left;
}

.contents_box2_2 {
display: inline-block;
  margin-top: 0px;
  margin-left: 20px;
  margin-right: 0px;
  width: auto;
  height:auto;
  float: left;
}

.box30 {
//    margin: 2em 0;
    border-style: solid;
    border-width: 0.4em;
    border-color: #FEA603;
    background: #fff;
    border-radius: 1.3em;
    width:100%;
    height:320px;
}
.box30 .box-title {
    background: #FEA603;
    padding-left: 10px;
    text-align: left;
    color: #000;
    font-weight: bold;
    letter-spacing: 0.05em;
    height:108px;
//font-family: Arial Black;
}
.box30 p {
    padding: 0px 0px;
    margin: 0;
}

.box30 .box-title .p_style1{
  float:left;
}

.box30 .box-title .p_style1 .span_style{
  font-size:6em;
  margin-top:0px;
  font-weight:600;"
}

.box30 .box-title .p_style2{
  float:left;
  height:135px;
}

.box30 .box-title .p_style2 .span_style1{
  font-size:1.5em;
  font-weight:800;
}

.box30 .box-title .p_style2 .span_style2{
  font-size:1.8em;
  color:white;
  font-weight: normal;
}

.box30 .box-contents{
  text-align:center;
  margin-top:25px;
}

.box30 .box-contents a.btn-gradient-radius p{
  text-align:center;
  font-size:1.2em;
  margin-top:10px;
}

.btn-worktype {
//  display: inline-block;
//  padding: 7px 20px;
//    border-style: solid;
//    border-width: 0.2em;
  text-decoration: none;
//  max-height:150px;
  width:100%;
//  height:100%;
  height:200px;
//  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
//  background: white;
  transition: .4s;
  vertical-align:middle;
  object-fit: cover;
}

.btn-worktype:hover {
  transform: scale(1.1, 1.1);
//  transform: perspective(100px) translateZ(60px);
  opacity: 1;
}

.btn-company {
//  display: inline-block;
//  padding: 7px 20px;
//    border-style: solid;
//    border-width: 0.2em;
  text-decoration: none;
  max-height:150px;
  width:40%;
  margin-right:10px;
  margin-left:10px;
//  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
//  background: white;
  transition: .4s;
  vertical-align:middle;
}

.btn-company:hover {
  transform: scale(1.05, 1.05);
}

.btn-company2 {
  display: inline-block;
  text-decoration: none;
//test  max-height:150px;
  width:100%;
  transition: .4s;
//test  float:left;
}

.btn-company2:hover {
  transform: scale(1.05, 1.05);
}

.btn-company2_center {
  display: inline-block;
  text-decoration: none;
//test  max-height:150px;
  width:100%;
  transition: .4s;
//test  float:left;
//  margin-left:5%;
//  margin-right:5%;
}

.btn-company2_center:hover {
  transform: scale(1.05, 1.05);
}

.area {
  margin-bottom: 110px;
  display: inline-block;
  padding: 7px 20px;

    border-style: solid;
    border-width: 0.2em;
    border-color: #EDEDED;
//    border-radius: 50px;

  text-decoration: none;
  color: black;
//  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  background: #FAFAFA;
  width:65%;
  height:100px;
}

.area2 {
  margin-bottom: 0px;
  display: inline-block;
  padding: 7px 20px;

  border-style: solid;
  border-width: 0.2em;
  border-color: #EDEDED;

  text-decoration: none;
  color: black;
  background: #FAFAFA;
  width:95%;
  height:520px;
}

.tel_number {
  float:left;
}

.tel_number .p1 {
  color:#414441;
  font-size:0.9em;
  margin-top:1em;
  margin-bottom:0px;
  text-align:left;
}

.tel_number .p2 {
  color:#337AB7;
  font-size:1.8em;
  margin-top:0px;
  margin-bottom:0px;
  text-align:left;
}

.tel_number .p3 {
  color:#414441;
  font-size:0.9em;
  margin-top:0px;
  margin-bottom:0px;
  text-align:left;
}

.step {
  margin-bottom: 0px;
  display: inline-block;
  padding: 7px 20px;

    border-style: solid;
    border-width: 0.2em;
    border-color: #E5E5E5;
//    border-radius: 50px;
  text-decoration: none;
  color: black;
//  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  background: #FFFFFF;
  width:95%;
  height:200px;
}

.step1_right{
  float:right;
  width:150px;
  margin-top:15px;
  margin-right:10px;
}

.step2 {
  margin-bottom: 0px;
  display: inline-block;
  padding: 7px 20px;

    border-style: solid;
    border-width: 0.2em;
    border-color: #E5E5E5;
//    border-radius: 50px;
  text-decoration: none;
  color: black;
//  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  background: #FFFFFF;
  width:95%;
  height:130px;
}

.titlebar {
  margin-top: 450px;
  display: inline-block;
  padding: 7px 20px;
  width:320px;
  height:70px;
//    border-style: solid;
//    border-width: 0.2em;
//    border-color: #EDEDED;
//    border-radius: 50px;

  text-decoration: none;
  color: black;
//  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  background: #000000;
//  width:15%;

}
.titlebar {
    margin-top: auto;
    display: block;
    padding: 7px 20px;
    width: 320px;
    height: 70px;
    text-decoration: none;
    color: black;
    background: #000000;
    bottom: 0;
    position: absolute;
    left: calc(50% - 160px);
}

.titlebar_p {
  color:#FFFFFF;
  font-size:2em;
  margin-top:15px;
  margin-bottom:0px;
  text-align:center;
}

.btn-gradient-radius {
  display: inline-block;
  padding: 7px 20px;
/*
    border-style: solid;
    border-width: 0.2em;
    border-color: #FEA603;
    border-radius: 50px;
*/
  text-decoration: none;
  color: white;
//  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  background: black;
  transition: .4s;
  width:80%;
  height:45px;
}

.btn2 {
  display: inline-block;
  padding: 8px 40px;
/*
    border-style: solid;
    border-width: 0.2em;
    border-color: #FEA603;
*/
    border-radius: 5px;

  text-decoration: none;
  color: white;
//  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  background: #007BFF;
  transition: .4s;
  width:200px;
  height:45px;
  margin-right:50px;
  margin-top:0px;
}

.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
  background: #004b66;
  color: white;
  text-decoration: none;
}

.btn2:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
  background: #0069D9;
  color: white;
  text-decoration: none;
}

.allwidth{
  width:1200px;
  margin:auto;
}

table {
  border-collapse: collapse;
}
th, td {
  border: 1px solid #000;
}

.tbl_about{
  min-width:100%;
  width:100%;
  font-size:0.9em;
}

.tbl_about tr td{
  padding-top:13px;
  padding-bottom:13px;
  padding-left:10px;
}

.tbl_about tr th{
  padding-top:13px;
  padding-bottom:13px;
  padding-left:10px;
  text-align:left;
}

.tbl_price{
  min-width:100%;
}

.tbl_price tr td{
  padding-top:13px;
  padding-bottom:13px;
  padding-left:10px;
}

.tbl_price tr th{
  padding-top:13px;
  padding-bottom:13px;
  padding-left:10px;
  text-align:left;
}

.triangle {
  width: 50px;
  aspect-ratio: 1/cos(60deg);
  clip-path: polygon(0 0,100% 0,50% 100%);
  background: pink;
}

.about_us_div {
  margin-top:100px;
  margin-left:15%;
  margin-right:15%;
  color:#000000;
  font-family:Yu Gothic Medium;
  font-weight: lighter;
  width:70%;
}

.about_us_div_p {
  color:#000000;
  font-size:1.6em;
}

.about_us_ul {
  padding-left:0px;
}

.about_us_list {
  display:inline-block;
  vertical-align: top;
//  float:left;
width:30%;
text-align:center;
}

.about_us_list_none {
  display:inline-block;
  width:3.5%;
  text-align:center;
}

.about_us_list_color {
  color:black;
}

.about_us_hr {
  height: 2px;
  background-color: black;
  border: none;
  margin-top:30px;
  margin-bottom:30px;
}

.about_us_link {
  width:100%;
  display: block;
  float:none;
  line-height:normal;
  position:static;
  z-index:auto;
}

.about_us_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.about_us_iframe {
  border: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.service_btn{
  margin-bottom:50px;
}

.service_btn_color{
  color: black;
}

.service_btn_div{
  width:32%;
  height:50px;
  display:inline-block;
  text-align:center;
  border-style:solid;
  border-width:1px;
  margin-top:2px;
  margin-bottom:2px;
}

.service_list {
  display:inline-block;
  vertical-align: top;
  width:32.5%;
//  height:300px;
  text-align:center;
}

.service_list_img {
  height:200px;
  width:100%;
  margin-bottom: 0px;
}

.atv {
  background: #d8bfd8;
}

.how_to_use_q {
  font-weight: 500;
  font-size: 22px;
  border-radius:5px;
  text-align: center;
  background-color:#E50000;
  font-family:areal;
  padding-left:6px;
  padding-right:6px;
  color:white;
  line-height: 2em;
}

.how_to_use_a {
  font-weight: 500;
  font-size: 22px;
  border-radius:5px;
  text-align: center;
  background-color:#337AB7;
  font-family:areal;
  padding-left:6px;
  padding-right:6px;
  color:white;
}

.how_to_use_step {
  color:#414441;
  font-size:1.3em;
  margin-top:1em;
  margin-bottom:10px;
  text-align:left;
  font-weight: bold;
}

.how_to_use_step_2 {
  color:#414441;
  font-size:1em;
  margin-top:15px;
  margin-bottom:0px;
  text-align:left;
}

.how_to_use_step_3 {
  color:#414441;
  font-size:1em;
  margin-top:15px;
  margin-bottom:10px;
  text-align:left;
  font-weight: bold;
}

.how_to_use_step_img {
  min-width:150px;
  min-height:100px;
}

.price_p {
  font-size:0.9em;
}

.price_a_color {
  color:black;
}

.price_span {
  font-weight:bold;
}

.policy_font0 {
  font-size:1.1em;
}

.policy_font1 {
  font-size:1.5em;
}

.policy_font2 {
  font-size:1em;
}

#how_to_use_body{
  margin-top:100px;
  margin-left:15%;
  margin-right:15%;
  color:#000000;
  font-family:Yu Gothic Medium;
  font-weight: lighter;
}

#price_body{
  margin-top:100px;
  margin-left:10%;
  margin-right:10%;
  color:#000000;
  font-family:Yu Gothic Medium;
  font-weight: lighter;
}

#contact_body{
  margin-top:100px;
  margin-left:10%;
  margin-right:10%;
  color:#000000;
  font-family:Yu Gothic Medium;
  font-weight: lighter;
}

#privacy_policy_body{
  margin-top:100px;
  margin-left:20%;
  margin-right:20%;
  color:#000000;
  font-family:Yu Gothic Medium;
  font-weight: lighter;
}

#foot_banner {
  text-align: center;
  width:80%;
//  height: 100px;
//  margin-top: 50px;
margin-left:10%;
margin-right:10%;
//  display: inline-block;
}

html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

.top_sentence {
  color: white;
  font-size: 2.5em;
  text-align: center
  position: absolute;
  margin-top: 10%;
  font-family: Yu Mincho;
}

.top_sentence2 {
  color: white;
  font-size: 1.5em;
  text-align: center
  position: absolute;
  margin-top: 10%;
}
.top_sentence3 {
  color: white;
  font-size: 1.5em;
  text-align: center
  position: absolute;
}
@media (max-width: 1000px) {
  #header {
    height:350px;
  }
  #headerbg {
    height:350px;
  }
  .container{
    height:350px;
  }
  #headerbg2 {
    height:350px;
  }
  #headerbg3 {
    height:350px;
  }
  #headerbg4 {
    height:350px;
  }
  #headerbg5 {
    height:350px;
  }
  #headerbg6 {
    height:350px;
  }
  #headerbg7 {
    height:350px;
  }
  .titlebar {
    margin-top: 265px;
  }
  .about_us_div {
    margin-top:200px;
  }
  #how_to_use_body{
    margin-top:200px;
    margin-left:50px;
    margin-right:50px;
  }
  #price_body{
    margin-top:200px;
  }
  #contact_body{
    margin-top:200px;
  }
  #privacy_policy_body{
    margin-top:200px;
  }
  .p_center3 {
    margin-top:150px;
  }
}

@media (max-width: 750px) {
  #header {
    height:235px;
  }
  #headerbg {
    height:235px;
  }
  #headerbg2 {
    height:235px;
  }
  #headerbg3 {
    height:235px;
  }
  #headerbg4 {
    height:235px;
  }
  #headerbg5 {
    height:235px;
  }
  #headerbg6 {
    height:235px;
  }
  #headerbg7 {
    height:235px;
  }
  .titlebar {
    margin-top: 150px;
  }
  #how_to_use_body{
    margin-left:25px;
    margin-right:25px;
  }
}

@media (max-width: 640px) {
  .step {
      height:400px;
  }
  .step1_right{
      float:left;
  }
  .step2 {
      height:250px;
  }
}

@media (max-width: 1200px) {
  .area {
      height:180px;
  }
  .tel_number {
    clear: both;
    width:100%;
    text-align:center;
  }
  .tel_number .p1 {
    text-align:center;
  }
  .tel_number .p2 {
    text-align:center;
  }
  .tel_number .p3 {
    text-align:center;
  }
  .contact{
    clear: both;
    width:100%;
    text-align:center;
  }
  .btn2 {
    margin-right:0px;
  }
}

@media (max-width: 750px) {
  .area {
    width:80%;
  }
  #foot_ul {
    padding-top:70px;
    padding-left:0px;
    padding-bottom:20px;
  }
  #foot_list {
    display: block;
    padding-top:10px;
    padding-bottom:10px;
  }
  #footerbg {
    height:580px;
/*
    background-size:auto 100%;
    width:auto;
    background-repeat: no-repeat;
*/
    background-size: cover;
    background-position center;
    background-position-y: center;
  }
  #foot_banner {
//    display: block;
  }
  #foot_banner a{
//    display: block;
  }
  .btn-company {
    width:80%;
    margin-right:0px;
    margin-left:0px;
//    display: block;
  }
}

@media (max-width: 1010px) {
  .about_us_div {
    width:80%;
    margin-left:10%;
    margin-right:10%;
  }
  #header_text_index{
    font-size:1.5em;
    height:80px;
    width:45%;
    float:left;
  }
}

@media (max-width: 776px) {
  .about_us_div {
    width:90%;
    margin-left:5%;
    margin-right:5%;
  }
  .about_us_list {
    display: block;
    width:100%;
  }
  .about_us_list_none {
    display: block;
    width:0px;
    margin-top:30px;
  }
  .service_list {
//    display: block;
    width:47.5%;
  }
}

@media (max-width: 750px) {
  .p_center3 {
    margin-top:250px;
  }
  .p_center3 .p5 {
    font-size:1.2em;
    font-weight:bold;
  }
  .p_center3 .p6 {
    font-size:0.9em;
//    font-weight:bold;
  }
  .meibo{
    margin-top:0px;
    margin-bottom:0px;
  }
  .meibo a.btn-gradient-radius p{
    font-size:0.8em;
    margin-top:14px;
    text-align:center;
  }
  .contents_box{
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    width: 33.33%;
    float: left;
  }
  
  #header_text_contents{
    display:none;
  }
}

@media (max-width: 850px) {
  #contents_bg {
    height:300px;
  }
  .meibo3 a{
    margin-top:150px;
    margin-left:0px;
  }
  #contents_bg2 {
    height:300px;
  }
  .meibo2 a{
    margin-top:150px;
    margin-right:0px;
  }
}
