@charset "UTF-8";
.l-mv{
  width:100%;
  position:relative;
	z-index: 1;
	height: 26.66vw;
  background-image: url("../images/top/img-mv02_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/*追加1*/
@media all and (max-width: 1170px) {
  .l-mv{
    width:100%;
    position:relative;
    z-index: 1;
	  height: 26.66vw;
    background-image: url("../images/top/img-mv02_pc.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
@media all and (max-width: 767px) {
  .l-mv{
    width:100%;
    position:relative;
    z-index: 1;
    height: 40vw;
    background-image: url("../images/top/img-mv02_pc.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.l-block04{
  
}
.l-block04-inner{
  max-width:1050px;
  width:100%;
  margin:0 auto;
}
/*追加1*/
@media all and (max-width: 1170px) {
  .l-block04{

  }
  .l-block04-inner{
    max-width:89.74vw;
    width:100%;
    margin:0 auto;
  }
}
@media all and (max-width: 767px) {
  .l-block04{

  }
  .l-block04-inner{
    max-width:100%;
    width:100%;
    margin:0 auto;
    padding:0 4vw;
  }
}

.l-contact{
  padding:120px 0 0;
  text-align: center;
}
.l-contact h2{
  display: inline-block;
  background-image:
    url(../images/common/icon-border02-01_pc.png),
    url(../images/common/icon-border02-02_pc.png);
  background-repeat:
    no-repeat,
    no-repeat;
  background-position:
    left center,
    right center;
  background-size:
    138px auto,
    138px auto;
  text-align: center;
  padding: 0 138px;
}
.l-contact h2 span{
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  color: #231815;
  font-size: 37px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.28em;
}
.l-contact-inner{
  max-width:1170px;
  width:100%;
  margin:0 auto;
  padding:0 0;
}
.l-contact-table{
  width: 100%;
  margin: 90px auto 0;
  padding: 0px 0 0;
  background: #FFFFFF;
}
.l-contact table{
  width:100%;
}
.l-contact table tr{
  border-top:1px solid #231815;
}
.l-contact table tr:last-of-type{
  border-bottom:1px solid #231815;
}
.l-contact table tr th{
  width:310px;
  padding:30px 70px 30px 20px;
  vertical-align: top; 
  color:#231815;
  
  font-size:20px;
  font-weight:600;
  line-height:1.75;
  letter-spacing: 0.08em;
}
.l-contact table tr th.-hissu{
  background: url("../images/common/icon-hissu_pc.png") right 30px top 38px no-repeat transparent;
  background-size:60px auto;
}
.l-contact table tr td{
  width:auto;
  padding:20px 30px 20px 0;
  vertical-align: top;
  color:#231815;
  
  font-size:20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:400;
  line-height:1.75;
  letter-spacing: 0.08em;
}
.l-contact-table table tr td .error{
  display:block;
  color:#cc0000;

  font-size:14px;
  font-weight:400;
  line-height:1.75;
  letter-spacing: 0.08em;
}
.l-contact table tr td input[type="text"],
.l-contact table tr td input[type="email"],
.l-contact table tr td textarea{
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  
  padding: 10px 10px;
  border: 1px solid #231815;
  border-radius: 5px;
  outline: none;
  background: none;
  color:#231815;
  
  font-size:18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight:400;
  line-height:1.75;
  letter-spacing: 0.08em;
}
.l-contact table tr td textarea{
  width:100%;
}
.l-contact table tr td select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  
  position: relative;
  top: 0;
  
  padding: 10px 30px 10px 10px;
  border: 1px solid #231815;
  border-radius: 5px;
  outline: none;
  background: url("../images/common/icon-select_pc.png") right 10px center no-repeat transparent;
  background-size:13px auto;
  font-family: 'Noto Sans JP', sans-serif;
  color:#231815;
  
  font-size:18px;
  font-weight:400;
  line-height:1.5;
  letter-spacing: 0.1em;
}
.l-contact table tr td select::-ms-expand {
  display: none;
}
.sizeS {
  max-width:190px;
  width:100%;
}
.sizeM {
  max-width:360px;
  width:100%;
}
.sizeL {
  max-width:480px;
  width:100%;
}
.sizeLL {
  max-width:600px;
  width:100%;
}

.-submit {
  display:block;
  padding-top:50px;
  text-align: center;
}
.-submit input[type="submit"],
.-submit input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  
  display: inline-block;
  text-align: center;
  background: #804b8a;
  color: #FFFFFF;
  padding: 15px 50px 15px 50px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;  
  transition: 0.3s;
}
.-submit input[type="submit"]::-webkit-search-decoration,
.-submit input[type="button"]::-webkit-search-decoration {
  display: none;
}
.-submit input[type="submit"]::focus,
.-submit input[type="button"]::focus {
  outline-offset: -2px;
}
.-submit input[type="submit"]:hover,
.-submit input[type="button"]:hover {
  opacity:0.7;
  cursor: pointer;
}

.l-contact-policy{
  border: 1px solid #231815;
  padding: 40px;
  text-align: center;
  margin: 50px 0 0;
  height: 340px;
  overflow-y: auto;
}
.l-contact-policy p{
  color:#231815;
  text-align: left;
  
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height:1.75;
  padding-bottom: 25px;
}
.l-contact-policy .-mainttl{
  text-align: center;
  
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height:1.75;
  letter-spacing: 0.08em;
}
@media all and (max-width: 1170px) {
  .l-contact{
    padding:10.25vw 0 0;
    text-align: center;
  }
  .l-contact h2{
    display: inline-block;
    background-image:
      url(../images/common/icon-border02-01_pc.png),
      url(../images/common/icon-border02-02_pc.png);
    background-repeat:
      no-repeat,
      no-repeat;
    background-position:
      left center,
      right center;
    background-size:
      11.79vw auto,
      11.79vw auto;
    text-align: center;
    padding: 0 11.79vw;
  }
  .l-contact h2 span{
    display: inline-block;
    padding: 0 2.56vw;
    text-align: center;
    color: #231815;
    font-size: 3.5vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.28em;
  }
  .l-contact-inner{
    max-width:100%;
    width:100%;
    margin:0 auto;
    padding:0 0;
  }
  .l-contact-table{
    width: 100%;
    margin: 7.69vw auto 0;
    padding: 0px 0 0;
    background: #FFFFFF;
  }
  .l-contact table{
    width:100%;
  }
  .l-contact table tr{
    border-top:1px solid #231815;
  }
  .l-contact table tr:last-of-type{
    border-bottom:1px solid #231815;
  }
  .l-contact table tr th{
    width:26.49vw;
    padding:2.56vw 5.98vw 2.56vw 1.7vw;
    vertical-align: top; 
    color:#231815;

    font-size:1.7vw;
    font-weight:600;
    line-height:1.75;
    letter-spacing: 0.08em;
  }
  .l-contact table tr th.-hissu{
    background: url("../images/common/icon-hissu_pc.png") right 2.56vw top 3.24vw no-repeat transparent;
    background-size:5.12vw auto;
  }
  .l-contact table tr td{
    width:auto;
    padding:1.7vw 2.56vw 1.7vw 0;
    vertical-align: top;
    color:#231815;

    font-size:1.7vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:400;
    line-height:1.75;
    letter-spacing: 0.08em;
  }
  .l-contact-table table tr td .error{
    display:block;
    color:#cc0000;

    font-size:1.19vw;
    font-weight:400;
    line-height:1.75;
    letter-spacing: 0.08em;
  }
  .l-contact table tr td input[type="text"],
  .l-contact table tr td input[type="email"],
  .l-contact table tr td textarea{
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;

    padding: 0.85vw 0.85vw;
    border: 1px solid #231815;
    border-radius: 0.42vw;
    outline: none;
    background: none;
    color:#231815;

    font-size:1.53vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:400;
    line-height:1.75;
    letter-spacing: 0.08em;
  }
  .l-contact table tr td textarea{
    width:100%;
  }
  .l-contact table tr td select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;

    position: relative;
    top: 0;

    padding: 0.85vw 2.56vw 0.85vw 0.85vw;
    border: 1px solid #231815;
    border-radius: 0.42vw;
    outline: none;
    background: url("../images/common/icon-select_pc.png") right 0.85vw center no-repeat transparent;
    background-size:1.11vw auto;
    font-family: 'Noto Sans JP', sans-serif;
    color:#231815;

    font-size:1.53vw;
    font-weight:400;
    line-height:1.5;
    letter-spacing: 0.1em;
  }
  .l-contact table tr td select::-ms-expand {
    display: none;
  }
  .sizeS {
    max-width:16.23vw;
    width:100%;
  }
  .sizeM {
    max-width:30.76vw;
    width:100%;
  }
  .sizeL {
    max-width:41.02vw;
    width:100%;
  }
  .sizeLL {
    max-width:51.28vw;
    width:100%;
  }

  .-submit {
    display:block;
    padding-top:4.27vw;
    text-align: center;
  }
  .-submit input[type="submit"],
  .-submit input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;

    display: inline-block;
    text-align: center;
    background: #804b8a;
    color: #FFFFFF;
    padding: 1.28vw 4.27vw 1.28vw 4.27vw;
    font-size: 1.7vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.08em;  
    transition: 0.3s;
  }
  .-submit input[type="submit"]::-webkit-search-decoration,
  .-submit input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  .-submit input[type="submit"]::focus,
  .-submit input[type="button"]::focus {
    outline-offset: -0.17vw;
  }
  .-submit input[type="submit"]:hover,
  .-submit input[type="button"]:hover {
    opacity:0.7;
    cursor: pointer;
  }

  .l-contact-policy{
    border: 1px solid #231815;
    padding: 3.41vw;
    text-align: center;
    margin: 4.27vw 0 0;
    height: 29.05vw;
    overflow-y: auto;
  }
  .l-contact-policy p{
    color:#231815;
    text-align: left;

    font-size: 1.36vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height:1.75;
    padding-bottom: 2.13vw;
  }
  .l-contact-policy .-mainttl{
    text-align: center;

    font-size: 1.53vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height:1.75;
    letter-spacing: 0.08em;
  }
}
@media all and (max-width: 767px) {
  /*ここから*/
  .l-contact{
    padding:26.66vw 0 8vw;
    text-align: center;
  }
  .l-contact h2{
    display: inline-block;
    background-image:
      url(../images/common/icon-border02-01_pc.png),
      url(../images/common/icon-border02-02_pc.png);
    background-repeat:
      no-repeat,
      no-repeat;
    background-position:
      left center,
      right center;
    background-size:
      18.4vw auto,
      18.4vw auto;
    text-align: center;
    padding: 0 18.4vw;
  }
  .l-contact h2 span{
    display: inline-block;
    padding: 0 4vw;
    text-align: center;
    color: #231815;
    font-size: 5.33vw;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.28em;
  }
  .l-contact-inner{
    max-width:100%;
    width:100%;
    margin:0 auto;
    padding:0 0;
  }
  .l-contact-table{
    width: 100%;
    margin: 8vw auto 0;
    padding: 0px 0 0;
    background: #FFFFFF;
  }
  .l-contact table{
    width:100%;
    display:block;
  }
  .l-contact table tbody{
    width:100%;
    display:block;
  }
  .l-contact table tbody tr{
    width:100%;
    display:block;
  }
  .l-contact table tr{
    border-top:1px solid #231815;
  }
  .l-contact table tr:last-of-type{
    border-bottom:1px solid #231815;
  }
  .l-contact table tr th{
    width:100%;
    display:block;
    padding:5.33vw 0 4vw 0;
    vertical-align: top; 
    color:#231815;

    font-size: calc(16px + (28 - 16) / (1000 - 320) * (100vw - 320px) );
    font-weight:600;
    line-height:1.75;
    letter-spacing: 0.08em;
  }
  .l-contact table tr th.-hissu{
    background: url("../images/common/icon-hissu_sp.png") right top 5.33vw no-repeat transparent;
    background-size:16vw auto;
  }
  .l-contact table tr td{
    width:100%;
    display:block;
    padding:0 0 5.33vw 0;
    vertical-align: top;
    color:#231815;

    font-size: calc(16px + (28 - 16) / (1000 - 320) * (100vw - 320px) );
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:400;
    line-height:1.75;
    letter-spacing: 0.08em;
  }
  .l-contact-table table tr td .error{
    display:block;
    color:#cc0000;

    font-size: calc(14px + (24 - 14) / (1000 - 320) * (100vw - 320px) );
    font-weight:400;
    line-height:1.75;
    letter-spacing: 0.08em;
  }
  .l-contact table tr td input[type="text"],
  .l-contact table tr td input[type="email"],
  .l-contact table tr td textarea{
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;

    padding: 2vw 2.66vw;
    border: 1px solid #231815;
    border-radius: 5px;
    outline: none;
    background: none;
    color:#231815;

    font-size: calc(16px + (28 - 16) / (1000 - 320) * (100vw - 320px) );
    font-family: 'Noto Sans JP', sans-serif;
    font-weight:400;
    line-height:1.75;
    letter-spacing: 0.08em;
  }
  .l-contact table tr td textarea{
    width:100%;
    height:26.66vw;
  }
  .l-contact table tr td select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;

    position: relative;
    top: 0;

    padding: 2vw 8vw 2vw 2.66vw;
    border: 1px solid #231815;
    border-radius: 5px;
    outline: none;
    background: url("../images/common/icon-select_sp.png") right 4vw center no-repeat transparent;
    background-size:3.06vw auto;
    font-family: 'Noto Sans JP', sans-serif;
    color:#231815;

    font-size: calc(16px + (28 - 16) / (1000 - 320) * (100vw - 320px) );
    font-weight:400;
    line-height:1.5;
    letter-spacing: 0.1em;
  }
  .l-contact table tr td select::-ms-expand {
    display: none;
  }
  .sizeS {
    max-width:50vw;
    width:100%;
  }
  .sizeM {
    max-width:100%;
    width:100%;
  }
  .sizeL {
    max-width:100%;
    width:100%;
  }
  .sizeLL {
    max-width:100%;
    width:100%;
  }

  .-submit {
    display:block;
    padding-top:6.66vw;
    text-align: center;
  }
  .-submit input[type="submit"],
  .-submit input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;

    display: inline-block;
    text-align: center;
    background: #804b8a;
    color: #FFFFFF;
    padding: 2.66vw 5.33vw 2.66vw 5.33vw;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.08em;  
    transition: 0.3s;
  }
  .-submit input[type="submit"]::-webkit-search-decoration,
  .-submit input[type="button"]::-webkit-search-decoration {
    display: none;
  }
  .-submit input[type="submit"]::focus,
  .-submit input[type="button"]::focus {
    outline-offset: -2px;
  }
  .-submit input[type="submit"]:hover,
  .-submit input[type="button"]:hover {
    opacity:0.7;
    cursor: pointer;
  }

  .l-contact-policy{
    border: 1px solid #231815;
    padding: 5.33vw;
    text-align: center;
    margin: 6.66vw 0 0;
    height: 40vw;
    overflow-y: auto;
  }
  .l-contact-policy p{
    color:#231815;
    text-align: left;

    font-size: 3.46vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height:1.75;
    padding-bottom: 25px;
  }
  .l-contact-policy .-mainttl{
    text-align: center;

    font-size: 4.26vw;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    line-height:1.75;
    letter-spacing: 0.08em;
  }
}

.l-contact02-agree {
  width: 560px;
  text-align: center;
  margin:40px auto 0;
  background: #F4F4F4;
  padding: 25px 10px;
}
.l-contact02-agree > label {
  display: inline-block;
  text-align: center;
  color: #231815;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.08em;
}
.l-contact02-agree label:hover {
  cursor:pointer;
}
.l-contact02-agree > label input {
  color: #231815;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.08em;
  position: relative;
  top: 4px;
}
@media all and (max-width: 1170px) {
  .l-contact02-agree {
    width: 47.86vw;
    text-align: center;
    margin:3.41vw auto 0;
    background: #F4F4F4;
    padding: 2.13vw 0.85vw;
  }
  .l-contact02-agree > label {
    display: inline-block;
    text-align: center;
    color: #231815;
    font-size: 1.36vw;
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
  .l-contact02-agree label:hover {
    cursor:pointer;
  }
  .l-contact02-agree > label input {
    color: #231815;
    margin-right: 0.85vw;
    width: 1.7vw;
    height: 1.7vw;
    font-size: 1.36vw;
    line-height: 1.75;
    letter-spacing: 0.08em;
    position: relative;
    top: 0.34vw;
  }
}
@media all and (max-width: 767px) {
  .l-contact02-agree {
    width: 100%;
    text-align: center;
    margin:6.66vw auto 0;
    background: #F4F4F4;
    padding: 5.33vw 1.33vw;
  }
  .l-contact02-agree > label {
    display: inline-block;
    text-align: center;
    color: #231815;
    font-size: 3.73vw;
    line-height: 1.75;
    letter-spacing: 0.08em;
  }
  .l-contact02-agree label:hover {
    cursor:pointer;
  }
  .l-contact02-agree > label input {
    color: #231815;
    margin-right: 4vw;
    width: 8vw;
    height: 8vw;
    display: inline-block;
    vertical-align: middle;
    font-size: 3.73vw;
    line-height: 1.75;
    letter-spacing: 0.08em;
    position: relative;
    top: 0;
  }  
}

.mw_wp_form .error{
  font-family: 'Noto Sans JP', sans-serif !important;
}
