@charset "utf-8";

/* 共通要素 */

html {
  font-family: "游ゴシック", YuGothic , "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size:62.5%;
  color:#444444;
  overflow-x: hidden;
}

.gf-PD {
  font-family: 'Playfair Display', serif;
  font-weight: 400 !important;
  letter-spacing: 3px
}

.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

body {
  margin:0;
  padding:0;
}

a, a:visited {
  text-decoration: none;
  color:#444444;
}

a img {
border: none;
}

a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

ul {
  list-style: none;
}

.dashx2 {
  transform: scale(2, 0.5);
  display: inline-block;
  margin-left:5px;
}

.clear {
  clear: both;
}



.fade {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:2s;
 -ms-animation-duration:2s;
 animation-duration:2s;
 -webkit-animation-delay:1s;
 -ms-animation-delay:1s;
 animation-delay:1s;
 -webkit-animation-name: fade;
 -ms-animation-name: fade;
 animation-name: fade;
 visibility: visible !important;
}


.fadeup {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-delay:0s;
 -ms-animation-delay:0s;
 animation-delay:0s;
 -webkit-animation-name: fadeup;
 -ms-animation-name: fadeup;
 animation-name: fadeup;
 visibility: visible !important;
}

@-webkit-keyframes fade {
 0% { opacity: 0;}
 100% { opacity: 1;}
}
@keyframes fade {
 0% { opacity: 0;}
 100% { opacity: 1;ß}
}

@-webkit-keyframes fadeup {
 0% { opacity: 0; -webkit-transform: translateY(30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeup {
 0% { opacity: 0; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fadein {
  visibility: visible !important;
    transform : translate(0, 40px);
    transition : all 500ms;
}

.fadein.scrollin {
  visibility: visible !important;
    transform : translate(0, 0);
}

#loading{
  position: absolute;
  left: 50%;
  top: 50vh;
  transform:translate(-50%, -50%);
}
#loading img {
  width:180px;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #ffffff;
  z-index: 9999;
}


.hvr-underLeft {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underLeft:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #ffeb3f;
  height: 8px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underLeft:hover:before, .hvr-underLeft:focus:before, .hvr-underLeft:active:before {
  right: 0;
}

.hvr-underLeftW {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underLeftW:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #ffffff;
  height: 8px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underLeftW:hover:before, .hvr-underLeftW:focus:before, .hvr-underLeftW:active:before {
  right: 0;
}


.hvr-sweepright {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweepright:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffeb3f;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweepright:hover, .hvr-sweepright:focus, .hvr-sweepright:active {
  color: #444444;
}
.hvr-sweepright:hover:before, .hvr-sweepright:focus:before, .hvr-sweepright:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}




.sp-on {
  display:block;
}
.pc-on {
  display:none;
}


/* header */
header {
  background-color: #ffffff;
  height:150px;
  box-sizing: border-box;
}
nav {
  padding:15px;
}
.logo {
  width:90px;
  margin:auto;
}
.logo img {
  width:90px;
}

nav ul {
  font-size:1.2rem;
  display:flex;
  justify-content: center;
  align-items: center;
  margin:0;
  padding:15px;
}
nav li {
  margin-right:20px;
}
nav li:last-child {
  margin-right: 0px;
}

.under {
  background: linear-gradient(transparent 60%, #ffeb3f 60%);
}

/* footer */
footer {
  position:relative;
  width:100%;
  top:40px;
  height:220px;
  background-color: #ffeb3f;
}
.backtotop {
  position:absolute;
  width:46px;
  left:50%;
  top:-24px;
  transform: translateX(-50%);
}
.backtotop img{
  width:100%;
}
.ft_syamei {
  position:absolute;
  width:100%;
  height:40px;
  top:60px;
  text-align:center;
}
.ft_syamei img {
  width:120px;
}
footer ul {
  position:absolute;
  width:100%;
  top:130px;
  font-size:1.2rem;
  margin:0;
  padding:10px;
  text-align:center;
}
footer li {
  margin-right:20px;
}
.copyright {
  position:absolute;
  bottom:20px;
  width:100%;
  text-align:center;
  font-size:1rem;
}


/* main_area */
.main_area {
  position:relative;
  top:0;
  left:0;
  width:100%;
  height:420px;
  background-color:#f7f6f3;
  z-index: 0;
}

.keyvisual {
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  z-index: 1;
}

.keyvisual img {
  height:420px;
}
.title {
  position:absolute;
  width:100%;
  height:420px;
  top:0;
  left:0;
  z-index: 2;
}
.title img {
  position:absolute;
  width:45%;
  max-width:240px;
  left:5%;
  top:50%;
  transform:translateY(-50%);
}

  /* top_about */
.sec_about {
  position:relative;
  top:0;
  width:100%;
  height:360px;
  box-sizing: border-box;
}
.sec_about h2{
  font-size:2.8rem;
  letter-spacing: 8px;
  text-align: center;
  margin-top:60px;
  margin-bottom:40px;
  font-weight:400 !important;
}
.sec_about p{
  font-size:1.3rem;
  text-align: center;
  line-height:200%;
  letter-spacing:2px;
  margin-bottom:20px;
}

.sec_btn {
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  width:230px;
  height:60px;
  margin-top:20px;
  border:1px solid #cccccc;
  padding:20px;
  text-align:center;
  box-sizing: border-box;
}
.sec_btn a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
  box-sizing: border-box;
  padding:20px;
}
.sec_btn img {
  position:absolute;
  left:10px;
  top:50%;
  transform:translateY(-50%);
  width:30px;
}

/* top_service */
.sec_service {
  margin-top:80px;
  width:100%;
  height:auto;
  background-color: #f9f9f9;
  box-sizing: border-box;
  padding-bottom:60px;
}
.sec_service h2{
  font-size:2.8rem;
  letter-spacing: 8px;
  text-align: center;
  padding-top:60px;
  margin-top:0;
  margin-bottom:60px;
  font-weight:400 !important;
}
.sec_service_contents  {
  width:80%;
  margin:0 auto;
  box-sizing: border-box;
}
.sec_service_contents div{
  width:100%;
  float:left;
  box-sizing: border-box;
}
.sec_service_contents img{
  width:100%;
}
.sec_service_contents h3 {
  text-align:center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:1.6rem;
  letter-spacing:2px;
  margin-top:16px;
  margin-bottom:10px;
  font-weight:400 !important;
}
.sec_service_contents p {
  font-size:1.2rem;
  letter-spacing:1px;
  margin-top:0;
  margin-bottom:40px;
}
.sec_service_contents a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

/* top_contact */
.sec_contact {
  position:relative;
  top:60px;
  width:100%;
  height:400px;
  margin-bottom:80px;
  box-sizing: border-box;
}
.sec_contact h2{
  font-size:2.8rem;
  letter-spacing: 8px;
  text-align: center;
  padding-top:40px;
  margin-top:0;
  margin-bottom:40px;
  font-weight:400 !important;
}
.sec_contact p{
  text-align:center;
  font-size:1.2rem;
  letter-spacing:1px;
  line-height: 180%;
}
.border-box_out {
  position:absolute;
  border:2px solid #cccccc;
  width:85%;
  left:7.5%;
  height:340px;
}
.border-box_in {
  position:absolute;
  border:1px solid #cccccc;
  width:calc(100% - 12px);
  margin:6px;
  height:calc(340px - 12px);
  padding:10px;
  box-sizing:border-box;
}


/* ABOUT */
.about {
  position:relative;
  top:0;
  width:100%;
  height:500px;
  box-sizing: border-box;
}
.ttl h2 {
  font-size:3.6rem;
  letter-spacing: 10px;
  text-align: center;
  margin-top:20px;
  margin-bottom:10px;
}
.underbar {
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  width:60px;
  height:4px;
  background-color: #444444;
}
.concept {
  position:absolute;
  top:100px;
  width:100%;
  text-align:center;
  font-size:1.2rem;
  letter-spacing: 2px;
  line-height: 180%;
}
.concept img {
  width:80%;
  max-width:480px;
  margin-bottom:10px;
}
.profile {
  position:relative;
  top:40px;
  width:100%;
  height:520px;
  margin-bottom:80px;
}
.table {
  position:absolute;
  width:80%;
  left:10%;
  font-size:1.2rem;
  border-top:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
}
.profile dl {
  margin-top:5px;
  margin-bottom:5px;
  border-top:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
}
.profile dt {
  width:30%;
  padding-top:12px;
  padding-bottom:12px;
  float:left;
  clear:both;
}
.profile dd {
  width:70%;
  padding-top:12px;
  padding-bottom:12px;
  margin-left:30%;
}
.dl_border {
  height:0px !important;
  margin:0;
  padding:0 !important;
  border-bottom:1px solid #cccccc;
}
.logo_story {
  width:100%;
  background-color: #f9f9f9;
  padding-top:40px;
  padding-bottom:40px;
  box-sizing: border-box;
}
.cont_box {
  width:80%;
  margin:0 auto;
  box-sizing: border-box;
  height:auto;
  padding:20px;
  background-color: #ffffff;
  font-size:1.3rem;
  border-radius: 12px;
}
.cont_boxL {
  width:60%;
  margin:0 auto;
  padding-top:20px;
  padding-bottom:20px;
}
.cont_boxL img{
  width:100%;
}
.cont_boxR {
  width:100%;
}
/* SERVICE */
.service {
  position:relative;
  top:0;
  width:100%;
  height:840px;
  box-sizing: border-box;
}
.point {
  position:absolute;
  top:100px;
  width:100%;
  font-size:1.2rem;
  letter-spacing: 2px;
  line-height: 180%;
}
.point img {
  width:80%;
  margin:0 auto;
  max-width:800px;
  margin-bottom:40px;
}
.pointBox {
  width:80%;
  padding:20px;
  margin:0 auto;
  border:1px solid #cccccc;
  box-sizing:border-box;
  margin-top:30px;
}
.pointBox img {
  width:60px;
  margin-top:-20px;
  margin-bottom:10px;
  margin-left:50%;
  transform:translateX(-50%);
}
.pointBox h4{
  font-size:1.4rem;
  margin-top:0;
  margin-bottom:10px;
  text-align:center;
}
.pointBox p{
  margin:0;
}
.contents {
  width:100%;
  background-color: #f9f9f9;
  padding-top:40px;
  padding-bottom:40px;
  box-sizing: border-box;
}
.cont {
  width:80%;
  margin:0 auto;
  box-sizing: border-box;
  height:auto;
  font-size:1.3rem;
  margin-bottom:40px;
}
.contL {
  width:100%;
}
.contL img {
  width:100%;
}
.contR {
  width:100%;
}
.contR h3 {
  margin-top:10px;
  margin-bottom:15px;
  font-size:1.6rem;
  letter-spacing: 2px;
  text-align:center;
  font-weight:400 !important;
}
.contR p {
  margin-top:0px;
  font-size:1.3rem;
}
.cont_list {
  border-top:1px dotted #cccccc;
  border-bottom:1px dotted #cccccc;
  padding-bottom:10px;
  box-sizing:border-box;
}
.cont_list p{
  margin:0;
  line-height:180%;
  font-size:1.2rem;
}
.maru_Y {
  color:#ffeb3f;
}
.marker_W {
  display:inline-block;
  background-color: #ffffff;
  padding:5px;
  margin-top:0px;
  margin-bottom:6px;
}
/* CONTACT */
.contact {
  position:relative;
  top:0;
  width:100%;
  height:220px;
  box-sizing: border-box;
}
.contact_lead {
  position:absolute;
  top:80px;
  width:100%;
}
.contact_lead h4{
  font-size:1.3rem;
  line-height:180%;
  text-align:center;
  letter-spacing:2px;
  font-weight:400 !important;
}
.formBox{
  width:80%;
  margin:0 auto;
  border-top:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  padding-top:8px;
  padding-bottom:8px;
  box-sizing:border-box;
  margin-bottom:120px;
}
form {
  width:100%;
  border-top:1px solid #cccccc;
  border-bottom:1px solid #cccccc;
  padding-top:20px;
  padding-bottom:60px;
  box-sizing:border-box;
}
input {
  width:100%;
  background-color: #f9f9f9;
  border:none;
}
input[type="submit"] {
  -webkit-appearance: none;
}
.form_text {
  display:flex;
  align-items: center;
  font-size:1.3rem;
  margin-bottom:15px;
}
.form_text label {
  width:100px;
}
.form_text input {
  width:calc(100% - 100px);
  height:36px;
  font-size:1.3rem;
}
.form_textarea {
  display:flex;
  font-size:1.3rem;
  margin-bottom:15px;
}
.form_textarea label {
  width:100px;
}
.form_textarea textarea {
  width:calc(100% - 100px);
  background-color: #f9f9f9;
  height:200px;
  border:none;
  font-size:1.3rem;
  resize: vertical;
}
.form_radio {
  font-size:1.4rem;
  margin-bottom:15px;
}
.form_radioL {
  width:100px;
  float:left;
}
.form_radioR {
  width:calc(100% - 100px);
  margin-left:100px;
}
.form_radioR label {
  width:100%;
  display:block;
  margin-bottom:5px;
}
.form_radio input {
  width:12px;
  height:12px;
}
.form_radio input:hover,label:hover {
  cursor:pointer;
  opacity:0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}
.policy {
  border-top:1px solid #f1f1f1;
  margin-top:40px;
}
.policy h3 {
  font-size:1.6rem;
  text-align:center;
}
.policyBox {
  height:200px;
  border:1px solid #f1f1f1;
  font-size: 1.2rem;
  padding:10px;
  overflow-y: scroll;
  box-sizing: border-box;
}
.policyBox h5 {
  font-size:1.4rem;
  margin-top:0;
  margin-bottom:10px;
}
.policyBox p {
  margin-top:0;
  margin-bottom:40px;
  line-height:160%;
}
.form_check {
  display:flex;
  align-content: center;
  height:40px;
  margin-top:20px;
  margin-bottom:40px;
  font-size:1.4rem;
}
.form_check label {
  display:flex;
  align-content: center;
  height:20px;
}
.form_check input {
  width:20px;
  height:20px;
  margin:0;
  margin-right:10px;
}
.form_submit input {
  height:60px;
  border:1px solid #cccccc;
  background-color: #ffffff;
}
.form_submit input:hover {
  background-color: #ffeb3f;
}
.form_submitY input {
  height:60px;
  border:1px solid #cccccc;
  background-color: #ffeb3f;
}
.form_submitY input:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}
.form_submitG input {
  height:60px;
  color:#ffffff;
  border:1px solid #cccccc;
  background-color: #bbbbbb;
  margin-top:60px;
  margin-bottom:20px;
}
.form_submitG input:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  }

 .error_list {
	padding:2px 0px 10px 0px;
	color: #cc0000 !important;
	font-size: 1.2rem !important;
	text-align: left;
}
.require_comment {
  width:100%;
  font-size:1rem !important;
  color: #cc0000 !important;
  text-align:right;
  margin:0;
  padding:0;
  padding-bottom:40px;
  box-sizing:border-box;
}
.require {
  font-size:1rem !important;
  color: #cc0000 !important;
}




@media screen and (min-width: 400px) {
  /* top_service */
  .sec_service {
    padding-bottom:40px;
  }

  .sec_service_contents div{
    width:50%;
    padding:0 1%;
  }
  .sec_service_contents h3 {
    height:42px;
    font-size:1.4rem;
    letter-spacing:2px;
    margin-top:10px;
    margin-bottom:5px;
  }
  /* top_contact */
  .border-box_out {
    width:80%;
    left:10%;
  }
  /* ABOUT */
  .about {
    height:580px;
  }
  .concept {
    font-size:1.4rem;
  }
  .cont_box {
    padding:30px;
  }
  .table {
    font-size:1.3rem;
  }
  .profile {
    height:600px;
  }
  .profile dt {
    padding-top:15px;
    padding-bottom:15px;
  }
  .profile dd {
    padding-top:15px;
    padding-bottom:15px;
  }
}


@media screen and (min-width: 680px) {

  .sp-on {
    display:none;
  }
  .pc-on {
    display:block;
  }

  /* header */
  header {
    background-color: #ffffff;
    height:140px;
  }

  nav {
    padding:0;
  }

  nav ul {
    font-size:1.5rem;
    display:flex;
    align-items: center;
    margin:0;
    padding:20px;
  }
  nav li {
    margin-right:30px;
  }

  nav li:first-child {
    margin-right: auto;
  }
  nav li:last-child {
    margin-right: 30px;
  }

  .logo {
    width:120px;
    margin:0;
    margin-left: 10px;
  }

  .logo img {
    width:120px;
  }

  /* main_area */
  .main_area {
    height:480px;
  }
  .keyvisual img {
    height:480px;
  }
  .title {
    height:480px;
  }
  .title img {
    width:30%;
    max-width:300px;
    left:10%;
  }

  /* top_about */
  .sec_about {
    height:480px;
  }
  .sec_about h2{
    font-size:3.6rem;
    margin-top:100px;
    margin-bottom:40px;
  }
  .sec_about p{
    font-size:1.6rem;
    line-height:220%;
    letter-spacing:4px;
    margin-bottom:20px;
  }
  .sec_btn {
    width:320px;
    height:70px;
    padding:30px;
  }
  .sec_btn a{
    font-size:1.4rem;
    padding:24px;
  }
  .sec_btn img {
    left:20px;
  }
  /* top_service */
  .sec_service {
    margin-top:80px;
    padding-bottom:60px;
  }
  .sec_service h2{
    font-size:3.6rem;
    padding-top:80px;
    margin-bottom:60px;
  }
  .sec_service_contents  {
    width:80%;
    margin:0 auto;
    box-sizing: border-box;
  }
  .sec_service_contents div{
    width:50%;
  }
  .sec_service_contents h3 {
    height:36px;
    font-size:1.8rem;
    margin-top:16px;
    margin-bottom:10px;
  }
  .sec_service_contents p {
    font-size:1.4rem;
    margin-bottom:60px;
  }

  /* top_contact */
  .sec_contact {
    top:80px;
    height:420px;
    margin-bottom:80px;
  }
  .sec_contact h2{
    font-size:3.6rem;
    padding-top:50px;
    margin-bottom:30px;
  }
  .sec_contact p{
    font-size:1.4rem;
  }
  .border-box_out {
    height:360px;
  }
  .border-box_in {
    height:calc(360px - 12px);
  }
  /* ABOUT */
  .about {
    height:740px;
  }
  .ttl h2 {
    font-size:4rem;
    margin-top:40px;
    margin-bottom:20px;
  }
  .concept {
    top:140px;
    font-size:1.6rem;
    line-height: 190%;
  }
  .concept img {
    width:80%;
    max-width:480px;
    margin-bottom:30px;
  }
  .profile {
    height:640px;
  }
  .table {
    width:70%;
    left:15%;
    font-size:1.4rem;
  }
  .profile dt {
    width:25%;
    padding-top:16px;
    padding-bottom:16px;
  }
  .profile dd {
    width:75%;
    padding-top:16px;
    padding-bottom:16px;
    margin-left:25%;
  }
  .logo_story {
    padding-top:80px;
    padding-bottom:80px;
  }
  .cont_box {
    padding:40px;
    font-size:1.4rem;
  }
  .logo_story_ttl {
    width:70%;
    margin:0 auto;
    margin-bottom:20px;
  }
  .cont_boxL {
    width:50%;
    margin:0 auto;
    padding:46px;
    float:left;
    box-sizing:border-box;
  }
  .cont_boxR {
    width:50%;
    float:left;
    box-sizing:border-box;
  }
  /* SERVICE */
  .service {
    height:800px;
  }
  .point {
    top:140px;
    font-size:1.4rem;
    letter-spacing: 2px;
    line-height: 180%;
  }
  .point img {
    width:75%;
    margin:0 auto;
    margin-bottom:60px;
  }
  .pointBox {
    width:75%;
    padding:30px;
    height:180px;
    margin-top:30px;
  }
  .pointBox img {
    width:60px;
    margin-top:30px;
    margin-bottom:0px;
    margin-left:-30px;
    transform:translateX(0%);
    float:left;
    clear:both;
  }
  .pointBox h4{
    font-size:1.6rem;
    margin-bottom:10px;
    margin-left:70px;
    text-align:left;
    font-weight:400 !important;
  }
  .pointBox p{
    margin:0;
    margin-left:70px;
  }
  .contents {
    padding-top:80px;
    padding-bottom:60px;
  }
  .cont {
    width:80%;
    margin:0 auto;
    box-sizing: border-box;
    height:auto;
    font-size:1.3rem;
    margin-bottom:60px;
  }
  .contL {
    width:50%;
    float:left;
    clear:both;
  }
  .contL img {
    width:100%;
  }
  .contR {
    width:50%;
    float:left;
    padding-left:20px;
    box-sizing:border-box;
  }
  .contR h3 {
    margin-top:0px;
    margin-bottom:10px;
    font-size:2rem;
    text-align:left;
  }
  .contR p {
    margin-top:0px;
    font-size:1.4rem;
  }
  .cont_list p{
    margin:0;
    line-height:180%;
    font-size:1.2rem;
  }
  /* CONTACT */
  .contact {
    height:280px;
  }
  .contact_lead {
    top:100px;
  }
  .contact_lead h4{
    font-size:1.6rem;
    line-height:180%;
    letter-spacing:3px;
  }
  .formBox{
    width:70%;
  }
  form {
    padding-top:20px;
    padding-bottom:80px;
  }
  input {
    width:100%;
    background-color: #f9f9f9;
    border:none;
  }
  .form_text {
    font-size:1.4rem;
    margin-bottom:20px;
  }
  .form_text label {
    width:120px;
  }
  .form_text input {
    width:calc(100% - 120px);
    font-size:1.4rem;
    height:46px;
  }
  .form_textarea {
    font-size:1.4rem;
    margin-bottom:20px;
  }
  .form_textarea label {
    width:120px;
  }
  .form_textarea textarea {
    width:calc(100% - 120px);
    height:200px;
    font-size:1.4rem;
  }
  .form_radio {
    font-size:1.4rem;
    margin-bottom:20px;
  }
  .form_radioL {
    width:120px;
  }
  .form_radioR {
    width:calc(100% - 120px);
    margin-left:120px;
  }
  .form_radioR label {
    width:50%;
    float:left;
    margin-bottom:5px;
  }
  .form_radio input {
    width:16px;
    height:16px;
  }
  .policy {
    margin-top:60px;
  }
  .policy h3 {
    font-size:1.8rem;
    text-align:center;
  }
  .policyBox {
    font-size: 1.3rem;
  }
  .policyBox h5 {
    font-size:1.6rem;
  }
  .policyBox p {
    margin-top:0;
    margin-bottom:40px;
    line-height:160%;
  }
  .form_check {
    margin-top:40px;
    margin-bottom:60px;
    font-size:1.4rem;
  }
  .form_submit input {
    width:60%;
    font-size:1.4rem;
    margin-left:50%;
    transform:translateX(-50%);
    height:80px;
  }
  .form_submitY input {
    width:60%;
    font-size:1.4rem;
    margin-left:50%;
    transform:translateX(-50%);
    height:80px;
  }
  .form_submitG input {
    width:60%;
    font-size:1.4rem;
    margin-left:50%;
    transform:translateX(-50%);
    height:80px;
  }

}

@media screen and (min-width: 960px) {

  /* footer */
  footer {
    height:280px;
  }
  .ft_syamei {
    height:120px;
    top:80px;
  }
  .ft_syamei img {
    width:180px;
  }
  footer ul {
    top:180px;
    font-size:1.6rem;
  }
  footer li {
    margin-right:20px;
  }
  .copyright {
    font-size:1rem;
  }
  /* main_area */
  .main_area {
    height:580px;
  }
  .keyvisual img {
    height:580px;
  }
  .title {
    height:580px;
  }
  .title img {
    width:30%;
    max-width:340px;
    left:10%;
  }
  /* top_about */
  .sec_about {
    height:600px;
  }
  .sec_about h2{
    font-size:3.6rem;
    margin-top:120px;
    margin-bottom:60px;
  }
  .sec_about p{
    font-size:1.8rem;
    margin-bottom:30px;
  }
  .sec_btn {
    width:380px;
    height:80px;
    padding:40px;
  }
  .sec_btn a{
    font-size:1.4rem;
    padding:30px;
  }
  /* top_service */
  .sec_service {
    padding-bottom:60px;
  }
  .sec_service h2{
    padding-top:100px;
  }
  .sec_service_contents  {
    width:80%;
    margin:0 auto;
    box-sizing: border-box;
  }
  .sec_service_contents div{
    width:25%;
  }
  .sec_service_contents h3 {
    height:54px;
    font-size:1.8rem;
    margin-top:10px;
    margin-bottom:10px;
  }
  .sec_service_contents p {
    font-size:1.4rem;
    margin-bottom:60px;
  }

  /* top_contact */
  .sec_contact {
    top:100px;
    height:480px;
    margin-bottom:120px;
  }
  .sec_contact h2{
    padding-top: 60px;
  }
  .border-box_out {
    height:400px;
  }
  .border-box_in {
    height:calc(400px - 12px);
  }
  /* ABOUT */
  .about {
    height:840px;
  }
  .ttl h2 {
    font-size:4rem;
    margin-top:60px;
    margin-bottom:20px;
  }
  .concept {
    top:160px;
    font-size:1.8rem;
    line-height: 200%;
    letter-spacing:3px;
  }
  .profile {
    height:780px;
  }
  .table {
    width:50%;
    left:25%;
    font-size:1.6rem;
  }
  .profile dt {
    width:20%;
    padding-top:20px;
    padding-bottom:20px;
  }
  .profile dd {
    width:80%;
    padding-top:20px;
    padding-bottom:20px;
    margin-left:20%;
  }
  .logo_story {
    padding-top:100px;
    padding-bottom:100px;
  }
  .cont_box {
    max-width:1040px;
    padding:66px;
    font-size:1.6rem;
  }
  .logo_story_ttl {
    width:40%;
    margin:0 auto;
    margin-bottom:20px;
  }
  .cont_boxL {
    width:40%;
    margin:0 auto;
    padding:20px;
    text-align:center;
  }
  .cont_boxL img {
    width:70%;
    max-width:260px;
  }
  .cont_boxR {
    width:60%;
    line-height:180%;
  }
  /* SERVICE */
  .service {
    height:960px;
  }
  .point {
    top:150px;
    font-size:1.7rem;
  }
  .point img {
    width:75%;
    margin-bottom:80px;
  }
  .pointBox {
    max-width:1040px;
    padding:40px;
    height:200px;
    margin-top:30px;
  }
  .pointBox img {
    width:80px;
    margin-top:20px;
    margin-bottom:0px;
    margin-left:-40px;
  }
  .pointBox h4{
    font-size:2rem;
    margin-left:100px;
    letter-spacing: 3px;
  }
  .pointBox p{
    margin:0;
    margin-left:100px;
  }
  .contents {
    padding-top:120px;
    padding-bottom:80px;
  }
  .cont {
    width:80%;
    max-width:1040px;
    margin-bottom:80px;
  }
  .contL {
    width:50%;
    float:left;
    clear:both;
  }
  .contL img {
    width:100%;
  }
  .contR {
    width:50%;
    float:left;
    padding-left:30px;
    box-sizing:border-box;
  }
  .contR h3 {
    margin-top:0px;
    margin-bottom:10px;
    font-size:2.4rem;
    text-align:left;
    letter-spacing: 3px;
  }
  .contR p {
    margin-top:0px;
    font-size:1.6rem;
    margin-bottom:40px;
  }
  .cont_list p{
    margin:0;
    line-height:180%;
    font-size:1.4rem;
  }
  /* CONTACT */
  .contact {
    height:320px;
  }
  .contact_lead h4{
    font-size:1.8rem;
    line-height:200%;
    letter-spacing:3px;
  }
  .formBox{
    width:60%;
  }
  .form_submit input {
    width:50%;
    font-size:1.6rem;
  }
  .form_submitY input {
    width:50%;
    font-size:1.6rem;
  }
  .form_submitG input {
    width:50%;
    font-size:1.6rem;
  }

}
