@charset "utf-8";


body {
     _width:1500px;
     width:98%;
     margin:0px auto 0px auto;
     padding:0px;
     background-color:#ffffff;
     font-family: "BIZ UDPゴシック","Arial",ＭＳ ゴシック,sans-serif;
}


.header_phone {
     width:1450px;
     height:990px;
     align:center;
     background-image: url(../image/title_phone_top.png);
     margin:0px auto 0px auto;
     padding:0px 0px 0px 0px;
}

.header_pc {
     display:none;
}

.header_phone div.back1 {
    width:1000px;
    _height:0px;
    position:relative;
    font-size:50px;
    line-height:62px;
    text-indent: 0em;
    text-align: center;
    font-weight:600;
    left:300px; 
    top: 600px;
    color:#000000;
    background:#ffffff;/*背景色*/  
    padding: 6px 6px 6px 6px ;/*文字周りの余白*/
    margin:0px 0px 0px 0px;
    opacity: 0.8;
}




.contents {
     width:1500px;
     _width:90%;
     margin:0px auto 0px auto;
     padding:50px auto 50px auto;
}





.midashi2{
     text-align:center;
     text-indent: 0em;
     font-size:60px;
     font-weight:400;
     color:#000000;
     margin:50px auto 50px auto;
}


.vision{
     width:1300px;
     _width:95%;
     text-align:left;
     font-size:40px;
     line-height:55px;
     font-weight:500;
     color:#555555;
     margin:60px auto 60px auto;
}

.plan{
     _width:950px;
     width:100%;
     text-align:left;
     font-size:45px;
     line-height:55px;
     font-weight:500;
     color:#555555;
     margin:30px auto 0px auto;
}


.article0 {
     width:1300px;
     _width:40%;
     vertical-align:top;
     _display:inline-block;
     margin:0px auto 60px auto;
     padding:0px 0px 0px 0px;
}

.article1 {
     width:650px;
     _width:40%;
     vertical-align:top;
     display:inline-block;
     margin:0px 30px 60px 30px;
     padding:0px 0px 0px 0px;
}

.article2 {
     width:580px;
     vertical-align:top;
     display:inline-block;
     margin:0px 0px 60px 0px;
     padding:0px 0px 0px 0px;
}

.article2 p{
     text-align:left;
     text-indent: 0em;
     font-size:16px;
     font-weight:300;
     color:#555555;
     margin:10px auto 0px 0px;
}

.article3 {
     _width:580px;
     width:40%;
     _height:480px;
     vertical-align:top;
     display:inline-block;
     margin:0px 0px 60px 20px;
     padding:0px 0px 0px 0px;
}

.article3 p{
     text-align:left;
     text-indent: 0em;
     font-size:16px;
     font-weight:300;
     color:#555555;
     margin:10px auto 0px 0px;
}

.article3 a{
     text-align:left;
     text-indent: 0em;
     font-size:16px;
     font-weight:300;
     color:#555555;
     margin:10px auto 0px 0px;
}
.midashi3{
     text-align:center;
     text-indent: 0em;
     font-size:45px;
     line-height:56px;
     font-weight:600;
     color:#555555;
     margin:20px auto 60px auto;
}

.midashi4{
     text-align:left;
     text-indent: 0em;
     font-size:45px;
     line-height:56px;
     font-weight:600;
     color:#555555;
     margin:20px auto 20px auto;
}

.midashi5{
     text-align:center;
     text-indent: 0em;
     font-size:45px;
     font-weight:600;
     color:#555555;
     margin:20px auto 60px auto;
}

.midashi6{
     text-align:right;
     text-indent: 0em;
     font-size:24px;
     font-weight:700;
     color:#555555;
     margin:20px 30px 40px auto;
}

html {
    scroll-behavior: smooth;
}
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #ffffff;
    border: solid 2px #000000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000000;
    border-right: 3px solid #000000;
    transform: translateY(20%) rotate(-45deg);
}


.contact-form {
  max-width: 500px;
  margin: 0px auto 0px 5px;
  _font-family: Arial, sans-serif;
}

.contact-form label {
  display: block;
  _margin-top: 15px;
  _margin-bottom: 5px;
  margin:15px 4px 5px 4px;
  _font-weight: bold;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.contact-form button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #888888;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #004999;
}


