@charset "UTF-8";
/*media*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap");
/*
#page {
  background: url(../../design/11ぺージ目_CONTACT.png) no-repeat center top/100% auto;
}*/
html {
  font-size: 10px;
}

@media screen and (max-width: 1100px) {
  html {
    font-size: 00.76vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.67vw;
  }
}

body {
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
}

li, p, a, label {
  font-size: 1.6rem;
  line-height: 1.8em;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  li, p, a, label {
    font-size: 1.4rem;
    line-height: 1.9em;
  }
}

li {
  list-style: none;
}

a {
  color: #161616;
  transition: all 0.4s;
}

a:hover {
  opacity: 0.7;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="text"], input[type="radio"], input[type="checkbox"], select, textarea {
  appearance: none;
}

img {
  max-width: 100%;
  height: auto;
}

.sp {
  display: none;
}

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

.mpc {
  display: none;
}

@media screen and (max-width: 1600px) {
  .mpc {
    display: block;
  }
}

.pc {
  display: block;
}

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

.text_center {
  text-align: center;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 20;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  header {
    background: #fff;
    position: sticky;
    top: 0;
  }
}

header .header__logoarea {
  padding: 1.5rem 0 0 1.5rem;
}

header .header__logoarea img {
  height: 6rem;
  width: auto;
}

@media screen and (max-width: 767px) {
  header .header__logoarea {
    padding: 1rem 0 0 1.5rem;
    width: 13.5rem;
  }
  header .header__logoarea img {
    height: auto;
  }
}

.header__menu ul.flex__box li {
  padding: 1.5rem 1rem;
  width: auto;
}

@media screen and (max-width: 767px) {
  .header__menu {
    transform: translateX(140%);
    position: fixed;
    top: 5rem;
    transition: all 0.4s;
  }
  .header__menu ul.flex__box li,
  .header__menu ul li {
    width: 100%;
  }
}

.sp__button {
  width: 5.5rem;
  height: 5rem;
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1rem 0;
  position: relative;
  background: linear-gradient(90deg, #EF622F, #D61518);
}

.sp__button span {
  width: 60%;
  height: 2px;
  display: inline-block;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .sp__button {
    display: flex;
  }
}

#sp__button:checked ~ .sp__button span:nth-child(1) {
  transform: rotate(35deg);
  position: absolute;
  left: 46%;
  top: 2.8rem;
  width: 30%;
}

#sp__button:checked ~ .sp__button span:nth-child(2) {
  transform: rotate(-35deg);
}

#sp__button:checked ~ .sp__button span:nth-child(3) {
  transform: rotate(35deg);
  position: absolute;
  right: 46%;
  width: 30%;
  bottom: 2.8rem;
}

#sp__button:checked ~ .header__menu {
  transition: all 0.4s;
  transform: translateX(0);
}

.site-content {
  position: relative;
  z-index: 0;
}

.in__box {
  max-width: 1230px;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

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

section {
  padding: 12rem 0;
}

@media screen and (max-width: 767px) {
  section {
    padding: 4rem 0;
  }
}

@keyframes slide_out {
  0% {
    transform: translateX(-12rem);
    width: 0;
  }
  50% {
    transform: translateX(0);
    width: 12rem;
  }
  100% {
    transform: translateX(0);
    width: 0;
  }
}

.button__box a, .button__box .button_inner {
  background: linear-gradient(90deg, #EF622F, #D61518);
  padding: 2rem 4rem;
  display: inline-block;
  font-size: 1.8rem;
  width: 34rem;
  color: #fff;
  position: relative;
}

.button__box a::after, .button__box .button_inner::after {
  content: "";
  display: block;
  width: 12rem;
  height: 2px;
  background: #FBE0E0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -3rem;
}

.button__box a:hover, .button__box .button_inner:hover {
  opacity: 1;
}

.button__box a:hover::after, .button__box .button_inner:hover::after {
  animation: slide_out 1s ease-in-out forwards;
}

@media screen and (max-width: 767px) {
  .button__box a, .button__box .button_inner {
    width: 25.7rem;
    padding: 1rem 0 1rem 3rem;
    font-size: 1.4rem;
  }
  .button__box a::after, .button__box .button_inner::after {
    height: 1px;
    width: 5.5rem;
    right: -2rem;
  }
}

.button__box.return {
  padding: 0;
}

.button__box.return a {
  background: none;
  color: #161616;
  border: 1px solid #161616;
  border-radius: 2em;
  padding: 1rem 0;
  text-align: center;
  width: 26rem;
}

.button__box.return a::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  right: 2rem;
  top: 0;
  background: none;
  animation: none;
}

.button__box span {
  padding: 0;
}

.button__box span input {
  width: 100%;
  height: 100%;
  padding: 1rem 0;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .button__box span input {
    padding: 0;
  }
}

footer .footer__text {
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer .footer__text {
    padding: 2rem 0;
  }
}

.en_text {
  font-size: 1.6em;
  display: block;
  line-height: 1em;
}

.main_text {
  font-size: 2.5em;
  font-weight: bold;
  display: block;
}

.tab__area {
  margin-bottom: -1px;
}

.tab__area .area__inner {
  padding-bottom: 7.5rem;
}

.tab__area .area__inner .area__title {
  padding: 0.5rem 0 4rem;
}

.tab__area .area__inner p {
  text-align: center;
}

.tab_label label {
  width: calc(100% / 3);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .tab_label label {
    width: 48%;
  }
}

[class*='tab__inner_'] {
  display: none;
}

#tab_label_4:checked ~ .tab__inner_4,
#tab_label_5:checked ~ .tab__inner_5,
#tab_label_6:checked ~ .tab__inner_6,
#tab_label_1:checked ~ .tab__inner_1,
#tab_label_2:checked ~ .tab__inner_2,
#tab_label_3:checked ~ .tab__inner_3 {
  display: block;
}

#tab_label_4:checked ~ .tab_label label:nth-child(4),
#tab_label_5:checked ~ .tab_label label:nth-child(5),
#tab_label_6:checked ~ .tab_label label:nth-child(6),
#tab_label_1:checked ~ .tab_label label:nth-child(1),
#tab_label_2:checked ~ .tab_label label:nth-child(2),
#tab_label_3:checked ~ .tab_label label:nth-child(3) {
  background: linear-gradient(90deg, #EF622F, #D61518);
  color: #fff;
}

.form__area input[type="text"], .form__area input[type="email"], .form__area input[type="tel"], .form__area input[type="text"], .form__area select, .form__area textarea {
  padding: 0.8rem 1rem;
  width: 100%;
  border: 1px solid #727272;
  border-radius: 0.5rem;
  background: #fff;
  line-height: 1.8em;
}

.form__area .privacy_check * {
  text-align: center;
}

.form__area .wpcf7-spinner {
  position: absolute;
}

.form__area .button__box {
  display: flex;
  justify-content: center;
  margin: 0 2rem;
}

@media screen and (max-width: 767px) {
  .form__area .button__box {
    flex-wrap: wrap;
  }
}

.form__area .button__box .button_inner {
  display: inline-block;
  margin: 0 2rem;
}

@media screen and (max-width: 767px) {
  .form__area .button__box .button_inner.last-button {
    margin-top: 1rem;
  }
}

.form__area .wpcf7-radio {
  padding-bottom: 2rem;
}

.form__area .wpcf7-radio .wpcf7-list-item-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.form__area .wpcf7-radio .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.form__area .wpcf7-radio .wpcf7-list-item-label::after {
  background: #161616;
  border-radius: 50%;
  content: '';
  display: block;
  height: 10px;
  left: 8px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 10px;
}

.form__area .wpcf7-acceptance,
.form__area .wpcf7-checkbox {
  padding-bottom: 2rem;
}

.form__area .wpcf7-acceptance .wpcf7-list-item-label,
.form__area .wpcf7-checkbox .wpcf7-list-item-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.form__area .wpcf7-acceptance .wpcf7-list-item-label::before,
.form__area .wpcf7-checkbox .wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid;
  content: '';
  display: block;
  height: 1em;
  width: 1em;
  left: 0.5em;
  position: absolute;
  top: 0.7em;
}

.form__area .wpcf7-acceptance .wpcf7-list-item-label::after,
.form__area .wpcf7-checkbox .wpcf7-list-item-label::after {
  border-right: 2px solid;
  border-bottom: 2px solid;
  content: '';
  display: block;
  height: 1.5rem;
  width: 0.8rem;
  left: 1.5rem;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 55%;
  transform: rotate(45deg);
}

.form__area input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.swiper-slide img {
  width: 100%;
  max-width: none;
  max-height: 60vh;
  object-fit: cover;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2.2rem;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: flex;
  width: 4.5rem;
  height: 4.5rem;
  justify-content: center;
  align-items: center;
  margin: 0 1rem;
  color: #D71516;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 30px;
    height: 30px;
  }
}

.wp-pagenavi a.current, .wp-pagenavi span.current {
  background: linear-gradient(90deg, #EF622F, #D61518);
  color: #fff;
}

.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink, .wp-pagenavi span.previouspostslink, .wp-pagenavi span.nextpostslink {
  border: 1px solid #D71516;
}

/*add 20250604*/
.site-header {
  background: #fff;
}

.site-header .in__box {
  max-width: 1700px;
  margin: 0 0 0 auto;
  padding: 0;
}

.site-header .header__menu {
  max-width: 1135px;
}

@media screen and (max-width: 1600px) {
  .site-header .header__menu {
    max-width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .site-header .header__menu {
    width: 100%;
    max-width: none;
    padding: 2rem 1.5rem;
    background: linear-gradient(90deg, #EF622F, #D61518);
  }
}

.site-header .header__menu ul.flex__box {
  align-items: center;
}

@media screen and (max-width: 767px) {
  .site-header .header__menu ul.flex__box {
    padding: 2rem 0 2rem 3rem;
    background: #fff;
  }
}

.site-header .header__menu ul.flex__box li {
  padding: 2rem 1rem;
}

@media screen and (max-width: 1300px) and (min-width: 1060px) {
  .site-header .header__menu ul.flex__box li {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}

@media screen and (max-width: 767px) {
  .site-header .header__menu ul.flex__box li {
    padding: 1rem 0.5rem;
    border-bottom: 1px solid #D9D9D9;
  }
  .site-header .header__menu ul.flex__box li:last-child {
    border: 0;
  }
}

.site-header .header__menu ul.flex__box li a {
  position: relative;
}

.site-header .header__menu ul.flex__box li a:hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #D71516;
  bottom: -1rem;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 1300px) and (min-width: 1060px) {
  .site-header .header__menu ul.flex__box li a {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 767px) {
  .site-header .header__menu ul.flex__box li a {
    color: #161616;
    text-shadow: none;
    font-size: 1.6rem;
  }
}

.site-header .header__menu ul.flex__box li.link_box {
  padding: 0;
  background: linear-gradient(90deg, #EF622F, #D61518);
  display: flex;
}

@media screen and (max-width: 767px) {
  .site-header .header__menu ul.flex__box li.link_box {
    display: none;
  }
}

.site-header .header__menu ul.flex__box li.link_box a {
  font-size: 1.125em;
  padding: 2.5rem 1.5rem 2.5rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: none;
}

@media screen and (max-width: 1300px) and (min-width: 1060px) {
  .site-header .header__menu ul.flex__box li.link_box a {
    font-size: 1.3vw;
    padding-left: 2vw;
    padding-right: 1vw;
  }
}

.site-header .header__menu ul.flex__box li.link_box a::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 1rem;
  background: url(../img/icon-02.png) no-repeat center/100% auto;
}

.site-header .header__menu ul.flex__box li.link_box a.mypage {
  background: #fff;
  color: #D71516;
  position: relative;
}

.site-header .header__menu ul.flex__box li.link_box a.mypage::before {
  background-image: url(../img/icon-01.png);
}

.site-header .header__menu ul.flex__box li.link_box a.mypage span {
  line-height: 1em;
}

.site-header .header__menu ul.flex__box li.link_box a.mypage span span {
  font-size: 1.4rem;
}

.site-header .header__menu ul.flex__box li.link_box a.mypage::after {
  content: none;
}

.site-header .header__menu ul.flex__box li.link_box a.contact {
  color: #fff;
}

.site-header .header__menu ul.flex__box li.link_box a.contact::after {
  content: none;
}

.site-header .header__menu ul.flex__box li .tel__box {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 1.5rem;
}

.site-header .header__menu ul.flex__box li .tel__box a {
  font-size: 3rem;
  color: #D71516;
  display: flex;
  align-items: center;
}

.site-header .header__menu ul.flex__box li .tel__box a img {
  width: 4rem;
  margin-right: 1rem;
}

.site-header .header__menu ul.flex__box li .button__box {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .site-header .header__menu ul.flex__box li .button__box {
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.site-header .header__menu ul.flex__box li .button__box p {
  padding-left: 1.5em;
}

.site-header .header__menu ul.flex__box li .button__box a {
  color: #fff !important;
  display: flex;
  align-items: center;
  width: 25rem;
}

.site-header .header__menu ul.flex__box li .button__box a img {
  margin-right: 0.5rem;
}

.site-header .sns_box {
  position: fixed;
  top: 10rem;
  right: 0;
}

.site-header .sns_box a {
  margin-right: 1rem;
}

@media screen and (max-width: 767px) {
  .site-header .sns_box {
    display: none;
  }
}

.header__logoarea {
  padding: 1rem 0;
}

.mv_text {
  font-size: 6rem;
  text-shadow: 1px 1px 10px #161616;
}

@media screen and (max-width: 767px) {
  .mv_text {
    font-size: 2.4rem;
  }
}

.en_text {
  font-family: Arial;
  font-size: 8rem;
  font-weight: bold;
  color: #FBE0E0;
}

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

.main_text {
  font-size: 2.8rem;
  padding-top: 1rem;
  display: flex;
  align-items: center;
  color: #D71516;
}

.main_text::before {
  content: "";
  display: inline-block;
  height: 1.2em;
  width: 1.2em;
  background: url(../img/icon_logo.png) no-repeat center/auto 100%;
  margin-right: 0.2em;
}

@media screen and (max-width: 767px) {
  .main_text {
    font-size: 1.42rem;
    padding-top: 0;
  }
}

[class*="area__title-sub"] {
  font-size: 3.4rem;
  padding-left: 2rem;
  border-left: 1rem solid #D71516;
  line-height: 1.25em;
}

@media screen and (max-width: 767px) {
  [class*="area__title-sub"] {
    font-size: 2rem;
    padding: 0.4rem 0 0.4rem 2.5rem;
    border-left: 0.8rem solid #D71516;
  }
}

.mv_area {
  padding: 0;
  height: 82rem;
  color: #fff;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1600px) {
  .mv_area {
    height: 56vw;
  }
}

@media screen and (max-width: 767px) {
  .mv_area {
    height: 28.5rem;
  }
}

.mv_area video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .mv_area video {
    height: 100%;
    object-fit: cover;
  }
}

.mv_area .in__box {
  max-width: 1535px;
  height: 100%;
  position: relative;
}

.mv_area .area__title {
  position: absolute;
  left: 1rem;
  bottom: 27rem;
}

@media screen and (max-width: 767px) {
  .mv_area .area__title {
    left: 2rem;
    bottom: 12rem;
  }
}

.mv_area .main_text {
  font-size: 8rem;
}

.mv_area .en_text {
  font-size: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  text-shadow: 1px 1px 10px #161616;
  position: absolute;
  left: 0.5rem;
  bottom: 17rem;
}

@media screen and (max-width: 767px) {
  .mv_area .en_text {
    font-size: 1.4rem;
    left: 2rem;
    bottom: 8rem;
  }
}

.mv_area .en_text::before {
  content: "";
  display: inline-block;
  width: 11rem;
  height: 2px;
  background: #fff;
  margin: 0 1rem;
  box-shadow: 1px 1px 10px #161616;
}

@media screen and (max-width: 767px) {
  .mv_area .en_text::before {
    content: none;
  }
}

.mv_area .news__area {
  position: absolute;
  bottom: 7rem;
  left: 1rem;
  padding: 1.5rem 2rem;
  max-width: 720px;
  width: 100%;
  background: #fff;
  box-shadow: 1px 1px 10px #D9D9D9;
}

@media screen and (max-width: 767px) {
  .mv_area .news__area {
    left: 1.7rem;
    padding: 0.8rem;
    width: 85%;
    bottom: 3rem;
  }
}

.mv_area .news__area .news-list {
  width: auto;
  padding: 0;
}

.mv_area .news__area .news-list a {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  line-height: 1.4em;
}

.mv_area .news__area .news-list a::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: 1em;
}

@media screen and (max-width: 767px) {
  .mv_area .news__area .news-list a {
    font-size: 1rem;
  }
  .mv_area .news__area .news-list a::after {
    width: 0.6rem;
    height: 0.6rem;
    border-top: 1px solid;
    border-right: 1px solid;
    right: 0.5rem;
  }
}

.mv_area .news__area .news-list .category {
  padding: 0.5rem 0;
  width: 9.5em;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .mv_area .news__area .news-list .category {
    margin: 0 0.5rem 0 0;
    padding: 0.2rem 0;
  }
  .mv_area .news__area .news-list .category img {
    width: 1.3rem;
    margin-right: 0.3em;
  }
}

.mv_area .news__area .news-list .date {
  margin-right: 1rem;
}

@media screen and (max-width: 767px) {
  .mv_area .news__area .news-list .date {
    width: 6em;
    font-size: 1rem;
    margin: 0;
  }
}

.mv_area .news__area .news-list .title {
  display: inline;
  width: calc(100% - 19em);
  padding: 0;
  margin: 0;
  border: 0;
}

@media screen and (max-width: 767px) {
  .mv_area .news__area .news-list .title {
    width: calc(100% - 18em);
    font-size: 1rem;
    line-height: 1.2em;
  }
}

footer {
  background: #fff;
}

@media screen and (max-width: 767px) {
  footer {
    padding-bottom: 10rem;
  }
}

footer .in__box {
  max-width: 1230px;
  padding: 5rem 15px 11rem;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  footer .in__box {
    padding: 4rem 2rem;
  }
  footer .in__box .address {
    font-size: 1.6rem;
  }
}

footer .title {
  font-size: 2rem;
  padding: 1rem 0;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  footer .title {
    padding: 2rem 0 0;
    line-height: 1em;
  }
}

footer .footer__text {
  font-size: 1.4rem;
  color: #fff;
  padding: 0.4rem 0;
  background: linear-gradient(90deg, #EF622F, #D61518);
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  footer .footer__text {
    font-size: 1.1rem;
  }
}

footer .menu_box {
  max-width: 600px;
  margin: 0 0 0 auto;
  align-items: flex-start;
  padding: 2rem 0 0;
}

footer .menu_box li {
  width: auto;
  margin-left: 1rem;
}

@media screen and (max-width: 1100px) {
  footer .menu_box {
    max-width: 48%;
  }
}

@media screen and (max-width: 767px) {
  footer .menu_box {
    max-width: 100%;
    padding: 1.5rem 0 0;
  }
  footer .menu_box li {
    margin: 0 0 1.3rem;
  }
}

footer .sns_box {
  text-align: right;
  padding-top: 2rem;
}

footer .sns_box a {
  margin-left: 3rem;
}

@media screen and (max-width: 767px) {
  footer .sns_box {
    display: flex;
    justify-content: space-around;
  }
  footer .sns_box a {
    margin: auto;
  }
}

.floating-line {
  background: #34C759;
  font-size: 1.8rem;
  line-height: 1.6em;
  color: #fff;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .floating-line {
    padding: 0;
    height: auto;
  }
  .floating-line span br {
    display: none;
  }
  .floating-line span::after {
    content: "お友達登録";
  }
}

.flpating__box {
  position: relative;
  z-index: 2;
}

.flpating__box a.mypage, .flpating__box a.contact {
  display: none;
}

@media screen and (max-width: 767px) {
  .flpating__box {
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 100%;
  }
  .flpating__box a {
    width: 50%;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0;
  }
  .flpating__box a img {
    width: 2.5rem;
  }
  .flpating__box a span {
    font-size: 0;
    display: block;
    text-align: center;
  }
  .flpating__box a span::after {
    font-size: 1.6rem;
    line-height: 2em;
    margin-left: 0.8rem;
  }
  .flpating__box a.mypage {
    background: #fff;
    color: #D71516;
  }
  .flpating__box a.mypage span::after {
    content: "マイページ";
  }
  .flpating__box a.contact {
    background: #D71516;
    color: #fff;
  }
  .flpating__box a.contact span::after {
    content: "お問い合わせ";
  }
}

.floating-search {
  background: linear-gradient(90deg, #EF622F, #D61518);
  display: block;
  height: 20rem;
  width: 28rem;
  padding: 2rem;
  position: fixed;
  bottom: 16vh;
  right: 1rem;
  text-align: left;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .floating-search {
    display: none;
  }
}

.floating-search label {
  position: absolute;
  top: -0.8em;
  right: -0.8em;
  background: #D9D9D9;
  padding: 0 0.5em;
  border-radius: 50%;
}

.floating-search a {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.4em;
}

.floating-search img {
  margin-top: 2rem;
}

#floating-search {
  display: none;
}

#floating-search:checked + .floating-search {
  display: none;
}

.list__area {
  overflow: hidden;
}

.list__area .area__title {
  text-align: center;
}

.list__area .title_under {
  text-align: center;
  padding: 7rem 0 11.5rem;
}

.list__area .main_text {
  justify-content: center;
}

.list__area .in__box {
  position: relative;
  max-width: 1610px;
}

@media screen and (max-width: 767px) {
  .list__area .in__box {
    padding: 0;
  }
}

.list__area .in__box img {
  position: absolute;
  right: 26%;
  width: 70vw;
  height: auto;
  filter: drop-shadow(18px 14px 0 #D61518);
}

@media screen and (max-width: 767px) {
  .list__area .in__box img {
    width: 96%;
    right: auto;
    left: 0;
    top: 3rem;
    filter: drop-shadow(10px 10px 0 #D61518);
  }
}

.list__area .in__box .text__box {
  margin: 19rem 0 0 auto;
  padding: 0 6rem;
  max-width: 670px;
  height: 42.5rem;
  z-index: 1;
  background: #fff;
  box-shadow: 1px 1px 1px #D9D9D9;
}

@media screen and (max-width: 767px) {
  .list__area .in__box .text__box {
    margin: 14rem auto 0 3rem;
    padding: 0 2rem 2.5rem;
    width: 80%;
    height: auto;
  }
}

.list__area .in__box .text__box p {
  font-size: 1.8rem;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 767px) {
  .list__area .in__box .text__box p {
    font-size: 1.2rem;
  }
}

.list__area .in__box:last-child {
  margin-top: 9.5rem;
}

.list__area .in__box:last-child img {
  right: auto;
  left: 26%;
  filter: drop-shadow(-18px 14px 0 #D61518);
}

.list__area .in__box:last-child .text__box {
  height: 42.5rem;
  margin: 19rem 0 0 0;
  padding: 0 6rem 0 6.5rem;
}

.list__area .in__box:last-child .text__box p {
  padding-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .list__area .in__box:last-child {
    margin-top: 3rem;
  }
  .list__area .in__box:last-child img {
    right: 0;
    left: auto;
    filter: drop-shadow(10px 10px 0 #D61518);
  }
  .list__area .in__box:last-child .text__box {
    margin: 14rem auto 0 4.2rem;
    padding: 0 2rem 2.5rem;
    width: 80%;
    height: auto;
  }
  .list__area .in__box:last-child .text__box p {
    padding-bottom: 0.5rem;
  }
}

.list__area .category_box {
  padding: 2.5rem 0 5rem;
}

@media screen and (max-width: 767px) {
  .list__area .category_box {
    padding: 1rem 0 0;
  }
}

.home .site-header {
  background: none;
  text-shadow: 1px 1px 5px #161616;
}

@media screen and (max-width: 767px) {
  .home .site-header {
    background: #fff;
    text-shadow: none;
  }
}

.home .site-header a {
  color: #fff;
}

.home .area__title-sub {
  margin: 5rem 0 2.5rem;
}

@media screen and (max-width: 767px) {
  .home .area__title-sub {
    margin: 3.4rem 0 2.5rem 0;
  }
}

.home .iamge__area .in__box {
  max-width: 1430px;
}

.home .iamge__area .text__box {
  max-width: 660px;
}

@media screen and (max-width: 1300px) and (min-width: 1060px) {
  .home .iamge__area .text__box {
    width: 50;
  }
}

@media screen and (max-width: 767px) {
  .home .iamge__area .text__box {
    width: 100%;
  }
}

.home .iamge__area p {
  padding-bottom: 2rem;
  letter-spacing: -0.01em;
}

.home .iamge__area .img_box {
  width: 630px;
  padding-top: 4rem;
}

@media screen and (max-width: 1300px) and (min-width: 1060px) {
  .home .iamge__area .img_box {
    width: 41%;
  }
}

@media screen and (max-width: 767px) {
  .home .iamge__area .img_box {
    width: 100%;
  }
}

.home .iamge__area .img_box .img-1 {
  display: block;
  margin: 0 0 0 auto;
  width: 78.5%;
}

.home .iamge__area .img_box .img-2 {
  margin-top: -8rem;
  width: 48.5%;
}

@media screen and (max-width: 767px) {
  .home .iamge__area .img_box .img-2 {
    margin-top: -5rem;
  }
}

.home .button__box {
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .home .button__box {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .home .list__area .area__title-sub {
    padding-left: 1rem;
    margin: 2.5rem 0 1rem;
  }
}

.home .list__area .button__box {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .home .list__area .button__box {
    margin-top: 1rem;
  }
  .home .list__area .button__box a {
    width: 20.5rem;
    padding: 0.5rem 0 0.5rem 2rem;
    font-size: 1.4rem;
  }
}

.home .top_company {
  overflow: hidden;
  height: 86rem;
}

@media screen and (max-width: 767px) {
  .home .top_company {
    height: auto;
  }
}

.home .top_company p {
  font-size: 2.4rem;
  font-weight: bold;
  padding: 3rem 0 8rem;
}

@media screen and (max-width: 767px) {
  .home .top_company p {
    font-size: 1.8rem;
    line-height: 1.4em;
    padding-bottom: 1.5rem;
  }
}

.home .top_company p span {
  color: #D71516;
}

.home .top_company .img_box {
  width: 47%;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .home .top_company .img_box {
    width: 100%;
    padding-top: 4.5rem;
  }
}

.home .top_company .img_box img {
  width: 49vw;
  max-width: none;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .home .top_company .img_box img {
    position: static;
    width: 100%;
  }
}

.home .top_recruit {
  background: linear-gradient(90deg, #EF622F, #D61518);
  padding: 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .home .top_recruit {
    padding-bottom: 16rem;
  }
}

.home .top_recruit::after {
  content: "";
  display: block;
  width: 26.8rem;
  height: 31.7rem;
  position: absolute;
  background: url(../img/bg_logo.png) no-repeat center/100%;
  bottom: 2rem;
  right: 0;
  opacity: 0.4;
}

@media screen and (max-width: 767px) {
  .home .top_recruit::after {
    width: 14.8rem;
    height: 19rem;
    opacity: 1;
    bottom: 0;
  }
}

.home .top_recruit .in__box {
  position: relative;
  z-index: 1;
}

.home .top_recruit .text__box {
  padding: 7rem 0;
}

.home .top_recruit .text__box p {
  color: #fff;
  font-size: 7rem;
  font-weight: bold;
  line-height: 1.2em;
  padding: 2rem 0;
}

@media screen and (max-width: 767px) {
  .home .top_recruit .text__box {
    padding-top: 3.5rem;
  }
  .home .top_recruit .text__box p {
    font-size: 1.8rem;
    padding-top: 4rem;
  }
}

.home .top_recruit .en_text {
  color: #fff;
}

.home .top_recruit .main_text {
  color: #fff;
}

.home .top_recruit .main_text::before {
  content: "";
  background-image: url(../img/icon_logo-w.png);
}

.home .top_recruit .button__box a {
  background: #fff;
  color: #D71516;
}

.home .top_recruit .button__box a::after {
  background: linear-gradient(90deg, #EF622F 75%, #fff 75%);
}

.home .top_recruit .img_box {
  max-width: 580px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: -4rem;
  display: flex;
  justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .home .top_recruit .img_box {
    position: static;
    flex-wrap: wrap;
    width: 100vw;
    margin-left: -15px;
  }
}

.home .top_recruit .img_box img {
  height: 100%;
  width: 96%;
  object-fit: cover;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .home .top_recruit .img_box img {
    width: 100vw;
    margin-left: -15px;
  }
}

.home .top_recruit .img_box img.img-3 {
  padding-top: 1rem;
}

.contact__area {
  background: linear-gradient(90deg, #EF622F, #D61518);
  padding: 6rem 0;
}

.contact__area .en_text {
  text-align: center;
  color: #fff;
}

.contact__area .main_text {
  color: #fff;
  justify-content: center;
  padding-bottom: 3.5rem;
}

.contact__area .main_text::before {
  content: "";
  background-image: url(../img/icon_logo-w.png);
}

.contact__area .in__box p {
  width: 100%;
  text-align: center;
  padding: 4.5rem 0 1.5rem;
  font-size: 1.8rem;
  line-height: 1.6em;
}

@media screen and (max-width: 767px) {
  .contact__area .in__box p {
    font-size: 1.4rem;
  }
}

.contact__area .flex__box {
  padding: 0 15rem 4rem;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .contact__area .flex__box {
    padding: 0 1rem 3rem;
  }
}

.contact__area .text__box {
  text-align: center;
  max-width: none;
  width: 46%;
}

.contact__area .text__box:nth-child(2) {
  padding-left: 3%;
}

@media screen and (max-width: 767px) {
  .contact__area .text__box {
    text-align: left;
    width: 100%;
    margin: 0 2rem;
  }
}

.contact__area .text__box .button__box {
  padding: 0;
  flex-wrap: wrap;
}

.contact__area .text__box .button__box a {
  display: flex;
  align-items: center;
  width: 38rem;
}

@media screen and (max-width: 767px) {
  .contact__area .text__box .button__box a {
    width: 28rem;
  }
}

.contact__area .text__box .button__box a img {
  margin-right: 0.5rem;
}

.contact__area .text__box p {
  padding: 1.5rem 8.5rem 1rem 0;
}

@media screen and (max-width: 767px) {
  .contact__area .text__box p {
    padding-right: 0;
  }
}

.contact__area .tel__box a {
  font-size: 5rem;
  font-weight: bold;
  color: #D71516;
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  justify-content: flex-end;
}

.contact__area .tel__box a img {
  margin-right: 1.5rem;
}

@media screen and (max-width: 767px) {
  .contact__area .tel__box a {
    font-size: 3.2rem;
  }
  .contact__area .tel__box a img {
    width: 4rem;
  }
}

.contact__area .tel__box p {
  padding: 0;
}

.category_box span {
  border: 1px solid #D71516;
  padding: 1rem;
  color: #D71516;
  font-size: 1.8rem;
  line-height: 1em;
  display: inline-block;
  margin-right: 1rem;
}

@media screen and (max-width: 767px) {
  .category_box span {
    font-size: 1.2rem;
    padding: 0.3rem 0.5rem;
    margin-right: 0.5rem;
  }
}

.recommend__area {
  padding-top: 3rem;
}

.recommend__area .in__box {
  position: relative;
}

.recommend__area .area__title {
  text-align: center;
}

.recommend__area .main_text {
  justify-content: center;
}

.recommend__area .area__title-sub {
  position: relative;
}

.recommend__area .area__title-sub::after {
  content: "";
  display: block;
  width: calc(100% + 1rem);
  height: 2px;
  background: #D71516;
  position: absolute;
  left: -1rem;
  bottom: -3rem;
}

@media screen and (max-width: 767px) {
  .recommend__area .area__title-sub::after {
    bottom: -2rem;
  }
}

.recommend__area .slider {
  padding: 6.5rem 0 3rem;
}

@media screen and (max-width: 767px) {
  .recommend__area .slider {
    padding: 2.5rem 0 1rem;
  }
}

.recommend__area .swiper-slide .in_text {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  width: 100%;
}

.recommend__area .swiper-slide .title {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  padding: 1.5rem 0 1rem;
}

.recommend__area .swiper-slide .title__less-pd {
  padding: 1.2rem 0 .7rem;
}

.recommend__area .swiper-slide .cat {
  display: inline-block;
  margin: 1.3rem 1rem 0rem 0;
  padding: 0 2rem;
  line-height: 1.6em;
  border-radius: 0.5rem;
  color: #fff;
  background: linear-gradient(90deg, #EF622F, #D61518);
}

.recommend__area .swiper-slide .text {
  line-height: 1.4em;
  display: block;
}

.recommend__area .swiper-slide .sub {
  font-size: 1.4rem;
}

.recommend__area .swiper-button-next, .recommend__area .swiper-rtl .swiper-button-prev,
.recommend__area .swiper-button-prev, .recommend__area .swiper-rtl .swiper-button-next {
  top: 10rem;
  left: auto;
  right: 7rem;
}

@media screen and (max-width: 767px) {
  .recommend__area .swiper-button-next, .recommend__area .swiper-rtl .swiper-button-prev,
  .recommend__area .swiper-button-prev, .recommend__area .swiper-rtl .swiper-button-next {
    top: 1.5rem;
    right: 6.5rem;
  }
}

.recommend__area .swiper-button-next::after, .recommend__area .swiper-rtl .swiper-button-prev::after,
.recommend__area .swiper-button-prev::after, .recommend__area .swiper-rtl .swiper-button-next::after {
  content: "\03c";
  transform: scale(0.5, 1);
  background: linear-gradient(90deg, #EF622F, #D61518);
  border-radius: 50%;
  color: #fff;
  line-height: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 0.4em 1.4em;
}

@media screen and (max-width: 767px) {
  .recommend__area .swiper-button-next::after, .recommend__area .swiper-rtl .swiper-button-prev::after,
  .recommend__area .swiper-button-prev::after, .recommend__area .swiper-rtl .swiper-button-next::after {
    padding: 0.1em 0.8em;
  }
}

.recommend__area .swiper-button-next, .recommend__area .swiper-rtl .swiper-button-prev {
  right: 2rem;
}

@media screen and (max-width: 767px) {
  .recommend__area .swiper-button-next, .recommend__area .swiper-rtl .swiper-button-prev {
    right: 3.5rem;
  }
}

.recommend__area .swiper-button-next::after, .recommend__area .swiper-rtl .swiper-button-prev::after {
  content: "\03e";
}

.search_box {
  font-size: 2rem;
}

.search_box .title {
  padding: 1rem 3rem 1rem;
  border: 1px solid #D9D9D9;
  border-top: 4px solid #D71516;
}

@media screen and (max-width: 767px) {
  .search_box .title {
    padding: 1rem 0 2rem;
    font-size: 1.8rem;
    border: 0;
    border-bottom: 1px solid #D9D9D9;
  }
}

.search_box .inner {
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .search_box .inner {
    margin-bottom: 1.5rem;
  }
}

.search_box .label_box {
  border: 1px solid #D9D9D9;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .search_box .label_box {
    font-size: 1.8rem;
    border: 0;
    border-bottom: 1px solid #D9D9D9;
    padding-top: 1.5rem;
  }
}

.search_box .label_box label {
  font-size: 2rem;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 1.5rem 1rem 1rem 7rem;
  position: relative;
  width: auto;
  line-height: 1.2em;
  border: 1px solid #D9D9D9;
  border-top: 0;
  width: 25%;
  min-width: calc(100% / 6);
}

@media screen and (max-width: 767px) {
  .search_box .label_box label {
    padding: 0 0 0 28px;
    margin: 0 0 1.5rem 0;
    min-width: 15rem;
    width: 50%;
    border: 0;
    font-size: 1.6rem;
    min-width: 50%;
    width: auto;
  }
}

.search_box .label_box label span::before {
  background: #fff;
  border: 1px solid;
  content: '';
  display: block;
  height: 1em;
  width: 1em;
  left: 1.5em;
  position: absolute;
  top: 0.9em;
}

@media screen and (max-width: 767px) {
  .search_box .label_box label span::before {
    left: 0;
    top: 1px;
  }
}

.search_box .label_box label span::after {
  border-right: 2px solid;
  border-bottom: 2px solid;
  content: '';
  display: block;
  height: 1.5rem;
  width: 0.8rem;
  left: 3.6rem;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 2.8rem;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .search_box .label_box label span::after {
    top: 1rem;
    left: 0.5rem;
  }
}

.search_box .label_box label input:checked + span::after {
  opacity: 1;
}

.search_box .button__box {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .search_box .button__box {
    text-align: left;
  }
  .search_box .button__box.button__box__sp-ta-center {
    text-align: center;
  }
  .search_box .button__box .button_inner {
    padding: 0;
  }
  .search_box .button__box .button_inner input {
    text-align: center;
    padding: 1.5rem 0;
  }
}

@keyframes slide_out_2 {
  0% {
    transform: translateX(-7rem);
    width: 0;
  }
  50% {
    transform: translateX(0);
    width: 7rem;
  }
  100% {
    transform: translateX(0);
    width: 0;
  }
}

.news__area .in__box {
  padding: 4.5rem 2rem 2.5rem 9rem;
  background: #F0F0F0;
}

@media screen and (max-width: 767px) {
  .news__area {
    padding: 3.5rem 0;
  }
  .news__area .in__box {
    width: 92%;
    padding: 2.5rem 1rem 4rem;
    position: relative;
  }
}

.news__area .en_text {
  color: #161616;
}

.news__area .button__box {
  margin-top: 5rem;
}

.news__area .button__box a {
  width: 20.5rem;
  padding: 1rem 1rem 1rem 3rem;
}

.news__area .button__box a::after {
  width: 7rem;
}

.news__area .button__box a:hover {
  opacity: 1;
}

.news__area .button__box a:hover::after {
  animation: slide_out_2 1s ease-in-out forwards;
}

@media screen and (max-width: 767px) {
  .news__area .button__box {
    position: absolute;
    bottom: 4rem;
    margin: 0;
  }
  .news__area .button__box a {
    padding: 0.6em;
    display: flex;
    justify-content: center;
    width: 23.5rem;
  }
}

.news__area .news-list {
  width: 70%;
}

.news__area .news-list .category {
  display: inline-block;
  margin: 0 1rem;
  padding: 0 2rem;
  line-height: 1.6em;
  border-radius: 0.5rem;
  color: #fff;
  background: linear-gradient(90deg, #EF622F, #D61518);
}

.news__area .news-list .title {
  display: block;
  padding: 1rem 0 3rem;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .news__area .news-list {
    width: 97%;
    padding: 5.5rem 0;
  }
  .news__area .news-list .date {
    font-size: 1.6rem;
  }
  .news__area .news-list .title {
    padding-top: 0.5rem;
    font-size: 1.6rem;
  }
}

.mv_area-sub {
  padding: 0;
  height: 47rem;
  background: #fff url(../img/company/company_mv-bg.png) no-repeat top left 32rem;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 767px) {
  .mv_area-sub {
    height: 20rem;
    background-position: top right -15rem;
  }
}

.mv_area-sub::before {
  content: "";
  display: block;
  width: 22rem;
  height: 84%;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: linear-gradient(90deg, #EF622F, #D61518);
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1600px) {
  .mv_area-sub::before {
    width: 18rem;
    height: 60%;
  }
}

@media screen and (max-width: 767px) {
  .mv_area-sub::before {
    width: 52px;
    height: 38%;
  }
}

.mv_area-sub .in__box {
  max-width: 1530px;
}

.mv_area-sub .area__title {
  position: absolute;
  padding: 0;
  top: 20rem;
  left: 12rem;
}

@media screen and (max-width: 767px) {
  .mv_area-sub .area__title {
    top: 8rem;
    left: 2rem;
  }
}

.mv_area-sub .en_text {
  font-size: 5.2rem;
  color: #161616;
}

@media screen and (max-width: 767px) {
  .mv_area-sub .en_text {
    font-size: 3.2rem;
    color: #ffffff;
  }
}

.mv_area-sub .main_text::before {
  content: none;
}

@media screen and (max-width: 767px) {
  .mv_area-sub .main_text {
    font-size: 1.42rem;
    color: #FFFFFF;
  }
}

.breadcrumbs {
  padding: 3.5rem 0;
  font-size: 1.4rem;
}

.breadcrumbs .in__box {
  max-width: 1530px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumbs a, .breadcrumbs span {
  font-size: 1.4rem;
}

.breadcrumbs .home {
  display: flex;
  align-items: center;
}

.breadcrumbs .home::before {
  content: "";
  display: block;
  width: 1.1em;
  height: 1.1em;
  background: url(../img/icon-09.png) no-repeat center/100%;
  margin: 0 0.5rem;
}

.breadcrumbs .i {
  transform: scale(0.5, 1);
  margin: 0 0.5rem 0 1rem;
  font-size: 1.8rem;
  line-height: 1em;
}

.text__area {
  padding: 0;
}

.page-company .iamge__area {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1100px) {
  .page-company .iamge__area .img-1 {
    width: 57%;
  }
  .page-company .iamge__area .img-2, .page-company .iamge__area .img-3 {
    width: 40.4%;
  }
}

.page-company .iamge__area .flex__box {
  align-items: flex-start;
}

.page-company .iamge__area::after {
  content: "";
  display: block;
  width: 22.8rem;
  height: 26.7rem;
  position: absolute;
  background: url(../img/bg_logo-color.png) no-repeat center/100%;
  bottom: 2rem;
  right: 7rem;
  opacity: 0.4;
}

.page-company .iamge__area .inner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 2rem;
}

.page-company .iamge__area .text__box {
  width: 640px;
  position: absolute;
  bottom: 8rem;
  padding: 6rem;
  background: #fff;
}

@media screen and (max-width: 1100px) {
  .page-company .iamge__area .text__box {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .page-company .iamge__area .text__box {
    position: static;
    width: 100%;
    padding: 0;
    margin-top: -10.5rem;
    background: none;
  }
}

.page-company .iamge__area .area__title {
  font-size: 3.2rem;
  font-weight: bold;
  padding-bottom: 7rem;
  line-height: 1.4em;
}

@media screen and (max-width: 767px) {
  .page-company .iamge__area .area__title {
    font-size: 2rem;
  }
}

.page-company .iamge__area .area__title span {
  color: #D71516;
}

.page-company .about__area {
  padding: 16.5rem 0 8rem;
}

@media screen and (max-width: 767px) {
  .page-company .about__area {
    padding: 4rem 0;
  }
}

.page-company .list__box {
  padding: 6rem 0 5rem;
}

.page-company .list__box li {
  display: flex;
  flex-wrap: wrap;
}

.page-company .list__box li span {
  padding: 2.15rem 3rem;
  border-top: 2px solid;
}

@media screen and (max-width: 767px) {
  .page-company .list__box li span {
    padding: 1rem 0 1rem 0.5rem;
  }
}

.page-company .list__box li:last-child span {
  border-bottom: 2px solid;
}

.page-company .list__box li .title {
  width: 15.5em;
  border-color: #D71516 !important;
}

@media screen and (max-width: 767px) {
  .page-company .list__box li .title {
    width: 34%;
  }
}

.page-company .list__box li .text {
  width: calc(100% - 15.5em);
  border-color: #F0F0F0 !important;
}

@media screen and (max-width: 767px) {
  .page-company .list__box li .text {
    width: 66%;
  }
}

.page-company .gmap__area {
  padding-top: 8rem;
  background: #FBFBFB;
}

.page-company .access__text {
  padding: 5rem 0;
}

.page-company .access__text b {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .page-company .access__text b {
    font-size: 2rem;
  }
}

.page-company .access__text span {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

.page-company .access__text span::before {
  content: "";
  display: block;
  width: 1.1em;
  height: 1.4em;
  background: url(../img/icon-10.png) no-repeat center/100%;
  margin: 0 0.5rem;
}

.page-company .gmap__box {
  position: relative;
  overflow: hidden;
  height: 40rem;
}

.page-company .gmap__box iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.page-company .gmap__box + .access__text {
  padding-top: 12rem;
}

@media screen and (max-width: 767px) {
  .page-company .gmap__box + .access__text {
    padding: 4rem 0;
  }
}

.page-about .mv_area-sub {
  background-image: url(../img/about/about_mv-bg-01.png);
}

.page-about .text__area {
  padding-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .page-about .text__area {
    padding-bottom: 4rem;
  }
}

.page-about .text__area .in__box:nth-child(n+2) {
  padding-top: 10.5rem;
}

.page-about .text__area .text__box {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .page-about .text__area .text__box {
    width: 100%;
  }
}

.page-about .text__area img {
  margin-top: -4rem;
}

@media screen and (max-width: 1100px) {
  .page-about .text__area img {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .page-about .text__area img {
    width: 100%;
    margin-top: 0;
  }
}

.page-about .faq__area ul {
  width: 73%;
}

.iamge__area-text {
  padding: 4rem 0 0;
}

.area__title-sub {
  font-weight: bold;
}

.area__title-sub-2 {
  margin: 0;
  font-size: 4.5rem;
  line-height: 1.4em;
  font-family: Arial;
  font-weight: bold;
  background: linear-gradient(90deg, #EF622F, #D61518);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding-right: 7.5rem;
  box-shadow: 1px 1px 5px #D9D9D9;
}

@media screen and (max-width: 767px) {
  .area__title-sub-2 {
    font-size: 2rem;
    padding-right: 2.5rem;
  }
}

.title-sub-2-text {
  padding: 2rem 0 0;
}

.title-sub-2-text b {
  font-size: 2.4rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #D9D9D9;
  display: block;
}

@media screen and (max-width: 767px) {
  .title-sub-2-text b {
    font-size: 2rem;
  }
}

.title-sub-2-text span {
  display: block;
  padding-top: 4rem;
}

.flow__area {
  padding-top: 12rem;
  background: #FBFBFB url(../img/about/about_bg-01.png) no-repeat left top/100% auto;
}

@media screen and (max-width: 767px) {
  .flow__area {
    margin-top: 4rem;
    background-size: 130% auto;
    background-position: top 9rem left;
  }
  .flow__area .area__title {
    width: 100%;
    padding-bottom: 4rem;
  }
}

.flow__area .flex__box {
  align-items: flex-start;
}

.flow__area .text__box {
  width: 73%;
}

@media screen and (max-width: 767px) {
  .flow__area .text__box {
    width: 100%;
  }
}

.flow__area .text__box .flex__box {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  border: 1px solid #D9D9D9;
  margin-bottom: 3.5rem;
  padding-bottom: 1rem;
  background: #fff;
}

.flow__area .text__box .flex__box:nth-child(2) .title::after,
.flow__area .text__box .flex__box:nth-child(2) .title {
  background: #EC572C;
}

.flow__area .text__box .flex__box:nth-child(3) .title::after,
.flow__area .text__box .flex__box:nth-child(3) .title {
  background: #E74B28;
}

.flow__area .text__box .flex__box:nth-child(4) .title::after,
.flow__area .text__box .flex__box:nth-child(4) .title {
  background: #E13723;
}

.flow__area .text__box .flex__box:nth-child(5) .title::after,
.flow__area .text__box .flex__box:nth-child(5) .title {
  background: #DB261D;
}

.flow__area .text__box .flex__box:nth-child(6) .title::after,
.flow__area .text__box .flex__box:nth-child(6) .title {
  background: #D61518;
}

.flow__area .text__box .title {
  width: 13.5rem;
  margin: 0 1rem;
  text-align: center;
  padding: 5rem 0 4.5rem;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  position: relative;
  background: #EF622F;
}

@media screen and (max-width: 767px) {
  .flow__area .text__box .title {
    width: 4.5rem;
    padding: 1rem 0 0.5rem;
  }
}

.flow__area .text__box .title::after {
  content: "";
  display: block;
  width: 100%;
  height: 4rem;
  background: #EF622F;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  top: calc(100% - 0.5px);
}

@media screen and (max-width: 767px) {
  .flow__area .text__box .title::after {
    height: 1rem;
  }
}

.flow__area .text__box .title span {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .flow__area .text__box .title span {
    font-size: 1.2rem;
  }
}

.flow__area .text__box .title b {
  font-size: 4.2rem;
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .flow__area .text__box .title b {
    font-size: 2rem;
  }
}

.flow__area .text__box img {
  margin: 5.5rem 0 0 2.5rem;
}

@media screen and (max-width: 767px) {
  .flow__area .text__box img {
    margin: 0.5rem 0 0 0.5rem;
    width: 4rem;
  }
}

.flow__area .text__box .text {
  padding: 5rem 0 0 4rem;
  width: calc(100% - 32rem);
}

@media screen and (max-width: 767px) {
  .flow__area .text__box .text {
    padding: 0.5rem 0 0 1rem;
    width: calc(100% - 12rem);
  }
}

.flow__area .text__box .text b {
  font-size: 2.4rem;
  font-weight: bold;
  color: #D71516;
}

@media screen and (max-width: 767px) {
  .flow__area .text__box .text b {
    font-size: 1.6rem;
  }
}

.flow__area .text__box .text span {
  display: block;
  padding-top: 1rem;
}

@media screen and (max-width: 767px) {
  .flow__area .text__box .text span {
    padding: 0;
    line-height: 1.4em;
  }
}

@media screen and (max-width: 767px) {
  .faq__area .area__title {
    width: 100%;
    padding-bottom: 4rem;
  }
}

.faq__area ul li {
  width: 100%;
  margin-bottom: 2.1rem;
  box-shadow: 1px 1px 5px #D9D9D9;
}

.faq__area ul li:last-child {
  margin-bottom: 0;
}

.faq__area ul li span {
  text-align: left;
  padding: 1.9rem 1.8rem;
  display: flex;
  align-items: flex-start;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .faq__area ul li span {
    padding: 1rem;
    font-size: 1.4rem;
  }
}

.faq__area ul li span b {
  padding: 0.4em 0.5em;
  line-height: 1em;
  font-family: Arial;
  border-radius: 50%;
  background: #fff;
  color: #D71516;
}

@media screen and (max-width: 767px) {
  .faq__area ul li span b {
    font-size: 1.4rem;
  }
}

.faq__area ul li span span {
  padding: 0 0 0 1em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .faq__area ul li span span {
    padding: 0 2em 0 1em;
  }
}

.faq__area ul li span.text_q {
  background: #D71516;
  position: relative;
}

.faq__area ul li span.text_q::after {
  content: "＋";
  position: absolute;
  top: 1em;
  right: 1em;
  font-size: 1.8rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .faq__area ul li span.text_q::after {
    top: 0.5em;
  }
}

.faq__area ul li span.text_a {
  background: #fff;
  display: none;
}

.faq__area ul li span.text_a b {
  background: #D71516;
  color: #fff;
}

.faq__area ul li span.text_a span {
  color: #161616;
}

.infometion__area {
  background: url(../img/about/about_bg-02.png) no-repeat center top/cover;
}

.infometion__area .en_text {
  color: #fff;
}

.infometion__area .main_text {
  color: #fff;
}

.infometion__area .main_text::before {
  background-image: url(../img/icon_logo-w.png);
}

.infometion__area .flex__box {
  align-items: flex-start;
}

.infometion__area .flex__box p {
  color: #fff;
  padding-top: 7rem;
}

.infometion__area .flex__box .button__box {
  margin: 6rem 3rem 0 0;
}

.infometion__area .flex__box .button__box a {
  background: #fff;
  color: #D71516;
}

.infometion__area .flex__box .button__box a::after {
  background: linear-gradient(90deg, #EF622F 75%, #fff 75%);
}

.area__title-sub-3 {
  margin: 0 0 7rem;
  position: relative;
  line-height: 1.6em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .area__title-sub-3 {
    margin: 0 0 4rem;
  }
}

.area__title-sub-3::after {
  content: "";
  display: block;
  width: calc(100% + 1rem);
  height: 2px;
  background: #D71516;
  position: absolute;
  bottom: -2.3rem;
  right: 0;
}

.page-service .mv_area-sub {
  background-image: url(../img/service/service_mv-bg-04.png);
}

.page-service .iamge__area {
  padding-bottom: 0;
}

.page-service .text__area .area__title-sub-3 {
  margin-top: 8rem;
}

.page-service .text__area .title-sub-text {
  padding-bottom: 3rem;
}

.page-service .text__area span {
  font-size: 2rem;
  font-weight: bold;
  color: #D71516;
  text-align: center;
  padding: 0.5rem 0 3.5rem;
  display: block;
}

.page-service .text__area .flex__box {
  align-items: center;
}

.page-service .text__area .flex__box p {
  font-size: 2rem;
  font-weight: bold;
  color: #D71516;
  text-align: center;
  padding: 0.5rem 0 0;
}

.page-service .text__area .flex__box p.in_text {
  color: #161616;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .page-service .text__area .flex__box p.in_text {
    font-size: 1.6rem;
  }
}

.page-service .text__area ul {
  padding-bottom: 1rem;
}

.page-service .text__area ul li {
  width: 31.5%;
}

@media screen and (max-width: 767px) {
  .page-service .text__area ul li {
    width: 100%;
  }
}

.page-service .text__area ul:last-child li {
  width: auto;
}

@media screen and (max-width: 1100px) {
  .page-service .text__area ul:last-child li {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .page-service .text__area ul:last-child li {
    width: 100%;
  }
  .page-service .text__area ul:last-child li:last-child {
    order: -1;
  }
}

.support__area {
  margin-top: 12rem;
  padding-top: 10rem;
  background: #FBFBFB;
}

@media screen and (max-width: 767px) {
  .support__area {
    margin-top: 0;
    padding-top: 8rem;
  }
}

.support__area .in__box {
  max-width: 1110px;
}

.support__area .flex__box {
  padding-top: 5rem;
}

.support__area .flex__box img {
  border-radius: 1rem;
}

@media screen and (max-width: 1100px) {
  .support__area .flex__box img {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .support__area .flex__box img {
    width: 100%;
    margin-top: 2rem;
  }
}

.support__area .title {
  width: 11.5rem;
  font-family: Arial;
  text-align: left;
  border-right: 1px solid #D71516;
}

@media screen and (max-width: 767px) {
  .support__area .title {
    width: 5.5rem;
  }
}

.support__area .title span {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 0.2em;
  background: linear-gradient(90deg, #EF622F, #D61518);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .support__area .title span {
    font-size: 1rem;
  }
}

.support__area .title b {
  display: block;
  font-size: 8.4rem;
  background: linear-gradient(90deg, #EF622F, #D61518);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .support__area .title b {
    font-size: 2rem;
    text-align: center;
  }
}

.support__area .text {
  width: calc(100% - 53.5rem);
  margin: 0 auto 0 0;
  padding-left: 3rem;
}

@media screen and (max-width: 1100px) {
  .support__area .text {
    width: 55%;
  }
}

@media screen and (max-width: 767px) {
  .support__area .text {
    width: calc(100% - 5.5rem);
    padding: 0 0 0 2rem;
  }
}

.support__area .text b {
  font-size: 2.6rem;
  background: linear-gradient(90deg, #EF622F, #D61518);
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
  .support__area .text b {
    font-size: 2rem;
  }
}

.support__area .text span {
  display: block;
  padding-top: 1.5rem;
  font-size: 1.8rem;
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  .support__area .text span {
    font-size: 1.6rem;
  }
}

.category__area {
  padding-bottom: 3rem;
}
.category__area__selectable {
  padding-top: 1em;
  padding-bottom: 0;
}

.category__area .flex__box a {
  position: relative;
  display: block;
  margin-bottom: 1rem;
  width: 32%;
}
.category__area .flex__box a.js-jobcat-checkbox.is-checked img {
  border: 4px solid #D71516;
}

@media screen and (max-width: 767px) {
  .category__area .flex__box a {
    width: 48%;
    margin-bottom: .1rem;
  }
}

.category__area .flex__box a b {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .category__area .flex__box a b {
    font-size: 12px;
  }
}

.single-job .mv_area-sub,
.post-type-archive-job .mv_area-sub {
  background-image: url(../img/job/job_mv-bg.png);
}

.single-job .area__title-sub,
.post-type-archive-job .area__title-sub {
  margin-bottom: 2.5rem;
}

.single-news .about__area p {
  margin-bottom: 1.5em;
}

.single-news .about__area *:last-child {
  margin-bottom: 0;
}

.page-recruit .job__area,
.single-job .job__area {
  padding-bottom: 5rem;
}

.page-recruit .job__area .sub-content h4,
.single-job .job__area .sub-content h4 {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: .9em;
}

.page-recruit .job__area .sub-content h5,
.single-job .job__area .sub-content h5 {
  font-size: 1.8rem;
  color: #D71516;
  font-weight: bold;
  margin-top: 1.5em;
  margin-bottom: .2em;
}

.page-recruit .job__area .sub-content p,
.single-job .job__area .sub-content p {
  min-height: auto !important;
  margin-bottom: 1em;
}

.page-recruit .tab_label.flex__box__jc-s,
.single-job .tab_label.flex__box__jc-s {
  justify-content: start;
  gap: 20px;
}

.page-recruit .tab_label.flex__box__jc-s label,
.single-job .tab_label.flex__box__jc-s label {
  width: calc(33.3% - 13px);
}

.page-recruit .list__box li,
.single-job .list__box li {
  display: flex;
  width: 100%;
  text-align: left;
}

.page-recruit .list__box li:last-child span,
.single-job .list__box li:last-child span {
  border-bottom: 2px solid #D9D9D9;
}

.page-recruit .list__box li span,
.single-job .list__box li span {
  border-top: 2px solid #D9D9D9;
  padding: 2rem 2.5rem;
  width: calc(100% - 20.5em);
}

@media screen and (max-width: 767px) {
  .page-recruit .list__box li span,
  .single-job .list__box li span {
    padding: 1rem 1rem;
    width: calc(100% - 8em);
  }
}

.page-recruit .list__box li span.title,
.single-job .list__box li span.title {
  width: 20.5em;
  border-color: #D71516;
}

@media screen and (max-width: 767px) {
  .page-recruit .list__box li span.title,
  .single-job .list__box li span.title {
    width: 8em;
  }
}

.page-recruit .button__box,
.single-job .button__box {
  padding: 9rem 0 4rem;
  display: flex;
  justify-content: center;
}

.page-recruit .button__box.return,
.single-job .button__box.return {
  padding: 0;
}

.error404 .button__box {
  padding: 9rem 0 4rem;
  display: flex;
  justify-content: center;
}

.page-recruit .mv_area-sub {
  background-image: url(../img/recruit/recruit_mv-bg.png);
}

.page-recruit .area__title-sub-3 {
  margin: 6.5rem 0 10.5rem;
}

.page-recruit .tab_label label {
  width: 28.5%;
  font-size: 1.8rem;
  padding: 2rem 0;
  border: 1px solid #D71516;
  color: #D71516;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-recruit .tab_label label {
    width: 100%;
    font-size: 1.6rem;
    padding: 1rem 0;
    line-height: 1em;
  }
}

.page-recruit .tab_label label::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(135deg);
  display: inline-block;
  position: absolute;
  right: 3rem;
  top: 40%;
}

.page-recruit .tab__title {
  font-size: 2.4rem;
  margin: 8rem 0 5.5rem;
  padding: 2.8rem 0;
  text-align: center;
  background: linear-gradient(90deg, #EF622F, #D61518);
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .page-recruit .tab__title {
    padding: 1rem 0;
    font-size: 1.6rem;
  }
}

.job__area {
  background: #FBFBFB;
}

.job__area ul li {
  width: 100%;
  padding: 2rem 0 0;
  margin-bottom: 5rem;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .job__area ul li {
    padding: 0;
    margin-top: 0;
    margin-bottom: 3rem;
  }
}

.job__area ul li .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5rem 1.5rem;
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (max-width: 767px) {
  .job__area ul li .title {
    padding: 2rem 1rem 1rem;
    flex-wrap: wrap;
  }
}

.job__area ul li .category {
  font-size: 2rem;
  padding: 1.8rem 0;
  text-align: center;
  width: 29rem;
  background: linear-gradient(90deg, #EF622F, #D61518);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .job__area ul li .category {
    font-size: 1.4rem;
    padding: 0 1rem;
    width: 20rem;
  }
}

.job__area ul li b {
  margin-right: auto;
  font-size: 2.4rem;
  padding-left: 4rem;
  width: calc(100% - 45rem);
}

@media screen and (max-width: 767px) {
  .job__area ul li b {
    width: 100%;
    font-size: 1.8rem;
    padding: 1rem 0 0;
  }
}

.job__area ul li .date {
  display: none;
  width: 15rem;
  color: #D9D9D9;
}

@media screen and (max-width: 767px) {
  .job__area ul li .date {
    display: none;
    font-size: 1.2rem;
  }
}

.job__area ul li .flex__box {
  padding: 4rem 5rem;
}

@media screen and (max-width: 767px) {
  .job__area ul li .flex__box {
    padding: 2rem 1rem;
  }
}

.job__area ul li .flex__box .noimg,
.job__area ul li .flex__box img {
  width: 53rem;
  height: 40rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .job__area ul li .flex__box .noimg,
  .job__area ul li .flex__box img {
    width: 100%;
    height: 20rem;
  }
}

.job__area ul li .flex__box .noimg {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D9D9D9;
}

.job__area ul li .flex__box .noimg::after {
  content: "NO IMAGE";
  color: #fff;
  font-size: 2rem;
}

.job__area ul li .flex__box .text_box {
  width: calc(100% - 57rem);
}

@media screen and (max-width: 767px) {
  .job__area ul li .flex__box .text_box {
    width: 100%;
    padding-top: 2rem;
  }
}

.job__area ul li .flex__box .text_box ul li {
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}

.job__area ul li .flex__box .text_box ul li span {
  display: flex;
  align-items: center;
  width: calc(100% - 12em);
}

.job__area ul li .flex__box .text_box ul li span:first-child {
  width: 12em;
}

.job__area ul li .flex__box .text_box ul li span:first-child::before {
  content: "";
  display: block;
  height: 2em;
  width: 2em;
  background: url(../img/icon-11.png) no-repeat center/100% auto;
  margin-right: 1.6em;
}

.job__area ul li .flex__box .text_box ul li:nth-child(2) span::before {
  background-image: url(../img/icon-12.png);
}

.job__area ul li .flex__box .text_box ul li:nth-child(3) span::before {
  background-image: url(../img/icon-13.png);
}

.job__area ul li .flex__box .text_box .wp-block-heading,
.job__area ul li .flex__box .text_box .in_title {
  font-size: 2.4rem;
  min-height: 6.5rem;
}

@media screen and (max-width: 767px) {
  .job__area ul li .flex__box .text_box .wp-block-heading,
  .job__area ul li .flex__box .text_box .in_title {
    font-size: 1.8rem;
    min-height: 5.5rem;
  }
}

.job__area ul li .flex__box .text_box p {
  min-height: 21.5rem;
}

.job__area .category__box {
  padding: 1rem 0 2rem;
}

.job__area .category__box span {
  padding: 0.3rem 3rem;
  border: 1px solid #D71516;
  color: #D71516;
  border-radius: 2em;
  margin: 0 2rem 2rem 0;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .job__area .category__box span {
    padding: 0.5rem;
    font-size: 1.2rem;
    margin: 0 0.5rem 0.5rem 0;
    line-height: 1.2em;
  }
}

.logo-white {
  display: none;
}

.logo-black {
  display: block;
}

.home .logo-white {
  display: block;
}

@media screen and (max-width: 767px) {
  .home .logo-white {
    display: none;
  }
}

.home .logo-black {
  display: none;
}

@media screen and (max-width: 767px) {
  .home .logo-black {
    display: block;
  }
}

.home .is-bgadd .logo-white {
  display: none;
}

.home .is-bgadd .logo-black {
  display: block;
}

.home .is-bgadd .site-header {
  background: #fff;
}

.home .is-bgadd .site-header .header__menu ul.flex__box li a {
  color: #161616;
  text-shadow: none;
}

.home .is-bgadd .site-header .header__menu ul.flex__box li a.mypage {
  color: #D71516;
}

.home .is-bgadd .site-header .header__menu ul.flex__box li a.contact {
  color: #fff;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

@keyframes loop3 {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}

@keyframes loop4 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}

.loop_css {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .loop_css {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .loop_css {
    flex-flow: row nowrap;
  }
}

.loop_css:last-child {
  padding: 4.5rem 0 0 3rem;
}

@media screen and (max-width: 767px) {
  .loop_css:last-child {
    padding-top: 0.5rem;
  }
}

.loop_css ul {
  display: flex;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .loop_css ul {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .loop_css ul {
    flex-flow: row nowrap;
    width: auto;
  }
}

.loop_css ul:first-child {
  animation: loop3 50s -25s linear infinite;
  backface-visibility: hidden;
  will-change: transform;
}

@media screen and (max-width: 767px) {
  .loop_css ul:first-child {
    animation: loop 50s -25s linear infinite;
  }
}

.loop_css ul + ul {
  animation: loop4 50s linear infinite;
}

@media screen and (max-width: 767px) {
  .loop_css ul + ul {
    animation: loop2 50s linear infinite;
  }
}

.loop_css li {
  display: inline-block;
  list-style: none;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .loop_css li {
    height: calc(100% / 2);
    min-height: 150px;
    margin: 0 0 5px 0;
  }
}

@media screen and (max-width: 767px) {
  .loop_css li {
    width: calc(100vw / 2);
    min-width: 150px;
    margin: 0 5px 0 0;
  }
}

.loop_css li img {
  width: 100% !important;
}

@media screen and (min-width: 768px) {
  .loop_css li img {
    height: auto;
    max-height: none;
  }
}

@media screen and (max-width: 767px) {
  .loop_css li img {
    max-width: none;
  }
}

.page-faq .mv_area-sub {
  background-image: url(../img/faq/faq_mv-bg.png);
}

.page-faq .tab_label {
  padding: 7rem 0 4rem;
}

.page-faq .tab_label label {
  background: #D9D9D9;
  color: #fff;
  width: calc(91% / 6);
  padding: 2rem 0;
}

@media screen and (max-width: 767px) {
  .page-faq .tab_label label {
    width: 49%;
    padding: 1rem 0;
    margin-bottom: 0.6rem;
  }
}

.page-faq .tab_label.flex__box__jc-s {
  justify-content: start;
  gap: 20px;
}

.page-faq .tab_label.flex__box__jc-s label {
  width: calc(16.6% - 16px);
}

.faq__area ul li.clicked .text_q::after {
  content: "ー";
}

.faq__area ul li.clicked .text_a {
  display: flex;
}

.page-general-worker .mv_area-sub {
  background-image: url(../img/service/service_mv-bg-03.png);
}

.page-general-worker .link__box {
  padding: 7rem 0 0;
}

.page-general-worker .link__box a {
  width: 28.5%;
  padding: 2rem 0;
  text-align: center;
  border: 1px solid #D71516;
  color: #D71516;
  font-size: 1.8rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page-general-worker .link__box a {
    width: 100%;
    padding: 1rem 0;
  }
}

.page-general-worker .link__box a::after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(135deg);
  display: inline-block;
  position: absolute;
  right: 3rem;
  top: 40%;
}

.page-general-worker .link__box a:hover {
  background: linear-gradient(90deg, #EF622F, #D61518);
  color: #fff;
}

.service__area {
  padding-bottom: 0;
  background: #FBFBFB;
}

.service__area.bg_white {
  background: #fff;
  padding-bottom: 6rem;
}

.service__area .service__title {
  font-size: 2.4rem;
  color: #D71516;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .service__area .service__title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

.service__area .service__box_01 {
  padding-bottom: 4rem;
}

.service__area .service__box_01 .service__title {
  margin-top: 16px;
  margin-bottom: 3.5rem;
}

.service__area .service__box_01.bg_white {
  align-items: flex-start;
  background: #fff;
  margin: 5rem 0;
  padding: 5rem 8rem;
}

@media screen and (max-width: 767px) {
  .service__area .service__box_01.bg_white {
    padding: 16px 0 16px 0;
  }
}

.service__area .service__box_01.bg_white .text__box {
  width: 42%;
}

@media screen and (max-width: 767px) {
  .service__area .service__box_01.bg_white .text__box {
    width: 100%;
  }
}

.service__area .service__box_01.bg_white .text__box p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 2rem;
}

.service__area .service__box_01.bg_white .img__01 {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .service__area .service__box_01.bg_white .img__01 {
    margin: 0 0 4rem;
  }
}

.service__area .service__box_01.bg_white .img__03 {
  margin: 15rem 4rem 0 0;
}

@media screen and (max-width: 767px) {
  .service__area .service__box_01.bg_white .img__03 {
    margin: 0 0 4rem;
  }
}

.service__area .service__box_01 .text__box {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .service__area .service__box_01 .text__box {
    width: 100%;
  }
}

.service__area .img__01 {
  margin-right: 4rem;
  max-width: 55%;
}

@media screen and (max-width: 767px) {
  .service__area .img__01 {
    margin: 4rem 0 0;
    max-width: 100%;
  }
}

.service__area .img__02 {
  display: block;
  margin: -2rem auto 3rem;
  width: 5rem;
}

.service__area .flow__box {
  padding: 4.5rem 0 7rem;
}

@media screen and (max-width: 767px) {
  .service__area .flow__box {
    padding: 2rem 0 4rem;
  }
}

.service__area .flow__box.pattern-02 li {
  width: 12.5%;
}

@media screen and (max-width: 767px) {
  .service__area .flow__box.pattern-02 li {
    width: 49%;
    margin-bottom: 0.8rem;
  }
}

.service__area .flow__box li {
  width: 15%;
  border: 1px solid #D71516;
  padding-bottom: 1rem;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .service__area .flow__box li {
    width: 49%;
    margin-bottom: 0.8rem;
  }
}

.service__area .flow__box li p {
  font-size: 1.8rem;
  text-align: center;
  padding: 1.8rem 0 1rem;
  color: #D71516;
}

.service__area .flow__box li p span {
  display: block;
  font-size: 1.4rem;
  line-height: 2em;
  background: linear-gradient(90deg, #EF622F, #D61518);
  border-radius: 2em;
  color: #fff;
  width: 8rem;
  margin: auto;
}

.service__area .flow__box li img {
  display: block;
  margin: auto;
}

.service__area .type__box {
  padding: 5rem 0 6rem;
}

@media screen and (max-width: 767px) {
  .service__area .type__box {
    padding: 2rem 0 4rem;
  }
}

.service__area .type__box li {
  width: 32%;
  padding: 3rem;
  margin-bottom: 6rem;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .service__area .type__box li {
    width: 100%;
    padding: 2rem;
  }
}

.service__area .type__box li p {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 0 0;
}

@media screen and (max-width: 767px) {
  .service__area .type__box li p {
    align-items: center;
  }
}

.service__area .type__box li p b {
  font-size: 2.4rem;
  text-align: center;
  line-height: 2em;
  width: 14.5rem;
  margin-right: 1rem;
  background: linear-gradient(90deg, #EF622F, #D61518);
  color: #fff;
}

@media screen and (max-width: 767px) {
  .service__area .type__box li p b {
    font-size: 1.6rem;
    line-height: 2.2em;
  }
}

.service__area .type__box li p span {
  display: block;
  padding: 1rem 0 0;
}

.contact__area-coment {
  padding: 9rem 0;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .contact__area-coment {
    padding: 4rem 0;
  }
}

.contact__area-coment .flex__box {
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #EF622F, #D61518);
}

@media screen and (max-width: 767px) {
  .contact__area-coment .flex__box {
    justify-content: space-around;
    padding: 0 2rem;
  }
}

.contact__area-coment .flex__box::before, .contact__area-coment .flex__box::after {
  content: "";
  height: 1px;
  width: 8rem;
  background: #fff;
  display: block;
}

@media screen and (max-width: 767px) {
  .contact__area-coment .flex__box::before, .contact__area-coment .flex__box::after {
    width: 4rem;
  }
}

.contact__area-coment .title {
  font-size: 2.8rem;
  text-align: center;
  padding: 4rem 0 4rem 2rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .contact__area-coment .title {
    font-size: 2rem;
    padding: 2rem 0;
  }
}

.contact-border {
  height: 15rem;
  width: 1px;
  background: #D9D9D9;
}

@media screen and (max-width: 767px) {
  .contact-border {
    height: 1px;
    width: 98%;
    margin: 2rem auto 0;
  }
}

.page-specific-skills .mv_area-sub {
  background-image: url(../img/service/service_mv-bg-02.png);
}

.page-specific-skills .service__area {
  overflow: hidden;
}

.page-specific-skills .service__area ul li {
  display: flex;
}

.page-specific-skills .service__area ul li span {
  padding: 0 5rem;
  width: calc(100% - 30rem);
  display: flex;
  align-items: center;
  min-height: 9.5rem;
  border-top: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}

@media screen and (max-width: 767px) {
  .page-specific-skills .service__area ul li span {
    padding: 0 1rem;
    min-height: auto;
    width: calc(100% - 10rem);
  }
}

.page-specific-skills .service__area ul li span:first-child {
  font-size: 2rem;
  font-weight: bold;
  width: 30rem;
  border-left: 1px solid #D9D9D9;
}

@media screen and (max-width: 767px) {
  .page-specific-skills .service__area ul li span:first-child {
    font-size: 1.4rem;
    width: 10rem;
  }
}

.page-specific-skills .service__area ul li:first-child span {
  font-size: 2.6rem;
  background: #D71516;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .page-specific-skills .service__area ul li:first-child span {
    font-size: 1.6rem;
  }
}

.page-specific-skills .service__area ul li:last-child {
  border-bottom: 1px solid #D9D9D9;
}

.page-specific-skills .service__area ul + p {
  padding-top: 4rem;
}

@media screen and (max-width: 767px) {
  .page-specific-skills .service__area ul + p {
    font-size: 1.2rem;
  }
}

.page-specific-skills .iamge__area .area__title {
  text-align: center;
}

.page-specific-skills .iamge__area .main_text {
  justify-content: center;
  padding: 5rem 0;
  line-height: 1.8em;
  background: #FBFBFB;
  position: relative;
}

.page-specific-skills .iamge__area .main_text::before {
  background: url(../img/bg_logo-color.png) no-repeat center/100% auto;
  position: absolute;
  bottom: -17rem;
  right: -10rem;
  height: 32rem;
  width: 21rem;
}

@media screen and (max-width: 767px) {
  .page-specific-skills .iamge__area .main_text::before {
    bottom: -3rem;
    right: -1rem;
    height: 9rem;
    width: 7rem;
  }
}

.page-specific-skills .flow__area {
  padding: 12rem 0;
  margin: 0;
  background: #fff url(../img/service/service_bg-01.png) no-repeat center top 70rem/100% auto;
}

@media screen and (max-width: 767px) {
  .page-specific-skills .flow__area {
    padding: 4rem 0;
  }
}

.page-specific-skills .flow__area .service__title {
  text-align: center;
  padding: 1.5rem 0 6.5rem;
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .page-specific-skills .flow__area .service__title {
    font-size: 2rem;
    padding-bottom: 4rem;
  }
}

.page-specific-skills .flow__area .text__box {
  width: 100%;
}

.page-specific-skills .flow__area .text__box .flex__box {
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .page-specific-skills .flow__area .text__box .flex__box {
    margin-bottom: 4rem;
  }
}

.page-specific-skills .flow__area .text__box .title {
  width: 18.5rem;
  margin: 0 2rem;
  padding: 7rem 0;
}

@media screen and (max-width: 767px) {
  .page-specific-skills .flow__area .text__box .title {
    width: 4.5rem;
    padding: 1rem 0 0.5rem;
  }
}

.page-specific-skills .flow__area .text__box .title span {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .page-specific-skills .flow__area .text__box .title span {
    font-size: 1.2rem;
  }
}

.page-specific-skills .flow__area .text__box .title b {
  font-size: 5.8rem;
  display: block;
}

@media screen and (max-width: 767px) {
  .page-specific-skills .flow__area .text__box .title b {
    font-size: 2rem;
  }
}

.page-specific-skills .flow__area .text__box img {
  margin: 2rem 0 0 2rem;
}

@media screen and (max-width: 767px) {
  .page-specific-skills .flow__area .text__box img {
    margin: 1rem 0 0;
    width: 100%;
  }
}

.page-specific-skills .flow__area .text__box .text {
  padding: 5rem 0 0 5rem;
  width: calc(100% - 64rem);
}

@media screen and (max-width: 767px) {
  .page-specific-skills .flow__area .text__box .text {
    padding: 1rem 0 1rem;
    width: calc(100% - 11rem);
  }
}

.page-specific-skills .flow__area .text__box .text span {
  padding-top: 2rem;
}

.page-specific-skills .flow__area + .service__area {
  padding-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .page-specific-skills .flow__area + .service__area {
    padding-bottom: 4rem;
  }
}

.page-specific-skills .flow__area + .service__area .service2__box {
  margin-top: 8rem;
}

.page-specific-skills .faq__area {
  background: url(../img/service/service_bg-02.png) no-repeat left top 10rem/50% auto;
}

.page-specific-skills .faq__area .mv_area-sub {
  background-image: url(../img/faq/faq_mv-bg.png);
}

.page-specific-skills .faq__area ul {
  width: 72%;
}

.service2__box {
  text-align: center;
}

.service2__box .service__title {
  font-size: 2.8rem;
  padding: 5rem 0 7rem;
}

@media screen and (max-width: 767px) {
  .service2__box .service__title {
    font-size: 2rem;
    padding: 4rem 0;
  }
}

.service2__box .text__box {
  text-align: center;
  margin: 11rem auto;
  max-width: 880px;
  padding: 0 0 4rem;
  position: relative;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .service2__box .text__box {
    margin: 4rem 0;
  }
}

.service2__box .text__box::after, .service2__box .text__box::before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0.3rem;
  left: 0.3rem;
  background: #D71516;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.service2__box .text__box::after {
  top: auto;
  bottom: 0.3rem;
  left: auto;
  right: 0.3rem;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.service2__box .text__box .service__title {
  padding: 3.5rem 0 5rem;
}

.service2__box .text__box p {
  text-align: center;
}

.service__box_02 {
  align-items: center;
}

.service__box_02 .text__box {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .service__box_02 .text__box {
    width: 100%;
    padding-top: 1rem;
  }
}

.form__area .flex__box {
  margin: 6rem 0;
}

.form__area .flex__box span {
  width: calc(100% / 3);
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 3em;
  background: #908E8E;
  border: 1px solid #727272;
}

.form__area .flex__box span.active {
  background: linear-gradient(90deg, #EF622F, #D61518);
}

.form__box {
  font-size: 2.3rem;
  max-width: 530px;
  padding-top: 8.7rem;
}

.form__box li {
  line-height: 1em;
}

.form__box li .title {
  display: block;
}

.form__box li .title span {
  font-size: 1.2rem;
  padding: 0.4rem 0.8rem;
  display: inline-block;
  background: #D71516;
  color: #fff;
  border-radius: 0.5rem;
  margin-right: 1.7rem;
}

.form__box li .title span.check-non {
  background: #6C7575;
}

.form__box li .text {
  display: block;
  margin: 0.8rem 0 2.3rem;
  min-height: 4.68rem;
  background: #fff;
  border-radius: 0.5rem;
}

.form__box li .select .wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.form__box li .select .wpcf7-form-control-wrap::before {
  content: "";
  width: 4rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #6C7575;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.form__box li .select .wpcf7-form-control-wrap::after {
  content: "";
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #fff;
}

.privacy_check {
  padding: 1rem 0 3rem;
}

.wpcf7 {
  padding-bottom: 9rem;
  background: #F0F0F0;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .category-news .news__area {
    padding: 0;
  }
}

.category-news .news__area .news-list {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .category-news .news__area .news-list {
    padding: 2rem 0;
  }
}

.page-contact .mv_area-sub {
  background-image: url(../img/contact/contact_mv-bg.png);
}

.in_deco {
  display: none;
  font-size: 5.2rem;
  color: #161616;
  font-family: Arial;
  font-weight: bold;
  overflow: hidden;
  width: 27vw;
  display: block;
  white-space: nowrap;
  position: absolute;
  top: -3px;
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

@media screen and (max-width: 2200px) and (min-width: 2001px) {
  .in_deco {
    width: 25.5vw;
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
  }
}

@media screen and (max-width: 2000px) and (min-width: 1901px) {
  .in_deco {
    width: 26vw;
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
  }
}

@media screen and (max-width: 1900px) and (min-width: 1801px) {
  .in_deco {
    width: 26.5vw;
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
  }
}

@media screen and (max-width: 1800px) and (min-width: 1701px) {
  .in_deco {
    width: 26.8vw;
    clip-path: polygon(0 0, 100% 0, 94.5% 100%, 0% 100%);
  }
}

@media screen and (max-width: 1700px) and (min-width: 1651px) {
  .in_deco {
    width: 27vw;
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
  }
}

@media screen and (max-width: 1650px) and (min-width: 1551px) {
  .in_deco {
    width: 27.4vw;
    clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
  }
}

@media screen and (max-width: 1550px) and (min-width: 1430px) {
  .in_deco {
    width: 28vw;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
  }
}

@media screen and (max-width: 767px) {
  .in_deco {
    font-size: 3.2rem;
    width: 19.8rem;
  }
}

.page-privacy .mv_area-sub {
  background-image: url(../img/contact/contact_mv-bg.png);
}

.page-privacy .area__title-sub-3:nth-child(n+2) {
  margin-top: 8rem;
}

.page-privacy .site-content ul {
  margin-top: 1rem;
}

.page-privacy .site-content ul li {
  color: #D71516;
  padding-left: 1.5em;
  text-indent: -1em;
}

.page-privacy .site-content ul li::before {
  content: "\025b6";
  font-size: 1.2rem;
  margin-right: 0.2em;
}

.page-privacy .site-content strog {
  font-size: 1.8rem;
  margin: 2rem 0 0;
  display: inline-block;
}

.page-confirm .form__area .button__box {
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .page-confirm .form__area .button__box li:nth-child(2) {
    margin-top: 2rem;
  }
}

.page-confirm .form__area li .text {
  padding: 1em;
}
