@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  background: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 1440px) {
  html,
  body {
    font-size: 0.0694444444vw;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
    font-size: 0.2666666667vw;
  }
}

.f-blod {
  font-weight: bold;
}

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.en {
  font-family: "Open Sans", sans-serif;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: #111;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.6;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0%;
  padding: 0%;
}

ul li,
ol li {
  list-style: none;
}

figure,
table {
  margin: auto;
}

.container {
  max-width: 1150px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .container {
    max-width: 1150rem;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}

.container02 {
  max-width: 1025px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .container02 {
    max-width: 1025rem;
  }
}
@media screen and (max-width: 768px) {
  .container02 {
    max-width: 100%;
  }
}

ul,
ol {
  margin: 0;
  padding: 0;
}

.pc_only {
  display: block !important;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
.nolink {
  pointer-events: none !important;
  opacity: 0.5 !important;
}

.sec_pd {
  padding: 160px 20px;
}
@media screen and (max-width: 1440px) {
  .sec_pd {
    padding: 160rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_pd {
    padding: 100rem 20rem;
  }
}

.sec_pd01 {
  padding: 120px 20px;
}
@media screen and (max-width: 1440px) {
  .sec_pd01 {
    padding: 120rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_pd01 {
    padding: 50rem 20rem;
  }
}

.sec_pd02 {
  padding: 80px 20px;
}
@media screen and (max-width: 1440px) {
  .sec_pd02 {
    padding: 80rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_pd02 {
    padding: 50rem 20rem;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.5s;
  background-color: #fff;
}
.header.header_bg {
  background-color: #fff;
}
.header_top {
  position: relative;
  z-index: 99;
  padding: 8px;
  border-bottom: 1px solid #A4ADB3;
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .header_top {
    padding: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .header_top {
    padding: 8rem;
  }
}
.header_top .logoimg {
  max-width: 135px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .header_top .logoimg {
    max-width: 135rem;
  }
}
@media screen and (max-width: 768px) {
  .header_top .logoimg {
    max-width: 110rem;
  }
}
.header_contain {
  max-width: 1440px;
  width: 100%;
  margin: auto;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .header_contain {
    max-width: 1440rem;
    gap: 10rem;
    padding: 20rem 40rem;
  }
}
@media screen and (max-width: 768px) {
  .header_contain {
    max-width: 100%;
    gap: 10rem;
    padding: 10rem 20rem;
  }
}
.header_logo {
  position: relative;
  z-index: 99;
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .header_logo {
    max-width: 280rem;
  }
}
@media screen and (max-width: 768px) {
  .header_logo {
    max-width: 225rem;
  }
}
.header_nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1440px) {
  .header_nav {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .header_nav {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    z-index: 98;
    transition: 0.5s;
    background-color: #fff;
    max-width: 100%;
    padding: 120rem 30rem 50rem;
    gap: 0rem;
    overflow-y: scroll;
  }
  .header_nav.active {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .header_nav li {
    width: 100%;
    border-bottom: 1px solid #111;
  }
  .header_nav li:last-child {
    border: none;
  }
}
.header_nav li a {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.04em;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .header_nav li a {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .header_nav li a {
    font-size: 16rem;
    padding: 20rem 0;
    display: flex;
  }
}
.header_nav li .contact {
  border: 1px solid #EA401A;
  padding: 10px 30px;
  border-radius: 80px;
  font-weight: 700;
  font-size: 16px;
  color: #EA401A;
}
@media screen and (max-width: 1440px) {
  .header_nav li .contact {
    padding: 10rem 40rem;
    border-radius: 80rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .header_nav li .contact {
    font-size: 14rem;
    padding: 14rem 40rem;
    border-radius: 80rem;
    justify-content: center;
    margin-top: 30rem;
  }
}
.header_nav .dropdownmenu {
  position: relative;
}
@media screen and (max-width: 768px) {
  .header_nav .dropdownmenu {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .header_nav .dropdownmenu:hover .childbox {
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }
}
.header_nav .dropdownmenu a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header_nav .dropdownmenu a.active img {
  transform: rotate(180deg);
}
@media screen and (max-width: 1440px) {
  .header_nav .dropdownmenu a {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .header_nav .dropdownmenu a {
    justify-content: space-between;
  }
}
.header_nav .dropdownmenu a img {
  transition: 0.1s;
  width: 15px;
}
@media screen and (max-width: 1440px) {
  .header_nav .dropdownmenu a img {
    width: 15rem;
  }
}
.header_nav .childbox {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.1s;
}
@media screen and (max-width: 1440px) {
  .header_nav .childbox {
    padding-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .header_nav .childbox {
    width: 100%;
    opacity: 1;
    position: initial;
    visibility: visible;
    z-index: 1;
    transform: none;
    padding: 0;
  }
}
.header_nav .childbox_list {
  padding: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .header_nav .childbox_list {
    padding: 20rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .header_nav .childbox_list {
    margin-bottom: 20rem;
    padding: 0;
    gap: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .header_nav .childbox li {
    border: none;
    list-style: disc;
    margin-left: 10rem;
  }
}
.header_nav .childbox li a {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em !important;
}
@media screen and (max-width: 1440px) {
  .header_nav .childbox li a {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .header_nav .childbox li a {
    padding: 10rem 0;
  }
}
.header_menubtn {
  display: none;
}
@media screen and (max-width: 768px) {
  .header_menubtn {
    position: relative;
    z-index: 99;
    width: 48rem;
    height: 48rem;
    border-radius: 50%;
    background: #EA401A;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5rem;
  }
}
.header_menubtn .bar {
  transition: 0.3s;
  width: 18rem;
  height: 1rem;
  background-color: #fff;
}
.header_menubtn.change .bar1 {
  transform: rotate(-35deg) translate(-3rem, 4rem);
}
.header_menubtn.change .bar2 {
  opacity: 0;
}
.header_menubtn.change .bar3 {
  transform: rotate(35deg) translate(-4rem, -6rem);
}

.footer {
  background-color: #00244B;
}
.footer_contain {
  padding: 80px 20px;
}
@media screen and (max-width: 1440px) {
  .footer_contain {
    padding: 80rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_contain {
    padding: 50rem 20rem;
  }
}
.footer_nav01 .nav01list {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .footer_nav01 .nav01list {
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav01 .nav01list {
    gap: 25rem;
    flex-wrap: wrap;
  }
}
.footer_nav01 .nav01list li a {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .footer_nav01 .nav01list li a {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav01 .nav01list li a {
    font-size: 14rem;
  }
}
.footer_nav02 {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1440px) {
  .footer_nav02 {
    gap: 40rem;
    margin-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav02 {
    max-width: 100%;
    margin: auto;
    flex-direction: column;
    gap: 0;
    margin-top: 50rem;
  }
}
.footer_nav02 .compayname {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: normal;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .footer_nav02 .compayname {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav02 .compayname {
    width: 100%;
    text-align: center;
    font-size: 16rem;
    border-bottom: 1px solid #fff;
    padding-bottom: 15rem;
  }
}
.footer_nav02 .nav02list {
  padding-left: 40px;
  border-left: 1px solid #fff;
  display: flex;
  align-items: flex-start;
  gap: 10px 40px;
  flex-direction: column;
  flex-wrap: wrap;
  height: 230px;
}
@media screen and (max-width: 1440px) {
  .footer_nav02 .nav02list {
    height: 230rem;
    gap: 10rem 40rem;
    padding-left: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav02 .nav02list {
    height: auto;
    padding-left: 0;
    padding-top: 15rem;
    border-left: none;
  }
}
.footer_nav02 .nav02list li {
  line-height: 1;
}
.footer_nav02 .nav02list li a {
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  letter-spacing: normal;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .footer_nav02 .nav02list li a {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav02 .nav02list li a {
    line-height: 2;
    font-size: 12rem;
  }
}
.footer_nav03 .nav03list {
  margin-top: 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 50px;
}
@media screen and (max-width: 1440px) {
  .footer_nav03 .nav03list {
    margin-top: 25rem;
    gap: 20rem 50rem;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav03 .nav03list {
    margin-top: 30rem;
  }
}
.footer_nav03 .nav03list li:last-child a::after {
  width: 0;
}
.footer_nav03 .nav03list li a {
  position: relative;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .footer_nav03 .nav03list li a {
    font-size: 14rem;
  }
}
.footer_nav03 .nav03list li a::after {
  position: absolute;
  content: "";
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  width: 1px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  .footer_nav03 .nav03list li a::after {
    height: 15rem;
    right: -25rem;
  }
}
.footer .copyright {
  padding: 15px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .footer .copyright {
    padding: 15rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    font-size: 12px;
  }
}

.color-blue {
  color: #0D47A1;
}

.morelinks a {
  display: inline-block;
  background-color: #FF9B0C;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  border-radius: 80px;
  padding: 15px 25px;
}
@media screen and (max-width: 1440px) {
  .morelinks a {
    font-size: 20rem;
    padding: 15rem 25rem;
  }
}
@media screen and (max-width: 768px) {
  .morelinks a {
    font-size: 14rem;
    padding: 13rem 30rem;
  }
}

.main {
  margin-top: 120px;
}
@media screen and (max-width: 1440px) {
  .main {
    margin-top: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .main {
    margin-top: 105rem;
  }
}

.sec_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .sec_title {
    margin-bottom: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_title {
    margin-bottom: 25rem;
  }
}
.sec_title .en {
  position: relative;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #EA401A;
}
.sec_title .en::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  top: 50%;
  left: calc(100% + 15px);
  background-color: #FF9B0C;
}
@media screen and (max-width: 1440px) {
  .sec_title .en::before {
    width: 80rem;
    left: calc(100% + 15rem);
  }
}
.sec_title .en::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 1px;
  top: 50%;
  right: calc(100% + 15px);
  background-color: #FF9B0C;
}
@media screen and (max-width: 1440px) {
  .sec_title .en::after {
    width: 80rem;
    right: calc(100% + 15rem);
  }
}
@media screen and (max-width: 1440px) {
  .sec_title .en {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_title .en {
    font-size: 14rem;
  }
}
.sec_title .title {
  margin-top: 10px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  color: #111111;
}
@media screen and (max-width: 1440px) {
  .sec_title .title {
    margin-top: 10rem;
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_title .title {
    font-size: 27rem;
  }
}
.sec_title .txt {
  margin-top: 25px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #111111;
}
@media screen and (max-width: 1440px) {
  .sec_title .txt {
    font-size: 16rem;
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_title .txt {
    text-align: left;
    font-size: 14rem;
  }
}

@media screen and (max-width: 768px) {
  .t-fv {
    padding: 0 20rem;
  }
}
.t-fv_contain {
  max-width: 1360px;
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .t-fv_contain {
    max-width: 1360rem;
  }
}
.t-fv_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 80px;
  max-width: 680px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .t-fv_content {
    left: 80rem;
    max-width: 680rem;
  }
}
@media screen and (max-width: 768px) {
  .t-fv_content {
    max-width: 100%;
    width: calc(100% - 40rem);
    transform: translateX(-50%);
    left: 50%;
    top: 50rem;
  }
}
.t-fv_txt01 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .t-fv_txt01 {
    font-size: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .t-fv_txt01 {
    font-size: 27rem;
    line-height: 1.5;
  }
}
.t-fv_txt02 {
  margin-top: 15px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .t-fv_txt02 {
    margin-top: 15rem;
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-fv_txt02 {
    margin-top: 15rem;
    font-size: 14rem;
  }
}
.t-fv_links {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  .t-fv_links {
    margin-top: 50rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .t-fv_links {
    flex-direction: column;
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .t-fv_links .link {
    width: 100%;
  }
}
.t-fv_links .link a {
  width: 400px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  border-radius: 80px;
  background-color: #fff;
  color: #EA401A;
}
@media screen and (max-width: 1440px) {
  .t-fv_links .link a {
    border-radius: 80rem;
    font-size: 20rem;
    width: 400rem;
    height: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .t-fv_links .link a {
    width: 100%;
    height: 50rem;
    font-size: 14rem;
  }
}

.logoflow {
  overflow: hidden;
  padding: 50px 0;
}
@media screen and (max-width: 1440px) {
  .logoflow {
    padding: 50rem 0;
  }
}
@media screen and (max-width: 768px) {
  .logoflow {
    padding: 25rem 0;
  }
}
.logoflow_contain {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1440px) {
  .logoflow_contain {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .logoflow_contain {
    gap: 20rem;
  }
}
.logoflow_wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .logoflow_wrap {
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .logoflow_wrap {
    gap: 15rem;
  }
}
.logoflow_wrap .content img {
  width: 200px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media screen and (max-width: 1440px) {
  .logoflow_wrap .content img {
    height: 100rem;
    width: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .logoflow_wrap .content img {
    width: 100rem;
    height: 50rem;
  }
}
.logoflow_wrap .slideshow {
  display: flex;
  gap: 30px;
  animation: loop-slide 30s infinite linear 1s both;
}
@media screen and (max-width: 1440px) {
  .logoflow_wrap .slideshow {
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .logoflow_wrap .slideshow {
    gap: 15rem;
    animation: loop-slide 20s infinite linear 1s both;
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.t-problems_grid {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 65px;
}
@media screen and (max-width: 768px) {
  .t-problems_grid {
    max-width: 1025rem;
    grid-gap: 65rem;
  }
}
@media screen and (max-width: 768px) {
  .t-problems_grid {
    grid-template-columns: 1fr;
    grid-gap: 50rem;
    max-width: 100%;
  }
}
.t-problems__item {
  position: relative;
  z-index: 3;
  padding: 20px;
  background-color: #fff;
}
.t-problems__item:last-child::after {
  width: 0;
}
.t-problems__item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: -32px;
  top: 0;
  background-color: #C7C7C7;
}
@media screen and (max-width: 1440px) {
  .t-problems__item::after {
    right: -32rem;
  }
}
@media screen and (max-width: 768px) {
  .t-problems__item::after {
    width: 100%;
    height: 1px;
    top: unset;
    right: unset;
    left: 0;
    bottom: -25rem;
  }
}
@media screen and (max-width: 1440px) {
  .t-problems__item {
    padding: 30rem 25rem;
  }
}
@media screen and (max-width: 768px) {
  .t-problems__item {
    padding: 0 8rem;
  }
}
.t-problems__item_img {
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .t-problems__item_img {
    max-width: 280rem;
  }
}
@media screen and (max-width: 768px) {
  .t-problems__item_img {
    max-width: 220rem;
  }
}
.t-problems__item_title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #111;
  margin: 15px auto;
}
@media screen and (max-width: 1440px) {
  .t-problems__item_title {
    font-size: 20rem;
    margin: 15rem auto;
  }
}
.t-problems__item_title span {
  font-size: 24px;
  color: #EA401A;
}
@media screen and (max-width: 1440px) {
  .t-problems__item_title span {
    font-size: 24rem;
  }
}
.t-problems__item_list {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 1440px) {
  .t-problems__item_list {
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .t-problems__item_list {
    gap: 25rem;
  }
}
.t-problems__item_list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .t-problems__item_list li {
    font-size: 16rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .t-problems__item_list li {
    font-size: 14rem;
  }
}
.t-problems__item_list li img {
  width: 22px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .t-problems__item_list li img {
    width: 22rem;
  }
}
.t-problems_bottom {
  padding: 10px;
  background: linear-gradient(270deg, #EA401A 0%, #FF9B0C 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .t-problems_bottom {
    padding: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .t-problems_bottom {
    padding: 10rem;
  }
}
.t-problems_bottom .inner {
  width: 100%;
  border: 1px solid #fff;
  padding: 50px;
}
@media screen and (max-width: 1440px) {
  .t-problems_bottom .inner {
    padding: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t-problems_bottom .inner {
    padding: 35rem 20rem;
  }
}
.t-problems_bottom_box {
  max-width: 575px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .t-problems_bottom_box {
    max-width: 575rem;
  }
}
@media screen and (max-width: 768px) {
  .t-problems_bottom_box {
    max-width: 100%;
  }
}
.t-problems_bottom_arrow {
  width: 180px;
  margin: 50px auto;
}
@media screen and (max-width: 1440px) {
  .t-problems_bottom_arrow {
    width: 180rem;
    margin: 50rem auto;
  }
}
@media screen and (max-width: 768px) {
  .t-problems_bottom_arrow {
    width: 100rem;
    margin: 25rem auto;
  }
}
.t-problems_bottom_title {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .t-problems_bottom_title {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .t-problems_bottom_title {
    font-size: 24rem;
  }
}
.t-problems_bottom_txt {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .t-problems_bottom_txt {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .t-problems_bottom_txt {
    font-size: 14rem;
  }
}
.t-problems_bottom_line {
  margin: 30px auto;
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .t-problems_bottom_line {
    margin: 30rem auto;
    height: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .t-problems_bottom_line {
    margin: 25rem auto;
  }
}

.t-features {
  background: #F5F5F5;
}
.t-features__itembox {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 50px;
  background-color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
  .t-features__itembox {
    margin-bottom: 50rem;
    padding: 50rem;
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t-features__itembox {
    padding: 50rem 20rem;
    gap: 25rem;
    margin-bottom: 25rem;
    flex-direction: column;
  }
}
.t-features__itembox:last-child {
  margin-bottom: 0;
}
.t-features__itembox:nth-of-type(2n-1) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .t-features__itembox:nth-of-type(2n-1) {
    flex-direction: column;
  }
}
.t-features__itembox_img {
  max-width: 460px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .t-features__itembox_img {
    max-width: 460rem;
  }
}
@media screen and (max-width: 768px) {
  .t-features__itembox_img {
    max-width: 100%;
  }
}
.t-features__itembox_content {
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .t-features__itembox_content {
    max-width: 550rem;
  }
}
@media screen and (max-width: 768px) {
  .t-features__itembox_content {
    max-width: 100%;
  }
}
.t-features__itembox_title {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: normal;
  color: #EA401A;
}
@media screen and (max-width: 1440px) {
  .t-features__itembox_title {
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .t-features__itembox_title {
    font-size: 20rem;
  }
}
.t-features__itembox_txt {
  margin-top: 25px;
  font-weight: 400;
  font-size: 16px;
  color: #111111;
}
@media screen and (max-width: 1440px) {
  .t-features__itembox_txt {
    font-size: 16rem;
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .t-features__itembox_txt {
    font-size: 14rem;
    margin-top: 15rem;
  }
}
.t-features__itembox_txt span {
  font-weight: bold;
}

.t-services_grid {
  max-width: 1025px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
@media screen and (max-width: 1440px) {
  .t-services_grid {
    max-width: 1025rem;
    grid-gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-services_grid {
    max-width: 100%;
    grid-gap: 20rem;
    grid-template-columns: 1fr;
  }
}
.t-services__item {
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1490196078);
  position: relative;
  background-color: #fff;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .t-services__item {
    padding: 25rem;
    box-shadow: 2rem 2rem 10rem 0px rgba(0, 0, 0, 0.1490196078);
  }
}
@media screen and (max-width: 768px) {
  .t-services__item {
    max-width: 325rem;
    margin: auto;
  }
}
.t-services__item::before {
  position: absolute;
  left: 0;
  top: -4px;
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #EA401A 3.17%, #FF9B0C 100.19%);
}
@media screen and (max-width: 1440px) {
  .t-services__item::before {
    top: -4rem;
    height: 4rem;
  }
}
.t-services__item_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .t-services__item_title {
    font-size: 28rem;
  }
}
.t-services__item_img {
  width: 200px;
  margin: auto;
  margin: 15px auto;
}
@media screen and (max-width: 1440px) {
  .t-services__item_img {
    width: 200rem;
    margin: 15rem auto;
  }
}
.t-services__item_txt01 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #111;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .t-services__item_txt01 {
    font-size: 18rem;
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .t-services__item_txt01 {
    font-size: 18rem;
  }
}
.t-services__item_txt02 {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .t-services__item_txt02 {
    font-size: 16rem;
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .t-services__item_txt02 {
    font-size: 14rem;
  }
}
.t-services__item_link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px 20px;
  width: 180px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  border-radius: 60px;
  background: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .t-services__item_link {
    height: 40rem;
    width: 180rem;
    border-radius: 60rem;
    font-size: 14rem;
  }
}
.t-services__item_link::after {
  position: absolute;
  content: "";
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../image/common/icon-more.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1440px) {
  .t-services__item_link::after {
    width: 16rem;
    height: 16rem;
    right: 12rem;
  }
}
.t-services_bottom {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 700;
  font-size: 20px;
  line-height: 180%;
  text-align: left;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .t-services_bottom {
    margin-top: 70rem;
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-services_bottom {
    margin-top: 50rem;
    font-size: 18rem;
  }
}
.t-services_bottom::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #EA401A;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .t-services_bottom::before {
    height: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .t-services_bottom::before {
    height: 0;
  }
}
.t-services_bottom p {
  position: relative;
  z-index: 2;
  padding: 0 40px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 1440px) {
  .t-services_bottom p {
    padding: 0 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t-services_bottom p {
    padding: 0;
  }
}

.p-CTA {
  background-image: url(../image/common/cta-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1440px) {
  .p-CTA {
    background-image: url(../image/common/cta-sp.png);
    background-size: cover;
  }
}
.p-CTA_contain {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-CTA_title {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-CTA_title {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .p-CTA_title {
    font-size: 28rem;
  }
}
.p-CTA_title02 {
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #fff;
  max-width: 770px;
  width: 100%;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-CTA_title02 {
    font-size: 40rem;
    margin-bottom: 30rem;
    max-width: 770rem;
  }
}
@media screen and (max-width: 768px) {
  .p-CTA_title02 {
    max-width: 100%;
    margin-bottom: 25rem;
    font-size: 28rem;
  }
}
.p-CTA_title02 span {
  position: relative;
}
.p-CTA_title02 span::before {
  position: absolute;
  content: "";
  width: 140px;
  height: 2px;
  top: 50%;
  left: calc(100% + 25px);
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-CTA_title02 span::before {
    width: 140rem;
    height: 2rem;
    left: calc(100% + 25rem);
  }
}
@media screen and (max-width: 768px) {
  .p-CTA_title02 span::before {
    width: 0;
  }
}
.p-CTA_title02 span::after {
  position: absolute;
  content: "";
  width: 140px;
  height: 2px;
  top: 50%;
  right: calc(100% + 25px);
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-CTA_title02 span::after {
    width: 140rem;
    height: 2rem;
    right: calc(100% + 25rem);
  }
}
@media screen and (max-width: 768px) {
  .p-CTA_title02 span::after {
    width: 0;
  }
}
.p-CTA_txt {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 1440px) {
  .p-CTA_txt {
    margin-top: 25rem;
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-CTA_txt {
    font-size: 16rem;
  }
}
.p-CTA_links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  .p-CTA_links {
    gap: 15rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .p-CTA_links {
    width: 100%;
    flex-direction: column;
  }
}
.p-CTA_links .itemlink {
  width: 340px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  background: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #EA401A;
}
@media screen and (max-width: 1440px) {
  .p-CTA_links .itemlink {
    width: 340rem;
    height: 80rem;
    border-radius: 80rem;
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .p-CTA_links .itemlink {
    width: 100%;
    height: 50rem;
    font-size: 14rem;
  }
}

.t-recommend_flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1440px) {
  .t-recommend_flex {
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-recommend_flex {
    flex-direction: column;
    gap: 15px;
  }
}
.t-recommend__item {
  max-width: 320px;
  width: 100%;
  padding: 25px;
  background: #FFF9E7;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 1440px) {
  .t-recommend__item {
    padding: 20rem;
    max-width: 320rem;
    gap: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .t-recommend__item {
    padding: 25rem;
    max-width: 100%;
    min-height: auto;
    gap: 15rem;
  }
}
.t-recommend__item.minheight {
  min-height: 220px;
}
@media screen and (max-width: 1440px) {
  .t-recommend__item.minheight {
    min-height: 220rem;
  }
}
@media screen and (max-width: 768px) {
  .t-recommend__item.minheight {
    min-height: auto;
  }
}
.t-recommend__item_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
@media screen and (max-width: 1440px) {
  .t-recommend__item_title {
    gap: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .t-recommend__item_title {
    gap: 15rem;
  }
}
.t-recommend__item_title img {
  width: 25px;
}
@media screen and (max-width: 1440px) {
  .t-recommend__item_title img {
    width: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .t-recommend__item_title img {
    width: 20rem;
  }
}
.t-recommend__item_title h3 {
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .t-recommend__item_title h3 {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-recommend__item_title h3 {
    font-size: 16rem;
  }
}
.t-recommend__item_title h3 span {
  font-weight: bold;
}

.p-flow {
  background: #F5F5F5;
}
.p-flow_title {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #EA401A;
}
@media screen and (max-width: 1440px) {
  .p-flow_title {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow_title {
    font-size: 20rem;
  }
}
.p-flow_grid {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  width: 100%;
  margin: auto;
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 50px;
}
@media screen and (max-width: 1440px) {
  .p-flow_grid {
    grid-gap: 50rem;
    margin-top: 50rem;
    max-width: 1100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow_grid {
    grid-template-columns: 1fr;
    grid-gap: 30rem;
    max-width: 240rem;
    margin-top: 25rem;
  }
}
.p-flow_grid::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  background-color: #EA401A;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .p-flow_grid::after {
    height: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow_grid::after {
    width: 2rem;
    height: 100%;
    top: 0;
    left: 50%;
  }
}
.p-flow__item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 25px 20px;
  align-items: center;
  background-color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-flow__item {
    padding: 25rem 20rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__item {
    box-shadow: 0px 0px 16rem 0px rgba(0, 0, 0, 0.1490196078);
    gap: 15rem;
  }
}
.p-flow__item_head {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  background: linear-gradient(270deg, #FF9B0C 0%, #EA401A 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1440px) {
  .p-flow__item_head {
    font-size: 24rem;
  }
}
.p-flow__item_title {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #111;
  line-height: 1.2;
}
@media screen and (max-width: 1440px) {
  .p-flow__item_title {
    font-size: 24rem;
  }
}
.p-flow__item_txt {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-flow__item_txt {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__item_txt {
    font-size: 14rem;
  }
}
.p-flow__item_txt.center {
  text-align: center;
}

.t-prices_title {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #EA401A;
}
@media screen and (max-width: 1440px) {
  .t-prices_title {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .t-prices_title {
    font-size: 20rem;
  }
}
.t-prices_txt {
  margin-top: 25px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .t-prices_txt {
    margin-top: 25rem;
    font-size: 16rem;
  }
}
.t-prices_box {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1440px) {
  .t-prices_box {
    margin-top: 50rem;
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t-prices_box {
    flex-direction: column;
    margin-top: 25rem;
    gap: 15rem;
  }
}
.t-prices_leftbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 530px;
  width: 100%;
  gap: 25px;
}
@media screen and (max-width: 1440px) {
  .t-prices_leftbox {
    max-width: 530rem;
    gap: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .t-prices_leftbox {
    max-width: 100%;
    gap: 15rem;
  }
}
.t-prices_leftbox .itembox {
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  border-radius: 120px;
  background: #FFF4D2;
}
@media screen and (max-width: 1440px) {
  .t-prices_leftbox .itembox {
    border-radius: 120rem;
    width: 240rem;
    height: 240rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .t-prices_leftbox .itembox {
    width: 220rem;
    height: 220rem;
    gap: 10rem;
  }
}
.t-prices_leftbox .itembox:nth-child(2) {
  background: #FFDC9C;
}
.t-prices_leftbox .itembox:nth-child(3) {
  background: #FFAE9C;
}
.t-prices_leftbox .itembox_title {
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .t-prices_leftbox .itembox_title {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .t-prices_leftbox .itembox_title {
    font-size: 20rem;
  }
}
.t-prices_leftbox .itembox_txt {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .t-prices_leftbox .itembox_txt {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .t-prices_leftbox .itembox_txt {
    font-size: 14rem;
  }
}
.t-prices .plustxt {
  font-weight: 700;
  font-size: 64px;
  text-align: center;
  color: #EA401A;
}
@media screen and (max-width: 1440px) {
  .t-prices .plustxt {
    font-size: 64rem;
  }
}
.t-prices_rightbox {
  max-width: 485px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1440px) {
  .t-prices_rightbox {
    max-width: 485rem;
    gap: 30rem;
  }
}
.t-prices_rightbox .itembox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 110px;
  font-weight: 700;
  font-size: 24px;
  color: #111;
  text-align: center;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1490196078);
}
@media screen and (max-width: 1440px) {
  .t-prices_rightbox .itembox {
    height: 110rem;
    font-size: 24rem;
    box-shadow: 0 0 16rem 0 rgba(0, 0, 0, 0.1490196078);
  }
}
@media screen and (max-width: 768px) {
  .t-prices_rightbox .itembox {
    height: 80rem;
    font-size: 20rem;
  }
}

.t-interview {
  padding-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .t-interview {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .t-interview .sec_title {
    padding-right: 20rem;
  }
}
.t-interview_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}
@media screen and (max-width: 1440px) {
  .t-interview_list {
    grid-gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t-interview_list {
    display: block;
  }
}
.t-interview__item {
  transition: 0.3s;
  background: #FFFFFF;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1490196078);
}
@media screen and (max-width: 1440px) {
  .t-interview__item {
    box-shadow: 2rem 2rem 10rem 0px rgba(0, 0, 0, 0.1490196078);
  }
}
@media screen and (min-width: 768px) {
  .t-interview__item:hover .t-interview__item_img img {
    transform: scale(1.1);
  }
}
.t-interview__item_img {
  position: relative;
  overflow: hidden;
}
.t-interview__item_img img {
  transition: 0.5s;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.t-interview__item_content {
  padding: 25px;
}
@media screen and (max-width: 1440px) {
  .t-interview__item_content {
    padding: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .t-interview__item_content {
    padding: 20rem;
  }
}
.t-interview__item_title {
  font-weight: 700;
  font-size: 20px;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .t-interview__item_title {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-interview__item_title {
    font-size: 16rem;
  }
}
.t-interview__item_company {
  margin: 15px auto;
  font-weight: 400;
  font-size: 16px;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .t-interview__item_company {
    font-size: 16rem;
    margin: 15rem auto;
  }
}
@media screen and (max-width: 768px) {
  .t-interview__item_company {
    font-size: 14rem;
  }
}
.t-interview__item_tags {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .t-interview__item_tags {
    gap: 10rem;
  }
}
.t-interview__item_tags li {
  font-weight: 400;
  font-size: 14px;
  color: #EA401A;
  background: #F5F5F5;
  border-radius: 4px;
  padding: 8px;
}
@media screen and (max-width: 1440px) {
  .t-interview__item_tags li {
    font-size: 14rem;
    padding: 8rem;
    border-radius: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .t-interview__item_tags li {
    font-size: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .t-interview .slick-list {
    padding-left: 0 !important;
    margin-left: -10rem;
  }
  .t-interview .slick-slide {
    margin: auto 10rem;
    padding-bottom: 10rem;
  }
}
.t-interview .morelink {
  display: flex;
  align-items: center;
  justify-content: center;
}
.t-interview .morelink a {
  margin-top: 50px;
  width: 240px;
  height: 60px;
  background: #EA401A;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
@media screen and (max-width: 1440px) {
  .t-interview .morelink a {
    width: 240rem;
    height: 60rem;
    font-size: 16rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t-interview .morelink a {
    margin-top: 25rem;
    height: 50rem;
    font-size: 14rem;
  }
}

.p-services {
  background: #F5F5F5;
}
.p-services_grid {
  max-width: 1025px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1440px) {
  .p-services_grid {
    max-width: 1025rem;
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-services_grid {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    grid-gap: 15rem;
    grid-template-columns: 1fr 1fr;
  }
}
.p-services__item {
  max-width: 320px;
  width: 100%;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1490196078);
  position: relative;
  background-color: #fff;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .p-services__item {
    max-width: 320rem;
    padding: 25rem;
    box-shadow: 2rem 2rem 10rem 0px rgba(0, 0, 0, 0.1490196078);
  }
}
@media screen and (max-width: 768px) {
  .p-services__item {
    max-width: 160rem;
    margin: auto;
    padding: 15rem;
  }
}
.p-services__item::before {
  position: absolute;
  left: 0;
  top: -4px;
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #EA401A 3.17%, #FF9B0C 100.19%);
}
@media screen and (max-width: 1440px) {
  .p-services__item::before {
    top: -4rem;
    height: 4rem;
  }
}
.p-services__item_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-services__item_title {
    font-size: 28rem;
  }
}
@media screen and (max-width: 768px) {
  .p-services__item_title {
    font-size: 14rem;
  }
}
.p-services__item_img {
  width: 200px;
  margin: auto;
  margin: 15px auto;
}
@media screen and (max-width: 1440px) {
  .p-services__item_img {
    width: 200rem;
    margin: 15rem auto;
  }
}
@media screen and (max-width: 768px) {
  .p-services__item_img {
    width: 100rem;
  }
}
.p-services__item_txt01 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #111;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .p-services__item_txt01 {
    font-size: 18rem;
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-services__item_txt01 {
    font-size: 12rem;
  }
}
.p-services__item_txt02 {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-services__item_txt02 {
    font-size: 16rem;
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-services__item_txt02 {
    font-size: 14rem;
  }
}
.p-services__item_link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px 20px;
  width: 180px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  border-radius: 60px;
  background: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-services__item_link {
    height: 40rem;
    width: 180rem;
    border-radius: 60rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .p-services__item_link {
    width: 100%;
    height: 32rem;
    font-size: 12rem;
  }
}
.p-services__item_link::after {
  position: absolute;
  content: "";
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../image/common/icon-more.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1440px) {
  .p-services__item_link::after {
    width: 16rem;
    height: 16rem;
    right: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .p-services__item_link::after {
    width: 12rem;
    height: 12rem;
    right: 10rem;
  }
}

.p-servicefv {
  position: relative;
}
.p-servicefv_content {
  max-width: 1440px;
  margin: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1440px) {
  .p-servicefv_content {
    max-width: 1440rem;
  }
}
@media screen and (max-width: 768px) {
  .p-servicefv_content {
    transform: none;
    top: 40rem;
    max-width: 335rem;
    transform: translateX(-50%);
  }
}
.p-servicefv_content .box {
  margin-left: 145px;
}
@media screen and (max-width: 1440px) {
  .p-servicefv_content .box {
    margin-left: 145rem;
  }
}
@media screen and (max-width: 768px) {
  .p-servicefv_content .box {
    margin: auto;
  }
}
.p-servicefv_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .p-servicefv_title {
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-servicefv_title {
    align-items: center;
    justify-content: center;
  }
}
.p-servicefv_title .en {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.18em;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-servicefv_title .en {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .p-servicefv_title .en {
    font-size: 14rem;
  }
}
.p-servicefv_title .jp {
  font-weight: 700;
  font-size: 48px;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-servicefv_title .jp {
    font-size: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .p-servicefv_title .jp {
    text-align: center;
    font-size: 28rem;
  }
}
.p-servicefv_title .jp.line02 {
  line-height: 1.2;
}
.p-servicefv_title .jp span {
  font-size: 32px;
  line-height: 1;
}
@media screen and (max-width: 1440px) {
  .p-servicefv_title .jp span {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .p-servicefv_title .jp span {
    font-size: 20rem;
  }
}
.p-servicefv_txt {
  max-width: 560px;
  width: 100%;
  margin-top: 50px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-servicefv_txt {
    max-width: 560rem;
    font-size: 16rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .p-servicefv_txt {
    max-width: 100%;
    font-size: 14rem;
    margin-top: 20rem;
  }
}

.bg-mark {
  background: linear-gradient(transparent 70%, #FFE359 30%);
}

.p-serviceabout_top {
  display: flex;
  align-items: flex-end;
  gap: 50px;
}
@media screen and (max-width: 1440px) {
  .p-serviceabout_top {
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .p-serviceabout_top {
    flex-direction: column-reverse;
    align-items: center;
    gap: 25rem;
  }
}
.p-serviceabout_img {
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-serviceabout_img {
    max-width: 600rem;
  }
}
@media screen and (max-width: 768px) {
  .p-serviceabout_img {
    max-width: 100%;
  }
}
.p-serviceabout_content {
  max-width: 505px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-serviceabout_content {
    font-size: 16rem;
    max-width: 505rem;
  }
}
@media screen and (max-width: 768px) {
  .p-serviceabout_content {
    font-size: 14rem;
    max-width: 100%;
  }
}
.p-serviceabout_content p span {
  background: linear-gradient(transparent 70%, #FFE359 30%);
}

.p-serviceintro {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-serviceintro {
    padding: 0 20rem;
  }
}
.p-serviceintro_box {
  background: #FFF9E7;
  padding: 50px 80px;
}
@media screen and (max-width: 1440px) {
  .p-serviceintro_box {
    padding: 50rem 80rem;
  }
}
@media screen and (max-width: 768px) {
  .p-serviceintro_box {
    padding: 30rem 20rem;
  }
}
.p-serviceintro_title {
  padding-bottom: 15px;
  border-bottom: 1px solid #EA401A;
  font-weight: 700;
  font-size: 24px;
  color: #EA401A;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .p-serviceintro_title {
    padding-bottom: 15rem;
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .p-serviceintro_title {
    font-size: 20rem;
  }
}
.p-serviceintro_txt {
  margin-top: 25px;
  font-weight: 400;
  font-size: 16px;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-serviceintro_txt {
    margin-top: 25rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-serviceintro_txt {
    font-size: 14rem;
  }
}
.p-serviceintro_txt ul li {
  margin-left: 30px;
  list-style: disc;
  font-weight: 400;
  font-size: 16px;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-serviceintro_txt ul li {
    margin-left: 30rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-serviceintro_txt ul li {
    margin-left: 25rem;
    font-size: 14rem;
  }
}

.p-servicefeature_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
@media screen and (max-width: 1440px) {
  .p-servicefeature_grid {
    grid-gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-servicefeature_grid {
    grid-gap: 30rem;
    grid-template-columns: 1fr;
  }
}
.p-servicefeature__item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-servicefeature__item {
    max-width: 320rem;
    width: 100%;
    margin: auto;
  }
}
.p-servicefeature__item_num {
  background: linear-gradient(270deg, #FF9B0C 0%, #EA401A 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 0.8;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .p-servicefeature__item_num {
    font-size: 40rem;
  }
}
.p-servicefeature__item_box {
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 30px 24px;
  height: 100%;
}
@media screen and (max-width: 1440px) {
  .p-servicefeature__item_box {
    padding: 30rem 24rem;
    box-shadow: 2rem 2rem 10rem 0px rgba(0, 0, 0, 0.1490196078);
  }
}
@media screen and (max-width: 768px) {
  .p-servicefeature__item_box {
    padding: 30rem 25rem;
  }
}
.p-servicefeature__item_title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #EA401A;
  margin: 15px auto;
}
@media screen and (max-width: 1440px) {
  .p-servicefeature__item_title {
    min-height: 70rem;
    margin: 15rem auto;
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .p-servicefeature__item_title {
    min-height: auto;
    font-size: 20rem;
  }
}
.p-servicefeature__item_txt {
  font-weight: 400;
  font-size: 16px;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-servicefeature__item_txt {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-servicefeature__item_txt {
    font-size: 14rem;
  }
}

.p-servicerecom_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 1440px) {
  .p-servicerecom_flex {
    gap: 25rem;
  }
}
.p-servicerecom__item {
  position: relative;
  max-width: 320px;
  width: 100%;
  background: #FFF9E7;
  padding: 30px;
}
@media screen and (max-width: 1440px) {
  .p-servicerecom__item {
    padding: 30rem;
    max-width: 320rem;
  }
}
@media screen and (max-width: 768px) {
  .p-servicerecom__item {
    padding: 30rem 25rem;
    min-height: auto;
    max-width: 100%;
  }
}
.p-servicerecom__item::after {
  position: absolute;
  left: 0;
  top: -4px;
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #EA401A 3.17%, #FF9B0C 100.19%);
}
@media screen and (max-width: 1440px) {
  .p-servicerecom__item::after {
    top: -4rem;
    height: 4rem;
  }
}
.p-servicerecom__item_title {
  font-weight: 700;
  font-size: 20px;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-servicerecom__item_title {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-servicerecom__item_title {
    font-size: 16rem;
  }
}
.p-servicerecom__item_list {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .p-servicerecom__item_list {
    margin-top: 15rem;
    gap: 10rem;
  }
}
.p-servicerecom__item_list li {
  font-weight: 400;
  font-size: 16px;
  color: #EA401A;
}
@media screen and (max-width: 1440px) {
  .p-servicerecom__item_list li {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-servicerecom__item_list li {
    font-size: 12rem;
  }
}

.p-faq_box {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .p-faq_box {
    max-width: 800rem;
  }
}
@media screen and (max-width: 768px) {
  .p-faq_box {
    max-width: 100%;
  }
}
.p-faq__item {
  padding: 25px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1490196078);
}
@media screen and (max-width: 1440px) {
  .p-faq__item {
    padding: 25rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__item {
    padding: 20rem 0;
  }
}
.p-faq__item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1490196078);
}
.p-faq__item_qusetion {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  padding-right: 60px;
}
@media screen and (max-width: 1440px) {
  .p-faq__item_qusetion {
    padding-right: 60rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__item_qusetion {
    padding-right: 40rem;
  }
}
.p-faq__item_qusetion.active::after {
  transform: translateY(-50%) rotate(-45deg);
}
.p-faq__item_qusetion::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #EA401A;
  border-right: 2px solid #EA401A;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  right: 25px;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .p-faq__item_qusetion::after {
    width: 10rem;
    height: 10rem;
    border-width: 2rem;
    right: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__item_qusetion::after {
    right: 10rem;
  }
}
.p-faq__item_qusetion .q-txt {
  background: linear-gradient(90deg, #EA401A 3.17%, #FF9B0C 100.19%);
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 1440px) {
  .p-faq__item_qusetion .q-txt {
    width: 48rem;
    min-width: 48rem;
    font-size: 24rem;
    height: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__item_qusetion .q-txt {
    width: 40rem;
    height: 40rem;
    min-width: 40rem;
    font-size: 20rem;
  }
}
.p-faq__item_qusetion .content {
  font-weight: 700;
  font-size: 16px;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-faq__item_qusetion .content {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__item_qusetion .content {
    font-size: 14rem;
  }
}
.p-faq__item_answer {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 1440px) {
  .p-faq__item_answer {
    gap: 15rem;
    margin-top: 15rem;
  }
}
.p-faq__item_answer .a-txt {
  border: 1px solid transparent;
  -o-border-image: linear-gradient(270deg, #FF9B0C 0%, #EA401A 100%) 1;
     border-image: linear-gradient(270deg, #FF9B0C 0%, #EA401A 100%) 1;
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  background: linear-gradient(270deg, #FF9B0C 0%, #EA401A 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1440px) {
  .p-faq__item_answer .a-txt {
    width: 48rem;
    min-width: 48rem;
    font-size: 24rem;
    height: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__item_answer .a-txt {
    width: 40rem;
    height: 40rem;
    min-width: 40rem;
    font-size: 20rem;
  }
}
.p-faq__item_answer .content {
  font-weight: 400;
  font-size: 16px;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-faq__item_answer .content {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__item_answer .content {
    font-size: 14rem;
  }
}

.p-pagefv {
  position: relative;
}
.p-pagefv_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .p-pagefv_title {
    gap: 10rem;
  }
}
.p-pagefv_title .en {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.18em;
  color: #fff;
}
@media screen and (max-width: 1440px) {
  .p-pagefv_title .en {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .p-pagefv_title .en {
    font-size: 14rem;
  }
}
.p-pagefv_title .jp {
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .p-pagefv_title .jp {
    font-size: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .p-pagefv_title .jp {
    font-size: 28rem;
  }
}

.p-faqpage {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 1440px) {
  .p-faqpage {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .p-faqpage {
    margin-bottom: 35rem;
  }
}
.p-faqpage .container {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .p-faqpage .container {
    max-width: 800rem;
  }
}
@media screen and (max-width: 768px) {
  .p-faqpage .container {
    max-width: 100%;
  }
}
.p-faqpage_links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  background: #F5F5F5;
  padding: 50px;
}
@media screen and (max-width: 1440px) {
  .p-faqpage_links {
    padding: 50rem;
    gap: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-faqpage_links {
    flex-direction: column;
    align-items: flex-start;
    padding: 30rem 20rem;
  }
}
.p-faqpage_links li a {
  border-bottom: 1px solid #EA401A;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #EA401A;
}
@media screen and (max-width: 1440px) {
  .p-faqpage_links li a {
    padding-bottom: 10rem;
    font-size: 16rem;
    gap: 5rem;
  }
}
.p-faqpage_links li a img {
  width: 24px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .p-faqpage_links li a img {
    width: 24rem;
  }
}
.p-faqpage__itembox {
  padding-top: 80px;
}
@media screen and (max-width: 1440px) {
  .p-faqpage__itembox {
    padding-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .p-faqpage__itembox {
    padding-top: 65rem;
  }
}
.p-faqpage__itembox_title {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .p-faqpage__itembox_title {
    margin-bottom: 50rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-faqpage__itembox_title {
    margin-bottom: 25rem;
  }
}
.p-faqpage__itembox_title img {
  width: 20px;
}
@media screen and (max-width: 1440px) {
  .p-faqpage__itembox_title img {
    width: 20rem;
  }
}
.p-faqpage__itembox_title h2 {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-faqpage__itembox_title h2 {
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .p-faqpage__itembox_title h2 {
    font-size: 24rem;
  }
}

.p-contact {
  margin-bottom: 80px;
}
@media screen and (max-width: 1440px) {
  .p-contact {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact {
    margin-bottom: 35rem;
  }
}
.p-contact_box {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 1440px) {
  .p-contact_box {
    gap: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_box {
    flex-direction: column;
    align-items: center;
    gap: 65rem;
  }
}
.p-contact_leftbox {
  max-width: 570px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-contact_leftbox {
    max-width: 570rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_leftbox {
    max-width: 100%;
  }
}
.p-contact_rightbox {
  background: #FFF9E7;
  max-width: 500px;
  width: 100%;
  padding: 40px;
}
@media screen and (max-width: 1440px) {
  .p-contact_rightbox {
    max-width: 500rem;
    padding: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_rightbox {
    max-width: 100%;
    padding: 30rem 20rem;
  }
}
.p-contact_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1440px) {
  .p-contact_title {
    gap: 25rem;
    margin-bottom: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_title {
    gap: 15rem;
    margin-bottom: 15rem;
  }
}
.p-contact_title img {
  width: 40px;
}
@media screen and (max-width: 1440px) {
  .p-contact_title img {
    width: 40rem;
  }
}
.p-contact_title h2 {
  font-weight: 700;
  font-size: 24px;
  color: #EA401A;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .p-contact_title h2 {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_title h2 {
    font-size: 20rem;
  }
}
.p-contact_txt01 {
  font-weight: 400;
  font-size: 16px;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-contact_txt01 {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_txt01 {
    font-size: 14rem;
  }
}
.p-contact_txt02 {
  font-weight: 400;
  font-size: 16px;
  color: #111;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .p-contact_txt02 {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_txt02 {
    font-size: 14rem;
  }
}
.p-contact_bottom {
  margin: 40px auto;
  background: #F5F5F5;
  padding: 25px 40px;
}
@media screen and (max-width: 1440px) {
  .p-contact_bottom {
    padding: 25rem 40rem;
    margin: 40rem auto;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_bottom {
    padding: 25rem;
    margin: 25rem auto;
  }
}
.p-contact_bottom_title {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-contact_bottom_title {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_bottom_title {
    font-size: 16rem;
  }
}
.p-contact_bottom_title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  background-color: #111;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-contact_bottom_title::after {
    width: 0;
  }
}
.p-contact_bottom_title span {
  padding: 0 15px;
  background-color: #F5F5F5;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1440px) {
  .p-contact_bottom_title span {
    padding: 0 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_bottom_title span {
    padding: 0;
  }
}
.p-contact_bottom ul {
  max-width: 430px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 25px;
}
@media screen and (max-width: 1440px) {
  .p-contact_bottom ul {
    max-width: 430rem;
    gap: 15rem;
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_bottom ul {
    max-width: 100%;
    gap: 10rem;
    margin-top: 15rem;
  }
}
.p-contact_bottom ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-contact_bottom ul li {
    font-size: 16rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_bottom ul li {
    font-size: 14rem;
  }
}
.p-contact_bottom ul li img {
  width: 14px;
}
@media screen and (max-width: 1440px) {
  .p-contact_bottom ul li img {
    width: 14rem;
  }
}
.p-contact .contactform .contactitem {
  margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
  .p-contact .contactform .contactitem {
    margin-bottom: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .contactform .contactitem {
    max-width: 100%;
    width: 100%;
    margin-bottom: 25rem;
  }
}
.p-contact .contactform .contactitem_head {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #111;
  position: relative;
  margin-bottom: 8px;
  display: inline-block;
}
@media screen and (max-width: 1440px) {
  .p-contact .contactform .contactitem_head {
    font-size: 14rem;
    margin-bottom: 8rem;
  }
}
.p-contact .contactform .contactitem_head.required::after {
  position: absolute;
  content: "*";
  color: #C82020;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  top: 0px;
  right: -10px;
}
@media screen and (max-width: 1440px) {
  .p-contact .contactform .contactitem_head.required::after {
    font-size: 14rem;
    right: -10rem;
  }
}
.p-contact .contactform .contactitem_input input,
.p-contact .contactform .contactitem_input textarea {
  width: 100%;
  height: 45px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  padding: 10px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-contact .contactform .contactitem_input input,
  .p-contact .contactform .contactitem_input textarea {
    height: 45rem;
    font-size: 14rem;
    padding: 10rem;
  }
}
.p-contact .contactform .contactitem_input input::-moz-placeholder, .p-contact .contactform .contactitem_input textarea::-moz-placeholder {
  color: #D9D9D9;
}
.p-contact .contactform .contactitem_input input::placeholder,
.p-contact .contactform .contactitem_input textarea::placeholder {
  color: #D9D9D9;
}
.p-contact .contactform .contactitem_input textarea {
  height: 120px;
}
@media screen and (max-width: 1440px) {
  .p-contact .contactform .contactitem_input textarea {
    height: 120rem;
  }
}
.p-contact .contactform .contactitem_input .itemradio {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #111;
  margin-bottom: 10px;
}
.p-contact .contactform .contactitem_input .itemradio:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .p-contact .contactform .contactitem_input .itemradio {
    gap: 5rem;
    margin-bottom: 10rem;
    font-size: 14rem;
  }
}
.p-contact .contactform .contactitem_input .itemradio .wpcf7-list-item {
  margin: 0;
}
.p-contact .contactform .contactitem_input input[type=radio] {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 1440px) {
  .p-contact .contactform .contactitem_input input[type=radio] {
    width: 15rem;
    height: 15rem;
  }
}
.p-contact .contactform .contactitems {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1440px) {
  .p-contact .contactform .contactitems {
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .contactform .contactitems {
    flex-direction: column;
    align-items: flex-start;
    gap: 0rem;
  }
}
.p-contact .contactform .privacybox {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 10%;
}
.p-contact .contactform .privacybox a {
  text-decoration: underline;
  color: #EA401A;
  font-weight: bold;
}
.p-contact .contactform .submitbtn {
  margin-top: 30px;
}
.p-contact .contactform .submitbtn input {
  cursor: pointer;
  width: 240px;
  height: 60px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  border-radius: 60px;
  color: #fff;
  border: 1px solid #EA401A;
  background: #EA401A;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-contact .contactform .submitbtn input:hover {
    opacity: 0.8;
  }
}
.p-contact .contactform .submitbtn input:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}
@media screen and (max-width: 1440px) {
  .p-contact .contactform .submitbtn input {
    border-radius: 60rem;
    font-size: 16rem;
    width: 240rem;
    height: 60rem;
  }
}
.p-contact .contactform .wpcf7-response-output {
  font-size: 14px;
}

.p-casespickup {
  overflow: hidden;
  background: #FFF9E7;
  padding: 50px 0;
}
@media screen and (max-width: 1440px) {
  .p-casespickup {
    padding: 50rem 0;
  }
}
.p-casespickup_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-casespickup_title::after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  background-color: #EA401A;
}
.p-casespickup_title h2 {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #111;
  padding: 0 50px;
  background: #FFF9E7;
}
@media screen and (max-width: 1440px) {
  .p-casespickup_title h2 {
    font-size: 40rem;
    padding: 0 50rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casespickup_title h2 {
    font-size: 28rem;
    padding: 0 25rem;
  }
}
.p-casespickup_list {
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  .p-casespickup_list {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casespickup_list {
    margin-top: 25rem;
  }
}
.p-casespickup_list .slick-list {
  overflow: visible !important;
}
.p-casespickup_list .slick-slide {
  margin: auto 25px;
}
@media screen and (max-width: 1440px) {
  .p-casespickup_list .slick-slide {
    margin: auto 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casespickup_list .slick-slide {
    margin: auto 10rem;
  }
}
.p-casespickup__item {
  display: flex !important;
  align-items: center;
  padding: 40px;
  gap: 25px;
  background: #FFFFFF;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1490196078);
  max-width: 800px;
}
@media screen and (max-width: 1440px) {
  .p-casespickup__item {
    padding: 40rem;
    gap: 25rem;
    max-width: 800rem;
    box-shadow: 2rem 2rem 10rem 0px rgba(0, 0, 0, 0.1490196078);
  }
}
@media screen and (max-width: 768px) {
  .p-casespickup__item {
    padding: 0;
    flex-direction: column;
    gap: 0rem;
    max-width: 100%;
  }
}
.p-casespickup__item_img {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-casespickup__item_img {
    max-width: 400rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casespickup__item_img {
    max-width: 100%;
  }
}
.p-casespickup__item_img img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-casespickup__item_img img {
    aspect-ratio: 3/1.8;
  }
}
.p-casespickup__item_content {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-casespickup__item_content {
    max-width: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casespickup__item_content {
    max-width: 100%;
    padding: 20rem;
  }
}
.p-casespickup__item_title {
  font-weight: 700;
  font-size: 24px;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-casespickup__item_title {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casespickup__item_title {
    font-size: 16rem;
  }
}
.p-casespickup__item_company {
  font-weight: 400;
  font-size: 16px;
  color: #111;
  margin: 15px auto;
}
@media screen and (max-width: 1440px) {
  .p-casespickup__item_company {
    font-size: 16rem;
    margin: 15rem auto;
  }
}
@media screen and (max-width: 768px) {
  .p-casespickup__item_company {
    font-size: 14rem;
  }
}
.p-casespickup__item_tags {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1440px) {
  .p-casespickup__item_tags {
    gap: 10rem;
  }
}
.p-casespickup__item_tags li {
  background: #F5F5F5;
  padding: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #EA401A;
}
@media screen and (max-width: 1440px) {
  .p-casespickup__item_tags li {
    font-size: 14rem;
    padding: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casespickup__item_tags li {
    font-size: 12rem;
  }
}

.p-cases_category {
  border: 1px solid rgba(0, 0, 0, 0.1490196078);
  padding: 25px 50px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 1440px) {
  .p-cases_category {
    gap: 25rem;
    padding: 25rem 50rem;
  }
}
@media screen and (max-width: 768px) {
  .p-cases_category {
    padding: 20rem;
  }
}
.p-cases_category .itembox {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1440px) {
  .p-cases_category .itembox {
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-cases_category .itembox {
    flex-direction: column;
    align-items: flex-start;
    gap: 10rem;
  }
}
.p-cases_category .itembox_head {
  min-width: 80px;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 10%;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-cases_category .itembox_head {
    font-size: 16rem;
    min-width: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .p-cases_category .itembox_head {
    min-width: auto;
  }
}
.p-cases_category .itembox_list {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1440px) {
  .p-cases_category .itembox_list {
    gap: 10rem;
  }
}
.p-cases_category .itembox_list li a {
  display: block;
  background: #F5F5F5;
  padding: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #EA401A;
}
@media screen and (max-width: 1440px) {
  .p-cases_category .itembox_list li a {
    font-size: 14rem;
    padding: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-cases_category .itembox_list li a {
    font-size: 12rem;
  }
}
.p-cases_list {
  margin: 80px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 70px 50px;
}
@media screen and (max-width: 1440px) {
  .p-cases_list {
    margin: 80rem auto;
    grid-gap: 70rem 50rem;
  }
}
@media screen and (max-width: 768px) {
  .p-cases_list {
    grid-template-columns: 1fr;
    grid-gap: 25rem;
    margin: 65rem auto;
  }
}
.p-cases__item {
  display: block;
  transition: 0.3s;
  background: #FFFFFF;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1490196078);
}
@media screen and (max-width: 1440px) {
  .p-cases__item {
    box-shadow: 2rem 2rem 10rem 0px rgba(0, 0, 0, 0.1490196078);
  }
}
@media screen and (max-width: 768px) {
  .p-cases__item {
    max-width: 300rem;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-cases__item:hover .t-interview__item_img img {
    transform: scale(1.1);
  }
}
.p-cases__item_img {
  position: relative;
  overflow: hidden;
}
.p-cases__item_img img {
  transition: 0.5s;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-cases__item_content {
  padding: 25px;
}
@media screen and (max-width: 1440px) {
  .p-cases__item_content {
    padding: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-cases__item_content {
    padding: 20rem;
  }
}
.p-cases__item_title {
  font-weight: 700;
  font-size: 20px;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-cases__item_title {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-cases__item_title {
    font-size: 16rem;
  }
}
.p-cases__item_company {
  margin: 15px auto;
  font-weight: 400;
  font-size: 16px;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-cases__item_company {
    font-size: 16rem;
    margin: 15rem auto;
  }
}
@media screen and (max-width: 768px) {
  .p-cases__item_company {
    font-size: 14rem;
  }
}
.p-cases__item_tags {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .p-cases__item_tags {
    gap: 10rem;
  }
}
.p-cases__item_tags li {
  font-weight: 400;
  font-size: 14px;
  color: #EA401A;
  background: #F5F5F5;
  border-radius: 4px;
  padding: 8px;
}
@media screen and (max-width: 1440px) {
  .p-cases__item_tags li {
    font-size: 14rem;
    padding: 8rem;
    border-radius: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-cases__item_tags li {
    font-size: 12rem;
  }
}

.p-blog {
  margin-bottom: 80px;
}
@media screen and (max-width: 1440px) {
  .p-blog {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blog {
    margin-bottom: 35rem;
  }
}
.p-blog_box {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 1440px) {
  .p-blog_box {
    gap: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blog_box {
    flex-direction: column;
    gap: 65rem;
  }
}
.p-blog_listbox {
  max-width: 750px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-blog_listbox {
    max-width: 750rem;
  }
}
@media screen and (max-width: 1440px) {
  .p-blog_listbox {
    max-width: 100%;
  }
}
.p-blog_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
}
@media screen and (max-width: 1440px) {
  .p-blog_list {
    grid-gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blog_list {
    grid-template-columns: 1fr;
    grid-gap: 25rem;
  }
}
.p-blog__item {
  padding: 25px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1490196078);
  background: #FFFFFF;
  display: block;
}
@media screen and (max-width: 1440px) {
  .p-blog__item {
    padding: 25rem;
    box-shadow: 2rem 2rem 10rem 0px rgba(0, 0, 0, 0.1490196078);
  }
}
@media screen and (max-width: 768px) {
  .p-blog__item {
    max-width: 300rem;
    margin: auto;
    width: 100%;
    padding: 20rem;
  }
}
.p-blog__item_img img {
  position: relative;
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .p-blog__item_img img {
    height: 170rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blog__item_img img {
    height: 150rem;
  }
}
.p-blog__item_content {
  margin-top: 25px;
}
@media screen and (max-width: 1440px) {
  .p-blog__item_content {
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blog__item_content {
    margin-top: 20rem;
  }
}
.p-blog__item_date {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 10%;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-blog__item_date {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blog__item_date {
    font-size: 12rem;
  }
}
.p-blog__item_title {
  font-weight: 700;
  font-size: 20px;
  color: #111;
  margin: 15px auto;
}
@media screen and (max-width: 1440px) {
  .p-blog__item_title {
    font-size: 20rem;
    margin: 15rem auto;
  }
}
@media screen and (max-width: 768px) {
  .p-blog__item_title {
    margin: 10rem auto;
    font-size: 16rem;
  }
}
.p-blog__item_category {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 1440px) {
  .p-blog__item_category {
    gap: 8rem;
  }
}
.p-blog__item_category li {
  display: block;
  border-radius: 4px;
  border: 1px solid #EA401A;
  background: #FFFFFF;
  padding: 8px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #EA401A;
}
@media screen and (max-width: 1440px) {
  .p-blog__item_category li {
    padding: 8rem;
    font-size: 14rem;
    border-radius: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blog__item_category li {
    font-size: 12rem;
  }
}
.p-blog_sidebar {
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-blog_sidebar {
    max-width: 320rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blog_sidebar {
    max-width: 100%;
  }
}
.p-blog_sidebar_category {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 1440px) {
  .p-blog_sidebar_category {
    gap: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blog_sidebar_category {
    gap: 15rem;
  }
}
.p-blog_sidebar_category li a {
  display: block;
  border-radius: 4px;
  border: 1px solid #EA401A;
  background: #FFFFFF;
  padding: 8px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #EA401A;
}
@media screen and (max-width: 1440px) {
  .p-blog_sidebar_category li a {
    padding: 8rem;
    font-size: 14rem;
    border-radius: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blog_sidebar_category li a {
    font-size: 12rem;
  }
}
.p-blog_sidebar_itembox {
  margin-bottom: 80px;
}
.p-blog_sidebar_itembox:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .p-blog_sidebar_itembox {
    margin-bottom: 80rem;
  }
}
.p-blog_sidebar_head {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 10%;
  background: #F5F5F5;
  padding: 15px 10px;
  color: #EA401A;
  margin-bottom: 25px;
}
@media screen and (max-width: 1440px) {
  .p-blog_sidebar_head {
    font-size: 20rem;
    padding: 15rem 10rem;
    margin-bottom: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blog_sidebar_head {
    text-align: center;
  }
}
.p-blog_newlist {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 1440px) {
  .p-blog_newlist {
    gap: 25rem;
  }
}
.p-blog__newitem {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 1440px) {
  .p-blog__newitem {
    gap: 15rem;
  }
}
.p-blog__newitem_img {
  max-width: 120px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-blog__newitem_img {
    max-width: 120rem;
  }
}
.p-blog__newitem_img img {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-blog__newitem_title {
  max-width: 185px;
  width: 100%;
  font-weight: 700;
  font-size: 14px;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-blog__newitem_title {
    max-width: 185rem;
    font-size: 14rem;
  }
}

.p-blogdetail_body {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail_body {
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail_body {
    flex-direction: column;
  }
}
.p-blogdetail_box {
  max-width: 690px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail_box {
    max-width: 690rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail_box {
    max-width: 100%;
  }
}
.p-blogdetail_date {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 10%;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail_date {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail_date {
    font-size: 14rem;
  }
}
.p-blogdetail_title {
  margin: 25px auto;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 10%;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail_title {
    margin: 25rem auto;
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail_title {
    font-size: 28rem;
  }
}
.p-blogdetail_category {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail_category {
    gap: 8rem;
  }
}
.p-blogdetail_category li {
  border-radius: 4px;
  border: 1px solid #EA401A;
  background: #FFFFFF;
  padding: 8px;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #EA401A;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail_category li {
    padding: 8rem;
    font-size: 14rem;
    border-radius: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail_category li {
    font-size: 12rem;
  }
}
.p-blogdetail .mainimg {
  margin: 50px auto;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .mainimg {
    margin: 50rem auto;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .mainimg {
    margin: 25rem auto;
  }
}
.p-blogdetail .mainimg img {
  max-width: 100%;
}
.p-blogdetail .blogcontent {
  font-weight: 400;
  font-size: 16px;
  color: #111;
  margin-top: 50px;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent {
    font-size: 16rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent {
    margin-top: 30rem;
    font-size: 14rem;
  }
}
.p-blogdetail .blogcontent .index {
  margin: 50px auto;
  background: #F5F5F5;
  padding: 25px;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent .index {
    padding: 25rem;
    margin: 50rem auto;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent .index {
    padding: 20rem;
    margin: 25rem auto;
  }
}
.p-blogdetail .blogcontent .index_head {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 10%;
  color: #111;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent .index_head {
    font-size: 20rem;
  }
}
.p-blogdetail .blogcontent .index #toc {
  padding: 0;
  margin: 0;
  background-color: transparent;
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent .index #toc {
    margin-top: 10rem;
  }
}
.p-blogdetail .blogcontent .index #toc li {
  position: relative;
  padding-left: 0;
}
.p-blogdetail .blogcontent .index #toc li::before {
  content: "";
}
.p-blogdetail .blogcontent .index #toc li a {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 10%;
  color: #111;
  text-decoration: none;
  padding-left: 20px;
  display: block;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent .index #toc li a {
    font-size: 16rem;
    padding-left: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent .index #toc li a {
    font-size: 14rem;
  }
}
.p-blogdetail .blogcontent .index #toc li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #EA401A;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent .index #toc li a::before {
    width: 8rem;
    height: 8rem;
  }
}
.p-blogdetail .blogcontent .index #toc li ul {
  margin: 0;
  padding: 0;
  gap: 0;
  background-color: transparent;
  padding-left: 20px;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent .index #toc li ul {
    padding-left: 20rem;
  }
}
.p-blogdetail .blogcontent .index #toc li ul li {
  margin-top: 10px;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent .index #toc li ul li {
    margin-top: 10rem;
  }
}
.p-blogdetail .blogcontent .index #toc li ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #EA401A;
  background-color: transparent;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent .index #toc li ul li a::before {
    width: 8rem;
    height: 8rem;
  }
}
.p-blogdetail .blogcontent p {
  font-weight: 400;
  font-size: 16px;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent p {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent p {
    font-size: 14rem;
  }
}
.p-blogdetail .blogcontent h2 {
  margin-top: 80px;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 24px;
  color: #111;
  position: relative;
  padding-left: 22px;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent h2 {
    margin-top: 80rem;
    margin-bottom: 50rem;
    font-size: 24rem;
    padding-left: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent h2 {
    margin-top: 50rem;
    margin-bottom: 25rem;
    font-size: 20rem;
  }
}
.p-blogdetail .blogcontent h2::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 100%;
  left: 0;
  height: 100%;
  background: linear-gradient(90deg, #EA401A 0%, #FF9B0C 100%);
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent h2::before {
    width: 6rem;
  }
}
.p-blogdetail .blogcontent h3 {
  font-weight: 700;
  font-size: 20px;
  color: #EA401A;
  padding-top: 50px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent h3 {
    font-size: 20rem;
    padding-top: 50rem;
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent h3 {
    font-size: 18rem;
    padding-top: 25rem;
  }
}
.p-blogdetail .blogcontent h4 {
  font-weight: 700;
  font-size: 16px;
  color: #111;
  padding-top: 25px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent h4 {
    font-size: 16rem;
    padding-top: 25rem;
    margin-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent h4 {
    font-size: 16rem;
    padding-top: 25rem;
  }
}
.p-blogdetail .blogcontent a {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 10%;
  text-decoration: underline;
  color: #EA401A;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent a {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent a {
    font-size: 14rem;
  }
}
.p-blogdetail .blogcontent table,
.p-blogdetail .blogcontent th,
.p-blogdetail .blogcontent td {
  border: 1px solid #111;
  border-collapse: collapse;
}
.p-blogdetail .blogcontent table {
  width: 100%;
  margin: 20px auto;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent table {
    margin: 20rem auto;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent table {
    margin: 15rem auto;
  }
}
.p-blogdetail .blogcontent table td,
.p-blogdetail .blogcontent table th {
  text-align: center;
  padding: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent table td,
  .p-blogdetail .blogcontent table th {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent table td,
  .p-blogdetail .blogcontent table th {
    font-size: 14rem;
  }
}
.p-blogdetail .blogcontent table th {
  background-color: #ccc;
}
.p-blogdetail .blogcontent .text-mark {
  background: linear-gradient(transparent 70%, #FFE359 30%);
}
.p-blogdetail .blogcontent img {
  width: auto;
  margin: 50px auto;
  max-width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent img {
    margin: 50rem auto;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent img {
    margin: 25rem auto;
  }
}
.p-blogdetail .blogcontent ul {
  background: #FFF9E7;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 25px auto;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent ul {
    padding: 25rem;
    gap: 15rem;
    margin: 25rem auto;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent ul {
    padding: 20rem;
    gap: 10rem;
  }
}
.p-blogdetail .blogcontent ul li {
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent ul li {
    padding-left: 15rem;
  }
}
.p-blogdetail .blogcontent ul li::before {
  position: absolute;
  content: "•";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  color: #EA401A;
}
.p-blogdetail .blogcontent ul li ul {
  padding: 0;
  margin: 5px auto;
  gap: 5px;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent ul li ul {
    gap: 5rem;
    margin: 5rem auto;
  }
}
.p-blogdetail .blogcontent ul li ul li {
  font-size: 14px;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent ul li ul li {
    font-size: 14rem;
  }
}
.p-blogdetail .blogcontent ol {
  background: #FFF9E7;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 25px auto;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent ol {
    padding: 25rem;
    gap: 15rem;
    margin: 25rem auto;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent ol {
    padding: 20rem;
    gap: 10rem;
  }
}
.p-blogdetail .blogcontent ol li {
  margin-left: 20px;
  list-style: decimal;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent ol li {
    margin-left: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent ol li {
    margin-left: 15rem;
  }
}
.p-blogdetail .blogcontent ol li::marker {
  font-weight: 500;
  color: #EA401A;
}
.p-blogdetail .blogcontent ol li ol {
  padding: 0;
  margin: 5px auto;
  gap: 5px;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent ol li ol {
    gap: 5rem;
    margin: 5rem auto;
  }
}
.p-blogdetail .blogcontent ol li ol li {
  list-style: decimal-leading-zero;
  font-size: 14px;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent ol li ol li {
    font-size: 14rem;
  }
}
.p-blogdetail .blogcontent .introbox {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  margin: 50px auto;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent .introbox {
    gap: 25rem;
    margin: 50rem auto;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent .introbox {
    margin: 25rem auto;
    gap: 15rem;
  }
}
.p-blogdetail .blogcontent .introbox_img {
  max-width: 100px;
  min-width: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent .introbox_img {
    max-width: 100rem;
    min-width: 100rem;
    font-size: 12rem;
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent .introbox_img {
    max-width: 65rem;
    min-width: 65rem;
    font-size: 10rem;
  }
}
.p-blogdetail .blogcontent .introbox_img img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent .introbox_img img {
    width: 100rem;
    height: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent .introbox_img img {
    width: 65rem;
    height: 65rem;
  }
}
.p-blogdetail .blogcontent .introbox_content {
  position: relative;
  width: 100%;
  border: 1px solid #A4ADB3;
  padding: 25px;
  border-radius: 15px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent .introbox_content {
    padding: 25rem;
    border-radius: 15rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent .introbox_content {
    padding: 15rem;
    font-size: 14rem;
    border-radius: 15rem;
  }
}
.p-blogdetail .blogcontent .introbox_content:before {
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  top: 25px;
  left: -17px;
  background-image: url(../image/common/shape.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent .introbox_content:before {
    width: 20rem;
    height: 20rem;
    top: 25rem;
    left: -17rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent .introbox_content:before {
    width: 15rem;
    height: 15rem;
    top: 20rem;
    left: -12rem;
  }
}
.p-blogdetail .blogcontent .profilebox {
  background: #F5F5F5;
  padding: 25px;
  margin-top: 80px;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent .profilebox {
    padding: 25rem;
    margin-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent .profilebox {
    padding: 20rem;
    margin-top: 50rem;
  }
}
.p-blogdetail .blogcontent .profilebox_contain {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent .profilebox_contain {
    margin-top: 15rem;
    gap: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent .profilebox_contain {
    flex-direction: column;
  }
}
.p-blogdetail .blogcontent .profilebox_head {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 8px;
  color: #EA401A;
  border-bottom: 1px solid #EA401A;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent .profilebox_head {
    font-size: 20rem;
    padding-bottom: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent .profilebox_head {
    font-size: 16rem;
  }
}
.p-blogdetail .blogcontent .profilebox_img {
  max-width: 100px;
  min-width: 100px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent .profilebox_img {
    max-width: 100rem;
    min-width: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent .profilebox_img {
    max-width: 100rem;
    min-width: 100rem;
  }
}
.p-blogdetail .blogcontent .profilebox_img img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent .profilebox_img img {
    width: 100rem;
    height: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent .profilebox_img img {
    width: 100rem;
    height: 100rem;
  }
}
.p-blogdetail .blogcontent .profilebox_name {
  font-weight: 700;
  font-size: 16px;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent .profilebox_name {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent .profilebox_name {
    text-align: center;
  }
}
.p-blogdetail .blogcontent .profilebox_txt {
  font-weight: 400;
  font-size: 16px;
  color: #111;
  margin-top: 8px;
}
@media screen and (max-width: 1440px) {
  .p-blogdetail .blogcontent .profilebox_txt {
    font-size: 16rem;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-blogdetail .blogcontent .profilebox_txt {
    font-size: 14rem;
  }
}

.p-relatedblog {
  margin-bottom: 80px;
}
@media screen and (max-width: 1440px) {
  .p-relatedblog {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .p-relatedblog {
    margin-bottom: 35rem;
  }
}
.p-relatedblog_title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 10%;
  text-align: center;
  color: #EA401A;
  padding: 15px;
  background: #F5F5F5;
}
@media screen and (max-width: 1440px) {
  .p-relatedblog_title {
    font-size: 24rem;
    padding: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-relatedblog_title {
    font-size: 20rem;
  }
}
.p-relatedblog_list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}
@media screen and (max-width: 1440px) {
  .p-relatedblog_list {
    margin-top: 40rem;
    grid-gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .p-relatedblog_list {
    display: block;
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-relatedblog .slick-list {
    padding-left: 0 !important;
    margin-left: -10rem;
  }
  .p-relatedblog .slick-slide {
    margin: auto 10rem;
    padding-bottom: 10rem;
  }
}

.p-casedetail {
  margin-bottom: 80px;
}
@media screen and (max-width: 1440px) {
  .p-casedetail {
    margin-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casedetail {
    margin-bottom: 35rem;
  }
}
.p-casedetail_contain {
  max-width: 1055px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  .p-casedetail_contain {
    max-width: 1055rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casedetail_contain {
    max-width: 100%;
  }
}
.p-casedetail_body {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 1440px) {
  .p-casedetail_body {
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casedetail_body {
    gap: 0rem;
    flex-direction: column-reverse;
  }
}
.p-casedetail_box {
  max-width: 700px;
  width: 100%;
}
@media screen and (max-width: 1440px) {
  .p-casedetail_box {
    max-width: 700rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casedetail_box {
    max-width: 100%;
  }
}
.p-casedetail_box p {
  margin: 25px auto;
  font-weight: 400;
  font-size: 16px;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-casedetail_box p {
    margin: 25rem auto;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casedetail_box p {
    font-size: 14rem;
  }
}
.p-casedetail_box h2 {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 10%;
  color: #111;
  padding-bottom: 10px;
  margin: 80px auto 50px;
}
@media screen and (max-width: 1440px) {
  .p-casedetail_box h2 {
    font-size: 24rem;
    margin: 80rem auto 50rem;
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casedetail_box h2 {
    margin: 50rem auto 25rem;
    font-size: 20rem;
  }
}
.p-casedetail_box h2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #EA401A 0%, #2ECBE0 100%);
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1440px) {
  .p-casedetail_box h2::after {
    height: 2rem;
  }
}
.p-casedetail_box h3 {
  margin: 50px auto 25px;
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #EA401A;
}
@media screen and (max-width: 1440px) {
  .p-casedetail_box h3 {
    margin: 50rem auto 25rem;
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casedetail_box h3 {
    font-size: 16rem;
    margin: 25rem auto;
  }
}
.p-casedetail_box img {
  margin: 50px auto;
  width: 540px;
  height: auto;
}
@media screen and (max-width: 1440px) {
  .p-casedetail_box img {
    margin: 50rem auto;
    width: 540rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casedetail_box img {
    width: 100%;
    margin: 25rem auto;
  }
}
.p-casedetail_img {
  margin: 0;
}
.p-casedetail_img img {
  margin: auto;
  width: 100%;
}
.p-casedetail_title {
  margin: 50px auto;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.1em;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-casedetail_title {
    margin: 50rem auto;
    font-size: 32rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casedetail_title {
    margin: 25rem auto;
    font-size: 28rem;
  }
}
.p-casedetail_main {
  max-width: 640px;
  width: 100%;
  margin: 50px auto;
  padding: 25px;
  background: #F5F5F5;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 1440px) {
  .p-casedetail_main {
    max-width: 640rem;
    margin: 50rem auto;
    padding: 25rem;
    gap: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casedetail_main {
    padding: 20rem;
    margin: 25rem auto;
    max-width: 100%;
  }
}
.p-casedetail_main .itembox {
  display: flex;
  align-items: center;
  gap: 30px;
  position: relative;
}
.p-casedetail_main .itembox:last-child::after {
  width: 0;
  height: 0;
}
.p-casedetail_main .itembox::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../image/common/shape-02.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1440px) {
  .p-casedetail_main .itembox::after {
    bottom: -35rem;
    width: 20rem;
    height: 20rem;
  }
}
@media screen and (max-width: 1440px) {
  .p-casedetail_main .itembox {
    gap: 30rem;
  }
}
.p-casedetail_main .itembox_head {
  width: 100px;
  min-width: 100px;
  height: 100px;
  background: #FFFFFF;
  border: 1px solid #EA401A;
  border-radius: 50%;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #EA401A;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1440px) {
  .p-casedetail_main .itembox_head {
    width: 100rem;
    height: 100rem;
    min-width: 100rem;
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casedetail_main .itembox_head {
    width: 55rem;
    height: 55rem;
    min-width: 55rem;
    font-size: 12rem;
  }
}
.p-casedetail_main .itembox_list li {
  font-weight: 400;
  font-size: 16px;
  list-style: disc;
  color: #111;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1440px) {
  .p-casedetail_main .itembox_list li {
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casedetail_main .itembox_list li {
    font-size: 14rem;
  }
}
.p-casedetail_main .itembox_list li::marker {
  font-size: 10px;
}
@media screen and (max-width: 1440px) {
  .p-casedetail_main .itembox_list li::marker {
    font-size: 10rem;
  }
}
.p-casedetail_info {
  max-width: 320px;
  width: 100%;
  border: 1px solid #EA401A;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 1440px) {
  .p-casedetail_info {
    max-width: 320rem;
    padding: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casedetail_info {
    padding: 20rem;
  }
}
.p-casedetail_info_img img {
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
@media screen and (max-width: 1440px) {
  .p-casedetail_info_img img {
    width: 160rem;
    height: 160rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casedetail_info_img img {
    width: 140rem;
    height: 140rem;
  }
}
.p-casedetail_info_company {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1440px) {
  .p-casedetail_info_company {
    margin-top: 15rem;
    gap: 8rem;
  }
}
.p-casedetail_info_company .name {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-casedetail_info_company .name {
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casedetail_info_company .name {
    font-size: 16rem;
  }
}
.p-casedetail_info_company .link {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 10%;
  text-align: center;
  text-decoration: underline;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-casedetail_info_company .link {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casedetail_info_company .link {
    font-size: 12rem;
  }
}
.p-casedetail_info_txt {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #111;
  margin-top: 15px;
}
@media screen and (max-width: 1440px) {
  .p-casedetail_info_txt {
    font-size: 16rem;
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casedetail_info_txt {
    font-size: 14rem;
  }
}
.p-casedetail_info_service {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
}
@media screen and (max-width: 1440px) {
  .p-casedetail_info_service {
    margin-top: 25rem;
    gap: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casedetail_info_service {
    margin-top: 15rem;
  }
}
.p-casedetail_info_service .servicetitle {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #111;
}
@media screen and (max-width: 1440px) {
  .p-casedetail_info_service .servicetitle {
    font-size: 14rem;
  }
}
.p-casedetail_info_service .serviceadvice {
  padding: 8px;
  background: #F5F5F5;
  font-weight: 400;
  font-size: 14px;
  color: #EA401A;
}
@media screen and (max-width: 1440px) {
  .p-casedetail_info_service .serviceadvice {
    font-size: 14rem;
    padding: 8rem;
  }
}
@media screen and (max-width: 768px) {
  .p-casedetail_info_service .serviceadvice {
    font-size: 12rem;
  }
}

.p-relatedcase_title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 10%;
  text-align: center;
  color: #EA401A;
  padding: 15px;
  background: #F5F5F5;
}
@media screen and (max-width: 1440px) {
  .p-relatedcase_title {
    margin-bottom: 40rem;
    font-size: 24rem;
    padding: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .p-relatedcase_title {
    margin-bottom: 25rem;
    margin-right: 20rem;
    font-size: 20rem;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 1440px) {
  .pagination {
    gap: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .pagination {
    gap: 15rem;
  }
}
.pagination .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 80px;
}
@media screen and (max-width: 1440px) {
  .pagination .wp-pagenavi {
    margin-top: 80rem;
    gap: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .pagination .wp-pagenavi {
    gap: 5rem;
    margin-top: 40rem;
  }
}
.pagination .wp-pagenavi .pages,
.pagination .wp-pagenavi .first,
.pagination .wp-pagenavi .last {
  display: none;
}
.pagination .wp-pagenavi span,
.pagination .wp-pagenavi a {
  font-family: "Urbanist", sans-serif;
  color: #EA401A;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #EA401A;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .pagination .wp-pagenavi span,
  .pagination .wp-pagenavi a {
    font-size: 16rem;
    width: 48rem;
    height: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .pagination .wp-pagenavi span,
  .pagination .wp-pagenavi a {
    width: 30rem;
    height: 30rem;
    font-size: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .pagination .wp-pagenavi span:hover,
  .pagination .wp-pagenavi a:hover {
    opacity: 1 !important;
    background-color: #EA401A;
    color: #fff;
    border: 1px solid #EA401A;
  }
}
.pagination .wp-pagenavi span.current,
.pagination .wp-pagenavi a.current {
  background-color: #EA401A;
  color: #fff;
  border: 1px solid #EA401A;
}
.pagination .wp-pagenavi span.previouspostslink,
.pagination .wp-pagenavi a.previouspostslink {
  background-image: url(../image/common/page-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  font-size: 0;
  transform: rotate(180deg);
}
.pagination .wp-pagenavi span.previouspostslink:hover,
.pagination .wp-pagenavi a.previouspostslink:hover {
  opacity: 1 !important;
  background-color: transparent;
  border: none;
}
.pagination .wp-pagenavi span.nextpostslink,
.pagination .wp-pagenavi a.nextpostslink {
  background-image: url(../image/common/page-arrow.png);
  border: none;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.pagination .wp-pagenavi span.nextpostslink:hover,
.pagination .wp-pagenavi a.nextpostslink:hover {
  opacity: 1 !important;
  background-color: transparent;
  border: none;
}/*# sourceMappingURL=style.css.map */