.spnav {
  display: none; }

header .head-container {
  background: url("../images/bg_header_pc.jpg") no-repeat;
  background-size: cover;
  /* padding-top: 45%; */
  position: relative;
  height: 48vw;
  margin-bottom: 150px; }
  header .head-container .leftbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 65vw;
    height: 100%;
    background: url("../images/bg-header-left.svg") no-repeat;
    background-size: cover;
    background-position: left top; }
  header .head-container .rightbox {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 5vw;
    height: 100%;
    background: url("../images/bg-header-right.svg") no-repeat;
    background-size: contain;
    background-position: right bottom; }
header #header.menu-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background: white;
  width: 95%;
  padding: 15px 40px;
  border-radius: 15px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s; }
  header #header.menu-container h1 span {
    display: none; }
  header #header.menu-container h1 img {
    width: 370px; }
  header #header.menu-container ul.menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px; }
    header #header.menu-container ul.menu li a {
      position: relative; }
      header #header.menu-container ul.menu li a:after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        background: #6ba82a;
        left: 50%;
        bottom: -0.5rem;
        transform: translateX(-50%);
        transition: all 0.3s; }
      header #header.menu-container ul.menu li a:hover:after {
        position: absolute;
        content: "";
        width: 110%;
        height: 3px;
        background: #6ba82a;
        left: 50%;
        bottom: -0.5rem;
        transform: translateX(-50%); }
header .readbox {
  position: absolute;
  left: 5%;
  top: 17%; }
  header .readbox p.catch-eng {
    font-size: 9vw;
    line-height: 0.9;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    color: white;
    text-align: left; }
  header .readbox p.catch-jp {
    font-size: 2.7vw;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    color: white;
    text-align: left;
    margin-bottom: 15px; }
  header .readbox img.icon {
    width: 90px;
    margin: 0 auto; }

header #header.menu-container.fixed {
  position: fixed;
  z-index: 11;
  padding: 10px 30px 10px 30px;
  border-radius: 0 0 10px 10px;
  top: 0;
  box-shadow: 0px 2px 0 0 rgba(0, 0, 0, 0.4); }
  header #header.menu-container.fixed h1 img {
    width: 300px; }

footer {
  padding: 70px 0 0 0; }

.contact-float {
  position: fixed;
  display: inline-block;
  right: -30px;
  top: 80vh;
  z-index: 1; }
  .contact-float a {
    color: white;
    font-size: 2.4rem;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    padding: 10px 80px 10px 30px;
    position: relative;
    margin-right: -30px;
    transition: all 0.3s; }
    .contact-float a:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      background: #6ba82a;
      top: 0;
      left: 0;
      z-index: -1;
      transform: skewX(-20deg); }
    .contact-float a:hover {
      margin-right: 0; }

.h2box {
  margin-bottom: 80px; }
  .h2box h2 {
    font-size: 6.0rem;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    line-height: 0.9; }
  .h2box p {
    font-size: 3.0rem;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    color: #f2951d; }

h3 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 4.0rem;
  line-height: 1.5; }
  h3 span {
    font-size: 3.0rem;
    display: block; }

h4.colorTitle {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 3.0rem;
  color: white;
  display: inline-block;
  width: 800px;
  background: #f2951d;
  padding: 10px 0;
  border-radius: 15px; }

.readblock p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 3.2rem; }

#about ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px; }
  #about ul li img {
    width: 325px; }
  #about ul li h4, #about ul li p {
    text-align: left; }
  #about ul li h4 {
    font-size: 1.8rem;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 1.8rem; }
  #about ul li p {
    font-size: 1.4rem; }
#about img.aboutlogo {
  display: block;
  width: 250px;
  margin: 0 auto; }
#about img.bottomimage {
  width: 100%; }

#business {
  padding: 100px 0 100px;
  position: relative;
  overflow: hidden; }
  #business .leftbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 30vw;
    height: 100%; }
    #business .leftbox span {
      display: inline-block;
      background: #f2951d;
      width: 30vw;
      height: 100%;
      clip-path: polygon(0 0, 100% 0%, 50% 100%);
      transform: translateX(-50%); }
  #business .rightbox {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30vw;
    height: 100%; }
    #business .rightbox span {
      display: inline-block;
      background: #f2951d;
      width: 30vw;
      height: 100%;
      clip-path: polygon(0 100%, 50% 0, 100% 100%);
      transform: translateX(50%); }
  #business .ph-business {
    display: block;
    width: 900px;
    margin: 0 auto; }
  #business .inner-container {
    width: 1020px;
    margin: 0 auto; }
  #business ul.spmenu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px; }
    #business ul.spmenu li {
      width: auto; }
      #business ul.spmenu li p {
        display: inline-block;
        font-size: 2.0rem;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        color: white;
        background: #646464;
        padding: 10px 20px 10px 30px;
        border-radius: 10px 0 0 10px;
        position: relative;
        margin-right: 40px; }
        #business ul.spmenu li p span {
          color: white;
          position: absolute;
          font-size: 1.4rem;
          left: 10px;
          top: 50%;
          transform: translateY(-50%); }
        #business ul.spmenu li p br {
          display: none !important; }
        #business ul.spmenu li p:after {
          position: absolute;
          content: "";
          width: 40px;
          height: 100%;
          background: url("../images/blt-menuhead.svg") no-repeat;
          background-size: contain;
          background-position: center center;
          right: -39px;
          top: 0; }
  #business a.btn-rollce {
    display: inline-block;
    background: #100964;
    padding: 15px 80px;
    border-radius: 0 15px 0 0;
    transform: all 0.5s; }
    #business a.btn-rollce p {
      color: white;
      font-size: 2.4rem;
      position: relative; }
      #business a.btn-rollce p span {
        position: absolute;
        font-size: 4rem;
        right: -4.5rem;
        top: 50%;
        transform: translateY(-50%); }
      #business a.btn-rollce p:before {
        position: absolute;
        content: "";
        width: 50px;
        height: 50px;
        background: url("../images/logo_rollce.png") no-repeat;
        background-size: contain;
        background-position: center center;
        left: -60px;
        top: 50%;
        transform: translateY(-50%); }
    #business a.btn-rollce:hover {
      opacity: 0.7; }

section#strength {
  width: 100%;
  padding: 100px 0;
  background: url("../images/bg_strength.jpg") no-repeat;
  background-size: cover;
  background-position: center center; }
  section#strength .st-container {
    width: 1020px;
    margin: 0 auto 30px auto;
    padding: 25px 0 25px 30px;
    background: white;
    position: relative; }
    section#strength .st-container p.label {
      font-size: 3.0rem;
      font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: 700;
      font-style: normal;
      color: white;
      letter-spacing: 0.3rem;
      background: #323232;
      padding: 5px 15px;
      position: absolute;
      right: -100px;
      top: 60px;
      transform: rotate(90deg); }
    section#strength .st-container ul {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      align-items: center;
      gap: 40px; }
      section#strength .st-container ul li:first-child {
        width: 300px; }
      section#strength .st-container ul li:last-child {
        width: 570px;
        text-align: justify; }
        section#strength .st-container ul li:last-child h4 {
          font-size: 3.2rem;
          font-family: "Inter", sans-serif;
          font-optical-sizing: auto;
          font-weight: 700;
          font-style: normal;
          margin-bottom: 20px;
          line-height: 1.5; }
          section#strength .st-container ul li:last-child h4 br {
            display: block; }

section#staff {
  padding: 100px 0;
  position: relative;
  background: #323232;
  overflow: hidden; }
  section#staff .leftbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 30vw;
    height: 100%; }
    section#staff .leftbox span {
      display: inline-block;
      background: #6ba82a;
      width: 30vw;
      height: 100%;
      clip-path: polygon(0 100%, 50% 0, 100% 100%);
      transform: translateX(-50%); }
  section#staff .rightbox {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30vw;
    height: 100%; }
    section#staff .rightbox span {
      display: inline-block;
      background: #6ba82a;
      width: 30vw;
      height: 100%;
      clip-path: polygon(0 0, 100% 0%, 50% 100%);
      transform: translateX(50%); }
  section#staff .h2box h2 {
    color: white; }
  section#staff .ppl-box {
    display: inline-block; }
    section#staff .ppl-box ul {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      align-items: center;
      gap: 50px; }
      section#staff .ppl-box ul li img {
        width: 325px; }
      section#staff .ppl-box ul li h4, section#staff .ppl-box ul li p {
        text-align: left; }
      section#staff .ppl-box ul li h4 {
        font-size: 1.8rem;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        margin-bottom: 1.8rem;
        color: white; }
      section#staff .ppl-box ul li p {
        font-size: 1.4rem;
        color: white; }

section#topic {
  padding: 100px 0;
  background: url("../images/bg_lattice_green.svg") repeat-y;
  background-position: top;
  background-size: contain; }
  section#topic .topicblock-wp {
    width: 1020px;
    margin: 0 auto;
    position: relative; }
    section#topic .topicblock-wp .pt-cv-content-item {
      background: none;
      border: none;
      /* border: 1px solid rgba(150,150,150,1.0); */
      padding: 40px 30px 10px 30px; }
      section#topic .topicblock-wp .pt-cv-content-item .pt-cv-taxoterm a {
        font-size: 2.2rem;
        line-height: 1;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        color: white;
        background: #323232;
        padding: 5px 20px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 5;
        overflow: visible; }
      section#topic .topicblock-wp .pt-cv-content-item .pt-cv-thumb-wrapper {
        margin-bottom: 0; }
      section#topic .topicblock-wp .pt-cv-content-item .pt-cv-title {
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        font-size: 2.2rem;
        margin-bottom: 10px;
        text-align: justify; }
      section#topic .topicblock-wp .pt-cv-content-item .pt-cv-content {
        font-weight: 500;
        text-align: justify;
        position: relative;
        padding-bottom: 80px; }
        section#topic .topicblock-wp .pt-cv-content-item .pt-cv-content .pt-cv-rmwrap a {
          transition: all 0.3s;
          display: block;
          width: 100%;
          position: absolute;
          left: 0;
          bottom: 0;
          background: #6ba82a;
          font-size: 2.0rem;
          font-family: "Inter", sans-serif;
          font-optical-sizing: auto;
          font-weight: 500;
          font-style: normal;
          color: white;
          padding: 5px 0;
          border-radius: 0 10px 0 0; }
          section#topic .topicblock-wp .pt-cv-content-item .pt-cv-content .pt-cv-rmwrap a:hover {
            opacity: 0.7; }
  section#topic .topicblock ul {
    width: 1020px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px; }
    section#topic .topicblock ul li {
      background: white;
      border: 1px solid #969696;
      width: 450px;
      padding: 40px 0;
      position: relative; }
      section#topic .topicblock ul li p.label {
        font-size: 2.2rem;
        line-height: 1;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        color: white;
        background: #323232;
        padding: 5px 20px;
        position: absolute;
        left: 10px;
        top: -25px; }
        section#topic .topicblock ul li p.label.blog {
          background: #969696; }
      section#topic .topicblock ul li .tp-container {
        width: 375px;
        height: 450px;
        margin: 0 auto;
        position: relative; }
        section#topic .topicblock ul li .tp-container img {
          margin-bottom: 30px; }
        section#topic .topicblock ul li .tp-container h4 {
          font-family: "Inter", sans-serif;
          font-optical-sizing: auto;
          font-weight: 500;
          font-style: normal;
          font-size: 2.2rem;
          margin-bottom: 10px;
          text-align: justify; }
          section#topic .topicblock ul li .tp-container h4 + p {
            text-align: justify; }
        section#topic .topicblock ul li .tp-container a.btn-topic {
          transition: all 0.3s;
          display: block;
          width: 100%;
          position: absolute;
          left: 0;
          bottom: 0;
          background: #6ba82a;
          font-size: 2.0rem;
          font-family: "Inter", sans-serif;
          font-optical-sizing: auto;
          font-weight: 500;
          font-style: normal;
          color: white;
          padding: 5px 0;
          border-radius: 0 10px 0 0; }
          section#topic .topicblock ul li .tp-container a.btn-topic:hover {
            opacity: 0.7; }
  section#topic a.btn-archive {
    display: inline-block;
    text-decoration-skip: all 0.3s;
    font-size: 2.4rem;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #6ba82a; }
    section#topic a.btn-archive span {
      font-size: 3.6rem;
      position: absolute;
      right: -40px;
      top: 50%;
      transform: translateY(-50%); }

section#contact {
  width: 100%;
  background: #f2951d; }
  section#contact ul {
    width: 1350px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px; }
    section#contact ul li:first-child {
      width: 650px; }
    section#contact ul li:last-child {
      display: inline-block; }
      section#contact ul li:last-child h3 {
        font-size: 3.5rem;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 700;
        font-style: normal;
        color: white;
        text-align: justify;
        margin-bottom: 20px; }
        section#contact ul li:last-child h3 + .read {
          color: white;
          font-size: 2.0rem;
          font-weight: bold;
          text-align: justify;
          line-height: 2.5;
          margin-bottom: 15px; }
      section#contact ul li:last-child a.btn-contact {
        transition: all 0.3s;
        display: block;
        width: 100%;
        background: #6ba82a;
        font-size: 2.0rem;
        font-family: "Inter", sans-serif;
        font-optical-sizing: auto;
        font-weight: 500;
        font-style: normal;
        color: white;
        padding: 10px 0;
        border-radius: 0 20px 0 0; }
        section#contact ul li:last-child a.btn-contact:hover {
          opacity: 0.7; }
        section#contact ul li:last-child a.btn-contact p {
          display: inline-block; }
          section#contact ul li:last-child a.btn-contact p span {
            font-size: 3.6rem;
            position: absolute;
            right: -40px;
            top: 50%;
            transform: translateY(-50%); }

footer {
  padding: 100px 0 10px; }
  footer img.logo {
    width: 250px; }
  footer p.add, footer p.mail {
    font-size: 2.0rem;
    line-height: 2.4; }
  footer ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px; }
    footer ul li {
      width: 72px; }
  footer p.copyright {
    font-size: 1.8rem; }

@media screen and (max-width: 1366px), screen and (orientation: portrait) {
  header #header.menu-container {
    padding: 0.7vw 40px; }
    header #header.menu-container h1 span {
      display: none; }
    header #header.menu-container h1 img {
      width: 320px; }
    header #header.menu-container ul.menu {
      gap: 2vw; }
  header .readbox {
    top: 19%; }
    header .readbox p.catch-eng {
      font-size: 8.0vw; }
    header .readbox p.catch-jp {
      font-size: 2.4vw; }
    header .readbox img.icon {
      width: 70px; }

  .contact-float {
    top: 55vh; }
    .contact-float a {
      font-size: 2.0rem;
      padding: 10px 80px 10px 30px; }
      .contact-float a:hover {
        margin-right: 0; } }
@media screen and (max-width: 1280px) {
  .spnav {
    display: none !important; }

  #business .leftbox {
    width: 20vw; }
    #business .leftbox span {
      width: 20vw; }
  #business .rightbox {
    width: 20vw; }
    #business .rightbox span {
      width: 20vw; }
  #business .ph-business {
    width: 80%; }
  #business .inner-container {
    width: 80%; }
  #business ul.spmenu li p {
    font-size: 1.8rem; }
    #business ul.spmenu li p:after {
      right: -37px; }

  section#strength .st-container {
    width: 80%; }
    section#strength .st-container p.label {
      right: -90px; }

  section#staff .leftbox {
    width: 20vw; }
    section#staff .leftbox span {
      width: 20vw; }
  section#staff .rightbox {
    width: 20vw; }
    section#staff .rightbox span {
      width: 20vw; }
  section#staff .ppl-box {
    display: inline-block; }
    section#staff .ppl-box ul {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      align-items: center;
      gap: 50px; }
      section#staff .ppl-box ul li img {
        width: 280px; }

  section#contact {
    width: 100%;
    background: #f2951d; }
    section#contact ul {
      width: 90%;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center;
      gap: 50px; }
      section#contact ul li:first-child {
        width: 45%; }
      section#contact ul li:last-child h3 {
        font-size: 2.8rem; }
        section#contact ul li:last-child h3 + .read {
          font-size: 1.8rem;
          line-height: 2.2; } }
@media screen and (max-width: 1025px) {
  header .head-container {
    height: 52vw; }
  header #header.menu-container {
    padding: 10px 40px; }
    header #header.menu-container h1 span {
      display: none; }
    header #header.menu-container h1 img {
      width: 280px; }
  header .readbox {
    top: 20%; }
    header .readbox p.catch-eng {
      font-size: 9vw; }
    header .readbox p.catch-jp {
      font-size: 2.4vw; }
    header .readbox img.icon {
      width: 70px; }

  section#business .inner-container {
    width: 70%; }
    section#business .inner-container .readblock {
      width: 90%;
      margin-left: auto;
      margin-right: auto; }
    section#business .inner-container .ph-business {
      width: 80%;
      margin: 0 auto; }
  section#business ul.spmenu li p:after {
    right: -35px; }

  section#strength .st-container {
    width: 80%; }
    section#strength .st-container p.label {
      right: -80px; }
    section#strength .st-container ul {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      align-items: center;
      gap: 40px; }
      section#strength .st-container ul li:first-child {
        width: 30%; }
      section#strength .st-container ul li:last-child {
        width: 50%; }
        section#strength .st-container ul li:last-child h4 {
          font-size: 3.2rem; }

  section#staff .ppl-box {
    display: inline-block; }
    section#staff .ppl-box ul {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      align-items: center;
      gap: 50px; }
      section#staff .ppl-box ul li img {
        width: 250px; }

  section#topic .topicblock-wp {
    width: 90%; }
  section#topic .topicblock ul {
    width: 70%; }
    section#topic .topicblock ul li {
      width: 45%; }
      section#topic .topicblock ul li p.label {
        top: -15px; }
      section#topic .topicblock ul li .tp-container {
        width: 90%;
        height: 400px; }
        section#topic .topicblock ul li .tp-container img {
          margin-bottom: 30px; }
  section#topic a.btn-archive {
    display: inline-block;
    text-decoration-skip: all 0.3s;
    font-size: 2.4rem;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #6ba82a; }
    section#topic a.btn-archive span {
      font-size: 3.6rem;
      position: absolute;
      right: -40px;
      top: 50%;
      transform: translateY(-50%); }

  .contact-float {
    top: auto;
    bottom: 5%;
    z-index: 1; } }
@media screen and (max-width: 820px) {
  header #header.menu-container {
    display: inline-block;
    background: white;
    width: auto;
    padding: 5px 15px;
    position: absolute;
    top: 10px;
    left: 2.5%;
    border-radius: 10px;
    transform: translateX(0); }
    header #header.menu-container h1 span {
      display: none; }
    header #header.menu-container h1 img {
      width: 270px; }
    header #header.menu-container ul.menu {
      display: none; }
  header .readbox img.icon {
    width: 7vw;
    margin: 0 auto; }

  section#business .inner-container {
    width: 70%; }
    section#business .inner-container .readblock {
      width: 90%;
      margin-left: auto;
      margin-right: auto; }
  section#business ul.spmenu li p:after {
    right: -35px; }

  section#strength .st-container {
    width: 80%; }
    section#strength .st-container p.label {
      right: -80px; }
    section#strength .st-container ul {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      align-items: center;
      gap: 40px; }
      section#strength .st-container ul li:first-child {
        width: 25%; }
      section#strength .st-container ul li:last-child {
        width: 55%; }
        section#strength .st-container ul li:last-child h4 {
          font-size: 2.6rem; }

  section#staff .ppl-box {
    display: inline-block; }
    section#staff .ppl-box ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center;
      gap: 50px; }
      section#staff .ppl-box ul li:first-child {
        width: 30%; }
        section#staff .ppl-box ul li:first-child img {
          width: 100%; }
      section#staff .ppl-box ul li:last-child {
        width: 40%; }
        section#staff .ppl-box ul li:last-child h4, section#staff .ppl-box ul li:last-child p {
          text-align: left; }
        section#staff .ppl-box ul li:last-child h4 {
          font-size: 1.8rem;
          font-family: "Inter", sans-serif;
          font-optical-sizing: auto;
          font-weight: 700;
          font-style: normal;
          margin-bottom: 1.8rem; }
        section#staff .ppl-box ul li:last-child p {
          font-size: 1.4rem;
          color: white; }

  section#topic .topicblock-wp {
    width: 90%;
    margin: 0 auto;
    position: relative; }
    section#topic .topicblock-wp .pt-cv-content-item {
      padding: 40px 20px 10px 20px; }
      section#topic .topicblock-wp .pt-cv-content-item .pt-cv-title {
        font-size: 2.0rem; }
      section#topic .topicblock-wp .pt-cv-content-item .pt-cv-content {
        padding-bottom: 60px; }
  section#topic .topicblock ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    width: 80%; }
    section#topic .topicblock ul li {
      width: 47%;
      padding: 30px 0;
      margin-bottom: 40px; }
      section#topic .topicblock ul li p.label {
        top: -15px; }
      section#topic .topicblock ul li .tp-container {
        width: 90%;
        height: 370px; }
        section#topic .topicblock ul li .tp-container img {
          margin-bottom: 20px; }
        section#topic .topicblock ul li .tp-container h4 {
          font-family: "Inter", sans-serif;
          font-optical-sizing: auto;
          font-weight: 500;
          font-style: normal;
          font-size: 2.0rem; }
  section#topic a.btn-archive {
    display: inline-block;
    text-decoration-skip: all 0.3s;
    font-size: 2.4rem;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    color: #6ba82a; }
    section#topic a.btn-archive span {
      font-size: 3.6rem;
      position: absolute;
      right: -40px;
      top: 50%;
      transform: translateY(-50%); }

  section#contact {
    width: 100%;
    background: #f2951d; }
    section#contact ul {
      width: 100%;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center;
      gap: 20px; }
      section#contact ul li:first-child {
        width: 50%; }
      section#contact ul li:last-child h3 {
        font-size: 2.4rem; }
        section#contact ul li:last-child h3 + .read {
          font-size: 1.8rem;
          line-height: 2.0; } }
@media screen and (max-width: 599px) {
  header .head-container {
    background: url("../images/bg_header_sp.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    /* padding-top: 45%; */
    position: relative;
    height: 450px;
    margin-bottom: 150px; }
    header .head-container .leftbox {
      position: absolute;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100%;
      background: url("../images/bg-header-left_sp.svg") no-repeat;
      background-size: cover;
      background-position: -38vw top; }
    header .head-container .rightbox {
      display: none; }
  header #header.menu-container {
    display: inline-block;
    background: white;
    width: auto;
    padding: 5px 15px;
    position: absolute;
    top: 10px;
    left: 2.5%;
    border-radius: 5px;
    transform: translateX(0); }
    header #header.menu-container h1 span {
      display: none; }
    header #header.menu-container h1 img {
      width: 220px; }
    header #header.menu-container ul.menu {
      display: none; }
  header .readbox {
    position: absolute;
    left: 2.5%;
    top: 20%; }
    header .readbox p.catch-eng {
      font-size: 12vw;
      line-height: 0.9;
      font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: 800;
      font-style: normal;
      color: white;
      text-align: left;
      margin-bottom: 10px; }
    header .readbox p.catch-jp {
      font-size: 3.5vw;
      font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: 700;
      font-style: normal;
      color: white;
      text-align: left;
      margin-bottom: 15px; }
    header .readbox img.icon {
      width: 50px;
      margin: 0 auto; }

  header #header.menu-container.fixed {
    position: relative;
    z-index: 11;
    padding: 5px 15px;
    border-radius: 10px;
    top: 10px;
    box-shadow: none; }
    header #header.menu-container.fixed h1 img {
      width: 220px; }

  .h2box {
    margin-bottom: 80px; }
    .h2box h2 {
      font-size: 3.6rem;
      font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: 800;
      font-style: normal;
      line-height: 0.9; }
    .h2box p {
      font-size: 2.2rem;
      font-family: "Inter", sans-serif;
      font-optical-sizing: auto;
      font-weight: 800;
      font-style: normal;
      color: #f2951d; }

  h3 {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 2.8rem;
    line-height: 1.5; }
    h3 span {
      font-size: 2.2rem;
      display: block; }

  h4.colorTitle {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 2.0rem;
    color: white;
    display: inline-block;
    width: 100%;
    background: #f2951d;
    padding: 10px 0;
    border-radius: 15px; }

  .readblock p {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 3.2rem;
    text-align: justify; }

  #about {
    margin: 0 auto; }
    #about .readblock {
      width: 95%;
      margin: 0 auto; }
      #about .readblock br {
        display: none; }
    #about img.aboutlogo {
      display: block;
      width: 220px;
      margin: 0 auto; }
    #about img.bottomimage {
      width: 100%; }

  section#business .inner-container {
    width: 80%; }
    section#business .inner-container .readblock {
      width: 90%;
      margin-left: auto;
      margin-right: auto; }
      section#business .inner-container .readblock br {
        display: none; }
    section#business .inner-container .ph-business {
      width: 95%; }
  section#business ul.spmenu li p {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 10px 10px 10px 30px; }
    section#business ul.spmenu li p:after {
      right: -35px; }
    section#business ul.spmenu li p br {
      display: block !important; }
    section#business ul.spmenu li p.block2 {
      padding: 5px 10px 5px 30px; }
      section#business ul.spmenu li p.block2:after {
        right: -38px; }
  section#business a.btn-rollce p {
    font-size: 2.2rem;
    line-height: 1.6; }
    section#business a.btn-rollce p span {
      font-size: 3.6rem;
      right: -6.5rem; }

  section#strength .st-container {
    width: 80%;
    padding: 25px 0; }
    section#strength .st-container p.label {
      font-size: 2.4rem;
      right: -60px; }
    section#strength .st-container ul {
      display: block;
      width: 80%;
      margin: 0 auto; }
      section#strength .st-container ul li:first-child {
        width: 90%;
        margin: 0 auto 20px auto; }
      section#strength .st-container ul li:last-child {
        width: 100%; }
        section#strength .st-container ul li:last-child h4 {
          font-size: 2.6rem; }
          section#strength .st-container ul li:last-child h4 br {
            display: none; }

  section#staff .ppl-box {
    display: inline-block; }
    section#staff .ppl-box ul {
      width: 70%;
      margin: 0 auto;
      display: block; }
      section#staff .ppl-box ul li:first-child {
        width: 90%;
        margin: 0 auto 20px auto; }
        section#staff .ppl-box ul li:first-child img {
          width: 100%; }
      section#staff .ppl-box ul li:last-child {
        width: 100%; }
        section#staff .ppl-box ul li:last-child h4, section#staff .ppl-box ul li:last-child p {
          text-align: left; }
        section#staff .ppl-box ul li:last-child h4 {
          font-size: 1.8rem;
          font-family: "Inter", sans-serif;
          font-optical-sizing: auto;
          font-weight: 700;
          font-style: normal;
          margin-bottom: 1.8rem; }
        section#staff .ppl-box ul li:last-child p {
          font-size: 1.4rem;
          color: white; }

  section#topic .topicblock-wp .pt-cv-content-item .pt-cv-thumb-wrapper {
    display: none; }
  section#topic .topicblock ul {
    display: block;
    width: 70%; }
    section#topic .topicblock ul li {
      width: 100%;
      padding: 30px 0 70px 0;
      margin-bottom: 40px; }
      section#topic .topicblock ul li p.label {
        top: -15px; }
      section#topic .topicblock ul li .tp-container {
        width: 90%;
        height: auto; }
        section#topic .topicblock ul li .tp-container img {
          margin-bottom: 20px; }
        section#topic .topicblock ul li .tp-container h4 {
          font-size: 1.8rem; }
        section#topic .topicblock ul li .tp-container a.btn-topic {
          bottom: -55px; }

  section#contact {
    padding: 0 0 20px 0; }
    section#contact ul {
      display: block;
      width: 100%;
      margin: 0 auto;
      gap: 50px; }
      section#contact ul li:first-child {
        width: 100%;
        margin: 0 auto 20px auto; }
      section#contact ul li:last-child {
        width: 90%;
        margin: 0 auto; }
        section#contact ul li:last-child h3 {
          font-size: 2.6rem; }
          section#contact ul li:last-child h3 + .read {
            font-size: 1.8rem;
            line-height: 2.2; }
        section#contact ul li:last-child a.btn-contact {
          font-size: 2.0rem;
          padding: 15px 0; }
          section#contact ul li:last-child a.btn-contact p {
            display: inline-block; }

  footer p.copyright {
    font-size: 1.4rem; }

  .flex-box {
    display: block; }
    .flex-box li {
      width: 100%;
      margin-bottom: 30px; } }
@media screen and (max-width: 820px) {
  .spnav {
    display: block !important;
    z-index: 25;
    position: fixed;
    right: 1%;
    top: 0%; }

  .drawer-hamburger {
    z-index: 25 !important;
    position: absolute !important;
    right: 1% !important;
    margin-top: 2% !important; }

  .drawer-hamburger-icon:before, .drawer-hamburger-icon:after, .drawer-hamburger-icon {
    background-color: #f2951d !important;
    height: 4px !important; }

  body.drawer-open .drawer-hamburger {
    right: 1% !important;
    z-index: 100; }
  body.drawer-open .drawer-hamburger-icon {
    background-color: rgba(0, 0, 0, 0) !important; }
  body.drawer-open .drawer-nav {
    width: 41rem !important; }

  .drawer-toggle.drawer-hamburger {
    width: 6rem !important;
    top: 0.5rem !important; }

  nav.drawer-nav {
    background: #323232;
    background-size: cover;
    background-position: center;
    z-index: 7; }
    nav.drawer-nav ul {
      display: block;
      padding: 80px 0 0 0; }
      nav.drawer-nav ul li {
        border-bottom: 1px solid #BBBBBB;
        margin-right: 0 !important; }
        nav.drawer-nav ul li:first-child {
          background: white; }
        nav.drawer-nav ul li img.navlogo {
          width: 80%;
          margin: 18px 0 18px 0; }
        nav.drawer-nav ul li a {
          display: block;
          font-size: 2rem;
          color: white;
          text-decoration: none;
          padding: 20px 0 20px 0 !important;
          opacity: 1 !important; }
          nav.drawer-nav ul li a p {
            position: relative;
            display: inline-block;
            transition: all 0.5s; }
            nav.drawer-nav ul li a p:hover {
              margin-left: 3rem;
              color: #f2951d; }
            nav.drawer-nav ul li a p span {
              position: absolute;
              left: -3rem;
              top: 50%;
              transform: translateY(-50%); }
        nav.drawer-nav ul li .downmenu {
          background: rgba(0, 0, 0, 0.1); }
          nav.drawer-nav ul li .downmenu a {
            font-size: 1.8rem;
            padding: 10px 0 10px 0 !important; }
            nav.drawer-nav ul li .downmenu a:hover {
              color: #f2951d;
              margin-left: 50px; } }
