@charset "UTF-8";
/* display */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
a {
  color: #000;
}

.l-contents {
  position: relative;
}

.breadcrumb {
  position: absolute;
  margin: 0;
  padding: 0;
  list-style: none;
  bottom: -30px;
  left: 6%;
  color: #171e75;
  font-size: 0.8rem;
}

.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
  font-weight: bold; /*太字*/
}

.breadcrumb li:after {
  /* ▶を表示*/
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  padding: 0 0.2em;
  color: silver;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  text-decoration: none;
  color: #171e75;
  font-size: 0.8rem;
}

.breadcrumb li:first-child a:before {
  /*家アイコン*/
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: bold;
  font-size: 1.1em;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.header-logo {
  position: absolute;
  top: -4%;
  left: 4%;
  width: 14vw;
  padding: 46px 0 44px 0;
  z-index: 1;
}

/* Fixed */
.l-header.fixed {
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.l-header.fixed .logo {
  font-size: 24px;
  color: #333;
}

.l-header.fixed:after {
  width: 100%;
  margin-top: 0px;
}

.l-header.fixed #gnav ul li a {
  color: #000;
  padding: 0 20px;
}

.l-header.fixed #gnav > ul {
  display: table;
  width: 100%;
  padding: 0px;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  padding: 0;
  box-sizing: border-box;
  z-index: 100;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  color: #171e75;
  font-size: 1.1vw;
  font-weight: bold;
  margin-top: 0;
  text-align: right;
}

.l-header.fixed .header-logo {
  display: none;
}

.l-header.fixed .fixed_logo {
  position: fixed;
  background-image: url(../img/logo_wide.svg);
  background-repeat: no-repeat;
  top: 8px;
  left: 4%;
  width: 17vw;
  padding: 46px 0 44px 0;
  z-index: 999;
}

.l-header.fixed span.text {
  color: #000;
}

.l-header.fixed .l-header_menu__button span.text {
  color: #fff;
}

.c-button01 .link,
.c-button01 a,
.c-form_submit button,
.l-header_menu__button > a {
  position: relative;
}

.c-button01 .link:after,
.c-button01 a:after,
.c-form_submit button:after,
.l-header_menu__button > a:after {
  background-color: #c30d23;
  content: "";
  display: block;
  height: 100%;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

.c-button01 .link .text,
.c-button01 a .text,
.c-form_submit button .text,
.l-header_menu__button > a .text {
  position: relative;
  z-index: 1;
}

.l-header {
  align-items: center;
  display: flex;
  margin-top: 0;
  position: fixed;
  right: 0;
  top: 70px;
  transition: top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), margin-top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 8000;
}

.is-down .l-header {
  margin-top: -70px;
  top: 0;
}

.is-start.is-opening.home .l-header .c-drawer_button,
.is-start.is-opening.home .l-header .c-fluid {
  opacity: 0;
  transition: opacity 0.6s 3s;
}

.is-start.is-opening.is-loaded.home .l-header .c-drawer_button,
.is-start.is-opening.is-loaded.home .l-header .c-fluid {
  opacity: 1;
}

.l-header .c-logo {
  align-items: center;
  display: flex;
  height: 110px;
  left: 50px;
  position: fixed;
  top: 0;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-header .c-logo .c-blockimage {
  transform-origin: left top;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.l-header_menu {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  /* justify-content: right; */
}

.l-header_menu > * {
  margin-right: 40px;
}

.l-header_menu > :last-child {
  margin-right: 0;
}

.l-header_menu__list {
  align-items: center;
  display: flex;
  margin-right: 20px;
}

.l-header_menu__item {
  margin-right: 2em;
}

.l-header_menu__item:last-child {
  margin-right: 0;
}

.p-gnav__item > span {
  position: relative;
}

.p-gnav__item > span:after {
  background-color: #c30d23;
  border-radius: 9999px;
  content: "";
  display: block;
  height: 5px;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 80%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
  width: 5px;
}

.l-header_menu__item.-mega > span:after {
  opacity: 1;
}

.l-header_menu__item > .link,
.l-header_menu__item > a {
  align-items: center;
  color: #111;
  display: flex;
  height: 70px;
}

.l-header_menu__item > .link .text,
.l-header_menu__item > a .text {
  font-family: Din Light, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  transform: translateY(0.125em);
  color: #fff;
  font-size: 14px;
}

.l-header_menu__button > a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #b90000;
  color: #fff;
  display: flex;
  height: 42px;
  justify-content: center;
  padding-left: 1em;
  padding-right: 1em;
}

.l-header_menu__button.blue > a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: #0065b3;
  color: #fff;
  display: flex;
  height: 42px;
  justify-content: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 104px;
}

.l-header_menu__button > a .text {
  font-family: Din Light, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  transform: translateY(0.125em);
  font-size: 14px;
}

.l-header_menu__sns {
  align-items: center;
  display: flex;
  font-size: 2rem;
}

.l-footer .l-header_menu__sns {
  margin-left: 2em;
}

.l-footer .l-header_menu__sns > *,
.l-header_menu__sns > * {
  margin-right: 1em;
}

.l-header_menu__sns > :last-child {
  margin-right: 0;
}

.l-header_menu__sns__item a {
  color: #000;
  display: block;
  height: 1em;
  width: 1em;
}

.l-footer .l-header_menu__sns__item a {
  color: #fff;
}

.l-header_menu__sns__item a .js-svg {
  height: 100%;
  width: 100%;
}

.l-header .c-logo {
  height: calc(3.26531vw + 26.7551px);
  left: calc(1.63265vw + 23.87755px);
}

.l-header.fixed .c-logo {
  background: url(../img/logo_f.svg) no-repeat;
  width: 216px;
  height: 50px;
  position: absolute;
  top: 10px;
}

.l-header.fixed .c-logo img {
  display: none;
}

.l-header_menu {
  font-size: calc(0.2449vw + 1.10816rem);
}

.l-header_menu > * {
  margin-right: calc(1.63265vw - 0.12245px);
}

.l-header_menu__item > .link,
.l-header_menu__item > a {
  height: calc(1.63265vw + 43.87755px);
}

.l-header_menu__button > a {
  display: block;
  height: 1rem;
}

.l-header_menu__sns {
  font-size: calc(0.32653vw + 1.47755rem);
}

.c-fluid {
  justify-content: space-between;
}

.c-fluid.-small {
  padding-left: 25px;
  padding-right: 25px;
}

.c-fluid.-small {
  padding-left: calc(0.81633vw + 11.93878px);
  padding-right: calc(0.81633vw + 11.93878px);
}

.c-logo .link,
.c-logo a {
  width: calc(16.22449vw + 61.40816px);
}

.l-footer .c-logo .link,
.l-footer .c-logo a {
  width: calc(5.30612vw + 140.10204px);
}

.c-blockimage {
  display: block;
  position: relative;
  margin: 0;
}

.c-blockimage:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.c-blockimage iframe,
.c-blockimage img,
.c-blockimage svg,
.c-blockimage video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-layer__left .p-business_feature__item__head .c-blockimage {
  background-color: #f8f9f9;
}

.p-business_feature__item__head .c-blockimage img {
  height: 94px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 94px;
}

.p-mobile_shop__item__head.c-blockimage {
  overflow: hidden;
}

.p-mobile_shop__item__head.c-blockimage:before {
  padding-top: 65%;
}

.c-container {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 890px) {
  .c-container {
    padding-left: 50px;
    padding-right: 50px;
    width: 1200px;
  }
}

.p-company_main__item__body .c-title03 {
  position: relative;
}

.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 86vh;
  margin: 0;
}

.full div.main01 {
  background-image: url(../img/main01.jpg);
}

.full div.main02 {
  background-image: url(../img/main01.jpg);
}

.full div.main03 {
  background-image: url(../img/main01.jpg);
}

.full .slick-dots {
  bottom: 4%;
  z-index: 1;
}

.moving {
  -webkit-animation: fadezoom 8s 0s forwards;
  animation: fadezoom 8s 0s forwards;
}

@-webkit-keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.top_con_title {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .top_con_title {
    font-size: 60px;
    letter-spacing: 0.1em;
  }
}

.top_con_title span.con_title_sub {
  font-size: 0.875rem;
  display: block;
  color: #0065b3;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .top_con_title span.con_title_sub {
    font-size: 1.25rem;
  }
}

.top_title_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.morebtn {
  border: #000 1px solid;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .morebtn {
    width: 129px;
    height: 129px;
  }
}

.morebtn:before {
  content: "";
  background: #b90000;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  float: left;
  border-radius: 120px;
  transition: all 220ms linear;
}

.morebtn:hover:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .morebtn:hover:before {
    width: 100%;
    height: 100%;
  }
}

.morebtn:hover .morebtn_in p {
  color: #fff;
}

.morebtn_in {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}

.morebtn_in p {
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .morebtn_in p {
    font-size: 14px;
  }
}

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.morebtn_arrow::before {
  left: -4px;
  width: 21px;
  height: 1px;
  background: #000;
}

.morebtn_arrow::after {
  left: -1px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

.morebtn:hover .arrow {
  color: #fff;
}

.morebtn:hover .morebtn_arrow::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.morebtn:hover .morebtn_arrow::before {
  background: #fff;
}

section.con01 {
  background-color: #f2f2f2;
  position: relative;
  z-index: 1;
  padding: 60px 0 300px;
}

.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#con01_bk {
  width: 100%;
  height: 500px;
  margin: 0 auto;
  position: absolute;
  z-index: -1;
}

.con01_txt {
  width: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .con01_txt {
    width: 50%;
    margin-top: 0;
  }
}

.con01_txt p {
  line-height: 30px;
  font-weight: bold;
}

/* カルーセル=========================================== */
.con01_campany {
  position: absolute;
  bottom: -30%;
  right: 0;
  background: #fff;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.16);
  width: 95%;
}

.slider {
  width: 100%;
  aspect-ratio: 3/1;
  margin-inline: auto;
  margin-top: 100px;
  position: absolute;
  background: #fff;
  padding: 52px 40px 0 40px;
  bottom: 0;
  right: 0;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .slider {
    width: 1000px;
    right: -42px;
  }
}

.slider .slider-inner {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  .slider .slider-inner {
    height: 280px;
  }
}
@media screen and (min-width: 768px) {
  .slider .slider-inner {
    height: 356px;
  }
}

.slider .slider-inner .slider-body {
  position: relative;
  top: 0;
  left: 0;
  transition: 1s;
}

.slider .slider-inner .slider-body .slider__slide {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1.3801369863;
}

.slider .slider-inner .slider-body .slider__slide .slider__image {
  width: 94%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px;
}

.slider .slider-button {
  position: absolute;
  bottom: 350%;
  right: 4px;
  width: 13px;
  aspect-ratio: 1;
  outline: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #2b2b2b;
  cursor: pointer;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .slider .slider-button {
    bottom: 146%;
  }
}

.slider .slider-button.is-disabled {
  display: none;
}

.slider .slider-button--prev {
  right: -760px;
  border-left: 1px solid #2b2b2b;
  transform: rotate(45deg);
  position: relative;
  bottom: 146%;
}

.slider .slider-button--next {
  right: -100%;
  border-right: 1px solid #2b2b2b;
  transform: rotate(-45deg);
  position: relative;
}
@media screen and (min-width: 768px) {
  .slider .slider-button--next {
    right: -836px;
  }
}

.slider .slider-button--prev::before {
  content: "";
  left: -10%;
  top: 6px;
  width: 15px;
  height: 1px;
  background: #000;
  transform: rotate(-45deg);
  position: absolute;
}

.slider .slider-button--next::before {
  content: "";
  left: 0px;
  top: 7px;
  width: 15px;
  height: 1px;
  transform: rotate(45deg);
  background: #000;
  position: absolute;
  box-sizing: content-box;
}

.slider .slider-indicator {
  width: 100%;
  margin: 0 auto 0;
  display: flex;
  justify-content: center;
  gap: 3%;
}

.slider .slider-indicator .slider-indicator__anchor {
  font-size: 0;
  display: block;
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
}

.slider .slider-indicator .slider-indicator__anchor.is-active {
  background: #fff;
  cursor: auto;
}

span.cir_slider_botton {
  width: 33px;
  height: 33px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: -66%;
  left: -12px;
}

span.cir_slider_botton_next {
  width: 33px;
  height: 33px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: -84%;
  left: -10px;
}

section.con02 {
  margin: 320px 0 60px;
}
@media screen and (max-width: 768px) {
  section.con02 {
    margin: 116px 0 60px;
  }
}
@media screen and (min-width: 1200px) {
  section.con02 {
    margin-top: 20vw;
  }
}

.con02_box {
  display: flex;
}

.con02_r {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .con02_r {
    margin-top: 0;
    margin-left: 40px;
    width: 60%;
  }
}

.top_title_area > h2.top_con_title {
  margin-right: auto;
}

ol.con02_btn {
  padding-left: 0;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  ol.con02_btn {
    margin-top: 50px;
  }
}

ol.con02_btn li {
  border-bottom: #000 solid 1px;
  padding: 1rem 1rem;
}
@media screen and (min-width: 768px) {
  ol.con02_btn li {
    padding: 30px;
  }
}

ol.con02_btn li:hover {
  background-color: #b90000;
  color: #fff;
  transition: 0.5s;
}

ol.con02_btn a:nth-child(1) {
  border-top: #000 solid 1px;
}

ol.con02_btn a li {
  font-size: 1.125rem;
  font-weight: bold;
  /* vertical-align: middle; */
}
@media screen and (min-width: 768px) {
  ol.con02_btn a li {
    font-size: 25px;
  }
}

ol.con02_btn a li span {
  font-size: 14px;
  font-weight: normal;
  display: block;
  float: right;
  margin-top: 7px;
}

.con_change_img {
  background-color: #000;
  border-radius: 0px 30px 30px 0px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .con_change_img {
    width: 50%;
  }
}

.con_change_img img {
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
}

.slide-image {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 100%;
}

.slide-image__item {
  grid-column: 1/-1;
  grid-row: 1/-1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s cubic-bezier(0.65, 0, 0.35, 1), visibility 0.45s cubic-bezier(0.65, 0, 0.35, 1);
}

.slide-image__item.current {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.45s cubic-bezier(0.65, 0, 0.35, 1), visibility 0.45s cubic-bezier(0.65, 0, 0.35, 1);
}

section.con03 {
  margin: 140px 0;
}
@media screen and (max-width: 768px) {
  section.con03 {
    margin: 87px 0;
  }
}
.con03_text {
  margin-top: 2rem;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .con03_text {
    margin-top: 0;
  }
}

.con03_box_01 {
  display: flex;
  justify-content: left;
  margin-top: 40px;
}

.con03_box_02 {
  display: flex;
  justify-content: right;
}

img.con03_image {
  width: 26%;
  border-radius: 1.5625vw;
  margin: 10px 8px;
}
@media screen and (min-width: 768px) {
  img.con03_image {
    margin: 20px 10px;
  }
}

section.con04 {
  margin-top: 60px;
}

section.con04 {
  background-image: url(../img/con04_bk.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-bottom: 60px;
  padding-top: 60px;
}

section.con04 .top_con_title span.con_title_sub {
  color: #fff;
}

.top_title_area.wh,
.morebtn.wh {
  color: #fff;
}

section.con04 .morebtn {
  border: rgb(255, 255, 255) 1px solid;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.con04 .morebtn {
    width: 129px;
    height: 129px;
  }
}

section.con04 .morebtn_arrow::before {
  background: #fff;
}

section.con04 .morebtn_arrow::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

h2.con04_copy {
  font-size: 1.875rem;
  margin-top: 1rem;
  letter-spacing: 6px;
}
@media screen and (min-width: 768px) {
  h2.con04_copy {
    font-size: 56px;
  }
}

.con04_text {
  margin-top: 2rem;
  letter-spacing: 3px;
}

.con04_rec_con_box {
  justify-content: space-between;
  margin-top: 40px;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .con04_rec_con_box {
    display: flex;
  }
}

.con04_rec_con {
  background-color: #b90000;
  padding: 20px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .con04_rec_con {
    width: calc((100% - 60px) / 3);
  }
}

.con04_rec_con + .con04_rec_con {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .con04_rec_con + .con04_rec_con {
    margin-top: 0;
  }
}

img.con04_img {
  width: 100%;
  border-radius: 20px;
  transition: transform 0.3s ease-in-out;
}

.con04_rec_con_box .arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

.con04_rec_con_box .arrow::before,
.con04_rec_con_box .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.con04_rec_con_box .morebtn_arrow::before {
  left: 83px;
  width: 21px;
  height: 1px;
  background: #fff;
}

.con04_rec_con_box .morebtn_arrow::after {
  left: 87px;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.con04_rec_con_box .img-box {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}

.con04_rec_con_box a:hover img {
  transform: scale(1.1);
}

.con04_rec_con_box h5 {
  font-size: 20px;
  margin: 0;
  margin-top: 10px;
  position: relative;
  color: #fff;
  letter-spacing: 3px;
}
@media screen and (min-width: 992px) {
  .con04_rec_con_box h5 {
    font-size: 20px;
  }
}

.con04_rec_con_box h5::before,
.con04_rec_con_box h5::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.con04_rec_con_box h5::before {
  width: 21px;
  height: 1px;
  background: #fff;
}

.con04_rec_con_box h5::after {
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) translateX(-18%) rotate(45deg);
}

.con04 .p-entry {
  margin-top: 3em;
}

@media screen and (min-width: 992px) {
  .con04 .p-entry__wrap {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.con04 .p-entry span {
  line-height: 1.5;
}

section.con05 {
  margin: 60px 0;
}

section.con05 .top_con_title {
  font-size: 60px;
  margin-left: -40px;
  opacity: 0;
  transition: all 0.8s;
}

section.con05 .top_con_title.isActive {
  opacity: 1;
  margin-left: 0px;
}

section.con05 .top_con_title span.con_title_sub {
  font-size: 20px;
  display: block;
}

section.con05 .top_title_area {
  text-align: center;
  display: block;
}

.con05_lr_box {
  display: flex;
}

.con05_l {
  width: 34vw;
  height: 500px;
  background-color: #000;
  border-radius: 0px 20px 20px 0px;
  overflow: hidden;
}

.con05_l img {
  width: 475px;
}

.con05_r {
  width: 60%;
  margin-left: 80px;
}

.mail_icon {
  display: flex;
  align-items: center;
}

.con05_mail {
  position: relative;
  width: 150px;
  height: 150px;
  border: 1px solid #000;
  padding: 20px;
  border-radius: 50%;
}

.con05_mail img {
  width: 122px;
  position: absolute;
  top: 39%;
  left: 54%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.con05_mail p.con05_mail_p {
  margin-left: 0px;
  position: absolute;
  bottom: 21px;
  left: 55%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 134px;
  font-weight: bold;
  color: #b90000;
}

.mail_icon p {
  margin-left: 40px;
}

.con05_bottom {
  margin-top: 40px;
}

.con05_tel_box {
  margin-top: 40px;
}

.con05_tel {
  font-size: 50px;
  font-weight: bold;
}

.con05_tel span {
  font-size: 24px;
}

@media only screen and (max-width: 1023px) {
  .l-header {
    height: calc(3.26531vw + 57.7551px);
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-header {
    height: calc(1.63265vw + 43.87755px);
    width: 100%;
  }
  .l-header .c-fluid {
    align-items: center;
    display: flex;
  }
  .l-header .c-logo {
    left: 0;
    position: relative;
  }
  .is-down .l-header .c-logo {
    transform: translateY(0);
  }
  .l-header_menu {
    display: none;
  }
}
@media only screen and (max-width: 567px) {
  .l-header .c-fluid {
    padding-left: calc(2.85714vw + 4.28571px);
    padding-right: calc(2.85714vw + 4.28571px);
  }
  .l-footer .l-header_menu__sns {
    display: none;
  }
}
/*
  reset
---------------------------------------------- */
/**
 * Default box-sizing
 */
*,
::before,
::after {
  box-sizing: inherit;
}

/**
 * Resetting margins, paddings, and borders
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

/**
 * Resetting HTML5 Elements for older browsers
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/*
  # Document & Sections
---------------------------------------------- */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  overscroll-behavior: none;
}

body {
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  text-rendering: optimizeLegibility;
  font: 1em/1.6 sans-serif;
  font-feature-settings: "pkna";
}

/*
  # Grouping content
---------------------------------------------- */
blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

hr {
  overflow: visible;
}

ol,
ul {
  list-style: none;
}

pre {
  font-size: 1em;
  font-family: monospace, monospace;
}

/*
  # Text-level semantics
---------------------------------------------- */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 0.8em;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 0.75em;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
  # Embedded content
---------------------------------------------- */
audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

/*
  # Tabular data
---------------------------------------------- */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/*
  # Forms
---------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
}

button,
select {
  text-transform: none;
}

button,
input {
  overflow: visible;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

optgroup {
  font-weight: bold;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/*
  # Interactive & Misc
---------------------------------------------- */
summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

/*
  # Accessibility
---------------------------------------------- */
[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

:focus:not(:focus-visible),
::before:focus:not(:focus-visible),
::after:focus:not(:focus-visible) {
  outline: none;
}

/**
 * Prettier ignore
 */
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
/**
 * Checker
 */
/*
  Base
-----------------------------------------------------*/
html body {
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  overflow-x: hidden;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  html body {
    font-size: 1rem;
  }
}
html body::before {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  opacity: 0;
  transition-property: visibility, opacity;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 0.29, 0.11, 1);
}
@media screen and (min-width: 768px) {
  html body::before {
    display: none;
  }
}
.is-drawerActive html body::before {
  visibility: visible;
  opacity: 1;
}
html a {
  transition-property: color, background-color, border;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0, 0.29, 0.11, 1);
}
html *[lang="en"] {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-right: -0.2em;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  clear: both;
  font-size: 100%;
  font-weight: 600;
  letter-spacing: 1px;
}
html html {
  overflow: auto;
}
html body {
  overflow: hidden;
  min-width: 900px;
}
html html,
html body {
  width: 100%;
  height: auto !important;
  margin: 0px auto;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 500;
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  min-width: 100%;
}
html h2.top_con_title {
  font-family: "Noto Sans Japanese", "Rubik", sans-serif;
}
html li {
  list-style: none;
}
html a:link,
html a:visited {
  text-decoration: none;
}
html p {
  margin: 0;
  /* color: #000; */
}
html input[type="submit"] {
  -webkit-appearance: none;
}

/*
    Container
*/
.l-container {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

/*
    Section
*/
.l-section {
  padding: 7.03125vw 0;
}
.l-section__head {
  font-size: 1.25rem;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .l-section__head {
    font-size: 2.5rem;
  }
}
.l-section__text {
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .l-section__text {
    font-size: 1.625rem;
  }
}
.l-section._large {
  padding-top: 16.71875vw;
}

.initials {
  color: #0065b3;
}

/*
    Spacer
*/
/*
    Grid
*/
.l-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-grid__item {
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-grid__item {
    width: 48.3%;
  }
}
@media screen and (min-width: 992px) {
  .l-grid__item {
    width: 31%;
  }
}
.l-grid__item._height {
  margin-top: 7.65625vw;
}
.l-grid__item img {
  width: 100%;
}

/*
    Media
*/
.l-media__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.l-media__box._left {
  margin-top: 4.6875vw;
}
@media screen and (min-width: 768px) {
  .l-media__box._left {
    flex-direction: row;
  }
}
.l-media__box._left .l-media__img {
  margin-left: calc(50% - 50vw);
}
.l-media__box._left .l-media__img img {
  border-radius: 0 1.5rem 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .l-media__box._left .l-media__body {
    margin-left: 3rem;
    width: 80.5%;
  }
}
@media screen and (min-width: 768px) {
  .l-media__box._right {
    flex-direction: row-reverse;
  }
}
.l-media__box._right .l-media__img {
  margin-right: calc(50% - 50vw);
}
.l-media__box._right .l-media__img img {
  border-radius: 1.5rem 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .l-media__box._right .l-media__body {
    margin-right: 3rem;
    width: 80.5%;
  }
}
.l-media__box {
  margin-top: 2rem;
}
.l-media__body:nth-child(even) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-media__body:nth-child(even) {
    margin-top: 0;
  }
}
.l-media__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 3/1;
}
@media screen and (min-width: 768px) {
  .l-media__img img {
    aspect-ratio: auto;
  }
}
.l-media__list {
  counter-reset: item;
  margin-top: 1.5rem;
}
.l-media__list li {
  position: relative;
  padding-left: 2rem;
  letter-spacing: 3px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .l-media__list li {
    letter-spacing: 2px;
  }
}
.l-media__list li::before {
  position: absolute;
  counter-increment: item;
  content: counter(item) ".";
  color: #0065b3;
  font-size: 1.25rem;
  font-weight: 600;
  left: 0;
}
.l-media__list li + li {
  margin-top: 1.5rem;
}
.l-media__list._second li::before {
  color: #b90000;
}
.l-media__img._center {
  margin-top: 4.75rem;
}
.l-media__img._center img {
  aspect-ratio: auto;
}
.l-media__sec + .l-media__sec {
  margin-top: 4.375vw;
}
@media screen and (min-width: 768px) {
  .l-media__title {
    font-size: 1.625rem;
    color: #0065b3;
    margin-bottom: 1.5rem;
  }
}
.l-media .l-section__text {
  margin-bottom: 2.5rem;
}
.l-media__text {
  margin-top: 1.5rem;
  letter-spacing: 3px;
  line-height: 30px;
}

/*
    Main
*/
/*
    Footer
*/
.l-footer.p-pageInLink {
  background-color: #f2f2f2;
  margin-top: 0;
  padding: 3rem 0;
}

#footer {
  position: relative;
  font-size: 14px;
}

#footer a {
  text-decoration: none;
  color: #fff;
}

#footer a:hover {
  text-decoration: underline;
}

#footer .primary {
  padding: 40px 20px;
  background: #0065b3;
}

#footer .primary .flex {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #footer .primary .flex {
    margin-top: 3rem;
  }
}

#footer .primary .flex .left {
  width: 40%;
}

#footer .primary .flex .right {
  width: 90%;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #footer .primary .flex .right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

#footer .secondary {
  display: flex;
  padding: 20px 20px;
  background: #000;
}

/* logo */
#footer .logo {
  position: relative;
  padding: 0;
  font-size: 26px;
  font-weight: bold;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

#footer .logo img {
  width: 200px;
}
@media screen and (min-width: 768px) {
  #footer .logo img {
    width: 300px;
  }
}

/* navi */
.navi-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 3rem;
  padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  .navi-section {
    width: 20%;
    margin-left: 20px;
    margin-top: 0;
    padding: 0;
  }
}
.navi-section + .navi-section {
  border-top: 1px solid #fff;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .navi-section + .navi-section {
    border: none;
    margin: 0;
  }
}

#footer .parent {
  padding: 0;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer .navi {
  margin: 0;
  padding: 0;
  padding-top: 1rem;
  list-style: none;
}

#footer .navi li {
  margin: 8px 0 0 0;
  padding: 0;
}

#footer .navi li:first-child {
  margin: 0;
}

/* sns-navi */
#footer .sns-navi {
  margin: 20px 0 0;
  padding: 0;
}

#footer .sns-navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 20px;
}

#footer .sns-navi li:last-child {
  margin-right: 0;
}

/* sitenavi */
#footer .sitenavi {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer .sitenavi li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}

#footer .sitenavi li:first-child {
  margin-left: 0;
}

/* copyright */
#footer .copyright {
  margin: 0 auto;
  color: #fff;
}

.accordion-item p {
  color: #fff;
}

.accordion-text {
  width: 100%;
  display: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .accordion-text {
    display: block;
  }
}

.accordion-item._active .accordion-text {
  display: block;
}

.accordion-item {
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
  margin-top: 0px;
}

/*
  Header
*/
.p-header {
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 3%;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding: 1.5rem 3%;
  }
}
.p-header__logo {
  width: 200px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 260px;
  }
}
.p-header .js-logo.headerLogoScroll._before {
  display: none;
}
.p-header .js-logo._after {
  display: none;
}
.p-header .js-logo.headerLogoScroll._after {
  display: block;
}
.p-header__right {
  z-index: 0;
  margin-left: auto;
}
.p-header.fixed {
  background-color: rgba(255, 255, 255, 0.9);
}

/*
  Global Nav
*/
.p-gnav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  padding: 6rem 2rem 4rem;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.3s ease-in-out;
  transform: translateX(200%);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 2;
}
@media screen and (min-width: 890px) {
  .p-gnav {
    position: static;
    display: flex;
    padding: 0;
    width: auto;
    height: auto;
    background-color: transparent;
    transform: translateY(0);
    overflow: visible;
  }
}
.p-gnav .caption {
  color: #fff;
}
@media screen and (min-width: 890px) {
  .p-gnav .caption {
    color: #000;
  }
}
.p-gnav__item + .p-gnav__item {
  margin-top: 1.5rem;
}
@media screen and (min-width: 890px) {
  .p-gnav__item + .p-gnav__item {
    margin-left: 1rem;
    margin-top: 0;
  }
}
.p-gnav__item._line {
  border-bottom: 1px solid #999;
}
@media screen and (min-width: 890px) {
  .p-gnav__item._line {
    border: 0;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-gnav__item._mark:hover::before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: -20%;
    background-color: #b90000;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    z-index: -1;
  }
}
.p-gnav__item a {
  color: #fff;
  padding: 0.5rem 0;
  font-size: 14px;
  text-decoration: none;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-gnav__item a {
    padding: 0.5rem;
    display: inline;
  }
}
.fixed .p-gnav__item a:not(._bgRed, ._bgBlue) {
  color: #fff;
}
@media screen and (min-width: 890px) {
  .fixed .p-gnav__item a:not(._bgRed, ._bgBlue) {
    color: #000;
  }
}
@media screen and (min-width: 890px) {
  .p-gnav__item a {
    font-size: clamp(13px, 1.2vw, 15px);
  }
}
.p-gnav ._bgBlue {
  background-color: #0065b3;
  padding: 0.8rem 2rem;
  color: #fff;
  max-width: 200px;
  border: solid 1px transparent;
  transition: background-color 0.5s;
}
.p-gnav ._bgBlue:hover {
  background: #fff;
  color: #0065b3;
  border: 1px solid #0065b3;
}
.p-gnav ._bgRed {
  background-color: #b90000;
  padding: 0.8rem 2rem;
  color: #fff;
  max-width: 200px;
  border: solid 1px transparent;
  transition: background-color 0.5s;
}
.p-gnav ._bgRed:hover {
  background: #fff;
  color: #b90000;
  border: 1px solid #b90000;
}
.p-gnav .link {
  color: #fff;
  padding: 0.5rem 0;
  cursor: pointer;
}
@media screen and (min-width: 890px) {
  .p-gnav .link {
    padding: 0.5rem;
  }

  .p-gnav ._bgBlue {
    margin-top: 0;
  }
}
.is-active-drawer .p-gnav {
  transform: translateX(0);
}

/*
  Key Visual
---------------------------------------------- */
.p-keyVisual {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.p-keyVisual__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p-keyVisual__slide {
  width: 100vw;
  height: 100vh;
}
.p-keyVisual__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.l-key-visual {
  position: absolute;
  top: 32vh;
  left: 5%;
}
@media screen and (min-width: 992px) {
  .l-key-visual {
    top: 32vh;
    left: 10%;
  }
}

.l-key-visual h1 {
  color: #fff;
  font-size: clamp(43px, 11.5vw, 3.8rem);
  letter-spacing: 6px;
  z-index: 3;
  font-family: "Noto Sans Japanese", "Rubik", sans-serif;
  line-height: 80px;
}
@media screen and (max-width: 768px) {
  .l-key-visual h1 {
    line-height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .l-key-visual h1 {
    font-size: 3.8rem;
    width: 614px;
  }
}

.l-key-visual p {
  color: #fff;
  font-size: 0.875rem;
  letter-spacing: 4px;
  z-index: 3;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .l-key-visual p {
    font-size: 1rem;
    width: 480px;
    margin-top: 1rem;
  }
}

@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  -webkit-animation: zoomUp 4s normal both;
  animation: zoomUp 4s normal both;
}

.key-visual-sm {
  width: 680px;
  height: 428px;
  background: #eeeff2;
  box-shadow: 40px 40px 80px rgba(0, 0, 0, 0.4);
}

.news {
  background-color: #f2f2f2;
  position: absolute;
  width: 95%;
  right: 0;
  bottom: 5%;
  padding: 1.5rem 0px 1.5rem 2rem;
  border-radius: 50px 0px 0px 50px;
}
@media screen and (min-width: 768px) {
  .news {
    display: flex;
    width: 80%;
    padding: clamp(10px,2.3vw,30px) 0px clamp(10px,2.3vw,30px) 60px;
    border-radius: 50px 0px 0px 50px;
    font-size: clamp(13px,1.25vw,16px);
  }
}

.news_cate {
  color: #0065b3;
}
@media screen and (min-width: 768px) {
  .news_cate {
    width: 12%;
  }
}
@media screen and (max-width: 768px) {
  .news_cate {
    width: 18%;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .news_date {
    width: 16%;
  }
}

@media screen and (max-width: 768px) {
  .news_date {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .news_title {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .news_title {
    width: 100%;
    clear: both;
  }
}

/*
    pageHead
*/
.p-pageHead {
  position: relative;
}
.p-pageHead__image {
  width: 100%;
  height: 210px;
}
.p-pageHead__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 992px) {
  .p-pageHead__image {
    height: 420px;
  }
}
.p-pageHead__body {
  position: absolute;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 1rem 5rem 0;
  border-radius: 3rem 3rem 0 0;
  bottom: -1%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-pageHead__body {
    padding: 1.5rem 10rem 0;
  }
}
.p-pageHead__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Noto Sans Japanese", "Rubik", sans-serif;
}
@media screen and (min-width: 992px) {
  .p-pageHead__title {
    font-size: 3rem;
    font-weight: 800;
  }
}
.p-pageHead__subtitle {
  color: #0065b3;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.p-pageHead::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 17, 36, 0.33);
  top: 0;
  left: 0;
}
.p-pageHead__text {
  max-width: 1000px;
  width: 90%;
  margin: 3rem auto 40px;
  letter-spacing: 3px;
  line-height: 30px;
}
.p-pageHead._recruit {
  background: url(../img/recruit/head_reqruit.jpg) center center/cover;
  height: 480px;
}
@media screen and (min-width: 992px) {
  .p-pageHead._recruit {
    height: 992px;
  }
}
.p-pageHead__copy {
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  font-size: 5vw;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  z-index: 3;
  font-family: serif;
  letter-spacing: 0.2em;
  margin-right: -0.2em;
}
._recruit .p-pageHead__body {
  width: 90%;
  text-align: left;
  padding: 1.5rem;
  bottom: -80%;
  line-height: 2;
}
@media screen and (min-width: 576px) {
  ._recruit .p-pageHead__body {
    padding: 3rem 5rem;
    bottom: -50%;
  }
}
@media screen and (min-width: 992px) {
  ._recruit .p-pageHead__body {
    bottom: -15%;
    width: 69.140625vw;
  }
}

/*
    breadcrumb
*/
.p-breadcrumb {
  font-size: 0;
  margin-top: 1rem;
}
.p-breadcrumb__item {
  display: inline-block;
  font-size: medium;
  vertical-align: top;
}
.p-breadcrumb__item a {
  font-size: 0.5em;
  color: inherit;
  font-weight: 700;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .p-breadcrumb__item a {
    font-size: 0.75em;
  }
}
.p-breadcrumb__item a:hover {
  color: #bdbdbd;
}
.p-breadcrumb__separator {
  margin: 0 1em;
  font-size: 0.75em;
}

/*
    Page Link
*/
.p-pageLink {
  margin-top: 4.296875vw;
}
@media screen and (min-width: 768px) {
  .p-pageLink {
    display: flex;
  }
}
.p-pageLink__item {
  border-bottom: 1px solid #000;
  text-align: center;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-pageLink__item {
    width: 33.3%;
    border-top: 1px solid #000;
  }
}
@media screen and (min-width: 768px) {
  .p-pageLink__item + .p-pageLink__item {
    border-left: 1px solid #000;
  }
}
.p-pageLink__item:first-child {
  border-top: 1px solid #000;
}
.p-pageLink__item a {
  display: block;
  padding: 2rem 4rem;
  text-decoration: none;
  color: inherit;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-pageLink__item a {
    padding: 0.5rem 4rem;
  }
}
.p-pageLink__item:hover {
  background-color: #b90000;
  color: #fff;
}
.p-pageLink__sub {
  color: #0065b3;
}
.p-pageLink__item a:hover .p-pageLink__sub {
  color: #fff;
}
.p-pageLink__item.is-active {
  background-color: #b90000;
  color: #fff;
}
.p-pageLink__item.is-active .p-pageLink__sub {
  color: #fff;
}
.p-pageLink__title {
  font-size: 1.25rem;
  font-family: "Noto Sans Japanese", "Rubik", sans-serif;
}
@media screen and (min-width: 992px) {
  .p-pageLink__title {
    font-size: 1.875rem;
  }
}

/*
    Page In Link
*/
.p-pageInLink {
  margin-top: 1.5em;
}
.p-pageInLink__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-pageInLink__list {
    justify-content: flex-start;
  }
}
.p-pageInLink__list + .p-pageInLink__list {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-pageInLink__list + .p-pageInLink__list {
    margin-top: 1.5rem;
  }
}
.p-pageInLink__item {
  width: 48%;
  padding-right: 1rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-pageInLink__item {
    font-size: clamp(0.75rem, 1.25vw, 1rem);
    width: 14.6875vw;
    max-width: 188px;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-pageInLink__item:nth-child(1) {
    width: 16.40625vw;
    max-width: 210px;
  }
}
@media screen and (min-width: 992px) {
  .p-pageInLink__item:nth-child(1) a {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-pageInLink__item + .p-pageInLink__item {
    margin-left: 1em;
    padding-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-pageInLink__item + .p-pageInLink__item {
    border-left: 1px solid #000;
    margin: 0;
  }
}
.p-pageInLink__item a {
  text-decoration: none;
  display: block;
  color: inherit;
  padding: 0.5em;
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .p-pageInLink__item a {
    padding: 0.5em 0em 0.5em 2em;
  }
}
.p-pageInLink__item a:hover {
  opacity: 0.7;
}
.p-pageInLink__item a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ico_arrow.svg) center center/cover;
  width: clamp(16px, 1.875vw, 24px);
  height: clamp(10px, 1.64vw, 21px);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-pageInLink__item a::after {
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-pageInLink__item a::after {
    right: 1.5rem;
  }
}
.p-pageInLink__item a:hover::after {
  transform: translate(0.25em, -50%);
}

/*
    Message
*/
.p-message {
  overflow-x: hidden;
}
.p-message__image {
  position: relative;
  margin-top: 1.5rem !important;
  padding-left: calc((100vw - 1280px) / 2 + 15px);
  z-index: 1;
  width: 100vw;
}
.p-message__signed {
  position: absolute;
  width: 15.46875vw;
  left: 10%;
  bottom: 10%;
}
@media screen and (min-width: 992px) {
  .p-message__signed {
    left: 5%;
  }
}
@media screen and (min-width: 1200px) {
  .p-message__signed {
    left: 10%;
  }
}
@media screen and (min-width: 1400px) {
  .p-message__signed {
    left: 15%;
  }
}
.p-message__body {
  margin-top: -25vw;
  left: 0;
  background: #f2f2f2;
  border-radius: 0 0 4rem 0;
  padding: 31.25vw 1rem 4rem 0;
  position: relative;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-message__body {
    font-size: 1rem;
    padding: 31.25vw 4.3rem 4rem 0;
  }
}
.p-message__body::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  z-index: -1;
  top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: 50vw;
  border-radius: 0 0 4rem 0;
}
@media screen and (min-width: 768px) {
  .p-message__body::after {
    margin-right: 0;
  }
}
.p-message__body h3 {
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  .p-message__body h3 {
    font-size: 2.188rem;
    letter-spacing: 0.2rem;
  }
}
.p-message__body p {
  margin-top: 1.875rem;
  letter-spacing: 3px;
  line-height: 30px;
}
.p-message__chart {
  width: 80%;
  margin: auto;
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .p-message__chart {
    width: 51.71875vw;
  }
}

/*
    Policy
*/
.p-policy__head {
  font-weight: 700;
  margin-top: 3rem;
  letter-spacing: 0.1em;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-policy__head {
    font-size: 1.875rem;
  }
}
.p-policy__head em {
  font-style: normal;
}

/*
    card
*/
.p-card {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  border: 1px solid #000000;
  padding: 80px 1em 60px;
  position: relative;
  border-bottom: 6px solid #b90000;
}
@media screen and (min-width: 768px) {
  .p-card {
    margin-top: 96px;
    padding: 80px 1em 60px;
  }
}
.p-card__body p {
  margin-top: 1rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-card__body p {
    font-size: 1rem;
  }
}
.p-card__title {
  color: #b90000;
  text-align: center;
  letter-spacing: 0.1em;
  margin-right: -0.1em;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-card__title {
    font-size: 1.25rem;
  }
}
.p-card__image {
  position: absolute;
  background: #fff;
  top: -26%;
  left: 50%;
  transform: translateX(-50%);
  width: 114px;
  height: 114px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-card__image img {
  width: 50%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

/*
    Data List
*/
.p-dataList {
  margin-top: 4.6875vw;
}
@media screen and (min-width: 768px) {
  .p-dataList__item {
    display: flex;
    align-items: center;
  }
}
.p-dataList__item + .p-dataList__item {
  margin-top: 1.25rem;
}
.p-dataList dt {
  width: 264px;
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 8px solid #0065b3;
  position: relative;
  letter-spacing: 3px;
}
@media screen and (min-width: 992px) {
  .p-dataList dt {
    width: 320px;
    padding: 1.5rem;
  }
}
.p-dataList dt::before,
.p-dataList dt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 52%;
  right: -3%;
  background-color: #000;
}
@media screen and (min-width: 992px) {
  .p-dataList dt::before,
  .p-dataList dt::after {
    height: 54%;
    right: -3%;
  }
}
.p-dataList dt::before {
  top: -1%;
  transform: rotate(-20deg);
}
@media screen and (min-width: 992px) {
  .p-dataList dt::before {
    top: -2%;
  }
}
.p-dataList dt::after {
  bottom: -1%;
  transform: rotate(20deg);
}
@media screen and (min-width: 992px) {
  .p-dataList dt::after {
    bottom: -2%;
  }
}
@media screen and (min-width: 768px) {
  .p-dataList dt {
    font-size: 1.25rem;
  }
}
.p-dataList dd {
  margin-top: 1rem;
  font-size: 0.875rem;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .p-dataList dd {
    font-size: 1.25rem;
    width: 60%;
    margin-left: 3rem;
    margin-top: 0;
  }
}

/*
    Profile
*/
.p-profile {
  padding: 7.03125vw 0 12.1875vw 0;
}
.p-profile__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #999;
  padding: 1.5em 0;
}
.p-profile dt {
  width: 30%;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-profile dt {
    width: 17.4%;
  }
}
.p-profile dd {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .p-profile dd {
    width: 82.6%;
  }
}

#staff .p-profile__list {
  margin-top: 2rem;
}
#staff .p-profile__item {
  padding: 1.25em 0;
}
#staff .p-profile dt {
  text-align: justify;
}
#staff .p-profile dd {
  line-height: 2.5;
}
#staff .p-profile .backup__main {
  margin-top: 3rem;
  font-size: 1.75rem;
  font-family: serif;
  letter-spacing: 6px;
}
@media screen and (min-width: 768px) {
  #staff .p-profile .backup__main {
    font-size: 2.5rem;
  }
}
#staff .p-profile .backup__msg {
  margin-top: 0.5rem;
}

/*
    History
*/
.p-history {
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-history {
    padding-top: 11.71875vw;
  }
}
.p-history__about {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-history__about {
    position: relative;
    height: clamp(480px, 47.65625vw, 610px);
    padding-top: 11.71875vw;
  }
}
.p-history__text {
  position: relative;
  padding: 2rem 10% 3rem 17.96875vw;
  border-radius: 0 0 0 3.75rem;
  right: -5%;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-history__text {
    position: absolute;
    padding: 4rem 5% 3rem 17.96875vw;
    right: 0;
    bottom: 0;
    width: 70.703125vw;
  }
}
.p-history__text p {
  margin-top: 2rem;
  letter-spacing: 2px;
  line-height: 30px;
}
.p-history__text::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background-color: #f2f2f2;
  width: 100%;
  height: 120%;
  border-radius: 0 0 0 3.75rem;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-history__text::after {
    height: 56%;
  }
}
.p-history__image {
  width: 95%;
}
@media screen and (min-width: 768px) {
  .p-history__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 44.375vw;
  }
}
.p-history__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 2/1;
  border-radius: 0 3.75rem 3.75rem 0;
}
@media screen and (min-width: 768px) {
  .p-history__image img {
    aspect-ratio: auto;
  }
}

/*
    Time Line
*/
.p-timeLine {
  padding: 10.9375vw 0;
}
.p-timeLine__lists {
  padding: 1.5rem 0;
  border-bottom: 1px solid #999;
}
.p-timeLine__lists .p-timeLine__item {
  border-bottom: 0;
  padding: 0;
}
.p-timeLine__lists .p-timeLine__item + .p-timeLine__item {
  margin-top: 0.75rem;
}
.p-timeLine__item {
  border-bottom: 1px solid #999;
  padding: 1.5rem 0;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .p-timeLine__item {
    display: flex;
    align-items: flex-start;
  }
}
.p-timeLine__date {
  width: 50%;
  position: relative;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-timeLine__date {
    font-size: 1.875em;
    width: 30%;
  }
}
.p-timeLine__date time {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.p-timeLine__date::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 1px;
  background-color: #0065b3;
}
@media screen and (min-width: 768px) {
  .p-timeLine__date::after {
    right: 1rem;
    margin-right: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .p-timeLine__date::after {
    width: 20px;
  }
}
.p-timeLine__year {
  display: block;
  letter-spacing: 0.1em;
  width: 35%;
  font-family: "Noto Sans Japanese", "Rubik", sans-serif;
}
.p-timeLine__month {
  display: block;
  font-size: 1rem;
  color: #0065b3;
  padding: 0 1.5rem;
  width: 65%;
}
@media screen and (min-width: 992px) {
  .p-timeLine__month {
    padding: 0 2rem;
    font-size: 1.25rem;
  }
}
.p-timeLine dd {
  width: 100%;
  padding-top: 0.5rem;
  letter-spacing: 2px;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .p-timeLine dd {
    width: 70%;
  }
}

/*
    Equipment
*/
.p-equipment {
  padding: 3rem 0 6rem;
}
.p-equipment .l-grid {
  margin-top: -1.5rem;
}
.p-equipment .l-grid__item {
  margin-top: 1.5rem;
}
.p-equipment .l-grid__item img {
  border-radius: 1.5rem;
  width: 100%;
}
.p-equipment__section + .p-equipment__section {
  margin-top: 3rem;
}
.p-equipment__title {
  color: #0065b3;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .p-equipment__title {
    font-size: 1.5rem;
  }
}

/*
    History
*/
.p-product__about {
  padding-top: 7.03125vw;
  padding-bottom: 4.6875vw;
}
.p-product__catch {
  font-size: 1.25rem;
  letter-spacing: 3px;
}
@media screen and (min-width: 768px) {
  .p-product__catch {
    font-size: 2.063rem;
  }
}
.p-product__value {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 600;
  margin-top: 4.6875vw;
}
.p-product__valueItem {
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-product__valueItem {
    font-size: 1.25rem;
    margin-top: 0;
  }
}
.p-product__valueItem .number {
  color: #0065b3;
  font-size: 2.6rem;
  margin-right: 8px;
  font-family: "Noto Sans Japanese", "Rubik", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-product__valueItem .number {
    font-size: 4.625rem;
  }
}
.p-product__img {
  margin-top: 2rem;
  text-align: center;
}
.p-product__chart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1.5rem;
}
.p-product__chartItem {
  width: calc((100% - 30px) / 2);
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-product__chartItem {
    width: calc((100% - 60px) / 4);
    margin-top: 0;
  }
}
.p-product__chartItem dt {
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .p-product__chartItem dt {
    font-size: 1.125rem;
  }
}
.p-product__chartItem dd {
  margin-top: 0.5em;
  position: relative;
}
.p-product__chartItem p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-product__chartItem p {
    font-size: 20px;
  }
}
.p-product__chartItem p .count-up {
  font-size: 36px;
  color: #0065b3;
  margin-right: 0.25rem;
  font-family: "Noto Sans Japanese", "Rubik", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-product__chartItem p .count-up {
    font-size: 46px;
  }
}
.p-product__box {
  align-items: top;
}
.p-product__list img {
  border-radius: 1.875rem;
}
.p-product .l-grid__item {
  width: 31.3333333333%;
  margin-top: 3.5rem;
}
.p-product .l-media__img {
  width: 105%;
}
@media screen and (min-width: 768px) {
  .p-product .l-media__img {
    width: auto;
  }
}

/*
    Interview
*/
.p-interview {
  margin-top: 400px;
}
@media screen and (min-width: 576px) {
  .p-interview {
    margin-top: 300px;
  }
}
@media screen and (min-width: 768px) {
  .p-interview {
    margin-top: 190px;
  }
}
.p-interview__wrap {
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .p-interview__wrap {
    display: flex;
    align-items: center;
    margin-top: 1rem;
  }
}
.p-interview__img {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 576px) {
  .p-interview__img {
    width: 60%;
  }
}
@media screen and (min-width: 992px) {
  .p-interview__img {
    width: 54.8%;
  }
}
.p-interview__parts {
  position: absolute;
  width: auto;
}
.p-interview__parts._mind {
  top: 10%;
  right: 2%;
}
@media screen and (min-width: 576px) {
  .p-interview__parts._mind {
    right: 5%;
  }
}
@media screen and (min-width: 890px) {
  .p-interview__parts._mind {
    right: 5%;
  }
}
@media screen and (min-width: 992px) {
  .p-interview__parts._mind {
    right: 6%;
  }
}
.p-interview__parts._eyes {
  top: 23%;
  right: 5%;
}
@media screen and (min-width: 576px) {
  .p-interview__parts._eyes {
    right: 6%;
  }
}
@media screen and (min-width: 890px) {
  .p-interview__parts._eyes {
    right: 8%;
  }
}
.p-interview__parts._mouth {
  top: 38%;
  left: 4%;
}
@media screen and (min-width: 576px) {
  .p-interview__parts._mouth {
    left: 5%;
  }
}
@media screen and (min-width: 890px) {
  .p-interview__parts._mouth {
    left: 7%;
  }
}
.p-interview__parts._heart {
  bottom: 12%;
  right: 18%;
}
@media screen and (min-width: 576px) {
  .p-interview__parts._heart {
    bottom: 13%;
    right: 20%;
  }
}
@media screen and (min-width: 768px) {
  .p-interview__parts._heart {
    bottom: 16%;
    right: 26%;
  }
}
@media screen and (min-width: 890px) {
  .p-interview__parts._heart {
    bottom: 14%;
    right: 21%;
  }
}
.p-interview__parts button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #fff;
  color: #fff;
  background-color: #808080;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-interview__parts button {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-interview__parts button {
    position: relative;
  }
  .p-interview__parts button span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.p-interview__parts button.is-active {
  background-color: #0065b3;
}
.p-interview__parts button.is-active._bg-red {
  background-color: #b90000;
}
.p-interview__contentArea {
  width: 100%;
  margin: 0 auto 3rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-interview__contentArea {
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  .p-interview__contentArea {
    margin-top: 13rem;
    width: 55.2%;
    margin-left: -5vw;
  }
}
.p-interview__content {
  background-color: #f2f2f2;
  padding: 1rem 2rem 4rem;
  border-radius: 24px;
  display: none;
}
.p-interview__content.is-show {
  display: block;
  -webkit-animation: spread 0.5s;
  animation: spread 0.5s;
}
.p-interview__contentHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  .p-interview__content {
    -webkit-animation: shrink 0.5s;
    animation: shrink 0.5s;
  }

  .p-interview__contentHead {
    padding-right: 4rem;
  }
}
.p-interview__contentHead ._onoff {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background: #0065b3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 1rem;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-interview__contentHead ._onoff {
    margin-right: 3rem;
    font-size: 1.25rem;
  }
}
.p-interview__contentHead ._onoff._bgRed {
  background-color: #b90000;
}
.p-interview__contentHead ._heading {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-interview__contentHead ._heading {
    width: 60%;
  }
}
.p-interview__contentHead ._heading::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0065b3;
  top: 50%;
}
.p-interview__contentHead ._heading [lang="en"] {
  font-size: 1.125rem;
}
.p-interview__contentTitle {
  margin-top: 1.5rem;
  font-size: 2rem;
  letter-spacing: 6px;
  font-family: serif;
}
.p-interview__contentText {
  margin-top: 1rem;
  line-height: 1.8;
}

@-webkit-keyframes spread {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes spread {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes shrink {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes shrink {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
/*
    Faq
*/
.p-faq {
  background: #f2f2f2;
}
.p-faq__item + .p-faq__item {
  margin-top: 4rem;
}
.p-faq__question {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-family: serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-faq__question {
    font-size: 2rem;
  }
}
.p-faq__dd {
  margin-top: 1.5rem;
  color: #fff;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .p-faq__dd {
    flex-direction: row;
    justify-content: space-between;
  }
}
.p-faq__img {
  margin: 0 auto -1rem;
}
@media screen and (min-width: 768px) {
  .p-faq__img {
    width: 30%;
    margin: 0;
  }
}
.p-faq__answer {
  font-size: 0.85rem;
  background: #0065b3;
  border-radius: 20px;
  padding: 2rem;
  line-height: 1.8;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-faq__answer {
    font-size: 18px;
    width: 60%;
    height: 100%;
  }
}
.p-faq__answer::after {
  display: none;
  position: absolute;
  content: "";
  right: -5%;
  top: 8%;
  width: 3.59375vw;
  height: 3.359375vw;
  background: url(../img/recruit/ico_fukidashi.svg) center center/cover;
}
@media screen and (min-width: 768px) {
  .p-faq__answer::after {
    display: block;
  }
}
.p-faq__answerBox .btn-more {
  display: block;
  margin: 0 auto;
  padding: 8px 40px;
  border: 0;
  color: #ffffff;
  background: transparent;
  cursor: pointer;
}
.p-faq__answerBox .btn-more i {
  margin-left: 1rem;
}
.p-faq__content {
  position: relative;
  height: auto;
  max-height: 100px;
  overflow: hidden;
  transition: max-height 1s;
}
.p-faq__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 0%, rgb(0, 101, 179) 100%);
}
.p-faq__content.open:after {
  z-index: -1;
  opacity: 0;
}

/*
    Occupation
*/
.p-occupation__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 3em;
}

@media screen and (min-width: 768px) {
  .p-occupation__list {
    grid-template-columns: 1fr 1fr;
  }
}

.p-occupation__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #b90000;
  padding: 1.5rem;

  border-radius: 16px;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-occupation__item {
    padding-left: 2.5em;
  }
}

.p-occupation__item .morebtn {
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
}

.p-occupation__item .morebtn:before {
  content: "";
  background: #fff;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  float: left;
  border-radius: 120px;
  transition: all 220ms linear;
}

.p-occupation__item .morebtn_arrow::before {
  background: #fff;
}

.p-occupation__item .morebtn_arrow::after {
  border-color: #fff;
}

.p-occupation__item:hover .morebtn::before {
  width: 100%;
  height: 100%;
}

.p-occupation__item:hover .morebtn_arrow::before {
  background: #b90000;
}
.p-occupation__item:hover .morebtn_arrow::after {
  border-color: #b90000;
}

.p-occupation__title {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .p-occupation__title {
    font-size: 21px;
  }
}

.p-occupation .oc-modal {
  display: none;
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); /* 背景色を半透明に */
}

.p-occupation .modal-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  width: 90%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .p-occupation .modal-wrap {
    padding: 3em 6em;
    max-width: 960px;
  }
}
.p-occupation .modal-content {
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 16px;
  padding: 2em;
  width: 90%;
  max-height: 90%;
  overflow-y: scroll;
}

@media screen and (min-width: 768px) {
  .p-occupation .modal-wrap {
    padding: 3em 6em;
    max-width: 800px;
  }
}

.p-occupation .modal-close {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  top: 0%;
  right: 0%;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-occupation .modal-close {
    top: 5%;
    right: -5%;
  }
}

.p-occupation .modal-close p {
  font-size: 40px;
}

.p-occupation .modal-content section + section {
  margin-top: 3em;
}

.p-occupation .modal-content h2 {
  font-size: 24px;
  margin-bottom: 1em;
}

.p-occupation .modal-content h3 {
  background-color: #0065b3;
  border-radius: 20px;
  padding: 0 1em;
  color: #fff;
  font-size: 18px;
}

.p-occupation .modal-content ul {
  margin-top: 1em;
}

.p-occupation .modal-content ul li {
  padding-left: 1em;
  position: relative;
  margin-left: 1em;
}

.p-occupation .modal-content ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  border-radius: 50%;
  width: 0.75em;
  height: 0.75em;
  background: #0065b3;
}

.p-occupation .modal-content .buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 2em;
}

@media screen and (min-width: 768px) {
  .p-occupation .modal-content .buttons {
    flex-direction: row;
    gap: 24px;
  }
}
.p-occupation .modal-content .button {
  width: 100%;
}

.p-occupation .modal-content .button a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #b90000;
  border: 1px solid #b90000;
  padding: 2.5em;
  border-radius: 16px;
  text-align: center;
  color: #fff;
}

.p-occupation .modal-content .button a:hover {
  background-color: #fff;
  color: #b90000;
}

.p-occupation .modal-content .morebtn_arrow::before {
  background: #fff;
}
.p-occupation .modal-content .morebtn_arrow::after {
  border-color: #fff;
}

.p-occupation .modal-content .button a:hover .morebtn_arrow::after {
  border-color: #b90000;
}
.p-occupation .modal-content .button a:hover .morebtn_arrow::before {
  background: #b90000;
}

/*
    Entry
*/
.p-entry {
  color: #fff;
}
.p-entry__wrap {
  position: relative;
  background-color: #b90000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3.90625vw 0 0 3.90625vw;
  padding: 2rem 0 2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-entry__wrap {
    padding: 2.5rem 0 2.5rem 3rem;
  }
}
.p-entry__wrap::after {
  position: absolute;
  content: "";
  background-color: #b90000;
  width: 150vw;
  height: 100%;
  top: 0;
  left: 50vw;
  z-index: -1;
}
.p-entry h2 {
  font-size: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-entry h2 {
    font-size: 1rem;
  }
}
.p-entry h2 span {
  display: block;
  font-size: 1.75rem;
  line-height: 1;
  font-family: "Noto Sans Japanese", "Rubik", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-entry h2 span {
    font-size: 2.75rem;
  }
}
.p-entry .morebtn {
  border: 1px solid #fff;
}
.p-entry .morebtn:before {
  background: #fff;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  float: left;
  border-radius: 120px;
  transition: all 220ms linear;
}
.p-entry .morebtn_arrow::before {
  left: -12px;
  width: 32px;
  height: 1px;
  background: #fff;
}
.p-entry .morebtn_arrow::after {
  left: -2px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.p-entry .morebtn:hover:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-entry .morebtn:hover:before {
    width: 100%;
    height: 100%;
  }
}
.p-entry .morebtn:hover .arrow {
  color: #b90000;
}
.p-entry .morebtn:hover .morebtn_arrow::after {
  border-top: 1px solid #b90000;
  border-right: 1px solid #b90000;
}
.p-entry .morebtn:hover .morebtn_arrow::before {
  background: #b90000;
}

/*
    Contact
*/
.p-contact__header {
  text-align: center;
  color: #0065b3;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__header {
    font-size: 1rem;
  }
}
.p-contact__header span {
  display: block;
  color: #000;
  font-size: 2rem;
  font-family: "Noto Sans Japanese", "Rubik", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-contact__header span {
    font-size: 3.75rem;
    font-weight: 800;
  }
}
.p-contact__button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 576px) {
  .p-contact__button {
    justify-content: flex-start;
  }
}
.p-contact__button button {
  width: 100px;
  height: 100px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-contact__button button {
    width: 129px;
    height: 129px;
  }
}
.p-contact__button button span {
  width: 40px;
  height: 32px;
  margin-left: 0.5rem;
  z-index: 2;
  background: url(../img/recruit/ico_mail.svg) center center/cover;
}
@media screen and (min-width: 768px) {
  .p-contact__button button span {
    width: 80px;
    height: 64px;
  }
}
.p-contact__button button:hover span {
  background: url(../img/recruit/ico_mail-w.svg) center center/cover;
}
.p-contact__button button p {
  color: #b90000;
  font-weight: 600;
  margin-top: 0.25rem;
  font-size: 0.75em;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-contact__button button p {
    font-size: 0.875em;
  }
}
.p-contact__button button:hover p {
  color: #fff;
}
.p-contact__info {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-contact .l-media__box .l-media__body {
    margin-left: 6rem;
  }
}
.p-contact__number {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-contact__number {
    font-size: 2.75rem;
  }
}
.p-contact__number .tel {
  display: block;
  text-align: right;
  font-size: 0.875rem;
  width: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__number .tel {
    font-size: 1.625rem;
    width: 5rem;
  }
}
.p-contact__number .up {
  margin-bottom: 0.5rem;
}

/*
    Staff
*/
.p-staff {
  position: relative;
  padding-top: 8.75rem;
}
.p-staff::after {
  position: absolute;
  content: "";
  background-color: #001124;
  width: 100%;
  height: 90%;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-staff__headImg {
  position: absolute;
  right: 0;
  width: 80vw;
}
.p-staff__headImg img {
  border-radius: 2.96875vw 0 0 2.96875vw;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-staff__head {
  color: #fff;
  position: relative;
  height: 32.8125vw;
}
.p-staff__h1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: max(3.75vw, 18px);
  letter-spacing: 6px;
}
@media screen and (min-width: 1400px) {
  .p-staff__h1 {
    font-size: 3rem;
    left: -10%;
  }
}
.p-staff__text {
  position: absolute;
  font-size: 2rem;
  right: 0;
  bottom: -18%;
  font-size: max(2.5vw, 14px);
  font-family: serif;
  letter-spacing: 0.2em;
  margin-right: -0.2em;
}
@media screen and (min-width: 1200px) {
  .p-staff__text {
    font-size: 2rem;
  }
}
.p-staff__comment {
  position: relative;
}
.p-staff__comment--image {
  width: 48.59375%;
  position: absolute;
  top: -15%;
  z-index: 1;
  min-width: 330px;
}
.p-staff__comment--image img {
  border-radius: 0 2.96875vw 2.96875vw 0;
}
.p-staff__comment--container {
  background-color: #fff;
  margin-top: 14rem;
  width: 100vw;
  padding-top: 6rem;
  padding-bottom: 5rem;
  padding-right: 5%;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.24);
  border-radius: 2.96875vw 0 0 2.96875vw;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .p-staff__comment--container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
  }
}
.p-staff__comment--container::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  right: -99.9%;
  top: 0;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.24);
  z-index: -1;
}
.p-staff__comment--left {
  padding-top: 3rem;
  padding-left: 5%;
}
@media screen and (min-width: 768px) {
  .p-staff__comment--left {
    padding-top: 6rem;
  }
}
@media screen and (min-width: 992px) {
  .p-staff__comment--left {
    width: 52%;
    padding-top: 15rem;
  }
}
.p-staff__comment--left h2 {
  font-weight: 500;
  position: relative;
  padding-bottom: 1.5rem;
  font-size: 1.85rem;
  font-family: serif;
  letter-spacing: 0.2em;
  margin-right: -0.2em;
}
@media screen and (min-width: 992px) {
  .p-staff__comment--left h2 {
    font-size: 2.5rem;
  }
}
.p-staff__comment--left h2::after {
  position: absolute;
  content: "";
  width: 63px;
  height: 2px;
  background: #0065b3;
  left: 0;
  bottom: 0;
}
.p-staff__comment--left p {
  margin-top: 2rem;
}
.p-staff__comment--right {
  line-height: 1.8;
  padding-left: 5%;
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .p-staff__comment--right {
    width: 45%;
    padding-left: 0;
    margin-top: 0;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 992px) {
  .p-staff__recruit--container {
    display: flex;
    justify-content: space-between;
  }
}
.p-staff__recruit--left {
  width: 66%;
}
.p-staff__recruit--right img {
  border-radius: 2.96875vw 0 0 2.96875vw;
}
.p-staff__recruit .l-media__body p {
  margin-top: 3rem;
  letter-spacing: 3px;
  line-height: 30px;
}
.p-staff__recruit__bottom p {
  background-color: #f2f2f2;
  padding: 2rem 2rem 4rem 0;
  margin-top: 2rem;
  border-radius: 0 2.96875vw 2.96875vw 0;
  position: relative;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .p-staff__recruit__bottom p {
    width: 70.3125vw;
    padding: 4rem 20% 4rem 0;
    margin-top: -10%;
    line-height: 30px;
    letter-spacing: 3px;
  }
}
.p-staff__recruit__bottom p::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  left: -50vw;
  top: 0;
  z-index: -1;
}

#staff .p-profile {
  padding-bottom: 0;
}

/*
  Submit   (Contact)
*/
.p-submit {
  padding-bottom: 5rem;
}
.p-submit__nav {
  margin-top: 6rem;
}
.p-submit__nav ul {
  display: flex;
  justify-content: space-between;
}
.p-submit__navList {
  display: flex;
  align-items: center;
  width: 31.3333333333%;
  border: 1px solid #000;
  padding: 0.5rem;
  border-radius: 3rem;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-submit__navList {
    padding: 0.75rem;
    width: 28%;
  }
}
.p-submit__navList + .p-submit__navList {
  position: relative;
}
.p-submit__navList + .p-submit__navList::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 30%;
  left: -30%;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  z-index: -1;
}
.p-submit__navList.is-active {
  background: #b90000;
  color: #fff;
}
.p-submit__navTitle {
  background: #b90000;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 890px) {
  .p-submit__navTitle {
    width: 60px;
    height: 60px;
    margin-right: 3rem;
    padding-top: 0.25rem;
  }
}
.p-submit__navTitle [lang="en"] {
  font-size: 11px;
  display: none;
}
@media screen and (min-width: 890px) {
  .p-submit__navTitle [lang="en"] {
    font-size: 13px;
    display: block;
  }
}
.is-active .p-submit__navTitle {
  background-color: #fff;
  color: #b90000;
}
.p-submit .p-contact__info {
  text-align: center;
}
.p-submit .p-contact__number {
  justify-content: center;
}

/*
  Confirm
*/
.p-confirm {
  padding-bottom: 5rem;
}
.p-confirm__text {
  text-align: center;
  margin-top: 5rem;
  font-weight: bold;
}
.p-confirm form {
  margin-top: 6rem;
}
.p-confirm__item {
  border-bottom: 1px solid #999;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-confirm__item {
    padding-bottom: 2rem;
  }
}
.p-confirm__item dt {
  width: 26%;
}
@media screen and (min-width: 768px) {
  .p-confirm__item dt {
    width: 20%;
  }
}
.p-confirm__item dd {
  width: 70%;
}
.p-confirm__item + .p-confirm__item {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-confirm__item + .p-confirm__item {
    margin-top: 4rem;
  }
}
.p-confirm__nameBox {
  display: flex;
}
.p-confirm_button p + p {
  margin-top: 1rem;
}
.p-confirm__thanks {
  text-align: left;
  padding: 3rem 0;
  max-width: 910px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-confirm__thanks {
    text-align: center;
  }
}
.p-confirm__thanks h2 {
  margin-bottom: 3rem;
  text-align: center;
}
.p-confirm__thanks p + p {
  margin-top: 2rem;
}

/*
  Loading Animation
---------------------------------------------- */
#c-loading {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 999;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

/*ロゴ*/
#c-loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 260px;
  -webkit-animation: sk-scaleout 1.5s;
  animation: sk-scaleout 1.5s;
}
@media screen and (min-width: 768px) {
  #c-loading__logo {
    width: 350px;
  }
}

/* ローディングアニメーション */
@-webkit-keyframes sk-scaleout {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sk-scaleout {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*
  Button
*/
.c-button {
  display: block;
  border: 0;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-button.-primary {
  position: relative;
  padding: 0.875rem;
  color: #0065b3;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #0065b3;
  background: transparent;
  border: 2px solid #0065b3;
  z-index: 1;
}
.c-button.-primary:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(45deg, rgba(88, 182, 211, 0.6), #2322a0);
  border-radius: 3px;
  transition: all 0.3s ease;
}
.c-button.-primary:hover {
  color: #fff;
  border: 2px solid #f0f0f0;
}
.c-button.-primary:hover:after {
  left: 0;
  width: 100%;
}
.c-button.-primary:active {
  top: 2px;
}

/*
    Card メイン投稿用
*/
.c-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  color: inherit;
}
.c-card__body {
  order: 1;
  background-color: #fff;
  padding: 0.5em 0.75em;
}
.c-card__thumbnail {
  order: 0;
  overflow: hidden;
}
.c-card__title {
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .c-card__title {
    font-size: 1rem;
  }
}
.c-card__date {
  font-size: 0.8125rem;
}
@media screen and (min-width: 992px) {
  .c-card__date {
    font-size: 0.875rem;
  }
}
.c-card:hover img {
  transform: scale(1.1);
}

.-event img {
  aspect-ratio: 4/3;
}

/*
    Card 02
*/
.c-card02 .l-grid__item {
  width: 31%;
}
.c-card02 .l-grid__item img {
  border-radius: 1.875vw;
}
.c-card02 .l-grid__item a {
  color: inherit;
  text-decoration: none;
}
.c-card02 p {
  margin-top: 0.25em;
  text-align: center;
}

/*
  Hamburgur
*/
.c-hamburger {
  position: absolute;
  top: 0;
  right: 3%;
  bottom: 0;
  z-index: 3;
  width: 50px;
  height: 50px;
  background: var(--l-main-color);
  margin: auto 0;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-hamburger__btn {
  position: absolute;
  top: 27px;
  bottom: 42px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 26px;
  height: 3px;
  margin-bottom: auto;
  background-color: #fff;
  will-change: transform;
}
.c-hamburger__btn::before,
.c-hamburger__btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 3px;
  background-color: inherit;
  transition: transform 0.2s ease-in-out;
}
.c-hamburger__btn::before {
  top: -8px;
}
.c-hamburger__btn::after {
  top: 8px;
  width: 26px;
}
.is-active-drawer .c-hamburger__btn {
  background-color: transparent;
}
.is-active-drawer .c-hamburger__btn::before,
.is-active-drawer .c-hamburger__btn::after {
  top: 0;
  background-color: #fff;
}
.is-active-drawer .c-hamburger__btn::before {
  transform: rotate(-45deg);
  width: 26px;
  top: 0;
}
.is-active-drawer .c-hamburger__btn::after {
  transform: rotate(45deg);
  width: 26px;
  top: 0;
}
.c-hamburger p {
  color: #fff;
  font-size: 0.875rem;
  padding-top: 1.5rem;
  white-space: nowrap;
}
@media screen and (min-width: 890px) {
  .c-hamburger {
    display: none;
  }
}

.fixed .c-hamburger__btn {
  background-color: #000;
}

.is-active-drawer .fixed .c-hamburger__btn {
  background-color: transparent;
}

/*
  mega menu
*/
.c-mega.is-pc {
  display: none;
}
@media screen and (min-width: 890px) {
  .c-mega.is-pc {
    display: block;
    padding: 0;
    flex-direction: row-reverse;
    left: 0;
    right: 0;
    line-height: 1.4;
    overflow: hidden;
    position: fixed;
    top: 89px;
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), top 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 0;
  }
}

.c-mega.is-sp {
  padding: 0.5rem 0 1rem;
}
@media screen and (min-width: 890px) {
  .c-mega.is-sp {
    display: none;
  }
}

.c-mega,
.c-mega.is-act {
  -webkit-box-orient: horizontal;
}

@media screen and (min-width: 890px) {
  .c-mega.is-act {
    flex-direction: row;
    left: 0;
    right: auto;
    width: 100vw;
    display: block;
  }
}

@media screen and (min-width: 890px) {
  .c-mega__container {
    min-width: 100vw;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
  }
}

@media screen and (min-width: 890px) {
  .c-mega__container:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

@media screen and (min-width: 890px) {
  .c-mega .c-container {
    display: flex;
    position: relative;
    padding: 0;
    justify-content: center;
    width: 100vw;
  }
}

.c-mega__head {
  max-width: 170px;
  min-width: 170px;
  width: 100%;
}

.c-mega__head .en {
  color: #c30d23;
}

.c-mega__head .c-button01 {
  font-size: 1.3rem;
  margin-top: 1.5em;
}

.c-mega__body {
  font-size: 1.4rem;
  width: 100%;
}

.c-mega__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: -0.5rem;
}
@media screen and (min-width: 890px) {
  .c-mega__list {
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .c-mega__list {
    flex-wrap: nowrap;
  }
}

.c-mega__item {
  padding-left: 8px;
  padding-right: 8px;
  width: 32%;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-mega__item {
    width: 20%;
    margin-top: 0;
  }
}

.c-mega__item:not(:nth-last-of-type(3n)) {
  margin-right: 2%;
}
@media screen and (min-width: 768px) {
  .c-mega__item:not(:nth-last-of-type(3n)) {
    margin-right: 0;
  }
}

.c-mega__item a {
  padding: 0;
}

.c-mega__item a img {
  transition: 0.3s;
}

.c-blockimage {
  overflow: hidden;
}

.c-mega__item a:hover img {
  transform: scale(1.1);
}

.c-mega__item .c-blockimage:before {
  padding-top: 64.2857142857%;
}

.c-mega__item .caption {
  margin-top: 0.5em;
  font-size: 0.8rem;
}

.c-mega__item > a {
  display: block;
}

.c-mega__item .list {
  padding: 1em;
}

.c-mega__item .list .item {
  margin-bottom: 1em;
}

.c-mega__item .list .item:last-child {
  margin-bottom: 0;
}

.c-mega__item .list .item a {
  align-items: center;
  display: flex;
}

.c-mega__item .list .item a:before {
  background-color: #c30d23;
  content: "";
  display: block;
  height: 5px;
  margin-right: 1em;
  min-width: 5px;
  width: 5px;
}

.c-mega__head {
  max-width: calc(8.68056vw + 31.11111px);
  min-width: calc(8.68056vw + 31.11111px);
}

.c-mega__head .c-button01 {
  font-size: calc(0.52083vw + 0.46667rem);
}

.c-mega__body {
  font-size: calc(0.52083vw + 0.56667rem);
  padding: 0;
}

.c-mega__list {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .c-mega__list {
    margin-left: 40px;
    margin-right: 40px;
  }
}

.c-mega__item {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .c-mega__item {
    padding-left: calc(0.48077vw + 0.30769px);
    padding-right: calc(0.48077vw + 0.30769px);
  }
}

/*
  Form
*/
.c-form {
  width: 100%;
  margin-top: 6rem;
}
.c-form__item + .c-form__item {
  margin-top: 2rem;
}
.c-form__item dt {
  margin-bottom: 1rem;
}
.c-form__item .select_wrap {
  position: relative;
}
.c-form__item .select_wrap::after {
  position: absolute;
  content: "";
  right: 2rem;
  transform: translateY(-50%) rotate(135deg);
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  z-index: 1;
}
.c-form__dd {
  display: flex;
  justify-content: space-between;
}
.c-form__dd input {
  width: 47% !important;
}
.c-form select,
.c-form input:not([type="checkbox"]),
.c-form textarea {
  width: 100%;
  padding: 1rem 1.5rem;
  border-radius: 1rem;
  background-color: #f2f2f2;
  border: 1px solid #999999;
}
.c-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form textarea {
  min-height: 350px;
}
.c-form__check {
  margin-top: 6rem;
  text-align: center;
}
.c-form__check .policy {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.c-form__check a {
  color: #0065b3;
}
.c-form input[type="checkbox"] {
  width: 20px;
  margin-right: 0.25rem;
}
.c-form__submit {
  max-width: 350px;
  margin: 2rem auto 0;
}
.c-form__submit button {
  width: 100%;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1.75rem;
  border: 1px solid #000;
  border-radius: 0.75rem;
  background: transparent;
  color: #b90000;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.c-form__submit button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: "";
  background: #b90000;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
  z-index: -1;
}
.c-form__submit button::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  background: url(../img/ico_arro.svg) center center/cover;
  width: 24px;
  height: 21px;
}
.c-form__submit button:hover {
  color: #fff;
  background-color: transparent;
}
.c-form__submit button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.c-form__submit button:hover::after {
  background: url(../img/ico_arrow_w.svg) center center/cover;
}
.c-form__submit button ._onText {
  z-index: 1;
}
.c-form__confirm {
  max-width: 350px;
  margin: 2rem auto 0;
}
.c-form__confirm input {
  width: 100%;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 1.75rem;
  border: 1px solid #000;
  border-radius: 0.75rem;
  background: #b90000;
  color: #000;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.c-form__confirm._wh input {
  background-color: #fff;
  border-radius: 0.75rem;
}

button[type="submit"][disabled] {
  background-color: #fff;
  color: #ccc;
  border-color: #ccc;
  cursor: default;
  border: 1px solid;
}

button[type="submit"][disabled]::after {
  display: none;
}

.required {
  color: #b90000;
}

/* Modal */
/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background: linear-gradient(45deg, #2da5d4, #2322a0, #0f2350);
  /*グラデーションを定義*/
  background-size: 200% 200%;
  /*サイズを大きくひきのばす*/
  -webkit-animation: bggradient 20s ease infinite;
  animation: bggradient 20s ease infinite;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
}

.loaded {
  opacity: 0;
  visibility: hidden;
}

/*
    about us スライダー
*/
.js-slide {
  position: absolute;
  right: 0;
  bottom: -10%;
  width: 95%;
  background: #fff;
  padding: 2rem 0 2rem 3rem;
  box-shadow: 15px 15px 12px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .js-slide {
    padding: 2rem 0 2rem 0rem;
    bottom: -7%;
  }
}
@media screen and (min-width: 1200px) {
  .js-slide {
    bottom: -21%;
  }
}
.js-slide__wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.js-slide .slick-slide {
  margin-right: 2rem !important;
}
.js-slide__img img {
  border-radius: 10px;
}
.js-slide__title {
  margin-top: 0.5rem;
}
.js-slide .slick-next,
.js-slide .slick-prev {
  top: 9%;
  border: 1px solid #000;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 768px) {
  .js-slide .slick-next,
  .js-slide .slick-prev {
    top: 7.7%;
  }
}
@media screen and (min-width: 1200px) {
  .js-slide .slick-next,
  .js-slide .slick-prev {
    top: 7%;
  }
}
.js-slide .slick-next {
  right: 5%;
}
@media screen and (min-width: 768px) {
  .js-slide .slick-next {
    right: 10%;
  }
}
@media screen and (min-width: 1200px) {
  .js-slide .slick-next {
    right: 20%;
  }
}
.js-slide .slick-next::before {
  display: none;
}
.js-slide .slick-next::after {
  position: absolute;
  content: "";
  left: 28%;
  top: 36%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.js-slide .slick-prev {
  left: 70%;
}
@media screen and (min-width: 768px) {
  .js-slide .slick-prev {
    right: 80%;
  }
}
@media screen and (min-width: 1200px) {
  .js-slide .slick-prev {
    right: 100%;
  }
}
.js-slide .slick-prev::before {
  display: none;
}
.js-slide .slick-prev::after {
  position: absolute;
  content: "";
  left: 40%;
  top: 36%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-135deg);
}

/*
  Visually Hidden
*/
.u-visuallyHidden:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

/*
  textRed
*/
.u-textRed {
  color: #b90000;
}

.initials.u-textRed {
  color: #b90000;
}

.u-wide {
  width: 220px;
}

.u-inlineBlock {
  display: inline-block;
}

.u-block {
  display: block;
}

.u-ib-sp {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .u-ib-sp {
    display: none;
  }
} /*# sourceMappingURL=common.css.map */
.slick-nav-arrows {
  display: none;
}
.p-product__text {
  letter-spacing: 3px;
  line-height: 30px;
}
span.count_sub {
  font-size: 14px;
}
/* ここから */
.mv {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.mv-wrap {
  position: relative;
  height: 500px;
}

video {
  display: block;
  width: 100%;
  height: 140vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  video {
    height: 71vh;
  }
}

.mv-bg {
  display: block;
  width: 100%;
  height: 500vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 30, 0, 0.2);
  z-index: 1;
}

/*--------------------------------------------------*/
/*   GSAP
/*-----------------------------------------------------*/
.toRight {
  opacity: 0;
}

.toRight.visible {
  opacity: 1;
}

.toLeft {
  opacity: 0;
}

.toLeft.visible {
  opacity: 1;
}

.hide-area {
  display: none;
}

/*--------------------------------------------------*/
/*   モーダル
/*-----------------------------------------------------*/
.modal_overlay {
  cursor: pointer;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  /*
     rgba ・・・ Red Green Blue Alpha
     CSS3で追加された色の設定方法（IE9 〜 ）
     RGBを10進数で指定し、最後に透明度を 0 〜 1 の範囲で指定する（半角カンマ区切り）
  */
}

.content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}

.modal {
  visibility: hidden;
  overflow-y: scroll;
  opacity: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  transition: opacity 0.3s, visibility 0s 0.3s;
  background: rgba(0, 0, 0, 0.8);
}

.modal.is-active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0s 0s;
}

.modal_container {
  display: flex;
  min-height: 100%;
  justify-content: center;
  align-items: center;
}

.modal_container::after {
  content: "";
  min-height: inherit;
  font-size: 0;
}

.modal_inner {
  margin: 20px auto;
  width: auto;
}

.modal_content {
  display: none;
}

.is-active .modal_content {
  display: block;
}

/* 追加1023 */
.profile_map_sec {
  margin: 40px 0;
}
.profile_map_sec iframe {
  width: 100%;
}
.profile_tell {
  text-align: center;
}
.profile_tell .p-contact__button {
  justify-content: center;
}
.profile_tell .p-contact__number {
  justify-content: center;
}
.policy_img_paper {
  text-align: center;
  margin-top: 40px;
}
.policy_img_paper img {
  width: 300px;
  border: #000 solid 1px;
}
.policy_jab {
  text-align: center;
}
.policy_jab img {
  width: 300px;
}
.l-grid.only_equ {
  justify-content: flex-start;
}

.p-equipment .l-grid.only_equ .l-grid__item {
  margin-right: 38px;
}
@media screen and (max-width: 768px) {
  .p-equipment .l-grid.only_equ .l-grid__item {
    margin-right: 0;
  }
}
.icon_suiso {
  position: absolute;
  background-color: #0065b3;
  color: #fff;
  top: -12px;
  left: -7px;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 20px;
}
.l-grid__item {
  position: relative;
}
