html,
body {
  margin: 0;
  padding: 0;
  background: #fff;
  line-height: 1.5;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
@media screen and (max-width: 1900px) {
  html,
  body {
    font-size: 0.0520833333vw;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 0.1333333333vw;
  }
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s ease-in-out;
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
  line-height: 1;
}

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

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

figure,
table {
  margin: auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.arc {
  font-family: "Archivo Narrow", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
}

.lato {
  font-family: "Lato", serif;
  font-weight: bold;
  font-style: normal;
}

.roboto {
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.zen_kaku {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 400;
  font-style: normal;
}

h2 {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1900px) {
  h2 {
    font-size: 60rem;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 64rem;
  }
}

p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 1900px) {
  p {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 24rem;
  }
}

.m_txt {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0;
}
@media screen and (max-width: 1900px) {
  .m_txt {
    font-size: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .m_txt {
    font-size: 24rem;
  }
}

.lg_txt {
  font-size: 24px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 1900px) {
  .lg_txt {
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .lg_txt {
    font-size: 30rem;
  }
}

.xl_txt {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 1900px) {
  .xl_txt {
    font-size: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .xl_txt {
    font-size: 44rem;
  }
}

.sec_ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 5;
  margin: auto;
  margin-top: 80px;
}
@media screen and (max-width: 1900px) {
  .sec_ttl {
    margin-top: 80rem;
  }
}
.sec_ttl::after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #F28A00;
  margin: auto;
  margin-top: 15px;
  display: block;
}
@media screen and (max-width: 1900px) {
  .sec_ttl::after {
    width: 100rem;
    margin-top: 15rem;
  }
}

.m_ttl {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1900px) {
  .m_ttl {
    font-size: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .m_ttl {
    font-size: 54rem;
    text-align: center;
  }
}

.sub_ttl {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1900px) {
  .sub_ttl {
    font-size: 36rem;
  }
}
@media screen and (max-width: 768px) {
  .sub_ttl {
    font-size: 40rem;
  }
}

.desc {
  margin: auto;
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 1900px) {
  .desc {
    margin-top: 50rem;
  }
}

main {
  max-width: 1920px;
  width: 100%;
  position: relative;
  padding-right: 120px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  main {
    max-width: 100%;
    padding-right: 120rem;
  }
}
@media screen and (max-width: 768px) {
  main {
    max-width: 100%;
    padding-right: 0;
  }
}

.container {
  position: relative;
  z-index: 10;
  width: 100%;
}

.o_bg {
  background: linear-gradient(to right, #f28a00, #ff5d1d);
}

section {
  position: relative;
  z-index: 5;
  padding: 100px 0;
}
@media screen and (max-width: 1900px) {
  section {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  section {
    padding: 80rem 40rem;
  }
}

header .sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 120px;
  height: 100%;
  z-index: 500;
  background: #2D2D2D;
  padding: 45px 35px;
}
@media screen and (max-width: 1900px) {
  header .sidebar {
    width: 120rem;
    padding: 45rem 35rem;
  }
}
@media screen and (max-width: 768px) {
  header .sidebar {
    bottom: unset;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30rem;
  }
}
header .sidebar .logo {
  display: none;
}
@media screen and (max-width: 768px) {
  header .sidebar .logo {
    display: block;
    width: 80rem;
    position: relative;
    z-index: 1000;
  }
}
header .sidebar .bar .hamburger {
  display: block;
  position: relative;
  z-index: 15;
  width: 55px;
  height: 55px;
  cursor: pointer;
}
@media screen and (max-width: 1900px) {
  header .sidebar .bar .hamburger {
    width: 55rem;
    height: 55rem;
  }
}
header .sidebar .bar .hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
header .sidebar .bar .hamburger span.bar1 {
  transform: translateY(-15px);
}
@media screen and (max-width: 1900px) {
  header .sidebar .bar .hamburger span.bar1 {
    transform: translateY(-15rem);
  }
}
header .sidebar .bar .hamburger span.bar3 {
  transform: translateY(15px);
}
@media screen and (max-width: 1900px) {
  header .sidebar .bar .hamburger span.bar3 {
    transform: translateY(15rem);
  }
}
header .sidebar .bar .hamburger.is_open .bar1 {
  transform: translateY(0) rotate(405deg);
}
header .sidebar .bar .hamburger.is_open .bar3 {
  transform: translateY(0) rotate(495deg);
}
header .sidebar .bar .hamburger.is_open .bar2 {
  display: none;
}
header .sidebar .bar .txt {
  font-size: 20px;
  color: white;
  font-weight: bold;
  margin-top: 56px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1900px) {
  header .sidebar .bar .txt {
    font-size: 20rem;
    margin-top: 56rem;
  }
}
@media screen and (max-width: 768px) {
  header .sidebar .bar .txt {
    display: none;
  }
}
header .sidebar .page-top {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  cursor: pointer;
}
@media screen and (max-width: 1900px) {
  header .sidebar .page-top {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  header .sidebar .page-top {
    display: none;
    position: fixed;
    top: unset;
    left: unset;
    bottom: 120rem;
    right: 0;
    background-color: #2D2D2D;
    padding: 20rem;
    flex-direction: row;
    transform: unset;
  }
  header .sidebar .page-top.show {
    display: flex;
  }
}
header .sidebar .page-top .lg_txt {
  writing-mode: vertical-lr;
  color: #fff;
  line-height: 1;
  letter-spacing: 9px;
}
@media screen and (max-width: 768px) {
  header .sidebar .page-top .lg_txt {
    writing-mode: unset;
    letter-spacing: 0;
  }
}
header .sidebar .img_links {
  position: fixed;
  z-index: 8;
  top: 0;
  left: 100%;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2D2D2D;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .sidebar .img_links.is_open {
  opacity: 1;
  left: 0;
}
@media screen and (max-width: 768px) {
  header .sidebar .img_links {
    padding: 200rem 100rem;
    align-items: flex-start;
  }
}
header .sidebar .img_links .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 1900px) {
  header .sidebar .img_links .wrap {
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  header .sidebar .img_links .wrap {
    gap: 50rem;
    overflow-y: auto;
    height: 100%;
  }
}
header .sidebar .img_links .wrap .item {
  width: 540px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 1900px) {
  header .sidebar .img_links .wrap .item {
    width: 540rem;
  }
}
@media screen and (max-width: 768px) {
  header .sidebar .img_links .wrap .item {
    width: 100%;
  }
}
header .sidebar .img_links .wrap .item:hover img {
  transform: scale(1.2);
}
header .sidebar .img_links .wrap .item:hover .menu-txt {
  background: linear-gradient(to right, #ff5d1d, #f28a00);
}
header .sidebar .img_links .wrap .item .menu-txt {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  color: white;
  width: 300px;
  background: linear-gradient(to right, #f28a00, #ff5d1d);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
}
@media screen and (max-width: 1900px) {
  header .sidebar .img_links .wrap .item .menu-txt {
    padding: 15rem;
    width: 300rem;
  }
}
header .line-div {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 555;
  background-color: #06C755;
  width: 410px;
  border-radius: 10px;
  padding: 25px;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
header .line-div.show {
  display: flex;
}
@media screen and (max-width: 1900px) {
  header .line-div {
    width: 410rem;
    border-radius: 10rem;
    padding: 25rem;
  }
}
header .line-div:hover {
  background-color: #F28A00;
}
header .line-div:hover svg#fv_line path:not(:first-child) {
  fill: #F28A00;
}
header .line-div svg#fv_line {
  width: 58px;
  height: 56px;
}
@media screen and (max-width: 1900px) {
  header .line-div svg#fv_line {
    width: 58rem;
    height: 56rem;
  }
}
header .line-div svg#fv_arw {
  width: 9px;
  height: 15px;
}
@media screen and (max-width: 1900px) {
  header .line-div svg#fv_arw {
    width: 9rem;
    height: 15rem;
  }
}
header .line-div p {
  color: #fff;
  letter-spacing: 0;
}
header .line-div p span {
  font-size: 24px;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 1900px) {
  header .line-div p span {
    font-size: 24rem;
  }
}
header .line-div p span:first-child {
  font-size: 21px;
}
@media screen and (max-width: 1900px) {
  header .line-div p span:first-child {
    font-size: 21rem;
  }
}

footer {
  background: url("../img/t_footer_bg.png") no-repeat center center;
  background-size: cover;
  background-position: center;
}
footer .container {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1900px) {
  footer .container {
    max-width: 1100rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container {
    max-width: 100%;
  }
}
footer .container .footer_main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding-top: 80px;
}
@media screen and (max-width: 1900px) {
  footer .container .footer_main {
    gap: 100rem;
    padding-top: 80rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .footer_main {
    grid-template-columns: 1fr;
    gap: 80rem;
    padding-top: 100rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .footer_main .column {
    padding: 40rem;
  }
}
footer .container .footer_main .column .row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  footer .container .footer_main .column .row:first-child {
    justify-content: space-between;
  }
}
footer .container .footer_main .column .row:last-child {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  footer .container .footer_main .column .row:last-child {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .footer_main .column .row:last-child {
    display: block;
  }
}
footer .container .footer_main .column .row .logo {
  width: 156px;
}
@media screen and (max-width: 1900px) {
  footer .container .footer_main .column .row .logo {
    width: 156rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .footer_main .column .row .logo {
    width: 200rem;
    margin: 0;
  }
}
footer .container .footer_main .column .row .info {
  margin-left: 40px;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  footer .container .footer_main .column .row .info {
    margin-left: 40rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .footer_main .column .row .info {
    margin: 0;
  }
}
footer .container .footer_main .column .row .g_map {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  footer .container .footer_main .column .row .g_map {
    width: 100%;
  }
}
footer .container .footer_main .column .row .g_map iframe {
  width: 460px;
  height: 200px;
}
@media screen and (max-width: 1900px) {
  footer .container .footer_main .column .row .g_map iframe {
    width: 460rem;
    height: 200rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .footer_main .column .row .g_map iframe {
    width: 100%;
    height: 450rem;
  }
}
footer .container .footer_main .column .row .g_map .link_to_map {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  margin-top: 15px;
}
@media screen and (max-width: 1900px) {
  footer .container .footer_main .column .row .g_map .link_to_map {
    gap: 10rem;
    margin-top: 15rem;
  }
}
footer .container .footer_main .column .row .g_map .link_to_map:hover {
  color: wheat;
  text-decoration: underline;
}
footer .container .footer_main .column .row .g_map .link_to_map svg {
  width: 9px;
  height: 17px;
}
@media screen and (max-width: 1900px) {
  footer .container .footer_main .column .row .g_map .link_to_map svg {
    width: 9rem;
    height: 17rem;
  }
}
footer .container .footer_main .column .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  gap: 30px;
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  footer .container .footer_main .column .social-link {
    gap: 30rem;
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .footer_main .column .social-link {
    margin-top: 0;
    gap: 50rem;
  }
}
footer .container .footer_main .column .social-link li a.icon {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  footer .container .footer_main .column .social-link li a.icon {
    width: 60rem;
  }
}
footer .container .footer_main .column .social-link li a.icon:hover img {
  transform: scale(0.9);
}
footer .container .footer_main .column .footer_links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  footer .container .footer_main .column .footer_links {
    gap: 50rem;
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  footer .container .footer_main .column .footer_links {
    margin-top: 80rem;
    width: 100%;
  }
}
footer .container .footer_main .column .footer_links .column_sub {
  width: 100%;
}
footer .container .footer_main .column .footer_links .column_sub li a {
  color: white;
  padding: 5px 0;
  position: relative;
}
@media screen and (max-width: 1900px) {
  footer .container .footer_main .column .footer_links .column_sub li a {
    padding: 5rem 0;
  }
}
footer .container .footer_main .column .footer_links .column_sub li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
footer .container .footer_main .column .footer_links .column_sub li a:hover {
  color: wheat;
}
footer .container .footer_main .column .footer_links .column_sub li a:hover::after {
  background-color: wheat;
  width: 100%;
}
footer .container .footer_below {
  margin-top: 40px;
  padding: 30px 0;
}
@media screen and (max-width: 1900px) {
  footer .container .footer_below {
    margin-top: 40rem;
    padding: 30rem 0;
  }
}
footer .container .footer_below .m_txt {
  margin: auto;
  color: #fff;
}

#t_fv {
  position: relative;
  z-index: 15;
  padding-bottom: 80px;
}
@media screen and (max-width: 1900px) {
  #t_fv {
    padding-bottom: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv {
    margin-top: 140rem;
  }
}
#t_fv::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 1200px;
  height: 1400px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  background: linear-gradient(to top, #f28a00, #ff5d1d);
}
@media screen and (max-width: 1900px) {
  #t_fv::before {
    width: 1200rem;
    height: 1400rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv::before {
    display: none;
  }
}
#t_fv .top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1900px) {
  #t_fv .top {
    padding: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .top {
    display: none;
  }
}
#t_fv .top .logo {
  width: 90px;
  margin-left: 140px;
}
@media screen and (max-width: 1900px) {
  #t_fv .top .logo {
    width: 90rem;
    margin-left: 140rem;
  }
}
#t_fv .top .top_nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 65px;
  margin-left: 80px;
}
@media screen and (max-width: 1900px) {
  #t_fv .top .top_nav {
    gap: 65rem;
    margin-left: 80rem;
  }
}
#t_fv .top .top_nav li a {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
@media screen and (max-width: 1900px) {
  #t_fv .top .top_nav li a {
    gap: 15rem;
  }
}
#t_fv .top .top_nav li a .icon {
  width: 55px;
}
@media screen and (max-width: 1900px) {
  #t_fv .top .top_nav li a .icon {
    width: 55rem;
  }
}
#t_fv .top .top_nav li a span {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1900px) {
  #t_fv .top .top_nav li a span {
    font-size: 21rem;
  }
}
#t_fv .top .top_nav li a span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  #t_fv .top .top_nav li a span::after {
    bottom: -10rem;
  }
}
#t_fv .top .top_nav li a:hover span::after {
  width: 100%;
}
#t_fv .top .social-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  bottom: 0;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  right: 100px;
  gap: 30px;
}
@media screen and (max-width: 1900px) {
  #t_fv .top .social-icon {
    right: 100rem;
    gap: 30rem;
  }
}
#t_fv .top .social-icon li a.icon {
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  #t_fv .top .social-icon li a.icon {
    width: 60rem;
  }
}
#t_fv .top .social-icon li a.icon:hover img {
  transform: scale(0.9);
}
#t_fv .fv_txt {
  position: relative;
  margin-top: 15px;
}
@media screen and (max-width: 1900px) {
  #t_fv .fv_txt {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .fv_txt {
    margin-top: 0;
  }
}
#t_fv .fv_txt .banner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 80px;
  margin-bottom: 65px;
}
@media screen and (max-width: 1900px) {
  #t_fv .fv_txt .banner {
    margin-left: 80rem;
    margin-bottom: 65rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .fv_txt .banner {
    right: 0;
    margin: auto;
    bottom: unset;
    top: 30rem;
  }
}
#t_fv .fv_txt .banner p.roboto {
  font-size: 140px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}
@media screen and (max-width: 1900px) {
  #t_fv .fv_txt .banner p.roboto {
    font-size: 140rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .fv_txt .banner p.roboto {
    font-size: 80rem;
    line-height: 1;
    display: flex;
    margin: auto;
    background: linear-gradient(to right, #f28a00, #ff5d1d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }
}
#t_fv .fv_txt .banner h1.jp_noto {
  line-height: 1;
}
#t_fv .fv_txt .banner h1.jp_noto span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #t_fv .fv_txt .banner h1.jp_noto span {
    display: inline-block;
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .fv_txt .banner h1.jp_noto {
    margin-top: 300rem;
  }
}
#t_fv .fv_txt .img {
  width: 1640px;
  margin: auto;
  margin-right: -120px;
}
@media screen and (max-width: 1900px) {
  #t_fv .fv_txt .img {
    width: 1640rem;
    margin-right: -120rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .fv_txt .img {
    width: 100%;
    margin-right: 0;
  }
}
#t_fv .below-div {
  width: 1428px;
  background: linear-gradient(to right, #f28a00, #ff5d1d);
  margin: auto;
  margin-top: 50px;
  margin-right: 0;
  padding: 55px;
  padding-bottom: 130px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1900px) {
  #t_fv .below-div {
    width: 1428rem;
    margin-top: 50rem;
    padding: 55rem;
    padding-bottom: 130rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .below-div {
    width: 100%;
    padding: 80rem 40rem;
    justify-content: space-between;
    -webkit-clip-path: polygon(0% 0%, 50% 15%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
            clip-path: polygon(0% 0%, 50% 15%, 100% 0%, 100% 85%, 50% 100%, 0% 85%);
    margin-top: -65rem;
  }
}
#t_fv .below-div h3 span {
  font-size: 77px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 1900px) {
  #t_fv .below-div h3 span {
    font-size: 77rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .below-div h3 span {
    font-size: 54rem;
  }
}
#t_fv .below-div h3 span.sm {
  font-size: 34px;
}
@media screen and (max-width: 1900px) {
  #t_fv .below-div h3 span.sm {
    font-size: 34rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .below-div h3 span.sm {
    font-size: 28rem;
    margin-bottom: 21rem;
    display: block;
  }
}
#t_fv .below-div .circle_txt {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 130px;
}
@media screen and (max-width: 1900px) {
  #t_fv .below-div .circle_txt {
    margin-left: 130rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .below-div .circle_txt {
    margin-left: 0;
  }
}
#t_fv .below-div .circle_txt .rotate {
  width: 162px;
  height: 162px;
  animation: rotate 5s linear infinite;
}
@media screen and (max-width: 1900px) {
  #t_fv .below-div .circle_txt .rotate {
    width: 162rem;
    height: 162rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .below-div .circle_txt .rotate {
    width: 150rem;
    height: 150rem;
  }
}
#t_fv .below-div .circle_txt .rotate svg {
  width: 100%;
  height: 100%;
}
#t_fv .below-div .circle_txt .m_txt {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  color: white;
}
#t_fv .below-div .circle_txt .m_txt svg {
  width: 20px;
  height: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 1900px) {
  #t_fv .below-div .circle_txt .m_txt svg {
    width: 20rem;
    height: 10rem;
    margin-top: 10rem;
  }
}
#t_fv .video-div {
  width: 1230px;
  height: 690px;
  margin: auto;
  margin-top: -100px;
  position: relative;
  z-index: 15;
}
@media screen and (max-width: 1900px) {
  #t_fv .video-div {
    width: 1230rem;
    height: 690rem;
    margin-top: -100rem;
  }
}
@media screen and (max-width: 768px) {
  #t_fv .video-div {
    margin-top: -65rem;
    width: 100%;
    height: 450rem;
  }
}
#t_fv .video-div iframe {
  width: 100%;
  height: 100%;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
#cta .container {
  width: 1620px;
  margin: auto;
  background-color: #F28A00;
  color: #fff;
  padding: 77px;
}
@media screen and (max-width: 1900px) {
  #cta .container {
    width: 1620rem;
    padding: 77rem;
  }
}
@media screen and (max-width: 768px) {
  #cta .container {
    width: 100%;
    padding: 40rem;
    padding-top: 175rem;
  }
}
#cta .container .arc {
  font-size: 180px;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  top: -30px;
  left: 0;
  opacity: 0.2;
}
@media screen and (max-width: 1900px) {
  #cta .container .arc {
    font-size: 180rem;
    top: -30rem;
  }
}
@media screen and (max-width: 768px) {
  #cta .container .arc {
    font-size: 150rem;
  }
}
#cta .container h3 {
  font-size: 52px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1900px) {
  #cta .container h3 {
    font-size: 52rem;
  }
}
@media screen and (max-width: 768px) {
  #cta .container h3 {
    font-size: 58rem;
  }
}
#cta .container p.tel {
  display: flex;
  align-items: center;
  gap: 20px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 40px;
  padding: 15px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1900px) {
  #cta .container p.tel {
    margin-top: 40rem;
    padding: 15rem 0;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #cta .container p.tel {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 70rem;
    padding: 25rem 0;
  }
}
@media screen and (max-width: 768px) {
  #cta .container p.tel .u_txt {
    display: block;
    width: 100%;
    text-align: center;
  }
}
#cta .container p.tel .lato {
  font-size: 65px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
#cta .container p.tel .lato:hover {
  color: wheat;
}
@media screen and (max-width: 1900px) {
  #cta .container p.tel .lato {
    font-size: 65rem;
  }
}
#cta .container p.tel svg {
  width: 59px;
  height: 58px;
}
@media screen and (max-width: 1900px) {
  #cta .container p.tel svg {
    width: 59rem;
    height: 58rem;
  }
}
#cta .container .btn-div {
  margin: auto;
  margin-top: 50px;
  max-width: 1100px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
@media screen and (max-width: 1900px) {
  #cta .container .btn-div {
    margin-top: 50rem;
    max-width: 1100rem;
    gap: 100rem;
  }
}
@media screen and (max-width: 768px) {
  #cta .container .btn-div {
    margin-top: 80rem;
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 30rem;
  }
}
#cta .container .btn-div .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 0;
}
@media screen and (max-width: 1900px) {
  #cta .container .btn-div .btn {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #cta .container .btn-div .btn {
    width: 100%;
  }
}
#cta .container .btn-div .btn:hover svg.icon_mail path {
  fill: #fff;
}
#cta .container .btn-div .btn:hover svg.icon_line path[fill=white] {
  fill: #06C755;
}
#cta .container .btn-div .btn:hover svg.icon_line path[fill="#06C755"] {
  fill: #fff;
}
#cta .container .btn-div .btn svg.arw {
  top: 0;
  bottom: 0;
  margin: auto;
}
#cta .container .btn-div .btn svg.icon_line {
  position: relative;
  top: 0;
  bottom: 0;
  width: 61px;
  height: 61px;
}
@media screen and (max-width: 1900px) {
  #cta .container .btn-div .btn svg.icon_line {
    width: 61rem;
    height: 61rem;
  }
}
#cta .container .btn-div .btn svg.icon_mail {
  position: relative;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 40px;
}
@media screen and (max-width: 1900px) {
  #cta .container .btn-div .btn svg.icon_mail {
    width: 60rem;
    height: 40rem;
  }
}

.btn {
  width: 500px;
  background-color: #F28A00;
  border: 1px solid #F28A00;
  color: #fff;
  padding: 27px 46px;
  position: relative;
  margin-top: 90px;
}
@media screen and (max-width: 1900px) {
  .btn {
    width: 500rem;
    padding: 27rem 46rem;
    margin-top: 90rem;
  }
}
.btn svg {
  width: 57px;
  height: 15px;
  position: absolute;
  z-index: 1;
  bottom: 15px;
  right: 15px;
}
@media screen and (max-width: 1900px) {
  .btn svg {
    width: 57rem;
    height: 15rem;
    bottom: 15rem;
    right: 15rem;
  }
}
.btn span {
  line-height: 1;
}
.btn:hover {
  background-color: #fff;
  color: #F28A00;
}
.btn:hover svg path {
  stroke: #F28A00;
}
.btn.white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #F28A00;
}
.btn.white:hover {
  background-color: #F28A00;
  color: #fff;
}
.btn.white:hover svg path {
  stroke: #fff;
}
.btn.red {
  -webkit-clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%);
  background-color: #D64B36;
  border: none;
}
.btn.red:hover {
  background-color: #fff;
  color: #D64B36;
}
.btn.red:hover svg path {
  stroke: #D64B36;
}

#t_about .contain {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  #t_about .contain {
    flex-direction: column;
    gap: 70rem;
  }
}
#t_about .contain .img {
  width: 450px;
  margin-left: 60px;
}
@media screen and (max-width: 1900px) {
  #t_about .contain .img {
    width: 450rem;
    margin-left: 60rem;
  }
}
@media screen and (max-width: 768px) {
  #t_about .contain .img {
    width: 100%;
    margin: 0;
  }
}
#t_about .contain .map {
  width: 665px;
  position: absolute;
  top: -210px;
  right: 0;
}
@media screen and (max-width: 1900px) {
  #t_about .contain .map {
    width: 665rem;
    top: -210rem;
  }
}
@media screen and (max-width: 768px) {
  #t_about .contain .map {
    width: 50%;
    right: 0;
    top: unset;
    bottom: 27%;
  }
}
#t_about .contain .content {
  margin-left: 90px;
}
@media screen and (max-width: 1900px) {
  #t_about .contain .content {
    margin-left: 90rem;
  }
}
@media screen and (max-width: 768px) {
  #t_about .contain .content {
    margin-left: 0;
  }
}
#t_about .contain .content .t_ttl {
  line-height: 1;
}
#t_about .contain .content .t_ttl .roboto {
  display: block;
  font-size: 140px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 10px;
}
@media screen and (max-width: 1900px) {
  #t_about .contain .content .t_ttl .roboto {
    font-size: 140rem;
  }
}
@media screen and (max-width: 768px) {
  #t_about .contain .content .t_ttl .roboto {
    font-size: 100rem;
  }
}
#t_about .contain .content .m_ttl {
  margin-top: 35px;
}
@media screen and (max-width: 1900px) {
  #t_about .contain .content .m_ttl {
    margin-top: 35rem;
  }
}
#t_about .contain .content .m_txt {
  margin-top: 70px;
}
@media screen and (max-width: 1900px) {
  #t_about .contain .content .m_txt {
    margin-top: 70rem;
  }
}

.contain {
  max-width: 1740px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 1900px) {
  .contain {
    max-width: 1740rem;
  }
}

#t_service {
  padding-bottom: 300px;
}
@media screen and (max-width: 1900px) {
  #t_service {
    padding-bottom: 300rem;
  }
}
#t_service .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F28A00;
  padding: 65px 90px;
  padding-bottom: 0;
  color: #fff;
}
@media screen and (max-width: 1900px) {
  #t_service .back {
    padding: 65rem 90rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #t_service .back {
    padding: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #t_service .back .jp_noto {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#t_service .back .roboto {
  font-size: 122px;
  font-weight: bold;
  line-height: 1;
  margin-top: 337px;
  margin-bottom: -20px;
  letter-spacing: 26px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
@media screen and (max-width: 1900px) {
  #t_service .back .roboto {
    font-size: 122rem;
    margin-top: 337rem;
    margin-bottom: -20rem;
  }
}
@media screen and (max-width: 768px) {
  #t_service .back .roboto {
    margin: 0;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 90rem;
    margin-top: 630rem;
  }
}
#t_service .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#t_service .inner .btn-div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  z-index: 150;
  top: 300px;
  right: 115px;
}
@media screen and (max-width: 1900px) {
  #t_service .inner .btn-div {
    gap: 40rem;
    top: 300rem;
    right: 115rem;
  }
}
@media screen and (max-width: 768px) {
  #t_service .inner .btn-div {
    top: -105rem;
    right: 0rem;
  }
}
#t_service .inner .btn-div .button-prev,
#t_service .inner .btn-div .button-next {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  border: 1px solid #fff;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: 0;
  padding: 0;
  transform: none;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#t_service .inner .btn-div .button-prev::before,
#t_service .inner .btn-div .button-next::before {
  content: none;
}
@media screen and (max-width: 1900px) {
  #t_service .inner .btn-div .button-prev,
  #t_service .inner .btn-div .button-next {
    width: 80rem;
    height: 80rem;
  }
}
#t_service .inner .btn-div .button-prev svg,
#t_service .inner .btn-div .button-next svg {
  width: 10px;
  height: 19px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  #t_service .inner .btn-div .button-prev svg,
  #t_service .inner .btn-div .button-next svg {
    width: 10rem;
    height: 19rem;
  }
}
#t_service .inner .btn-div .button-prev:hover,
#t_service .inner .btn-div .button-next:hover {
  background-color: #fff;
}
#t_service .inner .btn-div .button-prev:hover svg path,
#t_service .inner .btn-div .button-next:hover svg path {
  stroke: #F28A00;
}

.slider-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .slider-wrapper {
    margin-top: 60rem;
  }
}
.slider-wrapper .wrapper {
  width: 125%;
  transform: rotate(-20deg) translate(-5%, -35%);
}
@media screen and (max-width: 768px) {
  .slider-wrapper .wrapper {
    transform: none;
    width: 100%;
  }
}
.slider-wrapper .wrapper .slick-slide {
  transform: rotate(20deg);
  margin: 0 20px;
  overflow: hidden;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 1900px) {
  .slider-wrapper .wrapper .slick-slide {
    margin: 0 20rem;
  }
}
@media screen and (max-width: 768px) {
  .slider-wrapper .wrapper .slick-slide {
    transform: none;
  }
}
.slider-wrapper .wrapper .slick-list {
  padding: 50px;
}
@media screen and (max-width: 1900px) {
  .slider-wrapper .wrapper .slick-list {
    padding: 50rem;
  }
}
.slider-wrapper .wrapper .slick-arrow {
  display: none !important;
}

.h_slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 50;
}
.h_slider .wrapper {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
@media screen and (max-width: 1900px) {
  .h_slider .wrapper {
    gap: 100rem;
  }
}
.h_slider .wrapper p {
  font-size: 140px;
  font-weight: bold;
  line-height: 1;
  text-wrap-mode: nowrap;
  color: #F28A00;
  animation: h_slide 10s linear infinite;
  letter-spacing: 10px;
}
@media screen and (max-width: 1900px) {
  .h_slider .wrapper p {
    font-size: 140rem;
  }
}

@keyframes h_slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-106%);
  }
}
#t_recruit {
  padding-top: 200px;
  padding-bottom: 0;
  background-color: #FFFAE3;
  margin-top: -70px;
  position: relative;
}
@media screen and (max-width: 1900px) {
  #t_recruit {
    padding-top: 200rem;
    margin-top: -70rem;
  }
}
@media screen and (max-width: 768px) {
  #t_recruit {
    padding: 0;
    padding-top: 150rem;
  }
}
#t_recruit::before {
  content: "";
  width: 1200px;
  height: 1400px;
  position: absolute;
  right: 0;
  top: 380px;
  margin-right: -120px;
  z-index: -1;
  background: linear-gradient(to right, #f28a00, #ff5d1d);
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
}
@media screen and (max-width: 1900px) {
  #t_recruit::before {
    width: 1200rem;
    height: 1400rem;
    top: 380rem;
    margin-right: -120rem;
  }
}
@media screen and (max-width: 768px) {
  #t_recruit::before {
    width: 100%;
    height: 500rem;
    top: 1600rem;
    margin-right: 0;
  }
}
#t_recruit .ttl-div {
  position: relative;
}
#t_recruit .ttl-div .bg {
  width: 1680px;
}
@media screen and (max-width: 1900px) {
  #t_recruit .ttl-div .bg {
    width: 1680rem;
  }
}
@media screen and (max-width: 768px) {
  #t_recruit .ttl-div .bg {
    width: 100%;
  }
}
#t_recruit .ttl-div .v_ttl {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  top: -70px;
  left: 315px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  #t_recruit .ttl-div .v_ttl {
    top: -70rem;
    left: 315rem;
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #t_recruit .ttl-div .v_ttl {
    left: 50rem;
    top: -45rem;
  }
}
#t_recruit .ttl-div .v_ttl span {
  writing-mode: vertical-lr;
  display: block;
  position: relative;
  top: 150px;
  left: -120px;
  background-color: #fff;
  padding: 30px;
  letter-spacing: 6px;
}
@media screen and (max-width: 1900px) {
  #t_recruit .ttl-div .v_ttl span {
    top: 120rem;
    left: -120rem;
    padding: 30rem;
  }
}
@media screen and (max-width: 768px) {
  #t_recruit .ttl-div .v_ttl span {
    padding: 15rem;
    font-size: 32rem;
    top: 90rem;
    left: -30rem;
  }
}
#t_recruit .ttl-div h2 {
  position: absolute;
  font-size: 152px;
  color: #fff;
  bottom: 10px;
  right: 100px;
  letter-spacing: 20px;
}
@media screen and (max-width: 1900px) {
  #t_recruit .ttl-div h2 {
    font-size: 152rem;
    bottom: 10rem;
    right: 100rem;
  }
}
@media screen and (max-width: 768px) {
  #t_recruit .ttl-div h2 {
    font-size: 64rem;
    right: unset;
    left: 100rem;
    letter-spacing: 10px;
  }
}
#t_recruit .main-div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 70px 90px;
}
@media screen and (max-width: 1900px) {
  #t_recruit .main-div {
    padding: 70rem 90rem;
  }
}
@media screen and (max-width: 768px) {
  #t_recruit .main-div {
    padding: 80rem 40rem;
    flex-direction: column;
  }
}
#t_recruit .main-div .txt-div .lg_txt {
  margin-top: 50px;
}
@media screen and (max-width: 1900px) {
  #t_recruit .main-div .txt-div .lg_txt {
    margin-top: 50rem;
  }
}
#t_recruit .main-div .v_slider {
  width: 800px;
  height: 620px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  #t_recruit .main-div .v_slider {
    width: 800rem;
    height: 620rem;
  }
}
@media screen and (max-width: 768px) {
  #t_recruit .main-div .v_slider {
    width: 100%;
    height: 450rem;
    margin-top: 70rem;
  }
}
#t_recruit .main-div .v_slider .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 1900px) {
  #t_recruit .main-div .v_slider .wrapper {
    gap: 20rem;
  }
}
#t_recruit .main-div .v_slider .wrapper .column .wrap {
  animation: slide-up 5s linear -5s infinite;
}
#t_recruit .main-div .v_slider .wrapper .column:nth-child(2) .wrap {
  animation: slide-down 5s linear -5s infinite;
}
#t_recruit .main-div .v_slider .wrapper .column img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1900px) {
  #t_recruit .main-div .v_slider .wrapper .column img {
    margin-bottom: 20rem;
  }
}
#t_recruit .img-text {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  #t_recruit .img-text {
    grid-template-columns: 1fr;
  }
}
#t_recruit .img-text .item {
  position: relative;
}
#t_recruit .img-text .item:nth-child(even) {
  transform: translateY(15%);
}
@media screen and (max-width: 768px) {
  #t_recruit .img-text .item:nth-child(even) {
    transform: unset;
  }
}
@media screen and (max-width: 768px) {
  #t_recruit .img-text .item .bg {
    width: 100%;
    height: 400rem;
  }
  #t_recruit .img-text .item .bg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#t_recruit .img-text .item .text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 32px 55px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1900px) {
  #t_recruit .img-text .item .text {
    padding: 32rem 55rem;
  }
}
@media screen and (max-width: 768px) {
  #t_recruit .img-text .item .text {
    padding: 25rem;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #t_recruit .img-text .item .text .m_txt {
    margin-top: 20rem;
  }
}
#t_recruit .img-text .item.link {
  padding: 32px 55px;
}
@media screen and (max-width: 1900px) {
  #t_recruit .img-text .item.link {
    padding: 32rem 55rem;
  }
}
#t_recruit .img-text .item.link a {
  width: 100%;
  height: 100%;
}
#t_recruit .img-text .item.link a h2 {
  width: -moz-fit-content;
  width: fit-content;
}
#t_recruit .img-text .item.link a h2 span {
  display: block;
  color: #fff;
}
#t_recruit .img-text .item.link a svg {
  border-radius: 999px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  border: 1px solid #fff;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  #t_recruit .img-text .item.link a svg {
    bottom: 30rem;
    right: 30rem;
    width: 80rem;
    height: 80rem;
  }
}
#t_recruit .img-text .item.link a:hover svg {
  background-color: #fff;
}
#t_recruit .img-text .item.link a:hover svg path {
  stroke: #F28A00;
}

@keyframes slide-down {
  0% {
    transform: translateY(-102%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-102%);
  }
}
#t_company {
  padding-top: 330px;
}
@media screen and (max-width: 1900px) {
  #t_company {
    padding-top: 330rem;
  }
}
@media screen and (max-width: 768px) {
  #t_company {
    padding-top: 80rem;
  }
}
#t_company .container a .roboto {
  font-size: 200px;
  font-weight: bold;
  background: linear-gradient(to right, #f28a00, #ff5d1d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  position: absolute;
  z-index: 50;
  line-height: 1;
  top: 0;
  left: 100px;
  letter-spacing: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1900px) {
  #t_company .container a .roboto {
    left: 100rem;
  }
}
@media screen and (max-width: 768px) {
  #t_company .container a .roboto {
    font-size: 100rem;
    letter-spacing: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#t_company .container a .bg {
  margin: auto;
  width: 1440px;
  margin-right: 0;
  overflow: hidden;
}
@media screen and (max-width: 1900px) {
  #t_company .container a .bg {
    width: 1440rem;
  }
}
@media screen and (max-width: 768px) {
  #t_company .container a .bg {
    width: 100%;
  }
}
#t_company .container a .ttl_div {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  z-index: 50;
  bottom: 30px;
  right: 30px;
  gap: 45px;
}
@media screen and (max-width: 1900px) {
  #t_company .container a .ttl_div {
    bottom: 30rem;
    right: 30rem;
    gap: 45rem;
  }
}
@media screen and (max-width: 768px) {
  #t_company .container a .ttl_div {
    width: 100%;
    right: 0;
    left: 0;
    justify-content: space-between;
    padding: 0 30rem;
  }
}
#t_company .container a .ttl_div h2 {
  color: #fff;
}
#t_company .container a .ttl_div h2 span {
  display: block;
}
@media screen and (max-width: 768px) {
  #t_company .container a .ttl_div h2 {
    line-height: 1;
  }
}
#t_company .container a .ttl_div svg {
  width: 80px;
  height: 80px;
  border-radius: 999px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1900px) {
  #t_company .container a .ttl_div svg {
    width: 80rem;
    height: 80rem;
  }
}
#t_company .container a:hover .bg img {
  transform: scale(1.2);
}
#t_company .container a:hover svg {
  background-color: #fff;
}
#t_company .container a:hover svg path {
  stroke: #F28A00;
}

#t_blog .container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1900px) {
  #t_blog .container {
    max-width: 1100rem;
  }
}
@media screen and (max-width: 768px) {
  #t_blog .container {
    max-width: 100%;
  }
}
#t_blog .container .ttl-div {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  transform: translateX(-80%);
}
@media screen and (max-width: 768px) {
  #t_blog .container .ttl-div {
    transform: unset;
  }
}
#t_blog .container .ttl-div .jp_noto {
  font-size: 80px;
  font-weight: bold;
  line-height: 1.5;
  writing-mode: vertical-lr;
}
@media screen and (max-width: 1900px) {
  #t_blog .container .ttl-div .jp_noto {
    font-size: 80rem;
  }
}
@media screen and (max-width: 768px) {
  #t_blog .container .ttl-div .jp_noto {
    font-size: 70rem;
  }
}
#t_blog .container .ttl-div .lato {
  color: #F28A00;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  writing-mode: vertical-lr;
  letter-spacing: 5px;
}
@media screen and (max-width: 1900px) {
  #t_blog .container .ttl-div .lato {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  #t_blog .container .ttl-div .lato {
    font-size: 44rem;
  }
}
#t_blog .container .blog-main {
  width: -webkit-fill-available;
}
@media screen and (max-width: 768px) {
  #t_blog .container .blog-main {
    margin-left: 40rem;
  }
}
#t_blog .container .blog-main .blog_list .item {
  padding: 45px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #B3B3B3;
}
#t_blog .container .blog-main .blog_list .item:first-child {
  border-top: 1px solid #B3B3B3;
}
@media screen and (max-width: 1900px) {
  #t_blog .container .blog-main .blog_list .item {
    padding: 45rem;
  }
}
@media screen and (max-width: 768px) {
  #t_blog .container .blog-main .blog_list .item {
    padding: 30rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
#t_blog .container .blog-main .blog_list .item .item_ttl {
  margin-left: 70px;
}
@media screen and (max-width: 1900px) {
  #t_blog .container .blog-main .blog_list .item .item_ttl {
    margin-left: 70rem;
  }
}
@media screen and (max-width: 768px) {
  #t_blog .container .blog-main .blog_list .item .item_ttl {
    margin-left: 0;
  }
}
#t_blog .container .blog-main .blog_list .item:hover {
  background-color: #f6f6f6;
  color: #F28A00;
}
#t_blog .container .blog-main .link {
  margin: auto;
  margin-right: 0;
  margin-top: 50px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1900px) {
  #t_blog .container .blog-main .link {
    margin-top: 50rem;
  }
}
#t_blog .container .blog-main .link svg {
  width: 81px;
  height: 81px;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 999px;
}
@media screen and (max-width: 1900px) {
  #t_blog .container .blog-main .link svg {
    width: 81rem;
    height: 81rem;
    margin-left: 20rem;
  }
}
#t_blog .container .blog-main .link svg * {
  transition: all 0.3s ease-in-out;
}
#t_blog .container .blog-main .link:hover span {
  color: #F28A00;
}
#t_blog .container .blog-main .link:hover svg {
  background-color: #F28A00;
}
#t_blog .container .blog-main .link:hover svg path {
  stroke: #fff;
}/*# sourceMappingURL=top.css.map */