html body {
    color: #333;
}
.title1,.title2 {
    margin-bottom: 35px;
}
.title1 h2 {
    font-weight: 900;
    position: relative;
    margin-bottom: 0;
    display: inline-block;
    font-size: 27px;
    letter-spacing: 0.1em;
}
.title1 h2::after {
    content: none;
}
.title1 h2 img {
    position: absolute;
    top: -12px;
    left: -50px;
}
h2.ao {
    color: #005889;
}
.title2 h2.justify {
    text-align: justify;
    font-weight: 900;
    font-size: 54px;
    position: relative;
    margin-bottom: 0;
    display: inline-block;
    margin-right: 20px;
}
.title2 h2.justify::after {
    content: none;
}
.title2 h2, .title2 h3 {
    display: inline-block;
    vertical-align: middle;
}
.title1 h3, .title2 h3 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.15em;
    line-height: 1.4;
    margin-bottom: 0;
}
.title1 h3.ao, .title2 h3.ao {
    color: #22BEEF;
}
.flex_title {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /* flex-wrap: wrap; */
}
.flex_title p {
    /* width: 80%; */
    margin-bottom: 0;
    margin-top: 5px;
    padding-left: 50px;
    letter-spacing: 0.2em;
}
.flex_title a.btn01 {
    margin-top: 10px;
    margin-left: 10%;
}
.flex_title .title1 {
    /* width: 20%; */
    white-space: nowrap;
}
a.btn2:hover {
    background-color: #22BEEF;
    color: #fff;
}
.transform_none:hover, .transform_none:hover img {
    text-decoration: none;
    transform: none !important;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
p.gry {
    font-size: 14px;
    color: #666666;
    line-height: 2;
    margin-bottom: 30px;
    font-weight: 500;
}
.center {
    text-align: center;
}
.justify {
    text-align: justify;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
}
.font1 {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2.2;
    font-weight: 500;
}
.font2 {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 2;
    font-weight: 500;
}
.btn01 a, a.btn01,
.umekomi a.wp-block-button__link {
    color: #fff !important;
    background: #22BEEF !important;
    border: 1px solid #22BEEF;
    position: relative;
    border-radius: 0 !important;
    transition: .3s;
    line-height: 1.4 !important;
    padding: 15px 30px;
    min-width: 240px;
    font-size: 15px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    letter-spacing: 0.15em !important;
    text-align: center;
    top: 0;
    /* box-shadow: none !important; */
    box-shadow: 0px 0px 20px #2b4a5527 !important;
}
.btn01 a:hover, a.btn01:hover,
.umekomi a.wp-block-button__link:hover {
    background-color: #fff !important;
    border: 1px solid #22BEEF;
    transform: none !important;
    color: #22BEEF !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

/* .btn01 a:after, a.btn01:after {
    content: "\03e";
    position: absolute;
    right: 15px;
    top: 16px;
    color: #fff;
    transition: .3s;
    font-size: 14px;
} */
/* .btn01 a:hover::after, a.btn01:hover::after {
    right: 12px;
    color: #22BEEF !important;
} */
a.btn2 {
    border: 1px solid #22BEEF;
    line-height: 1.4;
    padding: 13px 13px 15px;
    font-size: 15px;
    font-weight: 600;
    color: #22BEEF;
    text-align: center;
}
.ao {
  color: #22BEEF;
}
.block_480 {
    display: none;
}
a.btn_banner {
    display: block;
    position: relative;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
a.btn_banner img {
    width: 100%;
}
a.btn_banner .text {
    padding: 15px 5px 20px;
}
a.btn_banner p.font1 {
    margin-bottom: 0;
    color: #222;
}
a.btn_banner p.ao {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
    position: relative;
    line-height: 1.4;
}
a.btn_banner p.ao span.btn_banner_icon {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    margin-left: 10px;
    position: absolute;
    top: 5px;
}
a img.def {
    display: block;
}
a img.on {
    display: none;
}
a img.def, a img.on {
    margin: 0 auto;
}
a:hover img.def {
    display: none;
}
a:hover img.on {
    display: block;
}
.overflow_v .uagb-column__wrap {
    overflow: visible;
}
.kasou_header p {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4;
}
.kasou_header p:first-child {
    margin-right: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}
.sns__wrapper {
    justify-content: space-between;
    align-items: center;
}
.sns__wrapper .sns_item {
    width: calc(100% / 3 - 1px);
    padding: 10px 30px;
}
.sns__wrapper .sns_item:not(:last-child) {
    border-right: 1px solid #c7c7c7;
}
.sns__wrapper .sns_item a {
    position: relative;
    padding-left: 60px;
    width: 70%;
    display: block;
    margin: 0 auto;
}
.sns__wrapper .sns_item.instagram a {
    color: #d5005f;
}
.sns__wrapper .sns_item.youtube a {
    color: #ed2f25;
}
.sns__wrapper .sns_item.line a {
    color: #02b902;
}
.sns__wrapper .sns_item a img {
    position: absolute;
    top: 6px;
    left: 10px;
}
.sns__wrapper .sns_item.youtube a img {
    left: 0;
}
.sns__wrapper .sns_item a p {
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.5;
}
.sns__wrapper .sns_item a p span {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #2c2c38;
}
.sns__wrapper .sns_item a:hover {
    opacity: .8;
}
a.text_d_none:hover {
    text-decoration: none;
}
a.text_d_none:hover img {
    transform: none;
}
.banner_wrapper figure {
    margin-bottom: 0;
}
.bg_gry_right:before {
    content: "";
    width: calc(100% - 120px);
    height: 100%;
    display: block;
    background: #f4f4f5;
    position: absolute;
    top: 0;
    right: 0;
}
.space01 {
    height: 120px;
}
.banner_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.banner_01 a {
    width: calc(100% / 2 - 20px);
    background: #fff;
    padding: 20px;
    position: relative;
    letter-spacing: 0;
    font-size: 0;
}
.banner_01 a .bannertext, .banner_01 a img,
.banner_02 a .bannertext, .banner_02 a img {
    display: inline-block;
    vertical-align: middle;
}
.banner_01 a img,
.banner_02 a img {
    width: 200px;
}
.banner_01 a .bannertext {
    width: calc(100% - 200px);
    font-weight: 600;
    padding-left: 30px;
}
.banner_01 a .bannertext>span,
.banner_02 a .bannertext>span {
    font-size: 14px;
    display: block;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 5px;
}
.banner_01 a .bannertext p,
.banner_02 a .bannertext p {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1.4;
    letter-spacing: 0.2em;
}
.banner_01 a .bannertext p {
    color: #2c2c38;
}
.banner_02 a .bannertext p,
.banner_02 a .bannertext span,
.banner_02 a::after {
    color: #fff;
}
a.arrow_right:after {
    content: "\03e";
    position: absolute;
    right: 30px;
    top: calc(50% - 26px);
    transition: .3s;
    font-size: 26px;
    transition: all .3s;
}
.banner_01 a:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1;
    opacity: 0;
    transition: all .3s;
}
.banner_01 a:hover:before {
    opacity: .3;
}
a.arrow_right:hover:after {
    right: 25px;
}
a.ao.arrow_right:hover:after {
    color: #22BEEF;
}
a.arrow_right.arrow_down:after {
    transform: rotate(90deg);
}
a.arrow_right.arrow_down:hover:after {
    right: 30px;
    top: calc(50% - 21px);
}
.banner_02 a {
    width: calc(100% / 2 - 20px);
    padding: 0;
    position: relative;
    letter-spacing: 0;
    font-size: 0;
}
.banner_02 a .bannertext {
    width: calc(100% - 200px);
    font-weight: 600;
    padding: 10px 30px;
}
.banner_02 a .bannertext p, .banner_02 a .bannertext span:not(.w100) {
    display: inline-block;
    vertical-align: bottom;
}
.banner_02 a .bannertext span:not(.w100) {
    margin-left: 20px;
}
.banner_02 a .bannertext span.w100 {
    margin-bottom: 0;
    margin-top: 5px;
    letter-spacing: 0.2em;
}
.banner_02 a:hover {
    opacity: .8;
}

.bg_ao {
    background-color: #22BEEF;
}
.bg_green {
    background-color: #42b5ac;
}


@media (max-width: 480px){
  .block_480 {
      display: block;
  }
  .title1, .title2 {
      margin-bottom: 25px;
  }
  .title1 h2 {
      font-size: 22px;
      letter-spacing: 0.05em;
  }
  .title1 h2 img {
      top: -5px;
      left: -36px;
      width: 42px;
  }
  .btn01 a, a.btn01, .umekomi a.wp-block-button__link {
      padding: 12px 20px;
      min-width: 200px;
      font-size: 14px !important;
      font-weight: 500 !important;
      letter-spacing: 0.1em !important;
  }

}
