@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*追加CSS*/
.no-thumbnail .card-thumb,
.no-thumbnail .widget-entry-card-pv {
  display: block;
}

#list .entry-card-wrap .entry-card-categories-ex {
  display: block !important;
}

.entry-card-tags-ex {
  display: contents;
}

.entry-card-tags-ex a {
  color: var(--cocoon-text-color);
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
  padding: 1px 5px;
  font-size: 12px;
  border: 1px solid var(--cocoon-x-pallid-text-color);
  border-radius: var(--cocoon-badge-border-radius);
  word-break: break-all;
  border: none !important;
  background-color: orange;
  border-radius: 10px;
  padding: 2px 12px !important;
}

.pm-blog-post-wrap {
  display: flex;
  position: relative;
}

.pmagic .pm-blog-img {
  width: 300px;
}

.pmagic .pm-blog-time {
  position: absolute;
  right: 147px;
  top: 35px;

}

.pmagic .pm-blog-img-wrap .pm-blog-img img {
  width: 300px;
  height: auto;
  border-radius: 0;
}

.pmagic .pm-blog-img-wrap .pm-blog-status span:last-child {
  display: none;
}

.pm-blog-desc-wrap {
  margin: 50px 0 0 25px;
}

.entry-categories-tags {
  max-width: 50%;
}

#wrap-add-tag-edit {
  clear: both;
  height: 30px;
}

.entry-categories-tags {
  max-width: 45%;
  float: left;
}

#wrap-add-edit {
  width: 45%;
  float: right;
  text-align: end;
}

/*ビジュアルエディターのスタイルを書く*/
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px) {

  /*必要ならばここにコードを書く*/
  .pm-blog-post-wrap {
    display: block;
    position: relative;
  }

  .pmagic .pm-blog-img-wrap,
  .pmagic .pm-blog-img-wrap .pm-blog-img img {
    width: 100%;
  }

  .pmagic .pm-blog-img-wrap .pm-blog-img {
    max-height: 150px;
    overflow-y: hidden;
  }

  .pmagic .pm-blog-time {
    right: 0;
    top: 49%;
    left: -34.6%;
  }

  .pm-blog-desc-wrap {
    margin: 50px 0 0 0;
    padding: 0;
  }

  #wrap-add-edit {
    font-size: 14px;
  }
}

p:empty:before {
  content: initial !important;
}

.entry-title,
.article h2 {
  font-size: 20px;
  padding: 0;
}


/* ツクノビ用カスタマイズ */

.body .article {
  margin: 0;
}

.article p,
.article h2,
.article h3,
.article dl,
.article dt,
.article dd {
  margin: 0;
  border: none;
}


.article ul,
.article li,
.article ol li,
.article ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;

}


a {
  transition: all 0.6s ease 0s;
  text-decoration: none;
}

a:hover,
button:hover {
  opacity: .6;
  color: inherit;
}

.sp-only {
  display: none;
}

@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}


.error404 .content {
  margin-top: 40px !important;
  margin-bottom: 100px;

}

@media (max-width: 834px) {
  .error404 .content {
    margin-top: 80px !important;
    margin-bottom: 60px;
  }
}


.not-found {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 600px;
  max-width: 60%;
}

.main {
  padding: 0 !important;
}

/* btn */

.lp__btn {
  display: inline-block;
  position: relative;
  width: 470px;
  max-width: 100%;
  height: 90px;
  line-height: 100px;
  background: #FF0000;
  color: #fff;
  border-radius: 60px;
  text-align: center;
  font-weight: 700;
  font-size: clamp(24px, 4.2vw, 30px);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.lp__btn:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .lp__btn {
    height: clamp(60px, 12vw, 90px);
    line-height: clamp(70px, 14vw, 100px);
    font-size: clamp(20px, 5.5vw, 30px);
  }
}


.lp__btn>.head {
  position: absolute;
  top: -1.3vw;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #292929;
  width: 430px;
  max-width: 90%;
  height: 90%;
  height: 36px;
  line-height: 36px;
  border-radius: 30px;
  text-align: center;
  font-weight: 700;
  font-size: clamp(12px, 1.2vw, 14px);

}





@media (max-width: 767px) {
  .lp__btn>.head {
    top: -1.2rem;
    height: 30px;
    line-height: 30px;
    font-size: clamp(10px, 3vw, 14px);
  }
}




.lp__btn .head span {
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 900;
  color: #4161FF;
}

@media (max-width: 767px) {
  .lp__btn .head span {
    font-size: clamp(10px, 3vw, 16px);
  }
}

.cta-fix {
  position: fixed;
  right: 0.5rem;
  bottom: 3.8rem;
  z-index: 20;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
  .cta-fix {
    right: 10px;
    bottom: 2.6rem;
  }
}

.cta-fix.is-show {
  opacity: 1;
  visibility: visible;
}

.cta-fix__icon img {
  width: clamp(280px, 28vw, 400px);
  transition: all 0.3s ease 0s;
}

.cta-fix .close-btn {
  position: absolute;
  top: -10px;
    right: 2%;
  width: 20px;
  height: 20px;
  line-height: 1;
  background-color: #ababab;
  border-radius: 100%;
  border: none;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 767px) {
  .cta-fix .close-btn {
        top: -16px;
        right: 2%;
    width: 30px;
    height: 30px;
  }
}

.cta-fix .banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0FC557;
    border-radius: 5px;
    padding: 1.2rem 0.6rem 0.6rem;
    color: white;
    width: 400px;
max-width: 90vw;
        margin-left: auto;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.cta-fix .banner-text {
   line-height: 1.1;
}

.cta-fix .badge {
    position:absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    background: #fff;
    color: #0FC557;
    border: 1px solid #0FC557;
    font-size: clamp(11px, 3vw, 14px);
    font-weight: bold;
    width: 90%;
    
    padding: 5px 0;
    border-radius: 20px;
}

.cta-fix .main-copy {
    font-size: clamp(11px,3vw,16px);
    font-weight: 600;
    letter-spacing: 0.02rem;
}

@media (max-width: 767px) {
.cta-fix .main-copy {
       font-size: clamp(11px,4vw,16px);
}
}

.cta-fix .line-copy {
    font-size: clamp(14px,3vw,21px);
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02rem;
}

@media (max-width: 767px) {
.cta-fix .line-copy {
    font-size: clamp(14px, 4vw, 21px);
}
}

.cta-fix .line-copy span{
    font-size: clamp(25px,7vw,35px);
}

.cta-fix .cta-button {
    margin-top: 0.8rem;
    width: 92%;
    background: #FFE500;
    color: #292929;
    padding: 8px 10px;
    font-weight: bold;
    border-radius: 30px;
    font-size: clamp(8px, 2.5vw, 12px);
    text-decoration: none;
    position: relative;
}

.cta-fix .cta-button::before{
content: "";
position: absolute;
top: 50%;
right: 18px;
transform: translateY(-50%);
width: 5px;
height: 9px;
background: url(./img/fix-cta-arrorw.svg) no-repeat center center / contain;
 }


.cta-fix .banner-img {
    width: clamp(70px, 33vw, 140px);
}



/*-----------------------------------------
pagination
-----------------------------------------*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .pagination {
    margin-top: 2rem;
  }
}

.page-numbers {
  display: inline-block;
  text-decoration: none;
  height: clamp(37px, 4vw, 47px);
  line-height: clamp(37px, 4vw, 47px);
  width: clamp(37px, 4vw, 47px);
  padding: 0px 6px;
  border: 1px solid #007bdd;
  background: #fff;
  color: #007bdd;
  font-size: clamp(16px, 1.6vw, 18px);
  text-align: center;
  font-weight: 700;
  transition: all 0.6s ease 0s;
}

@media (max-width: 767px) {
  .page-numbers {
    width: clamp(35px, 8vw, 40px);
    height: clamp(35px, 8vw, 40px);
    line-height: clamp(34px, 8vw, 39px);
    font-size: clamp(16px, 1.3vw, 18px);
  }
}

.page-numbers:not(:first-child) {
  margin-left: 1rem;
}

.page-numbers:hover {
  border: #007bdd;
  background: #007bdd;
  color: #fff;
}

.current {
  background: #007bdd;
  color: #fff;
}

.page-dots {
  margin-left: 1rem;
  display: inline-block;
  text-decoration: none;
  width: 50px;
  height: 50px;
  line-height: 49px;
  border: 1px solid #007bdd;
  font-size: 18px;
  background: #fff;
  color: #48412A;
  text-align: center;
  cursor: default;
}

@media (max-width: 767px) {
  .page-dots {
    width: clamp(35px, 8vw, 40px);
    height: clamp(35px, 8vw, 40px);
    line-height: clamp(34px, 8vw, 39px);
    font-size: clamp(16px, 1.3vw, 18px);
  }
}

.prev,
.next {
  border: none;
  color: #48412A;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-align: center;
  border: 1px solid #007bdd;
  background: #fff;
  color: #007bdd;
  line-height: clamp(37px, 4vw, 47px);
}

@media (max-width: 767px) {

  .prev,
  .next {
    font-size: 14px;
  }
}

.next,
.prev:hover {
  opacity: 0.6;
}


/*-----------------------------------------
breadcrumb
-----------------------------------------*/
.breadcrumb {
  color: #333;
  padding-top: 1.6rem;
  width: 95% !important;
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(11px, 1.1vw, 14px);
  background: transparent;
}

.breadcrumb span {
  margin-left: 5px;
  margin-right: 5px;
  font-size: clamp(11px, 1.1vw, 14px);
}

.breadcrumb a {
  display: inline-block;
  font-size: clamp(11px, 1.1vw, 14px);
}

.breadcrumb__child {
  margin-top: 85px;
}

@media (max-width: 767px) {
  .breadcrumb__child {
    margin-top: 60px;
  }
}

.breadcrumb-left {
  font-size: clamp(11px, 1.1vw, 14px);
}




#header-container {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-container-in {
  width: 100%;
  padding: 0 40px !important;
  max-width: 1360px !important;
}

.header-container-in .navi .navi-in>ul {
  align-items: center;
}

#wrap-add-tag-edit {
  clear: both;
  height: 0;
}

/*ヘッダー高さ調整*/
.tagline {
  margin: 0;
}

.logo-image {
  padding: 0px;
}


.navi-in>ul li {
  display: block;
  width: auto;
  height: 45px;
  line-height: 45px;
  position: relative;
}

#navi .navi-in>ul>li>a {
  padding: 0 1.4em;
  border: 2px solid #4161FF;
  border-radius: 30px;
  font-size: clamp(14px, 1.4vw, 18px);
}

#menu-item-1130,
#menu-item-4282,
#menu-item-4418 {
  margin-right: 20px;
}

#menu-item-4309,
#menu-item-4419,
#menu-item-4392 {
  margin-right: 50px;
}

#menu-item-1132,
#menu-item-4421,
#menu-item-4423,
#menu-item-4156 {
  margin-right: 20px;
}


#menu-item-1130>a>.caption-wrap .item-label,
#menu-item-4282>a>.caption-wrap .item-label,
#menu-item-4418>a>.caption-wrap .item-label {
  color: #4161FF;
  padding-left: clamp(10px, 2.2vw, 30px);
  position: relative;
}

#menu-item-1130>a>.caption-wrap .item-label::after,
#menu-item-4418>a>.caption-wrap .item-label::after,
#menu-item-4282>a>.caption-wrap .item-label::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: clamp(18px, 1.8vw, 26px);
  height: clamp(18px, 1.8vw, 26px);
  background: url(./img/work-icon.svg) no-repeat center center / contain;
}

#navi .navi-in>ul>#menu-item-4309>a,
#navi .navi-in>ul>#menu-item-4419>a,
#navi .navi-in>ul>#menu-item-4392>a {
  border-color: #292929;
  font-size: clamp(11px, 1.2vw, 13px);
}

#menu-item-4309>a>.caption-wrap .item-label,
#menu-item-4419>a>.caption-wrap .item-label,
#menu-item-4392>a>.caption-wrap .item-label {
  padding-left: clamp(10px, 2.2vw, 30px);
  position: relative;
}

#menu-item-4309>a>.caption-wrap .item-label::after,
#menu-item-4419>a>.caption-wrap .item-label::after,
#menu-item-4392>a>.caption-wrap .item-label::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: clamp(18px, 1.8vw, 26px);
  height: clamp(18px, 1.8vw, 26px);
  background: url(./img/bpo-icon.svg) no-repeat center center / contain;
}

.navi-in>ul>#menu-item-1132,
.navi-in>ul>#menu-item-4366,
.navi-in>ul>#menu-item-4156,
.navi-in>ul>#menu-item-4421,
.navi-in>ul>#menu-item-4422,
.navi-in>ul>#menu-item-4423,
.navi-in>ul>#menu-item-4087 {
  height: 35px;
  line-height: 35px;
}


#navi .navi-in>ul>#menu-item-1132>a,
#navi .navi-in>ul>#menu-item-4366>a,
#navi .navi-in>ul>#menu-item-4156>a,
#navi .navi-in>ul>#menu-item-4421>a,
#navi .navi-in>ul>#menu-item-4423>a,
#navi .navi-in>ul>#menu-item-4087>a {
  font-size: clamp(13px, 1.2vw, 15px);
  border: none;
}

.navi-in>ul>#menu-item-1132>a,
.navi-in>ul>#menu-item-4421>a,
.navi-in>ul>#menu-item-4156>a {
  background: #292929;
}

#navi .navi-in #menu-item-1132>a:hover,
#navi .navi-in #menu-item-4421>a:hover,
.navi-in>ul>#menu-item-4156>a:hover {
  background-color: #000;
  opacity: 0.6;
}

.navi-in>ul>#menu-item-4366>a,
.navi-in>ul>#menu-item-4423>a,
.navi-in>ul>#menu-item-4087>a {
  background: #FF0000;
}

.navi-in>ul>#menu-item-4366>a:hover,
.navi-in>ul>#menu-item-4423>a:hover,
.navi-in>ul>#menu-item-4087>a:hover {
  background: #FF0000;
  opacity: 0.6;
}



#menu-item-1132>a>.caption-wrap .item-label,
#menu-item-4421>a>.caption-wrap .item-label,
#menu-item-4156>a>.caption-wrap .item-label {
  color: #fff;

}

#menu-item-4366>a>.caption-wrap .item-label,
#menu-item-4423>a>.caption-wrap .item-label,
#menu-item-4087>a>.caption-wrap .item-label {
  color: #fff;
}

.mobile-menu-buttons .menu-button {
  position: relative;
  width: 70px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.logo-menu-button {
  padding-left: 20px;
}

.content {
  margin-top: 0 !important;
}

@media screen and (max-width: 834px) {
  .content {
    margin-top: 60px !important;
  }
}

@media screen and (max-width: 1023x) {
  .content {
    margin-top: 60px !important;
  }
}



/* footer */

.footer {
  padding: 0;
  background: #fff;
  margin-top: 0;
}

.footer .wrap {
  width: 100%;
}


.footer--1 {
  background-color: #ECECEC;
  color: #000;
  padding: 3rem 20px 12rem;
}

@media screen and (min-width: 768px) {
  .footer--1 {
    padding: 5rem 20px ;
  }
}

.footer--1 .footer-inner {
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .footer--1 .footer-inner {
    justify-content: center;
    display: flex;
  }
}

.footer--1 .footer-info,
.footer--1 .footer-nav_item a,
.footer--1 .footer-copyright {
  font-size: 10px;
  color: #000;
}

@media screen and (min-width: 768px) {

  .footer--1 .footer-info,
  .footer--1 .footer-nav_item a,
  .footer--1 .footer-copyright {
    font-size: 14px;
    text-decoration: none;
  }
}

.footer--1 .footer-logo {
  text-align: center;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .footer--1 .footer-logo {
    text-align: left;
    margin: 2.5em 0 0;
  }
}

.footer--1 .footer-logo svg {
  width: 150px;
}

@media screen and (min-width: 768px) {
  .footer--1 .footer-logo svg {
    width: 190px;
  }
}

.footer--1 .footer-info {
  text-align: center;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .footer--1 .footer-info {
    text-align: left;
  }
}

.footer--1 .footer-info_item a {
  color: #000;
  text-decoration: none;
  pointer-events: none;
}

.footer--1 .footer-contact {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  row-gap: 1.5em;
  margin: 2rem auto 0;
}

@media screen and (min-width: 768px) {
  .footer--1 .footer-contact {
    margin: 3rem auto 0;
  }
}

.footer--1 .footer-link-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footer--1 .footer-link-btn {
    text-align: left;
  }
}

.footer--1 .footer-link-btn a {
  width: 100%;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  padding: 8px 24px;
  font-weight: 700;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 768px) {
  .footer--1 .footer-link-btn a {
    padding: 16px 24px;
  }
}

.footer--1 .footer-link-btn a.link-1 {
  color: #fff !important;
  background: #000 !important;
}

.footer--1 .footer-link-btn a.link-2 {
  color: #000;
  background: #fff;
  border: solid 1px #000;
}

.footer--1 .footer-nav-wrapper {
  margin-top: 2.25rem;
}

@media screen and (min-width: 768px) {
  .footer--1 .footer-nav-wrapper {
    margin-top: 0;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-left: 3.75rem;
  }
}

.footer--1 .footer-nav {
  padding-top: 0.5em;
  list-style-type: none;
  font-size: 1.0625rem;

}

.footer--1 .footer-nav.left {
  display: initial;
}

@media screen and (min-width: 768px) {
  .footer--1 .footer-nav.left {
    display: initial;
    margin-right: 3.75rem;
  }
}

.footer--1 .footer-nav_item {
  margin-top: 0.2rem;
  margin-right: 0;
}

.footer--1 .footer-nav_item .u-mobile {
  display: none;
}


.footer--1 .footer-copyright {
  margin: 2.5rem 0 0;
  text-align: center;
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  .logo-menu-button .site-logo-image {
    width: 150px;
    height: auto;
  }

  /*-----------------------------------------
    //drawer
-----------------------------------------*/
  #navi-menu-open .drawer__icon {
    z-index: 100;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease 0s;
  }

  #navi-menu-input:checked~#navi-menu-open>.navi-menu-caption>.drawer__icon .drawer__bars span:nth-child(1) {
    transform: rotate(-30deg);
    top: 10px;
    left: 0;
  }

  #navi-menu-input:checked~#navi-menu-open>.navi-menu-caption>.drawer__icon .drawer__bars span:nth-child(2) {
    display: none;
  }

  #navi-menu-input:checked~#navi-menu-open>.navi-menu-caption>.drawer__icon .drawer__bars span:nth-child(3) {
    transform: rotate(30deg);
    top: 10px;
    left: 0;
  }

  #navi-menu-open .drawer__bars {
    width: 40px;
    height: 18px;
    position: relative;
    cursor: pointer;
  }

  #navi-menu-open .drawer__bars span {
    width: 100%;
    height: 2px;
    background: #4161FF;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease 0s;
  }

  #navi-menu-open .drawer__bars span:nth-child(1) {
    top: 0;
  }

  #navi-menu-open .drawer__bars span:nth-child(2) {
    top: 8px;
  }

  #navi-menu-open .drawer__bars span:nth-child(3) {
    top: 16px;
  }

  .navi-menu-icon {
    display: none !important;
  }

  .navi-menu-content {
    margin-top: 60px;
    max-width: 100%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #navi-menu-input:checked~#navi-menu-content {
    visibility: visible;
  }

  #navi-menu-close {
    background: transparent;
  }

  .menu-close-button {
    display: none;

  }

  .menu-content .menu-drawer {
    padding: 0;
  }

  .menu-drawer li {
    border-bottom: none !important;
    padding: 0 !important;
  }

  .menu-item-4326,
  .menu-item-4182 {
    margin-bottom: 20px;
  }

  .menu-item-4328,
  .menu-item-4367 {
    margin-bottom: 80px;
  }

  .menu-item-4324,
  .menu-item-4332 {
    margin-bottom: 20px;
  }

  .menu-drawer a {
    width: 100%;
    max-width: 450px;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #292929;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05rem;
  }

  .menu-drawer a:hover {
    background: #292929;
    color: #fff;
    opacity: 0.6;
  }


  .menu-item-4328 a,
  .menu-item-4367 a {
    background: #FF0000;
  }

  .menu-item-4328 :hover,
  .menu-item-4367 a:hover {
    background: #FF0000;
    color: #fff;
    opacity: 0.6;
  }



  .menu-drawer .menu-item-4324,
  .menu-drawer .menu-item-4332 {
    text-align: left;
  }


  .menu-item-4324>a,
  .menu-item-4332>a {
    justify-content: start;
    background: #fff;
    border: 2px solid #4161FF;
    color: #4161FF;
    padding-left: clamp(50px, 22vw, 90px);
    position: relative;
  }

  .menu-item-4324>a::after,
  .menu-item-4332>a::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: clamp(30px, 11vw, 40px);
    height: clamp(30px, 11vw, 40px);
    background: url(./img/work-icon.svg) no-repeat center center / contain;
  }

  .menu-drawer .menu-item-4327,
  .menu-drawer .menu-item-4333 {
    text-align: left;
  }


  .menu-drawer>.menu-item-4327>a,
  .menu-drawer>.menu-item-4333>a {
    justify-content: start;
    border: 2px solid #292929;
    background: #fff;
    color: #292929;
    font-size: clamp(14px, 5vw, 18px);
    padding-left: clamp(50px, 22vw, 90px);
    position: relative;
  }


  .menu-item-4327>a::after,
  .menu-item-4333>a::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    width: clamp(30px, 11vw, 40px);
    height: clamp(30px, 11vw, 40px);
    background: url(./img/bpo-icon.svg) no-repeat center center / contain;
  }

}


/* フロントページ */


.org-top-top-section {
  background: url(./img/mv.webp) no-repeat top left 20% / cover;
  height: 100vh;
  max-height: 675px !important;
  padding: 0 !important;
  background-color: transparent;
  position: relative;
  margin-top: 0 !important;
}

@media screen and (min-width: 1441px) {
  .org-top-top-section {
    max-height: 49vw;
  }
}

@media screen and (max-width: 767px) {
  .org-top-top-section {
    background: url(./img/mv_sp.webp) no-repeat top center / cover;
    height: clamp(660px, 176vw, 1120px) !important;
    max-height: none !important;
  }
}

#top-page .org-top-top-inner {
  background-color: transparent !important;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
}

@media screen and (max-width: 834px) {
  #top-page .org-top-util-inner {
    width: 90% !important;
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  #top-page .org-top-top-inner {
    top: auto;
    left: 50%;
    transform: translateY(0) translateX(-50%);
    bottom: 40px;
    padding: 0 20px;
    width: 100% !important;
  }
}


#top-page .mv-fukidashi {
  color: #4161FF;
  background: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: clamp(16px, 1.3vw, 18px);
  letter-spacing: -0.05rem;
  padding: 6px 20px;
 border-radius: 2px;
 position: relative;
 box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
}

@media screen and (max-width: 767px) {
  #top-page .mv-fukidashi {
    letter-spacing: -0.08rem;
    padding: 4px 12px;
    font-size: clamp(13px, 3.3vw, 18px);
  }
}


#top-page .mv-fukidashi:after {
  content: "";
  position:absolute;
  bottom: -10px;
  left: 20px;
  width:0;
  height:0;
  border-style:solid;
  border-width: 11px 6px 0 6px;
  border-color: #FFFFFF transparent transparent transparent;
}

#top-page .mv-lead {
  margin-top: 30px;
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.02rem;
  line-height: 1.6;
  font-size: clamp(18px, 1.6vw, 30px);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 767px) {
  #top-page .mv-lead {
    margin-top: 15px;
    font-size: clamp(11px, 3.6vw, 24px);
    line-height: 1.8;
  }
}


#top-page .mv-lead .mid {
  font-size: clamp(24px, 2.2vw, 30px);

}

@media screen and (max-width: 767px) {
  #top-page .mv-lead .mid{
    font-size: clamp(20px, 5.8vw, 30px);
  }
}




#top-page .mv-lead .dot {
  background-image: radial-gradient(circle at center, #FFE500 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 1em;
  padding-top: 1em;
}

@media screen and (max-width: 767px) {
  #top-page .mv-lead .dot {
    padding-top: 0.8em;
  }
}

#top-page .mv-content-text {
  margin-top: 40px;
  color: #fff;
  font-weight: 700;

}

@media screen and (max-width: 767px) {
  #top-page .mv-content-text {
    margin-top: 30px;
  }
}

#top-page .mv-content-text h1 {
  font-size: clamp(18.5px, 1.9vw, 26px);
  line-height: 1.05;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 767px) {
  #top-page .mv-content-text h1 {
    font-size: clamp(12.5px, 5.1vw, 31px);
    letter-spacing: -0.05rem;
    line-height: 1.2;
  }
}


#top-page .mv-content-text h1 strong {
  display: block;
  font-size: clamp(60px, 6.2vw, 80px);
  line-height: 1.2;
  letter-spacing: -0.02rem;
  margin-left: -5px;
}

@media screen and (max-width: 767px) {
  #top-page .mv-content-text h1 strong {
    font-size: clamp(41px, 12.9vw, 78px);
  }
}


#top-page .mv-text {
  margin-top: 5px !important;
  font-size: clamp(12px, 1.3vw, 16px);
  padding: 2px 2.6vw;
  background: #fff;
  display: inline-block;
  text-align: center;
  color: #292929;
  letter-spacing: 0.2rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  #top-page .mv-text {
    font-size: clamp(10px, 3.3vw, 20px);
    padding: 5px 3.5vw;
    line-height: 1;
    letter-spacing: 0;
  }
}



#top-page .mv-button {
  margin-top: 70px;
}

@media screen and (max-width:767px) {
  #top-page .mv-button {
    margin-top: 40px;
  }
}



.entry-content>* {
  margin-bottom: 0;
}

.section-head {
  text-align: center;

}

.section-lead {
  font-size: clamp(12px, 1.2vw, 14px);
  font-weight: 700;
  letter-spacing: 0.02rem;
  color: #4161FF;

}

.section-title {
  font-size: clamp(20px, 2.8vw, 30px) !important;
  line-height: 1.6 !important;
  font-weight: 700;
  letter-spacing: 0.02rem;
  background: transparent !important;
}

.org-top-about-inner {
  width: 95% !important;
  max-width: 1080px !important;

}

@media screen and (max-width: 767px) {
  .org-top-about-inner {
    width: 100%;
  }
}



/* pickup */
#pickup {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(30deg, rgba(240, 247, 255, 1) 6%, rgba(243, 240, 255, 1) 55%);
}

#pickup .pickup-content {
  margin-top: 60px;
}

#pickup .pickup-items {
  display: flex;
  justify-content: space-between;
  gap: clamp(10px, 2vw, 30px);
  align-items: stretch;
}

@media screen and (max-width: 767px) {
  #pickup .pickup-items {
    flex-direction: column;
    align-items: center;
  }
}

#pickup .pickup-item {
  border-radius: 10px;
  overflow: hidden;
  width: 400px;
  max-width: 100%;
}

#pickup .pickup-item .head {
  overflow: hidden;
  position: relative;
  vertical-align: bottom;
  line-height: 1.0em;
}

#pickup .pickup-item .head::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}


#pickup .pickup-item .head .img img {
  vertical-align: bottom;
  line-height: 1.0em;
  object-fit: cover;
  width: 100%;
  height: 200px;
}

#pickup .pickup-item .head>.tag {
  position: absolute;
  top: 20px;
  left: 10px;
  min-width: 80px;
  background: #fff;
  border-radius: 30px;
  padding: 3px 20px;
  line-height: 1;
  text-align: center;
  color: #4161FF;
  font-weight: 700;
  letter-spacing: 0.02rem;
  font-size: clamp(12px, 1.2vw, 14px);
  z-index: 2;
}

#pickup .pickup-item .head h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(16px, 2vw, 19px);
  width: 100%;
  padding: 20px;
  line-height: 1.5;
  text-align: left;
  z-index: 2;
  color: #fff;
}

#pickup .pickup-item .body {
  background: #fff;
  padding: 20px 15px;
}

#pickup .pickup-item .body dl .row {
  display: flex;
  align-items: center;
}

#pickup .pickup-item .body dl .row:not(:first-child) {
  margin-top: 10px;
}

#pickup .pickup-item .body dl .row dt {
  position: relative;
  /* padding-left: 10px; */
  font-weight: 700;
  font-size: clamp(12px, 1.2vw, 14px);
  letter-spacing: 0.05rem;
  width: 5rem;
  border-right: 1px solid #A2A2A2;
  color: #292929;
}

/* #pickup .pickup-item .body dl .row dt:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #4161FF;
} */

#pickup .pickup-item .body dl .row dd {
  position: relative;
  padding-left: 10px;
  font-weight: 400;
  font-size: clamp(12px, 1.3vw, 14px);
  letter-spacing: 0.05rem;
  width: calc(100% - 5rem);
  color: #292929;
  white-space: nowrap;
}


@media screen and (max-width: 767px) {
  #pickup .pickup-item .body dl .row dd {
    font-size: 14px;
  }

}


#pickup .pickup__button {
  margin-top: 60px;
  text-align: center;
}

#pickup .pickup__btn {
  display: inline-block;
  text-align: center;
  width: 340px;
  max-width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 40px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02rem;
  border: 2px solid #4161FF;
  background: #fff;
  position: relative;

}

#pickup .pickup__btn:hover {
  background: #4161FF;
  color: #fff;
  opacity: 1;
}

#pickup .pickup__btn:before,
#pickup .pickup__btn:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}

#pickup .pickup__btn:before {
  left: 20px;
  width: 26px;
  height: 26px;
  transition: all 0.6s ease 0s;
  background: url(./img/work-icon.svg) no-repeat center center / contain;
}

#pickup .pickup__btn:after {
  right: 20px;
  width: 6px;
  height: 16px;
  transition: all 0.6s ease 0s;
  background: url(./img/arrow.svg) no-repeat center center / contain;
}

#pickup .pickup__btn:hover.pickup__btn:before {
  background: url(./img/work-icon-w.svg) no-repeat center center / contain;
}

#pickup .pickup__btn:hover.pickup__btn:after {
  background: url(./img/arrow-w.svg) no-repeat center center / contain;
}


/* line-banner*/
.line-banner {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url(./img/banner-bg.webp) no-repeat center center / cover;
}

@media screen and (max-width: 767px) {
  .line-banner {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(./img/banner-bg_sp.webp) no-repeat center center / cover;
  }
}

.line-banner .line-banner-inner {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;

}

.line-banner .line-banner-content {
  text-align: center;
}

.line-banner .line-banner-content a {
  width: 862px;
  max-width: 100%;
}

/* feature*/
#feature {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #feature {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

#feature .feature-content {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  #feature .feature-content {
    margin-top: 70px;
  }
}

#feature .feature-items {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: stretch;
}

@media screen and (max-width: 767px) {
  #feature .feature-items {
    flex-direction: column;
    align-items: center;
    gap: 70px;
  }
}

#feature .feature-item {
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 30px 25px;
  position: relative;
  width: 330px;
  max-width: 100%;
}

#feature .feature-item .num {
  position: absolute;
  top: -30px;
  right: 15px;
}

#feature .feature-item .head h3 {
  font-weight: 900;
  font-size: clamp(14px, 4vw, 16px) !important;
  line-height: 1.6;
  padding: 0 !important;
}

#feature .feature-item .head strong {
  font-size: clamp(18px, 5vw, 20px) !important;
  color: #4161FF;
}

#feature .feature-item .head img {
  margin-top: 20px;
}

#feature .feature-item .body {
  margin-top: 20px;
}

#feature .feature-item .body p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.02rem;
}



/* works*/
#works {
  padding-top: 80px;
  padding-bottom: 100px;
  background: linear-gradient(30deg, rgba(240, 247, 255, 1) 6%, rgba(243, 240, 255, 1) 55%);
}

@media screen and (max-width: 767px) {
  #works {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

#works .works-content {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #works .works-content {
    margin-top: 40px;
  }
}

#works .works-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 30px;
}

@media screen and (max-width: 767px) {
  #works .works-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 15px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 479px) {
  #works .works-items {
    padding: 0;
  }
}

#works .works-items li a {
  display: block;
  text-align: center;
  color: #292929;
  background: #fff;
  border: 1px solid #4161FF;
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
  font-size: clamp(14px, 1.4vw, 18px);
  position: relative;
}

@media screen and (max-width: 767px) {
  #works .works-items li a {
    font-size: clamp(12px, 3vw, 14px);
    height: 40px;
    line-height: 40px;
  }
}


#works .works-items li a:hover {
  background: #4161FF;
  color: #fff;
  opacity: 1;
}

#works .works-items li a:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 6px;
  height: 16px;
  background: url(./img/arrow.svg) no-repeat center center / contain;
  transition: all 0.6s ease 0s;
}

#works .works-items li a:hover:after {
  background: url(./img/arrow-w.svg) no-repeat center center / contain;
}

@media screen and (max-width: 767px) {
  #works .works-items li a:after {
    right: 10px;
    width: 4px;
    height: 10px;
  }
}




/* client*/
#client {
  padding-top: 70px;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  #client {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#client .client-title {
  line-height: 1.2 !important;
}

#client .client-title .line {
  font-size: clamp(20px, 2.2vw, 30px);
  position: relative;
}

#client .client-title .line:after {
  position: absolute;
  content: "";
  bottom: -0.3vw;
  left: 0;
  width: 100%;
  height: 0.9vw;
  background: #FFE500;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  #client .client-title .line:after {
    height: 50%;
  }
}

#client .client-title strong {
  font-size: clamp(50px, 4vw, 60px);
  color: #FF0000;
}

#client .client-title strong span {
  font-size: clamp(35px, 3vw, 40px);
  color: #FF0000;
}

#client .client-content {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #client .client-content {
    margin-top: 40px;
  }
}

#client .client-text {
  font-weight: 700;
  font-size: clamp(16px, 1.6vw, 20px);
  text-align: center;
  letter-spacing: 0.02rem;
}


#client .img {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #client .img {
    margin-top: 20px;
    text-align: center;
  }
}


/* voice*/
#voice {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #voice {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#voice .voice-content {
  margin-top: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  #voice .voice-content {
    margin-top: 40px;
  }
}

#voice .voice-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(30px, 4vw, 60px);
  row-gap: 60px;
}

@media screen and (max-width: 767px) {
  #voice .voice-items {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}

#voice .voice-item {
  background: linear-gradient(30deg, rgba(240, 247, 255, 1) 6%, rgba(243, 240, 255, 1) 55%);
  border-radius: 10px;
  padding: 30px 25px;
}

#voice .voice-item .head {
  display: flex;
  align-items: center;
  gap: 10px;
}

#voice .voice-item .head .img {
  border-radius: 10px;
  border: 2px solid #fff;
  overflow: hidden;
  width: 100px;
  height: 100px;
}

#voice .voice-item .head .meta .tag {
  width: 80px;
  height: 20px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  background: #fff;
  border: 1px solid #4161FF;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.02rem;
  color: #4161FF;
  font-weight: 700;
  border-radius: 2px;
}

#voice .voice-item .head .meta h3 {
  margin-top: 5px;
  padding: 0;
  line-height: 1.4;
  font-size: 20px;
}


#voice .voice-item .head .meta h3 span {
  color: #4161FF;
}

#voice .voice-item .body {
  margin-top: 30px;
}

#voice .voice-item .body p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.02rem;
}

#voice .voice-item .body .caption {
  margin-top: 30px;
  text-align: right;
  font-size: 14px;
  letter-spacing: 0.02rem;
}


/* flow*/
#flow {
  padding-top: 80px;
  padding-bottom: 100px;
  background: linear-gradient(30deg, rgba(240, 247, 255, 1) 6%, rgba(243, 240, 255, 1) 55%);

}

@media screen and (max-width: 767px) {
  #flow {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#flow .flow-content {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #flow .flow-content {
    margin-top: 40px;
  }
}

#flow .flow-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: clamp(30px, 3.5vw, 45px);
}

@media screen and (max-width: 767px) {
  #flow .flow-items {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}

#flow .flow-item {
  background: #fff;
  position: relative;
  border-radius: 10px;
  padding: 25px 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  #flow .flow-item {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }

}

#flow .flow-item:not(:last-child):after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  width: 50px;
  height: 50px;
  background: url(./img/flow-arrow.svg) no-repeat center center / contain;
}

@media screen and (max-width: 767px) {
  #flow .flow-item:not(:last-child):after {
    top: auto;
    bottom: -25px;
    right: auto;
    left: 50%;
    transform: translateY(0) translateX(-50%) rotate(90deg);
  }
}


#flow .flow-item .head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#flow .flow-item .head .num {
  display: inline-block;
  width: 90px;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  background: #4161FF;
  height: 25px;
  line-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}

#flow .flow-item .head h3 {
  margin-top: 15px;
  text-align: center;
  padding: 0;
  font-size: clamp(13px, 1.3vw, 18px);
  letter-spacing: 0.02rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  #flow .flow-item .head h3 {
    font-size: clamp(16px, 3vw, 18px);
  }
}

#flow .flow-item .body {
  margin-top: 20px;
}

#flow .flow__button {
  margin-top: 90px;
  text-align: center;
}



/* 新規会員登録 */

.entry-title {
  text-align: center;
  font-size: clamp(20px, 2.8vw, 30px) !important;
  line-height: 1.6 !important;
  font-weight: 700;
  letter-spacing: 0.02rem;
  background: transparent !important;
}

.entry-content {
  margin-top: 40px !important;
  margin-bottom: 30px !important;
  text-align: center;
}

.entry-content .login-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.entry-content .login-link a {
  text-align: center;
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0 20px;
  font-size: clamp(14px, 1.3vw, 16px);
  color: #292929;
  text-decoration: underline;
}

.entry-content .login-link a:hover {
  opacity: 1;
  color: #9f9f9f;
}

.entry-content .login-link a:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200%;
  height: 1px;
  background: #555555;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .entry-content .login-link a:after {
    width: 120%;
  }
}


.pmagic fieldset {
  margin-top: 40px;
  border: none;
  padding: 0 20px;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;

}

.pmagic legend {
  display: none;
}

.pmagic .pmrow {
  float: none;
}

.pmagic .pm-field-lable {
  width: 100%;
  margin-left: 1%;
  margin-right: 1%;
}

.pmagic .pm-field-input {
  width: 100%;
}

.pmagic .pm-field-input,
.pmagic .pm-field-lable,
.pmagic .pm-form-field-icon,
.pmagic .pm-radio-option {
  display: block;
  float: none;
}


@media screen and (max-width: 767px) {
  .pmagic .pm-field-lable {
    font-size: 14px;
  }
}

label[for=pm_field_128],
label[for=pm_field_129] {
  display: none;
}

.pmagic #pm_field_126,
.pmagic #pm_field_127 {
  width: 260px;
  position: relative;
}

@media screen and (max-width: 767px) {

  .pmagic #pm_field_126,
  .pmagic #pm_field_127 {
    width: 190px;
  }
}

.pmrow:nth-child(11),
.pmrow:nth-child(12) {
  position: relative;
}

.pmrow:nth-child(11) .pm-field-input:after,
.pmrow:nth-child(12) .pm-field-input:after {
  position: absolute;
  content: "円/時間";
  top: 50%;
  left: 270px;
}

@media screen and (max-width: 767px) {

  .pmrow:nth-child(11) .pm-field-input:after,
  .pmrow:nth-child(12) .pm-field-input:after {
    top: 53%;
    left: 200px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .pmagic .pm-field-input {
    font-size: 14px;
  }
}

.pmagic form.pmagic-form .buttonarea.pm-full-width-container input[type="submit"] {
  background-color: #FF0000;
  width: 400px;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  padding: 0;
  max-width: 100%;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

/* 登録情報を送信後のページのCSS */
.danger-box {
  color: #000;
  width: 800px;
  margin: 50px auto;
  font-size: 16px;

}

/* table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

table tr:last-child {
  border-bottom: solid 1px #ddd;
}

table th {
  text-align: center;
  padding: 7px 0;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
  width: 180px;
}

table th:nth-child(1) {
  background-color: #dddddd;
}

table th:nth-child(3) {
  background-color: #f5b932;
  color: white;
}

table tr:nth-child(2) td {
  font-size: 30px;
}

table td {
  text-align: center;
  padding: 7px 0;
  border-right: solid 1px #ddd;
  border-left: solid 1px #ddd;
  width: 180px;
}

table td a {
  background-color: #25b327;
  color: white;
  padding: 5px 20px;
  border-radius: 30px;
  font-weight: bold;
}

table .popular {
  width: 180px;
}

table th.popular {
  position: relative;
}

table th.popular span.no1 {
  position: absolute;
  top: -10px;
  left: calc(50% - 30px);
  background: #bdcc28;
  width: 60px;
  font-size: 11px;
  border-radius: 15px;
  line-height: 1;
  padding: 5px;
}

table th.popular span.inner {
  position: absolute;
  color: white;
  background-color: #f34955;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 10px 0;
}
*/



/* ログイン */

#post-63 {
  margin-bottom: 60px;
}


.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #FF0000 !important;
  border-radius: 60px;
  padding: 7px 55px 7px 55px !important;
}

a.btn--orange {
  color: #fff;
  background-color: #FF0000;
}

a.btn--orange:hover {}

.pm-bg {
  background-color: #fafafa;
}


.pmagic .pm-login-box {
  border: none;
}

.pmagic .pm-login-box-bottom-container {
  border: none;
  text-align: center;
  margin-top: 20px;
  background: transparent;
}


.pmagic .pm-login-box .pm-login-header {
  text-align: center;
  padding: 10px 15px;
  background: transparent;
  border: none;

}

.pmagic .pm-login-box input[type=password],
.pmagic .pm-login-box input[type=text] {
  transition: 0.6s ease 0s;
  border-width: 2px;
}

.pmagic .pm-login-box input[type=password]:focus,
.pmagic .pm-login-box input[type=text]:focus {
  border-color: #4161FF;
  background: rgba(133, 169, 235, 0.1);

}

.pmagic .pm-login-box input[type=password]:hover,
.pmagic .pm-login-box input[type=text]:hover {
  border-color: #4161FF;

}

.pmagic .pm-login-box input[type=submit] {
  text-align: center;
  float: none;
  border: none;
  border-radius: 60px;
  display: inline-block;
  width: 300px;
  height: 60px;
  max-width: 100%;
  background: #292929;
  color: #fff;
  margin: auto;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 15px;
  cursor: pointer;
  transition: 0.2s;
}

.pmagic .pm-login-box input[type=submit]:hover {
  opacity: 0.6;
}

.article h3 {
  border: none;
}

.pmagic .pm-login-box .pm-login-header p {
  text-align: center;
  display: none;
}

.pmagic .pm-login-box-bottom-container a.pg-registration-button {
  display: none;
}

@media only screen and (max-width: 479px) {
  .pmagic .pm-login-box .pm-login-header {
    padding: 15px 10px 0px 10px;
  }
}

.pm-center-button a:hover {
  color: #1967d2;
}



/* マイページ */


#my-pageContainer {
  margin-top: 80px;
  margin-bottom: 60px;

}

#my-pageContainer .org-top-about-inner {
  display: flex;
  justify-content: start;
  align-items: stretch;
  position: relative;
}

#my-pageContainer .my-pageContainer-left {
  width: 30%;
  height: 100%;
  position: sticky;
  top: 60px;
  padding-right: 20px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  #my-pageContainer .my-pageContainer-left {
    position: relative;
    width: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  #my-pageContainer .my-pageContainer-left-inner {
    display: none;
  }
}

#my-pageContainer .my-pageContainer-left-inner h2 {
  background: transparent;
}

#my-pageContainer .my-pageContainer-left-inner .my-page-nav {
  margin-top: 60px;
}

#my-pageContainer .my-pageContainer-left-inner .my-page-nav ul li:not(:first-child) {
  margin-top: 10px;
}


#my-pageContainer .my-pageContainer-left-inner .my-page-nav ul li {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px 0 5px;
  font-size: clamp(14px, 1.3vw, 16px);
  color: #292929;
  position: relative;
  width: 100%;
  cursor: pointer;
}

#my-pageContainer .my-pageContainer-left-inner .my-page-nav ul li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #bebebe;
  opacity: 0;
  transition: 0.6s ease 0s;
}

#my-pageContainer .my-pageContainer-left-inner .my-page-nav ul li:hover {
  opacity: 1;
}

#my-pageContainer .my-pageContainer-left-inner .my-page-nav ul li:hover:after {
  opacity: 1;
}

#my-pageContainer .my-pageContainer-left-inner .my-page-nav ul li.active:after {
  opacity: 1;
  visibility: visible;
}

#my-pageContainer .my-pageContainer-left-inner .my-page-nav ul li>a {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px 0 5px;
  font-size: clamp(14px, 1.3vw, 16px);
  color: #292929;
  position: relative;
}

#my-pageContainer .my-pageContainer-left-inner .my-page-nav .my-page__nav-link {
  display: flex;
  padding: 10px 0;
  margin-top: 20px;
  gap: 5px;
  color: #292929;
}

#my-pageContainer .my-pageContainer-left-inner .my-page-nav ul li .img {
  display: flex;
  align-items: center;
  margin-right: 10px;
  width: clamp(18px, 1.4vw, 26px);
}

#my-pageContainer .my-pageContainer-left-inner .my-page__nav2 {
  margin-top: 20px;
}

#my-pageContainer .my-pageContainer-left-inner .my-page-link {
  margin-top: 10px;
}

#my-pageContainer .my-pageContainer-left-inner .my-page-link>a {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px 0 5px;
  font-size: clamp(14px, 1.3vw, 16px);
  color: #292929;
  position: relative;
}


#my-pageContainer .my-pageContainer-left-inner .my-page-link .img {
  display: flex;
  align-items: center;
  margin-right: 10px;
  width: clamp(18px, 1.4vw, 26px);
}

#my-pageContainer .my-pageContainer-left-inner .my-page__button {
  margin-top: 60px;
}

#my-pageContainer .my-pageContainer-left-inner .my-page__btn {
  font-size: clamp(13px, 1.2vw, 15px);
  border: none;
  background: #FF0000;
  color: #fff;
  padding: 0 1.4em;
  border-radius: 30px;
  height: 35px;
  line-height: 35px;
}

#my-pageContainer .my-pageContainer-left-inner .my-page__btn:hover {
  opacity: 0.6;
}


/*-----------------------------------------
    //drawer
-----------------------------------------*/
#my-pageContainer .drawer-icon-mypage {
  position: fixed;
  top: 80px;
  left: 14px;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  display: none;
}

@media only screen and (max-width: 767px) {
  #my-pageContainer .drawer-icon-mypage {
    display: block;
  }

}

#my-pageContainer .drawer-icon-mypage.active span:nth-child(1) {
  transform: rotate(-45deg);
  top: 8px;
  left: 0px;
}

#my-pageContainer .drawer-icon-mypage.active span:nth-child(2) {
  display: none;
}

#my-pageContainer .drawer-icon-mypage.active span:nth-child(3) {
  transform: rotate(45deg);
  top: 8px;
  left: 0px;
}

#my-pageContainer .drawer__bars-mypage {
  width: 18px;
  height: 16px;
  position: relative;
  cursor: pointer;
}

#my-pageContainer .drawer__bars-mypage span {
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background: #292929;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
  z-index: 100;
}

#my-pageContainer .drawer__bars-mypage span:nth-child(1) {
  top: 0;
}

#my-pageContainer .drawer__bars-mypage span:nth-child(2) {
  top: 7px;
}

#my-pageContainer .drawer__bars-mypage span:nth-child(3) {
  top: 14px;
}

#my-pageContainer .drawer__content-mypage {
  position: fixed;
  width: 80%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 99;
  transform: translateX(-105%);
  transition: transform 0.5s ease 0s;
  padding-top: 110px;
  padding-left: 20px;
  padding-right: 20px;
  overflow-y: scroll;
}

#my-pageContainer .drawer__content-mypage.active {
  transform: translateX(0%);
}

#my-pageContainer .drawer__content-mypage h2 {
  background: transparent;
  font-size: 16px;
}

#my-pageContainer .drawer__content-mypage .my-page-nav {
  margin-top: 20px;
}

#my-pageContainer .drawer__content-mypage .my-page-nav ul li:not(:first-child) {
  margin-top: 10px;
}

#my-pageContainer .drawer__content-mypage .my-page-nav .my-page__nav-link {
  display: flex;
  padding: 10px 0 5px;
  margin-top: 20px;
  color: #292929;
  border: none;
  background: transparent;
  font-size: clamp(14px, 1.3vw, 16px);

}

#my-pageContainer .drawer__content-mypage .my-page-nav .my-page__nav-link .img {
  display: flex;
  align-items: center;
  margin-right: 10px;
  width: clamp(18px, 1.4vw, 26px);
}


#my-pageContainer .drawer__content-mypage .my-page-nav ul li {
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 5px 0 5px;
  font-size: clamp(14px, 1.3vw, 16px);
  color: #292929;
  position: relative;
  width: 100%;
  cursor: pointer;
}

#my-pageContainer .drawer__content-mypage .my-page-nav ul li:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #bebebe;
  opacity: 0;
  transition: 0.6s ease 0s;
}

#my-pageContainer .drawer__content-mypage .my-page-nav ul li:hover {
  opacity: 1;
}

#my-pageContainer .drawer__content-mypage .my-page-nav ul li:hover:after {
  opacity: 1;
}

#my-pageContainer .drawer__content-mypage .my-page-nav ul li.active:after {
  opacity: 1;
  visibility: visible;
}

#my-pageContainer .drawer__content-mypage .my-page-nav ul li>a {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px 0 5px;
  font-size: clamp(14px, 1.3vw, 16px);
  color: #292929;
  position: relative;
}


#my-pageContainer .drawer__content-mypage .my-page-nav ul li .img {
  display: flex;
  align-items: center;
  margin-right: 10px;
  width: clamp(18px, 1.4vw, 26px);
}

#my-pageContainer .drawer__content-mypage .my-page-link>a {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px 0 5px;
  font-size: clamp(14px, 1.3vw, 16px);
  color: #292929;
  position: relative;
}


#my-pageContainer .drawer__content-mypage .my-page-link .img {
  display: flex;
  align-items: center;
  margin-right: 10px;
  width: clamp(18px, 1.4vw, 26px);
}

#my-pageContainer .drawer__content-mypage .my-page__nav2 {
  margin-top: 20px;
}

#my-pageContainer .drawer__content-mypage .my-page__button {
  margin-top: 30px;
}

#my-pageContainer .drawer__content-mypage .my-page__btn {
  font-size: clamp(13px, 1.2vw, 15px);
  border: none;
  background: #FF0000;
  color: #fff;
  padding: 0 1.4em;
  border-radius: 30px;
  height: 35px;
  line-height: 35px;
}

#my-pageContainer .drawer__content-mypage .my-page__btn:hover {
  opacity: 0.6;
}

#my-pageContainer .drawer__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(41 41 62 / 70%);
  ;
  z-index: 98;
  display: none;
}

#my-pageContainer .drawer__bg.active {
  display: block;
}





#my-pageContainer .my-pageContainer-right {
  margin-left: auto;
  width: 70%;
  padding-left: 40px;
  border-left: 1px solid #bebebe;
}

@media only screen and (max-width: 767px) {
  #my-pageContainer .my-pageContainer-right {
    margin-left: auto;
    width: 100%;
    padding-left: 0;
    border-left: none;
    margin-top: 20px;
  }
}


#my-pageContainer .my-pageContainer-right h3 {
  padding: 0;
  font-size: 30px;
  color: #292929;
}

@media only screen and (max-width: 767px) {
  #my-pageContainer .my-pageContainer-right h3 {
    font-size: clamp(20px, 6vw, 30px)
  }
}

#my-pageContainer .panel-content {
  display: none;
}

#my-pageContainer .panel-content.active {
  display: block;
  animation: tab-show 0.9s ease-in-out forwards;
}

@keyframes tab-show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#my-pageContainer .my-pageContainer-right .pickup-items {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: clamp(20px, 4vw, 50px);
  row-gap: 50px;
}

@media only screen and (max-width: 767px) {
  #my-pageContainer .my-pageContainer-right .pickup-items {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  #my-pageContainer .my-pageContainer-right .pickup-items {
    flex-direction: column;
    align-items: center;
  }
}

#my-pageContainer .my-pageContainer-right .pickup-item {
  border-radius: 10px;
  overflow: hidden;
}

#my-pageContainer .my-pageContainer-right .pickup-item .head {
  overflow: hidden;
  position: relative;
  vertical-align: bottom;
  line-height: 1.0em;
}

#my-pageContainer .my-pageContainer-right .pickup-item .head .img img {
  vertical-align: bottom;
  line-height: 1.0em;
  object-fit: cover;
  width: 100%;
  height: 200px;
}

#my-pageContainer .my-pageContainer-right .pickup-item .head>.tag {
  position: absolute;
  top: 20px;
  left: 10px;
  min-width: 80px;
  background: #fff;
  border-radius: 30px;
  padding: 3px 20px;
  line-height: 1;
  text-align: center;
  color: #4161FF;
  font-weight: 700;
  letter-spacing: 0.02rem;
  font-size: clamp(12px, 1.2vw, 14px);
  z-index: 2;
}

#my-pageContainer .my-pageContainer-right .pickup-item .head>.img {
  position: relative;
}

#my-pageContainer .my-pageContainer-right .pickup-item .head>.img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

#my-pageContainer .my-pageContainer-right .pickup-item .head>.img h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(14px, 1.6vw, 18px);
  width: 100%;
  padding: 20px;
  line-height: 1.5;
  text-align: left;
  z-index: 2;
  color: #fff;
}


#my-pageContainer .my-pageContainer-right .pickup-item .body {
  background: #f8fcff;
  padding: 20px 15px;
}

#my-pageContainer .my-pageContainer-right .pickup-item .body dl .row {
  display: flex;
  align-items: center;
}

#my-pageContainer .my-pageContainer-right .pickup-item .body dl .row:not(:first-child) {
  margin-top: 10px;
}

#my-pageContainer .my-pageContainer-right .pickup-item .body dl .row dt {
  position: relative;
  /* padding-left: 10px; */
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05rem;
  width: 90px;
  border-right: 1px solid #A2A2A2;
  color: #292929;
}

/* #my-pageContainer .my-pageContainer-right .pickup-item .body dl .row dt:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #4161FF;
} */

#my-pageContainer .my-pageContainer-right .pickup-item .body dl .row dd {
  position: relative;
  padding-left: 10px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.05rem;
  width: calc(100% - 90px);
  color: #292929;
}



#my-pageContainer .my-pageContainer-right .pickup__btn:hover {
  background: #4161FF;
  color: #fff;
  opacity: 1;
}

#my-pageContainer .my-pageContainer-right .pickup__btn:before,
#my-pageContainer .my-pageContainer-right .pickup__btn:after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}

#my-pageContainer .my-pageContainer-right .pickup__btn:before {
  left: 20px;
  width: 26px;
  height: 26px;
  transition: all 0.6s ease 0s;
  background: url(./img/work-icon.svg) no-repeat center center / contain;
}

#my-pageContainer .my-pageContainer-right .pickup__btn:after {
  right: 20px;
  width: 6px;
  height: 16px;
  transition: all 0.6s ease 0s;
  background: url(./img/arrow.svg) no-repeat center center / contain;
}

#my-pageContainer .my-pageContainer-right .pickup__btn:hover.pickup__btn:before {
  background: url(./img/work-icon-w.svg) no-repeat center center / contain;
}

#my-pageContainer .my-pageContainer-right .pickup__btn:hover.pickup__btn:after {
  background: url(./img/arrow-w.svg) no-repeat center center / contain;
}


#my-pageContainer .profile-content {}

#my-pageContainer .profile-content .pmagic .pm-field-lable {
  width: 100%;
}

#my-pageContainer .profile-content .pmagic form.pmagic-form .buttonarea.pm-full-width-container input[type="submit"] {
  background-color: #FF0000;
  width: 200px;
}


#my-pageContainer .profile-content .pmagic .pm-accordian-content {
  height: auto !important;
  max-width: 750px;
  margin-top: 30px;
  display: block !important;
}

#my-pageContainer .profile-content .pg-alert-info {
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  #my-pageContainer .profile-content .pmagic .pm-group-view.pg-theme-one .pm-profile-title {
    margin: 0;
  }
}

@media only screen and (max-width: 979px) {
  #my-pageContainer .profile-content .pmagic .pm-group-view.pg-theme-one .pg-profile-head-wrap {
    flex-direction: initial;
  }
}

#my-pageContainer .profile-content .pm-group-view.pg-theme-one .pm-profile-image {
  display: none;
}

#my-pageContainer .profile-content .pmagic .pm-group-view .pm-user-name {
  text-align: left;
}

#my-pageContainer .profile-content .pmagic .pm-group-view .pm-group-icon {
  display: none;
}

#my-pageContainer .profile-content .pmagic .pm-section .pm-edit-user {
  width: 100%;
}

#my-pageContainer .pm-group-view.pg-theme-one .pm-profile-title-header {
  padding: 10px 8px;
}

#my-pageContainer .profile-content .pmagic .pm-field-lable {
  margin-top: 20px;
}

#my-pageContainer #pg-delete-account,
#my-pageContainer #pg-change-password {
  margin: 50px 0 0;
}

#my-pageContainer .pmagic .pm-group-view.pg-theme-one .pm-header-section {
  border: none;
  display: none;
}

#my-pageContainer .pmagic .pm-profile-tab-wrap .pm-profile-tab {
  padding: 10px 10px;
}

@media only screen and (max-width: 767px) {
  #my-pageContainer .pmagic .pm-profile-tab-wrap .pm-profile-tab {
    font-size: 12px;
  }
}

#my-pageContainer .pmagic .pm-profile-tab-wrap .pm-profile-tab a.active~.pm-border-slide {
  display: none;
}

#my-pageContainer .pmagic .pg-edit-action-wrap {
  margin-bottom: 0;
  margin-top: 40px;
}

#my-pageContainer .pmagic .pm-group-view.pg-theme-one .pm-profile-tab-wrap.pg-horizontal-responsive-menu {
  display: none;
  visibility: hidden;
}


#my-pageContainer .pg-edit-action-wrap .pm-edit-action {
  display: flex;
  gap: 20px;
}

#my-pageContainer .pg-edit-action-wrap .pm-edit-action input[type="submit"] {
  border: none;
  border-radius: 50px;
  width: 140px;
}

#my-pageContainer .pm-edit-action-cancel input[type="submit"] {
  border: 1px solid #000000CC !important;
  background: #fff;
  color: #000000CC;
}

#my-pageContainer .pmagic-form .pm-edit-link {
  display: none;
}

#my-pageContainer .pmagic .pm-accordian-title {
  display: none;
}

#my-pageContainer #pm_edit_form{
  display: flex;
  flex-direction: column;
}

#my-pageContainer #pm_edit_form .pm-edit-heading h1 {
  order: 1;
}

#my-pageContainer #pm_edit_form #pm-accordion {
  order: 2;
}

#my-pageContainer #pm_edit_form .pg-edit-action-wrap {
  order: 3;
}

/* 求人情報一覧 */

#recruitContainer {
  margin-top: 80px;
  margin-bottom: 60px;

}

#recruitContainer .recruitContainer-inner {
  display: flex;
  justify-content: start;
  align-items: stretch;
  position: relative;
  width: 98%;
  max-width: 1240px!important;
}

#recruitContainer .recruitContainer-left {
  width: 20%;
  height: 100%;
  position: sticky;
  top: 60px;
  padding-right: 20px;
  background: #fff;
}

@media only screen and (max-width: 960px) {
  #recruitContainer .recruitContainer-left {
    width: 30%;
  }
}


@media only screen and (max-width: 767px) {
  #recruitContainer .recruitContainer-left {
    position: relative;
    width:0;
    padding-right: 0;
  }
}


@media only screen and (max-width: 767px) {
  #recruitContainer .recruitContainer-left-inner {
    display: none;
  }
}

#recruitContainer .recruitContainer-left-inner h2 {
  background: transparent;
}

#recruitContainer .recruitContainer-left .search-box {
  margin: 0;
}

#recruitContainer .recruitContainer-left .search-box [type='submit'].search-submit{
  transition: all 0.6s ease 0s;
}

#recruitContainer .recruitContainer-left .search-box [type='submit'].search-submit>span{
  transform: rotate(0);
}



#recruitContainer .recruitContainer-left .search-box [type='submit'].search-submit:hover {
  opacity: 0.6;
  background: #000;
}

#recruitContainer .recruitContainer-left .recruitContainer-left-ulBox {
  margin-top: 50px;
}

#recruitContainer .recruitContainer-left .recruitContainer-left-ulBox h3 {
  padding: 0;
}

#recruitContainer .recruitContainer-left .recruitContainer-left-ul {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

#recruitContainer .recruitContainer-left .recruitContainer-left-ul li>a {
  display: inline-block;
  padding: 1px 15px;
  border-radius: 30px;
  border: 1px solid #292929;
  color: #292929;
  line-height: 2;
  font-size: clamp(12px, 1.3vw, 14px);
}

#recruitContainer .recruitContainer-left .recruitContainer-left-ul li>a:hover {
  opacity: 0.6;
}



/*-----------------------------------------
    //drawer
-----------------------------------------*/
#recruitContainer .drawer-icon {
  position: fixed;
  top: 80px;
  left: 14px;
  z-index: 100;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  display: none;
}

@media only screen and (max-width: 767px) {
  #recruitContainer .drawer-icon {
    display: block;
  }

}

#recruitContainer .drawer-icon.active span:nth-child(1) {
  transform: rotate(-45deg);
  top: 8px;
  left: 0px;
}

#recruitContainer .drawer-icon.active span:nth-child(2) {
  display: none;
}

#recruitContainer .drawer-icon.active span:nth-child(3) {
  transform: rotate(45deg);
  top: 8px;
  left: 0px;
}

#recruitContainer .drawer__bars {
  width: 18px;
  height: 16px;
  position: relative;
  cursor: pointer;
}

#recruitContainer .drawer__bars span {
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background: #292929;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
  z-index: 100;
}

#recruitContainer .drawer__bars span:nth-child(1) {
  top: 0;
}

#recruitContainer .drawer__bars span:nth-child(2) {
  top: 7px;
}

#recruitContainer .drawer__bars span:nth-child(3) {
  top: 14px;
}

#recruitContainer .drawer__content {
  position: fixed;
  width: 80%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 99;
  transform: translateX(-105%);
  transition: transform 0.5s ease 0s;
  padding-top: 120px;
  padding-left: 20px;
  padding-right: 20px;
  overflow-y: scroll;
}

#recruitContainer .drawer__content.active {
  transform: translateX(0%);
}

#recruitContainer .drawer__content h2 {
  background: transparent;
  font-size: 16px;
}


#recruitContainer .drawer__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(41 41 62 / 70%);
  ;
  z-index: 98;
  display: none;
}

#recruitContainer .drawer__bg.active {
  display: block;
}



#recruitContainer .recruitContainer-right {
  margin-left: auto;
  width: 80%;
  padding-left: 40px;
  border-left: 1px solid #bebebe;
}

@media only screen and (max-width: 767px) {
  #recruitContainer .recruitContainer-right {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 95%;
    padding-left: 0;
    border-left: none;
  }
}


#recruitContainer .recruitContainer-right h3 {
  padding: 0;
  font-size: 30px;
  color: #292929;
}

@media only screen and (max-width: 767px) {
  #recruitContainer .recruitContainer-right h3 {
    font-size: clamp(18px, 5vw, 30px)
  }
}

#recruitContainer .panel-content {
  display: none;
}

#recruitContainer .panel-content.active {
  display: block;
  animation: tab-show 0.9s ease-in-out forwards;
}

@keyframes tab-show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#recruitContainer .recruitContainer-right .pickup-items {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 40px;
}

@media only screen and (max-width: 1130px) {
  #recruitContainer .recruitContainer-right .pickup-items {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #recruitContainer .recruitContainer-right .pickup-items {
    margin-top: 0px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}


#recruitContainer .recruitContainer-right .pickup-item {
  border-radius: 10px;
  overflow: hidden;
}

#recruitContainer .recruitContainer-right .pickup-item .head {
  overflow: hidden;
  position: relative;
  vertical-align: bottom;
  line-height: 1.0em;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  height: 180px;
  padding: 30px 20px
}


#recruitContainer .recruitContainer-right .pickup-item .head:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}



#recruitContainer .recruitContainer-right .pickup-item .head .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#recruitContainer .recruitContainer-right .pickup-item .head .img img {
  vertical-align: bottom;
  line-height: 1.0em;
  object-fit: cover;
  width: 100%;
  height: 180px;
}


#recruitContainer .recruitContainer-right .pickup-item .head>.tag {
  min-width: 80px;
  background: #fff;
  border-radius: 30px;
  padding: 3px 20px;
  line-height: 1;
  text-align: center;
  color: #4161FF;
  font-weight: 700;
  letter-spacing: 0.02rem;
  font-size: clamp(12px, 1.2vw, 14px);
  z-index: 2;
}



#recruitContainer .recruitContainer-right .pickup-item .head> h2 {
  margin-top: 10px;
  font-size: clamp(16px, 2vw, 19px);
  width: 100%;
  line-height: 1.5;
  text-align: left;
  z-index: 2;
  color: #fff;
}


#recruitContainer .recruitContainer-right .pickup-item .body {
  background: #f8fcff;
  padding: 20px 15px;
}

#recruitContainer .recruitContainer-right .pickup-item .body dl .row {
  display: flex;
  align-items: center;
}

#recruitContainer .recruitContainer-right .pickup-item .body dl .row:not(:first-child) {
  margin-top: 10px;
}

#recruitContainer .recruitContainer-right .pickup-item .body dl .row dt {
  position: relative;
  /* padding-left: 10px; */
  font-weight: 700;
  font-size: clamp(12px, 1.2vw, 14px);
  letter-spacing: 0.05rem;
  width: 5rem;
  text-align: left;
  border-right: 1px solid #A2A2A2;
  color: #292929;
}

/* #recruitContainer .recruitContainer-right .pickup-item .body dl .row dt:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #4161FF;
} */

#recruitContainer .recruitContainer-right .pickup-item .body dl .row dd {
  position: relative;
  padding-left: 10px;
  font-weight: 400;
  text-align: left;
  font-size: clamp(12px, 1.2vw, 14px);
  letter-spacing: 0.05rem;
  width: calc(100% - 4rem);
  color: #292929;
}



/* 記事詳細ページ */

#single-content {}

#single-content {
  width: 95% !important;
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
  position: relative;

}

@media screen and (max-width: 767px) {
  #single-content {
    width: 100%;
  }
}

#single-content .head {
  position: relative;
}

#single-content .head .tag {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  left: 10px;
  min-width: 80px;
  background: #fff;
  border-radius: 30px;
  padding: 3px 20px;
  line-height: 1;
  text-align: center;
  color: #4161FF;
  font-weight: 700;
  letter-spacing: 0.02rem;
  font-size: clamp(12px, 1.2vw, 14px);
  z-index: 2;
}

#single-content .head h2 {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 10px;
  font-weight: 700;
  letter-spacing: 0.02rem;
  font-size: clamp(20px, 3vw, 30px);
  z-index: 2;
  color: #fff;
}

#single-content .head .img {
  position: relative;
}


#single-content .head .img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  position: relative;
  vertical-align: bottom;
  line-height: 1.0em;
}

#single-content .head .img:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}


#single-content .body {
  margin-top: 30px;
}




#single-content .body dl {
  background: #f8fcff;
  padding: 20px 15px;
  margin-bottom: 0px;
}


#single-content .body dl .row {
  display: flex;
  align-items: center;
}

#single-content .body dl .row:not(:first-child) {
  margin-top: 10px;
}

#single-content .body dl .row dt {
  position: relative;
  /* padding-left: 10px; */
  font-weight: 700;
  font-size: clamp(12px, 1.2vw, 14px);
  letter-spacing: 0.05rem;
  width: 20%;
  text-align: left;
  border-right: 1px solid #A2A2A2;
  color: #292929;
}

@media screen and (max-width: 767px) {
  #single-content .body dl .row dt {

    font-size: clamp(13px, 1.2vw, 14px);
    letter-spacing: 0.05rem;
    width: 30%;
  }
}


/* #single-content .body dl .row dt:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #4161FF;
} */

#single-content .body dl .row dd {
  position: relative;
  padding-left: 10px;
  font-weight: 400;
  text-align: left;
  font-size: clamp(12px, 1.2vw, 14px);
  letter-spacing: 0.05rem;
  width: calc(100% - 20%);
  color: #292929;
}


#single-content .body .skill {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

#single-content .body .skill dt {
  /* padding-left: 10px; */
  font-weight: 700;
  font-size: clamp(12px, 1.2vw, 14px);
  letter-spacing: 0.05rem;
  width: 20%;
  text-align: left;
  color: #292929;
}

@media screen and (max-width: 767px) {
  #single-content .body .skill dt {
    font-size: clamp(13px, 1.2vw, 14px);
    letter-spacing: 0.05rem;
    width: 30%;
  }
}

#single-content .body .skill dd {
  position: relative;
  padding-left: 10px;
  font-weight: 400;
  text-align: left;
  font-size: clamp(12px, 1.2vw, 14px);
  letter-spacing: 0.05rem;
  width: calc(100% - 20%);
  color: #292929;
}

@media screen and (max-width: 767px) {
  #single-content .body .skill dd {
    margin-top: 10px;
  }
}

#single-content .body .skill dd>ul {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  flex-wrap: wrap;
  list-style: none;
}

#single-content .body .skill dd>ul li {
  min-width: 80px;
  background: #fff;
  border-radius: 30px;
  padding: 3px 10px;
  line-height: 1.2;
  text-align: center;
  color: #4161FF;
  border: 1px solid #4161FF;
  font-weight: 700;
  letter-spacing: 0.02rem;
  font-size: clamp(12px, 1.2vw, 14px);
  list-style: none;
}

#single-content .body p {
  font-size: clamp(14px, 1.3vw, 16px);
  margin-bottom: 20px;
}

#single-content .body h2 {
  margin-top: 30px;
  margin-bottom: 5px;
  padding-left: 10px;
  position: relative;
}

#single-content .body h2::before {
 content: "";
 position:absolute;
 top: 50%;
 left: 0;
 transform: translateY(-50%);
 width: 3px;
 height: 70%;
 background: #4161FF;
}


#single-content .body h3{
  margin-top: 30px;
  margin-bottom: 5px;

}
#single-content .body h4{
  margin-top: 30px;
  margin-bottom: 5px;
}

#single-content .body h5{
  margin-top: 20px;
  margin-bottom: 5px;
}

#single-content .body h6{
  margin-top: 20px;
  margin-bottom: 5px;
}

#single-content .body ul{
  margin-top: 5px;
  list-style: disc;
}

#single-content .body ul li{
  margin-top: 10px;
  list-style: disc;
}




#single-flow {
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 100px;
  background: linear-gradient(30deg, rgba(240, 247, 255, 1) 6%, rgba(243, 240, 255, 1) 55%);

}

@media screen and (max-width: 767px) {
  #single-flow {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#single-flow .flow-content {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #single-flow .flow-content {
    margin-top: 40px;
  }
}

#single-flow .flow-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: clamp(30px, 3.5vw, 45px);
}

@media screen and (max-width: 767px) {
  #single-flow .flow-items {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}

#single-flow .flow-item {
  background: #fff;
  position: relative;
  border-radius: 10px;
  padding: 25px 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  #single-flow .flow-item {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }

}

#single-flow .flow-item:not(:last-child):after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: -25px;
  width: 50px;
  height: 50px;
  background: url(./img/flow-arrow.svg) no-repeat center center / contain;
}

@media screen and (max-width: 767px) {
  #single-flow .flow-item:not(:last-child):after {
    top: auto;
    bottom: -25px;
    right: auto;
    left: 50%;
    transform: translateY(0) translateX(-50%) rotate(90deg);
  }
}


#single-flow .flow-item .head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#single-flow .flow-item .head .num {
  display: inline-block;
  width: 90px;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  background: #4161FF;
  height: 25px;
  line-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
}

#single-flow .flow-item .head h3 {
  margin-top: 15px;
  text-align: center;
  padding: 0;
  font-size: clamp(13px, 1.3vw, 18px);
  letter-spacing: 0.02rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  #single-flow .flow-item .head h3 {
    font-size: clamp(16px, 3vw, 18px);
  }
}

#single-flow .flow-item .body {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

#single-flow .flow-item .body .img {
  text-align: center;
}

#single-flow .flow-item .body .caption {
  margin-top: 5px;
  font-size: clamp(12px, 1.2vw, 13px);
  line-height: 1.6;
}

#single-flow .flow-bottom {
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: clamp(14px, 1.3vw, 16px);
  line-height: 1.6;
}



#single-content-bottom {
  padding-top: 80px;
  padding-bottom: 100px;
}

#single-content-bottom .pickup-content {
  width: 900px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}


#single-content-bottom .pickup-content h3 {
  padding: 0;
  font-size: 30px;
  color: #292929;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #single-content-bottom .pickup-content h3 {
    font-size: clamp(20px, 6vw, 30px)
  }
}


#single-content-bottom .pickup-content .pickup-items {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: stretch;
  column-gap: 20px;
  row-gap: 40px;
}

@media only screen and (max-width: 960px) {
  #single-content-bottom .pickup-content .pickup-items {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #single-content-bottom .pickup-content .pickup-items {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  #single-content-bottom .pickup-content .pickup-items {
    flex-direction: column;
    align-items: center;
  }
}

#single-content-bottom .pickup-content .pickup-item {
  border-radius: 10px;
  overflow: hidden;
  max-width: 330px;
}

#single-content-bottom .pickup-content .pickup-item .head {
  overflow: hidden;
  position: relative;
  vertical-align: bottom;
  line-height: 1.0em;
}

#single-content-bottom .pickup-content .pickup-item .head .img img {
  vertical-align: bottom;
  line-height: 1.0em;
  object-fit: cover;
  width: 100%;
}

#single-content-bottom .pickup-content .pickup-item .head>.tag {
  position: absolute;
  top: 20px;
  left: 10px;
  min-width: 80px;
  background: #fff;
  border-radius: 30px;
  padding: 3px 20px;
  line-height: 1;
  text-align: center;
  color: #4161FF;
  font-weight: 700;
  letter-spacing: 0.02rem;
  font-size: clamp(12px, 1.2vw, 14px);

}

#single-content-bottom .pickup-content .pickup-item .head> h2 {
  margin-top: 10px;
  font-size: clamp(16px, 2vw, 19px);
  width: 100%;
  line-height: 1.5;
  text-align: left;
  z-index: 2;
  color: #fff;
}



#single-content-bottom .pickup-content .pickup-item .body {
  background: #f8fcff;
  padding: 20px 15px;
	height: 100%;
}

#single-content-bottom .pickup-content .pickup-item .body dl .row {
  display: flex;
  align-items: center;
}

#single-content-bottom .pickup-content .pickup-item .body dl .row:not(:first-child) {
  margin-top: 10px;
}

#single-content-bottom .pickup-content .pickup-item .body dl .row dt {
  position: relative;
  /* padding-left: 10px; */
  font-weight: 700;
  font-size: clamp(12px, 1.2vw, 14px);
  letter-spacing: 0.05rem;
  width: 40%;
  text-align: left;
  border-right: 1px solid #A2A2A2;
  color: #292929;
}

/* #single-content-bottom .pickup-content .pickup-item .body dl .row dt:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #4161FF;
} */

#single-content-bottom .pickup-content .pickup-item .body dl .row dd {
  position: relative;
  padding-left: 10px;
  font-weight: 400;
  text-align: left;
  font-size: clamp(12px, 1.2vw, 14px);
  letter-spacing: 0.05rem;
  width: calc(100% - 40%);
  color: #292929;
}



#single-content-bottom .pickup-content .pickup-item .head {
  overflow: hidden;
  position: relative;
  vertical-align: bottom;
  line-height: 1.0em;
}

#single-content-bottom .pickup-content .pickup-item .head::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}


#single-content-bottom .pickup-content .pickup-item .head .img img {
  vertical-align: bottom;
  line-height: 1.0em;
  object-fit: cover;
  width: 100%;
  height: 200px;
}

#single-content-bottom .pickup-content .pickup-item .head>.tag {
  position: absolute;
  top: 20px;
  left: 10px;
  min-width: 80px;
  background: #fff;
  border-radius: 30px;
  padding: 3px 20px;
  line-height: 1;
  text-align: center;
  color: #4161FF;
  font-weight: 700;
  letter-spacing: 0.02rem;
  font-size: clamp(12px, 1.2vw, 14px);
  z-index: 2;
}

#single-content-bottom .pickup-content .pickup-item .head h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(14px, 1.6vw, px);
  width: 100%;
  padding: 20px;
  line-height: 1.5;
  text-align: left;
  z-index: 2;
  color: #fff;
}


/* お気に入りボタン・エントリーボタン */

#single-content .single-content-meta {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

#single-content .single__button .single__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 330px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background: #fff;
  color: #4161FF;
  border-color: #4161FF;
  border-radius: 40px;
}

@media only screen and (max-width: 960px) {
  #single-content .single__button .single__btn {
    max-width: 100%;
    width: 220px;
  }
}



#single-content .single__button .single__btn .img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}


#single-content .simplefavorite-button {
  border: none;
  background: transparent;
  cursor: pointer;

}

#single-content .fa-solid {
  font-size: 30px;
}

#single-content .fa-regular {
  font-size: 30px;
  color: #6d6d6d;
}

#single-content .wprc-switch{
  display: none;
}





#single__contact {
  border-top: 1px solid #555555;
  margin-top: 60px;
  width: 800px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

#single__contact.active {
  display: block;
}

#single__contact #fieldset_14 {
  border: none;
}

#single__contact #fieldset_14 h3 {
  margin-top: 50px;
  font-size: 26px;
  margin-bottom: -20px;
  position: relative;
  padding-left: 15px;
}

#single__contact #fieldset_14 h3::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3px;
  height: 80%;
  background: #4161FF;
}


@media only screen and (max-width: 960px) {
  #single__contact #fieldset_14 h3 {
    font-size: 20px;
  }
}

#single__contact .pmrow .pm-field-input textarea {
  line-height: 1.8;
  font-size: clamp(14px, 1.3vw, 16px);
  letter-spacing: 0.02rem;
}

#single__contact .pmrow .caption {
  font-size: 12px;
}

#single__contact .buttonarea {
  margin-top: 40px;
  text-align: center;
  margin-left: 6rem;
}

@media only screen and (max-width: 960px) {
  #single__contact .buttonarea {
    margin-left: 0;
  }
}

#single__contact .buttonarea input[type=submit] {
  background-color: #FF0000;
  width: 400px;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  padding: 0;
  max-width: 100%;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

#single__contact .existing-image-preview{
margin-top:40px;
}


#single__contact2 {
  border-top: 1px solid #555555;
  margin-top: 60px;
  width: 800px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

#single__contact2.active {
  display: block;
}

#single__contact2 #fieldset_14 {
  border: none;
}

#single__contact2 #fieldset_14 h3 {
  margin-top: 50px;
  font-size: 26px;
  margin-bottom: -20px;
  position: relative;
  padding-left: 15px;
}

#single__contact2 #fieldset_14 h3::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3px;
  height: 80%;
  background: #4161FF;
}


@media only screen and (max-width: 960px) {
  #single__contact2 #fieldset_14 h3 {
    font-size: 20px;
  }
}

#single__contact2 .pmrow .pm-field-input textarea {
  line-height: 1.8;
  font-size: clamp(14px, 1.3vw, 16px);
  letter-spacing: 0.02rem;
}

#single__contact2 .pmrow .caption {
  font-size: 12px;
}

#single__contact2 .buttonarea {
  margin-top: 40px;
  text-align: center;
  margin-left: 6rem;
}

@media only screen and (max-width: 960px) {
  #single__contact2 .buttonarea {
    margin-left: 0;
  }
}

#single__contact2 .buttonarea input[type=submit] {
  background-color: #FF0000;
  width: 400px;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  padding: 0;
  max-width: 100%;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

#single__contact2 .existing-image-preview{
margin-top:40px;
}


.pm_estric {
  font-size: 20px;
  line-height: 1;
  color: #FA0202;
}

#thanks {
  width: 800px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}


#thanks h2 {
  text-align: center;
}

#thanks .thanks__content {
  margin-top: 20px;
  text-align: center;

}

#thanks .thanks__content p {
  font-size: clamp(16px, 1.4vw, 18px);

}

#thanks .thanks__content .thanks__link {
  margin-top: 20px;


}


/* 20250503追記(WordPress更新によるスタイルシートの調整)*/

.wrap {
    width: 100%;
}