/* ***********************************************************
*   調整
* *********************************************************** */

body {
  letter-spacing: 0;
  line-height: 1.8;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
  transition: .3s;
}

/*
a:hover{
  opacity: .8;
}
*/

img{
  vertical-align: top;
}

input, select, textarea{
  -webkit-appearance: none!important;
}

textarea{
  resize: none;
}

.slick-slide:focus {
  outline: none;
}

.slick-slide a:focus {
  outline: none;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media all and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.nb500 {
  display: block!important;
}
.b500 {
  display: none!important;
}
@media all and (max-width: 500px) {
  .nb500 {
    display: none!important;
  }
  .b500 {
    display: block!important;
  }
}

.nb768 {
  display: block!important;
}
.b768 {
  display: none!important;
}
@media all and (max-width: 1023px) {
  .nb768 {
    display: none!important;
  }
  .b768 {
    display: block!important;
  }
}

.nb1024 {
  display: block!important;
}
.b1024 {
  display: none!important;
}
@media all and (max-width: 1024px) {
  .nb1024 {
    display: none!important;
  }
  .b1024 {
    display: block!important;
  }
}


figure{
  margin: 0;
}

.anckor{
  margin-top: 0;
  padding-top: 0;
}


@media all and (max-width: 768px) {
  .anckor{
    margin-top: 0;
    padding-top: 0;
  }
}
/* ***********************************************************
*   共通
* *********************************************************** */

.main_contents{
  padding-right: 26%;
}

.fix_form{
  position: fixed;
  top: 0;
  right: 0;
  width: 26%;
  height: 100vh;
  background-color: #F4F4F4;
  padding: 0 1.042vw;
}

.fix_form_area h2{
  color: #001E81;
  font-size: 1.042vw;
  font-weight: 900;
  margin: 2.604vw auto 1.563vw;
  text-align: center;
  line-height: 1em;
}

.fix_form_area ul{
  margin-top: 15px;
}

.fix_form_area li{
  display: flex;
  flex-direction: column;
  border: none!important;
  margin-bottom: 1.042vw;
}

.fix_form_area li:last-of-type{
  margin-bottom: 0;
}

.fix_form_l p{
  font-size: 0.729vw;
  font-weight: bold;
  padding-bottom: 0.521vw;
  line-height: 1em;
}

.fix_form_r{
  width: 100%;
}

.fix_form_r input,
.fix_form_r textarea{
  width: 100%;
  padding: 8px 15px;
  background: #fff;
  border: none!important;
  font-size: 0.833vw!important;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0.677vw 1.042vw;
  width: 100%;
  line-height: 1.5em;
}

.fix_form_r input::placeholder,
.fix_form_r textarea::placeholder{
  color: rgb(117, 117, 117);
}

.btn{
  cursor: pointer;
  color: #fff;
  background-color: #FF5F5F;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
  border: none!important;
  border-bottom: 3px solid #FF4545!important;
  transform: translate(0,-3px);
  transition: .3s;
  position: relative;
}

.submit_btn{
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  margin-top: 10px;
}

.btn:after{
  content: "";
  width: 14px;
  height: 16px;
  background-image: url(../img/btn_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  transform: translate(0,-50%);
  top: 50%;
  right: 25px;
}

.fix_form .submit_btn{
  font-size: 0.938vw;
  margin: 1.563vw auto 1.042vw;
  height: 3.125vw;
  line-height: 3vw;
  width: 100%;
  transform: inherit!important;
}

.fix_form .btn:after{
  width: 10px;
  height: 12px;
}

.btn:hover{
  border-bottom: none!important;
  transform: translate(0,0);
}

.fix_form .submit_btn:hover{
  opacity: .7!important;
  border-bottom: 3px solid #BA0000!important;
}

.fix_contact_btn{
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 15px 10px;
  background-color: #001E81;
}

.fix_contact_btn .cta_btn{
  margin-top: 0!important;
}

@media all and (min-width: 501px) {
  .fix_contact_btn{
    display: none!important;
  }
}

.fix_contact_btn a{
  width: 100%;
}

@media all and (max-width: 1280px) {
  .main_contents{
    padding-right: 0;
  }
  .fix_form{
    display: none;
  }  
}

.comp_w {
  max-width: 1200px;
  margin: 0 auto;
  min-height: 450px;
  padding-left: 40px;
  padding-right: 40px;
}

.txt08 {
  margin-top: 50px;
  font-size: 20px;
  line-height: 1.8;
}

@media (max-width: 520px){
  .comp_w {
    padding-left: 15px;
    padding-right: 15px;
  }
  .txt08{
    font-size: 18px;
  }
}