@charset "UTF-8";
.color-orange {
  color: #ee7602;
}

.color-yellow {
  color: #fcc827;
}

.color-red {
  color: #D83232;
}

.bg-color-orange {
  background-color: #ee7602;
}

.bg-color-yellow {
  background-color: #fcc827;
}

.bg-color-yellow-light {
  background-color: rgba(255, 238, 186, 0.38);
}

.border-color-orange {
  border-color: #ee7602;
}

.border-color-yellow {
  border-color: #fcc827;
}

/*****************************************
fontアイコンをmixinに登録
*****************************************/
/****************************************
角丸ボタン
デフォルトは背景白、
.round-btn-yellowも追加で背景黄色になる
*****************************************/
@media screen and (max-width: 768px) {
  .round-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 225px;
    height: 45px;
    background-color: white;
    border-radius: 23px;
    font-size: 15px;
    font-weight: 500;
  }
  .round-btn.round-btn-yellow {
    background-color: #fcc827;
  }
}

@media screen and (min-width: 769px) {
  .round-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 350px;
    height: 70px;
    background-color: white;
    border-radius: 35px;
    font-size: 18px;
    font-weight: 500;
    transition: background-color .2s;
  }
  .round-btn.round-btn-yellow {
    background-color: #fcc827;
  }
  .round-btn.round-btn-orange {
    background-color: #ee7602;
  }
  .round-btn.round-btn-orange:hover {
    background-color: #fcc827;
  }
  .round-btn:hover {
    background-color: #ee7602;
  }
}

/****************************************
タイトル
*****************************************/
@media screen and (max-width: 768px) {
  .ttl_bgY {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 45px;
    background-color: #fcc827;
    font-size: 15px;
  }
}

@media screen and (min-width: 769px) {
  .ttl_bgY {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 70px;
    background-color: #fcc827;
  }
}

/****************************************
センタリング
*****************************************/
.center {
  text-align: center;
}

input[type="text"],
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  color: black;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/************************************************************
COMMON screen
*************************************************************/
.content {
  width: 1000px;
  margin: 0 auto 120px;
}

@media screen and (max-width: 768px) {
  .content {
    width: 86vw;
    margin: 0 auto 80px;
  }
}

.section_repair {
  margin-top: 70px;
}

@media screen and (max-width: 768px) {
  .section_repair {
    margin-top: 0px;
  }
}

.section_repair .box_repair.repair01 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .section_repair .box_repair.repair01 {
    margin-top: 20px;
  }
}

.section_repair .box_repair.repair01 .txt_l {
  text-align: center;
}

.section_repair .box_repair.repair01 .box {
  margin-top: 60px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .section_repair .box_repair.repair01 .box {
    margin-top: 30px;
  }
}

.section_repair .box_repair.repair01 .box .item {
  position: relative;
  height: 470px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .section_repair .box_repair.repair01 .box .item {
    height: 140vw;
  }
}

.section_repair .box_repair.repair01 .box .item .imgArea {
  width: 600px;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .section_repair .box_repair.repair01 .box .item .imgArea {
    width: 100%;
  }
}

.section_repair .box_repair.repair01 .box .item .imgArea img {
  border-top-left-radius: 20px;
}

.section_repair .box_repair.repair01 .box .item .txtArea {
  width: 530px;
  background-color: #fff;
  border-top-right-radius: 20px;
  position: relative;
  z-index: 1;
  padding: 40px 40px 0;
  top: 50px;
  min-height: 400px;
}

@media screen and (max-width: 768px) {
  .section_repair .box_repair.repair01 .box .item .txtArea {
    width: 90%;
    padding: 6% 6% 0 0;
    min-height: 30vw;
    top: 45vw;
  }
}

.section_repair .box_repair.repair01 .box .item .txtArea h3 {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .section_repair .box_repair.repair01 .box .item .txtArea h3 {
    font-size: 16px;
  }
}

.section_repair .box_repair.repair01 .box .item .txtArea p {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .section_repair .box_repair.repair01 .box .item .txtArea p {
    margin-top: 10px;
  }
}

.section_repair .box_repair.repair01 .box .item:nth-child(2) {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .section_repair .box_repair.repair01 .box .item:nth-child(2) {
    margin-bottom: 0;
  }
}

.section_repair .box_repair.repair01 .box .item:nth-child(2) .imgArea {
  left: 0;
  right: auto;
}

.section_repair .box_repair.repair01 .box .item:nth-child(2) .imgArea img {
  border-top-left-radius: 0px;
  border-top-right-radius: 20px;
}

.section_repair .box_repair.repair01 .box .item:nth-child(2) .txtArea {
  position: absolute;
  right: 0;
  border-top-right-radius: 0px;
  border-top-left-radius: 20px;
}

@media screen and (max-width: 768px) {
  .section_repair .box_repair.repair01 .box .item:nth-child(2) .txtArea {
    padding: 6% 0 0 6%;
  }
}

.section_repair .box_repair.repair02 .lead {
  text-align: center;
  margin: 50px 0;
}

@media screen and (max-width: 768px) {
  .section_repair .box_repair.repair02 .lead {
    margin: 20px 0;
  }
}

.section_repair .box_repair.repair02 .box {
  display: flex;
  justify-content: space-between;
  width: 920px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .section_repair .box_repair.repair02 .box {
    width: 100%;
    display: block;
  }
}

.section_repair .box_repair.repair02 .box .txtArea {
  width: 460px;
}

@media screen and (max-width: 768px) {
  .section_repair .box_repair.repair02 .box .txtArea {
    width: 100%;
  }
}

.section_repair .box_repair.repair02 .box .txtArea ul li {
  width: 460px;
  height: 70px;
  line-height: 70px;
  background: #FFEDB6;
  border-radius: 10px;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .section_repair .box_repair.repair02 .box .txtArea ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
  }
}

.section_repair .box_repair.repair02 .box .txtArea ul li span {
  display: block;
  position: absolute;
  color: #fff;
  bottom: -15px;
  right: 20px;
  font-size: 70px;
  font-family: "Questrial", sans-serif;
}

@media screen and (max-width: 768px) {
  .section_repair .box_repair.repair02 .box .txtArea ul li span {
    font-size: 45px;
    bottom: -12px;
  }
}

.section_repair .box_repair.repair02 .box .imgArea {
  width: 420px;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .section_repair .box_repair.repair02 .box .imgArea {
    width: 80%;
    margin: 20px auto;
  }
}

.section_repair .box_repair.repair02 .box.box02 {
  flex-direction: row-reverse;
}

/************************************************************
SMALL screen
*************************************************************/
/************************************************************
LARGE screen
*************************************************************/
/************************************************************
COMMON screen
*************************************************************/
/************************************************************
SMALL screen
*************************************************************/
/************************************************************
LARGE screen
*************************************************************/
