@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 {
  max-width: 1700px;
  padding: 0 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin: 9px auto;
}
@media only screen and (max-width: 370px) {
  .c-header__list {
    padding: 0 10px;
  }
}
.c-header__first {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 26.5%;
  -webkit-box-align: center;
  align-items: center;
}

.c-header__logo {
  width: 200px;
  display: block;
  margin-right: 20px;
}
@media only screen and (max-width: 1200px) {
  .c-header__logo {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .c-header__logo {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__logo {
    margin-right: 0;
  }
}
@media only screen and (max-width: 516px) {
  .c-header__logo {
    max-width: 150px;
    width: 100%;
  }
}

.c-header__second {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 15px;
  min-width: 147px;
}

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

.c-header__text {
  font-size: 0.977rem;
}

.c-header__pay {
  width: 106.26px;
  margin-top: 6px;
}

.c-header__menu {
  display: -webkit-box;
  display: flex;
  background-color: #fbfbfb;
  font-size: 1.5rem;
  border-radius: 24px;
  justify-content: space-between;
  margin: 13px 20px 0;
  letter-spacing: 1px;
  padding: 4px;
}
@media only screen and (max-width: 1324px) {
  .c-header__menu {
    margin: 13px 10px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .c-header__menu {
    display: none;
  }
}

.c-header__menu li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 50.61px;
  padding: 0 21px;
  border-radius: 36px;
}
@media only screen and (max-width: 1324px) {
  .c-header__menu li a {
    padding: 0 15px;
  }
}

.c-header__last {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: end;
  align-items: flex-end;
  font-size: 1.2rem;
}

.c-header__language {
  margin-right: 9px;
}
@media only screen and (max-width: 767px) {
  .c-header__language {
    margin-right: 0;
  }
}
@media only screen and (max-width: 516px) {
  .c-header__language {
    text-align: center;
    min-width: 110px;
  }
}
.c-header__phone {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 3.709rem;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  margin-top: -5px;
}

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

.c-header__phone img {
  width: 27.27px;
  margin-right: 8px;
  margin-top: 6px;
}

.c-header__time {
  letter-spacing: 2.5px;
  margin-right: 11px;
  margin-top: -6px;
}

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

@media only screen and (max-width: 1324px) {
  .c-header__first {
    flex-wrap: wrap;
    justify-content: center;
    width: 15.5%;
  }
  .c-header__phone {
    font-size: 3rem;
  }
  .c-header__time {
    margin-right: 0;
  }
}

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

header .menu {
  width: 75px;
  height: 75px;
  position: relative;
  margin: auto;
  border-radius: 50%;
  z-index: 1001;
  cursor: pointer;
  -webkit-transition: opacity 0.16s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0.16s cubic-bezier(0.33, 1, 0.68, 1);
  border: 1px solid white;
  background-color: #e8351f;
}
.menu.open {
  border: 1px solid #e8351f;
  background: white;
}
@media only screen and (max-width: 1024px) {
  header .menu {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 516px) {
  header .menu {
    width: 55px;
    height: 55px;
  }
}

.tablet header .menu,
.sp header .menu {
  inset: 24px 24px auto auto;
}

header .menu:hover {
  opacity: 1;
}

header .menu.hidden {
  opacity: 0;
  pointer-events: none;
}

header .menu::before {
  opacity: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 auto auto 0;
  border-radius: 50%;
  background-color: #e8351f;
  border: 1px solid white;
  transition:
    background 0.35s cubic-bezier(0.33, 1, 0.68, 1),
    transform 0.64s cubic-bezier(0, 0.55, 0.45, 1);
}

header .menu:hover::before {
  opacity: 1;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  transition: transform 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}

@media only screen and (max-width: 1024px) {
  header .menu:before {
    display: none;
  }
}

header .menu.open::before {
  background-color: #fff;
}

header .menu .menu_bar {
  display: block;
  position: absolute;
  inset: 0 auto 0 20px;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.46s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.46s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@media only screen and (max-width: 1024px) {
  header .menu .menu_bar {
    inset: 0 auto 0 12px;
  }
  .c-header__fix {
    left: 0;
    top: 0;
    background: white;
    width: 100%;
    z-index: 100000;
    position: fixed;
  }
  main {
    padding-top: 88px;
  }
}
@media only screen and (max-width: 767px) {
  main {
    padding-top: 86.39px;
  }
}
@media only screen and (max-width: 516px) {
  main {
    padding-top: 55px;
  }
  header .menu .menu_bar {
    inset: 0 auto 0 14px;
  }
}

header .menu .menu_bar:nth-child(1) {
  width: 35.99px;
  top: -16px;
}

@media only screen and (max-width: 767px) {
  header .menu .menu_bar:nth-child(1) {
    width: 30.99px;
  }
}

@media only screen and (max-width: 516px) {
  header .menu .menu_bar:nth-child(1) {
    width: 25.99px;
  }
}

header .menu .menu_bar:nth-child(2) {
  width: 25px;
}

@media only screen and (max-width: 767px) {
  header .menu .menu_bar:nth-child(2) {
    width: 22px;
  }
}

@media only screen and (max-width: 516px) {
  header .menu .menu_bar:nth-child(2) {
    width: 20px;
  }
}

header .menu .menu_bar:nth-child(3) {
  width: 12.5px;
  top: 16px;
}

header .menu:hover .menu_bar {
  width: 35.99px;
}

@media only screen and (max-width: 516px) {
  header .menu:hover .menu_bar {
    width: 25.99px;
  }
}

header .menu.open .menu_bar {
  background-color: #e8351f;
}

header .menu.open .menu_bar:nth-child(1) {
  width: 35.99px;
  top: 0;
  left: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 1024px) {
  header .menu.open .menu_bar:nth-child(1) {
    left: 12px;
  }
}

@media only screen and (max-width: 516px) {
  header .menu.open .menu_bar:nth-child(1) {
    left: 14px;
    width: 25.99px;
  }
}

header .menu.open .menu_bar:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(7px);
  transform: translateX(7px);
}

header .menu.open .menu_bar:nth-child(3) {
  width: 35.99px;
  top: 0;
  left: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1024px) {
  header .menu.open .menu_bar:nth-child(3) {
    left: 12px;
  }
}

@media only screen and (max-width: 516px) {
  header .menu.open .menu_bar:nth-child(3) {
    left: 14px;
    width: 25.99px;
  }
}

header .gnav_mask {
  display: none;
  opacity: 0;
  width: var(--viewport-width);
  width: 100%;
  height: 100dvh;
  position: fixed;
  inset: 0 auto auto 0;
  display: none;
  z-index: 1000;
  -webkit-mask-image: radial-gradient(
    circle at var(--menu) 46%,
    black var(--scale),
    rgba(0, 0, 0, 0) 50%
  );
  mask-image: radial-gradient(
    circle at var(--menu) 46%,
    black var(--scale),
    rgba(0, 0, 0, 0) 50%
  );
  mask-repeat: no-repeat;
  mask-size: var(--viewport-width);
  -webkit-mask-image: radial-gradient(
    circle at var(--menu) 46%,
    black var(--scale),
    rgba(0, 0, 0, 0) 0%
  );
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: var(--viewport-width);
  will-change: contents;
}

@media only screen and (max-width: 1024px) {
  header .gnav_mask {
    mask-image: radial-gradient(
      circle at var(--menu) 5%,
      black var(--scale),
      rgba(0, 0, 0, 0) 50%
    );
    -webkit-mask-image: radial-gradient(
      circle at var(--menu) 5%,
      black var(--scale),
      rgba(0, 0, 0, 0) 0%
    );
  }
}

.tablet header .gnav_mask,
.sp header .gnav_mask {
  -webkit-mask-image: radial-gradient(
    circle at top 56px right 56px,
    black var(--scale),
    rgba(0, 0, 0, 0) 50%
  );
  mask-image: radial-gradient(
    circle at top 56px right 56px,
    black var(--scale),
    rgba(0, 0, 0, 0) 50%
  );
  mask-repeat: no-repeat;
  mask-size: var(--viewport-width);
  -webkit-mask-image: radial-gradient(
    circle at top 56px right 56px,
    black var(--scale),
    rgba(0, 0, 0, 0) 0%
  );
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: var(--viewport-width);
}

header .gnav_container {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  inset: 0 auto auto 0;
  color: #fff;
  background-color: #e8351f;
  z-index: 1000;
  -webkit-box-align: center;
  align-items: center;
  padding: 20px;
}

style attribute {
  --scrollbar-width: 0px;
  overflow: hidden;
  padding-right: 0px;
  --viewport-width: 1100px;
}

.c-header__abs {
  position: fixed;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  right: 40px;
  top: 31%;
  z-index: 1001;
  width: 79.44px;
}
@media only screen and (max-width: 1124px) {
  .c-header__abs {
    right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .c-header__abs {
    position: unset;
    width: auto;
  }
}

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

.c-header__abs a:nth-child(2) {
  margin: 39px 0 22px;
  width: 30.31px;
}

.c-header__abs a:nth-child(3) {
  width: 30.31px;
  margin-bottom: 47px;
}

.c-modal__menu {
  width: 100%;
}

.c-model__list {
  max-width: 926.29px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-model__list {
    max-width: 578.29px;
    justify-content: space-between;
  }
  .c-model__list::after {
    position: absolute;
    max-height: 704.29px;
    height: 480.29px;
    width: 1px;
    background-color: white;
    content: "";
    right: 45%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 516px) {
  .c-model__list::after {
    display: none;
  }
  .c-model__list {
    flex-wrap: wrap;
  }
}

.c-model__left {
  position: relative;
  margin-right: 19%;
}
@media only screen and (max-width: 767px) {
  .c-model__left {
    margin-right: 7%;
  }
}
@media only screen and (max-width: 516px) {
  .c-model__left {
    width: 100%;
    max-width: 260.25px;
    margin: 0px auto 35px;
  }
}

.c-model__left::after {
  position: absolute;
  max-height: 704.29px;
  height: 704.29px;
  width: 1px;
  background-color: white;
  content: "";
  right: -25%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .c-model__left::after {
    display: none;
  }
}

@media only screen and (max-width: 516px) {
}

.c-model__logo {
  max-width: 380.81px;
}

@media only screen and (max-width: 1024px) {
  .c-model__logo {
    display: none;
    max-width: 320.81px;
    margin: 0 auto;
  }
}

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

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

.c-model__second {
  max-width: 382.25px;
  background-color: white;
  margin-top: 135px;
  padding: 20px 0 9px;
  border-radius: 12px;
}
@media only screen and (max-width: 1024px) {
  .c-model__second {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-model__second {
    padding: 20px 10px 9px;
  }
}

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

.c-model__text {
  font-size: 1.613rem;
  text-align: center;
  color: black;
}

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

.c-model__pay {
  max-width: 175.14px;
  margin: 8px auto 7px;
}

.c-model__phone {
  font-size: 6.134rem;
  font-weight: 700;
  font-family: acumin-pro-condensed, sans-serif;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 5px;
}

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

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

.c-model__phone img {
  width: 45px;
  margin-right: 15px;
  margin-top: 14px;
}

@media only screen and (max-width: 767px) {
  .c-model__phone img {
    width: 33px;
    margin-right: 10px;
    margin-top: 5px;
  }
}

.c-model__time {
  font-size: 1.984rem;
  margin-top: -11px;
  margin-left: 30px;
  letter-spacing: 4px;
}
@media only screen and (max-width: 1024px) {
  .c-model__time {
    text-align: center;
    font-size: 1.7rem;
    margin-top: -5px;
    margin-left: 0;
    letter-spacing: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .c-model__time {
    text-align: center;
    font-size: 1.5rem;
    margin-top: -5px;
    letter-spacing: 2px;
  }
}

.c-model__menu {
  font-size: 3rem;
}

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

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

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

.c-model__menu li {
  margin-bottom: 35px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1024px) {
  .c-model__menu li {
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 767px) {
  .c-model__menu li {
    letter-spacing: 0;
  }
}

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

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

.p-top8 {
  background-color: #e0e1e1;
  padding-top: 77px;
}

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

.p-top8__title {
  font-size: 4.306rem;
  text-align: center;
  letter-spacing: 8px;
}

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

@media only screen and (max-width: 767px) {
  .p-top8__title {
    letter-spacing: 3px;
    font-size: 3rem;
  }
}

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

.p-top8__desc {
  font-size: 2rem;
  text-align: center;
  margin: 43px 0 20px;
  letter-spacing: 2px;
}

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

.p-top8__list {
  max-width: 1051.7px;
  margin: 48px auto 110px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .p-top8__list {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

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

@media only screen and (max-width: 767px) {
  .p-top8__item {
    width: 100% !important;
    max-width: 300px;
    margin: 0 auto 30px;
  }
}

.p-top8__item:nth-child(1) {
  width: 39%;
}

.p-top8__item:nth-child(2) {
  width: 25%;
}

.p-top8__item:nth-child(3) {
  width: 28%;
}

.p-top8__info {
  width: 177.86px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: white;
  height: 40.27px;
  background-color: #e8351f;
  margin: 0 auto;
  border-radius: 9px;
  font-size: 2.667rem;
  letter-spacing: 5px;
  margin-bottom: -8px;
  z-index: 2;
  position: relative;
}

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

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

.p-top8__white {
  background-color: white;
  border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 10px;
  min-height: 111.96px;
}

@media only screen and (max-width: 516px) {
  .p-top8__white {
    min-height: 85.96px;
  }
}

.p-top8__phone {
  font-size: 5.122rem;
  color: #e8351f;
  text-align: center;
  font-weight: 700;
  font-family: acumin-pro-condensed, sans-serif;
  letter-spacing: 4.5px;
  margin-top: -6px;
}

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

@media only screen and (max-width: 516px) {
  .p-top8__phone {
    font-size: 3.122rem;
  }
}

.p-top8__time {
  font-size: 1.765rem;
  text-align: center;
  margin-top: -8px;
  letter-spacing: 3px;
}

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

.p-top8__time span {
  font-weight: 700;
  letter-spacing: 2px;
}

.p-top8__social {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  max-width: 145.48px;
  margin: 14px auto;
}

@media only screen and (max-width: 1024px) {
  .p-top8__social {
    max-width: 130px;
  }
}

@media only screen and (max-width: 516px) {
  .p-top8__social {
    max-width: 115px;
  }
}

.p-top8__social a {
  width: 63px;
  display: block;
}

@media only screen and (max-width: 1024px) {
  .p-top8__social a {
    width: 55px;
  }
}

@media only screen and (max-width: 516px) {
  .p-top8__social a {
    width: 44px;
  }
}

.p-top8__mail {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 2rem;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 18px;
  letter-spacing: 4px;
}

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

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

.p-top8__mail span {
  line-height: 1.4;
}

.p-top8__mail img {
  width: 46.42px;
  margin-left: 5px;
}

.p-top8__bottom {
  background-color: #efefef;
  padding: 42px 20px 1px;
}

.p-top8__center {
  text-align: center;
  font-size: 2.878rem;
  letter-spacing: 6px;
}

@media only screen and (max-width: 767px) {
  .p-top8__center {
    letter-spacing: 3px;
    font-size: 2.5rem;
  }
}

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

.p-top8__meta {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 30px auto 21px;
  max-width: 968.35px;
}

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

.p-top8__box {
  width: 30.5%;
}

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

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

@media only screen and (max-width: 516px) {
  .p-top8__box {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

.p-top8__part {
  font-size: 1.671rem;
  margin-bottom: 30px;
}

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

.p-top8__red {
  height: 42.34px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #e8351f;
  color: white;
  border-radius: 26px;
  letter-spacing: 3px;
}

.p-top8__red.big {
  letter-spacing: 0;
}

.p-top8__store {
  margin-left: 16px;
  letter-spacing: 3px;
  margin-top: 10px;
  line-height: 1.7;
}

.c-footer__red {
  background-color: #e8351f;
  padding-top: 110px;
  padding-bottom: 1px;
}

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

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

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

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

.c-footer__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  color: white;
  max-width: 303.16px;
  font-size: 1.33rem;
  margin: 148px auto 37px;
  letter-spacing: 2px;
}

.c-footer__gray {
  text-align: center;
  color: white;
  background-color: #828282;
  height: 84.97px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  letter-spacing: 2.5px;
}

@media only screen and (max-width: 767px) {
  .c-footer__gray {
    letter-spacing: 1px;
  }
}

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

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

body {
  font-family:
    Noto Sans JP,
    sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}

body.open {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-top1 {
  position: relative;
  overflow: hidden;
}

/* .p-top1__circle {
  --progress: 452%;
  -webkit-mask-image: url(../img/circle.svg);
  mask-image: url(../img/circle.svg);
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-origin: top center;
  mask-origin: top center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: var(--progress);
  mask-size: var(--progress);
} */

@media only screen and (max-width: 767px) {
  .p-top1__circle {
    --progress: 554%;
  }
}

@media only screen and (max-width: 516px) {
  .p-top1__circle {
    --progress: 719%;
  }
}

.p-top1__circle:nth-child(3) {
  margin-top: -6%;
}

.p-top1__top {
  background-color: #e8351f;
  color: white;
  padding: 76px 20px;
  position: relative;
}

@media only screen and (min-width: 1500px) {
  .p-top1__top {
    padding: 76px 20px;
  }
}

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

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

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

.p-top1__list {
  display: -webkit-box;
  display: flex;
  max-width: 1194px;
  margin: 0 auto;
  justify-content: center;
}

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

.p-top1__left {
  width: 14.5%;
}

@media only screen and (max-width: 1024px) {
  .p-top1__left {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    max-width: 361px;
    margin: 0 auto;
    justify-content: center;
  }
}

.p-top1__left a {
  border-radius: 50%;
  width: 145.95px;
  height: 145.95px;
  border: 1px solid white;
  display: block;
  text-align: center;
}

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

@media only screen and (max-width: 516px) {
  .p-top1__left a {
    width: 121.95px;
    height: 121.95px;
  }
}

.p-top1__left a p:first-child {
  font-size: 3.46rem;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  margin-top: 35px;
  letter-spacing: 2px;
  margin-bottom: -5px;
}

@media only screen and (max-width: 767px) {
  .p-top1__left a p:first-child {
    font-size: 3rem;
    margin-top: 25px;
  }
}

.p-top1__left a p:last-child {
  font-size: 1.922rem;
}

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

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

.p-top1__center {
  width: 79%;
}
.p-top1__list .p-top1__center.sp {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .p-top1__center {
    width: 76%;
  }
}
@media only screen and (max-width: 1024px) {
  .p-top1__center {
    width: 100%;
    max-width: 711px;
  }
}
@media only screen and (max-width: 516px) {
  .p-top1__list .p-top1__center.pc {
    display: none;
  }
  .p-top1__list .p-top1__center.sp {
    display: block;
  }
}
.p-top1__title {
  position: relative;
}

.p-top1__title h1 {
  font-size: 4.8rem;
  letter-spacing: 3.5px;
  line-height: 1.4;
}

@media only screen and (max-width: 1100px) {
  .p-top1__title h1 {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-top1__title h1 {
    font-size: 3rem;
    letter-spacing: 2.5px;
  }
}

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

.p-top1__title img {
  position: absolute;
  left: 56.5%;
  top: 0;
  width: 41.87px;
}

@media only screen and (max-width: 767px) {
  .p-top1__title img {
    left: 64.5%;
    width: 36.87px;
  }
}

@media only screen and (max-width: 516px) {
  .p-top1__title img {
    left: 67.5%;
    width: 28.87px;
  }
}

.p-top1__text {
  position: relative;
  font-size: 1.5rem;
  margin-top: 37px;
  line-height: 1.7;
  letter-spacing: 3px;
  font-weight: 500;
}

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

.p-top1__text p {
  max-width: 711.38px;
}

.p-top1__text img {
  position: absolute;
  right: 0;
  bottom: -22%;
  width: 80.84px;
}

@media only screen and (max-width: 1100px) {
  .p-top1__text img {
    bottom: -65%;
  }
}

@media only screen and (max-width: 767px) {
  .p-top1__text img {
    margin: 20px auto;
    display: block;
    position: relative;
  }
}

.p-top1__bottom {
  background-image: url(../img/index/bg_02.png);
  background-size: cover;
  background-position: center;
  padding: 158px 20px;
}

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

@media only screen and (max-width: 516px) {
  .p-top1__bottom {
    padding: 110px 20px;
  }
}

.p-top1__image {
  display: -webkit-box;
  display: flex;
  position: absolute;
  top: 38.5%;
  z-index: 2;
  left: 34%;
}

@media only screen and (max-width: 1170px) {
  .p-top1__image {
    top: 35.5%;
    left: 29%;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .p-top1__image {
    -webkit-box-pack: center;
    justify-content: center;
    margin: -90px auto -71px;
    z-index: 2;
    position: relative;
    top: unset;
    left: unset;
  }
}

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

@media only screen and (max-width: 516px) {
  .p-top1__image {
    height: 70px;
    padding: 0 20px;
    margin: -90px auto -50px;
  }
}

.p-top1__icon:nth-child(1) {
  width: 104.97px;
}

.p-top1__icon:nth-child(2) {
  width: 138px;
  margin: -7px 129px 0 200px;
}

@media only screen and (max-width: 1170px) {
  .p-top1__icon:nth-child(2) {
    margin: 0 8%;
  }
}

.p-top1__icon:nth-child(3) {
  width: 78.24px;
  margin-top: -3px;
}

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

@media only screen and (max-width: 516px) {
  .p-top1__link {
    -webkit-box-pack: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.p-top1__link a {
  width: 31%;
}

@media only screen and (max-width: 767px) {
}

@media only screen and (max-width: 516px) {
  .p-top1__link a {
    width: 100%;
    max-width: 250px;
    margin: 0 10px 30px;
  }
}

.p-top2__bg {
  background-color: #e6f0f6;
  padding: 78px 20px 88px;
}

@media only screen and (max-width: 516px) {
  .p-top2__bg {
    padding: 65px 20px 88px;
  }
}

.p-top2__title {
  text-align: center;
}

.p-top2__title span {
  font-size: 2.465rem;
}

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

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

.p-top2__title h2 {
  font-size: 7.7rem;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  color: #e8351f;
  letter-spacing: 5.5px;
  margin-top: -32px;
}

@media only screen and (max-width: 1024px) {
  .p-top2__title h2 {
    font-size: 5.7rem;
    letter-spacing: 3px;
    margin-top: -16px;
  }
}

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

@media only screen and (max-width: 516px) {
  .p-top2__title h2 {
    font-size: 3.3rem;
    margin-top: -10px;
  }
}

.p-top2__text {
  font-size: 1.8rem;
  max-width: 752.35px;
  margin: 28px auto 53px;
  letter-spacing: 3.5px;
  line-height: 1.6;
}

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

.p-top2__list {
  max-width: 1011.48px;
  margin: 0 auto;
  grid-gap: 3.3rem 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

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

@media only screen and (max-width: 767px) {
  .p-top2__list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 598.48px;
    grid-gap: 2rem;
  }
}

.p-top2__item {
  background-color: white;
  box-shadow: 0 3px 10px rgba(128, 128, 128, 0.456);
  border-radius: 8px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 516px) {
  .p-top2__item {
    overflow: hidden;
  }
}

.p-top2__info {
  width: 77%;
  border-bottom-left-radius: 17px;
  border-bottom-right-radius: 17px;
  background-color: #e8351f;
  color: white;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 2.1rem;
  height: 56.16px;
  margin: 0 auto;
  letter-spacing: 2px;
  line-height: 1.2;
}

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

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

@media only screen and (max-width: 516px) {
  .p-top2__info {
    padding: 5px;
    font-size: 1.4rem;
    line-height: 1.4;
    border-radius: unset;
    width: 100%;
  }
}

@media only screen and (max-width: 360px) {
  .p-top2__info {
    font-size: 1.2rem;
  }
}

.p-top2__info.blue {
  background-color: #3798d5;
}

.p-top2__info.green {
  background-color: #6dba3f;
}

.p-top2__image {
  margin: 10px 13px 15px;
}

.p-top2__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .p-top2__link {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.p-top2__link a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 18px;
}

.p-top2__link a:nth-child(1) {
  width: 89.66px;
  height: 31.18px;
  background-color: #807f80;
  color: white;
}

.p-top2__link .p-top2__last {
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .p-top2__link .p-top2__last {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 15px;
  }
}

.p-top2__link .p-top2__last a {
  width: 111.47px;
  height: 31.18px;
  background-color: #e8351f;
  color: white;
  margin-right: 7px;
  margin-left: 10px;
}

.p-top2__star {
  width: 23.52px;
  margin-right: 9px;
  margin-top: 5px;
}

@media only screen and (max-width: 516px) {
  .p-top2__star {
    display: none;
  }
}

.p-top3 {
  margin-top: 83px;
  overflow-x: hidden;
}

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

.p-top3__text {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 3.5px;
}

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

.p-top3__list {
  font-size: 1.752rem;
  margin-top: 49px;
}

.p-top3__item {
  position: relative;
  margin: 0 40px 20px;
}

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

.p-top3__item:hover .p-top3__image {
  -webkit-clip-path: inset(0.8rem round 50%);
  clip-path: inset(0.8rem round 50%);
}

.p-top3__item:hover .p-top3__image::before {
  opacity: 0.5;
}

.p-top3__item:nth-child(even) {
  margin-top: 75px;
}

@media only screen and (min-width: 1500px) {
  .p-top3__item:nth-child(even) {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1500px) {
  .p-top3__item:nth-child(odd) {
    margin-top: 75px;
  }
}

@media only screen and (max-width: 1024px) {
  .p-top3__item:nth-child(even) {
    margin-top: 0;
  }
  .p-top3__item:nth-child(odd) {
    margin-top: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .p-top3__item:nth-child(even) {
    margin-top: 75px;
  }
  .p-top3__item:nth-child(odd) {
    margin-top: 0;
  }
}

.p-top3__number {
  position: absolute;
  color: #e8351f;
  left: 11px;
  top: 6px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .p-top3__number {
    left: -5px;
  }
}

.p-top3__image {
  -webkit-transition: -webkit-clip-path 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: clip-path 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition:
    clip-path 0.8s cubic-bezier(0.19, 1, 0.22, 1),
    -webkit-clip-path 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-clip-path: inset(0 round 50%);
  clip-path: inset(0 round 50%);
}

.p-top3__image:before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #231815;
  opacity: 0;
  -webkit-transition: opacity 0.55s cubic-bezier(0.26, 0.06, 0, 1);
  transition: opacity 0.55s cubic-bezier(0.26, 0.06, 0, 1);
}

.p-top3__image img {
  border-radius: 50%;
}

.p-top3__detail {
  position: absolute;
  bottom: -14px;
  left: 3px;
}

.p-top3__white {
  position: relative;
  z-index: 2;
  background-color: white;
  display: inline-block;
  margin-bottom: 3px;
  padding: 3px 15px;
}

.p-top3__button {
  display: -webkit-box;
  display: flex;
  width: 133.96px;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .p-top3__button {
    width: 103.96px;
  }
}

.p-top3__button div {
  cursor: pointer;
  width: 49.74px;
}

@media only screen and (max-width: 767px) {
  .p-top3__button div {
    width: 41.74px;
  }
}

.p-top3__bottom {
  width: 62%;
  margin: 20px auto;
}

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

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

.p-top4 {
  background-color: #ebecec;
  margin-top: 147px;
  padding: 102px 20px 117px;
}

@media only screen and (max-width: 767px) {
  .p-top4 {
    padding: 100px 20px;
    margin-top: 128px;
  }
}

@media only screen and (max-width: 516px) {
  .p-top4 {
    padding: 75px 20px 100px;
    margin-top: 100px;
  }
}

.p-top4__list {
  margin-top: 53px;
  margin-bottom: 112px;
}

@media only screen and (max-width: 767px) {
  .p-top4__list {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 516px) {
  .p-top4__list {
    margin-bottom: 60px;
    margin-top: 35px;
  }
}

.p-top4__question {
  max-width: 962.72px;
  background-color: #6f6f6f;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  color: white;
  font-size: 2.2rem;
  margin: 0 auto;
  height: 86.81px;
  border-radius: 41px;
  padding: 0 46px 0 43px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 767px) {
  .p-top4__question {
    font-size: 2rem;
    padding: 0 20px;
  }
}

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

.p-top4__question img {
  transition: all 0.3s linear;
  width: 44px;
}

@media only screen and (max-width: 516px) {
  .p-top4__question img {
    width: 35px;
  }
}

.p-top4__answer {
  font-size: 1.8rem;
  max-width: 925px;
  margin: 33px auto 100px;
  padding-left: 33px;
  letter-spacing: 3.5px;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .p-top4__answer {
    padding-left: 20px;
    font-size: 1.6rem;
    margin: 20px auto 60px;
  }
}

@media only screen and (max-width: 516px) {
  .p-top4__answer {
    margin: 20px auto 45px;
    font-size: 1.5rem;
  }
}

.p-top5 {
  margin-top: 108px;
  padding: 0 20px;
}

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

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

.p-top5__list {
  max-width: 964px;
  margin: 17px auto 82px;
}

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

.p-top5__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 15px;
}

@media only screen and (max-width: 516px) {
  .p-top5__item {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

.p-top5__image img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  width: 174.54px;
}

.p-top5__info {
  width: 78%;
  margin-left: 37px;
  letter-spacing: 2px;
}

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

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

.p-top5__date {
  font-size: 1.3rem;
  letter-spacing: 1.2px;
  margin-bottom: 5px;
}

.p-top5__title {
  font-size: 2rem;
}

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

.p-top6__gray {
  background-color: #ebecec;
  margin-top: 88px;
  padding: 52px 20px 90px;
}

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

.p-top6__list {
  max-width: 941.18px;
  margin: 49px auto 78px;
  grid-gap: 6rem 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 767px) {
  .p-top6__list {
    grid-gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 516px) {
  .p-top6__list {
    grid-gap: 2rem;
    margin: 30px auto 45px;
  }
}

.p-top6__item {
  font-size: 2rem;
}

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

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

.p-top6__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 13px;
}

.p-top6__title {
  margin-top: 9px;
  margin-left: 5px;
  letter-spacing: 2px;
}

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

.p-top6__white {
  background-color: white;
  padding: 87px 20px 0;
}

.p-top6__blue {
  max-width: 842.85px;
  background-color: #51bfcf;
  color: white;
  margin: 0 auto;
  border-radius: 6px;
  padding: 35px 20px 30px;
}

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

@media only screen and (max-width: 1024px) {
  .p-top6__recruit {
    max-width: 645.53px;
  }
}

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

.p-top6__left {
  text-align: center;
}

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

.p-top6__english {
  font-size: 7.55rem;
  font-family: acumin-pro-condensed, sans-serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 6px;
  margin-top: -35px;
}

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

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

@media only screen and (max-width: 516px) {
  .p-top6__english {
    font-size: 4.5rem;
    letter-spacing: 3px;
  }
}

.p-top6__japan {
  font-size: 3.537rem;
  margin-top: -25px;
  letter-spacing: 7px;
}

@media only screen and (max-width: 767px) {
  .p-top6__japan {
    font-size: 2.5rem;
    margin-top: -10px;
  }
}

@media only screen and (max-width: 516px) {
  .p-top6__japan {
    font-size: 2.3rem;
    letter-spacing: 2px;
  }
}

.p-top6__right {
  width: 382.48px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

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

.p-top6__right .c-page-connect {
  width: 204.96px;
}

.p-top6__right .c-page-connect ._deco {
  margin-left: 29px;
}

.p-top6__right .c-page-connect ._frame {
  margin-left: 32px;
  letter-spacing: 1px;
}

.p-top6__info {
  font-size: 1.794rem;
  letter-spacing: 4px;
}

.p-top6__meta {
  margin-top: 19px;
  margin-bottom: 14px;
}

.p-top6__line {
  font-size: 1.498rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: white;
  color: black;
  border: 1px solid;
  max-width: 351.6px;
  height: 45.27px;
  margin: 0 auto 16px;
  border-radius: 7px;
  letter-spacing: 3px;
}

@media only screen and (max-width: 516px) {
  .p-top6__line {
    letter-spacing: 1px;
    line-height: 1.4;
  }
}

.p-top7 {
  text-align: center;
  background-image: url(../img/index/bg_blue.png);
  background-position: center;
  background-size: contain;
  margin-top: 116px;
  padding-top: 100px;
}

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

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

.p-top7__desc {
  font-size: 2.7rem;
  letter-spacing: 6px;
}

@media only screen and (max-width: 767px) {
  .p-top7__desc {
    font-size: 2.5rem;
    letter-spacing: 3px;
  }
}

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

.p-top7__title {
  margin: 20px 0 47px;
}

.p-top7__title h2 {
  display: inline;
  font-size: 4.1rem;
  color: #e8351f;
  background-color: #fff100;
  padding: 0px 18px;
  letter-spacing: 4px;
  line-height: 1;
}

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

@media only screen and (max-width: 767px) {
  .p-top7__title h2 {
    line-height: 1.4;
    font-size: 2.8rem;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .p-top7__list {
    -webkit-box-align: center;
    align-items: center;
  }
}

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

.p-top7__left {
  width: 194.86px;
}

@media only screen and (max-width: 767px) {
  .p-top7__left {
    width: 36%;
    margin-right: 34px;
  }
}

@media only screen and (max-width: 516px) {
  .p-top7__left {
    margin: 0 auto 10px;
    width: 30%;
  }
}

.p-top7__right {
  width: 496.67px;
  background-color: white;
  padding: 14px;
  position: relative;
  margin-top: 9px;
  border-radius: 10px;
}

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

.p-top7__blue {
  font-size: 1.653rem;
  color: #50c2f0;
  letter-spacing: 3px;
  margin-bottom: 13px;
}

.p-top7__payment {
  max-width: 468.57px;
  margin: 0 auto;
}

.p-top7__arrow {
  width: 31.15px;
  position: absolute;
  left: -27.15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 516px) {
  .p-top7__arrow {
    display: none;
  }
}

.p-top7__meta {
  max-width: 919.23px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 54px auto 156px;
}

@media only screen and (max-width: 767px) {
  .p-top7__meta {
    max-width: 379.23px;
    margin: 54px auto 100px;
    flex-wrap: wrap;
  }
}

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

.p-top7__box {
  width: 204.27px;
  background-color: white;
  border-radius: 16px;
  overflow: hidden;
  padding-bottom: 3px;
}

@media only screen and (max-width: 1024px) {
  .p-top7__box {
    width: 170.27px;
  }
}

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

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

.p-top7__info {
  font-size: 1.345rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: #fff100;
  background-color: #50c2f0;
  padding: 6px 0;
}

.p-top7__info span {
  letter-spacing: 2px;
  margin-right: 5px;
}

.p-top7__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

.p-top7__text {
  font-size: 1.358rem;
  color: #00aeec;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-top: 7px;
}

.p-top7__pay01 {
  width: 66.11px;
  margin-top: 4px;
}

.p-top7__pay02 {
  width: 69.11px;
  margin-top: 6px;
}

.p-top7__pay03 {
  width: 72px;
  margin-top: 10px;
}

.p-top7__pay04 {
  width: 86.53px;
  margin-top: 4px;
}

.p-top7__white {
  background-color: white;
  padding: 86px 20px 82px;
}

.p-top7__link {
  grid-gap: 5rem 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1194.76px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .p-top7__link {
    grid-gap: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-top7__link {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
  }
}

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

.hm-fellow__connect {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.c-page-connect {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
  align-items: stretch;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 227.99px;
  padding-block: 1.1rem;
  border-radius: 87px;
}

@media only screen and (max-width: 516px) {
  .c-page-connect {
    padding-block: 0.5rem;
    width: 185.99px;
  }
}

@media screen and (min-width: 768px) {
  .c-page-connect {
    padding-block: 5px;
  }
}

.c-page-connect._reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.c-page-connect._reverse ._frame {
  margin-inline: auto 0;
}

.c-page-connect._reverse ._deco {
  border-left: 0;
  border-right-width: 0.1rem;
  border-right-style: solid;
}

.c-page-connect._reverse ._deco:before {
  left: 100%;
}

.c-page-connect._reverse ._arrow:before {
  rotate: 180deg;
}

.c-page-connect._red {
  color: var(--color-white1);
  --connectBg: var(--color-red);
  background-color: var(--font-color-black);
}

.c-page-connect._red ._deco:before {
  background-color: var(--color-white1);
}

.c-page-connect._black {
  color: var(--color-white1);
  --connectBg: var(--font-color-black);
  background-color: var(--color-red);
}

.c-page-connect._black :where(._deco) {
  border-left: 1px solid var(--color-white1);
}

@media (hover: hover) {
  .c-page-connect._black:hover ._deco:before {
    opacity: 0;
  }
}

.c-page-connect._white {
  color: var(--font-color-black);
  --connectBg: var(--color-white1);
  background-color: var(--color-white2);
}

@media (hover: hover) {
  .c-page-connect:hover:after {
    opacity: 0;
  }
}

.c-page-connect:before {
  position: absolute;
  inset: 0;
  content: "";
  display: block;
  background-color: var(--connectBg);
}

@media (hover: hover) {
  .c-page-connect:before {
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
  }
  .c-page-connect:hover:before {
    opacity: 0;
  }
  .c-page-connect:hover ._txt {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .c-page-connect:hover ._arrow:before {
    -webkit-animation: slideOutIn 0.5s ease;
    animation: slideOutIn 0.5s ease;
  }
}

.c-page-connect ._frame {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 0;
  margin-left: 46px;
  font-size: 1.6rem;
  letter-spacing: 3px;
}

@media only screen and (max-width: 516px) {
  .c-page-connect ._frame {
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-left: 35px;
  }
}

.c-page-connect ._mask {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .c-page-connect ._mask {
    height: calc(1em + 1rem);
  }
}

.c-page-connect ._txt {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  font-weight: 700;
  width: 96px;
}

@media screen and (min-width: 768px) {
  .c-page-connect ._txt:before {
    content: attr(data-txt);
  }
}

@media (hover: hover) {
  .c-page-connect ._txt {
    -webkit-transition: -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition:
      transform 0.65s cubic-bezier(0.19, 1, 0.22, 1),
      -webkit-transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.c-page-connect ._deco {
  position: relative;
  z-index: 1;
  display: block;
  width: 5.8rem;
  height: 41.89px;
  margin-left: 36px;
}

@media only screen and (max-width: 516px) {
  .c-page-connect ._deco {
    margin-left: 7px;
  }
}

.c-page-connect ._deco:before {
  position: absolute;
  top: 0;
  left: -1px;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: var(--color-gray1);
}

.c-page-connect ._arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.c-page-connect ._arrow:before {
  content: "";
  display: block;
  width: 12.46px;
  height: 14.3px;
  background-color: var(--color-white1);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media only screen and (max-width: 516px) {
  .c-page-connect ._arrow:before {
    width: 9.46px;
    height: 12.3px;
  }
}

@-webkit-keyframes slideOutIn {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
  51% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes slideOutIn {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
  51% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

:root {
  color-scheme: normal;
  --font-color-black: #e8351f;
  --color-red: #e8351f;
  --color-white1: #ffffff;
  --color-white2: #f3f3f4;
  --color-gray1: #dedede;
  --color-gray2: #999999;
  --color-gray3: #e8e8e8;
  --menu: calc(100% - 93px);
}

@media only screen and (max-width: 1024px) {
  :root {
    --menu: calc(100% - 53px);
  }
}

.p-company__title {
  background-color: #e8351f;
  color: white;
  text-align: center;
  padding: 238px 0;
}

@media only screen and (max-width: 1024px) {
  .p-company__title {
    padding: 135px 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-company__title {
    padding: 108px 0;
  }
}

@media only screen and (max-width: 516px) {
  .p-company__title {
    padding: 87px 0;
  }
}

.p-company__title h2 {
  font-size: 6rem;
}

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

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

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

.p-company__content {
  background-color: #e6f0f6;
  padding: 70px 20px 200px;
}

@media only screen and (max-width: 1024px) {
  .p-company__content {
    padding: 100px 20px 140px;
  }
}

@media only screen and (max-width: 767px) {
  .p-company__content {
    padding: 80px 20px 120px;
    z-index: 2;
    position: relative;
  }
}

@media only screen and (max-width: 516px) {
  .p-company__content {
    padding: 80px 20px 100px;
  }
}

.p-company__content1 {
  background-color: #e6f0f6;
  margin-top: -5.7%;
  padding: 186px 20px 1px;
}

@media only screen and (max-width: 1024px) {
  .p-company__content1 {
    padding: 186px 20px 1px;
  }
}

@media only screen and (max-width: 767px) {
  .p-company__content1 {
    padding: 120px 20px 1px;
    z-index: 2;
    position: relative;
  }
}

@media only screen and (max-width: 516px) {
  .p-company__content1 {
    padding: 90px 20px 1px;
  }
}

.p-company__part {
  max-width: 983.71px;
  margin: 0 auto;
}

.p-company__info {
  font-size: 3.6rem;
}

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

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

@media only screen and (max-width: 516px) {
  .p-company__info {
    font-size: 2.3rem;
  }
}

.p-company__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 49px 0 209px;
}

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

@media only screen and (max-width: 767px) {
  .p-company__list {
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    margin: 49px 0 80px;
  }
}

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

.p-company__left {
  width: 63%;
  line-height: 1.75;
}

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

.p-company__text {
  font-size: 1.9rem;
}

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

@media only screen and (max-width: 516px) {
  .p-company__text {
    font-size: 1.7rem;
  }
}

.p-company__right {
  width: 33%;
}

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

.p-company__image {
  margin: -7px 0 11px;
}

.p-company__name {
  font-size: 2rem;
  text-align: center;
}

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

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

.p-company__table {
  margin: 39px 0 0;
}

.p-company__line {
  display: -webkit-box;
  display: flex;
  font-size: 1.8rem;
  padding: 23px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.437);
}

.p-company__line:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.437);
}

@media only screen and (max-width: 516px) {
  .p-company__line {
    flex-wrap: wrap;
    font-size: 1.6rem;
    padding: 20px 10px;
  }
}

.p-company__line span:first-child {
  width: 158px;
}

@media only screen and (max-width: 516px) {
  .p-company__line span:first-child {
    width: 100%;
  }
}

.p-company__line span:last-child {
  width: 90%;
}

@media only screen and (max-width: 1024px) {
  .p-company__line span:last-child {
    width: 77%;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 516px) {
  .p-company__line span:last-child {
    width: 100%;
    margin-top: 10px;
  }
}

.p-company__blue {
  background-color: #e6f0f6;
  height: 100px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .p-company__blue {
    height: 0;
  }
}
.p-about {
  font-size: 2.2rem;
}

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

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

.p-about__title {
  max-width: 776.82px;
  margin: 0 auto 53px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  z-index: 2;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-about__title {
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width: 516px) {
  .p-about__title {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-about__title h3 {
  width: 57%;
  font-size: 4.5rem;
  color: #e8351f;
  line-height: 1.4;
}

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

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

@media only screen and (max-width: 516px) {
  .p-about__title h3 {
    margin-top: 10px;
    justify-content: center;
    display: flex;
    width: 100%;
  }
}

.p-about__girl {
  width: 37.5%;
}
@media only screen and (max-width: 516px) {
  .p-about__girl {
    width: 100%;
    max-width: 200px;
  }
}
.p-about__desc {
  max-width: 1005.4px;
  margin: 0 auto;
  letter-spacing: 1px;
  line-height: 1.7;
}

.p-about__list {
  grid-gap: 3rem 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1070px;
  margin: 114px auto 104px;
}

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

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

@media only screen and (max-width: 516px) {
  .p-about__list {
    margin: 55px auto;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}

.p-about__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
}

@media only screen and (max-width: 516px) {
  .p-about__item {
    width: 46%;
  }
  .p-about__item:last-child {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
}

.p-about__red {
  border-radius: 23px;
  width: 247.85px;
  height: 46.25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 2.4rem;
  background-color: #e8351f;
  color: white;
}

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

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

@media only screen and (max-width: 516px) {
  .p-about__red {
    width: 100%;
    height: auto;
    padding: 5px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 370px) {
  .p-about__red {
    font-size: 1.3rem;
  }
}

.p-about__anime1 {
  width: 111.16px;
  margin-top: 22px;
}

@media only screen and (max-width: 516px) {
  .p-about__anime1 {
    width: 81px;
  }
}

.p-about__anime2 {
  width: 153.86px;
  margin-top: 23px;
}

@media only screen and (max-width: 516px) {
  .p-about__anime2 {
    width: 123px;
  }
}

.p-about__anime3 {
  width: 187.24px;
  margin-top: 79px;
}

@media only screen and (max-width: 516px) {
  .p-about__anime3 {
    width: 132px;
  }
}

.p-about__anime4 {
  width: 116.65px;
  margin-top: 47px;
}

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

.p-about__anime5 {
  width: 135.19px;
  margin-top: 25px;
}

@media only screen and (max-width: 516px) {
  .p-about__anime5 {
    width: 105px;
  }
}

.p-about__anime6 {
  width: 102.41px;
  margin-top: 36px;
}

@media only screen and (max-width: 516px) {
  .p-about__anime6 {
    width: 72px;
  }
}

.p-about__anime7 {
  width: 160.63px;
  margin-top: 87px;
}

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

.p-about__anime8 {
  width: 103.57px;
  margin-top: 21px;
}

@media only screen and (max-width: 516px) {
  .p-about__anime8 {
    width: 73px;
  }
}

.p-about__anime9 {
  width: 166px;
  margin-top: 30px;
}

@media only screen and (max-width: 516px) {
  .p-about__anime9 {
    width: 111px;
  }
}

.p-about__anime10 {
  width: 156.16px;
  margin-top: 37px;
}

@media only screen and (max-width: 516px) {
  .p-about__anime10 {
    width: 116px;
  }
}

.p-about__anime11 {
  width: 221.45px;
  margin-top: 48px;
}

@media only screen and (max-width: 516px) {
  .p-about__anime11 {
    width: 191px;
  }
}

.p-about__part {
  margin-bottom: 166px;
}

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

@media only screen and (max-width: 767px) {
  .p-about__part {
    margin-bottom: 70px;
  }
}

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

.p-about__part:last-child {
  margin-bottom: 0;
}

.p-about__info {
  font-size: 3.6rem;
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

@media only screen and (max-width: 1100px) {
  .p-about__info {
    margin-left: 53px;
  }
}

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

@media only screen and (max-width: 767px) {
  .p-about__info {
    font-size: 2.3rem;
    margin-left: 37px;
  }
}

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

.p-about__info::after {
  content: "";
  top: 11px;
  left: -51px;
  position: absolute;
  width: 41.87px;
  height: 37.98px;
  background-image: url(../img/about/star.png);
  background-size: contain;
}

@media only screen and (max-width: 1024px) {
  .p-about__info::after {
    top: 4px;
    left: -43px;
    width: 34.87px;
    height: 30.98px;
  }
}

@media only screen and (max-width: 767px) {
  .p-about__info::after {
    top: -4px;
    width: 32.87px;
    height: 28.98px;
  }
}

.p-about__info span {
  color: #e8351fb;
}

.p-about__box {
  max-width: 1001.98px;
  margin: 16px auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

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

.p-about__text {
  width: 51%;
  letter-spacing: 1px;
  line-height: 1.75;
}

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

.p-about__image {
  width: 45.5%;
}

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

.p-about__detail {
  max-width: 980px;
  margin: 20px auto 46px;
  line-height: 1.75;
}

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

.p-about__check {
  width: 42%;
  font-size: 2.7rem;
  margin-top: 4.5%;
}

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

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

@media only screen and (max-width: 516px) {
  .p-about__check {
    width: 100%;
    margin-left: 32px;
    margin-top: 30px;
  }
}

.p-about__check p {
  margin-bottom: 22px;
  position: relative;
}

.p-about__check p::after {
  content: "";
  top: 3px;
  left: -41px;
  position: absolute;
  width: 30.27px;
  height: 30.27px;
  background-image: url(../img/about/check.png);
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .p-about__check p::after {
    top: 3px;
    left: -32px;
    width: 22.27px;
    height: 22.27px;
  }
}

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

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

.p-about__slide {
  width: 18%;
}

.p-about__slide:last-child {
  display: none;
}

@media only screen and (max-width: 516px) {
  .p-about__slide {
    width: 30%;
    margin-bottom: 20px;
  }
  .p-about__slide:last-child {
    display: block;
  }
}

.p-about__slide:nth-child(even) {
  margin-top: 9%;
}

@media only screen and (max-width: 516px) {
  .p-about__slide:nth-child(even) {
    margin-top: 0;
  }
}

.p-about__map {
  max-width: 967.94px;
  position: relative;
  margin: 114px auto;
}

.p-about__map.sp {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .p-about__map {
    margin: 50px auto;
  }
  .p-about__map.pc {
    display: none;
  }
  .p-about__map.sp {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .p-about__map {
    margin: 30px auto;
  }
}

.p-about__map p {
  position: absolute;
  font-size: 2.5rem;
  color: white;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.p-about__map p span {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}

.p-about__map p:nth-child(2) {
  right: 13%;
  top: 35%;
}

.p-about__map p:nth-child(3) {
  right: 1.5%;
  bottom: 37.2%;
}

.p-about__map p:nth-child(4) {
  right: 15.5%;
  bottom: 9%;
}

.p-about__socail {
  max-width: 989.4px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  flex-direction: row;
}

.p-about__left {
  width: 55.5%;
}

.p-about__right {
  width: 41.5%;
}

.p-about__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-contact__part {
  max-width: 923.34px;
  margin: 0 auto 82px;
  background-color: white;
  border-radius: 8px;
  padding: 34px 20px 41px;
}

@media only screen and (max-width: 1024px) {
  .p-contact__part:nth-child(2) {
    margin: 0 auto;
  }
}

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

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

.p-contact__title {
  font-size: 3.439rem;
  text-align: center;
  letter-spacing: 1px;
}

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

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

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

.p-contact__desc {
  font-size: 1.63rem;
  text-align: center;
  margin: 13px 0 37px;
  line-height: 1.7;
}

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

@media only screen and (max-width: 516px) {
  .p-contact__desc {
    font-size: 1.42rem;
  }
}

.p-contact__line {
  width: 130.92px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .p-contact__line {
    width: 100.92px;
  }
}

@media only screen and (max-width: 516px) {
  .p-contact__line {
    width: 86.92px;
  }
}

.p-contact__text {
  font-size: 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  line-height: 1.7;
}

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

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

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

@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .p-faq .p-top4__list {
    margin-bottom: -80px;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 516px) {
  .p-faq .p-top4__list {
    margin-bottom: -60px;
  }
}

.p-faq__desc {
  font-size: 2rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  letter-spacing: 3px;
  line-height: 1.9;
  margin: -14px auto 161px;
}

@media only screen and (max-width: 1024px) {
  .p-faq__desc {
    margin: -14px auto 115px;
  }
}

@media only screen and (max-width: 767px) {
  .p-faq__desc {
    font-size: 1.9rem;
    margin: -14px auto 80px;
  }
}

@media only screen and (max-width: 516px) {
  .p-faq__desc {
    font-size: 1.8rem;
    letter-spacing: 1px;
    margin: -14px auto 50px;
  }
}

.p-privacy__list {
  max-width: 969.09px;
  margin: 24px auto;
}

@media only screen and (max-width: 1024px) {
  .p-privacy__list {
    margin: -7px auto;
  }
}

.p-privacy__line h3 {
  font-size: 1.8rem;
}

@media only screen and (max-width: 516px) {
  .p-privacy__line h3 {
    font-size: 1.7rem;
  }
}

.p-privacy__line p {
  font-size: 1.5rem;
  margin: 5px 0 27px;
  line-height: 1.7;
}

.p-privacy__link {
  font-size: 1.8rem;
  color: white;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #e8351f;
  width: 277.53px;
  height: 66.95px;
  border-radius: 36px;
  margin-top: 94px;
}

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

@media only screen and (max-width: 516px) {
  .p-privacy__link {
    font-size: 1.6rem;
    width: 222.53px;
    height: 58.95px;
    margin-top: 40px;
  }
}

.p-service__title {
  font-size: 3.793rem;
  text-align: center;
  margin-top: -77px;
}

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

@media only screen and (max-width: 767px) {
  .p-service__title {
    font-size: 2.5rem;
    margin-top: -75px;
  }
}

@media only screen and (max-width: 516px) {
  .p-service__title {
    font-size: 2rem;
    margin-top: -85px;
  }
}

.p-service__text {
  font-size: 2.1rem;
  max-width: 737.7px;
  margin: 57px auto 148px;
  line-height: 1.7;
}

@media only screen and (max-width: 1024px) {
  .p-service__text {
    margin: 57px auto 110px;
  }
}

@media only screen and (max-width: 767px) {
  .p-service__text {
    font-size: 1.8rem;
    margin: 35px auto 60px;
  }
}

@media only screen and (max-width: 516px) {
  .p-service__text {
    font-size: 1.6rem;
    margin: 30px auto 50px;
  }
}

.p-service__list {
  grid-gap: 5rem 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1070.04px;
  margin: 0 auto;
}

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

@media only screen and (max-width: 767px) {
  .p-service__list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4rem 2rem;
  }
}

@media only screen and (max-width: 516px) {
  .p-service__list {
    grid-gap: 3rem 2rem;
  }
}

.p-service__red {
  width: 247.85px;
  height: 46.25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  color: white;
  font-size: 2.2rem;
  background-color: #e8351f;
  border-radius: 36px;
}

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

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

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

.p-service__image {
  max-width: 150px;
  margin: 12px auto;
}

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

.p-service__price {
  font-size: 2.865rem;
  text-align: center;
  letter-spacing: 1px;
}

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

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

.p-service__link {
  font-size: 3rem;
  color: white;
  background-color: #e8351f;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 350px;
  height: 80px;
  border-radius: 36px;
  margin: 178px auto;
}

@media only screen and (max-width: 1024px) {
  .p-service__link {
    margin: 90px auto 130px;
    font-size: 2.5rem;
    width: 300px;
    height: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .p-service__link {
    margin: 60px auto 100px;
    font-size: 2.3rem;
    width: 270px;
    height: 68px;
  }
}

@media only screen and (max-width: 516px) {
  .p-service__link {
    margin: 50px auto 65px;
    font-size: 1.8rem;
    width: 219px;
    height: 56px;
  }
}

.p-service__bottom {
  background-color: #e8351f;
  color: white;
  padding: 10px 20px 96px;
}

.p-service__bottom .c-page-connect ._arrow:before,
.p-service__bottom .c-page-connect ._deco:before {
  background-color: #e8351f;
}

.p-service__circle {
  width: 349px;
  height: 349px;
  margin: -182px auto 0;
  text-align: center;
  border-radius: 50%;
  background-color: #e8351f;
  padding-top: 39px;
  z-index: 2;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-service__circle {
    width: 286px;
    height: 286px;
    margin: -143px auto 0;
  }
}

@media only screen and (max-width: 516px) {
  .p-service__circle {
    width: 222px;
    height: 222px;
    margin: -111px auto 0;
  }
}

.p-service__circle h3 {
  line-height: 1.75;
  margin-top: 41px;
  letter-spacing: 2px;
  font-size: 2.9rem;
}

@media only screen and (max-width: 767px) {
  .p-service__circle h3 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 516px) {
  .p-service__circle h3 {
    font-size: 1.9rem;
    line-height: 1.4;
    margin-top: 10px;
    letter-spacing: 1px;
  }
}

.p-service__circle img {
  width: 188.5px;
  margin: 0 auto -20px;
}

@media only screen and (max-width: 767px) {
  .p-service__circle img {
    width: 134.5px;
    margin: 0 auto -8px;
  }
}

@media only screen and (max-width: 516px) {
  .p-service__circle img {
    width: 113.5px;
    margin: -18px auto -5px;
  }
}

.p-service__meta {
  grid-gap: 6.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 969.16px;
  margin: 28px auto 100px;
}

@media only screen and (max-width: 1024px) {
  .p-service__meta {
    grid-gap: 5.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .p-service__meta {
    grid-gap: 2rem;
  }
}

@media only screen and (max-width: 516px) {
  .p-service__meta {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem 2rem;
    margin: 28px auto 50px;
  }
}

.p-service__voice h4 {
  letter-spacing: 1.5px;
  margin-left: 5px;
  margin-top: 21px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 516px) {
  .p-service__voice h4 {
    letter-spacing: 1px;
    margin-left: 5px;
    margin-top: 15px;
    font-size: 1.6rem;
  }
}

.p-recruit__title {
  font-size: 2.2rem;
  color: white;
  background-color: #e8351f;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 29px;
  height: 59.34px;
}

@media only screen and (max-width: 516px) {
  .p-recruit__title {
    font-size: 2rem;
    padding-left: 20px;
    height: 56.34px;
  }
}

.p-recruit__main {
  max-width: 954.76px;
  margin: 0 auto;
}

.p-recruit__date {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  font-size: 1.5rem;
  margin: 70px 5px 8px;
  letter-spacing: 2px;
}

@media only screen and (max-width: 516px) {
  .p-recruit__date {
    font-size: 1.45rem;
    margin: 35px 5px 8px;
    letter-spacing: 1px;
  }
}

.p-recruit__table {
  border: 1px solid #898989;
  border-collapse: collapse;
  margin-bottom: 120px;
}

.p-recruit__line {
  display: -webkit-box;
  display: flex;
  font-size: 1.9rem;
}

@media only screen and (max-width: 767px) {
  .p-recruit__line {
    font-size: 1.7rem;
  }
  .p-recruit__table {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 516px) {
  .p-recruit__table {
    margin-bottom: 80px;
  }
  .p-recruit__line {
    flex-wrap: wrap;
    font-size: 1.6rem;
  }
}

.p-recruit__left {
  width: 210.83px;
  background-color: #efefef;
  text-align: center;
  padding: 17px 0;
  border: 1px solid #898989;
  border-collapse: collapse;
}

@media only screen and (max-width: 767px) {
  .p-recruit__left {
    width: 172.83px;
  }
}

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

.p-recruit__right {
  padding: 17px 29px;
  width: 80%;
  background-color: white;
  border: 1px solid #898989;
  border-collapse: collapse;
  line-height: 1.45;
}

@media only screen and (max-width: 516px) {
  .p-recruit__right {
    width: 100%;
    padding: 17px 15px;
  }
}

.p-detail__content {
  border-bottom: 1px solid #e8351f;
  border-top: 1px solid #e8351f;
  margin: 48px 0 31px;
  padding: 47px 0 41px;
  line-height: 1.7;
  letter-spacing: 3.9px;
}

@media only screen and (max-width: 767px) {
  .p-detail__content {
    letter-spacing: 1px;
  }
}

@media only screen and (max-width: 516px) {
  .p-detail__content {
    margin: 35px 0 31px;
    padding: 30px 0;
  }
}

.p-detail__content img {
  height: auto;
  margin: 20px 0 34px;
}

.p-detail__main {
  max-width: 981.81px;
  margin: -39px auto 0;
  font-size: 1.8rem;
}

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

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

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

.p-detail__main .p-top5__item {
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.p-detail__main .p-top5__image {
  width: 26.5%;
}

@media only screen and (max-width: 516px) {
  .p-detail__main .p-top5__image {
    width: 100%;
    max-width: 250px;
  }
}

.p-detail__main .p-top5__image img {
  width: 100%;
}

.p-detail__main .p-top5__info {
  width: 68%;
}

@media only screen and (max-width: 516px) {
  .p-detail__main .p-top5__info {
    width: 100%;
    margin-top: 20px;
  }
}

.p-detail__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.p-news__main .p-top5__info {
  width: 73%;
}

@media only screen and (max-width: 516px) {
  .p-news__main .p-top5__info {
    width: 100%;
  }
}

.p-news__main .p-top5__list {
  max-width: 776px;
  margin: -25px auto 82px;
}

.p-case__title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

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

.p-case__title .p-top3__image {
  width: 316.78px;
}

@media only screen and (max-width: 1024px) {
  .p-case__title .p-top3__image {
    width: 33%;
  }
}

@media only screen and (max-width: 516px) {
  .p-case__title .p-top3__image {
    width: 100%;
    max-width: 250px;
  }
}

.p-case__title .p-case__right {
  width: 61.5%;
}

@media only screen and (max-width: 516px) {
  .p-case__title .p-case__right {
    width: 100%;
    margin-top: 20px;
  }
}

.p-case__title .p-top3__date {
  font-size: 2.686rem;
  color: #e8351f;
  margin-bottom: 12px;
}

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

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

.p-case__title .p-top3__detail {
  position: unset;
  font-size: 3.257rem;
}

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

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

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

.p-case__title .p-top3__white {
  margin-bottom: 10px;
}

.p-case__desc {
  font-size: 2.5rem;
  text-align: center;
  margin-top: -108px;
}

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

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

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

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

.p-case__list {
  max-width: 732.21px;
  margin: 77px auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.752rem;
  -webkit-box-align: start;
  align-items: flex-start;
  z-index: 2;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .p-case__list {
    padding-left: 6px;
  }
}

@media only screen and (max-width: 516px) {
  .p-case__list {
    margin: 45px auto;
    padding-left: 0;
    font-size: 1.5rem;
  }
}

.p-case__list .p-top3__item {
  width: 285.46px;
  margin: 0 0 68px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-case__list .p-top3__item {
    width: 46%;
    margin: 0 0 45px;
  }
  .p-case__list .p-top3__item::after {
    display: none;
  }
  .p-case__list .p-top3__item::before {
    display: none;
  }
}

@media only screen and (max-width: 516px) {
  .p-case__list .p-top3__item {
    margin-top: 0 !important;
    margin: 0 0 35px;
  }
  .p-case__list .p-top3__item .p-top3__number {
    position: unset;
  }
  .p-case__list .p-top3__item .p-top3__image {
    margin: 3px 0 10px;
  }
  .p-case__list .p-top3__item .p-top3__detail {
    position: unset;
  }
  .p-case__list .p-top3__item .p-top3__white {
    padding: 3px 10px;
  }
}

.p-case__list .p-top3__item::after {
  content: "";
  position: absolute;
  background-image: url(../img/index/star_red.png);
  background-position: center;
  background-size: contain;
  width: 41.87px;
  height: 37.98px;
  top: 20%;
  left: -30%;
}

.p-case__list .p-top3__item::before {
  content: "";
  position: absolute;
  background-image: url(../img/index/star_red.png);
  background-position: center;
  background-size: contain;
  width: 41.87px;
  height: 37.98px;
  bottom: 0;
  right: -30%;
}

.p-case__list .p-top3__item:nth-child(odd) {
  margin-top: 0;
}

.p-case__list .p-top3__item:nth-child(even) {
  margin-top: 48px;
}

.hm-fmember__targets {
  display: none;
}

@media screen and (min-width: 768px) {
  .hm-fmember__targets {
    position: relative;
    display: block;
    margin-inline: calc(50% - 50vw);
  }
}

@media screen and (min-width: 768px) {
  .hm-fmember__target {
    position: absolute;
    top: 0;
    z-index: 2;
    height: 39.7rem;
    cursor: pointer;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .hm-fmember__target._disabled {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hm-fmember__target._prev {
    left: 0;
    width: 8vw;
  }
}

.hm-fmember__target._prev:hover ~ .hm-fmember__stalker {
  translate: none;
  rotate: none;
  scale: none;
  -webkit-transform: translate(5vw, -254.613px);
  transform: translate(5vw, -254.613px);
}

@media (hover: hover) {
  .hm-fmember__target._prev:hover ~ .hm-fmember__stalker ._circle:after {
    content: "prev";
  }
}

@media screen and (min-width: 768px) {
  .hm-fmember__target._next {
    right: 0;
    width: 8vw;
  }
}

@media (hover: hover) {
  .hm-fmember__target._next:hover ~ .hm-fmember__stalker ._circle:after {
    content: "next";
  }
  .hm-fmember__target._next:hover ~ .hm-fmember__stalker ._circle {
    display: -webkit-box;
    display: flex;
  }
  .hm-fmember__target._prev:hover ~ .hm-fmember__stalker ._circle {
    display: -webkit-box;
    display: flex;
  }
  .hm-fmember__target._next:hover ~ .hm-fmember__stalker {
    translate: none;
    rotate: none;
    scale: none;
    -webkit-transform: translate(95vw, -254.613px);
    transform: translate(95vw, -254.613px);
  }
}

@media (hover: hover) {
  .hm-fmember__target:not(._disabled):hover ~ .hm-fmember__stalker ._circle {
    opacity: 1;
    scale: 1.1162790698;
  }
}

@media screen and (min-width: 768px) {
  .hm-fmember__stalker {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
}

@media screen and (min-width: 768px) {
  .hm-fmember__stalker ._circle {
    position: absolute;
    display: none;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 1em;
    height: 1em;
    font-size: 8.6rem;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition:
      opacity 0.25s ease,
      scale 0.25s ease;
    transition:
      opacity 0.25s ease,
      scale 0.25s ease;
    pointer-events: none;
  }
  .hm-fmember__stalker ._circle:before {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--color-red);
    border-radius: 50%;
    opacity: 0.7;
  }
  .hm-fmember__stalker ._circle:after {
    position: relative;
    content: "";
    color: var(--color-white1);
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: -0.01em;
    text-transform: uppercase;
  }
}

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

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

.c-header__menu li a:hover {
  color: #e8351f;
}

.c-header__menu li.active a {
  background-color: white;
  color: #e8351f;
}

.panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

.p-top4__question {
  cursor: pointer;
}

.accordion.active img {
  transform: rotate(180deg);
}

.form-meta {
  max-width: 835.24px;
  margin: 44px auto 0;
}

.form-item2 {
  width: 406px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 4px;
}

.form-item1 {
  max-width: 233.78px;
  width: 63%;
}

::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: 23.1px;
}

.form-list {
  display: flex;
  max-width: 737px;
  margin: 0 auto 19px;
}

.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-item:first-child {
  width: 186.36px;
  justify-content: flex-end;
  margin-right: 58px;
}

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

.form-box .form-item:first-child {
  margin-top: 5px;
}

.form-info {
  font-size: 1.8rem;
  text-align: right;
  letter-spacing: 1px;
}

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

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

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

.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: 51px;
  width: 100%;
  border: 1px solid #efefef;
  font-size: 1.6rem;
  line-height: 2;
  background: #efefef;
}

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

.contact-main2__text {
  margin-top: 35px;
  margin-bottom: 34px;
  text-align: center;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  letter-spacing: 1px;
}

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

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

.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;
}

.contact-main2__link input {
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  position: relative;
  width: 289.74px;
  color: white;
  background-color: #e8351f;
  height: 50.2px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.9rem;
  border-radius: 11px;
}

.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;
}

.contact-main2__button {
  margin-top: 114px;
}

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

.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%;
  }
  .contact-main2__link input {
    width: 230px;
  }
  .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% !important;
  }
  .contact-main2__link input {
    margin: 0 auto;
    width: 190px;
    font-size: 1.7rem;
  }
}

.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: 100%;
  max-width: 372px;
}

.wpcf7-checkbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

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

.form-meta .contact-main2__text .wpcf7-not-valid-tip {
  bottom: -23px;
  position: absolute;
  left: 112px;
  width: max-content;
}

@media only screen and (max-width: 516px) {
  .form-meta .contact-main2__text .wpcf7-not-valid-tip {
    left: 91px;
  }
}

@media only screen and (max-width: 356px) {
  .form-meta .contact-main2__text .wpcf7-not-valid-tip {
    bottom: -42px;
    left: 35px;
  }
}

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

.form-meta .form-item4 .wpcf7-list-item {
  width: 50%;
  margin: 0 0 8px;
}

.form-list.form-message1 .form-item1 {
  max-width: 100%;
}

.wpcf7-list-item-label {
  font-size: 1.6rem;
  letter-spacing: 2px;
  margin-left: 11px;
}

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

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

.form-item3 {
  margin-left: 7px;
  width: 129px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.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;
  }
  .form-item1 {
    max-width: 66%;
  }
}

@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;
  }
}

@media only screen and (max-width: 516px) {
  .form-meta .form-item4 .wpcf7-list-item {
    width: calc(100% / 2);
  }
  .form-meta {
    margin: 35px auto 0;
  }
  .form-item1 {
    max-width: 100%;
  }
  .mw_wp_form_complete {
    margin: 120px auto 200px;
  }
}

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

.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: 7px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.form-select {
  max-width: 255.43px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  background-image: url(../img/arrow-select.svg);
  background-repeat: no-repeat;
  background-position-x: 93%;
  background-position-y: 19px;
  background-size: 15px;
}

@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: 45px;
  }
}

.p-top5__image {
  position: relative;
}

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

.p-top5__image img:nth-child(1) {
  visibility: hidden;
}

.p-top6__image {
  position: relative;
}

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

.p-top6__image img:nth-child(1) {
  visibility: hidden;
}

.p-top3__image {
  position: relative;
}

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

.p-top3__image img:nth-child(1) {
  visibility: hidden;
}

.p-service__staff {
  position: relative;
}

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

.p-service__staff img:nth-child(1) {
  visibility: hidden;
}

.p-top7__link a {
  position: relative;
}

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

.p-top7__link a img:nth-child(1) {
  visibility: hidden;
}

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

.p-delivery__pagination .wp-pagenavi a,
.p-delivery__pagination .wp-pagenavi span {
  color: black;
  text-decoration: none;
  border: 1px solid black;
  padding: 0px 14px;
  margin: 11px;
  font-size: 3.146rem;
  border-radius: 50%;
}

.pages {
  display: none;
}

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

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

.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: 5px 14px;
    margin: 7px;
    font-size: 2.146rem;
  }
  .p-blog .p-service__meta {
    margin: -50px auto 70px;
  }
  .p-case .p-case__list {
    margin: 77px auto -20px;
  }
  .p-news__main .p-top5__list {
    margin: -70px auto 82px;
  }
}

@media only screen and (max-width: 767px) {
  .p-delivery__pagination {
    margin: -15px 0 0;
  }
  .p-case .p-case__list {
    margin: 77px auto 40px;
  }
}

@media only screen and (max-width: 516px) {
  .p-delivery__pagination {
    margin: -30px 0 0;
  }
  .p-delivery__pagination .wp-pagenavi a,
  .p-delivery__pagination .wp-pagenavi span {
    padding: 7px 14px;
    margin: 5px;
    font-size: 1.8rem;
  }
}

.c-header__text,
.c-header__menu,
.c-header__last,
.p-top2__bg {
  font-weight: 500;
}

.p-top1__slider.sp {
  display: none !important;
}

.p-top1__slider {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .p-top1__slider img {
    max-width: 98%;
  }
}

@media only screen and (max-width: 516px) {
  .p-top1__slider.sp {
    display: block !important;
  }
  .p-top1__slider.pc {
    display: none !important;
  }
}

.p-top1__center {
  overflow-y: visible;
}

.p-essen__title {
  margin-bottom: 6px;
  font-size: 2.2rem;
  height: 51.3px;
  background-color: #f5fbfe;
  color: #2578be;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  padding-left: 14px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .p-essen__title {
    height: auto;
    padding: 20px 15px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 516px) {
  .p-essen__title {
    padding-bottom: 30px;
    font-size: 1.8rem;
    padding-top: 10px;
    line-height: 1.8;
  }
}

.p-essen__title1 {
  margin-bottom: 6px;
  font-size: 2.2rem;
  height: 51.3px;
  background-color: #f5fbfe;
  color: #2578be;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  padding-left: 14px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .p-essen__title1 {
    height: auto;
    padding: 20px 15px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 516px) {
  .p-essen__title1 {
    padding-bottom: 30px;
    font-size: 1.8rem;
    padding-top: 10px;
    line-height: 1.8;
  }
}

.p-essen__title img {
  position: absolute;
  width: 23.9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 27px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 516px) {
  .p-essen__title img {
    top: auto;
    right: unset;
    bottom: 6px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    left: 50%;
  }
}

.p-essen__list {
  margin-bottom: 2px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: flex;
  font-family:
    Noto Sans JP,
    sans-serif;
  line-height: 2;
  margin-left: 7px;
}

@media only screen and (max-width: 516px) {
  .p-essen__list {
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

.p-essen__list span:first-child {
  width: 171px;
}

@media only screen and (max-width: 767px) {
  .p-essen__list span:first-child {
    width: 120px;
  }
}

.p-essen__list span:last-child {
  width: 70%;
}

@media only screen and (max-width: 516px) {
  .p-essen__list span:last-child {
    width: 100%;
  }
}

.p-entry__part {
  margin: 0 auto 80px;
}

.p-essen__title.is-active img {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

@media only screen and (max-width: 516px) {
  .p-essen__title.is-active img {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
}

.panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

.p-company__content .p-recruit__title {
  margin-bottom: 70px;
}

@media only screen and (max-width: 516px) {
  .p-company__content .p-recruit__title {
    margin-bottom: 35px;
  }
}
.p-top2__image img {
  height: auto;
}
