@charset "UTF-8";
/*
 include
*/
#return_top a {
  background-color: #2E85C8 !important;
}

#return_top a::before {
  display: none;
}

#return_top a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 29px;
  height: 35px;
  margin: auto;
  background: url("//wonder-group.jp/wp-content/uploads/2020/06/top_btn.png") no-repeat center;
  background-size: 100% auto;
}

#header_social_link li {
  margin-left: 1em;
}

#header_social_link .twitter a {
  width: 30px;
}

#header_social_link .twitter a::before {
  display: none;
}

#header_social_link .twitter a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  background: url("//wonder-group.jp/wp-content/uploads/2020/06/twitter_icon_circle.png") no-repeat center;
  background-size: 100% auto;
}

#header_social_link .facebook a {
  width: 30px;
}

#header_social_link .facebook a::before {
  display: none;
}

#header_social_link .facebook a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  background: url("//wonder-group.jp/wp-content/uploads/2020/06/fb_icon_circle.png") no-repeat center;
  background-size: 100% auto;
}

#header_social_link .insta a {
  width: 30px;
}

#header_social_link .insta a::before {
  display: none;
}

#header_social_link .insta a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  background: url("//wonder-group.jp/wp-content/uploads/2020/06/insta_icon_circle-1.png") no-repeat center;
  background-size: 100% auto;
}

#header_social_link .pint a {
  width: 30px;
}

#header_social_link .pint a::before {
  display: none;
}

#header_social_link .pint a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  background: url("//wonder-group.jp/wp-content/uploads/2020/06/line_icon_circle-1.png") no-repeat center;
  background-size: 100% auto;
}

#header_social_link .mail {
  margin-left: 1.5em;
}

#header_social_link .mail a {
  width: 39px;
}

#header_social_link .mail a::before {
  display: none;
}

#header_social_link .mail a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 39px;
  height: 28px;
  margin: auto;
  background: url("//wonder-group.jp/wp-content/uploads/2020/06/mail_icon.png") no-repeat center;
  background-size: 100% auto;
}

#logo_image img.mobile_logo_image {
  width: 140px;
  height: auto;
}

#footer_info .logo_osaka_things {
  width: 246px;
}

#footer_info .logo_osaka_things img {
  width: 100%;
}

#footer_info .logo_osaka_things a {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

#footer_info .logo_osaka_things a:hover {
  opacity: 0.6;
}

#custom_top .sp {
  display: none;
}

#custom_top img {
  max-width: 100%;
  height: auto;
}

#custom_top .cont_wrap {
  width: 95%;
  max-width: 1150px;
  margin: 0 auto;
}

#custom_top .font_serif {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
}

#custom_top .font_yugo {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

#custom_top .font_asap {
  font-family: 'Asap', sans-serif;
}

#custom_top .sect_title {
  font-weight: bold;
  color: #2e85c8;
  text-align: center;
}

#custom_top .sect_title .en {
  display: block;
  font-size: 46px;
  letter-spacing: 0.08em;
  line-height: 1.45652;
}

#custom_top .sect_title .ja {
  display: block;
  font-size: 18px;
  letter-spacing: 0.2em;
}

#custom_top .cmn_btn a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 22px 38px 22px 10px;
  border: 1px solid #2E85C8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.08em;
  color: #2E85C8;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, color 500ms ease;
}

#custom_top .cmn_btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 38px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #2E85C8;
  border-right: 1px solid #2E85C8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
}

#custom_top .cmn_btn a:hover {
  color: #fff;
  background-color: #2E85C8;
}

#custom_top .cmn_btn a:hover::after {
  border-color: #fff;
}

#custom_top .cmn_btn.is_inversion a {
  color: #fff;
  background-color: #2E85C8;
}

#custom_top .cmn_btn.is_inversion a::after {
  border-color: #fff;
}

#custom_top .cmn_btn.is_inversion a:hover {
  color: #2E85C8;
  background-color: #fff;
}

#custom_top .cmn_btn.is_inversion a:hover::after {
  border-color: #2E85C8;
}

#custom_top .disable a {
  pointer-events: none;
}

#custom_top .mv {
  position: relative;
  padding-top: calc((600 - 38) / 1200 * 100%);
  background: url("//wonder-group.jp/wp-content/uploads/2020/06/mv_bg.jpg") no-repeat top center;
  background-size: 100% auto;
}

#custom_top .mv h1 {
  position: absolute;
  top: calc(132 / 600 * 100%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 882px;
}

#custom_top .sect_intro {
  padding: 80px 0 70px;
  border-bottom: 1px solid #707070;
  text-align: center;
}

#custom_top .sect_intro .intro_lead {
  margin-bottom: 30px;
}

#custom_top .sect_intro .intro_lead img {
  max-width: 692px;
}

#custom_top .sect_intro .wonder_group_logo {
  margin-bottom: 79px;
}

#custom_top .sect_intro .wonder_group_logo img {
  max-width: 223px;
}

#custom_top .sect_intro .wonder_logos img {
  display: inline-block;
  margin: 10px calc(48px / 2);
  vertical-align: middle;
}

#custom_top .sect_intro .wonder_logos .sp {
  display: none;
}

#custom_top .sect_about {
  padding: 84px 0 120px;
}

#custom_top .sect_about h2 {
  margin-bottom: 52px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
}

#custom_top .sect_about .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#custom_top .sect_about .figure_box {
  width: calc(659 / 1150 * 100%);
}

#custom_top .sect_about .text_box {
  width: calc(460 / 1150 * 100%);
}

#custom_top .sect_about .text_box p {
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.875;
  color: #505050;
  font-size: 16px;
}

#custom_top .sect_about .text_box .cmn_btn {
  max-width: 263px;
  margin-top: 28px;
}

#custom_top .sect_group {
  padding: 120px 0 80px;
}

#custom_top .sect_group .row_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#custom_top .sect_group .row_wrap + .row_wrap {
  margin-top: 81px;
}

#custom_top .sect_group .row_wrap:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#custom_top .sect_group .row_wrap:nth-child(odd) .text_box {
  margin-left: 0;
  margin-right: -39.13043%;
}

#custom_top .sect_group .row_wrap .img_box {
  width: calc(799 / 1150 * 100%);
}

#custom_top .sect_group .row_wrap .text_box {
  position: relative;
  width: calc(575 / 1150 * 100%);
  margin-top: 32px;
  margin-left: -39.13043%;
  padding: 40px;
  background-color: rgba(244, 244, 244, 0.9);
  -webkit-box-shadow: 0px 3px 5px rgba(96, 96, 96, 0.5);
          box-shadow: 0px 3px 5px rgba(96, 96, 96, 0.5);
  color: #333333;
}

#custom_top .sect_group .row_wrap .detail_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
}

#custom_top .sect_group .row_wrap .detail_head .group_logo {
  width: calc(185 / 496 * 100%);
  text-align: right;
}

#custom_top .sect_group .row_wrap .detail_head h3 {
  width: calc(311 / 496 * 100%);
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

#custom_top .sect_group .row_wrap p {
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

#custom_top .sect_news {
  padding: 80px 0;
  background-color: #F4F4F4;
}

#custom_top .sect_news .news_list {
  width: 90%;
  max-width: 810px;
  margin: 0 auto;
  padding: 40px 0;
}

#custom_top .sect_news .news_list li {
  padding: 15px 0;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.57143;
}

#custom_top .sect_news .news_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

#custom_top .sect_news .news_list li a:hover {
  color: #505050;
  opacity: 0.5;
}

#custom_top .sect_news .news_list li .article_date {
  width: calc(120 / 810 * 100%);
  font-weight: bold;
  color: #2e85c8;
}

#custom_top .sect_news .news_list li .article_title {
  width: calc(690 / 810 * 100%);
  font-weight: 500;
  color: #505050;
}

#custom_top .sect_news .cmn_btn {
  max-width: 263px;
  margin: 0 auto;
}

#custom_top .sect_service {
  padding: 80px 0;
}

#custom_top .sect_service .service_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  align-items: stretch;

}

#custom_top .sect_service .service_list li {
  width: calc(283 / 1150 * 100%);
  background: #2e85c8;
  -webkit-box-shadow: 0px 3px 3px rgba(96, 96, 96, 0.8);
          box-shadow: 0px 3px 3px rgba(96, 96, 96, 0.8);
  margin: 20px 4px 0 0;
}

#custom_top .sect_service .service_list li:last-child {
  margin-right: 0;
}

#custom_top .sect_service .service_list a {
  display: block;
  color: #fff;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

#custom_top .sect_service .service_list a:hover {
  color: #fff;
  opacity: 0.6;
}

#custom_top .sect_service .service_list img {
  width: 100%;
}

#custom_top .sect_service .service_list .detail_text {
  padding: 6px 14px 11px;
}

#custom_top .sect_service .service_list .service_title {
  position: relative;
  margin-bottom: 10px;
  padding-right: 20px;
  border-bottom: 1px solid #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
}

#custom_top .sect_service .service_list .service_title::after {
  content: '';
  position: absolute;
  top: 3px;
  right: 0;
  width: 11px;
  height: 15px;
  background: url("//wonder-group.jp/wp-content/uploads/2020/06/icon_arrow.png") no-repeat center;
  background-size: 100% auto;
}

#custom_top .sect_service .service_list .service_cap {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.42857;
}

#custom_top .sect_other {
  padding: 160px 0 140px;
  background: url("//wonder-group.jp/wp-content/uploads/2020/06/other_bg-1.jpg") no-repeat center;
  background-size: cover;
}

#custom_top .sect_other .cont_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#custom_top .sect_other .sect_title {
  margin-bottom: 31px;
  color: #fff;
}

#custom_top .sect_other .font_yugo {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.71429;
  color: #fff;
}

#custom_top .sect_other .cmn_btn {
  max-width: 263px;
}

#custom_top .sect_other .cmn_btn a {
  border-color: #fff;
  color: #fff;
}

#custom_top .sect_other .cmn_btn a::after {
  border-color: #fff;
}

#custom_top .sect_other .cmn_btn a:hover {
  color: #2E85C8;
  background-color: #fff;
}

#custom_top .sect_other .cmn_btn a:hover::after {
  border-color: #2E85C8;
}

#custom_top .sect_other .cont_video {
  margin-bottom: 103px;
  padding-bottom: 92px;
  border-bottom: 1px solid #fff;
}

#custom_top .sect_other .cont_video .box_text {
  width: 50%;
}

#custom_top .sect_other .cont_video .box_gallery {
  width: 47%;
  margin: 0 auto;
}

#custom_top .sect_other .cont_video .sect_title {
  text-align: left;
}

#custom_top .sect_other .cont_video .font_yugo {
  padding-right: calc(148 / 575 * 100%);
}

#custom_top .sect_other .cont_video .cmn_btn {
  margin: 94px 0 0 calc(150 / 575 * 100%);
}

#custom_top .sect_other .frame_wrap {
  position: relative;
  /*width: calc(533 / 575 * 100%);*/
  padding-top: 62.28893%;
}

#custom_top .sect_other .frame_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#custom_top .sect_other .cont_photo {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#custom_top .sect_other .cont_photo .box_text {
  width: calc(520 / 1150 * 100%);
}

#custom_top .sect_other .cont_photo .box_gallery {
  width: calc(630 / 1150 * 100%);
}

#custom_top .sect_other .cont_photo .sect_title {
  padding-left: calc(85 / 575 * 100%);
  text-align: left;
}

#custom_top .sect_other .cont_photo .font_yugo {
  padding-left: calc(85 / 575 * 100%);
}

#custom_top .sect_other .cont_photo .cmn_btn {
  margin: 80px 0 0 auto;
}

#custom_top .sect_other .photo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#custom_top .sect_other .photo_wrap img {
  display: block;
  width: calc(150 / 630 * 100%);
  margin-bottom: 16px;
}

#custom_top .download_area a {
  display: block;
  width: 69.56522%;
  max-width: 800px;
  margin: 80px auto;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
  font-size: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

#custom_top .download_area a:hover {
  opacity: 0.6;
}

#custom_top .sect_recruit .sect_title {
  margin-bottom: 32px;
}

#custom_top .sect_recruit img {
  width: 100%;
}

#custom_top .sect_recruit .cmn_btn {
  max-width: 263px;
  margin: 40px auto 80px;
}

#custom_top .ir_area {
  padding: 120px 0;
  text-align: center;
  color: #2E85C8;
  background: url("//wonder-group.jp/wp-content/uploads/2020/06/ir_bg.jpg") no-repeat center;
  background-size: cover;
}

#custom_top .ir_area h3 {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, serif;
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.4em;
  line-height: 1.7381;
}

#custom_top .ir_area p {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.14em;
}

#custom_top .ir_area .cmn_btn {
  margin: 50px auto 0;
  max-width: 263px;
}

#custom_top .ir_area .cmn_btn a {
  background-color: #fff;
}

#custom_top .ir_area .cmn_btn a:hover {
  color: #fff;
  background-color: #2E85C8;
}

#custom_top .supporter_area {
  padding: 80px 0;
  background: url("//wonder-group.jp/wp-content/uploads/2020/06/supporter_bg.jpg") no-repeat top center;
  background-size: cover;
}

#custom_top .supporter_area h3 {
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.2em;
  color: #2e85c8;
}

#custom_top .supporter_area .supporter_head {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E0E0E0;
  font-family: 'Asap', sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #2e85c8;
}

#custom_top .supporter_area .supporter_thumb a {
  display: block;
  font-size: 0;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

#custom_top .supporter_area .supporter_thumb a:hover {
  opacity: 0.5;
}

#custom_top .supporter_area .top_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 14px;
}

#custom_top .supporter_area .top_row .item {
  width: calc(210 / 1150 * 100%);
  margin-right: calc(30 / 1150 * 100%);
}

#custom_top .supporter_area .bottom_row .supporter_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#custom_top .supporter_area .bottom_row .supporter_thumb a {
  width: calc(175 / 1150 * 100%);
  margin-right: calc(19 / 1150 * 100%);
}

#custom_top .supporter_area .bottom_row .supporter_thumb a:nth-child(6n) {
  margin-right: 0;
}

#custom_top .supporter_area .bottom_row .supporter_thumb a:nth-child(n + 7) {
  margin-top: calc(19 / 1150 * 100%);
}

@media screen and (max-width: 1280px) {
  #return_top a::after {
    width: 23px;
    height: 29px;
  }
}

@media screen and (max-width: 1020px) {
  #custom_top .cmn_btn a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 22px 38px 22px 10px;
    border: 1px solid #2E85C8;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.08em;
    color: #2E85C8;
    background-color: transparent;
    -webkit-transition: background-color 500ms ease, color 500ms ease;
    transition: background-color 500ms ease, color 500ms ease;
  }
  #custom_top .cmn_btn a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 38px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #2E85C8;
    border-right: 1px solid #2E85C8;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transition: border-color 500ms ease;
    transition: border-color 500ms ease;
  }
  #custom_top .cmn_btn a:hover {
    color: #fff;
    background-color: #2E85C8;
  }
  #custom_top .cmn_btn a:hover::after {
    border-color: #fff;
  }
  #custom_top .cmn_btn.is_inversion a {
    color: #fff;
    background-color: #2E85C8;
  }
  #custom_top .cmn_btn.is_inversion a::after {
    border-color: #fff;
  }
  #custom_top .cmn_btn.is_inversion a:hover {
    color: #2E85C8;
    background-color: #fff;
  }
  #custom_top .cmn_btn.is_inversion a:hover::after {
    border-color: #2E85C8;
  }
  #custom_top .mv h1 {
    padding: 0 20px;
  }
  #custom_top .sect_intro .intro_lead img {
    max-width: 67%;
  }
  #custom_top .sect_group .row_wrap:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #custom_top .sect_group .row_wrap:nth-child(odd) .text_box {
    margin-right: 0;
  }
  #custom_top .sect_group .row_wrap .img_box {
    width: 100%;
    text-align: center;
  }
  #custom_top .sect_group .row_wrap .text_box {
    width: 100%;
    margin: 0;
    background-color: #f4f4f4;
  }
  #custom_top .sect_service .service_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #custom_top .sect_service .service_list li {
    width: calc(320 / 1020 * 100%);
    margin: 20px calc(8 / 1020 * 100%) 0;
  }
}

@media screen and (max-width: 768px) {
  #custom_top .sect_about {
    padding: 84px 0 0;
  }
  #custom_top .sect_about .box_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #custom_top .sect_about .figure_box {
    width: calc(659 / 768 * 100%);
  }
  #custom_top .sect_about .text_box {
    width: calc(740 / 768 * 100%);
    margin-top: 30px;
  }
  #custom_top .sect_about .text_box .cmn_btn {
    margin: 28px auto 0;
  }
  #custom_top .sect_service .service_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #custom_top .sect_service .service_list li {
    width: calc(320 / 768 * 100%);
    margin: 20px calc(8 / 768 * 100%) 0;
  }
}

@media screen and (max-width: 640px) {
  #footer_info .logo_osaka_things {
    width: 87.85714%;
    margin: 0 auto;
  }
  #custom_top .pc {
    display: none;
  }
  #custom_top .sp {
    display: block;
  }
  #custom_top .cont_wrap {
    width: 87.5%;
    max-width: 87.5%;
  }
  #custom_top .sect_title .en {
    font-size: 23px;
  }
  #custom_top .sect_title .ja {
    font-size: 10px;
  }
  #custom_top .cmn_btn a {
    padding: 15px 16px 15px 10px;
    font-size: 12px;
  }
  #custom_top .cmn_btn a::after {
    right: 11px;
    width: 7.5px;
    height: 7.5px;
  }
  #custom_top .mv {
    padding-top: calc(800 / 640 * 100%);
    background-image: url("//wonder-group.jp/wp-content/uploads/2020/06/mv_bg_sp.jpg");
  }
  #custom_top .mv h1 {
    top: calc(125 / 800 * 100%);
    max-width: 80.625%;
  }
  #custom_top .sect_intro {
    padding: 30px 0;
  }
  #custom_top .sect_intro .intro_lead {
    margin-bottom: 11.5px;
  }
  #custom_top .sect_intro .intro_lead img {
    width: 93.57143%;
    max-width: 93.57143%;
  }
  #custom_top .sect_intro .wonder_group_logo {
    margin-bottom: 35px;
  }
  #custom_top .sect_intro .wonder_group_logo img {
    width: 30.71429%;
    max-width: 30.71429%;
  }
  #custom_top .sect_intro .wonder_logos {
    margin: 0 -12px;
  }
  #custom_top .sect_intro .wonder_logos img {
    margin: 5px calc(14px / 2);
  }
  #custom_top .sect_intro .wonder_logos .sp {
    display: inline-block;
  }
  #custom_top .sect_intro .wonder_logos .pc {
    display: none;
  }
  #custom_top .sect_about {
    padding: 31.5px 0 50px;
  }
  #custom_top .sect_about h2 {
    margin-bottom: 26px;
    font-size: 18px;
  }
  #custom_top .sect_about .figure_box {
    width: 100%;
  }
  #custom_top .sect_about .text_box {
    width: 100%;
  }
  #custom_top .sect_about .text_box p {
    font-size: 14px;
  }
  #custom_top .sect_about .text_box .cmn_btn {
    width: 46.96429%;
    max-width: 46.96429%;
    margin-top: 20px;
  }
  #custom_top .sect_group {
    padding: 0 0 30px;
  }
  #custom_top .sect_group .row_wrap {
    position: relative;
  }
  #custom_top .sect_group .row_wrap + .row_wrap {
    margin-top: 40px;
  }
  #custom_top .sect_group .row_wrap:nth-child(odd) .text_box {
    margin-left: 0;
  }
  #custom_top .sect_group .row_wrap .img_box {
    width: 100%;
    font-size: 0;
    -webkit-box-shadow: 0px 3px 5px rgba(96, 96, 96, 0.5);
            box-shadow: 0px 3px 5px rgba(96, 96, 96, 0.5);
  }
  #custom_top .sect_group .row_wrap .text_box {
    position: static;
    width: 100%;
    padding: 18px 10px 15px;
  }
  #custom_top .sect_group .row_wrap .detail_head {
    margin-bottom: 16px;
  }
  #custom_top .sect_group .row_wrap .detail_head .group_logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    text-align: left;
    background: #F4F4F4;
  }
  #custom_top .sect_group .row_wrap .detail_head .group_logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #custom_top .sect_group .row_wrap .detail_head h3 {
    width: 100%;
    font-size: 16px;
    line-height: 1.58333;
  }
  #custom_top .sect_group .row_wrap p {
    margin-bottom: 14px;
    font-size: 12px;
  }
  #custom_top .sect_group .row_wrap:nth-of-type(1) .detail_head .group_logo img {
    max-width: 34.5px;
  }
  #custom_top .sect_group .row_wrap:nth-of-type(2) .detail_head .group_logo img {
    max-width: 37px;
  }
  #custom_top .sect_group .row_wrap:nth-of-type(3) .detail_head .group_logo img {
    max-width: 34.5px;
  }
  #custom_top .sect_group .row_wrap:nth-of-type(4) .detail_head .group_logo img {
    max-width: 41px;
  }
  #custom_top .sect_group .row_wrap:nth-of-type(5) .detail_head .group_logo img {
    max-width: 28.5px;
  }
  #custom_top .sect_group .row_wrap:nth-of-type(6) .detail_head .group_logo img {
    max-width: 37px;
  }
  #custom_top .sect_group .row_wrap:nth-of-type(7) .detail_head .group_logo img {
    max-width: 34.5px;
  }
  #custom_top .sect_group .row_wrap:nth-of-type(8) .detail_head .group_logo img {
    max-width: 42px;
  }
  #custom_top .sect_news {
    padding: 25px 0 30px;
  }
  #custom_top .sect_news .news_list {
    width: 87.5%;
    max-width: 87.5%;
    padding: 10px 0 20px;
  }
  #custom_top .sect_news .news_list li {
    padding: 10px 0;
    font-size: 12px;
    line-height: 1.57143;
  }
  #custom_top .sect_news .news_list li + li {
    border-top: 1px solid #E0E0E0;
  }
  #custom_top .sect_news .news_list li .article_date {
    width: calc(155 / 560 * 100%);
    font-size: 13px;
  }
  #custom_top .sect_news .news_list li .article_title {
    width: calc(405 / 560 * 100%);
    font-size: 12px;
  }
  #custom_top .sect_news .cmn_btn {
    width: 46.96429%;
    max-width: 46.96429%;
  }
  #custom_top .sect_service {
    padding: 30px 0;
  }
  #custom_top .sect_service .service_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 15px;
  }
  #custom_top .sect_service .service_list li {
    width: calc(275 / 560 * 100%);
    margin: 8px 0 0;
  }
  #custom_top .sect_service .service_list .detail_text {
    padding: 6px 14px 11px;
  }
  #custom_top .sect_service .service_list .service_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 37px;
    margin-bottom: 7px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 1.3;
  }
  #custom_top .sect_service .service_list .service_title::after {
    top: 50%;
    width: 5.5px;
    height: 7.5px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #custom_top .sect_service .service_list .service_cap {
    font-size: 10px;
    line-height: 1.44444;
  }
  #custom_top .sect_other {
    padding: 30px 0;
    background-image: url("//wonder-group.jp/wp-content/uploads/2020/06/other_bg_sp-1.jpg");
  }
  #custom_top .sect_other .sect_title {
    margin-bottom: 15px;
  }
  #custom_top .sect_other .font_yugo {
    font-size: 12px;
    line-height: 1.5;
  }
  #custom_top .sect_other .cmn_btn {
    width: 54.28571%;
    max-width: 54.28571%;
  }
  #custom_top .sect_other .cont_video {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  #custom_top .sect_other .cont_video .box_text {
    width: 100%;
  }
  #custom_top .sect_other .cont_video .box_gallery {
    width: 100%;
    margin-top: 20px;
  }
  #custom_top .sect_other .cont_video .sect_title {
    text-align: center;
  }
  #custom_top .sect_other .cont_video .font_yugo {
    padding-right: 0;
  }
  #custom_top .sect_other .cont_video .cmn_btn {
    margin: 20px auto 0;
  }
  #custom_top .sect_other .frame_wrap {
    width: 100%;
  }
  #custom_top .sect_other .cont_photo .box_text {
    width: 100%;
  }
  #custom_top .sect_other .cont_photo .box_gallery {
    width: 100%;
    margin-top: 20px;
  }
  #custom_top .sect_other .cont_photo .sect_title {
    padding-left: 0;
    text-align: center;
  }
  #custom_top .sect_other .cont_photo .font_yugo {
    padding-left: 0;
  }
  #custom_top .sect_other .cont_photo .cmn_btn {
    margin: 20px auto 0;
  }
  #custom_top .sect_other .photo_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #custom_top .sect_other .photo_wrap img {
    width: calc(271 / 560 * 100%);
    margin-bottom: calc(18 / 560 * 100%);
  }
  #custom_top .download_area a {
    width: 87.5%;
    max-width: 87.5%;
    margin: 30px auto;
  }
  #custom_top .sect_recruit .sect_title {
    margin-bottom: 16px;
  }
  #custom_top .sect_recruit .cmn_btn {
    max-width: 46.96429%;
    margin: 20px auto 40px;
  }
  #custom_top .ir_area {
    padding: 64.5px 0;
  }
  #custom_top .ir_area h3 {
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 1.44444;
  }
  #custom_top .ir_area p {
    font-size: 12px;
  }
  #custom_top .ir_area .cmn_btn {
    margin: 20px auto 0;
    max-width: 46.96429%;
  }
  #custom_top .supporter_area {
    padding: 31.5px 0 40px;
    background-image: url("//wonder-group.jp/wp-content/uploads/2020/06/supporter_bg_sp.jpg");
  }
  #custom_top .supporter_area h3 {
    margin-bottom: 30px;
    font-size: 15px;
    text-align: center;
  }
  #custom_top .supporter_area .supporter_head {
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 12px;
    text-align: center;
  }
  #custom_top .supporter_area .top_row {
    margin-bottom: 21px;
  }
  #custom_top .supporter_area .top_row .item {
    width: 100%;
    margin-right: 0;
  }
  #custom_top .supporter_area .top_row .item + .item {
    margin-top: 21px;
  }
  #custom_top .supporter_area .top_row .supporter_thumb a {
    width: 37.5%;
    margin: 0 auto;
  }
  #custom_top .supporter_area .bottom_row .supporter_thumb a {
    width: calc(174 / 560 * 100%);
    margin-right: calc(19 / 560 * 100%);
  }
  #custom_top .supporter_area .bottom_row .supporter_thumb a:nth-child(6n) {
    margin-right: calc(19 / 560 * 100%);
  }
  #custom_top .supporter_area .bottom_row .supporter_thumb a:nth-child(3n) {
    margin-right: 0;
  }
  #custom_top .supporter_area .bottom_row .supporter_thumb a:nth-child(n + 4) {
    margin-top: calc(19 / 560 * 100%);
  }
  #custom_top .supporter_area .bottom_row .supporter_thumb a:nth-child(n + 7) {
    margin-top: calc(19 / 560 * 100%);
  }
}

@media screen and (max-width: 320px) {
  #custom_top .sect_about .text_box .cmn_btn {
    width: 54.10714%;
    max-width: 54.10714%;
  }
  #custom_top .sect_news .news_list li .article_date {
    font-size: 12px;
  }
  #custom_top .sect_news .news_list li .article_title {
    font-size: 11px;
  }
  #custom_top .sect_service .service_list .service_title {
    min-height: 36px;
    font-size: 11px;
    line-height: 1.3;
  }
}

.ls05 {
  letter-spacing: 0.05px !important;
}

.ls2-lh13 {
  letter-spacing: 0.2px !important;
  line-height: 1.3em !important;
}

.wonder_logos a:hover {opacity: 0.7;}