.title1 .ao1 {
    color: #68A0B0;
}
.center {
  text-align: center;
}
.justify {
    text-align: justify;
    font-feature-settings: "palt" 1;
}
.kasou .title1 h1.mon,
.title1 h3.mon {
    font-weight: 800;
    font-size: 50px;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}
.kasou .title1 h2.noto,
.title1 h4.noto {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.15em;
    margin-bottom: 0;
    line-height: 1;
    background: none;
    display: inline-block;
    background-image: url(/wp-content/uploads/sites/745/2025/05/back_kasen.png);
    background-repeat: repeat-x;
    background-size: 9px;
    background-position: bottom -3px center;
    padding: 0 3px 5px 5px;
}
.kasou .title1 h2.noto {
    font-size: 24px;
    margin-top: 5px;
}
.title1 h4.noto.linear_g {
    background: linear-gradient(transparent 50%, rgb(247 251 105 / 30%) 40%);
    padding-bottom: 10px;
}
.kasou .title1 h2.noto.border_none,
.title1 h4.noto.border_none {
    background-image: none;
    padding: 0;
}
.title1_sub {
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 15px;
}
.pb_60 {
    padding-bottom: 60px;
}
.mb_70 {
    margin-bottom: 70px !important;
}
.mb_80 {
    margin-bottom: 80px !important;
}
.mb_100 {
    margin-bottom: 100px !important;
}
.mb_120 {
    margin-bottom: 120px !important;
}
.mb_10 {
    margin-bottom: 10px !important;
}
.mb_15 {
    margin-bottom: 15px !important;
}
.mb_35 {
    margin-bottom: 35px !important;
}
.mb_45 {
    margin-bottom: 45px !important;
}
.mb_0 {
    margin-bottom: 0 !important;
}
.bg_fff {
    background-color: #fff;
}
.relative {
    position: relative;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}
a.text-d-none:hover {
    text-decoration: none !important;
}
a:hover .ao1,
a:hover .chairo,
a:hover .ore {
    color: #EBA99B !important;
}
.button_round_ao {
    position: relative;
    top: 0;
    background-color: #68A0B0;
    color: #fff;
    padding: 13px 15px 13px 15px;
    border-radius: 30px;
    box-shadow: 0 5px 0 rgba(160,120,136,.1);
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 16px;
    min-width: 280px;
    display: inline-block;
    line-height: 1.6;
}
.button_round_ao:hover {
    position: relative;
    top: 5px;
    box-shadow: 0 0 0 rgba(160,120,136,.1);
    transition: all .3s;
    text-decoration: none;
    color: #fff;
    background-color: #90C0CD;
}
.button_round_fff {
    position: relative;
    top: 0;
    background-color: #fff;
    color: #68A0B0;
    padding: 13px 15px 13px 15px;
    border-radius: 30px;
    box-shadow: 0 5px 0 rgba(160,120,136,.1);
    font-weight: 500;
    letter-spacing: 0.1em;
    font-size: 16px;
    min-width: 280px;
    display: inline-block;
    line-height: 1.6;
}
.button_round_fff:hover {
    position: relative;
    top: 5px;
    box-shadow: 0 0 0 rgba(160,120,136,.1);
    transition: all .3s;
    text-decoration: none;
    color: #68A0B0;
}
.button_round_fff span.arrow_right,
.button_round_ao span.arrow_right {
    position: absolute;
    right: 20px;
}
.button_round_fff.has_icon span.arrow_right {
    color: #68A0B0 !important;
}
.bg_1 {
    background-image: url(/wp-content/uploads/sites/745/2022/05/back_blue.png);
    background-repeat: repeat;
    background-position: center;
}
.bg_2 {
    background-image: url(/wp-content/uploads/sites/745/2022/05/back_tatesen.png);
    background-repeat: repeat;
    background-position: center;
}
.bg_ao1 {
    background-color: #5da1b5;
}
.bg_ore {
    background-color: #f9ae3b;
}
.bg_gre {
    background-color: #40c196;
}
.bg_pink {
    background-color: #E8A4A1;
}
.contact_wrapper_flex {
    align-items: center;
    justify-content: space-between;
}
.contact_wrapper_flex .title1 {
    width: calc(100% - 280px);
    font-size: 0;
    letter-spacing: 0;
}
.contact_wrapper_flex .title1 h3, .contact_wrapper_flex .title1 h4 {
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px !important;
}
a.has_icon img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: -25px;
    top: -1px;
}
.block_499 {
    display: none;
}

@media (max-width: 1650px) {
  .kasou .title1 h1.mon,
  .title1 h3.mon {
      font-size: 48px;
  }
}

@media (max-width: 499px) {
  .kasou {
      padding-top: 40px !important;
      padding-bottom: 35px !important;
  }
  .kasou .title1 h1.mon,
  .title1 h3.mon {
      font-size: 34px;
  }
  .kasou .title1 h2.noto,
  .title1 h4.noto {
      font-size: 20px;
      background-size: 7px;
  }
  .kasou .title1 h2.noto {
      font-size: 18px;
      margin-top: 3px;
  }
  .pb_60 {
      padding-bottom: 30px;
  }
  .mb_35 {
      margin-bottom: 25px !important;
  }
  .mb_45 {
      margin-bottom: 30px !important;
  }
  .mb_70 {
      margin-bottom: 50px !important;
  }
  .mb_80 {
      margin-bottom: 50px !important;
  }
  .mb_120 {
      margin-bottom: 80px !important;
  }
  .title1_sub {
      letter-spacing: 0.05em;
  }
  .block_499 {
      display: block;
  }
  .none_499 {
      display: none;
  }
  .button_round_ao,
  .button_round_fff {
      padding: 10px;
      font-size: 15px;
      min-width: 250px;
  }
  .title1 h4.noto.linear_g {
      background: linear-gradient(transparent 60%, rgb(247 251 105 / 30%) 40%);
      padding-bottom: 5px;
  }
  .justify_sp {
      text-align: justify;
      font-feature-settings: "palt" 1;
  }
  .center_sp {
      text-align: center;
  }
  .contact_wrapper_flex .title1 {
      width: 100%;
      padding-bottom: 25px;
  }
  .contact_wrapper_flex p.mb_0 {
      width: 100%;
  }
  .contact_wrapper_flex .title1 h3,
  .contact_wrapper_flex .title1 h4 {
      display: block;
      padding-right: 0 !important;
  }
}
@media (max-width: 374px) {
  .kasou .title1 h1.mon,
  .title1 h3.mon {
      font-size: 32px;
      letter-spacing: 0.05em;
  }
  .kasou .title1 h2.noto,
  .title1 h4.noto {
      font-size: 19px;
  }
  .button_round_ao, .button_round_fff {
      min-width: 220px;
  }
  a.has_icon img {
      left: -20px;
      width: 26px;
  }
}
