@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;500;700&display=swap');

/* ----------大枠の設定------------ */
#container {
}


/* -----ボタンの設定----- */

.btn-common{
    border: 1px solid #e79299;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    background: #e79299;
    transition: .4s;
}

.btn-small{
    border-radius: 20px;
    padding: 1%;
    height: 40px;
    font-size: 1vw;
    font-weight: 700;
}

.btn-big{
    border-radius: 40px;
    padding: 20px 15px;
    height: 80px;
    font-size:max(1.4vw,18px) ;
    font-weight: 700;
    letter-spacing: 0.1em;
    transition: .4s;
}

.btn-small:hover ,.btn-big:hover{
    color: #e79299;
    background: #FFF;
    transition: .4s;
}

.icn-line1 {
    width: 10%;
    height: auto;
    margin-right: 0.5vw;
}

.icn-line2 {
    width: 10%;
    height: auto;
    margin-right: 1vw;
}

/* ボタン配置 */
.btn-space1 {
    margin-left: 75%;
    margin-top: 1%;
}

.btn-space2 {
    margin-left: 9%;
    margin-top: 40%;
    width: 36%;
}

.btn-space3 {
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    margin-top: 20px;
}

.btn-space4 {
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

/* ------文字オールスター----- */
/* 見出しの設定 */
.title-set1 {
    font-size: 2.8vw;
    font-weight: 700;
}

.title-set2 {
    font-size: 2.2vw;
    font-weight: 700;
}

.title-set3 {
    font-size: 1.7vw;
    font-weight: 700;
}
/* 文章中の文字の設定 */
.text-set1 {
    font-size: 1.3vw;
    font-weight: 700;
}

.text-set2 {
    font-size: 1.1vw;
    font-weight: 500;
}

.text-set3 {
    font-size: 2.2vw;
    font-weight: 700;
}
.text-set4 {
    font-size: 1.3vw;
    font-weight: 500;
}

.text-set5 {
    font-size: 2.0vw;
    font-weight: 700;
}

.text-set6 {
    font-size: 1.7vw;
    font-weight: 700;
}

.text-set7 {
    font-size: 1.7vw;
    font-weight: 500;
}

.text-setx {
    font-size: 2.2vw;
    font-weight: 700;
}

.text-setx2 {
    font-size: 1.7vw;
    font-weight: 700;
}

.text-setx3 {
    font-size: 1.3vw;
    font-weight: 500;
}

.text-setx4 {
    font-size: 1.3vw;
    font-weight: 700;
}

.text-setx5 {
    font-size: 1.7vw;
    font-weight: 700;
}

.text-setx6 {
    font-size: 1.7vw;
    font-weight: 700;
}

.text-setx7 {
    font-size: 1.3vw;
    font-weight: 700;
}

.text-setx8 {
    font-size: 1.7vw;
    font-weight: 700;
}

.text-setx9 {
    font-size: 1.7vw;
    font-weight: 700;
}

.text-setx10 {
    font-size: 1.7vw;
    font-weight: 700;
}

/* ul設定 */
.ul-setting {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.1vw;
}


/* ------吹き出しさんたち------ */
/* 上 */
.balloon-top1 {
    position: relative;
    display: inline-block;
    padding: 2vw 9vw;
    color: #222;
    font-size: 1.7vw;
    font-weight: 700;
    background: #F2F8F9;
    border-radius: 5px;
    width: 100%;
  }
  
  .balloon-top1:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #F2F8F9;
  }
/* 下 */
.balloon-bottom1 {
    position: relative;
    display: inline-block;
    padding: 1.4vw 1vw;
    border: solid 3px #FFF;
    background: #FFF;
    color: #222;
    font-size: 1.7vw;
    font-weight: 700;
    border-radius: 10px;
    box-sizing: border-box;
  }
  
  .balloon-bottom1:before {
    content: "";
    position: absolute;
    bottom: -1.7vw;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
  }
  
  .balloon-bottom1:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #FFF;
    z-index: 1;
  }


/* 右 */
.balloon-right1 {
    position: relative;
    display: inline-block;
    padding: 1.4vw 0.2vw;
    background: #FFF;
    color: #222;
    font-size: 1.7vw;
    font-weight: 700;
    border: solid 3px #FFF;
    box-sizing: border-box;
    border-radius: 10px;
    width: 36%;
}
  
.balloon-right1:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1.7vw;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
}

.balloon-right1:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 14px solid #FFF;
    z-index: 1;
}


/* 左 */
.balloon-left1 {
    position: relative;
    display: inline-block;
    padding: 1.4vw 0.2vw;
    color: #222;
    font-size: 1.7vw;
    font-weight: 700;
    background: #FFF;
    text-align: left;
    border-radius: 10px;
    width: 36%;
}
  
.balloon-left1:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #FFF;
}

.balloon-left2 {
    position: relative;
    display: inline-block;
    padding: 1vw 2vw;
    color: #FFF;
    font-size: 1.1vw;
    font-weight: 700;
    background: #e79299;
    text-align: left;
    border-radius: 10px;
}
  
.balloon-left2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #e79299;
}

.balloon-left2-setting {
    margin-left: 10%;
}

/* -----枠線------ */
.border1 {
    background-color: #53B4CA;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.border1-setting {
    margin-top: 100px;
}

.border2 {
    border: 1px dashed #222;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    height: 9vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}


/* テキストボックス */
.text-box-common {
    letter-spacing:  10%;
}

.text-box-common-setting {
    padding-top: 120px;
}

.text-box-common-setting2 {
    padding-top: 120px;
    padding-bottom: 30px;
}

.text-box-common-setting3 {
    padding-top: 120px;
    padding-bottom: 67px;
}