@charset "UTF-8";
/*=============================================
 * HOME
*=============================================*/
#mv {
  background-image: linear-gradient(to right, #C5E6FC 50%, #FFD3D3 50%);
  width: 100%;
  position: relative;
  color: #fff;
  padding: 12% 0 105px;
  box-sizing: border-box; }
  #mv:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url("../img/index/mv-deco.webp") no-repeat center top 36%/100% auto;
    position: absolute;
    top: 0;
    left: 0; }
  #mv .photo {
    display: flex;
    justify-content: center;
    gap: 25%;
    width: 100%;
    position: absolute; }
    #mv .photo figure {
      width: 18.8%; }
    #mv .photo figcaption {
      position: absolute;
      top: 0; }
    #mv .photo .img-l figcaption {
      width: 5.5%;
      left: 2.6%; }
    #mv .photo .img-r img {
      position: relative;
      z-index: 1; }
    #mv .photo .img-r figcaption {
      width: 5.8%;
      right: 2.6%; }
  #mv .catch {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    position: relative;
    z-index: 1; }
    #mv .catch h2 {
      width: 18.4%; }
      #mv .catch h2 img {
        filter: drop-shadow(1px 1px 40px rgba(145, 127, 48, 0.1)); }
    #mv .catch h3 {
      width: 15.2%;
      padding-top: 10px; }
    #mv .catch .button {
      display: flex;
      justify-content: center;
      gap: 50px;
      padding-top: 55px; }
      #mv .catch .button a {
        width: 229px;
        height: 55px;
        background: #fff;
        color: #3B4043;
        padding: 0 25px 0 0px; }
        #mv .catch .button a:hover {
          background: #3B4043;
          color: #fff; }

.btn-scroll {
  cursor: pointer;
  padding-bottom: 305px;
  transition: all 0.3s;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #C7C7C7;
  position: relative;
  margin: 0 auto;
  padding-bottom: 70px; }
  .btn-scroll .txt-vertical {
    width: 12px;
    height: 65px;
    cursor: inherit; }
  .btn-scroll .txt-latin {
    cursor: inherit; }
  .btn-scroll .border {
    width: 1px;
    height: 62px;
    background-color: #C7C7C7;
    position: absolute;
    bottom: 0;
    left: 40%; }
    .btn-scroll .border:before {
      content: '';
      width: 100%;
      height: 100%;
      background-color: #000;
      position: absolute;
      top: 0;
      left: 0;
      animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite; }
  .btn-scroll:hover {
    opacity: 0.7; }

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
@media screen and (max-width: 1800px) {
  #mv:after {
    background-position: center top 30%; } }
@media screen and (max-width: 1400px) {
  #mv:after {
    background-position: center top 25%; } }
@media screen and (max-width: 1023px) {
  #mv {
    padding-top: 26vw; }
    #mv:after {
      background-position: center top 20vw;
      background-size: 150% auto; }
    #mv .photo figure {
      width: 30%; }
    #mv .photo .img-l figcaption {
      width: 11%;
      left: 0; }
    #mv .photo .img-r figcaption {
      width: 12%;
      top: -15vw;
      right: 0; }
    #mv .catch h2 {
      width: 30%; }
    #mv .catch h3 {
      width: 20%; } }
@media screen and (max-width: 767px) {
  #mv {
    padding: 65px 0 25px; }
    #mv:before {
      content: '';
      width: 100%;
      padding-top: 16%;
      background: url("../img/index/mv-bg.png") no-repeat center top/cover;
      position: absolute;
      top: 100%;
      left: 0; }
    #mv:after {
      background-position: center top 30px;
      background-size: 160% auto; }
    #mv .photo {
      gap: 16.7%; }
      #mv .photo figure {
        width: 33.7%; }
      #mv .photo .img-r figcaption {
        top: -65px; }
    #mv .catch {
      padding: 10vw 0 4vw; }
      #mv .catch h3,
      #mv .catch .button {
        display: none; }

  .btn-scroll {
    padding-bottom: 60px; } }
/* -- --*/
#top__news {
  background: url("../img/index/mv-bg.png") no-repeat center top/100% 100%;
  position: relative;
  padding: 0 0 20px; }
  #top__news h2 {
    width: 185px;
    margin: 0 auto -12px; }
  #top__news .list {
    width: 50.5%;
    margin: 0 auto;
    position: relative; }
    #top__news .list li + li {
      margin-top: 6px; }
    #top__news .list a {
      display: grid;
      grid-template-columns: auto auto 1fr;
      align-items: center;
      gap: 10px;
      background-color: #F7F7F7;
      border-radius: 50px;
      font-weight: 700;
      line-height: 24px;
      padding: 11px 50px 12px 30px;
      position: relative; }
      #top__news .list a:after {
        content: '';
        width: 24px;
        height: 24px;
        background: url("../img/common/btn-arrow-2.png") no-repeat center top/cover;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0, -50%);
        transition: all 0.3s; }
      #top__news .list a:hover:after {
        transform: translate(5px, -50%); }
    #top__news .list time {
      color: #AFAFAF; }
    #top__news .list .cat {
      min-width: 66px;
      font-size: 12px;
      line-height: 20px;
      border-radius: 10px;
      text-align: center;
      padding: 0 5px; }
    #top__news .list .ttl {
      position: relative;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      display: -webkit-box;
      overflow: hidden; }

@media screen and (max-width: 767px) {
  #top__news {
    background: transparent; }
    #top__news h2 {
      width: 150px;
      margin-bottom: -6px; }
    #top__news .list {
      width: 100%;
      font-size: 14px;
      line-height: 20px; }
      #top__news .list li:not(:first-child) {
        display: none; }
      #top__news .list a {
        display: block;
        padding: 10px 60px 11px 100px;
        position: relative; }
        #top__news .list a:after {
          width: 28px;
          height: 28px; }
      #top__news .list .cat {
        display: inline-block;
        min-width: 60px;
        font-size: 10px;
        line-height: 17px; }
      #top__news .list time {
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%); } }
/* -- --*/
#top__about {
  margin-top: 70px;
  padding: 30vw 0 0;
  overflow: hidden;
  position: relative; }
  #top__about .carousel-wrapper {
    width: 150%;
    height: 40vw;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%); }
    #top__about .carousel-wrapper svg {
      position: absolute;
      width: 100%;
      height: 100%;
      pointer-events: none; }
    #top__about .carousel-wrapper .slide {
      width: 14%;
      position: absolute;
      border-radius: 20px;
      overflow: hidden;
      will-change: transform; }
    #top__about .carousel-wrapper .slide img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: rotate(180deg); }
  #top__about h2 img {
    max-width: 402px; }
  #top__about h2 span {
    display: block;
    position: relative;
    margin-top: -30px; }
  #top__about .txt {
    line-height: 52px;
    padding-top: 55px; }
  #top__about .button {
    padding-top: 75px; }
  #top__about .photo {
    max-width: 765px;
    margin: 0 auto;
    padding-top: 130px;
    position: relative;
    z-index: 1; }

@media screen and (max-width: 1023px) {
  #top__about .photo {
    max-width: 500px;
    padding-bottom: 80px; } }
@media screen and (max-width: 767px) {
  #top__about {
    background: url("../img/index/feature-bg-t_sp.jpg") no-repeat center bottom/100% auto;
    margin-top: 48px;
    padding: 45vw 0 21vw; }
    #top__about .carousel-wrapper {
      width: 250%;
      height: 70vw; }
      #top__about .carousel-wrapper .slide {
        width: 16%;
        border-radius: 10px; }
    #top__about h2 img {
      max-width: 205px; }
    #top__about h2 span {
      margin-top: -15px; }
    #top__about .txt {
      max-width: 324px;
      line-height: 30px;
      margin: 0 auto;
      padding-top: 48px; }
    #top__about .button {
      padding-top: 60px; }
    #top__about .photo {
      width: 70%;
      padding-top: 75px;
      padding-bottom: 0; } }
/* -- --*/
#top__features {
  background: url("../img/index/feature-bg-t.jpg") no-repeat center top/100% auto;
  background-color: #FEF8E4;
  position: relative;
  margin-top: -180px;
  padding: 38.8% 0 230px; }
  #top__features:before {
    content: '';
    width: 100%;
    height: 130px;
    background-color: #FEF8E4;
    position: absolute;
    top: 100%;
    left: 0; }
  #top__features .wrap {
    display: grid;
    grid-template-columns: 405px 1fr;
    align-items: flex-start;
    gap: 70px; }
  #top__features h2 {
    max-width: 350px; }
    #top__features h2 small,
    #top__features h2 > span {
      display: block; }
    #top__features h2 small {
      font-weight: 700;
      font-size: 16px;
      line-height: 24px;
      padding-top: 55px; }
    #top__features h2 > span {
      padding-top: 15px; }
  #top__features .col-l {
    position: sticky;
    top: 100px; }
    #top__features .col-l:before {
      content: '';
      border-right: 1px solid #707070;
      position: absolute;
      top: 60px;
      right: 0;
      bottom: 0; }
    #top__features .col-l .txt {
      max-width: 320px;
      padding-top: 45px; }
  #top__features .col-r .item {
    display: grid;
    grid-template-columns: 346px 340px;
    align-items: flex-end;
    gap: 40px; }
    #top__features .col-r .item + .item {
      padding-top: 92px; }
  #top__features .col-r .txt {
    font-weight: 700;
    padding-top: 28px; }

@media screen and (max-width: 1440px) {
  #top__features .col-r .item {
    grid-template-columns: 1fr 340px; } }
@media screen and (max-width: 1200px) {
  #top__features .col-r .item {
    grid-template-columns: 1fr; }
  #top__features .col-r figure {
    max-width: 346px;
    margin: 0 auto; } }
@media screen and (max-width: 1023px) {
  #top__features .wrap {
    grid-template-columns: 1fr; }
  #top__features .col-l {
    max-width: 350px;
    position: relative;
    top: 0;
    border-bottom: 1px solid #707070;
    margin: 0 auto;
    padding-bottom: 70px; }
    #top__features .col-l:before {
      display: none; } }
@media screen and (max-width: 767px) {
  #top__features {
    background: #FEF8E4;
    margin-top: 0;
    padding: 80px 0; }
    #top__features .wrap {
      gap: 30px; }
    #top__features h2 small {
      padding-top: 30px; }
    #top__features h2 span {
      padding-top: 10px; }
    #top__features .col-l {
      padding-bottom: 30px; }
      #top__features .col-l .txt {
        padding-top: 20px; }
    #top__features .col-r .item {
      gap: 30px; }
      #top__features .col-r .item + .item {
        padding-top: 48px; }
    #top__features .col-r .txt {
      padding-top: 20px; } }
/*=============================================
 * プライバシーポリシー
*=============================================*/
#privacy {
  font-size: 14px;
  line-height: 32px;
  padding: 215px 0 340px; }
  #privacy p + p {
    padding-top: 40px; }
  #privacy .last {
    padding-top: 120px; }

@media screen and (max-width: 767px) {
  #privacy {
    padding: 80px 0; }
    #privacy p + p {
      padding-top: 20px; }
    #privacy .last {
      padding-top: 60px; } }
/* -- --*/
/*=============================================
 * 私たちについて
*=============================================*/
#profile {
  padding: 130px 0 300px; }
  #profile .tb-info dl {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 15px; }
    #profile .tb-info dl + dl {
      border-top: 1px solid #EBEBEB;
      margin-top: 16px;
      padding-top: 16px; }
    #profile .tb-info dl a {
      display: inline-block;
      width: 127px;
      background-color: #FDF2CD;
      font-weight: 700;
      line-height: 37px;
      border-radius: 50px;
      text-align: center;
      margin-left: 30px; }
  #profile .gmap {
    width: 100%;
    height: 506px;
    position: relative;
    margin-top: 250px; }
    #profile .gmap iframe {
      display: block;
      width: 100%;
      height: 100%; }

@media screen and (max-width: 767px) {
  #profile {
    padding: 50px 0 80px; }
    #profile .tb-info dl {
      grid-template-columns: 70px 1fr;
      gap: 10px; }
      #profile .tb-info dl a {
        margin: 10px 0 0; }
    #profile .gmap {
      height: 300px;
      margin-top: 100px; } }
/*=============================================
 * 事務所案内
*=============================================*/
.information-facility {
  position: relative;
  padding: 220px 0 245px; }
  .information-facility:before {
    content: '';
    width: 100%;
    height: 362px;
    position: absolute;
    bottom: 0;
    left: 0; }
  .information-facility h2 {
    width: 106px;
    position: absolute;
    top: 330px;
    left: 0; }
  .information-facility .box {
    display: flex;
    align-items: center;
    gap: 95px; }
    .information-facility .box figure {
      width: 431px; }
    .information-facility .box .col {
      width: calc(100% - 526px); }
    .information-facility .box h3 span {
      display: block;
      padding-bottom: 12px; }
    .information-facility .box h3 img {
      max-height: 27px; }
    .information-facility .box .txt {
      line-height: 40px;
      padding-top: 30px; }
    .information-facility .box .txt-info {
      padding-top: 55px; }
      .information-facility .box .txt-info dl {
        display: grid;
        grid-template-columns: 90px 1fr; }
        .information-facility .box .txt-info dl dt {
          position: relative; }
          .information-facility .box .txt-info dl dt:after {
            content: '：';
            position: absolute;
            top: 0;
            right: 0; }
  .information-facility .gmap {
    width: 100%;
    height: 424px;
    position: relative;
    margin-top: 110px; }
    .information-facility .gmap iframe {
      display: block;
      width: 100%;
      height: 100%; }

#hanao:before {
  background-color: #C5E6FC; }

#hanako:before {
  background-color: #FFD3D3; }
#hanako .box {
  flex-direction: row-reverse; }

@media screen and (max-width: 1350px) {
  .information-facility {
    padding-right: 20px;
    padding-left: 120px; }
    .information-facility h2 {
      top: 220px; } }
@media screen and (max-width: 1023px) {
  .information-facility {
    padding-right: 0px;
    padding-left: 0px; }
    .information-facility h2 {
      width: auto;
      position: static;
      text-align: center;
      margin-bottom: -10px; }
      .information-facility h2 img {
        max-height: 111px; }
    .information-facility .box {
      flex-direction: column; }
      .information-facility .box .col {
        width: 100%; }

  #hanako .box {
    flex-direction: column; } }
@media screen and (max-width: 767px) {
  .information-facility {
    padding: 50px 0 100px; }
    .information-facility:before {
      height: 200px; }
    .information-facility h2 img {
      max-height: 81px; }
    .information-facility .box {
      gap: 30px; }
      .information-facility .box figure {
        width: 100%;
        max-width: 431px; }
      .information-facility .box .txt {
        line-height: 32px;
        padding-top: 20px; }
      .information-facility .box .txt-info {
        padding-top: 30px; }
        .information-facility .box .txt-info dl {
          grid-template-columns: 85px 1fr; }
    .information-facility .gmap {
      height: 300px;
      margin-top: 50px; } }
/*=============================================
 * お問い合わせ
*=============================================*/
.mailform {
  padding: 130px 0 220px; }
  .mailform .tel-wrap {
    background-color: #FEF8E4;
    border-radius: 20px;
    margin-bottom: 160px;
    padding: 42px 0 38px;
    position: relative; }
    .mailform .tel-wrap figure {
      width: 62px;
      position: absolute;
      top: -31px;
      left: calc(50% - 31px); }
    .mailform .tel-wrap .h-32 {
      font-weight: 900;
      letter-spacing: 0.05em; }
    .mailform .tel-wrap .time {
      line-height: 24px;
      padding-top: 3px; }
  .mailform .form-wrap {
    background-color: #F7F8F8;
    border-radius: 20px;
    padding: 150px 94px;
    position: relative; }
    .mailform .form-wrap h2 {
      width: 334px;
      position: absolute;
      top: -90px;
      left: 50%;
      transform: translateX(-50%); }
  .mailform .form-row {
    display: grid;
    grid-template-columns: 220px 1fr;
    align-items: flex-start;
    gap: 20px; }
    .mailform .form-row + .form-row {
      padding-top: 20px; }
    .mailform .form-row .caption {
      padding: 6px 0 5px; }
      .mailform .form-row .caption span {
        display: inline-block;
        color: #FF8888; }
    .mailform .form-row.radio .caption, .mailform .form-row.checkbox .caption {
      padding: 0; }
  .mailform .form-pp {
    text-align: center;
    padding-top: 60px; }
    .mailform .form-pp .wpcf7-checkbox {
      justify-content: center; }
  .mailform .form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-top: 75px; }
    .mailform .form-btn input {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      cursor: pointer; }
    .mailform .form-btn p {
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #7B7B7B;
      color: #fff;
      width: 309px;
      height: 78px;
      position: relative;
      border-radius: 50px;
      transition: all 0.3s;
      font-weight: 700; }
      .mailform .form-btn p:after {
        content: '';
        width: 24px;
        height: 24px;
        background: url("../img/common/contact-arrow.png") no-repeat center top/cover;
        position: absolute;
        top: 50%;
        right: 25px;
        transform: translate(0, -50%);
        transition: all 0.3s; }
      .mailform .form-btn p:hover {
        background-color: #3B4043; }
        .mailform .form-btn p:hover:after {
          transform: translate(5px, -50%); }
    .mailform .form-btn .btn-back {
      background-color: #ccc;
      color: #3B4043; }
      .mailform .form-btn .btn-back:after {
        transform: translate(0, -50%) rotate(180deg);
        right: auto;
        left: 20px; }
      .mailform .form-btn .btn-back:hover {
        background-color: #3B4043;
        color: #fff; }
        .mailform .form-btn .btn-back:hover:after {
          transform: translate(-5px, -50%) rotate(180deg); }
    .mailform .form-btn .wpcf7-spinner {
      display: none; }
  .mailform.confirm .form-row .caption {
    padding: 0; }
  .mailform.thanks {
    text-align: center; }
    .mailform.thanks .txt p + p {
      padding-top: 30px; }
    .mailform.thanks .button {
      text-align: center;
      padding-top: 40px; }

@media screen and (max-width: 1023px) {
  .mailform .form-wrap {
    padding: 100px 50px; } }
@media screen and (max-width: 767px) {
  .mailform {
    padding: 80px 0; }
    .mailform .tel-wrap {
      margin-bottom: 100px; }
    .mailform .form-wrap {
      padding: 50px 20px; }
      .mailform .form-wrap h2 {
        width: 235px;
        top: -70px; }
    .mailform .form-row {
      grid-template-columns: 1fr;
      gap: 5px; }
      .mailform .form-row .caption {
        justify-content: flex-start;
        padding: 0; }
    .mailform .form-pp {
      padding-top: 30px; }
    .mailform .form-btn {
      flex-direction: column;
      padding-top: 30px; }
      .mailform .form-btn p {
        width: 100%; }
    .mailform.thanks {
      font-size: 13px; }
      .mailform.thanks .txt {
        text-align: justify; } }
/*=============================================
 * 採用情報
*=============================================*/
#recruit-info {
  padding: 240px 0 150px; }
  #recruit-info h2 {
    width: 100px;
    position: absolute;
    top: 0;
    right: 15px; }
  #recruit-info .tabs-switch {
    padding-right: 185px; }
  #recruit-info .tab-link {
    font-weight: 700;
    line-height: 24px;
    padding-top: 64px; }
    #recruit-info .tab-link li {
      min-width: 80px;
      background-color: #EBEBEB;
      margin-right: 12px;
      padding: 6px 24px 7px;
      border-radius: 50px;
      transition: all 0.3s;
      text-align: center; }
      #recruit-info .tab-link li:hover, #recruit-info .tab-link li.active {
        background-color: #FDF2CD; }
  #recruit-info .tab-content {
    padding-top: 156px; }
  #recruit-info .tb-info {
    line-height: 25px; }
    #recruit-info .tb-info dl {
      display: grid;
      grid-template-columns: 220px 1fr;
      gap: 10px; }
      #recruit-info .tb-info dl + dl {
        border-top: 1px solid #EBEBEB;
        margin-top: 40px;
        padding-top: 40px; }
    #recruit-info .tb-info .item + .item {
      padding-top: 25px; }
    #recruit-info .tb-info .tags {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 7px;
      max-width: 600px;
      font-size: 14px;
      line-height: 20px; }
      #recruit-info .tb-info .tags .tag {
        display: block;
        background-color: #EBEBEB;
        border-radius: 4px;
        padding: 2px 7px; }

@media screen and (max-width: 1023px) {
  #recruit-info h2 {
    width: 300px;
    position: static; }
  #recruit-info .tabs-switch {
    padding-right: 0; } }
@media screen and (max-width: 767px) {
  #recruit-info {
    padding: 80px 0 40px; }
    #recruit-info h2 {
      width: 210px; }
    #recruit-info .tab-link {
      padding-top: 30px; }
    #recruit-info .tab-content {
      padding-top: 50px; }
    #recruit-info .tb-info dl {
      grid-template-columns: 1fr; }
      #recruit-info .tb-info dl + dl {
        margin-top: 30px;
        padding-top: 30px; }
    #recruit-info .tb-info .item + .item {
      padding-top: 20px; } }
/* -- -- */
#recruit-form .form-wrap {
  background-color: #FEF8E4;
  padding-top: 140px; }
  #recruit-form .form-wrap h2 {
    top: -70px; }
    #recruit-form .form-wrap h2 img {
      max-width: 167px;
      margin-bottom: 18px; }
  #recruit-form .form-wrap .desc {
    padding-bottom: 100px; }

@media screen and (max-width: 767px) {
  #recruit-form .form-wrap {
    padding-top: 100px; }
    #recruit-form .form-wrap h2 {
      top: -40px; }
      #recruit-form .form-wrap h2 img {
        max-width: 120px;
        margin-bottom: 10px; }
    #recruit-form .form-wrap .desc {
      padding-bottom: 30px; } }
/*=============================================
 * Post type
*=============================================*/
.list-news {
  position: relative; }
  .list-news li + li {
    margin-top: 6px; }
  .list-news a {
    display: grid;
    grid-template-columns: auto auto 1fr;
    align-items: center;
    gap: 10px;
    background-color: #F7F7F7;
    border-radius: 50px;
    font-weight: 700;
    line-height: 24px;
    padding: 11px 50px 12px 30px;
    position: relative; }
    .list-news a:after {
      content: '';
      width: 24px;
      height: 24px;
      background: url("../img/common/btn-arrow-2.png") no-repeat center top/cover;
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translate(0, -50%);
      transition: all 0.3s; }
    .list-news a:hover:after {
      transform: translate(5px, -50%); }
  .list-news time {
    color: #AFAFAF; }
  .list-news .cat {
    min-width: 66px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 10px;
    text-align: center;
    padding: 0 5px; }
  .list-news .ttl {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden; }

@media screen and (max-width: 767px) {
  .list-news {
    width: 100%;
    font-size: 14px;
    line-height: 20px; }
    .list-news a {
      display: block;
      padding: 10px 60px 11px 100px;
      position: relative; }
      .list-news a:after {
        width: 28px;
        height: 28px; }
    .list-news .cat {
      display: inline-block;
      min-width: 60px;
      font-size: 10px;
      line-height: 17px; }
    .list-news .ttl {
      -webkit-line-clamp: 2; }
    .list-news time {
      position: absolute;
      top: 50%;
      left: 20px;
      transform: translateY(-50%); } }
/* -- -- */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 50px; }
  .wp-pagenavi .pages {
    display: none; }
  .wp-pagenavi a,
  .wp-pagenavi span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #F7F7F7; }
    .wp-pagenavi a:hover, .wp-pagenavi a.current,
    .wp-pagenavi span:hover,
    .wp-pagenavi span.current {
      background-color: #FEF8E4; }

/* -- -- */
.pt-archive {
  padding: 100px 0; }

@media screen and (max-width: 767px) {
  .pt-archive {
    padding: 50px 0; } }
/*=============================================
 * Post Detail
 *=============================================*/
.pt-details-time {
  display: block;
  color: #707070;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  border-bottom: 2px solid #CFCFCF;
  padding: 10px 0; }

.pt-details-cate {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
  line-height: 19px; }

.pt-details-cate a {
  min-width: 66px;
  font-size: 12px;
  line-height: 20px;
  border-radius: 10px;
  text-align: center;
  padding: 0 5px; }

.pt-details-title {
  padding-top: 5px; }

.pt-details-thumb {
  padding-top: 30px; }

.pt-details-content {
  padding-top: 30px; }
  .pt-details-content h2 {
    background-color: #FDF2CD;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    padding: 13px 30px;
    margin: 50px 0 20px; }
  .pt-details-content h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    border-left: 5px solid #3B4043;
    border-bottom: 2px solid #3B4043;
    padding: 5px 15px 5px;
    margin: 50px 0 20px;
    box-sizing: border-box; }
  .pt-details-content h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    border-left: 5px solid #3B4043;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 15px; }
  .pt-details-content h1:first-child,
  .pt-details-content h2:first-child,
  .pt-details-content h3:first-child,
  .pt-details-content h4:first-child,
  .pt-details-content h5:first-child,
  .pt-details-content h6:first-child {
    margin-top: 0; }
  .pt-details-content h2 + h3,
  .pt-details-content h2 + h4,
  .pt-details-content h3 + h4 {
    margin-top: 0; }
  .pt-details-content mark {
    background-color: #FFF6A8;
    color: #333; }
  .pt-details-content a {
    text-decoration: underline; }
    .pt-details-content a:hover {
      text-decoration: none; }

.pt-details-content p img {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }

.pt-details-content p img.aligncenter {
  display: block;
  margin: 0 auto; }

.pt-details-content p img.alignright {
  display: block;
  margin-left: auto; }

.pt-details-content p img:last-child {
  margin-right: 0; }

.pt-details-btn {
  display: grid;
  grid-template-columns: 30px 60px 30px;
  justify-content: center;
  gap: 10px;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  padding-top: 50px; }
  .pt-details-btn a {
    display: block;
    background-color: #000;
    color: #fff;
    padding: 2px 0; }
    .pt-details-btn a:hover {
      background-color: #FDF2CD;
      color: #3B4043;
      opacity: 1; }
  .pt-details-btn .back a {
    width: 60px; }

@media screen and (max-width: 1023px) {
  .pt-details-content p img {
    display: block;
    margin: 0 auto 15px; }

  .pt-details-content p img:last-child {
    margin: 0 auto; } }
@media screen and (max-width: 767px) {
  .pt-details-title {
    font-size: 20px; }

  .pt-details-content h2 {
    font-size: 20px;
    padding: 9px 15px; }
  .pt-details-content h3 {
    font-size: 18px;
    padding: 0 10px 10px; }
  .pt-details-content h4 {
    font-size: 16px; }

  .pt-details-content p img {
    display: block;
    margin: 0 auto 15px; }

  .pt-details-content p img.alignright {
    margin: 0 auto 15px; }

  .pt-details-content p img:last-child {
    margin: 0 auto !important; }

  .pt-details-btn {
    padding-top: 40px; } }

/*# sourceMappingURL=contents.css.map */
