@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
*************************************************************/
/************************************************************
SMALL screen
*************************************************************/
@media screen and (max-width: 768px) {
  .intro {
    margin-top: 50px;
    text-align: center;
  }
  .intro .intro-inner .intro-txt-01 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
  }
  .intro .intro-inner .intro-txt-02 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }
  .intro .intro-inner .intro-txt-03 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }
}

/************************************************************
LARGE screen
*************************************************************/
@media screen and (min-width: 769px) {
  .intro {
    margin-top: 110px;
    text-align: center;
  }
  .intro .intro-inner .intro-txt-01 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1em;
  }
  .intro .intro-inner .intro-txt-02 {
    margin-top: 20px;
    font-size: 38px;
    font-weight: 700;
  }
  .intro .intro-inner .intro-txt-03 {
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
  }
}

/************************************************************
COMMON screen
*************************************************************/
.story .story-box .story-box-txts .story-box-num::before {
  content: "story";
  font-family: 'Questrial', sans-serif;
}

/************************************************************
SMALL screen
*************************************************************/
@media screen and (max-width: 768px) {
  .story {
    padding-bottom: 116px;
  }
  .story .story-box {
    width: 86vw;
    margin: 70px auto 0;
  }
  .story .story-box.story-box-reverse .story-box-txts .story-box-num-wrapper {
    display: flex;
    justify-content: flex-end;
  }
  .story .story-box .story-box-txts .story-box-num {
    position: relative;
    display: flex;
    align-items: center;
    height: 30px;
  }
  .story .story-box .story-box-txts .story-box-num::before {
    display: block;
    font-size: 14px;
    margin-right: 10px;
    transform: translateY(-5px);
  }
  .story .story-box .story-box-txts .story-box-num::after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: black;
  }
  .story .story-box .story-box-txts .story-box-num .story-box-num-txt-01 {
    font-size: 50px;
  }
  .story .story-box .story-box-txts .story-txt-01 {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
  }
  .story .story-box .story-box-txts .story-txt-02 {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
  }
  .story .story-box .story-box-txts .story-txt-03 {
    margin-top: 30px;
    font-size: 14px;
    line-height: 24px;
  }
  .story .story-box .story-box-pic {
    width: 75.2vw;
    max-width: 400px;
    margin: 30px auto 0;
  }
  .story .story-txts {
    margin-top: 50px;
  }
  .story .story-txts .story-txt-01 {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
  }
  .story .story-txts .story-txt-01 b {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    display: inline-block;
    margin-top: 10px;
  }
}

/************************************************************
LARGE screen
*************************************************************/
@media screen and (min-width: 769px) {
  .story {
    padding-bottom: 150px;
  }
  .story .story-box {
    width: 1000px;
    margin: 70px auto 0;
    display: flex;
    justify-content: space-between;
  }
  .story .story-box.story-box-reverse {
    flex-direction: row-reverse;
  }
  .story .story-box .story-box-txts {
    width: 500px;
    min-width: 500px;
    max-width: 500px;
    padding-top: 50px;
  }
  .story .story-box .story-box-txts .story-box-num {
    position: relative;
    display: flex;
    align-items: center;
    width: 150px;
    height: 40px;
  }
  .story .story-box .story-box-txts .story-box-num::before {
    display: block;
    font-size: 16px;
    margin-right: 15px;
  }
  .story .story-box .story-box-txts .story-box-num::after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: black;
  }
  .story .story-box .story-box-txts .story-box-num .story-box-num-txt-01 {
    font-size: 70px;
  }
  .story .story-box .story-box-txts .story-txt-01 {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
  }
  .story .story-box .story-box-txts .story-txt-02 {
    margin-top: 30px;
    font-size: 30px;
    font-weight: 700;
    line-height: 47px;
    white-space: nowrap;
  }
  .story .story-box .story-box-txts .story-txt-03 {
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .story .story-box .story-box-pic {
    width: 450px;
    min-width: 450px;
    max-width: 450px;
  }
  .story .story-txts {
    margin-top: 40px;
  }
  .story .story-txts .story-txt-01 {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
  }
  .story .story-txts .story-txt-01 b {
    font-size: 28px;
    font-weight: 700;
  }
}

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