@charset "UTF-8";
/* Scss Document */
#body {
  overflow: visible; }
  @media (max-width: 999px) {
    #body {
      overflow: hidden; } }

/* 
---------------------------------------
ownerNav
---------------------------------------
*/
#ownerNav {
  position: fixed;
  right: 2rem;
  bottom: 8rem;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease; }
  @media (max-width: 999px) {
    #ownerNav {
      left: 1rem;
      bottom: 60px;
      right: inherit; } }
  #ownerNav ul {
    margin: 0 0 1rem;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    /* PCでは常に表示 */
    max-height: max-content;
    opacity: 1;
    transform: none;
    overflow: visible; }
  #ownerNav a {
    display: block;
    padding: 0.8rem 1.6rem;
    background: #fff;
    border: 2px solid #1e73ff;
    border-radius: 999px;
    color: #1e73ff;
    font-size: 1.3rem;
    line-height: 1.4;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease; }
    #ownerNav a:hover {
      background: #1e73ff;
      color: #fff; }
  #ownerNav.is-show {
    opacity: 1;
    pointer-events: auto; }

#ownerNav.is-show {
  opacity: 1;
  pointer-events: auto; }

/* アクティブ状態 */
#ownerNav a.is-active {
  background: #1e73ff;
  color: #fff; }

#schedule {
  margin-top: -12rem;
  padding-top: 12rem; }

.ownerNavToggle {
  display: none; }

/* SP */
@media (max-width: 768px) {
  #ownerNav ul {
    max-height: 0;
    opacity: 0;
    transform: translateY(10px);
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.25s ease, transform 0.4s cubic-bezier(0.25, 1, 0.5, 1); }
  #ownerNav.is-open ul {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0); }

  .ownerNavToggle {
    display: flex;
    height: 3.6rem;
    width: 24rem;
    margin-bottom: 1rem;
    border-radius: 999px;
    background: #333;
    font-size: 2rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid;
    color: #fff;
    border: 2px solid #fff; } }
/*
-------------------------------------
about01
-------------------------------------
*/
#about01 {
  position: relative;
  z-index: 6;
  padding-top: 16rem;
  margin-top: -16rem; }
  @media (max-width: 999px) {
    #about01 {
      margin-top: -2rem;
      padding-top: 6rem; } }
  #about01 .ttlBox {
    padding-bottom: 2rem; }
    @media (max-width: 999px) {
      #about01 .ttlBox {
        margin-bottom: 0;
        padding-bottom: 112px; } }
  #about01 .picBox {
    position: relative; }
  #about01 .picBox img {
    border-radius: clamp(10px, 1.4285714286vw, 20px); }
  #about01 .picBox .logo {
    width: 57rem;
    left: 3rem;
    top: -3rem;
    position: absolute;
    z-index: 8;
    -webkit-z-index: 8; }
    @media (max-width: 999px) {
      #about01 .picBox .logo {
        width: 70%;
        left: 0;
        top: -70px; } }

/*
-------------------------------------
about02
-------------------------------------
*/
#about02 {
  position: relative;
  padding: 30rem 0 12rem;
  margin-top: -16rem;
  z-index: 2;
  background: #FFF5D3; }
  @media (max-width: 999px) {
    #about02 {
      margin-top: -12rem;
      padding: 18rem 0 6rem; } }
  #about02 .ttlBox .sttl span {
    color: #87399F; }
  #about02 .ttl {
    text-align: center;
    font-size: 4.8rem;
    color: #FFA100;
    line-height: 1.5;
    position: relative; }
    @media (max-width: 999px) {
      #about02 .ttl {
        font-size: 2rem; } }
  #about02 .txt {
    text-align: center; }
  #about02 .boxs {
    display: flex;
    justify-content: space-between;
    gap: 6rem;
    padding: 6rem;
    background: #fff;
    margin-bottom: 4rem;
    border-radius: clamp(25px, 3.5714285714vw, 50px);
    position: relative; }
    @media (max-width: 999px) {
      #about02 .boxs {
        flex-direction: column;
        gap: 2rem;
        padding: 3rem;
        margin-bottom: 2rem;
        border-radius: clamp(10px, 1.4285714286vw, 20px); } }
  #about02 .boxs:nth-child(2n+1) {
    flex-direction: row-reverse; }
    @media (max-width: 999px) {
      #about02 .boxs:nth-child(2n+1) {
        flex-direction: column; } }
    #about02 .boxs:nth-child(2n+1) .ssttlBox .number {
      color: #2B9A33;
      border-right: 1px solid rgba(43, 154, 51, 0.4); }
    #about02 .boxs:nth-child(2n+1) .ssttlBox .number span {
      color: rgba(43, 154, 51, 0.4); }
    #about02 .boxs:nth-child(2n+1) .ssttl {
      color: #2B9A33; }
  #about02 .boxs .box {
    width: calc(420/1080*100%); }
    @media (max-width: 999px) {
      #about02 .boxs .box {
        width: 100%; } }
  #about02 .boxs .pic {
    width: calc(600/1080*100%);
    height: auto;
    border-radius: clamp(10px, 1.4285714286vw, 20px); }
    @media (max-width: 999px) {
      #about02 .boxs .pic {
        width: 100%; } }
  #about02 .ssttlBox {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-bottom: 4rem; }
    @media (max-width: 999px) {
      #about02 .ssttlBox {
        gap: 2rem;
        margin-bottom: 2rem; } }
  #about02 .ssttlBox .number {
    display: grid;
    padding-right: 2.3rem;
    color: #87399F;
    line-height: 1;
    border-right: 1px solid rgba(135, 57, 159, 0.4); }
    @media (max-width: 999px) {
      #about02 .ssttlBox .number {
        padding-right: 2rem; } }
  #about02 .ssttlBox .number span {
    color: rgba(135, 57, 159, 0.4); }
  #about02 .ssttlBox .number strong {
    font-size: 6rem;
    font-weight: 700; }
    @media (max-width: 999px) {
      #about02 .ssttlBox .number strong {
        font-size: 4rem; } }
  #about02 .ssttlBox .number {
    font-size: 1.6rem;
    text-align: center; }
    @media (max-width: 999px) {
      #about02 .ssttlBox .number {
        font-size: 1.2rem; } }
  #about02 .ssttl {
    font-size: 3.2rem;
    font-weight: 900;
    color: #87399F;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #about02 .ssttl {
        font-size: 2rem; } }
  #about02 .sstxt {
    font-size: 1.6rem; }
    @media (max-width: 999px) {
      #about02 .sstxt {
        font-size: 1.4rem; } }
  #about02 .deco {
    position: absolute; }
  #about02 .deco.deco1 {
    top: 6rem;
    left: 4rem;
    width: 25rem; }
    @media (max-width: 999px) {
      #about02 .deco.deco1 {
        top: 12rem;
        left: 2rem;
        width: 9rem; } }
  #about02 .deco.deco10 {
    top: 6rem;
    right: 16rem;
    width: 10rem; }
    @media (max-width: 999px) {
      #about02 .deco.deco10 {
        top: 12rem;
        right: 5rem;
        width: 4rem; } }
  #about02 .deco.deco11 {
    top: 16rem;
    right: 1rem;
    width: 16rem; }
    @media (max-width: 999px) {
      #about02 .deco.deco11 {
        top: 15rem;
        right: 0rem;
        width: 6rem; } }
  #about02 .deco.deco3 {
    left: -8rem;
    width: 17rem; }
    @media (max-width: 999px) {
      #about02 .deco.deco3 {
        display: none; } }
  #about02 .deco.deco4 {
    right: -4rem;
    width: 18rem;
    top: 0rem; }
    @media (max-width: 999px) {
      #about02 .deco.deco4 {
        display: none; } }
  #about02 .deco.deco5 {
    width: 9.6rem;
    bottom: 4rem;
    left: -14rem; }
    @media (max-width: 999px) {
      #about02 .deco.deco5 {
        display: none; } }
  #about02 .deco.deco6 {
    width: 7.3rem;
    right: -4rem;
    bottom: 10rem; }
    @media (max-width: 999px) {
      #about02 .deco.deco6 {
        display: none; } }
  #about02 .deco.deco7 {
    width: 9.6rem;
    right: -14rem;
    bottom: -2rem; }
    @media (max-width: 999px) {
      #about02 .deco.deco7 {
        display: none; } }
  #about02 .deco.deco8 {
    left: -14rem;
    width: 16rem;
    bottom: -5rem; }
    @media (max-width: 999px) {
      #about02 .deco.deco8 {
        display: none; } }
  #about02 .deco.deco9 {
    width: 7rem;
    left: 5rem;
    bottom: -2rem; }
    @media (max-width: 999px) {
      #about02 .deco.deco9 {
        display: none; } }

/*
-------------------------------------
#about03 
-------------------------------------
*/
#about03 {
  padding: 0 0 12rem; }
  @media (max-width: 999px) {
    #about03 {
      padding: 0 0 6rem; } }
  #about03 .inner_M {
    padding: 8rem 0;
    margin-top: -8rem;
    background: #fff;
    border-radius: clamp(25px, 3.5714285714vw, 50px);
    position: relative; }
    @media (max-width: 999px) {
      #about03 .inner_M {
        padding: 4rem 0;
        margin-top: -4rem;
        border-radius: clamp(10px, 1.4285714286vw, 20px); } }
  #about03 .cards {
    display: flex;
    justify-content: space-between;
    margin-top: 12rem; }
    @media (max-width: 999px) {
      #about03 .cards {
        flex-direction: column;
        margin-top: 6rem; } }
  #about03 .card {
    width: calc(380/1200*100%);
    border-radius: clamp(25px, 3.5714285714vw, 50px);
    border: 0.6rem solid #0E7BDB;
    padding: 8rem 3rem 4rem;
    position: relative; }
    @media (max-width: 999px) {
      #about03 .card {
        width: 90%;
        border-radius: clamp(10px, 1.4285714286vw, 20px);
        padding: 6rem 1.5rem 2rem;
        border: 0.3rem solid #0E7BDB;
        margin: 0 auto 4rem; } }
  #about03 .ico {
    width: 9.2rem;
    position: absolute;
    top: -4.6rem;
    left: 0;
    right: 0;
    margin: 0 auto; }
    @media (max-width: 999px) {
      #about03 .ico {
        width: 6rem;
        top: -2rem; } }
  #about03 .decoTtl {
    font-size: 7rem;
    text-align: center;
    color: #0E7BDB;
    font-weight: 700;
    line-height: 1.2; }
    @media (max-width: 999px) {
      #about03 .decoTtl {
        font-size: 3.6rem; } }
  #about03 .lead {
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    height: 7.6rem;
    margin-bottom: 2rem; }
    @media (max-width: 999px) {
      #about03 .lead {
        font-size: 1.8rem;
        height: auto;
        margin-bottom: 1rem; } }
  #about03 .card:nth-child(2) {
    border: 0.6rem solid #2B9A33; }
    @media (max-width: 999px) {
      #about03 .card:nth-child(2) {
        border: 0.3rem solid #2B9A33; } }
    #about03 .card:nth-child(2) .decoTtl {
      color: #2B9A33; }
  #about03 .card:nth-child(3) {
    border: 0.6rem solid #87399F; }
    @media (max-width: 999px) {
      #about03 .card:nth-child(3) {
        border: 0.3rem solid #87399F; } }
    #about03 .card:nth-child(3) .decoTtl {
      color: #87399F; }

/*
-------------------------------------
#about04 
-------------------------------------
*/
#about04 {
  position: relative;
  padding-bottom: 12rem; }
  @media (max-width: 999px) {
    #about04 {
      padding-bottom: 0; } }
  #about04 .ttl {
    text-align: center;
    font-size: 4.8rem;
    color: #FFA100;
    line-height: 1.5;
    position: relative; }
    @media (max-width: 999px) {
      #about04 .ttl {
        font-size: 2.4rem; } }
  #about04 .txt {
    text-align: center;
    font-size: 1.6rem; }
    @media (max-width: 999px) {
      #about04 .txt {
        font-size: 1.4rem;
        text-align: left; } }
  #about04 .leadBox {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative; }
    @media (max-width: 999px) {
      #about04 .leadBox {
        flex-wrap: wrap;
        margin-bottom: 6rem; } }
  #about04 .lead {
    width: 22.5%;
    height: 100%; }
    @media (max-width: 999px) {
      #about04 .lead {
        width: 47.5%;
        margin-bottom: 2rem; } }
  #about04 .lead:nth-child(2n) {
    margin-top: 6rem; }
    @media (max-width: 999px) {
      #about04 .lead:nth-child(2n) {
        margin-top: 0; } }
  #about04 .boxs {
    display: flex;
    align-items: center;
    border: 6px solid #FFA100;
    border-radius: clamp(25px, 3.5714285714vw, 50px);
    padding: 4rem 6rem;
    position: relative;
    margin-bottom: 2rem; }
    @media (max-width: 999px) {
      #about04 .boxs {
        padding: 6rem 3rem 3rem;
        border: 3px solid #FFA100;
        width: 90%;
        margin: 0 auto 5rem; } }
  #about04 .boxs:nth-child(2n+1) {
    border: 6px solid #FFCC26; }
    @media (max-width: 999px) {
      #about04 .boxs:nth-child(2n+1) {
        border: 3px solid #FFA100; } }
  #about04 .number {
    width: 14rem;
    margin-left: -5rem;
    position: absolute;
    left: 0; }
    @media (max-width: 999px) {
      #about04 .number {
        width: 8rem;
        position: absolute;
        right: 0;
        top: -36px;
        margin: 0 auto; } }
  #about04 .box {
    width: 94rem;
    margin: 0 0 0 auto; }
    @media (max-width: 999px) {
      #about04 .box {
        width: 100%; } }
  #about04 .sttl {
    font-size: 3.2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    font-weight: 900; }
    @media (max-width: 999px) {
      #about04 .sttl {
        font-size: 2rem;
        margin-bottom: 1re; } }
  #about04 .stxt {
    font-weight: 400;
    font-size: 1.6rem; }
    @media (max-width: 999px) {
      #about04 .stxt {
        font-size: 1.4rem; } }
  #about04 .inner_M {
    position: relative;
    z-index: 1; }
  #about04 .ico {
    position: absolute;
    z-index: -1; }
  #about04 .ico.ico1 {
    width: 10.9rem;
    height: auto;
    top: 3rem;
    left: -12rem; }
    @media (max-width: 999px) {
      #about04 .ico.ico1 {
        width: 3.9rem;
        height: auto;
        top: -4rem;
        left: -1rem; } }
  #about04 .ico.ico4 {
    width: 10.9rem;
    height: auto;
    top: 3rem;
    left: -12rem; }
    @media (max-width: 999px) {
      #about04 .ico.ico4 {
        width: 3.9rem;
        height: auto;
        top: -4rem;
        left: -1rem; } }
  #about04 .ico.ico2 {
    width: 9rem;
    height: auto;
    top: 0;
    left: 3rem; }
    @media (max-width: 999px) {
      #about04 .ico.ico2 {
        width: 3rem;
        height: auto;
        top: -66px;
        left: 4rem; } }
  #about04 .ico.ico3 {
    width: 22.9rem;
    height: auto;
    top: -2rem;
    right: -6rem; }
    @media (max-width: 999px) {
      #about04 .ico.ico3 {
        width: 9.9rem;
        height: auto;
        top: -10rem;
        right: -1rem; } }
  #about04 .ico.ico4 {
    width: 10rem;
    height: auto;
    top: -1rem;
    left: -8.2rem; }
    @media (max-width: 999px) {
      #about04 .ico.ico4 {
        display: none; } }
  #about04 .ico.ico5 {
    width: 4.1rem;
    height: auto;
    bottom: 6rem;
    right: -4rem; }
    @media (max-width: 999px) {
      #about04 .ico.ico5 {
        display: none; } }
  #about04 .ico.ico6 {
    width: 7.1rem;
    height: auto;
    bottom: -2rem;
    right: -10rem; }
    @media (max-width: 999px) {
      #about04 .ico.ico6 {
        display: none; } }

/*
-------------------------------------
#about05 
-------------------------------------
*/
#about05 .ttlBox .sttl span {
  color: #87399F; }
#about05 .inner_L {
  background: #FFF5D3;
  border-radius: clamp(25px, 3.5714285714vw, 50px);
  padding: 12rem 5vw;
  position: relative; }
  @media (max-width: 999px) {
    #about05 .inner_L {
      padding: 5rem 3rem 2rem; } }
#about05 .ico2 {
  width: 22rem;
  height: auto;
  right: -6rem;
  bottom: -9rem;
  position: absolute; }
  @media (max-width: 999px) {
    #about05 .ico2 {
      width: 12rem;
      height: auto;
      right: -1rem;
      bottom: -3rem;
      position: absolute; } }
#about05 .boxs1 {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 4rem; }
  @media (max-width: 999px) {
    #about05 .boxs1 {
      flex-direction: column;
      margin-bottom: 4rem; } }
  #about05 .boxs1 .ico {
    position: absolute; }
  #about05 .boxs1 .ico3 {
    bottom: 0;
    left: -18rem;
    width: 22rem;
    height: auto; }
    @media (max-width: 999px) {
      #about05 .boxs1 .ico3 {
        display: none; } }
  #about05 .boxs1 .ico4 {
    bottom: 2rem;
    left: 6rem;
    width: 21rem;
    height: auto; }
    @media (max-width: 999px) {
      #about05 .boxs1 .ico4 {
        display: none; } }
  #about05 .boxs1 .pic {
    width: 45rem;
    height: 100%;
    border-radius: clamp(10px, 1.4285714286vw, 20px); }
    @media (max-width: 999px) {
      #about05 .boxs1 .pic {
        width: 100%; } }
  #about05 .boxs1 .box {
    width: 67rem; }
    @media (max-width: 999px) {
      #about05 .boxs1 .box {
        width: 100%; } }
  #about05 .boxs1 .nameTxt {
    font-size: 1.6rem;
    margin-bottom: 1rem; }
    @media (max-width: 999px) {
      #about05 .boxs1 .nameTxt {
        font-size: 1.4rem; } }
  #about05 .boxs1 .nameBox {
    margin-bottom: 2rem; }
  #about05 .boxs1 .name {
    font-size: 3.8rem;
    line-height: 1; }
    @media (max-width: 999px) {
      #about05 .boxs1 .name {
        font-size: 2.2rem; } }
    #about05 .boxs1 .name span {
      font-size: 1.4rem;
      margin-left: 2rem;
      color: #333333;
      opacity: 0.5; }
      @media (max-width: 999px) {
        #about05 .boxs1 .name span {
          font-size: 1rem;
          margin-left: 1rem; } }
  #about05 .boxs1 dl {
    display: flex;
    justify-content: space-between;
    padding: 2rem 1rem;
    border-top: 0.3rem solid #FFD079; }
    @media (max-width: 999px) {
      #about05 .boxs1 dl {
        border-top: 0.2rem solid #FFD079;
        flex-direction: column;
        padding: 1rem; } }
  #about05 .boxs1 dl.last {
    border-bottom: 0.3rem solid #FFD079;
    margin-bottom: 2rem; }
  #about05 .boxs1 dt {
    font-weight: 700;
    font-size: 1.6rem;
    width: 20%; }
    @media (max-width: 999px) {
      #about05 .boxs1 dt {
        width: 100%;
        margin-bottom: 0.5rem;
        font-size: 1.4rem; } }
  #about05 .boxs1 dd {
    font-size: 1.6rem;
    width: 80%; }
    @media (max-width: 999px) {
      #about05 .boxs1 dd {
        width: 100%;
        font-size: 1.4rem; } }
  #about05 .boxs1 .list li {
    font-size: 1.6rem;
    line-height: 2; }
    @media (max-width: 999px) {
      #about05 .boxs1 .list li {
        font-size: 1.4rem;
        text-indent: -1.6rem;
        padding-left: 1.6rem;
        margin-bottom: 0.5rem; } }
  #about05 .boxs1 .list li::before {
    content: "";
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 999px;
    background: #FFCC26;
    margin-right: 0.5rem;
    display: inline-block; }
  #about05 .boxs1 .list2 li::before {
    background: #999999; }
  #about05 .boxs1 .txtBox {
    background: #FFF9E8;
    border-radius: clamp(10px, 1.4285714286vw, 20px);
    padding: 2rem; }
  #about05 .boxs1 .txt {
    font-size: 1.6rem; }
    @media (max-width: 999px) {
      #about05 .boxs1 .txt {
        font-size: 1.4rem; } }
#about05 .boxs2 {
  background: #fff;
  border-radius: clamp(25px, 3.5714285714vw, 50px);
  padding: 6rem; }
  @media (max-width: 999px) {
    #about05 .boxs2 {
      padding: 3rem 2rem; } }
  #about05 .boxs2 .ttlBox {
    position: relative;
    text-align: center;
    margin-top: -9rem;
    margin-bottom: 2rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #about05 .boxs2 .ttlBox {
        margin-top: -4rem; } }
  #about05 .boxs2 .deco {
    width: 10rem;
    height: auto;
    margin: 0 auto 1rem; }
    @media (max-width: 999px) {
      #about05 .boxs2 .deco {
        width: 5rem; } }
  #about05 .boxs2 .ttl {
    font-size: 3.2rem;
    font-weight: 900; }
    @media (max-width: 999px) {
      #about05 .boxs2 .ttl {
        font-size: 2.2rem; } }
  #about05 .boxs2 .txt {
    font-size: 1.6rem; }
    @media (max-width: 999px) {
      #about05 .boxs2 .txt {
        font-size: 1.4rem; } }
#about05 .boxs3 {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 999px) {
    #about05 .boxs3 {
      flex-direction: column; } }
  #about05 .boxs3 .box {
    position: relative;
    border-radius: clamp(25px, 3.5714285714vw, 50px);
    background: #fff;
    overflow: hidden;
    width: 48%;
    position: relative;
    background: #FFF9E8; }
    @media (max-width: 999px) {
      #about05 .boxs3 .box {
        width: 100%;
        margin-bottom: 2rem; } }
    #about05 .boxs3 .box .figBox {
      margin-bottom: 6rem;
      display: flex;
      align-items: flex-end;
      background: #fff;
      padding: 6rem; }
      @media (max-width: 999px) {
        #about05 .boxs3 .box .figBox {
          padding: 3rem;
          margin-bottom: 2rem; } }
    #about05 .boxs3 .box .fig {
      width: 100%; }
    #about05 .boxs3 .box .ttlBox {
      position: relative;
      margin-bottom: 0;
      padding: 0 6rem 4rem;
      margin-top: -5rem; }
      @media (max-width: 999px) {
        #about05 .boxs3 .box .ttlBox {
          padding: 0 3rem 2rem;
          margin-top: -2rem; } }
    #about05 .boxs3 .box .deco {
      width: 11rem;
      height: auto;
      margin-top: -2rem; }
      @media (max-width: 999px) {
        #about05 .boxs3 .box .deco {
          width: 5rem;
          margin-top: -1rem; } }
    #about05 .boxs3 .box .ttl {
      font-size: 2.6rem;
      font-weight: 900;
      line-height: 1.5;
      margin-bottom: 2rem; }
      @media (max-width: 999px) {
        #about05 .boxs3 .box .ttl {
          font-size: 1.8rem; } }
    #about05 .boxs3 .box .txt {
      font-size: 1.6rem; }
      @media (max-width: 999px) {
        #about05 .boxs3 .box .txt {
          font-size: 1.4rem; } }
  #about05 .boxs3 .box.box2 .figBox {
    padding-top: 10rem; }
    @media (max-width: 999px) {
      #about05 .boxs3 .box.box2 .figBox {
        padding-top: 3rem; } }

/*
-------------------------------------
#about06 
-------------------------------------
*/
#about06 {
  position: relative;
  padding: 12rem 0; }
  @media (max-width: 999px) {
    #about06 {
      padding: 4rem 0 6rem; } }
  #about06 .bg {
    position: absolute;
    top: 0;
    z-index: -1; }
    @media (max-width: 999px) {
      #about06 .bg {
        width: 160%;
        max-width: none;
        left: 50%;
        transform: translateX(-50%); } }
  #about06 .ttlBox {
    text-align: center; }
  #about06 .deco1 {
    width: 7rem;
    height: auto; }
    @media (max-width: 999px) {
      #about06 .deco1 {
        width: 3rem; } }
  #about06 .ttl {
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #about06 .ttl {
        font-size: 2.6rem; } }
  #about06 .pic {
    border-radius: clamp(10px, 1.4285714286vw, 20px); }
  #about06 .inner_L {
    position: relative;
    z-index: 1; }
  #about06 .sttlBox {
    position: relative;
    width: max-content;
    margin: 0 auto 8rem; }
    @media (max-width: 999px) {
      #about06 .sttlBox {
        margin: 0 auto 4rem; } }
    #about06 .sttlBox .sttl {
      font-size: 4.8rem;
      text-align: center;
      color: #FFA100;
      line-height: 1.5; }
      @media (max-width: 999px) {
        #about06 .sttlBox .sttl {
          font-size: 2rem; } }
    #about06 .sttlBox .deco {
      position: absolute;
      z-index: -1;
      width: 12rem;
      height: auto; }
      @media (max-width: 999px) {
        #about06 .sttlBox .deco {
          width: 4rem; } }
    #about06 .sttlBox .deco.left {
      top: -1rem;
      left: -6rem; }
      @media (max-width: 999px) {
        #about06 .sttlBox .deco.left {
          top: -1rem;
          left: -2rem; } }
    #about06 .sttlBox .deco.right {
      bottom: -1rem;
      right: -6rem; }
      @media (max-width: 999px) {
        #about06 .sttlBox .deco.right {
          bottom: -1rem;
          right: -2rem; } }
    #about06 .sttlBox .ico1 {
      position: absolute;
      right: -23rem;
      width: 20rem;
      top: -4rem;
      height: auto; }
      @media (max-width: 999px) {
        #about06 .sttlBox .ico1 {
          display: none; } }
  #about06 .boxs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4rem; }
    @media (max-width: 999px) {
      #about06 .boxs {
        flex-direction: column;
        gap: 2rem; } }
  #about06 .pic2 {
    width: 57rem;
    height: auto; }
    @media (max-width: 999px) {
      #about06 .pic2 {
        width: 100%; } }
  #about06 .box {
    width: 53rem; }
    @media (max-width: 999px) {
      #about06 .box {
        width: 100%; } }
  #about06 .ssttl {
    font-size: 3.8rem;
    line-height: 1.5; }
    @media (max-width: 999px) {
      #about06 .ssttl {
        font-size: 2.2rem; } }
  #about06 .ssttlBox .en {
    color: #FFA100; }
  #about06 dl {
    background: #FFF9E8;
    padding: 4rem 6rem;
    border-radius: clamp(25px, 3.5714285714vw, 50px);
    font-size: 1.6rem; }
    @media (max-width: 999px) {
      #about06 dl {
        padding: 2rem 3rem;
        font-size: 1.4rem; } }

/*
-------------------------------------
#about07 
-------------------------------------
*/
#about07 {
  padding: 16rem 0;
  background-image: url(../../wp/wp-content/themes/daikoku_260115/img/about/07_bg.jpg);
  background-repeat: repeat;
  position: relative; }
  @media (max-width: 999px) {
    #about07 {
      padding: 6rem 0;
      margin-bottom: 4rem; } }
  #about07 .inner_M {
    position: relative; }
  #about07 .ico {
    position: absolute; }
  #about07 .ico1 {
    top: -21rem;
    left: -8rem;
    width: 8rem;
    height: auto; }
    @media (max-width: 999px) {
      #about07 .ico1 {
        top: -8rem;
        left: 1rem;
        width: 4rem;
        height: auto; } }
  #about07 .ico.ico4 {
    top: -20rem;
    right: 15rem;
    width: 9rem;
    height: auto; }
    @media (max-width: 999px) {
      #about07 .ico.ico4 {
        top: -9rem;
        right: 9rem;
        width: 5rem;
        height: auto; } }
  #about07 .ico.ico5 {
    top: -24rem;
    right: -9rem;
    width: 22rem;
    height: auto; }
    @media (max-width: 999px) {
      #about07 .ico.ico5 {
        top: -10rem;
        right: 0rem;
        width: 9rem;
        height: auto; } }
  #about07 .ico.ico6 {
    bottom: -19rem;
    left: -11rem;
    width: 15rem;
    height: auto;
    height: auto; }
    @media (max-width: 999px) {
      #about07 .ico.ico6 {
        display: none; } }
  #about07 .ico.ico7 {
    bottom: -19rem;
    left: 5rem;
    width: 10rem; }
    @media (max-width: 999px) {
      #about07 .ico.ico7 {
        display: none; } }
  #about07 .deco {
    font-size: 2rem;
    color: #FFA100;
    line-height: 1;
    margin-bottom: 1rem;
    text-align: center; }
    @media (max-width: 999px) {
      #about07 .deco {
        font-size: 1.6rem; } }
  #about07 .ttl {
    font-size: 3.8rem;
    line-height: 1.5;
    text-align: center; }
    @media (max-width: 999px) {
      #about07 .ttl {
        font-size: 2.2rem; } }
  #about07 .boxs {
    display: flex;
    justify-content: space-between;
    gap: 4rem; }
    @media (max-width: 999px) {
      #about07 .boxs {
        flex-direction: column;
        gap: 2rem;
        margin-bottom: 2rem; } }
  #about07 .txtBox {
    width: 58rem; }
    @media (max-width: 999px) {
      #about07 .txtBox {
        width: 100%; } }
  #about07 .pic1 {
    width: 53rem;
    height: 100%; }
    @media (max-width: 999px) {
      #about07 .pic1 {
        width: 100%; } }
  #about07 .nameBox {
    text-align: right; }
  #about07 .nameDeco {
    font-size: 1.6rem; }
    @media (max-width: 999px) {
      #about07 .nameDeco {
        font-size: 1.4rem; } }
  #about07 .name {
    font-size: 2.4rem; }
    @media (max-width: 999px) {
      #about07 .name {
        font-size: 1.8rem; } }
  #about07 .pics {
    display: flex;
    justify-content: space-between;
    gap: 4rem; }
    @media (max-width: 999px) {
      #about07 .pics {
        flex-direction: column;
        gap: 2rem; } }
    #about07 .pics .pic {
      width: 48%;
      height: auto; }
      @media (max-width: 999px) {
        #about07 .pics .pic {
          width: 100%; } }

/*
-------------------------------------
#about08
-------------------------------------
*/
#about08 {
  padding-top: 16rem;
  margin-top: -16rem; }
  @media (max-width: 999px) {
    #about08 {
      padding-top: 6rem;
      margin-top: -6rem;
      margin-bottom: 6rem; } }
  #about08 .deco {
    font-size: 2rem;
    color: #FFA100;
    line-height: 1;
    margin-bottom: 1rem;
    text-align: center; }
    @media (max-width: 999px) {
      #about08 .deco {
        font-size: 1.6rem; } }
  #about08 .ttl {
    font-size: 3.8rem;
    line-height: 1.5;
    text-align: center; }
    @media (max-width: 999px) {
      #about08 .ttl {
        font-size: 2.2rem; } }
  #about08 dl {
    display: flex; }
  #about08 dt {
    width: calc(280/1200*100%);
    border-top: 0.3rem solid #F8DF8D;
    padding: 2rem;
    font-weight: 700; }
    @media (max-width: 999px) {
      #about08 dt {
        padding: 1rem;
        font-size: 1.2rem;
        border-top: 0.2rem solid #F8DF8D;
        width: calc(320/1200*100%); } }
  #about08 dd {
    width: calc(920/1200*100%);
    border-top: 0.3rem solid #F2F3F4;
    padding: 2rem; }
    @media (max-width: 999px) {
      #about08 dd {
        width: calc(880/1200*100%);
        padding: 1rem;
        font-size: 1.2rem;
        border-top: 0.2rem solid #F2F3F4; } }
  #about08 .last dt {
    border-bottom: 0.3rem solid #F8DF8D; }
    @media (max-width: 999px) {
      #about08 .last dt {
        border-bottom: 0.2rem solid #F8DF8D; } }
  #about08 .last dd {
    border-bottom: 0.3rem solid #F2F3F4; }
    @media (max-width: 999px) {
      #about08 .last dd {
        border-bottom: 0.2rem solid #F2F3F4; } }

/*
-------------------------------------
#about09 
-------------------------------------
*/
#about09 {
  background: #FFF5D3; }
  #about09 .bgDeco {
    background: url(../../wp/wp-content/themes/daikoku_260115/img/about/09_bgDeco.png) repeat-y top center;
    background-size: 95%;
    padding-bottom: 16rem;
    background-position-y: -6rem; }
    @media (max-width: 999px) {
      #about09 .bgDeco {
        padding-bottom: 8rem;
        background-position-y: -3rem; } }
  #about09 .ttlBox {
    background: #FFF5D3;
    margin-top: -6rem;
    position: relative;
    padding: 8rem 0 0;
    border-radius: clamp(25px, 3.5714285714vw, 50px); }
    @media (max-width: 999px) {
      #about09 .ttlBox {
        margin-top: -3rem;
        padding: 4rem 0 0; } }
  #about09 .ttl {
    font-size: 3.8rem;
    text-align: center;
    line-height: 1.2; }
    @media (max-width: 999px) {
      #about09 .ttl {
        font-size: 2rem;
        line-height: 1.5; } }
    #about09 .ttl small {
      font-size: 2.6rem;
      text-align: center; }
      @media (max-width: 999px) {
        #about09 .ttl small {
          font-size: 1.8rem; } }
  #about09 .txt {
    font-size: 1.6rem;
    text-align: center; }
    @media (max-width: 999px) {
      #about09 .txt {
        font-size: 1.4rem; } }
  #about09 .txt1 {
    width: 36rem;
    margin: 0 auto 2rem;
    white-space: nowrap; }
    @media (max-width: 999px) {
      #about09 .txt1 {
        width: 90%;
        margin: 0 auto 1rem;
        text-align: left; } }
  #about09 .txt2 {
    margin-bottom: 6rem; }
    @media (max-width: 999px) {
      #about09 .txt2 {
        width: 90%;
        margin: 0 auto 3em;
        text-align: left; } }

#about09 .boxs1 {
  margin-bottom: 131px; }
  @media (max-width: 999px) {
    #about09 .boxs1 {
      margin-bottom: 40px; } }

#about09 .boxs1 .picBox {
  border-radius: clamp(10px, 1.4285714286vw, 20px);
  width: 100%;
  margin-bottom: 55px; }
  @media (max-width: 999px) {
    #about09 .boxs1 .picBox {
      margin-bottom: 30px; } }

#about09 .boxs1 .picBox img {
  width: 100%;
  display: block;
  height: auto; }

#about09 .boxs2 {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 999px) {
    #about09 .boxs2 {
      width: auto;
      max-width: inherit;
      margin: inherit;
      overflow-x: scroll;
      margin-left: 5%;
      padding-top: 30px;
      margin-top: 20px;
      padding-bottom: 20px; } }

#about09 .boxs2 .box {
  width: 31.1%;
  background: #fff;
  border-radius: clamp(25px, 3.5714285714vw, 50px);
  padding: 175px 3.8% 3.8%;
  position: relative; }
  @media (max-width: 999px) {
    #about09 .boxs2 .box {
      flex-shrink: 0;
      width: 80%;
      margin-right: 5%;
      padding: 40.2% 5.5% 5.5%;
      border-radius: clamp(10px, 1.4285714286vw, 20px); } }

#about09 .boxs2 .box .picBox {
  position: absolute;
  top: -23px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  width: 41%;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 999px) {
    #about09 .boxs2 .box .picBox {
      width: 50%;
      flex-direction: column;
      border-radius: 50%; } }

@media (max-width: 999px) {
  #about09 .boxs2 .box .txtBox p {
    font-size: 14px; } }

#about09 .boxs2 .box .txtBox .name {
  position: relative;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 10px; }
  @media (max-width: 999px) {
    #about09 .boxs2 .box .txtBox .name {
      font-size: 16px;
      margin-bottom: 5px;
      margin-top: 8px; } }

#about09 .boxs2 .box .txtBox .name::before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%); }

#about09 .boxs2 .box1 .txtBox .name::before {
  background: #FFA100; }

#about09 .boxs2 .box2 .txtBox .name::before {
  background: #87399F; }

#about09 .boxs2 .box3 .txtBox .name::before {
  background: #2B9A33; }

#about09 .boxs2 .box .txtBox .position {
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 33px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-align: center; }
  @media (max-width: 999px) {
    #about09 .boxs2 .box .txtBox .position {
      font-size: 14px;
      line-height: 18px; } }

#about09 .boxs2 .box .txtBox .stxt {
  font-size: 14px;
  line-height: 2;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }

/*
-------------------------------------
#about10
-------------------------------------
*/
#about10 {
  padding: 0 0 0; }
  #about10 .interviewLayout {
    display: flex;
    align-items: flex-start;
    gap: 6rem; }
    @media (max-width: 999px) {
      #about10 .interviewLayout {
        flex-direction: column; } }
  #about10 .interviewNav {
    width: 28rem;
    position: sticky;
    top: 16rem;
    z-index: 2;
    margin-top: 12rem; }
    @media (max-width: 999px) {
      #about10 .interviewNav {
        display: none; } }
    #about10 .interviewNav li {
      padding: 2rem 0 2rem 4rem;
      border-left: 2px solid #F2F3F4; }
    #about10 .interviewNav .en {
      line-height: 1;
      font-size: 1.2rem; }
    #about10 .interviewNav .is-active {
      border-left: 2px solid #0E7BDB; }
      #about10 .interviewNav .is-active .en {
        color: #0E7BDB; }
  #about10 .boxs3 {
    flex: 1;
    min-width: 0; }
  #about10 #interview01,
  #about10 #interview02,
  #about10 #interview03,
  #about10 #interview04,
  #about10 #interview05,
  #about10 #interview06 {
    padding-top: 14rem;
    margin-right: 6rem; }
    @media (max-width: 999px) {
      #about10 #interview01,
      #about10 #interview02,
      #about10 #interview03,
      #about10 #interview04,
      #about10 #interview05,
      #about10 #interview06 {
        padding-top: 6rem;
        margin-right: 0; } }
  #about10 .box {
    margin-bottom: 6rem; }
    @media (max-width: 999px) {
      #about10 .box {
        margin-bottom: 3rem; } }

#about10 .boxs3 .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem; }
  @media (max-width: 999px) {
    #about10 .boxs3 .box {
      flex-direction: column;
      margin-bottom: 20px; } }

#about10 .boxs3 .box10,
#about10 .boxs3 .box17,
#about10 .boxs3 .box27 {
  margin-bottom: 93px; }
  @media (max-width: 999px) {
    #about10 .boxs3 .box10,
    #about10 .boxs3 .box17,
    #about10 .boxs3 .box27 {
      margin-bottom: 50px; } }

#about10 .InterviewPic {
  border-radius: clamp(10px, 1.4285714286vw, 20px); }

#about10 .InterviewPic img {
  display: block;
  border-radius: clamp(10px, 1.4285714286vw, 20px); }

#about10 .boxs3 .box:last-child {
  margin-bottom: 0; }

#about10 .boxs3 .box .picBox {
  background: #F2F3F4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 13%; }
  @media (max-width: 999px) {
    #about10 .boxs3 .box .picBox {
      width: 15%;
      flex-direction: column;
      justify-content: flex-start;
      height: 40%;
      margin: 0 auto 16px 0; } }

#about10 .boxs3 .box .txtBox {
  width: 82%; }
  @media (max-width: 999px) {
    #about10 .boxs3 .box .txtBox {
      width: 100%; } }

@media (max-width: 999px) {
  #about10 .boxs3 .box .txtBox .stxt {
    font-size: 13px; } }

#about10 .sttlBox {
  position: relative;
  padding-left: 34px;
  margin-bottom: 60px; }
  @media (max-width: 999px) {
    #about10 .sttlBox {
      padding-left: 24px;
      margin-bottom: 30px; } }

#about10 .sttlBox img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5.6px; }
  @media (max-width: 999px) {
    #about10 .sttlBox img {
      width: 4.4px; } }

#about10 .sttlBox .sttlDeco {
  font-size: 18px;
  line-height: 22px;
  font-family: Josefin Sans, sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #0E7BDB; }
  @media (max-width: 999px) {
    #about10 .sttlBox .sttlDeco {
      font-size: 15px;
      line-height: 20px; } }

#about10 .sttlBox h4 {
  font-size: 36px;
  line-height: 54px;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 999px) {
    #about10 .sttlBox h4 {
      font-size: 24px;
      line-height: 42px; } }

#about10 .boxs3 .box .stxt {
  font-size: 15px; }

#about10 .boxs3 .box .txtBox .tag {
  width: 56px;
  text-align: center;
  border-radius: clamp(25px, 3.5714285714vw, 50px);
  color: #fff;
  font-family: Noto Sans JP, sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px; }
  @media (max-width: 999px) {
    #about10 .boxs3 .box .txtBox .tag {
      font-size: 13px; } }

#about10 .boxs3 .box .txtBox .tag_o {
  background: #FFA100; }

#about10 .boxs3 .box .txtBox .tag_g {
  background: #2B9A33; }

#about10 .boxs3 .box .txtBox .tag_p {
  background: #87399F; }

#about10 .boxs3 .box .txtBox .tag_y {
  background: #FFCC26; }
