@charset "utf-8";
/* ===================================================================
 File Name  : page.css
 Style Info : ページに関するスタイル指定
=================================================================== */

/*----------------------------------------------------
  トップページ index
--------------------------------------------------- */

#mainVisual {
  position: relative;
  background: #000;
}
.mv_video_wrap {
  opacity: 0;
  animation: fadeIn 1.3s cubic-bezier(0.69, 0, 0.33, 1) forwards;
}

@keyframes fadeIn {
  to { opacity: 1; }
}

.mv_video_wrap {
  position: relative;
  width: 100%;
  height: 100dvh;
  height: 100svh;
  min-height: 100vh;
  overflow: hidden;
  background: #000;
}
.mv_video_wrap video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  @media screen and (max-width: 999px) {
    .mv_video_wrap {
      /*height: 177.33vw;
      height: 177.33vw;
      min-height: 177.33vw;*/
    }
  }

#index_concept {
  background: linear-gradient(140deg, #A1CE3F, #008359, #25489C, #00B1CB);
  background-size: 800% 800%;
  animation: GradientBackground 10s ease infinite;
  padding: 135px 0;
}
@keyframes GradientBackground {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}
  @media screen and (max-width: 999px) {
    #index_concept {
      animation: GradientBackground 10s ease infinite;
      padding: 13.33vw 0;
    }
  }

.index_concept_wrap {
  position: relative;
}
.index_concept_box {
  position: relative;
  text-align: center;
  color: #fff;
}
.en_ttl {
  position: absolute;
  left: 0;
  top: 0;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  height: 100%;
  overflow: hidden;
}
.en_ttl span {
  position: relative;
  display: inline-block;
}
.en_ttl span::after {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  z-index: 5;
  content: "";
  width: 1px;
  height: 0;
  background: #fff;
  transition: all 1.2s ease 0.3s;
}
.en_ttl.active span::after {
  height: 500px;
}
.index_concept_box {
  position: relative;
  z-index: 5;
}
.index_concept_box h2 {
  font-weight: 400;
  font-size: 7.5rem;
  margin-bottom: 32px;
  line-height: 1.2;
}
.index_concept_box h3 {
  font-size: 3rem;
  margin-bottom: 32px;
  line-height: 2;
}
.index_concept_box p {
  line-height: 3;
}
  @media screen and (max-width: 999px) {
    .en_ttl {
      left: -8.4vw;
      font-size: 4vw;
    }
    .en_ttl span::after {
      top: calc(100% + 2vw);
    }
    .en_ttl.active span::after {
      height: 180vw;
      transition: all 1.4s ease 0.3s;
    }
    .index_concept_box {
      padding: 0 1.13vw 0 5vw;
    }
    .index_concept_box h2 {
      font-size: 10.13vw;
      margin-bottom: 5.8vw;
    }
    .index_concept_box h3 {
      font-size: 5.33vw;
      margin-bottom: 5vw;
    }
    .index_concept_box p {
      line-height: 2.2;
      text-align: left;
    }
  }

#index_business {
  background: #000;
  padding: 150px 0;
}
.index_business_wrap {
  position: relative;
  padding-left: 80px;
}
.index_business_box {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.index_business_txt {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  z-index: 5;
}
.index_business_txt h2 {
  font-size: 3.2rem;
  margin-bottom: 32px;
}
.index_business_txt p {
  line-height: 3;
}
.index_business_txt .btn_more {
  margin-top: 40px;
}
  @media screen and (max-width: 999px) {
    #index_business {
      padding: 13.33vw 0;
    }
    .index_business_wrap {
      padding-left: 0;
    }
    .index_business_box {
      max-width: 100%;
    }
    .index_business_txt {
      position: relative;
      top: -2vw;
      padding-left: 8vw;
    }
    .index_business_txt h2 {
      font-size: 5.33vw;
      margin-bottom: 4.4vw;
    }
    .index_business_txt p {
      line-height: 2.2;
    }
    .index_business_txt .btn_more {
      margin-top: 7.4vw;
    }
  }

.index_business_img_wrap {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-right: 260px;
  transition: all 0.2s ease-in-out 0s;
}
.index_business_img_box {
  position: relative;
  width: 660px;
  height: 750px;
  text-align: center;
}
.index_business_img_box figure {
  position: absolute;
  left: 0;
  width: 100%;
  min-width: 560px;
}
.index_business_img_box figure img {
  max-width: inherit;
}
.business_img01_01 {
  bottom: 0;
  z-index: 15
}
.business_img02_01 {
  bottom: 192px;
  z-index: 10;
}
.business_img03_01 {
  bottom: 352px;
  z-index: 5;
}
.business_img_future {
  top: 0;
}
.business_img_arrow {
  bottom: 470px;
  z-index: 15;
}
.business_img_bg {
  bottom: 105px;
}
  @media screen and (max-width: 1229px) {
    .index_business_img_wrap {
      transform: scale(0.92);
      transform-origin: 100% 100%;
    }
  }
  @media screen and (max-width: 1139px) {
    .index_business_img_wrap {
      transform: scale(0.88);
      padding-right: 200px;
    }
    .index_business_img_box {
      right: 25px;
    }
  }
  @media screen and (max-width: 1029px) {
    .index_business_img_wrap {
      transform: scale(0.8);
    }
  }
  @media screen and (max-width: 999px) {
    .index_business_img_wrap {
      transform: scale(1);
      display: block;
      padding-right: 0;
    }
    .index_business_img_box {
      width: 100%;
      height: 118vw;
      right: 0;
      margin-top: 8vw;
    }
    .index_business_img_box figure {
      width: 100%;
      min-width: 100%;
    }
    .business_img01_01 {
      bottom: 0;
    }
    .business_img02_01 {
      bottom: 33.33vw;
    }
    .business_img03_01 {
      bottom: 64.8vw;
    }
    .business_img_future {
      top: 0;
    }
    .business_img_arrow {
      bottom: 82.66vw;
    }
    .business_img_bg {
      bottom: 13.33vw;
    }
    .business_img01_01 img {
      width: 80vw;
    }
    .business_img02_01 img {
      width: 67.2vw;
    }
    .business_img03_01 img {
      width: 56vw;
    }
    .business_img_future img {
      width: 22.93vw;
    }
    .business_img_arrow img {
      width: 3.73vw;
    }
    .business_img_bg img {
      width: 80vw;
    }
  }

.index_business_img_box ul {
  position: absolute;
  left: 540px;
  white-space: nowrap;
  text-align: left;
}
.index_business_img_box li {
  line-height: 1;
  margin-bottom: 24px;
}
.index_business_img_box li:last-child {
  margin-bottom: 0;
  letter-spacing: 0;
}
.index_business_img_box li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
  padding-left: 170px;
}
.index_business_img_box li a::after {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 5;
  content: "";
  width: 158px;
  height: 1px;
  background: linear-gradient(to right, #008359 0%, #00D359 100%);
}
.index_business_img_box li a span {
  position: relative;
  display: inline-block;
  padding-left: 12px;
}
.index_business_img_box li a:hover {
  color: #44cc3f;
}
.index_business_img_box li a span::after {
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  z-index: 5;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #44CC3F;
}
  @media screen and (max-width: 999px) {
    .index_business_img_box li {
      margin-bottom: 1.66vw;
    }
    .index_business_img_box li a {
      padding-left: 0;
      font-size: 2.93vw;
    }
    .index_business_img_box li a::after {
      display: none;
    }
    .index_business_img_box li a span {
      padding-left: 2.33vw;
    }
    .index_business_img_box li a span::after {
      top: calc(50% - 1vw);
      width: 2vw;
      height: 2vw;
    }
  }

.business_img03_02 {
  bottom: 400px;
}
.business_img02_02 {
  bottom: 250px;
}
.business_img01_02 {
  bottom: 115px;
}
  @media screen and (max-width: 1139px) {
    .index_business_img_box > ul {
      left: 510px;
    }
  }
  @media screen and (max-width: 999px) {
    .index_business_img_box ul {
      left: 21.33vw;
      z-index: 15;
    }
    .business_img03_02 {
      bottom: 62.4vw;
    }
    .business_img02_02 {
      bottom: 31.66vw;
    }
    .business_img01_02 {
      bottom: 6.66vw;
    }
  }

/*アニメーション処理*/
.business_img01_01 {
  opacity: 0;
  transition: all 0.6s ease 0s;
}
.business_img01_02 {
  opacity: 0;
  transition: all 0.6s ease 0.4s;
}
.business_img02_01 {
  opacity: 0;
  transition: all 0.6s ease 0.9s;
}
.business_img02_02 {
  opacity: 0;
  transition: all 0.6s ease 1.3s;
}
.business_img03_01 {
  opacity: 0;
  transition: all 0.6s ease 1.8s;
}
.business_img03_02 {
  opacity: 0;
  transition: all 0.6s ease 2.2s;
}
.business_img_arrow span {
  opacity: 0;
  position: relative;
  display: block;
  bottom: -25px;
  transition: all 0.6s ease 2.7s;
}
.business_img_future {
  opacity: 0;
  transition: all 1.2s ease 3.2s;
}
.business_img_bg {
  opacity: 0;
  transition: all 1.2s ease 3.2s;
}

.index_business_img_wrap.active .business_img01_01,
.index_business_img_wrap.active .business_img01_02,
.index_business_img_wrap.active .business_img02_01,
.index_business_img_wrap.active .business_img02_02,
.index_business_img_wrap.active .business_img03_01,
.index_business_img_wrap.active .business_img03_02,
.index_business_img_wrap.active .business_img_arrow span,
.index_business_img_wrap.active .business_img_future,
.index_business_img_wrap.active .business_img_bg {
  opacity: 1;
}
.index_business_img_wrap.active .business_img_arrow span {
  bottom: 0;
}

.business_img_future span {
  display: inline-block;
  animation: floatY 1s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes floatY {
  from { transform: translateY(-8px); }
  to { transform: translateY(8px); }
}
  @media screen and (max-width: 999px) {
    .business_img_future span {
      animation: floatYsp 1s ease-in-out infinite alternate;
    }
  }
  @keyframes floatYsp {
    from { transform: translateY(-1vw); }
    to { transform: translateY(1vw); }
  }

.index_topics_lead {
  position: relative;
  padding-top: 130px;
  margin-bottom: 30px;
}
.index_topics_lead h2 {
  font-size: 7.5rem;
  line-height: 1.1;
  text-align: center;
  color: #0011cc;
}
.index_topics_lead .btn_more {
  position: absolute;
  right: calc(50% - 350px);
  bottom: 15px;
}
  @media screen and (max-width: 999px) {
    .index_topics_lead {
      padding-top: 10.66vw;
      margin-bottom: 5.33vw;
    }
    .index_topics_lead h2 {
      font-size: 10.13vw;
    }
    .index_topics_lead .btn_more {
      position: static;
      text-align: center;
      margin-top: 3vw;
    }
  }

#index_topics {
  padding-bottom: 140px;
  overflow: hidden;
}
.topics_list {
  display:flex;
  flex-wrap:wrap;
  gap:50px;
}
.topics_list_box {
  display: block;
  width:calc((100% - 100px) / 3);
  text-decoration: none;
  color: #2d2d2d!important;
}
.topics_list_box figure {
  overflow: hidden;
  margin-bottom: 20px;
}
.topics_list_box figure img {
  width: 100%;
  aspect-ratio: 16 / 9;
  opacity: 1!important;
  transition: all 0.8s ease 0s;
}
.topics_list_box:hover figure img {
  transform: scale(1.2);
}
.topics_list_info {
  display: flex;
  flex-wrap: wrap;
}
.cat_box span {
  display: inline-block;
  min-width: 80px;
  padding: 0 5px;
  margin-right: 10px;
  background: #0011CB;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
}
.cat_box span::before {
  content: "#";
}
.topics_list_info time {
  display: inline-block;
  letter-spacing: 0.08em;
  color: #0011cc;
}
.topics_list_box h3 {
  margin-top: 3px;
  text-decoration: underline;
}
.topics_list_box:hover h3 {
  text-decoration: none;
}
  @media screen and (max-width: 1199px) {
    .topics_list {
      gap:30px;
    }
    .topics_list_box {
      width:calc((100% - 60px) / 3);
    }
  }
  @media screen and (max-width: 999px) {
    #index_topics {
      padding-bottom: 4.26vw;
    }
    .topics_list {
      display:block;
    }
    .topics_list_box {
      width: 100%;
      margin-bottom: 6.66vw;
    }
    #index_topics .topics_list_box:nth-child(n+4) { display:none; }
    .topics_list_box figure {
      margin-bottom: 5vw;
    }
    .topics_list_box:hover figure img {
      transform: scale(1);
    }
    .cat_box span {
      font-size: 3.46vw!important;
      min-width: 19.2vw!important;
      padding: 0 1.66vw;
      margin-right: 2.66vw!important;
    }
    .topics_list_box h3 {
      margin-top: 1.13vw;
      line-height: 1.7;
    }
  }

#index_ft_contact {
  position: relative;
  height: 350px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index_ft_contact_wrap {
  position: absolute;
  left: 0;
  top: -450px;
  width: 100%;
  height: 900px;
}
  @media screen and (max-width: 999px) {
    #index_ft_contact {
      height: 45.33vw;
    }
    .index_ft_contact_wrap {
      top: -140vw;
      height: 280vw;
    }
  }

.ft_contact_btn {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 680px;
}
.ft_contact_btn a {
  display: block;
  text-align: center;
  color: #008359;
  text-decoration: none;
  width: 100%;
  padding: 40px 25px;
  border: solid 1px #008359;
}
.ft_contact_btn a:hover {
  background: #008359;
  color: #fff;
}
.ft_contact_btn a span {
  display: block;
  font-size: 6.3rem;
  margin-bottom: 8px;
  line-height: 1;
}
.ft_contact_btn a small {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.18em;
}
  @media screen and (max-width: 999px) {
    .ft_contact_btn {
      max-width: 62.4vw;
    }
    .ft_contact_btn a {
      padding: 5.33vw 4vw 4.66vw 4vw;
    }
    .ft_contact_btn a span {
      font-size: 6.93vw;
      margin-bottom: 0.33vw;
    }
    .ft_contact_btn a small {
      font-size: 3.46vw;
    }
  }

#lower_ft_contact {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../img/common/lower_ft_contact_bg.jpg") center center no-repeat;
  background-size: cover;
  height: 200px;
}
.lower_ft_contact_btn {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 620px;
}
.lower_ft_contact_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 80px;
  padding: 20px;
  border: solid 1px #fff;
}
.lower_ft_contact_btn a:hover {
  background: #fff;
  color: #008359;
}
.lower_ft_contact_btn a span {
  display: block;
  font-size: 3rem;
  letter-spacing: 0.16em;
  margin: 0 12px;
}
.lower_ft_contact_btn a small {
  font-size: 1.5rem;
  letter-spacing: 0.12em;
  margin: 0 12px ;
}
  @media screen and (max-width: 999px) {
    #lower_ft_contact {
      background: url("../img/common/lower_ft_contact_bg_sp.jpg") center center no-repeat;
      background-size: cover;
      height: 45.33vw;
    }
    .lower_ft_contact_btn {
      max-width: 100%;
    }
    .lower_ft_contact_btn a {
      display: block;
      height: auto;
      width: 62.4vw;
      line-height: 1.4;
      text-align: center;
      padding: 4.26vw;
      margin: 0 auto;
    }
    .lower_ft_contact_btn a span {
      font-size: 6.93vw;
      letter-spacing: 0.1em;
      margin: 0;
    }
    .lower_ft_contact_btn a small {
      font-size: 3.73vw;
      letter-spacing: 0.1em;
      margin: 0;
    }
  }

/*----------------------------------------------------
  事業内容 business
--------------------------------------------------- */
#business {
  position: relative;
  background: #171717;
  overflow: hidden;
}
#business::after {
  position: absolute;
  left: calc(50% - 520px);
  top: 0;
  z-index: 5;
  content: "";
  width: 1040px;
  height: 100%;
  background: #2E2E2E;
}
.business_wrap {
  position: relative;
  z-index: 10;
  color: #fff;
  max-width: 1040px;
  margin: 0 auto;
}
  @media screen and (max-width: 999px) {
    #business::after {
      left: calc(50% - 33.33vw);
      width: 66.66vw;
    }
    #business #crumbs {
      padding-bottom: 6.66vw;
    }
    .business_wrap {
      max-width: 100%;
    }
  }

#business_lead {
  padding: 0 0 50px;
  border-bottom: solid 1px #fff;
}
.business_lead_box h2 {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.business_index_wrap {
  padding: 60px 0 70px;
  border-bottom: solid 1px #fff;
}
.business_index_lead {
  text-align: center;
  margin-bottom: 40px;
}
.business_index_lead h2 {
  font-size: 5.1rem;
  line-height: 1.2;
  letter-spacing: 0.26em;
  margin-bottom: 10px;
  color: #44cc3f;
}
.business_index_lead p {
  font-size: 1.6rem;
}
  @media screen and (max-width: 999px) {
    #business_lead {
      position: relative;
      padding: 0 0 9.33vw;
      border-bottom: none;
    }
    #business_lead::after {
      position: absolute;
      left: calc(50% - 33.33vw);
      bottom: 0;
      content: "";
      background: #fff;
      width: 66.66vw;
      height: 1px;
    }
    .business_lead_box h2 {
      font-size: 5.33vw;
      line-height: 1.7;
      margin-bottom: 4vw;
    }
    .business_lead_box p {
      text-align: left;
      letter-spacing: 0.06em;
    }
    .business_index_wrap {
      position: relative;
      padding: 9.33vw 0 10.66vw;
      border-bottom: none;
    }
    .business_index_wrap::after {
      position: absolute;
      left: calc(50% - 33.33vw);
      bottom: 0;
      content: "";
      background: #fff;
      width: 66.66vw;
      height: 1px;
    }
    .business_index_lead {
      margin-bottom: 4vw;
    }
    .business_index_lead h2 {
      font-size: 6.4vw;
      margin-bottom: 2.66vw;
    }
    .business_index_lead p {
      font-size: 3.73vw;
      letter-spacing: 0.06em;
    }
  }

.business_index_list {
  column-gap: 50px;
}
.business_index_box {
  width: 372px;
}
.business_index_box figure {
  margin-bottom: 18px;
}
.business_index_txt h3 {
  position: relative;
  font-size: 2.3rem;
  padding-left: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.business_index_txt h3::after {
  position: absolute;
  left: 0;
  top: 12px;;
  z-index: 5;
  content: "";
  width: 14px;
  height: 14px;
  background: #44CC3F;
  border-radius: 50%;
}
.business_index_txt .btn_more {
  margin-top: 20px;
}
  @media screen and (max-width: 999px) {
    .business_index_box {
      width: 100%;
      margin-bottom: 10.66vw;
    }
    .business_index_box:last-child {
      margin-bottom: 0;
    }
    .business_index_box figure {
      margin-bottom: 4vw;
    }
    .business_index_txt h3 {
      font-size: 5.33vw;
      padding-left: 4vw;
      margin-bottom: 2.66vw;
    }
    .business_index_txt h3::after {
      top: 2.66vw;
      width: 3.46vw;
      height: 3.46vw;
    }
    .business_index_txt p {
      text-align: justify;
    }
    .business_index_txt .btn_more {
      margin-top: 3.73vw;
    }
  }

#business_field {
  border-bottom: none;
  padding-bottom: 100px;
}
  @media screen and (max-width: 999px) {
    #business_field {
      padding-bottom: 12.66vw;
    }
    #business_field::after {
      display: none;
    }
  }

/*事業内容共通*/
.business_lower_body {
  background: #3C3C3C;
  max-width: 1440px;
  margin: 0 auto 100px;
  padding: 75px 0 80px 0;
}
  @media screen and (max-width: 999px) {
    .business_lower_body {
      max-width: 80vw;
      margin: 0 auto 13.33vw;
      padding: 10.66vw 0 2.66vw 0;
    }
    .business_lower_body .inner {
      padding: 0 4vw;
    }
  }

.business_lower_lead_box {
  padding-bottom: 80px;
}
.business_lower_lead_txt {
  width: 47%;
  max-width: 530px;
}
.business_en_ttl {
  margin-bottom: 30px;
}
.business_en_ttl span {
  line-height: 1.2;
  padding-bottom: 3px;
  display: inline-block;
  color: #0011cc;
  border-bottom: solid 1px #0011cc;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
.business_en_ttl span.fc01 {
  border-bottom: solid 1px #fff;
}
.business_lower_lead_txt h2 {
  font-size: 3rem;
  margin-bottom: 20px;
  line-height: 1.5;
}
.business_lower_lead_txt p {
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}
.business_lower_lead_box figure {
  width: 50%;
  max-width: 590px;
}
  @media screen and (max-width: 999px) {
    .business_lower_lead_box {
      padding-bottom: 13.33vw;
    }
    .business_lower_lead_txt {
      width: 100%;
      max-width: 100%;
    }
    .business_en_ttl {
      margin-bottom: 3.33vw;
    }
    .business_en_ttl span {
      padding-bottom: 0.66vw;
      font-size: 4.26vw;
    }
    .business_lower_lead_txt h2 {
      font-size: 6.13vw;
      letter-spacing: 0.08em;
      margin-bottom: 2.66vw;
    }
    .business_lower_lead_box figure {
      width: 100%;
      max-width: 100%;
      margin-top: 4vw;
    }
  }

.business_sub_lead {
  max-width: 1000px;
  margin: 0 auto 40px auto;
  color: #fff;
}
.business_sub_lead h2 {
  margin-bottom: 30px;
}
.business_sub_lead h3 {
  font-size: 2.2rem;
  line-height: 1.8;
  margin-bottom: 15px;
}
.business_sub_lead p {
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  font-feature-settings: "palt";
}
.business_sub_lead p:last-child {
  margin-bottom: 0;
}
.business_sub_lead .btn01 {
  margin-top: 30px;
}
  @media screen and (max-width: 999px) {
    .business_sub_lead {
      max-width: 100%;
      margin: 0 auto 9.33vw auto;
      color: #fff;
      padding: 0 2.66vw;
    }
    .business_sub_lead h2 {
      margin-bottom: 5.33vw;
    }
    .business_sub_lead h3 {
      font-size: 4.8vw;
      line-height: 1.7;
      margin-bottom: 5vw;
    }
    .business_sub_lead p {
      margin-bottom: 3vw;
    }
    .business_sub_lead .btn01 {
      margin-top: 8vw;
    }
  }

/*----------------------------------------------------
  スポーツ関連DX事業 business/sports-dx
--------------------------------------------------- */
#sports-dx {
  background: #EDEDED;
}
#m-tracer01 .inner {
  border-bottom: solid 1px #fff;
}
.m-tracer01_service {
  max-width: 1000px;
  margin: 0 auto;
}
  @media screen and (max-width: 999px) {
    #sports-dx .business_sub_lead h2 img {
      width: 69.33vw;
      height: auto;
    }
    #m-tracer01 .inner {
      border-bottom: none;
    }
    #m-tracer01 .m-tracer01_service {
      border-bottom: solid 1px #fff;
    }
    #m-tracer01 .business_sub_lead h3 {
      text-align: left;
    }
  }

.tracer01_service_list {
  gap: 50px;
  padding-bottom: 70px;
}
.tracer01_service_box {
  position: relative;
  border-radius: 10px;
  background : #EDEDED;
  width:calc((100% - 50px) / 2);
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  padding: 0 4.8% 100px 4.8%;
}
.tracer01_service_box h4 {
  position: relative;
  font-size: 2.5rem;
  padding: 22px 0 12px;
  text-align: center;
}
.tracer01_service_box h4::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  content: "";
  width: 8px;
  height: 60px;
  background: #0011cc;
}
.tracer01_service_box dt {
  text-align: center;
  color: #0011cc;
  font-size: 1.8rem;
  line-height: 1.7;
  padding: 20px 0 12px;
  font-feature-settings: "palt";
}
.tracer01_service_box dd p {
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  text-align: justify;
}
.tracer01_service_box .btn01 {
  position: absolute;
  left: 0;
  bottom: 42px;
  z-index: 5;
  width: 100%;
}
.tracer01_service_box .btn01 a {
  min-width: 180px;
}
  @media screen and (max-width: 999px) {
    .tracer01_service_list {
      padding-bottom: 4vw;
    }
    .tracer01_service_box {
      border-radius: 2.66vw;
      width: 100%;
      padding: 0 6.66vw 8vw 6.66vw;
      margin-bottom: 6.66vw;
    }
    .tracer01_service_box figure {
      margin-left: -6.66vw;
      margin-right: -6.66vw;
    }
    .tracer01_service_box h4 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      font-size: 4.8vw;
      padding: 4vw 0 1.33vw;
      min-height: 16.53vw;
      margin-bottom: 4vw;
      line-height: 1.3;
    }
    .tracer01_service_box h4::after {
      width: 2.13vw;
      height: 16.53vw;
    }
    .tracer01_service_box dt {
      font-size: 4.26vw;
      padding: 4.26vw 0 2.66vw;
    }
    .tracer01_service_box dd p {
      line-height: 1.85;
    }
    .tracer01_service_box .btn01 {
      position: static;
      margin-top: 4vw;
    }
    .tracer01_service_box .btn01 a {
      min-width: 48vw;
    }
  }

#m-tracer02 {
  padding-top: 70px;
}
.m-tracer02_wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.m-tracer02_inner {
  margin-bottom: 35px;
}
.m-tracer02_ttl {
  display:inline-flex;
  border-bottom: solid 1px #44cc3f;
  margin-bottom: 30px;
  color: #44cc3f;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.m-tracer02_ttl dt {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  margin-right: 12px;
  line-height: 1.5;
}
.m-tracer02_list {
  gap: 50px;
}
.m-tracer02_box {
  position: relative;
  background : #2D2D2D;
  width:calc((100% - 150px) / 3);
  color: #fff;
}
.m-tracer02_txt {
  padding: 0 25px 35px 25px;
}
.m-tracer02_txt h4 {
  text-align: center;
  color: #44cc3f;
  font-size: 1.8rem;
  line-height: 1.7;
  padding: 20px 0 15px;
  font-feature-settings: "palt";
}
.m-tracer02_txt p {
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}
  @media screen and (max-width: 999px) {
    #m-tracer02 {
      padding-top: 9.33vw;
    }
    .m-tracer02_wrap {
      max-width: 100%;
    }
    .m-tracer02_inner {
      margin-bottom: 35px;
    }
    .m-tracer02_ttl {
      width: 66.66vw;
      margin: 0 auto 5.33vw auto;
      display: block;
      padding-bottom: 1.33vw;
      letter-spacing: 0.04em;
    }
    .m-tracer02_ttl dt {
      font-size: 4vw;
      margin-right: 0;
    }
    .m-tracer02_box {
      width: 100%;
      margin-bottom: 8vw;
    }
    .m-tracer02_txt {
      padding: 0  6.66vw 6.66vw 6.66vw;
    }
    .m-tracer02_txt h4 {
      font-size: 4.26vw;
      padding: 4.26vw 0 2.66vw;
    }
  }

/*----------------------------------------------------
  アスリートマネージメント事業 business/management
--------------------------------------------------- */
#management {
  background: #EDEDED;
}
#business_feature {
  background: #002665;
  color: #fff;
  padding: 70px 0;
}
  @media screen and (max-width: 999px) {
    #business_feature {
      padding: 13.33vw 0 10.66vw;
    }
  }

.business_feature_lead h2 {
  font-size: 3rem;
  margin-bottom: 30px;
  line-height: 1.7;
}
.business_feature_lead p {
  position: relative;
  top: -15px;
  margin-bottom: 18px;
}
.feature_list01 {
  gap: 45px;
}
.feature_list01_box {
  background: #335184;
  position: relative;
  width: calc((100% - 90px) / 3);
  color: #fff;
  padding: 10px 35px 50px;
}
.feature_list01_box h3 {
  text-align: center;
  line-height: 1.5;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: solid 1px #fff;
}
.feature_list01_box h3 b {
  font-weight: 400;
  display: block;
  font-size: 4.5rem;
}
.feature_list01_box h3 span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 75px;
  font-size: 2.5rem;
}
.feature_list01_box li {
  font-size: 1.8rem;
  line-height: 1.9;
  letter-spacing: 0.08em;
}
.business_feature_ft {
  margin-top: 30px;
}
.business_feature_ft p {
  font-size: 2.6rem;
  line-height: 1.7;
}
  @media screen and (max-width: 999px) {
    .business_feature_lead h2 {
      font-size: 6.13vw;
      margin-bottom: 4.26vw;
    }
    .business_feature_lead p {
      position: relative;
      top: -1.33vw;
      margin-bottom: 5vw;
      letter-spacing: 0;
    }
    .feature_list01_box {
      width: 100%;
      padding: 3.33vw 6.66vw 6.66vw 6.66vw;
      margin-bottom: 5.33vw;
    }
    .feature_list01_box h3 {
      padding-bottom: 4vw;
      margin-bottom: 4vw;
    }
    .feature_list01_box h3 b {
      font-size: 7.73vw;
      line-height: 1.4;
    }
    .feature_list01_box h3 span {
      min-height: 12vw;
      font-size: 4.8vw;
    }
    .feature_list01_box li {
      font-size: 3.73vw;
    }
    .business_feature_ft {
      margin-top: 4.26vw;
    }
    .business_feature_ft p {
      font-size: 4.8vw;
      line-height: 1.7;
    }
  }

#management_athlete {
  padding: 60px 0 100px; 
}
#management_athlete h2 {
  font-size: 3rem;
  margin-bottom: 30px;
}
.athlete_list {
  gap: 45px;
}
.athlete_box {
  position: relative;
  display: block;
  width: calc((100% - 90px) / 3);
  background: #E3E3E3;
  padding: 30px;
  text-align: center;
  text-decoration: none;
  color: #2d2d2d!important;
}
.athlete_box:hover {
  color: #fff!important;
  background: #0011CC;
}
.athlete_box::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  content: "";
  width: 50px;
  height: 50px;
  border-left: solid 2px #0011cc;
  border-top: solid 2px #0011cc;
}
.athlete_box::after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 5;
  content: "";
  width: 50px;
  height: 50px;
  border-right: solid 2px #0011cc;
  border-bottom: solid 2px #0011cc;
}
.athlete_box figure img {
  opacity: 1!important;
}
.athlete_txt dl {
  line-height: 1.5;
  padding: 15px 0;
}
.athlete_txt dt {
  font-size: 2.4rem;
}
.athlete_txt dd {
  font-size: 1.8rem;
}
  @media screen and (max-width: 999px) {
    #management_athlete {
      padding: 12vw 0 13.33vw; 
    }
    #management_athlete h2 {
      font-size: 6.13vw;
      line-height: 1.7;
      margin-bottom: 5.33vw;
    }
    .athlete_box {
      width: 100%;
      padding: 6.66vw;
      margin-bottom: 5.33vw;
    }
    .athlete_box:last-child {
      margin-bottom: 0;
    }
    .athlete_box::before {
      width: 10.66vw;
      height: 10.66vw;
    }
    .athlete_box::after {
      width: 10.66vw;
      height: 10.66vw;
    }
    .athlete_txt dl {
      line-height: 1.5;
      padding: 2.66vw 0;
    }
    .athlete_txt dt {
      font-size: 5.33vw;
    }
    .athlete_txt dd {
      font-size: 4vw;
    }
  }

.athlete_box:hover .btn_more > * {
  background: #fff;
  border: solid 1px #fff;
}

/*ポップアップ*/
.mfp-bg {
  background-color: #000;
  opacity: 0.85;
}
.mfp-content {
  padding: 3.5%;
}
  @media screen and (max-width: 899px) {
    .mfp-container {
      padding: 0!important;
    }
    .mfp-content {
      padding: 4vw 9.33vw;
    }
  }

.popup_wrap {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
  @media screen and (max-width: 899px) {
    .popup_wrap {
      max-width: 100%;
    }
  }

.popup_box {
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.popup_box figure {
  width: 29%;
  max-width: 400px;
}
.popup_txt {
  width: 67%;
  max-width: 930px;
}
.popup_ttl {
  position: relative;
  padding-bottom: 55px;
  align-items: flex-end;
}
.popup_ttl dl {
  align-items: flex-end;
  margin-right: 15px;
}
.popup_ttl dt {
  font-size: 3rem;
  margin-right: 15px;
}
.popup_ttl dd {
  font-size: 1.4rem;
}
.popup_ttl_en {
  position: absolute;
  left: 0;
  bottom: 20px;
  font-size: 1.8rem;
}
.popup_ttl_birth {
  font-size: 1.4rem;
}
.popup_profile {
  padding: 22px 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  line-height: 2;
  font-feature-settings: "palt";
}
  @media screen and (max-width: 899px) {
    .popup_box {
      display: block;
      padding-top: 18vw;
    }
    .popup_box figure {
      width: 100%;
      max-width: 100%;
    }
    .popup_txt {
      width: 100%;
      max-width: 100%;
    }
    .popup_ttl {
      display: block;
      padding: 6.66vw 0;
      line-height: 1.5;
    }
    .popup_ttl dl {
      align-items: flex-end;
      margin-right: 3.33vw;
      margin-bottom: 1.33vw;
    }
    .popup_ttl dt {
      font-size: 6.93vw;
      margin-right: 15px;
    }
    .popup_ttl dd {
      font-size: 3.73vw;
    }
    .popup_ttl_en {
      display: block;
      position: static;
      font-size: 3.73vw;
      margin-bottom: 2.66vw;
    }
    .popup_ttl_birth {
      display: block;
      font-size: 3.73vw;
      font-feature-settings: "palt";
    }
    .popup_profile {
      padding: 6.66vw 0;
      line-height: 1.85;
    }
  }

.popup_wrap .mfp-close {
  position: absolute;
  width: auto;
  height: auto;
  line-height: 1;
  right: 0;
  top: -12px;
  font-size: 6rem;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-weight: 100!important;
  transition: all 0.2s ease-in-out 0s;
  opacity: 1;
}
  @media screen and (max-width: 899px) {
    .popup_wrap .mfp-close {
      right: -2.66vw;
      top: 0;
      font-size: 15vw;
    }
  }

/* フェード開閉のアニメーション */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: opacity .4s ease;
}
.mfp-fade.mfp-bg.mfp-ready { opacity: .8; } /* 背景の最終不透明度はお好みで */
.mfp-fade.mfp-bg.mfp-removing { opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transform: scale(1.02) translateY(0);
  transition: opacity .4s ease, transform .4s ease;
  will-change: opacity, transform;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: none;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  transform: scale(.98) translateY(0);
}

/*----------------------------------------------------
  プラットフォーム構築事業 business/platform
--------------------------------------------------- */
.feature_list02_box {
  background: #335184;
  color: #fff;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 40px 3%;
}
.feature_list02_box h3 {
  display: flex;
  align-items: center;
  width: 400px;
  padding-right: 20px;
}
.feature_list02_box h3 b {
  display: block;
  font-size: 3rem;
  width: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-weight: 400;
  background: #fff;
  text-align: center;
  color: #002665;
  margin-right: 20px;
}
.feature_list02_box h3 span {
  font-size: 2.5rem;
  line-height: 1.3;
}
.feature_list02_txt {
  width: calc(100% - 400px);
}
.feature_list02_txt p {
  max-width: 700px;
}
  @media screen and (max-width: 999px) {
    .feature_list02_box {
      margin-bottom: 5.33vw;
      border-radius: 2.66vw;
      padding: 6.66vw;
    }
    .feature_list02_box h3 {
      width: 100%!important;
      padding-right: 3.33vw;
      margin-bottom: 4vw;
      align-items: flex-start;
    }
    .feature_list02_box h3 b {
      font-size: 4vw;
      width: 7.2vw;
      line-height: 7.2vw;
      margin-right: 2.66vw;
    }
    .feature_list02_box h3 span {
      font-size: 4.8vw;
      line-height: 1.6;
    }
    .feature_list02_txt {
      width: 100%!important;
    }
    .feature_list02_txt p {
      max-width: 100%;
      line-height: 1.85;
    }
  }

/*----------------------------------------------------
  スポーツイベント企画事業 business/event/
--------------------------------------------------- */
#event .business_lower_lead_txt h2 {
  max-width: 500px;
}
#event .feature_list02_box h3 {
  width: 370px;
}
#event .feature_list02_txt {
  width: calc(100% - 370px);
}
  @media screen and (max-width: 999px) {
    #event .business_lower_lead_txt h2 {
      max-width: 100%;
    }
  }

.golf_lab_img {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 10px;
}
.golf_lab_img figure {
  max-width: 480px;
  width: 48.5%;
}
  @media screen and (max-width: 999px) {
    .golf_lab_img {
      max-width: 100%;
      padding-top: 0;
      padding-bottom: 2.66vw;
    }
    .golf_lab_img figure {
      max-width: 100%;
      width: 100%;
      margin-bottom: 5.33vw;
    }
  }

/*----------------------------------------------------
  会社概要 company
--------------------------------------------------- */
#company {
  background: #EDEDED;
}
#company_info {
  padding-bottom: 100px;
}
.company_outline {
  width: 49.5%;
  max-width: 580px;
}
.company_outline_tbl {
  line-height: 1.4;
}
.company_outline_tbl > div {
  border-top: solid 1px #8C8C8C;
  padding: 28px 0;
}
.company_outline_tbl > div:last-child {
  border-bottom: solid 1px #8C8C8C;
}
.company_outline_tbl dl {
  display: flex;
}
.company_outline_tbl dt {
  width: 118px;
  color: #0011cc;
}
.company_outline_tbl dd li {
  margin-bottom: 10px;
}
.company_outline_tbl dd li:last-child {
  margin-bottom: 0;
}
.company_outline_tr2 {
  display: flex;
  justify-content: space-between;
}
.company_outline_tr2 dl:nth-child(2) {
  width: 48%;
}
.company_outline_tr2 dl:nth-child(2) {
  width: 52%;
}
.company_outline_tr2 dl:nth-child(2) dt {
  width: 175px;
  padding-right: 15px;
}
.company_outline .btn01 {
  margin-top: 30px;
}
  @media screen and (max-width: 999px) {
    #company_info {
      padding-bottom: 13.33vw;
    }
    .company_outline {
      width: 100%;
      max-width: 100%;
    }
    .company_outline_tbl {
      line-height: 1.6;
      font-feature-settings: "palt";
    }
    .company_outline_tbl > div {
      border-top: solid 1px #8C8C8C;
      padding: 28px 0;
    }
    .company_outline_tbl > div:last-child {
      border-bottom: solid 1px #8C8C8C;
    }
    .company_outline_tbl dl {
      display: flex;
    }
    .company_outline_tbl dt {
      width: 28vw!important;
      color: #0011cc;
    }
    .company_outline_tbl dd {
      width: calc(100% - 26.66vw)
    }
    .company_outline_tbl dd li {
      max-width: 50vw;
      margin-bottom: 1.33vw;
    }
    .company_outline_tr2 {
      display: block;
    }
    .company_outline_tr2 dl:nth-child(2) {
      width: 100%;
      margin-top: 3.33vw;
    }
    .company_outline_tr2 dl:nth-child(2) {
      width: 100%;
    }
    .company_outline_tr2 dl:nth-child(2) dt {
      padding-right: 0;
      line-height: 1.4;
    }
    .company_outline .btn01 {
      margin-top: 8vw;
    }
  }

.company_map {
  width: 47.5%;
  max-width: 570px;
}
.company_map .btn01 {
  margin-top: 30px;
}
  @media screen and (max-width: 999px) {
    .company_map {
      width: 100%;
      max-width: 100%;
      margin-top: 13.33vw;
    }
    .company_map iframe {
      width: 100%;
      height: 80vw;
    }
    .company_map .btn01 {
      margin-top: 8vw;
    }
    .company_map .btn01 a {
      min-width: 53.33vw;
    }
  }

/*----------------------------------------------------
  トピックス topics
--------------------------------------------------- */
#topics {
  position: relative;
  background: url("../img/topics/topics_bg01.png") #EDEDED center top repeat-x;
  background-size: 100% auto;
}
#topics_archive,
#topics_single {
  background: url("../img/topics/topics_bg02.png") center bottom repeat-x;
  background-size: 100% auto;
}
  @media screen and (max-width: 1600px) {
    #topics {
      background: url("../img/topics/topics_bg01.png") #EDEDED center top repeat-x;
      background-size: 1600px auto;
    }
    #topics_archive,
    #topics_single {
      background: url("../img/topics/topics_bg02.png") center bottom repeat-x;
      background-size: 1600px auto;
    }
  }
  @media screen and (max-width: 999px) {
    #topics {
      background: url("../img/topics/topics_bg01_sp.png") #EDEDED center top repeat-x;
      background-size: 100% auto;
    }
    #topics_archive,
    #topics_single {
      background: url("../img/topics/topics_bg02_sp.png") center bottom repeat-x;
      background-size: 100% auto;
    }
  }

#topics_archive,
#topics_single {
  padding-bottom: 90px;
}

/*記事一覧*/
.topics_cat_list {
  padding-bottom: 40px;
}
.topics_cat_list ul {
  display: flex;
  flex-wrap: wrap;
}
.topics_cat_list li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.topics_cat_list li:last-child {
  margin-right: 0;
}
.topics_cat_list li a {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  text-decoration: none;
  border: solid 1px #0011cc;
  line-height: 1.5;
  padding: 6px 15px;
  min-width: 120px;
  text-align: center;
}
.topics_cat_list li a::before {
  content: "#";
}
.topics_cat_list li a:hover,
.topics_cat_list li.current-cat a {
  background: #0011cc;
  color: #fff;
}
.topics_cat_list li.cat-item-all a {
  min-width: 85px;
}
.topics_cat_list li.cat-item-all a::before {
  display: none;
}
  @media screen and (max-width: 999px) {
    #topics_archive,
    #topics_single {
      padding-bottom: 10.25vw;
    }
    .topics_cat_list {
      padding-bottom: 6.66vw;
    }
    .topics_cat_list ul {
      display: flex;
      flex-wrap: wrap;
    }
    .topics_cat_list li {
      margin-right: 1.33vw;
      margin-bottom: 1.33vw;
    }
    .topics_cat_list li:last-child {
      margin-right: 0;
    }
    .topics_cat_list li a {
      display: inline-block;
      font-size: 3.46vw;
      letter-spacing: 0.03em;
      padding: 0.8vw 1.33vw;
      min-width: 19vw;
    }
    .topics_cat_list li.cat-item-all {
      width: 100%;
      margin-right: 0;
    }
    .topics_cat_list li.cat-item-all a {
      min-width: 12.8vw;
    }
    .topics_cat_list li.cat-item-all a::before {
      display: none;
    }
    #topics_archive .topics_list {
      padding-bottom: 0;
    }
  }

/*記事詳細*/
.topics_single_wrap {
  background: #fff;
  padding: 70px 20px;
}
.topics_single_box {
  max-width: 1100px;
  margin: 0 auto;
}
.topics_single_box .topics_list_info {
  align-items: center;
  margin-bottom: 10px;
}
.topics_single_box .topics_list_info .cat_box span {
  font-size: 2rem;
  min-width: 112px;
  margin-right: 18px;
}
.topics_single_ttl {
  font-size: 3rem;
  margin-bottom: 12px;
  line-height: 1.6;
}
.topics_single_img {
  margin-bottom: 30px;
}
#topics_single .btn01 {
  padding: 50px 0 10px;
}
  @media screen and (max-width: 999px) {
    .topics_single_wrap {
      padding: 8vw 8vw 6.66vw 8vw;
    }
    .topics_single_box {
      max-width: 100%;
    }
    .topics_single_box .topics_list_info {
      align-items: center;
      margin-bottom: 1.66vw;
    }
    .topics_single_ttl {
      font-size: 5.33vw;
      margin-bottom: 4.26vw;
    }
    .topics_single_img {
      margin-left: -8vw;
      margin-right: -8vw;
      margin-bottom: 4vw;
    }
    #topics_single .btn01 {
      padding: 8vw 0 3vw 0;
    }
  }

/*----------------------------------------------------
  共通WP
--------------------------------------------------- */
/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.alignright { float: right; }
.alignleft { float: left; }
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}
img.alignleft {
  margin-right: 25px;
}
img.alignright {
  margin-left: 25px;
}

/*投稿詳細用*/
.entry-content {
  font-feature-settings: "palt";
}
.entry-content:after {
  content: ""; 
  display: block; 
  clear: both;
}
  @media screen and (max-width: 999px) {
    .entry-content {
      line-height: 1.8;
    }
  }

.entry-content h1 {
  font-size: 2.4rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
  @media screen and (max-width: 999px) {
    .entry-content h1 {
      font-size: 5vw;
      margin-bottom: 3.33vw;
    }
  }
 
.entry-content h2 {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
  @media screen and (max-width: 999px) {
    .entry-content h2 {
      font-size: 4.8vw;
      margin-bottom: 3.33vw;
    }
  }

.entry-content h3 {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 12px;
}
  @media screen and (max-width: 999px) {
    .entry-content h3 {
      font-size: 4.6vw;
      margin-bottom: 3vw;
    }
  }

.entry-content h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 12px;
}
  @media screen and (max-width: 999px) {
    .entry-content h4 {
      font-size: 4.4vw;
      margin-bottom: 3vw;
    }
  }

.entry-content h5 {
  font-size: 1.7rem;
  line-height: 1.6;
  margin-bottom: 12px;
}
  @media screen and (max-width: 999px) {
    .entry-content h5 {
      font-size: 4.2vw;
      margin-bottom: 3vw;
    }
  }

.entry-content h6 {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 12px;
}
  @media screen and (max-width: 999px) {
    .entry-content h6 {
      font-size: 4vw;
      margin-bottom: 3vw;
    }
  }

.entry-content p {
  margin-bottom: 20px;
}
  @media screen and (max-width: 999px) {
    .entry-content p {
      margin-bottom: 4vw;
    }
  }

.entry-content p a {
  text-decoration: none;
  color: #2d2d2d;
}
.entry-content p a:hover {
  color: #0011CC;
}

.entry-content img {
  margin-bottom: 20px;
}
  @media screen and (max-width: 999px) {
    .entry-content img {
      margin-bottom: 4vw;
    }
  }

.entry-content ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.entry-content ul li {
  list-style-type: disc;
}
.entry-content ul li ul {
  margin-bottom: 10px;
  font-size: 93%;
}
.entry-content ul li ul li {
  list-style-type:circle;
}
  @media screen and (max-width: 999px) {
    .entry-content ul {
      margin-bottom: 4vw;
      padding-left: 5.4vw;
    }
    .entry-content ul li ul {
      margin-bottom: 2vw;
    }
  }

.entry-content ol {
  counter-reset: section;
  margin-bottom: 20px;
}
.entry-content ol li {
  list-style: none;
}
.entry-content ol > li:before {
  content : counters(section, '-') '. ';
  counter-increment : section;
}
.entry-content ol li ol {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 93%;
}
  @media screen and (max-width: 999px) {
    .entry-content ol {
      margin-bottom: 4vw;
    }
    .entry-content ol li ol {
      padding-left: 5.4vw;
      margin-bottom: 2vw;
    }
  }

.entry-content table {
  width:100%;
  margin:0 0 20px 0;
}
.entry-content th {
  text-align: left;
  padding:7px 10px;
  border:solid 1px #eee;
}
.entry-content td {
  padding:7px 10px;
  border:solid 1px #eee;
}
  @media screen and (max-width: 999px) {
    .entry-content table {
      margin:0 0 4vw 0;
      font-size: 93%;
    }
    .entry-content th {
      padding:2vw;
    }
    .entry-content td {
      padding:2vw;
    }
  }

.entry-content table img {
  margin-bottom: 0;
}

.entry-content blockquote {
  position: relative;
  border: solid 3px #d7d7d7;
  padding: 20px 20px 20px 50px;
  margin-bottom: 20px;
}
.entry-content blockquote::before {
  position: absolute;
  left: 18px;
  top: 20px;
  content: "“";
  line-height: 1;
  font-size: 5rem;
  color: #d7d7d7;
}
  @media screen and (max-width: 999px) {
    .entry-content blockquote {
      border: solid 3px #d7d7d7;
      padding: 4vw 3.33vw 4vw 9.33vw;
      margin-bottom: 5vw;
    }
    .entry-content blockquote::before {
      left: 2vw;
      top: 4vw;
      font-size: 12.33vw;
    }
  }

.entry-content u {
  text-decoration: underline;
}

.entry-content .wp-caption.alignright {
  margin-left: 25px;
}
.entry-content .wp-caption.alignleft {
  margin-right: 25px;
}
  @media screen and (max-width: 999px) {
    .entry-content .wp-caption {
      width: 100%!important;
      float: none!important;
      margin: 0 0 5vw 0!important;
    }
  }

.entry-content .wp-caption img {
  margin-bottom: 5px;
}
.entry-content .wp-caption p {
  font-size: 90%;
  color: #757575;
  font-style: italic;
}
  @media screen and (max-width: 999px) {
    .entry-content .wp-caption img {
      margin-bottom: 2vw;
    }
  }

/*ページ分割ナビ*/
.wp-pagenavi {
  padding: 60px 0 0 0;
  text-align: center;
  overflow: hidden;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  margin: 0 10px 10px 10px;
  text-decoration: none;
  font-size: 1.8rem;
  letter-spacing: 0;
}
.wp-pagenavi span {
  color: #0011CC;
}
.wp-pagenavi a:hover {
  color: #0011CC;
  text-decoration: underline;
}
.wp-pagenavi .first, .wp-pagenavi .last {
  line-height: 1;
  width: auto;
  border: none;
}
.wp-pagenavi .extend {
  line-height: 1;
  width: auto;
  border: none;
  color: #2d2d2d;
  background: none;
}
.wp-pagenavi .previouspostslink {
  position: relative;
  width: 20px;
  height: 23px;
  text-indent: -9999px;
}
.wp-pagenavi .previouspostslink::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 11.5px solid transparent;
  border-bottom: 11.5px solid transparent;
  border-right: 20px solid currentColor;
  vertical-align: middle;
}
.wp-pagenavi .nextpostslink {
  position: relative;
  width: 20px;
  height: 23px;
  text-indent: -9999px;
}
.wp-pagenavi .nextpostslink::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 11.5px solid transparent;
  border-bottom: 11.5px solid transparent;
  border-left: 20px solid currentColor;
  vertical-align: middle;
}
  @media screen and (max-width: 999px) {
    .wp-pagenavi {
      padding: 0;
      text-align: center;
      overflow: hidden;
    }
    .wp-pagenavi a, .wp-pagenavi span {
      margin: 0 1.33vw 2vw 1.33vw;
      font-size: 4.8vw;
    }
    .wp-pagenavi .previouspostslink {
      position: relative;
      width: 5.33vw;
      height: 6.13vw;
      text-indent: -9999px;
    }
    .wp-pagenavi .previouspostslink::after {
      border-top: 3vw solid transparent;
      border-bottom: 3vw solid transparent;
      border-right: 5.33vw solid currentColor;
    }
    .wp-pagenavi .nextpostslink {
      width: 5.33vw;
      height: 6.13vw;
    }
    .wp-pagenavi .nextpostslink::after {
      border-top: 3vw solid transparent;
      border-bottom: 3vw solid transparent;
      border-left: 5.33vw solid currentColor;
    }
  }

/*記事詳細ナビ*/
.wp-detailnavi {
  position: relative;
  padding: 50px 0 0 0;
  text-align: center;
}
.wp-detailnavi a {
  display: block;
  text-decoration: none;
  color: #000;
  border: solid 1px #000;
  line-height: 40px;
  padding: 5px;
}
.wp-detailnavi a:hover {
  color: #fff;
  background: #000;
}
.prev_link {
  width: 33%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.next_link {
  width: 33%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.list_link {
  width: 34%;
  margin: 0 auto;
}
.list_link a {
  color: #fff;
  background: #000;
}
  @media screen and (max-width: 999px) {
    .wp-detailnavi {
      padding-top: 8vw;
    }
    .wp-detailnavi a {
      line-height: 9.33vw;
    }
    .prev_link {
      width: calc(32% - 1px);
    }
    .next_link {
      width: calc(32% - 1px);
    }
    .list_link {
      width: 36%;
    }
  }


/*----------------------------------------------------
  404 Not Found
--------------------------------------------------- */
#notfound {
  padding-bottom: 60px;
}
#notfound p {
  padding-bottom: 20px;
}
#notfound .btn01 {
  margin-top: 40px;
}
  @media screen and (max-width: 999px) {
    #notfound {
      padding-bottom: 10.66vw;
    }
    #notfound p {
      padding-bottom: 4vw;
    }
    #notfound .btn01 {
      margin-top: 6.66vw;
    }
    .notfound_box {
      text-align: left;
    }
  }

/*----------------------------------------------------
  お問い合わせ contact
--------------------------------------------------- */
#contact {
  background: #EDEDED;
}
#contact_lead {
  margin-bottom: 50px;
}
.contact_lead_txt {
  max-width: 1200px;
  margin: 0 auto 45px auto;
}
.contact_lead_tel {
  padding: 25px 20px;
  background: #D1D1D1;
}
.contact_lead_tel dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.6;
}
.contact_lead_tel dt {
  font-size: 2.3rem;
  margin-right: 25px;
}
.contact_lead_tel dd {
  font-size: 3.2rem;
}
.contact_lead_tel dd a {
  text-decoration: none;
}
  @media screen and (max-width: 999px) {
    #contact_lead {
      margin-bottom: 8vw;
    }
    .contact_lead_txt {
      max-width: 100%;
      margin: 0 auto 5.33vw auto;
      font-feature-settings: "palt";
    }
    .contact_lead_tel {
      padding: 6.66vw 4.8vw;
    }
    .contact_lead_tel dl {
      display: block;
      max-width: 100%;
      line-height: 1.4;
    }
    .contact_lead_tel dt {
      font-size: 4.8vw;
      margin-right: 0;
    }
    .contact_lead_tel dd {
      font-size: 8vw;
    }
  }

#contact_form {
  padding-bottom: 100px;
}
.form_area_wrap {
  background: #D1D1D1;
  padding: 0 20px;
}
.form_area {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 0 70px;
}
.form_area h2 {
  font-size: 3rem;
  margin-bottom: 25px;
  text-align: center;
}
.contact_privacy h3 {
  line-height: 1.8;
}
.contact_privacy {
  border: solid 1px rgba(45, 45, 45, 1);
  padding: 30px 20px;
  margin-bottom: 40px;
  line-height: 1.8;
}
.contact_privacy_box {
  max-width: 800px;
  margin: 20px auto;
  background: #5F5F5F;
  color: #fff;
  font-feature-settings: "palt";
  font-size: 1.4rem;
  padding: 4%;
}
.consent_box_inner .require {
  position: static!important;
}
.consent_box .wpcf7-list-item {
  margin: 0;
}
.consent_box .wpcf7-list-item-label {
  margin-left: 5px;
  font-feature-settings: "palt";
}
#your-zip {
  max-width: 160px;
}
  @media screen and (max-width: 999px) {
    #contact_form {
      padding-bottom: 13.33vw;
    }
    .form_area_wrap {
      padding: 5.33vw 4.8vw 12vw 4.8vw;
    }
    .form_area {
      max-width: 100%;
      padding: 6.66vw 0;
      font-feature-settings: "palt";
    }
    .form_area h2 {
      font-size: 5.33vw;
      margin-bottom: 3.33vw;
    }
    .contact_privacy h3 {
      text-align: left;
    }
    .contact_privacy {
      padding: 4.8vw;
      margin-bottom: 8vw;
    }
    .contact_privacy_box {
      max-width: 100%;
      margin: 3.33vw auto;
      font-feature-settings: "palt";
      font-size: 3.73vw;
      padding: 3.73vw;
    }
    .consent_box .wpcf7-list-item-label {
      margin-left: 1.33vw;
      font-feature-settings: "palt";
    }
    .consent_box_inner {
      text-align: left;
    }
    #your-zip {
      max-width: 42.66vw;
    }
  }

.form_area table {
  margin-bottom: 20px;
  line-height: 1.6;
}
.form_area th {
  width: 260px;
  padding: 10px 25px 10px 0;
  text-align: left;
  font-weight: 400;
  vertical-align: top;
  font-size: 1.7rem;
}
.form_area th > span {
  display:block;
  position:relative;
  padding-right: 50px;
  margin-top: 15px;
}
.form_area .require {
  position: absolute;
  color:#fff;
  background: #D72E00;
  font-style:normal;
  display:inline-block;
  font-size: 1.3rem;
  border-radius: 2px;
  width: 48px;
  line-height: 24px;
  text-align: center;
  right: 0;
  top: 2px;
}
.form_area td {
  padding: 10px 0;
}
.form_area td .wpcf7-text, 
.form_area td textarea {
  padding: 13px 15px;
  background: #EDEDED;
  border: solid 1px #ddd;
  border-radius: 3px;
  width: 100%;
  margin: 5px 0;
  outline: none;
}
.form_area td textarea {
  height: 250px;
}
.form_area td .wpcf7-list-item {
  display: block;
  margin: 5px 0;
}
.form_area td .wpcf7-list-item-label {
  margin: 0 0 0 5px;
}
  @media screen and (max-width: 999px) {
    .form_area {
      max-width: 100%;
      padding: 0;
    }
    .form_area table,
    .form_area tbody,
    .form_area tr,
    .form_area th,
    .form_area td {
      display: block;
      width: 100%!important;
    }
    .form_area table {
      margin-bottom: 2.66vw;
    }
    .form_area th {
      max-width: 100%;
      padding: 0 0 1.33vw 0;
      font-size: 4vw;
    }
    .form_area th span {
      display: inline-block;
      margin: 0;
      padding-right: 12vw;
    }
    .form_area .require {
      font-size: 3.46vw;
      width: 10vw;
      line-height: 6vw;
    }
    .form_area th .require {
      right: 0;
      top: calc(50% - 3vw);
    }
    .form_area td {
      padding: 0 0 3.33vw 0;
      border: none;
    }
    .form_area td .wpcf7-text,
    .form_area td textarea {
      padding: 2.66vw 3vw;
      margin: 0;
      font-size:max(3.46vw,1.6rem);
    }
    .form_area td textarea {
      height: 54vw;
    }
  }

.contact_note {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.entry_none {
  display: inline-block;
  width: 0;
  height: 0;
  overflow: hidden;
}
  @media screen and (max-width: 999px) {
    .form_area input[type="radio"],
    .form_area input[type="checkbox"] {
      transform: scale(1.5);
      vertical-align: middle;
    }
    .contact_note {
      font-size: 3.46vw;
      letter-spacing: 0;
      margin-top: 1.33vw;
    }
  }
  @media screen and (max-width: 500px) {
    .form_area input[type="radio"],
    .form_area input[type="checkbox"] {
      transform: scale(1);
    }
  }

/*プレースホルダー*/
::-webkit-input-placeholder { color:#999; opacity: 1; }
:-moz-placeholder { color:#999; opacity: 1; }
::-moz-placeholder { color:#999; opacity: 1; }

:focus::-webkit-input-placeholder { color:transparent; }
:focus:-moz-placeholder { color:transparent; }
:focus::-moz-placeholder { color:transparent; }

  @media screen and (max-width: 999px) {
    ::-webkit-input-placeholder { color:#aaa; font-size: 3.46vw; }
    :-moz-placeholder { color:#666; font-size: 3.46vw; }
    ::-moz-placeholder { color:#666; font-size: 3.46vw; }
  }

/*ボタン*/
.submit-btn {
  position: relative;
  display: block;
  text-align: center;
}
.submit-btn input {
  display: inline-block;
  min-width: 230px;
  line-height: 50px;
  padding: 0 12px;
  border-radius: 30px;
  background-color: rgba(0,17,204,0);
  border: solid 1px #0011cc;
  color: #0011cc;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  cursor: pointer;
  outline: none;
  letter-spacing: 0.1em;
  transition: all 0.3s ease-in-out 0s;
}
.submit-btn input:hover {
  background-color: #0011cc;
  color: #fff;
}
.submit-btn [disabled] {
  color: #888!important;
  opacity: 1!important;
  border: solid 1px #bbb!important;
  background-color: #bbb!important;
}
  @media screen and (max-width: 999px) {
    .submit-btn input {
      min-width: 61.33vw;
      line-height: 12.8vw;
      padding: 0 2.66vw;
      border-radius: 6.66vw;
      font-size: 4.8vw;
    }
  }

.wpcf7 .wpcf7-spinner {
  position: absolute;
  right: calc(50% - 35px)!important;
  bottom: -35px!important;
}
.wpcf7 .wpcf7-response-output {
  text-align: center!important;
}

.custom-wpcf7cp-confirm.wpcf7cp-form-hide > * {
  height: 0;
  padding: 0;
  margin: 0;
}
div#wpcf7cpcnf {
  position: relative!important;
}
div#wpcf7cpcnf table {
  margin-bottom: 40px;
}
div#wpcf7cpcnf th {
  width: 320px;
  padding: 18px 20px;
  text-align: left;
  font-weight: 500;
  vertical-align: middle;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
  background: #eeeeee;
}
div#wpcf7cpcnf th p {
  margin: 0;
}
div#wpcf7cpcnf td {
  padding: 18px 20px;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
}
  @media screen and (max-width: 999px) {
    div#wpcf7cpcnf table,
    div#wpcf7cpcnf tbody,
    div#wpcf7cpcnf tr,
    div#wpcf7cpcnf th,
    div#wpcf7cpcnf td {
      display: block;
      width: 100%;
    }
    div#wpcf7cpcnf table {
      margin-bottom: 6.66vw;
    }
    div#wpcf7cpcnf th {
      padding: 2.66vw 4vw;
    }
    div#wpcf7cpcnf td {
      padding: 4vw 0;
    }
  }

.wpcf7cp-btns {
  text-align: center;
}
.wpcf7cp-btns button {
  display: inline-block;
  min-width: 320px;
  line-height: 60px;
  padding: 0 12px;
  margin: 0 15px;
  border-radius: 30px;
  background-color: #E5151F;
  border: solid 1px #E5151F;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  font-style: normal;
  cursor: pointer;
  outline: none;
  letter-spacing: 0.08em;
  transition: all 0.2s ease-in-out 0s;
}
.wpcf7cp-btns button:hover {
  background-color: #fff;
  color: #E5151F;
}
.wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
	background-color: #999;
  border: solid 1px #999;
}
.wpcf7cp-btns .wpcf7cp-cfm-edit-btn:hover {
  color: #999;
}
  @media screen and (max-width: 999px) {
    .wpcf7cp-btns button {
      min-width: 74vw;
      line-height: 12.8vw;
      padding: 0 2.66vw;
      border-radius: 6.66vw;
      font-size: 4vw;
      margin-bottom: 4vw;
    }
  }
