/* ------------------------------------------------------------------------- */
/* reset */

h1,h2,h3,h4,h5,h6,
p,ol,ul,li,dl,dt,dd,footer {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}

ol,ul {
  list-style: none;
}

/* ------------------------------------------------------------------------- */
/* utility */

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

/* ------------------------------------------------------------------------- */
/* base */
img {
  vertical-align: top;
}

a {
  color: #3e3e3e;
  text-decoration: none;
}

.designed {
  overflow: hidden;
  height: 0;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  line-height: 2;
}
html {
    height: 100%;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.kv-area {
    width: 100%;
    height: 100%;

    background-position: center center;
    box-sizing: border-box;
    outline: none;
}


@media only screen and (min-width: 769px), print {
html {
  font-size: 18px;

  font-weight: bolder;
  color: #3e3e3e;
  line-height: 3;
  letter-spacing: 0.1em;

}

body {
  font-family:  '游ゴシック', 'YuGothic', 'Yu Gothic', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  /* font-family: '游明朝', 'YuMincho', 'Yu Mincho', 'Hiragino Mincho ProN', 'MSP Mincho', serif, sans-serif; */
}
.kv {
    background-image: url(../images/kv-bg.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom center;
    padding-top: 41vh;
    box-sizing: border-box;
    position: relative;
}

.kv-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.kv-text p {
    text-align: center;
    color: #fff;
    font-size: 12vh;
    height: 13vh;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
}

#urm-logo {
    background: url(../images/urm-logo.svg);
    background-repeat: no-repeat;
    padding-top: 16vh;
    width: 37vh;
    display:block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;

}
.kv a {
    height: 46px;
    width: 46px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin: auto;
}
.kv a span {
    background: url(../images/kv-arrow.png);
    background-repeat: no-repeat;
    padding-top: 46px;
    width: 46px;
    background-size: 100%;
    display: block;
}
#greeting-area {
    padding-top: 50px;
    margin-top: -50px;
}

/* ------------------------------------------------------------------------- */

main {
      width: 1000px;
      margin: 0 auto;

}
header {
    height: 58px;
    width: 100%;
    padding-top: 22px;
    border-bottom: 1px solid #c3c3c3;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 11000;
}
header > section {
    width: 1000px;
    margin: 0 auto;
}
header > section > h1 > a {
    background: url(../images/header-rogo.png) no-repeat;
    padding-top: 35px;
    width: 198px;
    display:block;
}
header > section > nav {
    float: right;
    margin-top: -40px;
}
header > section > nav > ul li  {
    float: left;
    line-height: 2.5;
}
header > section > nav > ul li a  {
    display: block;
    margin: 0 16px;
    font-size: 15px;
    line-height: 2.5;
    border-bottom: 4px solid #ee782a;
    transform: scale( 0.9 , 1 );
}

header > section > nav > ul li a:hover  {
    border-bottom: 4px solid #3375bb;
}

.menu-button {
    display: none;
}

.greeting .header {
    padding-top: 110px;
    /* width: 660px; */
}

.greeting .greeting-text {
    text-align: center;
    /* width: 660px; */
}

.greeting .greeting-text h2 {
    font-size: 38px;
    letter-spacing: 0.15em;
    margin-bottom: 30px;
    transform: scale( 0.9 , 1 );
    margin-right: -25px;
    line-height: 2em;
}
.greeting {
    width: 850px;
    margin: 0 auto;
}
/* .greeting .message {
    background-image: url(../images/message-image.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 60%;
    height: 880px;
} */
.greeting .greeting-text p{
    margin-bottom: 1.1em;
    font-weight: normal;
    transform: scale( 0.9 , 1 );
    line-height: 2em;
    font-size: 16px;
}
.greeting .greeting-text p.name {
    margin-bottom: 10px;
    margin-top: 50px;
    line-height: 1;
}

.greeting .concept {
    width: 750px;

    border: 2px solid #ee782a;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 100px;
}
.greeting .concept h3 {
    text-align: center;
    color: #ee782a;
    margin-bottom: 20px;
    line-height: 1;
    transform: scale( 0.9 , 1 );
}
.greeting .concept h4 {
    text-align: center;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 0.2em;
    transform: scale( 0.9 , 1 );
}
.greeting .concept p {
    font-weight: normal;
    text-align: center;
    line-height: 2.1;
    transform: scale( 0.9 , 1 );

}
div.greeting figure {
    display: none;
}
.greeting .concept p.small {
    margin-bottom: 20px;
}

#profile .header {
    background: url(../images/header-bg-1.png) no-repeat;
    height: 250px;
    width: 1000px;
    padding-top: 150px;
    margin-bottom: 100px;

}
#history .header {
    background: url(../images/header-bg-2.png) no-repeat;
    height: 250px;
    width: 1000px;
    padding-top: 150px;
    margin-bottom: 100px;
}
#businessline .header {
    background: url(../images/header-bg-3.png) no-repeat;
    height: 250px;
    width: 1000px;
    padding-top: 150px;
    margin-bottom: 100px;
}
#contact .header {
    background: url(../images/header-bg-4.png) no-repeat;
    height: 250px;
    width: 1000px;
    padding-top: 150px;
    margin-bottom: 100px;

}
#profile,
#history,
#contact {
    padding-top: 100px;
    padding-bottom: 100px;
}
#businessline {
    padding-top: 80px;

}

#profile .header h2,
#history .header h2,
#businessline .header h2,
#contact .header h2 {
    font-size: 42px;
    color: #fff;
    text-align: center;
    line-height:1.5;
    letter-spacing: 0.2em;
    transform: scale( 0.9 , 1 );
}
#history .header h2 {
    color: #3e3e3e;
}
#profile .header h3,
#history .header h3,
#businessline .header h3,
#contact .header h3 {
    text-align: center;
    color: #ee782a;
    letter-spacing: 0.25em;
    line-height: 2;
    transform: scale( 0.9 , 1 );
}
div.greeting .header >h2 {
    font-size: 40px;
    color: #3e3e3e;
    text-align: center;
    line-height:1.5;
    letter-spacing: 0.2em;
    transform: scale( 0.9 , 1 );
    padding-top: 15px;
}
div.greeting .header >h3 {
    text-align: center;
    color: #ee782a;
    letter-spacing: 0.25em;
    line-height: 2;
    margin-bottom: 30px;
    transform: scale( 0.9 , 1 );
}
div.greeting .header > p {
    background: url(../images/smile.png) no-repeat;
    padding-top: 70px;
    width: 50px;
    background-size: 100%;
    margin: 0 auto;
}

#profile > div.data {
    width: 500px;
    float: left;
    margin-left: 20px;
}
#profile > div.data > dl > dt  {
    font-size: 17px;
    width: 150px;
    float:left;
    line-height: 1.1;
    margin-bottom: 25px;
    transform: scale( 0.9 , 1 );

}
#profile > div.data > dl > dt > span {
    font-size: 10px;
    color: #8a8a8a;
    line-height: 1;

}
#profile > div.data > dl > dd {
    font-size: 17px;
    line-height: 1.1;
    font-weight: normal;
    color: #595959;
    margin-bottom: 25px;
    transform: scale( 0.9 , 1 );
}
#profile > div.data > dl > dd  > span{
    font-size: 10px;
    color: #8a8a8a;
    line-height: 1;
}
#profile div figure {
    float: right;
    margin: 0;
}

#history > .text > dl  {
    width: 700px;
    margin: 0 auto;

}

#history > .text > dl > dt {
    font-size: 17px;
    width: 200px;
    float:left;
    line-height: 2.5;
    margin-bottom: 25px;
    transform: scale( 0.9 , 1 );
}

#history > .text > dl > dd {
    font-size: 17px;
    line-height: 2.5;
    font-weight: normal;
    color: #595959;
    margin-bottom: 25px;
    transform: scale( 0.9 , 1 );
}
#businessline {
    position: relative;
}
#businessline > .text > h3 {
    font-size: 28px;
    transform: scale( 0.9 , 1 );
    margin-top: -20px;
}

#businessline > .text > p {
    transform: scale( 0.9 , 1 );
}

#businessline > .text {
    margin-left: -30px;
    margin-bottom: 370px;
}

figure > img.image1 {
    position: absolute;
    top: 580px;
    right: 0;
    z-index: 10;
}
figure > img.image2 {
    position: absolute;
    top: 710px;
    right: 230px;
    z-index:1;
}
figure > img.image3 {
    position: absolute;
    top: 870px;
    right: 40px;

}

.kv > #first > p {
    background:url(../images/kv-title-1.png) no-repeat;
    padding-top: 57px;
    width: 282px;
    margin-bottom: 50px;
    margin-top: 75px;
    margin-left: 55px;
}
.kv > #second > p {
    background:url(../images/kv-title-2.png) no-repeat;
    padding-top: 56px;
    width: 221px;
     margin-bottom: 50px;
     margin-left: 55px;
}
.kv > #third > p {
    background:url(../images/kv-title-3.png) no-repeat;
    padding-top: 56px;
    width: 206px;
     margin-bottom: 100px;
     margin-left: 55px;
}

.kv > #fourth > p {
    background:url(../images/kv-title-rogo.png) no-repeat;
    padding-top: 91px;
    width: 208px;
    margin-left: 55px;
    margin-bottom: 250px;
}
.kv figure.kv-img1 {
    position:absolute;
    top: -50px;
    right: -130px;
}
.kv figure.kv-img2 {
    position:absolute;
    top: 90px;
    right: 140px;
    z-index: -1;
}
img.next {
    display: block;
    margin: 0 auto 110px;
}

footer {
    height: 80px;
    bottom: 0;
}
footer div {
    background: url(../images/footer-line.png) repeat-x;
    height: 80px;

}
footer p.copyright {
    font-size: 12px;
    font-weight: normal;
    color: #757575;
    text-align: center;
    line-height: 1em;


}

#contact .lead {
    text-align: center;
    line-height: 3;
    color: #595959;
    font-weight: normal;
    margin-bottom: 70px;
    transform: scale( 0.9 , 1 );
}



.to-top {
    position: fixed;
    right: 80px;
    bottom: -200px;
    padding-bottom: 50px;
    z-index: 10000 !important;
}

#contact .errors {
    color: #e00;
}
#contact .form {
    float: left;
}

#contact .step-right {
    float:right;
}

#contact .form > dl dt,
#contact .form > dl dd {
    float: left;
    font-size: 16px;
}

#contact .form > dl,
#contact .form > dl dd > dl {
    margin-bottom: 15px;
}

#contact .form > dl dt {
    width: 200px;
}
#contact .form > dl dd {
    border: 1px solid #c3c3c3;
}
#contact .form-confirm > dl dd {
    border-color: #eee;
    color:#939393;
    font-weight: normal;
}
#contact .form > dl dd input[type=text],
#contact .form > dl dd textarea {
    border: 0;
    width: 100%;
    box-sizing: border-box;
    font-weight: normal;
    color:#939393;
}

#contact .form > dl dd textarea {
    height: 100%;
    resize: none;
    line-height: 1.5;
}

#contact .form > dl dd select {
    width: 100%;
    font-weight: normal;
    color:#939393;
}

#contact .form > dl dd.full {
    width: 530px;
    padding: 0 10px;
}
#contact .form > dl dd.full2 {
    width: 550px;
    height: 200px;
    padding: 10px;
}
#contact .form-confirm > dl dd.full2 {
    white-space: pre;
    line-height: 1.5;
}

#contact .form > dl dd.half {
    width: 244px;
    padding: 0 10px;
    margin-right: 20px;

}
#contact .form-confirm > dl dt {
    font-weight: bolder;
    color: #000;
}
#contact .form > dl dd > dl dd.half2 {
    width: 250px;
    padding: 0 10px;
    margin-right: 30px;
}
#contact .form > dl dd > dl dd.half3 {
    width: 250px;
    padding: 0 10px;
}
#contact .form > dl dd > dl dd.half3 img {
    float:right;
    margin-top: 17px;
}
#contact .form > dl dd > dl dd.btn {
    border: none;
}
#contact .form > dl dd > dl dd.btn a {
    font-size: 15px;
    color:#fff;
    font-weight:normal;
    line-height: 3rem;
    background-color: #3375bb;
    border-radius: 6px 6px 6px 6px;
    display:block;
    padding-left:20px;
    padding-right:20px;
}
#contact .form > dl dd > dl dd.btn a:hover {
    background-color: #479ffc;
}
#contact .form > dl dd.middle {
    width: 440px;
    padding: 0 10px;
}
#contact .form > dl dt span {
    background-color: #ee782a;
    color: #fff;
    font-size: 12px;
    padding: 2px 3px;
    margin-left: 10px;
}
#contact .form > dl dd.noneline {
    border: 0px;
}
#contact .form > dl dd > dl dt {
    width: 90px;
}

#contact .form > .form-buttons {
  text-align: center;
  margin: 70px 0 130px 200px;
}
#contact .form .kakunin-btn {
    width: 200px;
    line-height: 70px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    border-radius: 6px 6px 6px 6px;
    background-color: #ee782a;
    border: 0;
    margin: 0 20px;
}

#contact .form .errors {
  margin: -10px 0 15px 200px;
  padding: 0;
  line-height: 1.5;
}

#contact .form dl .errors {
  margin-left: 90px;
}

#contact .form .errors li {
  color: #e00;
  font-size: 0.8rem;
}

#map1 {
    width: 435px;
    height: 500px;
}

#kv ul li{opacity:0;}

.pc {
    display: none;
}

}

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

html {
  font-size: 15px;

  font-weight: bolder;
  color: #3e3e3e;
  line-height: 3;
  letter-spacing: 0.1em;
   min-width: 320px;
}
.kv {
    background-image: url(../images/kv-bg-sp.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 41vh;
    box-sizing: border-box;
}
.kv #sample {
    text-align: center;
    font-size: 12vw;
    line-height: 1em;
    letter-spacing: 0.1em;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 12vw;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.kv-text {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.kv-text p {
    text-align: center;
    color: #fff;
    font-size: 12vw;
    height: 13vw;
    line-height: 1em;
    letter-spacing: 0.1em;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
}


#urm-logo {
    background: url(../images/urm-logo.svg);
    background-repeat: no-repeat;
    padding-top: 14vw;
    width: 34vw;
    display:block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;

}
.kv a {
    height: 38px;
    width: 38px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    margin: auto;
}
.kv a span {
    background: url(../images/kv-arrow.png);
    background-repeat: no-repeat;
    padding-top: 38px;
    width: 38px;
    background-size: 100%;
    display: block;
}

main {
      width: 100%;
      padding: 0 13px;
      box-sizing: border-box;
}

.to-top {
    position: fixed;
    right: 20px;
    bottom: -200px;
    padding-bottom: 50px;
    z-index: 10000 !important;
    width: 50px;
    height: 50px;
}
.to-top img {
    width: 100%;
    height: auto;
}
#profile > figure {
    margin: 0px;
}
#map1 {
    width: 100%;
    height: 250px;
}
header {
    position: fixed;
    height: 60px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background-color: #fff;
}
header > section {
    height: 45px;
    padding-top: 15px;
    border-bottom: 1px solid #c3c3c3;
}
header > section > h1 > a {
    background: url(../images/header-rogo.png) no-repeat;
    padding-top: 35px;
    width: 158px;
    background-size: 100%;
    background-position: center;
    margin: 0 auto;
    display:block;
}


.menu-button {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #c3c3c3;
    box-sizing: border-box;
    background: transparent;
}

.menu-button > img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    margin: 0 auto;
    width: 30px;
    height: auto;
}

.menu-button > span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 24px;
    height: 2px;
    margin: -2px 0 0 -12px;
    background: #000;
    border-radius: 1px;
}

.menu-button > span:nth-of-type(1) {
    -webkit-transform: translate(0, -11px);
    transform: translate(0, -11px);
}

.menu-button > span:nth-of-type(2) {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

.menu-button > span:nth-of-type(3) {
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px);
}

header > section > nav {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    top: 61px;
    background: #fff;
    z-index: 10000;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}

header > section > nav a {
  display: block;
  padding: 0.2em 1em;
  border-bottom: 1px solid #c3c3c3;
}

#profile, #history, #history, #businessline {
    margin-bottom: 4rem;
    padding-top: 60px;
    margin-top: -60px;
}
#profile .header h2,
#history .header h2,
#businessline .header h2,
#contact .header h2 {
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height:1.5;
    letter-spacing: 0.1em;
    transform: scale( 0.9 , 1 );
}
#history .header h2 {
    color: #3e3e3e;
}
#profile .header h3,
#history .header h3,
#businessline .header h3,
#contact .header h3 {
    text-align: center;
    color: #ee782a;
    letter-spacing: 0.1em;
    line-height: 2;
    transform: scale( 0.9 , 1 );
}
.kv > #sp-first > p {
    background:url(../images/kv-title-1.png) no-repeat;
    padding-top: 57px;
    width: 282px;
    background-size: 50% 50%;
    margin: 3rem auto 0rem 4%;
}
.kv > #sp-second > p {
    background:url(../images/kv-title-2.png) no-repeat;
    padding-top: 56px;
    width: 221px;
   background-size: 50% 50%;
    margin: 0.7rem auto 0rem 4%;
}
.kv > #sp-third > p {
    background:url(../images/kv-title-3.png) no-repeat;
    padding-top: 56px;
    width: 206px;
   background-size: 50% 50%;
    margin: 0.7rem auto 1.5rem 4%;
}

.kv > #sp-fourth > p {
    background:url(../images/kv-title-rogo.png) no-repeat;
    padding-top: 91px;
    width: 208px;
    background-size: 60% 60%;
    margin:  0rem auto 2rem 4%;
}
.kv figure.kv-img1 {
    position:absolute;
    top: 60px;
    left: 42%;
}
.kv figure.kv-img2 {
    position:absolute;
    top: 200px;
    left: 37%;
    z-index: -1;
}
img.next {
    display: block;
    margin: 0 auto 110px;
    background-size: 80%;
    height: 36px;
    width: 25px;
}


.greeting .header {
    padding-top: 90px;
    margin-top: -20px;
}

.greeting .greeting-text {
    text-align: center;
}

.greeting .greeting-text h2 {
    font-size: 28px;
    letter-spacing: 0.1em;

    transform: scale( 0.9 , 1 );
}

.greeting .greeting-text p {
    margin-bottom: 2em;
    font-weight: normal;
    transform: scale( 0.9 , 1 );
    line-height: 2rem;
}
.greeting .greeting-text p.name {
    margin-bottom: 10px;
    margin-top: 4rem;
    line-height: 1;
}

.greeting .concept {
    width: 90%;
    height: 55%;
    border: 2px solid #ee782a;
    padding-top: 30px;
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding-left: 5%;
    padding-right: 5%;
}
.greeting .concept h3 {
    text-align: center;
    color: #ee782a;
    margin-bottom: 20px;
    line-height: 1;
    transform: scale( 0.9 , 1 );
}
.greeting .concept h4 {
    text-align: center;
    font-size: 24px;
    line-height: 2.5rem;

    transform: scale( 0.9 , 1 );
}
.greeting .concept p {
    font-weight: normal;
    text-align: left;
    line-height: 2.1;
    margin-bottom: 25px;
    transform: scale( 0.9 , 1 );

}
.greeting .concept p.small {
    text-align: center;
}


#profile .header {
    background: url(../images/header-bg-1.png) no-repeat;
    height: 135px;
    width: 100%;
    padding-top: 65px;
    background-size: cover;
    margin-bottom: 10%;
    margin-top: 10%;
}
#history .header {
    background: url(../images/header-bg-2.png) no-repeat;
    height: 135px;
    width: 100%;
    padding-top: 65px;
    background-size: cover;
    background-position: center center;
    margin-bottom: 10%;
    margin-top: 10%;
}
#businessline .header {
    background: url(../images/header-bg-3.png) no-repeat;
    height: 135px;
    width: 100%;
    padding-top: 65px;
    background-size: cover;
    margin-bottom: 10%;
    margin-top: 10%;
}
div.greeting figure {
    margin: 10vw auto 0;
    display: none;
}
div.greeting figure img {
 width: 100%;
 height: auto;
}
div.greeting .header >h2 {
    font-size: 30px;
    color: #3e3e3e;
    text-align: center;
    line-height:1.4;
    letter-spacing: 0.2em;
    transform: scale( 0.9 , 1 );
}
div.greeting .header >h3 {
    text-align: center;
    color: #ee782a;
    letter-spacing: 0.25em;
    line-height: 2;
    margin-bottom: 2rem;
    transform: scale( 0.9 , 1 );
}
div.greeting .header > p {
    background: url(../images/smile.png) no-repeat;
    padding-top: 50px;
    width: 36px;
    background-size: 100%;
    margin: 0 auto 1.5rem;
}


#profile > div.data {
    width: 100%;
    float: left;

}
#profile > div.data > dl > dt,
#history > div.text > dl > dt  {
    font-size: 15px;
    width: 120px;
    float:left;
    line-height: 1.1;
    margin-bottom: 25px;
    transform: scale( 0.9 , 1 );
}
#history > div.text > dl > dt  {
    font-size: 15px;
    width: 180px;
    float: none;
    line-height: 1.5rem;
    margin-bottom: .7rem;
}
#profile > div.data > dl > dt > span {
    font-size: 10px;
    color: #8a8a8a;
    line-height: 1;

}
#profile > div.data > dl > dd,
#history > div.text > dl > dd  {
    font-size: 15px;
    line-height: 1.1;
    font-weight: normal;
    color: #595959;
    margin-bottom: 25px;
    transform: scale( 0.9 , 1 );
    margin-left: 120px;
}
#history > div.text > dl > dd  {
    margin-left: 0px;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
    margin-left: 1rem;
}
#profile > div.data > dl > dd  > span{
    font-size: 10px;
    color: #8a8a8a;
    line-height: 1;
}
#profile > div.data {
    margin-bottom: 1.5rem;
}


#contact .header {
    background: url(../images/header-bg-4.png) no-repeat;
    height: 135px;
    width: 100%;
    padding-top: 65px;
    background-size: cover;
    margin-bottom: 10%;
    margin-top: 10%;
}
img.next {
    display: block;
    margin: 0 auto 5%;
}

footer {
    height: 80px;
    bottom: 0;
}
footer div {
    background: url(../images/footer-line.png) repeat-x;
    height: 80px;

}
footer p.copyright {
    font-size: 12px;
    font-weight: normal;
    color: #757575;
    text-align: center;
    line-height: 1em;
}

#businessline div.pc figure img {
    width: 80%;
    height: auto;
    display: block;
    margin: 1rem auto;
}
#businessline div.pc figure {
    margin: 0 auto;
}
#profile div.pc figure {
    margin: 0 auto;
}
#profile div.pc figure iframe {
    margin: 0 auto;
}


#contact .form > dl dt,
#contact .form > dl dd {
    font-size: 1rem;
    line-height: 1;
}
#contact .form > dl dt .maru {
    color: #ee782a;
    float: left;
}
#contact .form > dl,
#contact .form > dl dd > dl {
    margin-bottom: .5rem;
}

#contact .form > dl dt {
    width: 100%;
    margin-bottom: 1rem;
}

#contact .form > dl dd {
    border: 1px solid #c3c3c3;
    box-sizing: border-box;
    padding: 0.5rem;
    margin-bottom: 2rem;
}
#contact .form-confirm > dl dd {
    border-color: #eee;
    font-weight: normal;
    color:#939393;
}

#contact .form > dl dd.noneline {
  padding: 0;
}

#contact .form > dl dd input[type=text] {
    border: 0;
    width: 100%;
    font-weight: normal;
    color:#939393;
    box-sizing: border-box;
}
#contact .form > dl dd textarea {
    border: 0;
    width: 100%;
    height: 100%;
    font-weight: normal;
    color:#939393;
    box-sizing: border-box;
    resize: none;
    line-height: 1.5;
}
#contact .form > dl dd select {
    width: 100%;
}
#contact .form > dl dd.full {
    width: 100%;
}
#contact .form > dl dd.full2 {
    width: 100%;
    height: 100px;
}
#contact .form-confirm > dl dd.full2 {
    white-space: pre;
    line-height: 1.5;
}

#contact .form > dl dd.half {
    width: 48%;
    float: left;
    margin-right: 4%;
}
#contact .form > dl dd.half:last-child {
    margin-right: 0;
}

#contact .form > dl dd > dl dt {
    font-weight: bolder;
    color:#000;
}

#contact .form > dl dd > dl dd.half2 {
    width: 45%;
    margin-right: 0;
    float: left;
}
#contact .form > dl dd > dl dd.btn {
    border: 0;
    float: right;
    width: 50%;
    padding: 0;
}
#contact .form > dl dd > dl dd.btn a {
    color:#fff;
    font-weight:normal;
    background-color: #3375bb;
    border-radius: 0.5rem;
    display:block;
    padding: 0.9rem 0;
    line-height: 1;
    text-align: center;
}
#contact .form > dl dd > dl dd.btn a:hover {
    background-color: #479ffc;
}
#contact .form > dl dd.middle {
    width: 100%;
}
#contact .form > dl dt span {
    background-color: #ee782a;
    color: #fff;
    font-size: 11px;
    padding: 1px 3px;
    margin-left: 10px;
}
#contact .form > dl dd.noneline {
    border: 0px;
}
#contact .form > dl dd > dl dt {
    width: 100%;
}

#contact .form .kakunin-btn {
    width: 60%;
    line-height: 1;
    color: #fff;
    font-weight: normal;
    text-align: center;
    border-radius: 0.5rem;
    background-color: #ee782a;
    display: block;
    padding: 1rem 0;
    margin: 3rem auto;
    border: 0;
}
#contact .lead {
    text-align: center;
    line-height: 2.3rem;
    color: #595959;
    font-weight: normal;
    margin-bottom: 3rem;
    transform: scale( 0.9 , 1 );
}
#businessline > .text > h3 {
    font-size: 24px;
    transform: scale( 0.9 , 1 );
}

#businessline > .text > p {
    transform: scale( 0.9 , 1 );
}

#businessline > .text {
    margin-bottom: 2rem;
    font-size: 15px;
    font-weight: normal;
    margin-left: -1%;
}
.sp {
    display: none;
}

}
