@charset "UTF-8";
/** pxからvwへ変換関数 **/
.mv {
  background-image: url("../img/common/bg-page.png");
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.mv .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mv .title span {
  font-size: 3rem;
  color: #E52B61;
  line-height: 1;
}

.mv .title h1 {
  font-size: 6rem;
}

.mv-height-300 {
  height: 300px;
}

.page-main {
  position: relative;
}

.service-content .title h2 {
  font-size: 5rem;
  position: relative;
}

.service-content .title h2 span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 15rem;
  color: rgba(229, 43, 97, 0.2);
  z-index: -1;
  line-height: 1;
}

.breadcrumb {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 1rem;
}

.breadcrumb ul li {
  font-size: 1.2rem;
  display: inline-block;
}

.breadcrumb ul li a {
  color: #3B56CE;
  text-decoration: underline;
}

.breadcrumb ul li::after {
  content: ">";
  padding: 0 .5rem 0 1rem;
}

.breadcrumb ul li:last-child::after {
  content: none;
}

.service-content .flex-wrap .img {
  width: 30%;
}

.service-content .flex-wrap .img img {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.service-content .flex-wrap .text {
  width: 67%;
}

.service-content .flex-wrap .text h3 {
  margin-bottom: 1.5rem;
}

.service-content .flex-wrap .text p {
  margin-bottom: 3rem;
}

.blue-box-content .flex .col-03, .blue-box-content .flex .col-02 {
  background-color: #F5F7FD;
  padding: 2rem;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.blue-box-content .flex .col-03 img, .blue-box-content .flex .col-02 img {
  width: 22%;
}

.blue-box-content .flex .col-03 h4, .blue-box-content .flex .col-02 h4 {
  width: 75%;
  font-size: 1.6rem;
}

.blue-box-content .flex .col-02 {
  padding: 3rem 3rem;
}

.blue-box-content .flex .col-02 ul {
  margin-top: 2rem;
  list-style-type: disc;
  padding-left: 2.2rem;
}

.blue-box-content .flex .col-02 ul li {
  margin-bottom: .5rem;
}

.blue-box-content .flex .col-02 ul li:last-child {
  margin-bottom: 0;
}

.blue-box-content .flex .col-02 h4 {
  font-size: 2.8rem;
}

.service-menu {
  margin-bottom: 10rem;
}

.service-menu .flex-wrap a {
  border: 2px solid #9DABE7;
  padding: 3rem;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

.service-menu .flex-wrap a .num {
  font-size: 5rem;
  margin-right: 1rem;
  color: #9DABE7;
}

.service-menu .flex-wrap a .name {
  font-size: 2.8rem;
}

.service-menu .flex-wrap .active {
  color: #fff;
  background-color: #3B56CE;
}

.service-menu .flex-wrap .active .num {
  color: #fff;
}

.pager {
  width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.pager .back .btn-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.pager .prev .btn-arrow {
  margin-right: 0;
  margin-left: 1rem;
}

.pager a {
  color: #3B56CE;
  font-size: 2rem;
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pager a .btn-arrow {
  background-color: #3B56CE;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
}

.pager a .btn-arrow:before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 30%;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pager a .btn-arrow:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 30%;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
          transform-origin: calc(100% - 1px) 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.company-content .content {
  padding-top: 8rem;
}

.company-content .content p, .company-content .content ul {
  line-height: 2;
}

.company-content .content ul {
  font-weight: bold;
  padding: 1rem 0;
}

.company-content .table th, .company-content .table td {
  padding: 1.5rem 0;
  border-bottom: 1px solid #fff;
}

.map iframe {
  width: 100%;
  border-radius: 8px;
}

.member-info {
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 8rem;
}

.member-info .img {
  width: 30%;
}

.member-info .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.member-info .text {
  width: 70%;
  padding: 3rem;
  background-color: #fff;
}

.member-info .text h3 {
  margin-bottom: 2rem;
}

.member-info .text h3 span {
  font-size: 2rem;
  color: #686868;
  margin-right: 2rem;
}

.member-info .text p {
  color: #686868;
}

.member-info:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(54deg, #3b56ce 0%, #2f4293 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(30px, 30px);
          transform: translate(30px, 30px);
  z-index: -1;
}

.position-reset {
  position: static !important;
  -webkit-transform: none;
          transform: none;
}

.mv-detail .title h1 {
  font-size: 4rem;
}

.news-detail-content {
  position: relative;
  z-index: 1;
}

.news-detail-content .contents {
  border-radius: 4px;
  background-color: #fff;
  margin-top: -14rem;
  -webkit-box-shadow: 0px 0px 8px -5px #777777;
          box-shadow: 0px 0px 8px -5px #777777;
}

.news-detail-content .content {
  padding: 3rem;
}

.news-detail-content .content h2 {
  font-size: 2.8rem;
  color: #3B56CE;
  border-bottom: 1px solid rgba(59, 86, 206, 0.3);
  padding-bottom: .5rem;
  margin: 4rem 0 3rem;
}

.news-detail-content .content h3 {
  font-size: 2.4rem;
  color: #3B56CE;
  border-left: 4px solid #3B56CE;
  padding: 1rem 1rem 1rem 1rem;
  margin: 4rem 0 3rem;
}

.news-detail-content .content p {
  margin-bottom: 2rem;
}

.news-detail-content .content .wp-block-image {
  margin-bottom: 3rem;
}

.news-detail-content .info {
  margin-bottom: 1.5rem;
}

.news-detail-content .info .date {
  font-size: 1.4rem;
  color: #686868;
  display: inline-block;
  margin-right: 1.5rem;
}

.news-detail-content .info .category {
  font-size: 1.4rem;
  display: inline-block;
}

.news-detail-content .info .category span {
  margin-right: 1rem;
}

.news-detail-content .author {
  border-top: 1px solid #E8E8E8;
  margin-top: 1rem;
  padding: 3rem 2rem;
  background-color: #fff;
}

.news-detail-content .author-info p {
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #686868;
}

.input-text,
.input-email,
.input-textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 15px;
}

.input-textarea {
  min-height: 120px;
}

.submit-button {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.submit-button:hover {
  background-color: #0056b3;
}

.contact-form-wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.contact-form-wrapper h2 {
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
}

.contact-form-wrapper p {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
  color: #666;
}

.mwform {
  padding-top: 7rem;
}

.must {
  color: #E52B61;
}

.mwform-element {
  margin-bottom: 15px;
}

.mwform-element label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.mwform-element input[type="text"],
.mwform-element input[type="email"],
.mwform-element textarea {
  font-size: 1.6rem;
  width: 100%;
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f8f8f8;
}

.mwform-element textarea {
  min-height: 100px;
}

.mwform-element input[type="submit"] {
  width: 320px;
  padding: 10px;
  font-size: 20px;
  color: #fff;
  background-color: #e52b61;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin: 4rem auto 0;
  display: block;
}

.mwform-element input[type="submit"]:hover {
  background-color: #444;
}

.privacy-policy-note {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}

.privacy-policy-note a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.privacy-policy-note a:hover {
  color: #444;
}

.mwform-element input[type="checkbox"] {
  margin-right: 10px;
}

.mv-recruit {
  position: relative;
  z-index: 1;
  height: 600px;
}

.mv-recruit::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 25vw solid transparent;
  border-left: 50vw solid #E7E9F5;
  position: absolute;
  z-index: -1;
}

.mv-recruit::after {
  content: "";
  display: block;
  top: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  color: #fff;
  left: 0;
  position: absolute;
  z-index: 101;
}

.main-mv {
  background-color: #fff;
  width: 700px;
  margin: 0 auto;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.main-mv .main-mv-title {
  width: 60%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4rem;
  color: #E52B61;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 2rem;
  border-radius: 10px;
}

.main-mv .main-mv-title h1 {
  font-size: 2rem;
}

.main-mv .main-mv-title p {
  font-size: 3.5rem;
  line-height: 1.4;
  font-weight: bold;
}

.main-mv .mv-img {
  width: 80%;
}

.tab__panel-box001 {
  display: none;
}

.tab__panel-box002 {
  display: none;
}

.tab__panel-box003 {
  display: none;
}

.tab__panel-box.is-show {
  display: block;
}

.tab__menu li {
  font-size: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  padding: 1rem;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 1.5rem;
  cursor: pointer;
}

.tab__menu li.is-active {
  border: 1px solid #fff;
  color: #fff;
}

.tab__menu .apply {
  margin-top: 6rem;
  border: none !important;
}

.tab__menu .apply a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #3B56CE;
  padding: 1rem;
  border: 1px solid #fff;
  border-radius: 30px;
}

.title-wrap {
  margin-bottom: 4rem;
}

.title-wrap img {
  width: 120px;
}

.list-with-icon li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* アイコンとテキストを揃える */
  margin-bottom: 10px;
  /* 各リスト項目の間隔 */
}

.list-with-icon li span {
  display: inline-block;
  min-width: 2rem;
  /* アイコン部分の幅 */
  text-align: center;
  /* 数字やアイコンを中央揃え */
  color: #fff;
  /* 文字色を指定 */
}

.list-with-icon li span::after {
  margin-right: 0.5rem;
  /* アイコンとテキストの間隔 */
  color: #fff;
  /* 点の色を指定 */
}

.list {
  list-style-type: disc;
  padding-left: 2.2rem;
}

.privacy-content h4 {
  font-size: 1.8rem;
}

.privacy-policy-note {
  text-align: center;
}

.privacy-policy-note a {
  color: #E52B61;
  text-decoration: underline;
}

.represident-content {
  padding: 0 0 7rem;
}

.represident-content .content {
  padding-top: 0;
}

.styled-table {
  border-collapse: collapse;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  width: 100%;
  text-align: left;
  border: 1px solid #ddd;
}

.styled-table h4 {
  font-size: 1.8rem;
  font-weight: bold;
}
.styled-table th {
  width: 30%;
}

.styled-table td {
  width: 70%;
}

.styled-table th, 
.styled-table td {
  padding: 12px 15px;
}

.styled-table tbody tr {
  border-bottom: 1px solid #ddd;
}

.styled-table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.mt-04 {
  margin-top: 4rem;
}

.mt-06 {
  margin-top: 6rem;
}

@media screen and (max-width: 760px) {
  .section .title {
    margin-bottom: 3rem;
  }
  .mv .container .img {
    width: 60%;
    margin: 3rem auto 0;
  }
  .service-content .flex-wrap .img {
    width: 70%;
    margin: 0 auto 3rem;
  }
  .service-content .flex-wrap .text {
    width: 100%;
  }
  .btns {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  #ja-about-01 {
    top: 13px;
  }
  .lead-section .content .text-full {
    width: 100%;
  }
  .service-menu .flex-wrap a {
    width: 48%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pager {
    width: 100%;
  }
  .pager a {
    font-size: 4vw;
  }
  .company-content .content {
    padding-top: 4rem;
  }
  .member-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .member-info .img {
    width: 100%;
  }
  .member-info .img img {
    height: 250px;
  }
  .member-info .text {
    width: 100%;
  }
  .mv-news .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact-section .content {
    padding: 0 2rem;
  }
  .main-mv {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 3rem 2rem;
  }
  .main-mv .main-mv-title {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    padding: 2rem 2rem 0;
  }
  .main-mv .mv-img {
    width: 100%;
  }
  .w75 {
    width: 100%;
  }
  .w25 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .w25 li {
    width: 48%;
  }
  .tab__menu .apply {
    margin-top: 0;
    padding: 0;
  }
  .tab {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .tab__menu li {
    font-size: 4.8vw;
  }
  .mv-recruit::before {
    border-bottom: 100vw solid transparent;
    border-left: 70vw solid #E7E9F5;
  }
}

@media screen and (max-width: 540px) {
  .mv .title h1 {
    font-size: 10.66667vw;
  }
  .mv .title span {
    font-size: 8vw;
  }
  .service-content .title h2 {
    font-size: 9.33333vw;
  }
  .service-content .title h2 span {
    font-size: 21.33333vw;
  }
  .blue-box-content .flex .col-02 h4 {
    font-size: 5.33333vw;
  }
  .service-menu .flex-wrap a {
    padding: 1rem;
  }
  .service-menu .flex-wrap a .num {
    font-size: 8vw;
  }
  .service-menu .flex-wrap a .name {
    font-size: 4.8vw;
  }
  .mv-detail .title h1 {
    font-size: 6.66667vw;
  }
  .mv-detail .title span {
    font-size: 4.53333vw;
  }
  .news-detail-content .content {
    padding: 3rem 2rem;
  }
  .news-detail-content .content h2 {
    font-size: 5.86667vw;
  }
  .news-detail-content .content h3 {
    font-size: 5.33333vw;
  }
  .author img {
    width: 25%;
  }
  .author .author-info {
    width: 75%;
  }
  .main-mv .main-mv-title h1 {
    font-size: 4.8vw;
  }
  .main-mv .main-mv-title p {
    font-size: 6.66667vw;
  }
  .privacy-main .mv .title h1 {
    font-size: 8vw;
  }
}
/*# sourceMappingURL=page.css.map */