@charset "UTF-8";

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

img {
  max-width: 100%;
}

.sp-only {
  display: none;
}

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

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

/* Header
------------------------------------------------------------*/

/* Main menu
------------------------------------------------------------*/

.c-header__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 82.61px;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  z-index: 9999999;
}

main {
  padding-top: 82.61px !important;
}

@media only screen and (max-width: 767px) {
  .c-header__list {
    height: 67.61px;
  }
  main {
    padding-top: 67.61px !important;
  }
}

@media only screen and (max-width: 516px) {
  .c-header__list {
    position: unset;
  }
  .c-header {
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    width: 100%;
    z-index: 9999999;
  }
}

.c-header__logo {
  max-width: 367.33px;
  padding-left: 26px;
  display: block;
}

@media only screen and (max-width: 1124px) {
  .c-header__logo {
    max-width: 305.33px;
  }
}

@media only screen and (max-width: 516px) {
  .c-header__logo {
    max-width: 250.33px;
    padding-left: 10px;
  }
}

.c-header__menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 62%;
  height: 100%;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1124px) {
  .c-header__menu {
    width: 66%;
  }
}

@media only screen and (max-width: 1024px) {
  .c-header__menu {
    display: none;
  }
}

.c-header__menu ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 1.6rem;
  width: 79%;
  letter-spacing: 1px;
}

.c-header__button {
  width: 48.39px;
  position: fixed;
  top: 100px;
  right: 34px;
  z-index: 1000;
}

@media only screen and (max-width: 1024px) {
  .c-header__button {
    right: 20px;
  }
}

@media only screen and (max-width: 516px) {
  .c-header__button {
    width: 40.39px;
    top: 77px;
    right: 10px;
  }
}

.c-header__contact {
  background-color: #e60013;
  color: white;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.3rem;
  width: 100.38px;
  height: 100%;
}

.c-header__recruit {
  z-index: 1000;
  position: fixed;
  width: 156.72px;
  top: 60%;
  right: 7.1%;
}

.c-header__recruit img {
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-header__recruit img:nth-child(2) {
  display: none;
}

.c-header__recruit:hover img:nth-child(1) {
  display: none;
}

.c-header__recruit:hover img:nth-child(2) {
  display: block;
}

@media only screen and (max-width: 1124px) {
  .c-header__recruit {
    right: 20px;
  }
}

.c-header__menu .active a span:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.c-header__menu li a > span::after {
  z-index: 999;
  content: "";
  position: absolute;
  top: 49px;
  left: 0;
  width: 100%;
  height: 4.48px;
  background: #e60013;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-header__menu li a > span {
  position: relative;
  font-weight: bold;
}

.c-header__menu li:hover a > span:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.c-header__menu li .c-menu a > span::after {
  display: none;
}

.c-menu__link.active::after {
  background-color: #e60013;
  position: absolute;
  content: "";
  height: 31.41px;
  width: 205px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -10px;
  z-index: 1;
}

.c-menu__intro:hover .c-menu.intro {
  display: block;
}

.c-menu__faci:hover .c-menu.faci {
  display: block;
  height: 104.46px;
}

.c-menu {
  position: absolute;
  background: white;
  width: 195.23px;
  z-index: 2;
  margin-top: 30px;
  display: none;
  font-size: 1.6rem;
  margin-left: -7px;
  font-weight: bold;
}

.c-menu__link {
  cursor: pointer;
  display: block;
  padding: 14px 27px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-menu__link:hover {
  background-color: #e60013;
  color: white;
}

.c-menu__link span {
  position: relative;
  z-index: 2;
}

.c-menu__link:hover span,
.c-menu__link:hover a {
  opacity: 1;
}

.c-menu:before {
  position: absolute;
  content: "";
  height: 33px;
  width: 197px;
  top: -33px;
  left: 0;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/

.c-footer {
  background-color: #f7f7f7;
  padding-top: 58px;
}

.c-footer__logo {
  max-width: 267.55px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .c-footer__logo {
    max-width: 230.55px;
  }
}

@media only screen and (max-width: 516px) {
  .c-footer__logo {
    max-width: 200.55px;
  }
}

.c-footer__red {
  background-color: #e50013;
  display: -webkit-box;
  display: flex;
  padding: 0 20px;
  height: 87.23px;
  -webkit-box-align: center;
  align-items: center;
  color: white;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 44px;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 516px) {
  .c-footer__red {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0 20px 10px;
  }
  .c-footer__red a {
    margin: 10px 0 -10px;
  }
}

@media only screen and (max-width: 516px) {
  .c-footer__copy {
    width: 100%;
    text-align: center;
  }
}

/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/

/* Breadcrumb
------------------------------------------------------------*/

/* layout
------------------------------------------------------------*/

body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.5;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

/*------------------------------------------------------------
btn
------------------------------------------------------------*/

/*
------------------------------------------------------------*/

/*------------------------------------------------------------
title
------------------------------------------------------------*/

/*
------------------------------------------------------------*/

/*------------------------------------------------------------
icon
------------------------------------------------------------*/

/*
------------------------------------------------------------*/

/*------------------------------------------------------------
form
------------------------------------------------------------*/

/*
------------------------------------------------------------*/

/*------------------------------------------------------------
text
------------------------------------------------------------*/

/*
------------------------------------------------------------*/

/*------------------------------------------------------------
navi
------------------------------------------------------------*/

/*
------------------------------------------------------------*/

/*------------------------------------------------------------
img
------------------------------------------------------------*/

/*
------------------------------------------------------------*/

/*------------------------------------------------------------
list
------------------------------------------------------------*/

/*
------------------------------------------------------------*/

/*------------------------------------------------------------
table
------------------------------------------------------------*/

/*
------------------------------------------------------------*/

/*------------------------------------------------------------
line
------------------------------------------------------------*/

/*
------------------------------------------------------------*/

/*------------------------------------------------------------
video
------------------------------------------------------------*/

/*
------------------------------------------------------------*/

/*------------------------------------------------------------
video
------------------------------------------------------------*/

/*
------------------------------------------------------------*/

/*------------------------------------------------------------
other
------------------------------------------------------------*/

/*
------------------------------------------------------------*/

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

.p-top1__extra {
  position: relative;
}

.p-top1__white {
  position: absolute;
  top: 49%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12.5%;
  color: white;
  letter-spacing: 5px;
  font-family: "kozuka-mincho-pro", serif;
  font-weight: 500;
  font-style: normal;
  z-index: 2;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 1);
}

@media only screen and (max-width: 1024px) {
  .p-top1__white {
    left: 30px;
  }
}

@media only screen and (max-width: 516px) {
  .p-top1__white {
    left: 20px;
  }
}

.p-top1__white h1 {
  font-size: 5.314rem;
  font-weight: 500;
  line-height: 1.3;
}

@media only screen and (max-width: 1024px) {
  .p-top1__white h1 {
    font-size: 3.314rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-top1__white h1 {
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 516px) {
  .p-top1__white h1 {
    font-size: 6vw;
  }
}

.p-top1__white p {
  font-size: 2.396rem;
  margin-top: 23px;
  letter-spacing: 2.5px;
}

@media only screen and (max-width: 1024px) {
  .p-top1__white p {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-top1__white p {
    font-size: 1.8rem;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 516px) {
  .p-top1__white p {
    font-size: 3.8vw;
    margin-top: 10px;
  }
}

.p-top1__list {
  max-width: 1104.16px;
  margin: 98px auto 150px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  letter-spacing: 2.5px;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .p-top1__list {
    grid-template-columns: repeat(2, 1fr);
    margin: 80px auto 150px;
  }
}

@media only screen and (max-width: 516px) {
  .p-top1__list {
    margin: 80px auto 120px;
  }
}

.p-top1__item {
  position: relative;
}

.p-top1__item:first-child {
  grid-row: span 2;
}

@media only screen and (max-width: 516px) {
  .p-top1__item:nth-child(2) .p-top1__red img {
    position: unset;
    -webkit-transform: unset;
    transform: unset;
    margin-top: 3px;
    margin-left: 3px;
  }
}

.p-top1__abs {
  position: relative;
  display: inline-block;
}

.p-top1__red {
  height: 78.29px;
  width: 100%;
  color: white;
  background-color: #e60013;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 2.4rem;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-top1__red img {
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-top1__item:hover .p-top1__red {
  background-color: white;
  color: #e60013;
  border: 1px solid;
}

.p-top1__item:hover .p-top1__red img:nth-child(3) {
  display: block;
}

.p-top1__red img:nth-child(3) {
  display: none;
}

.p-top1__item:hover .p-top1__red img:nth-child(2) {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .p-top1__red {
    height: 53.29px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-top1__red {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 516px) {
  .p-top1__red {
    letter-spacing: 0;
    font-size: 1.4rem;
    height: 33px;
  }
}

.p-top1__red img {
  width: 18.26px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -30px;
}

@media only screen and (max-width: 516px) {
  .p-top1__red img {
    width: 15.26px;
    right: -20px;
  }
}

.p-top2 {
  background-color: #f7f8f8;
  padding: 84px 20px;
}

.p-top2__abs {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.p-top2__line {
  position: absolute;
  max-width: 144.91px;
  top: -176px;
  right: 22px;
  width: 100%;
}

@media only screen and (max-width: 1124px) {
  .p-top2__line {
    top: -229px;
    scale: 0.9;
  }
}

@media only screen and (max-width: 1024px) {
  .p-top2__line {
    scale: 0.8;
    top: -228px;
  }
}

@media only screen and (max-width: 767px) {
  .p-top2__line {
    top: -196px;
    scale: 0.65;
  }
}

@media only screen and (max-width: 516px) {
  .p-top2__line {
    right: 0;
    top: -207px;
  }
}

.p-top2__line:nth-child(3) {
  top: unset;
  right: unset;
  left: 47px;
  bottom: -162px;
  -webkit-transform: rotate(181deg);
  transform: rotate(181deg);
}

@media only screen and (max-width: 767px) {
  .p-top2__line:nth-child(3) {
    left: 0;
    bottom: -212px;
  }
}

.p-top2__list {
  max-width: 987.96px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .p-top2__list {
    flex-wrap: wrap;
  }
}

.p-top2__left {
  width: 49.5%;
}

@media only screen and (max-width: 767px) {
  .p-top2__left {
    width: 100%;
  }
}

.p-top2__desc {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 3px;
  line-height: 1.8;
  margin-bottom: 69px;
}

@media only screen and (max-width: 1024px) {
  .p-top2__desc {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }
}

@media only screen and (max-width: 516px) {
  .p-top2__desc {
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
}

.p-top2__right {
  width: 42.5%;
  margin-top: -12px;
}

@media only screen and (max-width: 1024px) {
  .p-top2__right {
    width: 44.5%;
  }
}

@media only screen and (max-width: 767px) {
  .p-top2__right {
    width: 100%;
    margin-top: 40px;
  }
}

.p-top2__title {
  font-size: 5.164rem;
  line-height: 1.37;
  letter-spacing: 6px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .p-top2__title {
    font-size: 3.164rem;
  }
}

@media only screen and (max-width: 516px) {
  .p-top2__title {
    font-size: 2.5rem;
    letter-spacing: 3px;
    margin-bottom: 20px;
  }
}

.p-top2__text {
  font-size: 1.6rem;
  letter-spacing: 1px;
  line-height: 2.25;
  margin-bottom: 35px;
}

@media only screen and (max-width: 516px) {
  .p-top2__text {
    letter-spacing: 0px;
  }
}

.p-top2__link {
  letter-spacing: 3px;
  box-sizing: border-box;
  width: 171.69px;
  height: 49.29px;
  background-color: #e60013;
  color: white;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 31px;
  margin-left: 7px;
  padding-left: 7px;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-top2__link:hover {
  background-color: white;
  color: #e60013;
  border: 1px solid;
}

.p-top2__link:hover img:nth-child(3) {
  display: block;
}

.p-top2__link:hover img:nth-child(2) {
  display: none;
}

.p-top2__link img:nth-child(3) {
  display: none;
}

.p-top2__link img {
  width: 26.13px;
  margin-right: 17px;
}

.p-top3 {
  padding: 0 20px;
}

.p-top3__list {
  max-width: 1014.39px;
  margin: 109px auto 148px;
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .p-top3__list {
    flex-wrap: wrap;
    margin: 109px auto;
  }
}

@media only screen and (max-width: 516px) {
  .p-top3__list {
    margin: 109px auto 60px;
  }
}

.p-top3__left {
  width: 21%;
}

@media only screen and (max-width: 1024px) {
  .p-top3__left {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 405px;
    -webkit-box-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 516px) {
  .p-top3__left {
    flex-wrap: wrap;
  }
  .p-top3__left .p-top3__meta {
    width: 100%;
  }
}

.p-top3__title {
  letter-spacing: 1px;
}

.p-top3__title span {
  font-size: 1.5rem;
  color: #e50013;
}

.p-top3__title h3 {
  font-size: 3rem;
  margin-top: -10px;
  letter-spacing: 3px;
}

@media only screen and (max-width: 767px) {
  .p-top3__title h3 {
    font-size: 2.8rem;
    margin-top: 0;
  }
}

@media only screen and (max-width: 516px) {
  .p-top3__title h3 {
    font-size: 2.5rem;
    letter-spacing: 1px;
  }
}

.p-top3__desc {
  font-size: 1.6rem;
  color: #e50013;
  margin: 36px 0 10px;
  letter-spacing: 1px;
  line-height: 1.7;
  margin-bottom: 60px;
}

@media only screen and (max-width: 516px) {
  .p-top3__desc {
    margin: 20px 0 0;
    margin-bottom: 30px;
  }
}

.p-top3__right {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 80%;
  margin-top: 24px;
}

@media only screen and (max-width: 1024px) {
  .p-top3__right {
    width: 100%;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-top3__right {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 516px) {
  .p-top3__right {
    margin-top: 40px;
  }
}

.p-top3__item {
  width: 31.5%;
}

@media only screen and (max-width: 617px) {
  .p-top3__item {
    width: 48%;
    margin-bottom: 30px;
  }
}

.p-top3__info {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 4px;
}

@media only screen and (max-width: 767px) {
  .p-top3__info {
    flex-wrap: wrap;
  }
}

.p-top3__date {
  margin-left: 8px;
  font-family: acumin-variable, sans-serif;
}

.p-top3__date span:nth-child(2) {
  font-size: 2.4rem;
  font-weight: bold;
}

.p-top3__category {
  font-size: 1.072rem;
  min-width: 90.52px;
  padding: 2px 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: white;
  background-color: #afafb0;
  margin-left: 9px;
  letter-spacing: 2px;
}

.p-top3__letter {
  font-size: 1.5rem;
  margin-left: 10px;
  margin-top: -3px;
  letter-spacing: 3px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .p-top3__letter {
    margin-top: 10px;
  }
}

.p-top4 {
  color: white;
  padding: 68px 20px 90px;
  background-image: url(../img/index/top3_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .p-top4 {
    padding: 68px 20px 30px;
  }
}

@media only screen and (max-width: 516px) {
  .p-top4 {
    background-position: left;
    padding: 68px 20px 20px;
  }
}

.p-top4__container {
  max-width: 1003px;
  margin: 0 auto;
}

.p-top4__first {
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .p-top4__first {
    flex-wrap: wrap;
  }
}

.p-top4__desc {
  font-size: 1.6rem;
  margin-left: 31px;
  margin-top: 26px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 767px) {
  .p-top4__desc {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}

.p-top4__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 89px 0 10px;
}

@media only screen and (max-width: 767px) {
  .p-top4__list {
    margin: 70px 0;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 516px) {
  .p-top4__list {
    margin: 50px 0;
  }
}

.p-top4__item {
  width: 22.5%;
}

@media only screen and (max-width: 767px) {
  .p-top4__item {
    width: 48%;
    margin-bottom: 30px;
  }
}

.p-top4__info {
  margin-top: 20px;
  margin-left: 4px;
  letter-spacing: 1px;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}

.p-top4__info img {
  width: 16.3px;
  margin-right: 5px;
}

.p-top4__text {
  font-size: 1.3rem;
  margin-top: 12px;
  letter-spacing: 1px;
  line-height: 1.75;
}

.p-top5__title {
  height: 65.74px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: black;
  color: white;
  font-size: 3rem;
  letter-spacing: 3px;
}

@media only screen and (max-width: 1024px) {
  .p-top5__title {
    font-size: 2.5rem;
  }
}

.p-top5__list {
  max-width: 996.96px;
  margin: 74px auto 141px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4rem 1rem;
  font-size: 1.6rem;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .p-top5__list {
    max-width: 692.96px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .p-top5__list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 450.96px;
    margin: 74px auto 100px;
  }
}

@media only screen and (max-width: 516px) {
  .p-top5__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem 1rem;
    margin: 55px auto 80px;
    align-items: flex-start;
  }
}

.p-top5__container {
  padding: 0 20px;
}

.p-top5__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100%;
}

@media only screen and (max-width: 516px) {
  .p-top5__item {
    width: 48%;
  }
}

.p-top5__image {
  -webkit-box-flex: 1;
  flex: 1;
  aspect-ratio: 5 / 3;
  overflow: hidden;
  border-radius: 6px;
}

.p-top5__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.p-top5__info {
  margin-top: 9px;
  letter-spacing: 2px;
  text-wrap-mode: nowrap;
}

@media only screen and (max-width: 516px) {
  .p-top5__info {
    text-wrap-mode: wrap;
  }
}

.p-top6 {
  background-image: url(../img/index/top5_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 20px 76px;
  font-size: 1.6rem;
  color: white;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-top6 {
    padding: 30px 20px 76px;
  }
}

.p-top6__list {
  max-width: 979.34px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .p-top6__list {
    flex-wrap: wrap;
  }
}

.p-top6__left {
  width: 34%;
  text-align: center;
  margin-top: 47px;
}

@media only screen and (max-width: 767px) {
  .p-top6__left {
    width: 100%;
  }
}

.p-top6__phone {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 4.2rem;
  margin: 69px 0 0px;
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 600;
}

@media only screen and (max-width: 1024px) {
  .p-top6__phone {
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-top6__phone {
    margin: 20px 0 0px;
  }
}

.p-top6__phone img {
  width: 35.82px;
  margin-right: 20px;
}

@media only screen and (max-width: 1024px) {
  .p-top6__phone img {
    width: 26.82px;
    margin-right: 15px;
  }
}

.p-top6__time {
  letter-spacing: 2px;
}

.p-top6__right {
  width: 60%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-right: 30px;
}

@media only screen and (max-width: 767px) {
  .p-top6__right {
    width: 100%;
    padding-right: 0;
    margin: 30px auto 0;
    max-width: 426px;
  }
}

@media only screen and (max-width: 516px) {
  .p-top6__right {
    flex-wrap: wrap;
    max-width: 204px;
  }
}

.p-top6__item {
  width: 43%;
  background-color: rgba(0, 0, 0, 0.608);
  margin: 10px;
  border-radius: 14px;
  margin-top: 12px;
  padding-top: 20px;
  max-height: 329.61px;
}

@media only screen and (max-width: 516px) {
  .p-top6__item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.p-top6__info {
  line-height: 1.7;
}

.p-top6__image {
  margin: 19px -10px 38px;
}

.p-top6__link {
  width: 201.41px;
  height: 61.84px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background: white;
  border-radius: 8px;
  margin: 0 auto 0;
  color: black;
}

@media only screen and (max-width: 1024px) {
  .p-top6__link {
    margin: 0 -10px;
  }
}

.p-top6__link img {
  margin-left: 13px;
  width: 38.82px;
  margin-right: 29px;
}

.p-top7 {
  padding: 0 20px;
  margin: 148px 0 107px;
}

@media only screen and (max-width: 1024px) {
  .p-top7 {
    margin: 103px 0;
  }
}

@media only screen and (max-width: 516px) {
  .p-top7 {
    margin: 80px 0 100px;
  }
}

.p-top7 .p-top3__title {
  text-align: center;
}

.p-top7__list {
  max-width: 833px;
  margin: 72px auto;
}

@media only screen and (max-width: 516px) {
  .p-top7__list {
    margin: 40px auto;
  }
}

.p-top7__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 64px;
}

@media only screen and (max-width: 767px) {
  .p-top7__item {
    flex-wrap: wrap;
  }
}

.p-top7__google {
  width: 411.68px;
  height: 249.16px;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .p-top7__google {
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}

.p-top7__right {
  width: 46%;
}

@media only screen and (max-width: 767px) {
  .p-top7__right {
    width: 100%;
  }
}

.p-top7__address {
  font-size: 1.7rem;
  margin-top: 8px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 516px) {
  .p-top7__address {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}

.p-top7__store {
  display: inline-block;
  font-size: 1.6rem;
  padding: 1px 20px;
  color: white;
  min-width: 95.22px;
  background: black;
  text-align: center;
  letter-spacing: 3px;
}

.c-page {
  padding: 0 20px;
}

.c-page__title {
  max-width: 987.31px;
  margin: 116px auto 140px;
  letter-spacing: 3.5px;
}

@media only screen and (max-width: 1024px) {
  .c-page__title {
    margin: 40px auto 80px;
  }
}

@media only screen and (max-width: 767px) {
  .c-page__title {
    margin: 40px auto 55px;
  }
}

.c-page__title span {
  font-size: 2.5rem;
  color: #e60013;
  letter-spacing: 0;
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 600;
}

@media only screen and (max-width: 767px) {
  .c-page__title span {
    font-size: 2.2rem;
  }
}

.c-page__title h2 {
  font-size: 3.5rem;
}

@media only screen and (max-width: 1024px) {
  .c-page__title h2 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-page__title h2 {
    font-size: 2.5rem;
  }
}

.c-service__title {
  max-width: 987.31px;
  margin: 0 auto;
  background-image: url(../img/title_red.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 65.96px;
  border-radius: 8px;
  color: white;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
  -webkit-box-align: center;
  align-items: center;
}

.c-service__title span:nth-child(1) {
  font-size: 2.5rem;
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 600;
}

@media only screen and (max-width: 767px) {
  .c-service__title span:nth-child(1) {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 516px) {
  .c-service__title span:nth-child(1) {
    font-size: 2rem;
  }
}

.c-service__title span:nth-child(2) {
  font-size: 2.3rem;
}

@media only screen and (max-width: 767px) {
  .c-service__title span:nth-child(2) {
    font-size: 2.1rem;
  }
}

@media only screen and (max-width: 516px) {
  .c-service__title span:nth-child(2) {
    font-size: 1.9rem;
  }
}

.c-service__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 65px 0 94px;
}

@media only screen and (max-width: 1024px) {
  .c-service__link {
    margin: 65px -10px 94px;
  }
}

@media only screen and (max-width: 767px) {
  .c-service__link {
    margin: 40px -20px 80px;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 516px) {
  .c-service__link {
    margin: 40px auto 60px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    max-width: 350px;
  }
}

.c-service__link.sur {
  max-width: 1030.31px;
  flex-wrap: wrap;
  margin: 65px auto 94px;
}

@media only screen and (max-width: 516px) {
  .c-service__link.sur {
    margin: 40px auto 60px;
  }
}

.c-service__link.sur a {
  width: 217.43px;
  background: #f1f7fa;
  height: 107.33px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .c-service__link.sur a {
    width: 45%;
    height: 81.33px;
    font-size: 1.5rem;
  }
}

.c-service__link.sur a .c-service__info {
  position: unset;
  -webkit-transform: unset;
  transform: unset;
}

.c-service__link.sur a .c-service__arrow {
  width: 34.81px;
  margin: 0 auto;
  position: absolute;
  bottom: -28px;
}

.c-service__link a {
  display: block;
  width: 159.66px;
  font-size: 1.6rem;
  position: relative;
  margin: 0 20px;
}

@media only screen and (max-width: 1024px) {
  .c-service__link a {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .c-service__link a {
    width: 25%;
    margin: 20px 10px;
  }
}

@media only screen and (max-width: 516px) {
  .c-service__link a {
    width: 46%;
    margin: 15px 0;
  }
}

.c-service__link a .c-service__info {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 36px;
  width: 100%;
  text-align: center;
  letter-spacing: 1px;
}

.c-service__blue {
  background-color: #f1f7fa;
  padding: 79px 0 202px;
  font-size: 1.6rem;
  margin: 0 -20px;
}

@media only screen and (max-width: 1024px) {
  .c-service__blue {
    padding: 79px 0 102px;
  }
}

@media only screen and (max-width: 767px) {
  .c-service__blue {
    padding: 60px 20px 40px;
  }
}

@media only screen and (max-width: 516px) {
  .c-service__blue {
    padding: 60px 20px 10px;
  }
}

.c-service__blue.sur .c-service__content {
  margin: 20px 0 69px;
  letter-spacing: 1.7px;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .c-service__blue.sur .c-service__content {
    margin: 20px 0 50px;
  }
}

@media only screen and (max-width: 516px) {
  .c-service__blue.sur .c-service__content {
    margin: 20px 0 35px;
  }
}

.c-service__list {
  max-width: 1200px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  margin: -100px auto 50px;
  padding: 50px 0;
}

.c-service__list:first-child {
  margin: -50px auto 50px;
}

@media only screen and (max-width: 767px) {
  .c-service__list {
    flex-wrap: wrap;
  }
}

.c-service__big {
  width: 21.5%;
  margin-right: -32px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .c-service__big {
    width: 150px;
    margin: 0 auto -80px;
  }
}

@media only screen and (max-width: 516px) {
  .c-service__big {
    width: 125px;
  }
}

.c-service__white {
  width: 78%;
  max-width: 930.21px;
  background-color: white;
  margin-top: 32px;
  padding: 76px 20px 1px 45px;
  border-radius: 8px;
}

@media only screen and (max-width: 1024px) {
  .c-service__white {
    width: 80%;
  }
}

@media only screen and (max-width: 767px) {
  .c-service__white {
    width: 100%;
    padding: 76px 20px 1px;
  }
}

.c-service__container {
  max-width: 796.92px;
  margin: 0 auto;
  padding-right: 28px;
}

@media only screen and (max-width: 1024px) {
  .c-service__container {
    padding-right: 0;
  }
}

.c-service__letter {
  font-size: 3.6rem;
  position: relative;
  letter-spacing: 7px;
}

@media only screen and (max-width: 1024px) {
  .c-service__letter {
    font-size: 3rem;
    letter-spacing: 3px;
  }
}

@media only screen and (max-width: 767px) {
  .c-service__letter {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 516px) {
  .c-service__letter {
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
}

.c-service__letter span {
  background: white;
  z-index: 2;
  position: relative;
  padding-right: 20px;
}

@media only screen and (max-width: 516px) {
  .c-service__letter span {
    padding-right: 15px;
  }
}

.c-service__letter::after {
  content: "";
  position: absolute;
  right: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: black;
  height: 1px;
}

.c-service__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 77px 0 71px 7px;
}

@media only screen and (max-width: 1024px) {
  .c-service__content {
    margin: 57px 0 57px 7px;
  }
}

@media only screen and (max-width: 516px) {
  .c-service__content {
    flex-wrap: wrap;
    margin: 40px 0;
  }
}

.c-service__image {
  width: 46%;
}

@media only screen and (max-width: 516px) {
  .c-service__image {
    width: 100%;
    margin-bottom: 30px;
  }
}

.c-service__text {
  width: 50%;
  letter-spacing: 1.4px;
  line-height: 1.75;
  margin-top: -6px;
}

@media only screen and (max-width: 516px) {
  .c-service__text {
    width: 100%;
  }
}

.c-service__line {
  font-size: 1.6rem;
  margin-left: 8px;
  letter-spacing: 1px;
  margin-bottom: 52px;
}

@media only screen and (max-width: 516px) {
  .c-service__line {
    margin: 0 0 40px;
  }
}

.c-service__line h4 {
  font-size: 1.8rem;
  border-bottom: 2px dashed;
  padding-bottom: 5px;
}

.c-service__line p {
  margin-top: 8px;
  line-height: 1.6;
  letter-spacing: 1.5px;
  max-width: 718px;
}

.c-service__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 26px 0 10px;
  max-width: 647.97px;
}

@media only screen and (max-width: 516px) {
  .c-service__gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

.access {
  margin-bottom: 200px;
}

@media only screen and (max-width: 767px) {
  .access {
    margin-bottom: 140px;
  }
}

@media only screen and (max-width: 516px) {
  .access {
    margin-bottom: 110px;
  }
}

.c-access__part {
  max-width: 983.53px;
  margin: 0 auto 101px;
  border-top: 1px solid;
}

@media only screen and (max-width: 516px) {
  .c-access__part {
    margin: 0 auto 90px;
  }
}

.c-access__title {
  font-size: 2.5rem;
  text-align: center;
  margin: 87px 0 93px;
  letter-spacing: 6px;
}

@media only screen and (max-width: 1024px) {
  .c-access__title {
    margin: 50px 0;
  }
}

@media only screen and (max-width: 516px) {
  .c-access__title {
    margin: 35px 0;
    font-size: 2.2rem;
  }
}

.c-access__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  .c-access__list {
    flex-wrap: wrap;
  }
}

.c-access__image {
  width: 46.5%;
}

@media only screen and (max-width: 640px) {
  .c-access__image {
    width: 100%;
    margin-bottom: 20px;
  }
}

.c-access__content {
  width: 49%;
  letter-spacing: 2px;
}

@media only screen and (max-width: 640px) {
  .c-access__content {
    width: 100%;
  }
}

.c-access__address {
  font-size: 1.7rem;
}

@media only screen and (max-width: 516px) {
  .c-access__address {
    font-size: 1.6rem;
  }
}

.c-access__address:nth-child(1) {
  margin-bottom: 22px;
  padding-bottom: 29px;
  border-bottom: 1px solid;
}

@media only screen and (max-width: 640px) {
  .c-access__address:nth-child(1) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.c-access__address h4 {
  font-size: 1.8rem;
  margin-bottom: 7px;
}

.c-access__bottom {
  margin-top: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .c-access__bottom {
    flex-wrap: wrap;
  }
}

.c-access__map {
  width: 70%;
}

@media only screen and (max-width: 767px) {
  .c-access__map {
    width: 100%;
    margin-bottom: 30px;
  }
}

.c-access__google {
  width: 27.5%;
}

@media only screen and (max-width: 767px) {
  .c-access__google {
    width: 100%;
    height: 300px;
  }
}

.c-case__list {
  max-width: 993.25px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .c-case__list {
    flex-wrap: wrap;
  }
}

.c-case__left {
  width: 67.5%;
}

@media only screen and (max-width: 767px) {
  .c-case__left {
    width: 100%;
  }
}

.c-case__item {
  border-bottom: 1px solid;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 39px 0;
}

@media only screen and (max-width: 516px) {
  .c-case__item {
    flex-wrap: wrap;
  }
}

.c-case__item:first-child {
  border-top: 1px solid;
}

.c-case__image {
  width: 30%;
  border-radius: 12px;
  overflow: hidden;
}

@media only screen and (max-width: 516px) {
  .c-case__image {
    width: 100%;
  }
}

.c-case__info {
  width: 46%;
}

@media only screen and (max-width: 516px) {
  .c-case__info {
    width: 100%;
    margin: 20px 0;
  }
}

.c-case__category {
  background-color: #e60013;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 90.52px;
  height: 20.1px;
  color: white;
  border-radius: 36px;
  margin: 2px 0 11px;
  font-size: 1.072rem;
  letter-spacing: 0px;
}

.c-case__letter {
  font-size: 1.5rem;
  letter-spacing: 3px;
}

.c-case__link {
  width: 16%;
  color: #e60013;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.2rem;
  min-width: 85px;
}

.c-case__link img {
  width: 17.65px;
  margin-right: 7px;
}

.c-case__right {
  width: 26.5%;
  font-size: 1.3rem;
  border-top: 1px solid;
}

@media only screen and (max-width: 767px) {
  .c-case__right {
    width: 100%;
    margin-top: 50px;
  }
}

.c-case__red {
  color: #e60013;
  margin-top: 3px;
  margin-bottom: 26px;
}

.c-case__black {
  margin-left: 17px;
}

.c-case__black span {
  display: block;
  margin-bottom: 18px;
}

.c-data__part {
  border-top: 1px solid;
  max-width: 983.53px;
  margin: 0 auto;
}

.c-data__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 92px 0 98px;
}

@media only screen and (max-width: 1024px) {
  .c-data__list {
    margin: 70px 0 80px;
  }
}

@media only screen and (max-width: 767px) {
  .c-data__list {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 516px) {
  .c-data__list {
    margin: 50px 0 80px;
  }
}

.c-data__left {
  color: #e60013;
  width: 44%;
}

@media only screen and (max-width: 767px) {
  .c-data__left {
    width: 100%;
    display: -webkit-box;
    display: flex;
  }
}

@media only screen and (max-width: 516px) {
  .c-data__left {
    flex-wrap: wrap;
  }
}

.c-data__left .p-top2__line {
  margin: 49px 20px;
  position: unset;
}

@media only screen and (max-width: 1024px) {
  .c-data__left .p-top2__line {
    margin: 6px 2px;
  }
}

@media only screen and (max-width: 767px) {
  .c-data__left .p-top2__line {
    margin: -49px 20px 0;
  }
}

@media only screen and (max-width: 516px) {
  .c-data__left .p-top2__line {
    margin: -4px 5px 0;
  }
}

.c-data__left h2 {
  font-size: 4.5rem;
  line-height: 1.45;
}

@media only screen and (max-width: 1024px) {
  .c-data__left h2 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 516px) {
  .c-data__left h2 {
    font-size: 2.8rem;
  }
}

.c-data__right {
  font-size: 2rem;
  font-weight: bold;
  width: 46%;
  margin-top: 10px;
  letter-spacing: 2px;
  line-height: 2;
}

@media only screen and (max-width: 1024px) {
  .c-data__right {
    width: 60%;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-data__right {
    width: 100%;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 516px) {
  .c-data__right {
    font-size: 1.7rem;
    letter-spacing: 1px;
  }
}

.c-data__history {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 34px 0 124px;
}

@media only screen and (max-width: 767px) {
  .c-data__history {
    flex-wrap: wrap;
    margin: 50px 0 100px;
  }
}

@media only screen and (max-width: 516px) {
  .c-data__history {
    margin: 34px 0 80px;
  }
}

.c-data__info {
  width: 30%;
}

@media only screen and (max-width: 1024px) {
  .c-data__info {
    width: 18%;
  }
}

@media only screen and (max-width: 767px) {
  .c-data__info {
    width: 100%;
  }
}

.c-data__info span {
  color: #e60013;
}

.c-data__info h3 {
  font-size: 1.8rem;
  letter-spacing: 4px;
}

.c-data__table {
  width: 91%;
  margin-top: 76px;
}

@media only screen and (max-width: 767px) {
  .c-data__table {
    width: 100%;
    margin-top: 50px;
  }
}

.c-data__table.his span:nth-child(1) {
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .c-data__table.his span:nth-child(1) {
    font-size: 2rem;
  }
}

.c-data__table.his .c-data__line {
  padding: 25px 0;
}

@media only screen and (max-width: 767px) {
  .c-data__table.his .c-data__line {
    padding: 26px 0;
  }
}

@media only screen and (max-width: 426px) {
  .c-data__table.his .c-data__line:nth-child(3) {
    padding: 26px 0 29px;
  }
}

.c-data__table.his .c-data__line span:nth-child(2)::before {
  bottom: -31px;
}

.c-data__table.his .c-data__line span:nth-child(2)::after {
  top: -31px;
}

@media only screen and (max-width: 516px) {
  .c-data__table.cor .c-data__line {
    padding: 25px 0;
    flex-wrap: wrap;
  }
  .c-data__table.cor .c-data__line span:nth-child(2)::before,
  .c-data__table.cor .c-data__line span:nth-child(2)::after {
    display: none;
  }
}

@media only screen and (max-width: 516px) {
  .c-data__table.cor .c-data__line span:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 516px) {
  .c-data__table.cor .c-data__line span:nth-child(2) {
    width: 100%;
  }
}

.c-data__line {
  padding: 34px 0;
  border-bottom: 1px solid;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.c-data__line:nth-child(1) {
  border-top: 1px solid;
}

.c-data__line:nth-child(1) span:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 100%;
  background-color: black;
  left: 0;
  top: -36px;
  height: 3px;
}

.c-data__line span:nth-child(1) {
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .c-data__line span:nth-child(1) {
    width: 100px;
  }
}

.c-data__line span:nth-child(2) {
  display: block;
  width: 83%;
  position: relative;
  line-height: 1.75;
}

.c-data__line span:nth-child(2)::before {
  position: absolute;
  content: "";
  width: 100%;
  background-color: black;
  left: 0;
  bottom: -36px;
  height: 3px;
}

.c-message__content {
  max-width: 983.53px;
  margin: 0 auto;
  font-weight: bold;
  border-top: 1px solid;
  font-size: 1.6rem;
  position: relative;
}

.c-message__content .p-top2__line {
  top: -267px;
  scale: 0.83;
  right: -25px;
}

@media only screen and (max-width: 1070px) {
  .c-message__content .p-top2__line {
    right: -0;
    top: -225px;
    scale: 0.8;
  }
}

@media only screen and (max-width: 767px) {
  .c-message__content .p-top2__line {
    top: -203px;
    scale: 0.6;
    right: -20px;
  }
}

@media only screen and (max-width: 516px) {
  .c-message__content .p-top2__line {
    top: -203px;
    scale: 0.6;
  }
}

.c-message__container {
  max-width: 711.16px;
  margin: 0 auto;
}

.c-message__text {
  margin: 99px 0 51px;
  letter-spacing: 1.5px;
  line-height: 1.95;
}

@media only screen and (max-width: 1024px) {
  .c-message__text {
    margin: 80px 0 51px;
  }
}

@media only screen and (max-width: 767px) {
  .c-message__text {
    margin: 55px 0 51px;
  }
}

@media only screen and (max-width: 516px) {
  .c-message__text {
    letter-spacing: 1px;
    line-height: 1.75;
  }
}

.c-message__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 516px) {
  .c-message__list {
    flex-wrap: wrap;
  }
}

.c-message__image {
  width: 63%;
}

@media only screen and (max-width: 516px) {
  .c-message__image {
    width: 100%;
    margin-bottom: 10px;
  }
}

.c-message__sign {
  width: 33.5%;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 516px) {
  .c-message__sign {
    width: 100%;
    text-align: center;
  }
}

.c-phil__part {
  text-align: center;
  border-top: 1px solid;
  font-weight: 600;
  max-width: 983.53px;
  margin: 0 auto;
}

.c-phil__title {
  margin: 64px 0 40px;
}

@media only screen and (max-width: 516px) {
  .c-phil__title {
    margin: 40px 0;
  }
}

.c-phil__title span {
  color: #e60013;
  font-size: 2.5rem;
}

@media only screen and (max-width: 516px) {
  .c-phil__title span {
    font-size: 2.2rem;
  }
}

.c-phil__title h3 {
  font-size: 1.8rem;
  letter-spacing: 4px;
}

@media only screen and (max-width: 516px) {
  .c-phil__title h3 {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
}

.c-phil__blue {
  font-size: 4.5rem;
  color: #055b98;
  position: relative;
  margin: 0 auto;
  max-width: 813px;
}

@media only screen and (max-width: 1024px) {
  .c-phil__blue {
    max-width: 686px;
  }
}

.c-phil__blue .p-top2__line {
  position: absolute;
  top: -164px;
  right: -126px;
  scale: 0.83;
}

@media only screen and (max-width: 1124px) {
  .c-phil__blue .p-top2__line {
    top: -188px;
    right: -89px;
    scale: 0.7;
  }
}

@media only screen and (max-width: 1024px) {
  .c-phil__blue .p-top2__line {
    right: -31px;
  }
}

@media only screen and (max-width: 767px) {
  .c-phil__blue .p-top2__line {
    top: -195px;
    scale: 0.6;
    right: -24px;
  }
}

@media only screen and (max-width: 516px) {
  .c-phil__blue .p-top2__line {
    right: -44px;
    scale: 0.5;
    top: -182px;
  }
}

.c-phil__info {
  font-size: 4.5rem;
  max-width: 813px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .c-phil__info {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-phil__info {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 516px) {
  .c-phil__info {
    font-size: 2rem;
    text-align: left;
  }
}

.c-phil__text {
  font-size: 2rem;
  margin: 48px 0 96px;
  line-height: 2;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .c-phil__text {
    font-size: 1.8rem;
    margin: 35px 0 80px;
    line-height: 1.75;
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 516px) {
  .c-phil__text {
    text-align: left;
    font-size: 1.6rem;
    margin: 25px 0 80px;
  }
}

.c-phil__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2.2rem;
  max-width: 971.29px;
  margin: 47px auto;
}

@media only screen and (max-width: 767px) {
  .c-phil__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 516px) {
  .c-phil__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-phil__item {
  border-radius: 8px;
  padding: 20px 28px 28px;
  color: white;
  background-color: #e60013;
  font-weight: 500;
  text-align: left;
  line-height: 1.8;
  min-height: 172.78px;
}
.c-phil__item h4 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .c-phil__item {
    padding: 20px 10px;
  }
  .c-phil__item h4 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 516px) {
  .c-phil__item h4 {
    font-size: 2rem;
  }
}
.c-contact__title {
  font-size: 3.5rem;
  height: 188.33px;
  background-color: #e60013;
  color: white;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  letter-spacing: 4px;
}

@media only screen and (max-width: 1024px) {
  .c-contact__title {
    font-size: 3rem;
    letter-spacing: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .c-contact__title {
    font-size: 2.5rem;
    height: 160.33px;
  }
}

.c-contact__content {
  font-size: 1.6rem;
  max-width: 1011.55px;
  margin: 133px auto;
  padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
  .c-contact__content {
    margin: 100px auto;
  }
}

.c-contact__part {
  margin-bottom: 150px;
}

@media only screen and (max-width: 1024px) {
  .c-contact__part {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 516px) {
  .c-contact__part {
    margin-bottom: 70px;
  }
}

.c-contact__info {
  font-size: 2.4rem;
  border-bottom: 1px solid;
  text-align: center;
  letter-spacing: 2.5px;
  padding-bottom: 9px;
}

@media only screen and (max-width: 767px) {
  .c-contact__info {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 516px) {
  .c-contact__info {
    font-size: 2rem;
    letter-spacing: 1.5px;
  }
}

.c-contact__social {
  text-align: center;
}

.c-contact__desc {
  margin: 73px 0 -1px;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 1024px) {
  .c-contact__desc {
    margin: 60px 0 -1px;
  }
}

@media only screen and (max-width: 516px) {
  .c-contact__desc {
    margin: 35px 0 -1px;
  }
}

.c-contact__phone {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1024px) {
  .c-contact__phone {
    scale: 0.8;
  }
}

.c-contact__phone img {
  width: 35.82px;
  margin-right: 15px;
}

@media only screen and (max-width: 516px) {
  .c-contact__phone img {
    width: 26.82px;
  }
}

.c-contact__phone span {
  font-size: 4.2rem;
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 600;
  letter-spacing: 4px;
}

@media only screen and (max-width: 516px) {
  .c-contact__phone span {
    font-size: 3.2rem;
  }
}

.c-contact__phone.two img {
  width: 34.98px;
  margin-right: 30px;
}

@media only screen and (max-width: 516px) {
  .c-contact__phone.two img {
    width: 26.98px;
  }
}

.c-contact__time {
  letter-spacing: 2px;
  margin-bottom: 34px;
}

@media only screen and (max-width: 767px) {
  .c-contact__time {
    margin-bottom: 15px;
  }
}

.c-contact__text {
  max-width: 631px;
  margin: 42px auto;
  line-height: 2.7;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 767px) {
  .c-contact__text {
    line-height: 1.75;
  }
}

@media only screen and (max-width: 516px) {
  .c-contact__text {
    margin: 30px auto;
    letter-spacing: 0;
  }
}

.c-licen {
  margin-top: -61px;
}

@media only screen and (max-width: 1024px) {
  .c-licen {
    margin-top: 0;
  }
}

.c-licen__part {
  max-width: 983.43px;
  margin: 0 auto 51px;
}

.c-licen__title span {
  color: #e60013;
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 400;
}

.c-licen__title h3 {
  font-size: 1.8rem;
  letter-spacing: 3.5px;
}

.c-licen__table {
  margin-top: 16px;
}

.c-licen__table {
  overflow-x: auto;
}

.c-licen__table table {
  min-width: 525px;
}

.c-licen__table table {
  width: 100%;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .c-licen__table table {
    font-size: 1.5rem;
  }
}

.c-licen__table table td {
  padding: 13px 19px;
  letter-spacing: 3px;
  line-height: 1.75;
  text-wrap-mode: nowrap;
}

@media only screen and (max-width: 767px) {
  .c-licen__table table td {
    letter-spacing: 0;
  }
}

.c-licen__table.two table td:nth-child(1),
.c-licen__table .first {
  width: 134px;
}

.c-licen__table table td:nth-child(2) {
  width: 143px;
}

.c-licen__table table td:nth-child(3) {
  width: 69.5%;
}
.c-licen__table table td:last-child {
  width: 5.5% !important;
  text-align: center;
}
.c-licen__table caption {
  text-align: right;
  margin-bottom: 10px;
  padding-right: 5px;
}
@media only screen and (max-width: 1024px) {
  .c-licen__table table td:nth-child(3) {
    width: 58.5%;
  }
}

@media only screen and (max-width: 767px) {
  .c-licen__table caption {
    padding-right: 0;
  }
  .c-licen__table.two table td:nth-child(1),
  .c-licen__table .first {
    width: 114px;
  }
  .c-licen__table table td:nth-child(3) {
    width: 46.5%;
  }
}

.c-licen__table table,
.c-licen__table tr,
.c-licen__table td {
  border: 1px solid;
  border-collapse: collapse;
}

.c-news__list {
  max-width: 971.7px;
  margin: 0 auto;
}

.c-news__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid;
  padding: 24px 0;
}

@media only screen and (max-width: 767px) {
  .c-news__item {
    flex-wrap: wrap;
  }
}

.c-news__item:nth-child(1) {
  border-top: 1px solid;
}

.c-news__item .c-case__link {
  width: 10%;
}

@media only screen and (max-width: 516px) {
  .c-news__item .c-case__link {
    margin-top: 10px;
  }
}

.c-news__image {
  width: 171.33px;
}

@media only screen and (max-width: 767px) {
  .c-news__image {
    width: 250.33px;
  }
}

.c-news__info {
  width: 67.5%;
  margin-top: 11px;
}

@media only screen and (max-width: 1024px) {
  .c-news__info {
    width: 61.5%;
  }
}

@media only screen and (max-width: 767px) {
  .c-news__info {
    width: 79%;
  }
}

@media only screen and (max-width: 516px) {
  .c-news__info {
    width: 100%;
  }
  .c-news__info .p-top3__date {
    margin-left: 0;
  }
}

.c-news__info .p-top3__category {
  border-radius: 36px;
  letter-spacing: 0px;
  margin-right: 33px;
}

.c-news__info .p-top3__letter {
  margin-left: 10px;
  margin-top: 8px;
}

@media only screen and (max-width: 516px) {
  .c-news__info .p-top3__letter {
    margin-left: 0;
  }
}

.c-news__detail {
  font-size: 1.6rem;
  max-width: 980.55px;
  margin: -121px auto 0;
}

@media only screen and (max-width: 1024px) {
  .c-news__detail {
    margin: -25px auto 0;
  }
}

.c-news__detail .c-news__info {
  width: 100%;
  margin-top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.c-news__detail .c-news__info .p-top3__date {
  margin-left: 0;
}

.c-news__letter {
  font-size: 2.8rem;
  border-bottom: 1px solid;
  padding-bottom: 41px;
  margin-top: 14px;
  letter-spacing: 5.5px;
  font-weight: bold;
  margin-bottom: 44px;
}

@media only screen and (max-width: 1024px) {
  .c-news__letter {
    font-size: 2.5rem;
    letter-spacing: 2px;
    padding-bottom: 25px;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .c-news__letter {
    font-size: 2.2rem;
    letter-spacing: 1px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 516px) {
  .c-news__letter {
    font-size: 2rem;
    letter-spacing: 0;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}

.c-news__content {
  border-bottom: 1px solid;
  padding-bottom: 65px;
  line-height: 2;
  margin-bottom: 70px;
}

@media only screen and (max-width: 1024px) {
  .c-news__content {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 516px) {
  .c-news__content {
    padding-bottom: 30px;
    margin-bottom: 45px;
  }
}

.c-news__content img {
  height: auto;
  margin: 30px 0;
}

.c-news__bottom {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  max-width: 930.76px;
  margin: 0 auto;
  -webkit-box-align: center;
  align-items: center;
}

.c-news__bottom .p-top2__link {
  width: 227.82px;
  padding-left: 37px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 516px) {
  .c-news__bottom .p-top2__link {
    padding-left: 13px;
    letter-spacing: 0;
    margin-left: 0;
    margin: 0;
    max-width: 173.82px;
  }
  .c-news__bottom .p-top2__link img {
    width: 23.13px;
    margin-right: 10px;
  }
}

.c-news__arrow {
  width: 62px;
}

@media only screen and (max-width: 767px) {
  .c-news__arrow {
    width: 50px;
  }
}

@media only screen and (max-width: 516px) {
  .c-news__arrow {
    width: 40px;
  }
}

.c-privacy__content {
  font-size: 1.6rem;
  padding: 0 20px;
  max-width: 869px;
  margin: 126px auto;
  line-height: 1.9;
}

@media only screen and (max-width: 1024px) {
  .c-privacy__content {
    margin: 100px auto;
  }
}

@media only screen and (max-width: 767px) {
  .c-privacy__content {
    margin: 80px auto;
  }
}

@media only screen and (max-width: 516px) {
  .c-privacy__content {
    margin: 60px auto;
  }
}

.c-privacy__content h3 {
  font-size: 1.6rem;
}

.c-contact {
  font-size: 1.6rem;
  font-weight: bold;
}

.c-recon__container {
  padding: 0 20px;
}

.c-recon__title {
  background-image: url(../img/recruit/recruit_contact01.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 62px 20px 107px;
  letter-spacing: 4px;
}

@media only screen and (max-width: 1024px) {
  .c-recon__title {
    padding: 62px 20px 80px;
  }
}

@media only screen and (max-width: 516px) {
  .c-recon__title {
    padding: 70px 20px;
  }
}

.c-recon__title h2 {
  font-size: 3.5rem;
}

@media only screen and (max-width: 1024px) {
  .c-recon__title h2 {
    font-size: 3rem;
    letter-spacing: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .c-recon__title h2 {
    font-size: 2.5rem;
  }
}

.c-recon__title p {
  font-size: 2.4rem;
  margin-top: 118px;
  line-height: 1.75;
  letter-spacing: 2.5px;
}

@media only screen and (max-width: 1024px) {
  .c-recon__title p {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .c-recon__title p {
    margin-top: 40px;
    font-size: 2rem;
    letter-spacing: 1px;
    text-align: left;
  }
}

@media only screen and (max-width: 516px) {
  .c-recon__title p {
    margin-top: 30px;
    font-size: 1.8rem;
  }
}

.c-recon__icon {
  max-width: 659.32px;
  margin: 41px auto 85px;
}

@media only screen and (max-width: 516px) {
  .c-recon__icon {
    margin: 41px auto 50px;
  }
}

.c-recon__part {
  margin-bottom: 56px;
}

.c-recon__part .c-contact__desc {
  margin: 44px 0 -1px;
}

.c-recon__info {
  background-image: url(../img/title_red.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  font-size: 2.3rem;
  max-width: 795.88px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 65.85px;
  margin: 0 auto;
  border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  .c-recon__info {
    font-size: 2.1rem;
  }
}

@media only screen and (max-width: 516px) {
  .c-recon__info {
    font-size: 1.9rem;
  }
}

.c-list__content {
  max-width: 983.53px;
  margin: 0 auto;
  font-size: 1.6rem;
}

.c-list__title {
  background-color: #f6f6f6;
  height: 64.45px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 27px;
  border-left: 9px solid #e60013;
  font-size: 2rem;
  letter-spacing: 2px;
  margin-bottom: 57px;
}

@media only screen and (max-width: 767px) {
  .c-list__title {
    font-size: 1.8rem;
    letter-spacing: 1px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 516px) {
  .c-list__title {
    margin-bottom: 40px;
  }
}

.c-list__line {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid;
  padding: 15px 2px;
  letter-spacing: 1px;
  line-height: 1.75;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 516px) {
  .c-list__line {
    flex-wrap: wrap;
  }
}

.c-list__line:nth-child(1) {
  border-top: 1px solid;
}

.c-list__line span:nth-child(1) {
  font-weight: bold;
  width: 152px;
}

@media only screen and (max-width: 516px) {
  .c-list__line span:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
}

.c-list__line span:nth-child(2) {
  width: 84%;
  letter-spacing: 1px;
}

@media only screen and (max-width: 516px) {
  .c-list__line span:nth-child(2) {
    width: 100%;
  }
}

.c-list__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 98px auto;
  max-width: 500.73px;
}

@media only screen and (max-width: 767px) {
  .c-list__link {
    margin: 60px auto;
  }
}

@media only screen and (max-width: 516px) {
  .c-list__link {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 45px auto;
  }
}

.c-list__link a:nth-child(1) {
  padding-left: 73px;
}

.c-list__link .p-top2__link {
  width: 227.82px;
  padding-left: 31px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 516px) {
  .c-list__link .p-top2__link {
    margin: 10px;
  }
}

.c-voice__content {
  font-size: 1.6rem;
  max-width: 883.53px;
  margin: 0 auto;
}

.c-voice__top {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 210px auto 4px;
  max-width: 876.86px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .c-voice__top {
    margin: 170px auto 4px;
  }
}

@media only screen and (max-width: 767px) {
  .c-voice__top {
    margin: 80px auto 4px;
  }
}

.c-voice__top .p-top2__line {
  top: -248px;
  right: -122px;
}

@media only screen and (max-width: 1124px) {
  .c-voice__top .p-top2__line {
    right: -60px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-voice__top .p-top2__line {
    right: 0;
    top: -230px;
  }
}

@media only screen and (max-width: 767px) {
  .c-voice__top .p-top2__line {
    right: -32px;
    top: -200px;
  }
}

@media only screen and (max-width: 516px) {
  .c-voice__top .p-top2__line {
    right: -43px;
    top: -187px;
    scale: 0.5;
  }
}

.c-voice__link {
  width: 28%;
}

@media only screen and (max-width: 767px) {
  .c-voice__link {
    width: 31%;
  }
}

.c-voice__arrow {
  width: 25.6px;
  margin: 15px auto;
}

@media only screen and (max-width: 516px) {
  .c-voice__arrow {
    margin: 10px auto;
  }
}

.c-voice__part {
  margin-bottom: 111px;
  padding-top: 150px;
  margin-top: -150px;
}

@media only screen and (max-width: 767px) {
  .c-voice__part {
    margin-bottom: 100px;
    padding-top: 100px;
    margin-top: -100px;
  }
}

@media only screen and (max-width: 516px) {
  .c-voice__part {
    margin-bottom: 80px;
  }
}

.c-voice__title {
  font-size: 3.5rem;
  text-align: center;
  color: #e60013;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: 3px;
  margin-bottom: 167px;
}

@media only screen and (max-width: 1024px) {
  .c-voice__title {
    font-size: 3rem;
    letter-spacing: 1px;
    margin-bottom: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .c-voice__title {
    font-size: 2.5rem;
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 516px) {
  .c-voice__title {
    font-size: 2.1rem;
    letter-spacing: 0;
    margin-bottom: 55px;
  }
}

.c-voice__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .c-voice__list {
    flex-wrap: wrap;
  }
}

.c-voice__left {
  width: 53%;
  margin-left: 28px;
}

@media only screen and (max-width: 1024px) {
  .c-voice__left {
    width: 55%;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .c-voice__left {
    width: 100%;
    margin-left: 0;
  }
}

.c-voice__item {
  margin-bottom: 58px;
}

@media only screen and (max-width: 1024px) {
  .c-voice__item {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .c-voice__item {
    margin-bottom: 30px;
  }
}

.c-voice__question {
  color: #e60013;
  font-weight: bold;
  letter-spacing: 2px;
}

.c-voice__answer h4 {
  font-size: 2.4rem;
  margin: 16px 0 14px;
}

@media only screen and (max-width: 767px) {
  .c-voice__answer h4 {
    margin: 10px 0;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 516px) {
  .c-voice__answer h4 {
    font-size: 1.8rem;
  }
}

.c-voice__answer p {
  letter-spacing: 2.1px;
  line-height: 1.75;
}

.c-voice__right {
  width: 36%;
  margin-top: -160px;
  margin-right: 11px;
}

@media only screen and (max-width: 767px) {
  .c-voice__right {
    width: 100%;
    max-width: 260px;
    margin: 20px auto 0;
  }
}

.c-voice__first {
  margin-bottom: 176px;
}

@media only screen and (max-width: 1024px) {
  .c-voice__first {
    margin-bottom: 135px;
  }
}

@media only screen and (max-width: 767px) {
  .c-voice__first {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 516px) {
  .c-voice__first {
    margin-bottom: 40px;
  }
}

.c-voice__second {
  max-width: 316.56px;
  margin: 0 auto;
}

.c-recruit__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 1.6rem;
  max-width: 982.53px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .c-recruit__list {
    margin: 120px auto;
  }
}

@media only screen and (max-width: 767px) {
  .c-recruit__list {
    flex-wrap: wrap;
  }
}

.c-recruit__left {
  width: 68.5%;
}

@media only screen and (max-width: 767px) {
  .c-recruit__left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.c-recruit__part {
  font-weight: bold;
  margin-bottom: 105px;
}

@media only screen and (max-width: 767px) {
  .c-recruit__part {
    margin-bottom: 85px;
  }
}

@media only screen and (max-width: 516px) {
  .c-recruit__part:first-child {
    margin-bottom: 110px;
  }
}

.c-recruit__title {
  background-image: url(../img/title_red.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 2.3rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 44.29px;
  border-radius: 8px;
  position: relative;
  color: white;
  height: 65.85px;
}

@media only screen and (max-width: 1024px) {
  .c-recruit__title {
    font-size: 2rem;
    padding: 10px 20px;
    height: auto;
  }
}

@media only screen and (max-width: 516px) {
  .c-recruit__title {
    font-size: 1.8rem;
    padding: 10px 14px;
  }
}

.c-recruit__title img {
  position: absolute;
}

.c-recruit__title.one img {
  width: 147.2px;
  top: -94px;
  left: 57px;
}

@media only screen and (max-width: 516px) {
  .c-recruit__title.one img {
    width: 130.2px;
    top: -84px;
    left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .c-recruit__title.two {
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 516px) {
  .c-recruit__title.two {
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 0;
  }
}

.c-recruit__title.two img {
  width: 158.46px;
  right: 20px;
  bottom: 1px;
}

@media only screen and (max-width: 1024px) {
  .c-recruit__title.two img {
    right: -50px;
  }
}

@media only screen and (max-width: 767px) {
  .c-recruit__title.two img {
    right: -15px;
  }
}

@media only screen and (max-width: 516px) {
  .c-recruit__title.two img {
    width: 120.46px;
    bottom: 46px;
  }
}

.c-recruit__text {
  margin: 44px 0 28px 9px;
  letter-spacing: 1.5px;
  line-height: 1.95;
}

@media only screen and (max-width: 767px) {
  .c-recruit__text {
    margin: 30px 0;
    letter-spacing: 1px;
    line-height: 1.75;
  }
}

.c-recruit__text h3 {
  font-size: 2rem;
  margin-top: -23px;
  margin-left: -7px;
  letter-spacing: 0px;
  line-height: 1.8;
  margin-bottom: 29px;
}

@media only screen and (max-width: 767px) {
  .c-recruit__text h3 {
    font-size: 1.8rem;
    margin-top: 0;
    margin-left: 0;
    letter-spacing: 0px;
    line-height: 1.8;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 516px) {
  .c-recruit__text h3 {
    font-size: 1.65rem;
  }
}

.c-recruit__text p {
  font-size: 1.7rem;
  margin-left: -7px;
  letter-spacing: 0px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .c-recruit__text p {
    letter-spacing: 1px;
    font-size: 1.6rem;
    margin-left: 0;
  }
}

.c-recruit__first {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  max-width: 671.52px;
  margin: 0 auto;
}

.c-recruit__image {
  width: 48.5%;
}

.c-recruit__second {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
  letter-spacing: 4px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .c-recruit__second {
    letter-spacing: 2px;
  }
}

@media only screen and (max-width: 516px) {
  .c-recruit__second {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    letter-spacing: 1px;
  }
}

.c-recruit__item {
  border: 1px solid #1aad5d;
  border-radius: 8px;
  background-color: #f7f8f8;
  color: #1aad5d;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 80.54px;
  position: relative;
  text-align: center;
}

.c-recruit__item.active {
  background-color: #1aad5d;
  color: white;
}

.c-recruit__tab {
  max-width: 599.91px;
  background-color: rgba(255, 255, 255, 0.803);
  border-radius: 8px;
  border: 1px solid #1aad5d;
  position: absolute;
  left: 199px;
  top: 10px;
  width: 100vw;
  padding: 20px 20px 45px;
  z-index: 2;
  display: none;
}

@media only screen and (max-width: 1290px) {
  .c-recruit__tab {
    max-width: 45.5vw;
    left: 22%;
  }
}

@media only screen and (max-width: 1024px) {
  .c-recruit__tab {
    max-width: 44vw;
  }
}

.c-recruit__tab h4 {
  font-size: 2.7rem;
  border-bottom: 1px solid #1aad5d;
  color: black;
  letter-spacing: 2px;
  text-align: center;
  padding-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
  .c-recruit__tab h4 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-recruit__tab h4 {
    padding-bottom: 20px;
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 516px) {
  .c-recruit__tab h4 {
    padding-bottom: 10px;
    font-size: 2rem;
    letter-spacing: 0;
  }
}

.c-recruit__white {
  max-width: 442.75px;
  margin: 0 auto;
}

.c-recruit__post {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 31px;
  -webkit-box-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 516px) {
  .c-recruit__post {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}

.c-recruit__img {
  width: 44%;
}

@media only screen and (max-width: 516px) {
  .c-recruit__img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
}

.c-recruit__div {
  width: 53%;
  color: black;
  letter-spacing: 3px;
  line-height: 2;
  margin-top: -9px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .c-recruit__div {
    line-height: 1.75;
  }
}

@media only screen and (max-width: 516px) {
  .c-recruit__div {
    width: 100%;
    margin-top: 10px;
    letter-spacing: 1px;
  }
}

.c-recruit__data {
  background-image: url(../img/recruit/recruit_data.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 67px 20px 7px;
  margin: 61px 0 20px;
}

@media only screen and (max-width: 516px) {
  .c-recruit__data {
    padding: 50px 20px 7px;
  }
}

.c-recruit__license {
  text-align: center;
}

.c-recruit__license span {
  font-size: 1.146rem;
  color: #e60013;
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 600;
  letter-spacing: 1px;
}

.c-recruit__license h4 {
  font-size: 2.292rem;
  letter-spacing: 2px;
  margin-top: -8px;
}

@media only screen and (max-width: 516px) {
  .c-recruit__license h4 {
    font-size: 2rem;
    margin-top: 0;
  }
}

.c-recruit__group {
  max-width: 565.13px;
  margin: 67px auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 516px) {
  .c-recruit__group {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 25px -20px;
  }
}

@media only screen and (max-width: 516px) {
  .c-recruit__circle {
    margin: 15px 10px;
  }
}

.c-recruit__number {
  width: 158.79px;
  height: 158.79px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 5.482rem;
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 600;
  border-radius: 50%;
  background-color: #e60013;
  color: white;
  position: relative;
  letter-spacing: 6px;
}

@media only screen and (max-width: 1024px) {
  .c-recruit__number {
    width: 136.79px;
    height: 136.79px;
    font-size: 4.482rem;
  }
}

@media only screen and (max-width: 516px) {
  .c-recruit__number {
    width: 110.79px;
    height: 110.79px;
    font-size: 3.482rem;
  }
}

.c-recruit__number div {
  position: relative;
  display: inline-block;
}

.c-recruit__number span {
  font-size: 1.72rem;
  position: absolute;
  right: -26px;
  bottom: 12px;
}

.c-recruit__case {
  font-size: 1.411rem;
  text-align: center;
  margin-top: 14px;
  letter-spacing: 1px;
}

.c-recruit__red {
  font-size: 2rem;
  font-weight: bold;
  color: #e60013;
  border-bottom: 1px solid;
  letter-spacing: 1px;
  padding-bottom: 11px;
}

.c-recruit__news .c-news__info {
  width: 52.5%;
}

@media only screen and (max-width: 767px) {
  .c-recruit__news .c-news__info {
    width: 76%;
  }
}

@media only screen and (max-width: 516px) {
  .c-recruit__news .c-news__info {
    width: 100%;
  }
}

.c-recruit__news .c-case__link {
  min-width: 101px;
}

.c-recruit__right {
  width: 27%;
  margin-top: -265px;
}

@media only screen and (max-width: 1024px) {
  .c-recruit__right {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-recruit__right {
    width: 100%;
    max-width: 264.46px;
    margin: 50px auto 0;
  }
}

@media only screen and (max-width: 516px) {
  .c-recruit__right {
    margin: 40px auto 0;
  }
}

.c-recruit__right .p-top2__link {
  width: 100%;
  border-radius: 8px;
  margin-left: 0;
  margin-top: -13px;
  height: 71px;
  padding-left: 68px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 1024px) {
  .c-recruit__right .p-top2__link {
    padding-left: 24px;
  }
}

.c-recruit__right .p-top2__link img {
  margin-right: 33px;
}

.c-recruit__pink {
  background-color: #f7f0f3;
  padding: 19px 31px 35px;
  border-radius: 3px;
}

@media only screen and (max-width: 1024px) {
  .c-recruit__pink {
    padding: 19px 20px 35px;
  }
}

@media only screen and (max-width: 767px) {
  .c-recruit__pink {
    padding: 19px 31px 35px;
  }
}

.c-recruit__info span {
  font-size: 1.283rem;
  color: #e60013;
  font-family: acumin-variable, sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 90, "wght" 600;
  letter-spacing: 1px;
}

.c-recruit__info h4 {
  font-size: 2rem;
  margin-top: 8px;
  letter-spacing: 0px;
}

.c-recruit__letter {
  font-size: 1.2rem;
  margin: 26px 2px 10px;
  letter-spacing: 1px;
  line-height: 1.75;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

/*# sourceMappingURL=style.css.map */

.c-menu__intro {
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

.c-service__blue.sur .c-invest__part {
  margin-top: -67px;
  padding-top: 67px;
}

@media only screen and (max-width: 767px) {
  .c-service__blue.sur .c-invest__part {
    margin-top: -55px;
    padding-top: 55px;
  }
}

@media only screen and (max-width: 516px) {
  .c-service__blue.sur .c-invest__part {
    margin-top: -40px;
    padding-top: 40px;
  }
  .c-service__link.sur a {
    width: 47%;
  }
}

.line-container {
  position: relative;
  width: 200px;
  height: 200px;
}

.line {
  position: absolute;
  width: 250px;
  height: 10px;
  transform-origin: left center;
  transform: scaleX(0) rotate(45deg);
  opacity: 0;
  animation: drawLine 0.8s ease-out forwards;
  border-radius: 2px;
}

.yellow {
  top: 100px;
  left: -20px;
  background-color: #f6aa00;
  animation-delay: 0s;
}

.red {
  top: 50px;
  left: 0;
  background-color: #e60013;
  animation-delay: 0.6s;
}

@keyframes drawLine {
  0% {
    transform: scaleX(0) rotate(45deg);
    opacity: 0;
  }
  100% {
    transform: scaleX(1) rotate(45deg);
    opacity: 1;
  }
}

.form-meta {
  max-width: 752.24px;
  margin: 66px auto 45px;
}

.form-item2 {
  width: 503.17px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form-item3 {
  width: 336.17px;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  align-items: flex-end;
}

@media only screen and (max-width: 1024px) {
  .form-item2 {
    width: 67%;
  }
}

.form-item1 {
  max-width: 447.78px;
  width: 74%;
}

::placeholder {
  color: #bbbcbc;
  opacity: 0.8;
  font-size: 1.6rem;
  line-height: 2;
  font-family: Noto Sans JP, sans-serif;
}

.mwform-checkbox-field label,
.mwform-radio-field label {
  display: flex;
  align-items: center;
}

.form-white {
  visibility: hidden;
}

.mwform-checkbox-field-text {
  margin-left: 4px;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

.wpcf7-checkbox input {
  width: 24.1px;
  height: 24.1px;
  margin: 0;
}
@media only screen and (max-width: 576px) {
  .wpcf7-checkbox input {
    width: 20.1px;
    height: 20.1px;
  }
}
.form-list {
  display: flex;
  margin: 0 auto 26px;
  width: 100%;
}

.form-list.form-message1 {
  margin: 25px auto;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .form-list.form-message1 {
    margin: 0;
  }
}

.form-list.form-message1 .form-item:first-child {
  margin-top: 13px;
}

.form-input.year {
  width: 102.71px;
}

.form-input.date {
  width: 55.64px;
}

.form-item:first-child {
  width: 191.36px;
  margin-right: 38px;
  flex-direction: row-reverse;
}

.form-box {
  align-items: flex-start;
  margin: 26px auto 29px;
}

.form-info {
  width: 145px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
}

@media only screen and (max-width: 1024px) {
  .form-info {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 516px) {
  .form-info {
    font-size: 1.5rem;
  }
}

.form-item {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
}

.form-red {
  font-size: 1.1rem;
  color: #e60013;
  border-radius: 5px;
  margin-right: 15px;
}

.form-info {
  letter-spacing: 1px;
}

.form-list .form-item:nth-child(2) {
  display: block;
  width: 71%;
}

#form-mess .form-input {
  padding: 10px 20px;
  width: 560.75px;
  height: 233.35px;
}

.mw_wp_form_confirm #form-mess .form-item:first-child {
  margin-top: 0;
}

#form-mess {
  align-items: flex-start;
}

#form-mess .form-item:first-child {
  margin-top: 13px;
}

.form-blue {
  background-color: #005aab !important;
}

.form-input {
  box-sizing: border-box;
  font-family: Noto Sans JP, sans-serif;
  padding: 0 20px;
  height: 48.69px;
  width: 100%;
  border: 1px solid white;
  font-size: 1.6rem;
  line-height: 2;
  border-radius: 4px;
  max-width: 234.35px;
  background-color: #efefef;
}

.form-list.choice {
  margin: 55px auto 31px;
}

@media only screen and (max-width: 767px) {
  .form-list.choice {
    margin: 20px auto;
  }
}

.form-message2 {
  box-sizing: border-box;
  font-family: Noto Sans JP, sans-serif;
  padding: 10px 20px;
  height: 198.45px;
  width: 100%;
  border: 1px solid white;
  font-size: 1.5rem;
  line-height: 2;
  border-radius: 4px;
  background-color: #efefef;
}

.form-note {
  font-size: 1.6rem;
  margin: 113px 0 76px;
  line-height: 2.7;
  letter-spacing: 1.5px;
  display: flex;
  justify-content: center;
}

.form-meta .wpcf7-list-item {
  margin: 0;
}

.contact-main2__text {
  margin: 80px 0 63px;
  text-align: center;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 767px) {
  .contact-main2__text {
    margin: 30px 0 50px;
  }
}

@media only screen and (max-width: 516px) {
  .contact-main2__text {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.contact-main2__text a {
  color: #e60013;
}

.contact-main2__text.sp {
  display: none;
}

.contact-main2__text .error {
  bottom: -17px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.contact-main2__meta {
  justify-content: center;
  display: flex;
  margin-bottom: 9px;
}

.p-contact .p-contact__btn__back {
  display: none;
}

.p-contact__btn__back {
  position: relative;
}

.mw_wp_form_confirm .p-contact__btn__back {
  margin-right: 38px;
}

.p-contact__btn__back span {
  top: 11px;
}

.p-contact__btn__back span {
  cursor: pointer;
  transform: rotate(180deg);
  top: 87px;
  font-size: 2rem;
  position: absolute;
  left: 26px;
  color: white;
}

.contact-main2__link {
  position: relative;
}

.form-item2 .wpcf7-form-control-wrap {
  width: 100%;
}

.contact-main2__link input {
  font-weight: bold;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  position: relative;
  width: 171.69px;
  color: white;
  background-color: #e60013;
  height: 49.29px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.7rem;
  border-radius: 36px;
  letter-spacing: 1px;
  padding-right: 30px;
}

@media only screen and (max-width: 1024px) {
  .contact-main2__link input {
    letter-spacing: 3px;
  }
}

.contact-main2__text .mwform-checkbox-field-text {
  display: none;
}

.contact-main2__link span {
  top: 9px;
  right: 35px;
  font-size: 2rem;
  position: absolute;
  color: white;
}

.contact-main2__link:hover span {
  cursor: pointer;
  right: 25px;
  transition: linear 0.5s;
}

.p-contact__btn__back {
  position: relative;
}

.p-contact__btn__back input {
  -webkit-appearance: none;
  cursor: pointer;
  color: white;
  background-color: #595857;
  border: 0;
  height: 49px;
  width: 150px;
}

.p-contact__btn__back span {
  top: 9px;
}

.mw_wp_form_confirm .contact-main2__link img {
  right: 20px;
}

.mw_wp_form_confirm .form-box {
  margin: 0 auto 19px;
}

.mw_wp_form_confirm .form-list.form-message1 .form-item:first-child {
  margin-top: 0;
}

.mw_wp_form_confirm .contact-main2__text,
.mw_wp_form_confirm .contact-main2__text.sp {
  display: none;
}

.form-meta .wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .form-item2 {
    width: 100%;
  }
  .form-list .form-item:nth-child(2) {
    width: 100%;
  }
  .form-list {
    flex-wrap: wrap;
  }
  .form-item:first-child {
    justify-content: flex-start;
    margin-bottom: 10px;
    width: 100%;
    flex-direction: row;
  }
  .form-info {
    margin-right: 12px;
  }
  .contact-main2__link input {
    font-size: 1.7rem;
    letter-spacing: 1px;
    width: 182.81px;
  }
  .mw_wp_form_confirm .p-contact__btn__back {
    margin-right: 18px;
  }
  .contact-main2__meta {
    max-width: 465px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 516px) {
  .mw_wp_form_confirm .contact-main2__link img {
    display: none;
  }
  .contact-main2__link img {
    right: 20px;
  }
  .contact-main2__meta {
    max-width: 288px;
  }
  .contact-main2__link span {
    display: none;
  }
  .p-contact__btn__back span {
    display: none;
  }
  .p-contact__btn__back input {
    width: 50px;
    font-size: 1.4rem;
  }
  .contact-main2__button {
    width: 100%;
  }
  .contact-main2__text.sp {
    display: flex;
  }
  .form-input {
    width: 100%;
  }
  .contact-main2__link input {
    margin: 0 auto;
    height: 50.17px;
  }
}

.mw_wp_form_confirm .form-list {
  align-items: center !important;
}

.mw_wp_form_complete {
  padding: 8vw 11vw;
  max-width: 55vw;
  margin: 150px auto 450px;
  background: white;
  border-radius: 8px;
}

.form-item4 {
  width: 68%;
  max-width: 518px;
  margin-left: 4px;
}

.wpcf7-checkbox.form-choice {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem 0;
}
@media only screen and (max-width: 516px) {
  .wpcf7-checkbox.form-choice {
    grid-template-columns: repeat(2, 1fr);
  }
}
.wpcf7-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-main2__text .wpcf7-list-item-label {
  display: none;
}

.contact-main2__text .wpcf7-not-valid-tip {
  bottom: -30px;
  position: absolute;
  left: 50%;
  width: max-content;
  transform: translateX(-50%);
}

.wpcf7-form-control-wrap {
  position: unset !important;
}

.contact-main2__text .wpcf7-checkbox input {
  width: 23.1px;
  height: 23.1px;
  margin-right: 10px;
}

.form-item4 .wpcf7-list-item {
  margin: 0 0 16px;
  text-wrap-mode: nowrap;
}

@media only screen and (max-width: 516px) {
  .form-item4 .wpcf7-list-item {
    width: 100%;
  }
}

.wpcf7-list-item-label {
  font-size: 1.4rem;
  margin-left: 15px;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 516px) {
  .wpcf7-list-item-label {
    letter-spacing: 1px;
    margin-left: 5px;
  }
}

.wpcf7-checkbox label {
  display: flex;
  align-items: center;
}

.mw_wp_form_complete {
  border: 1px solid;
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .mw_wp_form_complete {
    padding: 8vw 4vw;
    max-width: 67vw;
  }
}

@media only screen and (max-width: 767px) {
  .form-item4 {
    margin-left: 0;
    width: 100%;
  }
  .form-item1 {
    width: 100%;
  }
  .mw_wp_form_complete {
    max-width: 85vw;
    margin: 150px auto 250px;
  }
  .form-meta {
    margin: 40px auto 45px;
    max-width: 448.24px;
  }
}

@media only screen and (max-width: 516px) {
  .form-meta {
    margin: 35px auto 45px;
  }
  .form-item1 {
    max-width: 100%;
  }
  .mw_wp_form_complete {
    margin: 120px auto 200px;
  }
}

.mw_wp_form_complete p {
  margin-bottom: 20px;
  font-size: 1.651rem;
}

.mw_wp_form_confirm .p-contact__btn__back {
  display: block;
}

.mw_wp_form_confirm .contact-main2__link input {
  width: 277px;
}

@media only screen and (max-width: 767px) {
  .mw_wp_form_confirm .contact-main2__link input {
    width: 227px;
  }
  .mw_wp_form_confirm .contact-main2__link img {
    display: none;
  }
}

@media only screen and (max-width: 516px) {
  .form-list .form-item:nth-child(2) {
    width: 100%;
  }
  .mw_wp_form_confirm .contact-main2__link input {
    font-size: 1.4rem;
    width: 145px;
  }
}

.contact-main2__link img {
  position: absolute;
  width: 26.13px;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .contact-main2__button {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 516px) {
  .contact-main2__button {
    margin-top: 40px;
  }
  .contact-main2__text {
    margin-bottom: 30px;
  }
}

.wpcf7-form .wpcf7-radio label {
  position: relative;
  cursor: pointer;
}

.wpcf7-form .wpcf7-radio input[type="radio"] {
  position: relative;
  visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type="radio"] + span {
  /*   border: 3px solid red;  */
}

.wpcf7-form .wpcf7-radio input[type="radio"] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 14px;
  width: 14px;
  top: 1px;
  border: 2px solid #222;
}

.wpcf7-form .wpcf7-radio input[type="radio"] + span:after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top: 5.5px;
  left: 4.5px;
  visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type="radio"]:checked + span:before {
  background: transparent;
  /*     border-color: red; */
}

.wpcf7-form .wpcf7-radio input[type="radio"]:checked + span:after {
  background: #222;
  visibility: visible;
}

.form-red.white {
  visibility: hidden;
}

.form-item3 .wpcf7-not-valid-tip {
  position: absolute;
  left: 20px;
}

@media only screen and (max-width: 1024px) {
  .c-header__recruit {
    width: 130.72px;
  }
}

@media only screen and (max-width: 767px) {
  .form-info {
    width: auto;
  }
}

@media only screen and (max-width: 516px) {
  .c-header__recruit {
    width: 115.72px;
    right: 5px;
  }

  .form-input.year {
    width: 90.71px;
  }
  .form-input.date {
    width: 50px;
    padding: 0 10px;
  }
}

.post-image {
  position: relative;
}

.post-image img:nth-child(2) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.post-image img:nth-child(1) {
  visibility: hidden;
}

.p-delivery__pagination .wp-pagenavi a,
.p-delivery__pagination .wp-pagenavi span {
  color: black;
  text-decoration: none;
  border: none;
  padding: 20px 22px;
  margin: 15px;
  font-family: acumin-variable, sans-serif;
  font-size: 1.7rem;
}

.pages {
  display: none;
}

.p-delivery__pagination {
  margin: 87px 0 0;
  display: flex;
  justify-content: center;
}

.p-delivery__pagination .wp-pagenavi a:hover,
.p-delivery__pagination .wp-pagenavi span.current {
  border-color: #efefef;
  background-color: #efefef;
  color: black;
}

.nextpostslink {
  display: none;
}

.previouspostslink {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .p-delivery__pagination .wp-pagenavi a,
  .p-delivery__pagination .wp-pagenavi span {
    padding: 10px 13px;
    margin: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .p-delivery__pagination {
    margin: 60px 0 0;
  }
}

@media only screen and (max-width: 516px) {
  .p-delivery__pagination {
    margin: 50px 0 0;
  }
  .p-delivery__pagination .wp-pagenavi a,
  .p-delivery__pagination .wp-pagenavi span {
    font-size: 1.6rem;
  }
}

.c-news__bottom .p-top2__link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.is-hidden {
  visibility: hidden;
}

.p-top1__slide .slick-dots li button:before {
  width: 32.39px;
  height: 4.5px;
  content: "";
  background: #dedfdf;
  opacity: 1;
}

.p-top1__slide .slick-dots li.slick-active button:before {
  opacity: 1;
  color: black;
  background: #e60013;
}

.p-top1__slide .slick-dots {
  bottom: -30px;
}

.p-top1__slide .slick-dots li {
  margin: 0 14px;
}

@media only screen and (max-width: 1024px) {
  .p-top1__slide .slick-dots li {
    margin: 0 10px;
  }
  .p-top1__slide .slick-dots li button:before {
    width: 25.39px;
    height: 3.5px;
  }
}

@media only screen and (max-width: 767px) {
  .p-top1__slide .slick-dots li {
    margin: 0 8px;
  }
  .p-top1__slide .slick-dots li button:before {
    width: 22.39px;
    height: 3px;
  }
}

@media only screen and (max-width: 516px) {
  .p-top1__slide .slick-dots li {
    margin: 0 6px;
  }
  .p-top1__slide .slick-dots li button:before {
    width: 20px;
  }
}

.c-case__category.blue {
  background-color: #0c80af;
}

.c-case__black .active {
  position: relative;
}

.c-case__black .active::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -16px;
  background-color: black;
  width: 8.2px;
  height: 8.2px;
}

.c-list__item {
  margin-bottom: 100px;
}

@media only screen and (max-width: 516px) {
  .c-list__item {
    margin-bottom: 80px;
  }
}

.c-recruit__tab.is-active {
  display: block;
  z-index: 10;
}

.c-recruit__item {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .recruit__tab-wrapper {
    display: flex;
    justify-content: center;
  }
  .c-recruit__tab {
    width: 100%;
    max-width: 90vw;
  }
  .c-recruit__tab {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 57vw;
    box-sizing: border-box;
    padding: 20px;
    top: 60px;
  }
  .c-recruit__tab--left {
    left: 30px;
    transform: unset;
  }
  .c-recruit__tab--right {
    right: 30px;
    transform: unset;
    left: unset;
  }
}

@media only screen and (max-width: 516px) {
  .c-recruit__item:nth-child(even) .c-recruit__tab {
    right: 40px;
    transform: unset;
    left: unset;
  }
  .c-recruit__tab {
    width: 60vw;
    left: 40px;
    transform: unset;
  }
}

.p-top2__animate {
  position: relative;
  height: 221.94px;
}

.logo-line {
  position: absolute;
  width: 100%;
  opacity: 0;
  filter: drop-shadow(0 0 0 transparent);
  transition: filter 0.4s ease;
}

.wrapper {
  position: absolute;
  left: 13%;
  bottom: 32%;
  width: 100%;
  overflow: hidden;
}

/* Thanh đỏ */

.logo-line.reds {
  left: 0;
  bottom: 0;
}

.logo-line.animate.reds {
  animation: appear-from-left 1s ease-out forwards,
    streak 2.5s ease-in-out infinite 2s;
  z-index: 2;
}

/* Thanh vàng */

.logo-line.yellows {
  position: relative;
  left: 0;
  bottom: 0;
}

.logo-line.animate.yellows {
  animation: appear-from-right 1s ease-out forwards 0.6s,
    streak 2.5s ease-in-out infinite 2.6s;
  z-index: 1;
}

.logo-line:hover {
  filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.6));
}

/* Thanh đỏ chạy từ trái sang */

@keyframes appear-from-left {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Thanh vàng chạy từ phải sang */

@keyframes appear-from-right {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes streak {
  0% {
    filter: drop-shadow(0 0 0 transparent);
  }
  50% {
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.8));
  }
  100% {
    filter: drop-shadow(0 0 0 transparent);
  }
}

/* Khi vào tầm nhìn */

@media only screen and (max-width: 516px) {
  .p-top1__item:nth-child(2) .p-top1__abs {
    display: flex;
    align-items: center;
  }
}

.p-top1__image {
  overflow: hidden;
  /* Ngăn hình ảnh bị tràn ra ngoài */
}

.p-top1__image img {
  transition: transform 0.5s ease;
  /* Chuyển động mượt mà */
}

a:hover .p-top1__image img {
  transform: scale(1.1);
  /* Phóng to ảnh khi hover */
}

.p-top1__item:hover img {
  opacity: 1;
  /* Khi hover: hiển thị rõ */
}

.p-top1__item:hover {
  opacity: 1;
  /* Khi hover: hiển thị rõ */
}

.p-top4__image {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid white;
  /* Ngăn hình ảnh bị tràn ra ngoài */
}

.p-top4__image img {
  transition: transform 0.5s ease;
  /* Chuyển động mượt mà */
  scale: 1.03;
}

a:hover .p-top4__image img {
  transform: scale(1.1);
  /* Phóng to ảnh khi hover */
}

.p-top4__item:hover {
  opacity: 1;
  /* Khi hover: hiển thị rõ */
}

.p-top4__item:hover img {
  opacity: 1;
  /* Khi hover: hiển thị rõ */
}

@-webkit-keyframes moveScrollBtn {
  0% {
    top: 0;
  }
  100% {
    top: calc(100% - 7px);
  }
}

@keyframes moveScrollBtn {
  0% {
    top: 0;
  }
  100% {
    top: calc(100% - 7px);
  }
}

.p-top-mv__scroll {
  position: absolute;
  bottom: -53px;
  left: 6.5%;
  font-size: 1.5rem;
  letter-spacing: 1px;
  color: #e60013;
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  line-height: 1.2;
  font-family: acumin-variable, sans-serif;
  flex-direction: column;
  align-items: center;
}

.p-top-mv__scroll span {
  position: relative;
  display: block;
  height: 161px;
  width: 1.5px;
  background-color: #e60013;
  margin-top: 5px;
}

.p-top-mv__scroll span::before {
  position: absolute;
  content: "";
  width: 7.61px;
  height: 7.61px;
  border-radius: 50%;
  background-color: #e60013;
  left: 50%;
  top: 0;
  animation: moveScrollBtn 1.5s ease-in-out infinite;
  transform: translateX(-50%);
}

@media only screen and (max-width: 1024px) {
  .p-top-mv__scroll span {
    height: 120px;
  }
  .p-top-mv__scroll {
    left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .p-top-mv__scroll span {
    height: 80px;
  }
  .p-top-mv__scroll span {
    height: 100%;
  }
  .p-top-mv__scroll {
    bottom: -38px;
    font-size: 1.4rem;
    height: 31%;
  }
}
  .border-white.sp{
    display: none;
  }
@media only screen and (max-width: 516px) {
  .p-top-mv__scroll {
    bottom: -20%;
    left: 20px;
    font-size: 1.3rem;
    height: 40%;
  }
  .border-white.pc{
    display: none;
  }
   .border-white.sp{
    display: block;
  }
}
