@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", serif;
  overflow: hidden;
}
body.page {
  overflow: scroll;
}
body.page.front {
  overflow: hidden;
  overflow-x: hidden;
}
body.page-id-47 {
  background-color: transparent;
}

:target {
  scroll-margin-top: 40px;
}

img {
  width: 100%;
}

.sub_mv {
  position: relative;
  background-color: #384f80;
  margin-top: 96px;
}
.sub_mv .sub_mv_img {
  width: 100%;
  background-color: #384f80;
  position: relative;
  z-index: 0;
}
.sub_mv .sub_mv_img img {
  aspect-ratio: 1440/668;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-clip-path: polygon(50% 0%, -506% 100%, 536% 100%);
  clip-path: polygon(50% 0%, -506% 100%, 536% 100%);
}
.sub_mv .mv_title {
  position: absolute;
  font-weight: bold;
  font-size: clamp(40px, 3.75vw, 54px);
  color: #fff;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  left: 6.9444444444vw;
  bottom: 40px;
  z-index: 0;
}

.clip_path {
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 100%;
  height: 51px;
  position: absolute;
  top: 77px;
  z-index: 2;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.to_front_btn {
  max-width: 250px;
  margin: 30px auto 0;
}
.to_front_btn a {
  display: block;
  width: 100%;
  font-size: 20px;
  padding-block: 15px;
  border-radius: 20px;
  background-color: #384f80;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.pagination {
  margin-top: 45px;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination ul li a {
  width: 37px;
  height: 37px;
  border: 1px solid #384f82;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #384f82;
  font-size: 20px;
  font-weight: 500;
  border-radius: 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination ul li a:hover {
  background-color: #dff2fc;
}
.pagination ul li a.next {
  display: none;
}
.pagination ul li a.prev {
  display: none;
}
.pagination ul li span {
  width: 37px;
  height: 37px;
  border: 1px solid #384f82;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #384f82;
  font-size: 20px;
  font-weight: 500;
  border-radius: 9px;
}
.pagination ul li span.current {
  background-color: #dff2fc;
  text-decoration: underline;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
}

.pagetop a {
  display: block;
  background-color: #384f80;
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  padding: 5px 10px;
}

.pagetop a:hover {
  display: block;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.l_header {
  background-color: transparent;
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
}
.l_header.item1 {
  display: none;
}
.l_header.front {
  position: absolute;
  width: 100vw;
}
.l_header.front .l_header_wrap {
  padding-block: 20px 50px;
}
@media (max-width : 1024px) {
  .l_header.front .l_header_wrap {
  padding-block: 12px 50px;
}
}
.l_header.front.active {
  z-index: 1;
}
.l_header .clip_path.about {
  display: none;
}
.l_header.scroll .l_header_wrap.news {
  padding-block: 20px 20px;
}
.l_header.page.scroll {
  background-color: #384f80;
  z-index: 2;
}
.l_header.page.scroll .clip_path.page {
  top: 56px;
  display: none;
}
.l_header.page.sub .clip_path.about {
  display: none;
}
.l_header.news {
  background-color: #384f80;
  z-index: 2;
}

.l_header.page .l_header_inner {
  position: relative;
  background-color: #384f80;
}

.l_header.page .l_header_inner::before {
  position: absolute;
  content: "";
  clip-path: polygon(100% 0%, 0 0, 0 66px);
  top: 96px;
  left: 0;
  width: 50%;
  height: 66px;
  background-color: #384f80;
}
@media (max-width: 768px) {
  .l_header.page .l_header_inner::before {
    top: 79px;
    height: 48px;
    clip-path: polygon(100% 0%, 0 0, 0 48px);
  }
}

.l_header.page .l_header_inner::after {
  position: absolute;
  content: "";
  clip-path: polygon(0% 0%, 100% 66px, 100% 0);
  top: 96px;
  right: 0;
  width: 50%;
  height: 66px;
  background-color: #384f80;
}
@media (max-width: 768px) {
  .l_header.page .l_header_inner::after {
    top: 79px;
    height: 48px;
    clip-path: polygon(0% 0%, 100% 48px, 100% 0);
  }
}

.l_header_inner {
  padding-inline: 50px 35px;
}

.l_header_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-block: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l_header_wrap.news {
  padding-block: 20px 20px;
}
.l_header_wrap.news.page-scroll {
  padding-block: 20px;
}
.l_header_wrap.news2 {
  padding-block: 20px 20px;
}

.l_header_logo {
  max-width: 192px;
  width: 100%;
}
.l_header_logo img {
  aspect-ratio: 192/56;
  -o-object-fit: cover;
  object-fit: cover;
}

.l_header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 2.0833333333vw, 30px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.l_header_nav ul li a {
  color: #fff;
  font-weight: 500;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l_header_nav ul li a:hover {
  opacity: 0.7;
}
.l_header_nav ul li a.recruit {
  background-color: #ffc8cc;
  padding-top: 100px;
  padding-inline: 20px;
  padding-bottom: 10px;
  border-radius: 0 0 17px 17px;
  color: #384f82;
  font-size: clamp(16px, 1.3888888889vw, 20px);
}
.l_header_nav ul li a.recruit img {
  width: 27px;
  aspect-ratio: 27/28;
  margin-left: 5px;
}
.l_header_nav ul li a img {
  width: 33px;
  aspect-ratio: 1/1;
}

.drawer_nav {
  position: absolute;
  top: 41px;
  right: 44px;
  width: 34px;
  height: 25px;
  z-index: 1001;
  cursor: pointer;
  display: none;
}
.drawer_nav span {
  width: 34px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
}
.drawer_nav span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.drawer_nav span:nth-of-type(3) {
  bottom: 0;
  top: unset;
}
.drawer_nav.open span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.drawer_nav.open span:nth-of-type(2) {
  opacity: 0;
}
.drawer_nav.open span:nth-of-type(3) {
  top: 50%;
  bottom: unset;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.drawer_nav_warp {
  background-color: #384f80;
}
.drawer_nav_warp ul li a {
  color: #fff;
}

/* 初期状態は画面外（右側）に配置 */
.drawer_nav_warp {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #384f80;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  z-index: 1000;
}

.drawer_nav_warp.open {
  right: 0;
}

/* リストのスタイル */
.drawer_nav_warp ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.drawer_nav_warp li {
  margin: 20px 0;
}

.drawer_nav_warp a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
}
.drawer_nav_warp a img {
  width: 40px;
  aspect-ratio: 1/1;
}

.sp_recruit {
  display: none;
}

.p_business_content {
  padding-top: 8.6805555556vw;
  background-color: #fff;
}

.p_business_content_inner {
  padding-inline: 100px;
}

.p_business_content_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p_business_content_link a {
  padding-left: 35px;
  position: relative;
  color: #384f80;
  font-size: clamp(18px, 1.9444444444vw, 28px);
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p_business_content_link a:hover {
  opacity: 0.7;
}
.p_business_content_link a::after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -36px;
  background: url(../../assets/images/about_link.webp);
  background-size: cover;
}
.p_business_content_link a::before {
  content: "";
  width: 22px;
  height: 22px;
  background-color: #ffff00;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.p_business_content_link a.link2::before {
  background-color: #ff6363;
  border-radius: 0;
}
.p_business_content_link a.link3::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 22px solid #6edf92;
  border-top: 0;
  border-radius: 0;
  background-color: transparent;
  right: -40px;
}
.p_business_content_link a.link4::before {
  display: none;
}

.p_business_item_wrap {
  margin-top: 130px;
  text-align: center;
  scroll-margin-top: 142px;
}
.p_business_item_wrap.map {
  background-color: #d3e0ed;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-block: 60px 100px;
}
.p_business_item_wrap.map .p_business_item_heading {
  max-width: 342px;
  width: 100%;
  background-color: #fff;
}
.p_business_item_wrap.map .p_business_item_heading span {
  padding-left: 0;
}
.p_business_item_wrap.map .p_business_item_heading span::after {
  display: none;
}
.p_business_item_wrap:nth-of-type(n + 2) {
  margin-top: 70px;
}
.p_business_item_wrap.link2 .p_business_item_heading span::after {
  background-color: #ff6363;
  border-radius: 0;
  width: 22px;
  height: 22px;
}
.p_business_item_wrap.link2 .p_business_item_title::after {
  background-color: #ff6363;
  border-radius: 0;
  width: 22px;
  height: 22px;
}
.p_business_item_wrap.link3 .p_business_item_heading span::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 22px solid #6edf92;
  border-top: 0;
  border-radius: 0;
  background-color: transparent;
}
.p_business_item_wrap.link3 .p_business_item_title::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 22px solid #6edf92;
  border-top: 0;
  border-radius: 0;
  background-color: transparent;
  top: 12px;
}

.p_business_item_heading {
  padding: 20px 45px;
  border: 1px solid #384f80;
  border-radius: 38px;
  display: inline-block;
}
.p_business_item_heading span {
  font-weight: bold;
  font-size: clamp(20px, 2.2222222222vw, 32px);
  color: #384f80;
  padding-left: 40px;
  display: block;
  position: relative;
}
.p_business_item_heading span::after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #ffff00;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.p_business_items {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 70px;
}

.p_business_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  text-align: left;
}

.p_business_item_img {
  max-width: 460px;
  width: 100%;
}
.p_business_item_img img {
  aspect-ratio: 460/306;
}

.p_business_item_tet_wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49.5%;
  flex: 0 0 49.5%;
}

.p_business_item_title {
  font-size: clamp(21px, 1.875vw, 27px);
  color: #384f80;
  font-weight: bold;
  line-height: 1.75;
  position: relative;
}
.p_business_item_title span {
  font-size: 18px;
  display: block;
}
.p_business_item_title::after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #ffff00;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: -40px;
}

.p_business_item_tag {
  font-size: clamp(16px, 1.25vw, 18px);
  max-width: 92px;
  width: 100%;
  text-align: center;
  border: 1px solid #384f80;
  border-radius: 20px;
  font-weight: bold;
  margin-top: 15px;
  color: #384f80;
  padding-block: 2px;
}

.p_business_text {
  font-size: clamp(14px, 1.25vw, 18px);
  color: #384f80;
  font-weight: bold;
  line-height: 1.72;
}

.p_business_map {
  max-width: 939px;
  width: 100%;
  margin: 52px auto 0;
}
.p_business_map iframe {
  aspect-ratio: 939/702;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.p_kihu {
  padding-top: 12.333333vw;
  padding-bottom: 60px;
  background-color: #fff;
}

.clip_path {
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 100%;
  height: 51px;
  position: absolute;
  top: -50px;
  z-index: 2;
}
.clip_path.page {
  top: -42px;
}
.clip_path.page.contact {
  top: 1px;
  display: none;
}
.clip_path.page.single {
  top: 2px;
}
.clip_path2 {
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 54vw;
  height: 51px;
  position: absolute;
  top: -70px;
  z-index: 2;
  left: -31px;
}
.clip_path3 {
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 50vw;
  height: 51px;
  position: absolute;
  top: -70px;
  z-index: 2;
  left: -31px;
}
.clip_path5 {
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 100%;
  height: 51px;
  position: absolute;
  top: 76px;
  z-index: 2;
  left: -31px;
  display: none;
}

.p_kihu_inner {
  max-width: 887px;
  margin: 0 auto;
}

.p_kihu_title {
  font-size: clamp(26px, 2.2222222222vw, 32px);
  font-weight: 500;
  color: #384f82;
}

.p_kihu_lead {
  font-size: clamp(20px, 1.5277777778vw, 22px);
  color: #323232;
  line-height: 1.72;
  margin-top: 40px;
  font-weight: 500;
}
.p_kihu_lead span {
  color: #384f82;
}

.p_kihu_heading {
  font-size: 22px;
  font-weight: bold;
  color: #384f82;
  margin-top: 40px;
}

.p_kihu_text {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.7;
}

.p_contact {
  position: relative;
  margin-top: 200px;
  padding-bottom: 100px;
  background-color: #fff;
}
.p_contact.scroll .clip_path {
  display: none;
}

.page-id-13 {
  background-color: #fff !important;
}

.contact_inner {
  max-width: 886px;
  width: 100%;
  margin: 0 auto;
}

.p_contact_title {
  font-size: clamp(20px, 2.2222222222vw, 32px);
  font-weight: 500;
}

.p_contact_text {
  font-size: clamp(18px, 1.5277777778vw, 22px);
  color: #323232;
  margin-top: 40px;
}

.p_contact_form {
  margin-top: 50px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.row:nth-of-type(n + 2) {
  margin-top: 35px;
}

.head {
  font-size: clamp(18px, 1.5277777778vw, 22px);
  color: #323232;
}

.must {
  position: relative;
}
.must::after {
  content: "*";
  font-size: 22px;
  color: #323232;
  position: absolute;
  top: 0;
  right: -15px;
}

.data input {
  border: 1px solid #323232;
  width: 100%;
  padding: 15px;
}
.data textarea {
  width: 100%;
  border: 1px solid #323232;
  resize: none;
  height: 200px;
}
.data select {
  border: 1px solid #323232;
  width: 100%;
  padding: 15px;
}

.select_wrap {
  position: relative;
}
.select_wrap::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 14px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #384f82;
  border-bottom: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  position: absolute;
}

.p_contact_submit {
  text-align: center;
  margin-top: 60px;
}
.p_contact_submit .wpcf7-spinner {
  display: none;
}
.p_contact_submit input[type="submit"] {
  font-size: clamp(20px, 2.2222222222vw, 32px);
  font-weight: bold;
  background-color: #384f82;
  color: #fff;
  max-width: 352px;
  width: 100%;
  padding-block: 25px;
  border-radius: 45px;
}

.p_news {
  position: relative;
  padding-top: 200px;
  padding-bottom: 50px;
}
.p_news.single {
  background: #fff;
  margin-top: 9vw;
}

.p_news_inner {
  max-width: 1000px;
  margin-left: 100px;
}

.p_news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p_news_heading {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  font-size: 36px;
  font-weight: bold;
  color: #384f80;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.p_news_content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 89%;
  flex: 0 0 89%;
}

.p_news_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p_news_item {
  width: calc((100% - 68px) / 3);
}

.p_news_imgs {
  position: relative;
}

.p_news_img {
  width: 100%;
}
.p_news_img img {
  aspect-ratio: 274/134;
  -o-object-fit: cover;
  object-fit: cover;
}
.p_news_img.magazine img {
  aspect-ratio: 214/297;
}

.p_news_date {
  position: absolute;
  font-size: 14px;
  color: #fff;
  padding: 5px 15px;
  border-radius: 0 0 10px 0;
  top: 0;
  left: 0;
  background-color: #384f82;
  font-weight: bold;
}

.p_news_title {
  font-size: clamp(13px, 1.1111111111vw, 16px);
  color: #384f82;
  font-weight: bold;
  margin-top: 15px;
  line-height: 1.75;
}

.p_news_single_title {
  font-size: clamp(18px, 1.9444444444vw, 28px);
  color: #384f82;
}

.p_news_single_img {
  margin-top: 40px;
}
.p_news_single_img img {
  aspect-ratio: 889/508;
  -o-object-fit: cover;
  object-fit: cover;
}

.p_news_single_contents {
  margin-top: 45px;
  font-size: clamp(16px, 1.5277777778vw, 22px);
  line-height: 1.75;
}
.p_news_single_contents h2 {
  font-size: clamp(18px, 1.5277777778vw, 22px);
  font-weight: 700;
}
.p_news_single_contents h3 {
  font-weight: 500;
}
.p_news_single_contents a {
  color: #384f82;
  text-decoration: underline;
}

.p_news_backnumber {
  margin-top: 40px;
  color: #384f80;
  text-decoration: underline;
}

.p_backnumber_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p_backnumber_item .p_news_title {
  margin-top: 0;
  font-size: clamp(24px, 1.1111111111vw, 32px);
}

.p_backnumber_year {
  font-size: clamp(24px, 1.1111111111vw, 32px);
  color: #384f82;
  font-weight: bold;
  line-height: 1.75;
}

.p_about_content {
  padding-bottom: 60px;
  background-color: #fff;
}

.p_about_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 967px;
  width: 100%;
  margin: 0 auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 130px;
}
.p_about_links:nth-of-type(n + 2) {
  padding-top: 30px;
}

.p_about_link a {
  padding-right: 36px;
  font-weight: bold;
  font-size: clamp(18px, 1.9444444444vw, 28px);
  color: #384f82;
  padding-left: 30px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p_about_link a::after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: url(../../assets/images/about_link.webp);
  background-size: cover;
}
.p_about_link:hover {
  opacity: 0.7;
}

.p_about_wrap {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
.p_about_wrap.p_about_wrap2 {
  background-color: #fff1de;
}

.p_about_heading {
  font-size: clamp(20px, 2.2222222222vw, 36px);
  color: #384f82;
  font-weight: bold;
  padding: 20px 50px;
  border: 1px solid #384f82;
  border-radius: 26px;
  margin: 0 auto;
  display: inline-block;
}

.p_about_text {
  font-size: 22px;
  font-weight: 500;
  color: #323232;
  max-width: 748px;
  margin: 75px auto 0;
}
.p_about_text.text_l {
  text-align: left;
}
.p_about_text p {
  font-size: clamp(14px, 1.5277777778vw, 22px);
  font-weight: 500;
  color: #323232;
  line-height: 1.75;
}
.p_about_text p:nth-of-type(n + 2) {
  margin-top: 60px;
}
.p_about_text p.text_r {
  text-align: right;
}

.p_about_img {
  margin-top: 130px;
}
.p_about_img img {
  aspect-ratio: 1440/486;
  -o-object-fit: cover;
  object-fit: cover;
}

.p_about_wrap_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-inline: 12.7777777778vw;
  margin-top: 80px;
  gap: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p_about_wrap_item {
  max-width: 484px;
  width: 50%;
  text-align: left;
}
.p_about_wrap_item:nth-of-type(3) {
  margin-top: 100px;
}
@media (max-width : 1024px) {
  .p_about_wrap_item {
  max-width: 484px;
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
}
.p_about_wrap_item:nth-of-type(3) {
  margin-top: 64px;
}
}

.p_about_wrap_item_heading {
  font-size: clamp(20px, 2.2222222222vw, 32px);
  color: #384f82;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 3px solid #384f82;
  display: inline-block;
}

.p_about_wrap_item_text {
  font-size: clamp(16px, 1.4583333333vw, 21px);
  font-weight: 500;
  color: #323232;
  margin-top: 40px;
  line-height: 1.75;
}

.p_about_wrap_item.text_r {
  font-size: clamp(16px, 1.4583333333vw, 21px);
  font-weight: 400;
  line-height: 1.75;
  color: #323232;
  position: relative;
}
.p_about_wrap_item.text_r::after {
  content: "";
  background: url(../../assets/images/about_wrap.webp);
  width: 42.5694444444vw;
  height: 19.6527777778vw;
  position: absolute;
  top: -20.0694444444vw;
  left: -40px;
  background-size: cover;
}

.p_about_imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p_about_imgs .p_about_img {
  width: 50%;
}
.p_about_imgs .p_about_img img {
  aspect-ratio: 733/491;
  -o-object-fit: cover;
  object-fit: cover;
}

.timeline {
  max-width: 1200px;
  width: 100%;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 18%;
  top: 20px;
  width: 1px;
  height: 95.8%;
  background-color: #384f82;
}

.timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.line {
  width: 20%;
  font-size: clamp(18p, 1.8055555556vw, 26px);
  color: #384f82;
  text-align: right;
  padding-right: 50px;
  padding-bottom: 10px;
}

.content {
  padding: 15px 20px;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: clamp(16px, 1.5277777778vw, 22px);
  color: #384f82;
  text-align: left;
  line-height: 1.75;
  gap: 35px;
  position: relative;
}
.content::after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #384f82;
  content: "";
  position: absolute;
  top: 26px;
  left: -26px;
}
.content.big::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #384f82;
  content: "";
  position: absolute;
  top: 27px;
  left: -27.5px;
}
.content.big::before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #384f82;
  content: "";
  position: absolute;
  top: 20px;
  left: -34px;
  background-color: #fff;
}
.year {
  background-color: #2cae66;
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  font-weight: bold;
  margin-right: 15px;
  line-height: 1;
}

/* 全体のスタイル */
body {
  margin: 0;
  overflow-x: hidden;
  background-color: #384f80;
}
body.news {
  background-color: #fff;
}

/* 横スクロールのコンテナ */
.area {
  overflow: hidden;
}

/* ラップ要素を横並びに */
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.area2 {
  display: none;
}

/* ラップ要素を横並びに */
.wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* 各ページのスタイル */
.item {
  height: 100vh;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  margin-top: 135px;
  position: relative;
  background-color: #fff;
}
.item.item1 {
  margin-top: 0;
}
/* ファーストビューの画像 */
.item1.mv img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.item1.mv .fv_logo {
  max-width: 125px;
  position: absolute;
  top: 30px;
  left: 40px;
  height: auto;
}
.item1.mv .fv_logo img {
  aspect-ratio: 125/150;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}

.p_front_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-inline: 53px;
  padding-top: 50px;
  position: relative;
}
.p_front_about-title {
position: absolute;
width: 64px;
left: 48px;
top: 54px;
z-index: 4;
}
@media (max-width : 768px) {
  .p_front_about-title {
    width: 38px;
    left: 24px;
    top: 20px;
    }
}

.mv_text {
  position: absolute;
  width: 399px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mv_text img {
  aspect-ratio: 1/1;
  height: 100% !important;
}

.mv_arrow {
  position: absolute;
  width: 105px;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mv_arrow img {
  aspect-ratio: 1/1;
  height: 100% !important;
}

.p_front_about_l {
  position: relative;
}
.p_front_about_l::before {
  content: "";
  background: url(../../assets/images/f_about5.png);
  width: 29.51388888888889vw;
  aspect-ratio: 425/535;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: -48px;
  transform: translateY(-48%);
}
@media (max-width : 1024px) {
  .p_front_about_l::before {
left: -12px;
}
}

.p_front_title {
  font-size: clamp(14px, 1.8055555556vw, 26px);
  color: #384f82;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  padding-block: 15px;
  border: 2px solid #384f82;
  padding-inline: 20px;
  position: relative;
  background-color: #fff;
  width: 63px;
}
.p_front_title::after {
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  width: 10px;
  height: 10px;
  z-index: 1;
}
.p_front_title::before {
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: -3px;
  width: 10px;
  height: 10px;
  z-index: 1;
}

.p_front_about_r {
  text-align: center;
  position: relative;
  width: 100%;
}
.p_front_about_r::after {
  content: "";
  background: url(../../assets/images/f_about6.png);
  width: 29.72222222222222vw;
  aspect-ratio: 428/537;
  background-size: cover;
  position: absolute;
  top: 51.5%;
  right: -8px;
  transform: translateY(-50%);
}
.p_front_about_heading {
  font-size: clamp(25px, 2.2222222222vw, 32px);
  color: #384f82;
  text-align: center;
  margin-top: -10px;
}

.p_front_about_text {
  margin-top: 20px;
  text-align: center;
  position: relative;
}
.p_front_about_text P {
  font-size: clamp(16px, 1.4583333333vw, 21px);
  color: #384f82;
  font-weight: 500;
  line-height: 1.5;
}
.p_front_about_text P:nth-of-type(n + 2) {
  margin-top: 16px;
}

.p_front_btn {
  margin-top: 22px;
}
.p_front_btn a {
  padding: 16px 40px;
  background-color: #384f82;
  color: #fff;
  display: inline-block;
  font-size: clamp(12px, 1.4583333333vw, 21px);
  border-radius: 19px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p_front_btn a:hover {
  opacity: 0.7;
}
.p_front_btn.business {
  text-align: center;
  position: relative;
  z-index: 2;
}
.p_front_btn.about {
  text-align: center;
  position: relative;
}

.p_front_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: 35px;
  padding-top: 50px;
}

.p_front_news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 59%;
  position: relative;
  justify-content: center;
  padding-left: 80px;
  padding-right: 20px;
}
@media (max-width : 768px) {
  .p_front_news {
padding-left: 40px;
padding-right: 12px;
}
}
.p_front_news.sp {
  display: none;
}
.p_front_news-title {
  position: absolute;
  width: 64px;
  left: 0;
  top: 0;
  z-index: 4;
  overflow: hidden;
  }
  @media (max-width : 768px) {
    .p_front_news-title {
      width: 38px;
      left: 0;
      top: 0;
      }
  }

.p_front_news_l {
  position: relative;
}
.p_front_news_r {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p_front_news_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 700px;
  justify-content: center;
}
@media (max-width : 1024px) {
  .p_front_news_items {
    flex-direction: column;
    max-width: 100%;
  }
}

.p_front_news_item {
  width: calc((100% - 35px) / 2);
}
@media (max-width : 1024px) {
    .p_front_news_item {
     width: 100%;
    }
}

.p_front_business {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  gap: 30px;
}
.p_front_business-title {
  position: absolute;
  width: 64px;
  left: 48px;
  top: 54px;
  z-index: 4;
  overflow: hidden;
  }
  @media (max-width : 768px) {
    .p_front_business-title {
      width: 38px;
      left: 24px;
      top: 12px;
      }
  }

.p_front_business_l {
  position: relative;
}

.p_front_business_r {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding-top: 7.7222222222vw;
  position: relative;
}
.p_front_business_r::after {
  content: "";
  background: url(../../assets/images/f_business2.webp);
  width: 170px;
  height: 159px;
  background-size: cover;
  position: absolute;
  bottom: -0.541667vw;
  left: -1.638889vw;
  z-index: 5;
}

@media (max-width: 767px) {
  .p_front_business_r {
    padding-top: 96px;
  }
  .p_front_business_r::after {
    content: "";
    background: url(../../assets/images/business_sp02.png);
    width: 80%;
    aspect-ratio: 271/154;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: -12px;
    top: -40px;
    left: auto;
    bottom: auto;
    z-index: 5;
  }
}
.p_front_business_r::before {
  content: "";
  background: url(../../assets/images/f_business3.webp);
  width: 168px;
  height: 163px;
  background-size: cover;
  position: absolute;
  bottom: 4.458333vw;
  right: -3.638889vw;
}
@media (max-width: 767px) {
  .p_front_business_r::before {
    content: "";
    background: url(../../assets/images/business_sp01.png);
    width: 98%;
    aspect-ratio: 306/162;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: -162px;
  }
}
.p_front_business_r_heading {
  font-size: clamp(18px, 1.7361111111vw, 25px);
  color: #384f82;
  text-align: center;
  position: relative;
  line-height: 1.75;
}
.p_front_business_r_heading::after {
  content: "";
  background: url(../../assets/images/f_business1.webp);
  width: 150px;
  height: 141px;
  background-size: cover;
  position: absolute;
  top: -8.541667vw;
  right: 2.361111vw;
}
.p_front4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-inline: 30px;
}

.p_front_industry {
  padding-left: 60px;
  width: 52%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58%;
  flex: 0 0 58%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.p_front_industry_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.p_front_industry_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.p_front_industry_item.item1 .p_front_industry_item_title::after {
  content: "";
  width: 28px;
  height: 28px;
  background-color: #ffff00;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.p_front_industry_item.item2 .p_front_industry_item_title::after {
  content: "";
  width: 22px;
  height: 22px;
  background-color: #ff6363;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.p_front_industry_item.item3 .p_front_industry_item_title::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  border-bottom: 23px solid #6ee89b;
  border-top: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.p_front_industry_item_img {
  max-width: 200px;
}
.p_front_industry_item_img img {
  aspect-ratio: 200/120;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width : 1024px) {
  .p_front_industry_item_img {
  max-width: 100px;
}
.p_front_industry_item_img img {
  aspect-ratio: 120/120;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
}

.p_front_industry_item_title {
  font-size: clamp(15px, 1.9444444444vw, 26px);
  color: #384f82;
  padding-left: 40px;
  position: relative;
}

.p_front_industry_item_heading {
  font-size: 14px;
  color: #3c3f43;
  margin-top: 15px;
}

.p_front_industry_item_text_wrap ul {
  margin-top: 15px;
}
.p_front_industry_item_text_wrap ul.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p_front_industry_item_text_wrap ul.flex li {
  width: 44%;
}
.p_front_industry_item_text_wrap ul li {
  font-size: 13px;
  color: #3c3f43;
  font-weight: 400;
  line-height: 1.5;
}

.p_front_magazine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  width: 48%;
  position: relative;
}
.p_front_magazine-title {
  position: absolute;
  width: 64px;
  left: 0;
  top: 12px;
  z-index: 4;
  overflow: hidden;
  }
  @media (max-width : 768px) {
    .p_front_magazine-title {
      width: 38px;
      left: 0;
      top: 0;
      }
  }

.p_front_magazine_l {
  position: relative;
}


.p_front_magazine_r {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  background: url(../../assets/images/magazine_bg.webp);
  padding-block: 20px 20px;
  background-size: cover;
}

.p_front_magazine_img {
  max-width: 214px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .p_front_magazine_img {
    max-width: 160px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .p_front_magazine_r::after {
    position: absolute;
    content: "";
    background: url(../../assets/images/news01.png);
    top: 50%;
    left: -20px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100px;
    aspect-ratio: 154/140;
  }
  .p_front_magazine_r::before {
    position: absolute;
    content: "";
    background: url(../../assets/images/news02.png);
    top: 10%;
    right: -24px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100px;
    aspect-ratio: 154/140;
  }
}
.p_front_magazine_img img {
  -o-object-fit: contain;
  object-fit: contain;
  box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.15);
}

.p_front_magazine_heading {
  font-size: 18px;
  color: #384f82;
  margin-top: 20px;
  text-align: center;
}

.p_front_magazine_text {
  font-size: 16px;
  font-weight: 400;
  color: #384f82;
  line-height: 1.3;
  margin-top: 10px;
  text-align: center;
}

.p_front_btn.magazine {
  text-align: center;
  margin-top: 5px;
}

.p_front5 {
  padding-inline: 60px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  padding-top: 50px;
}

.p_front_contact {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p_front_contact-title {
  position: absolute;
  width: 64px;
  left: 0;
  top: 0;
  z-index: 4;
  overflow: hidden;
  }
  @media (max-width : 768px) {
    .p_front_contact-title {
      width: 38px;
      left: 0;
      top: 0;
      }
  }

.p_front_contact_r_wrap {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
@media (max-width : 1024px) {
  .p_front_contact_r_wrap {
    padding-top: 0px;
  }
}

@media (max-width : 480px) {
  .p_front_contact_r_wrap {
    padding-top: 48px;
  }
}

.p_front_contact_l {
  position: relative;
}

.p_front_contact_r {
  background: url(../../assets/images/contact_bg.webp);
  padding-block: 30px;
  background-size: cover;
  position: relative;
  margin-left: 20px;
}

@media (max-width: 480px) {
  .p_front_contact_r {
    position: relative;
  }
  .p_front_contact_r::before {
    content: "";
    position: absolute;
    background: url(../../assets/images/contact_sp01.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 60px;
    aspect-ratio: 88/59;
    top: -25px;
    left: 60px;
    z-index: 3;
  }
  .p_front_contact_r::after {
    content: "";
    position: absolute;
    background: url(../../assets/images/contact_sp02.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 64px;
    aspect-ratio: 113/71;
    bottom: -20px;
    right: 30px;
    z-index: 3;
  }
}

.p_front_contact_r_title {
  font-size: clamp(14px, 1.3888888889vw, 20px);
  color: #323232;
  line-height: 1.5;
  text-align: center;
}

.p_front_contact_btn {
  max-width: 369px;
  margin: 30px auto 0;
}
.p_front_contact_btn a {
  font-size: clamp(14px, 1.8055555556vw, 26px);
  color: #384f82;
  padding-left: 80px;
  padding-block: 26px;
  background-color: #fff;
  display: block;
  width: 100%;
  border-radius: 22px;
  border: 3px solid #384f82;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p_front_contact_btn a:hover {
  background-color: #384f82;
  color: #fff;
}
.p_front_contact_btn a::after {
  content: "";
  width: 49px;
  height: 40px;
  background: url(../../assets/images/contact_icon.webp);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
}

.p_front_contact_text {
  font-size: clamp(13px, 1.3194444444vw, 19px);
  color: #323232;
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
  line-height: 1.5;
}
.p_front_contact_text span {
  padding-bottom: 5px;
  border-bottom: 1px solid #323232;
}

.p_contact_address_wrap {
  margin-top: 30px;
  text-align: center;
}

.p_contact_address_name {
  font-size: 19px;
  color: #384f82;
}

.p_contact_address {
  font-size: 14px;
  font-weight: 400;
  color: #384f82;
  margin-top: 20px;
}

.p_front_kihu {
  width: 50%;
  position: relative;
}
.p_front_kihu::after {
  content: "";
  width: 1.5px;
  height: 440px;
  background-color: #384f82;
  position: absolute;
  top: 0;
  left: -10px;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.p_front_kihu::before {
  content: "";
  width: 1.5px;
  height: 440px;
  background-color: #384f82;
  position: absolute;
  top: 0;
  left: -21px;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

.p_front_kihu_top {
  padding-block: 60px;
  background: url(../../assets/images/kihu_bg.webp);
  background-size: cover;
}
@media (max-width: 480px) {
  .p_front_kihu_top {
    padding-block: 80px;
    background: url(../../assets/images/kihu_bg_sp.png);
    background-size: cover;
    width: 100%;
    height: 300px;
  }
}
.p_front_kihu_top_heading {
  font-size: clamp(18px, 1.3888888889vw, 20px);
  color: #384f82;
  line-height: 1.5;
  text-align: center;
}
@media (max-width : 768px) {
  .p_front_kihu_top_heading {
    margin-top: -32px;
  }
}

.p_front_kihu_top_btn {
  max-width: 295px;
  margin: 33px auto 0;
}
.p_front_kihu_top_btn a {
  text-align: center;
  font-size: clamp(16px, 1.8055555556vw, 26px);
  color: #384f82;
  background-color: #fff;
  border: 3px solid #384f82;
  display: block;
  width: 100%;
  padding-block: 20px;
  border-radius: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p_front_kihu_top_btn a:hover {
  background-color: #384f82;
  color: #fff;
}

.p_front_kihu_nav {
  width: 80%;
  margin: 20px auto 0;
}
.p_front_kihu_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 15px;
}
.p_front_kihu_nav ul li {
  width: calc((100% - 27px) / 2);
}
.p_front_kihu_nav ul li a {
  font-size: clamp(12px, 1.3888888889vw, 20px);
  color: #323232;
  padding-left: 30px;
  display: block;
  position: relative;
}
.p_front_kihu_nav ul li a::after {
  content: "";
  background: url(../../assets/images/about_link.webp);
  width: 22px;
  height: 22px;
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.p_front_copy {
  font-size: 14px;
  color: #323232;
  margin-top: 40px;
  text-align: right;
  padding-right: 30px;
}

/* バーコンテナ：画面中央に固定、コンテナ高さは tall 状態の高さ 40px */
.barContainer {
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 15px; /* 各バーの間の余白15px */
  height: 40px; /* tall 時の高さ */
}

/* 各バー：幅1px、コンテナの高さに合わせる */
.bar {
  width: 1px;
  height: 100%;
  background-color: #384f82;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}

/* ===============================================
# fvの文字
=============================================== */
.mv {
  position: relative;
}

.shape-container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 332px;
  height: 346px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

svg {
  width: 100%;
  height: 100%;
  display: block;
}

.slick-next {
  font-size: 0;
  right: 4%;
  position: absolute;
  bottom: 11%;
  display: block;
  width: 56px;
  height: 56px;
  padding: 0;
  cursor: pointer;
  outline: none;
  background: transparent;
  opacity: 1;
  top: 81%;
}

.slick-next:before {
  content: " ";
  background: url(../../assets/images/mv_arrow.png);
  width: 56px;
  height: 56px;
  background-size: cover;
  display: block;
  opacity: 1;
}

.slick-prev {
  font-size: 0;
  left: 4%;
  position: absolute;
  bottom: 11%;
  display: block;
  width: 56px;
  height: 56px;
  padding: 0;
  cursor: pointer;
  outline: none;
  background: transparent;
  opacity: 1;
  top: 81%;
  z-index: 10;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}

.slick-prev:before {
  content: "";
  background: url(../../assets/images/mv_arrow.png);
  width: 56px;
  height: 56px;
  background-size: cover;
  display: block;
  opacity: 1;
}

.slick-disabled {
  opacity: 0 !important;
}

.p_info_wrap {
  margin-top: 30px;
}

.p_info_heading {
  font-size: 22px;
  font-weight: bold;
  color: #384f82;
  margin-top: 40px;
  display: block;
}
.p_info_heading.under {
  text-decoration: underline;
}

.p_info_item {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.7;
  display: block;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .sub_mv {
    margin-top: 96px;
  }
  .l_header_wrap.news {
    padding-block: 20px 20px;
  }
  .l_header_nav {
    display: none;
  }
  .drawer_nav {
    display: block;
  }
  .p_business_content_inner {
    padding-inline: 24px;
  }
  .p_kihu {
    margin-top: 14.333333vw;
    padding-top: 30px;
  }
  .clip_path.page.contact {
    top: 22px;
  }
  .p_kihu_inner {
    padding-inline: 15px;
  }
  .p_contact {
    margin-top: 14.333333vw;
    padding-bottom: 100px;
    background-color: #fff;
    padding-top: 30px;
  }
  .p_news {
    padding-top: 16.111111vw;
  }
  .p_about_wrap_item.text_r::after {
    top: -34.069444vw;
    left: auto;
    background-size: cover;
    right: -240px;
  }
  .content::after {
    left: -22px;
  }
  .area {
    display: none;
  }
  .area2 {
    display: block;
  }
  .item {
    margin-top: 100px;
  }
  .p_front_about {
    padding-top: 40px;
  }
  .p_front_about_r::after {
    right: -24px;
  }
  .p_front_3 {
    display: block;
    padding-top: 40px;
  }
  .p_front_news {
    width: 100%;
    justify-content: center;
  }
  .p_front4 {
    display: block;
    padding-top: 0px;
  }
  .p_front_industry {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p_front_magazine {
    width: 100%;
    padding-inline: 15px;
    gap: 5px;
  }
  .p_front5 {
    padding-top: 40px;
  }
  .p_front_contact {
    width: 100%;
  }
  .p_front_kihu {
    width: 100%;
  }
  .slick-next {
    font-size: 0;
    right: 18%;
    position: absolute;
    bottom: 8%;
    display: block;
    width: 56px;
    height: 56px;
    padding: 0;
    cursor: pointer;
    outline: none;
    background: transparent;
    opacity: 1;
  }

  .slick-next:before {
    content: " ";
    background: url(../../assets/images/mv_arrow.png);
    width: 56px;
    height: 56px;
    background-size: cover;
    display: block;
    opacity: 1;
  }
  .slick-prev {
    font-size: 0;
    left: 18%;
    position: absolute;
    bottom: 8%;
    display: block;
    width: 56px;
    height: 56px;
    padding: 0;
    cursor: pointer;
    outline: none;
    background: transparent;
    opacity: 1;
    z-index: 10;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
  }

  .slick-prev::before {
    content: "";
    background: url(../../assets/images/mv_arrow.png);
    width: 56px;
    height: 56px;
    background-size: cover;
    display: block;
    opacity: 1;
  }
}

@media screen and (max-width: 480px) {
  .sub_mv {
    margin-top: 0;
    z-index: -1;
  }
  .p_kihu {
    margin-top: 29.333333vw;
    padding-top: 12vw;
  }
  .p_contact {
    padding-top: 33vw !important;
  }
  .p_news.single {
    margin-top: 22vw;
  }
  .item {
    margin-top: 29.805556vw;
  }
  .p_front_about {
    padding-top: 50px;
  }
  .p_front_about_l::before {
    display: none;
  }
  .p_front_about_r::after {
    background: url(../../assets/images/f_business1.webp);
    background-size: cover;
    width: 79px !important;
    height: 71px !important;
    top: 30%;
    left: auto;
    right: 10px;
    z-index: 0;
  }
  .p_front_about_r::before {
    content: "";
    position: absolute;
    background: url(../../assets/images/f_business3.webp);
    background-size: cover;
    width: 105px !important;
    height: 104px !important;
    top: 80%;
    left: 0;
    bottom: auto !important;
    z-index: 0;
  }
  .p_front_3 {
    padding-top: 20px;
  }
  .p_front_business_r_heading::after {
    display: none;
  }
  .p_front4 {
    padding-inline: 15px;
    padding-top: 20px;
  }
  .p_front_industry {
    padding-inline: 0;
  }
  .p_front_industry_item {
    gap: 16px;
  }
  .p_front_industry_item_img {
    max-width: 97px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
  }
  .p_front_industry_item.item1 .p_front_industry_item_img {
    width: 97px;
    height: 90px;
    border-radius: 20px;
    overflow: hidden;
  }
  .p_front_industry_item.item1 .p_front_industry_item_img img {
    width: 97px;
    height: 90px;
    scale: 1.1;
    object-fit: cover;
  }
  .p_front_industry_item.item2 .p_front_industry_item_img {
    width: 97px;
    height: 125px;
    border-radius: 20px;
    overflow: hidden;
  }
  .p_front_industry_item.item2 .p_front_industry_item_img img {
    width: 97px;
    height: 125px;
    object-fit: cover;
  }
  .p_front_industry_item.item3 .p_front_industry_item_img {
    width: 97px;
    height: 125px;
    border-radius: 20px;
    overflow: hidden;
  }
  .p_front_industry_item.item3 .p_front_industry_item_img img {
    width: 97px;
    height: 125px;
    object-fit: cover;
  }
  .p_front_industry_item_heading {
    margin-top: 10px;
  }
  .p_front_industry_item_text_wrap ul {
    margin-top: 10px;
  }
  .p_front_news_r {
    padding-top: 40px;
  }
  .p_front5 {
    padding-top: 20px;
    margin-top: 0;
  }
  .p_front_kihu::after {
    left: 3px !important;
  }
  .p_front_kihu::before {
    left: 10px !important;
  }
  .p_front_kihu_nav ul {
    width: 90% !important;
  }
  .shape-container {
    width: 226px;
    height: 217px;
  }
  .slick-next {
    right: 9%;
    width: 40px;
    height: 40px;
    top: 74%;
  }
  .slick-next:before {
    width: 40px;
    height: 40px;
  }
  .slick-prev {
    left: 9%;
    width: 40px;
    height: 40px;
    top: 74%;
  }
  .slick-prev:before {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 780px) {
  .sub_mv .sub_mv_img img {
    aspect-ratio: 375/550;
    -webkit-clip-path: polygon(50% 0%, -590% 100%, 653% 100%);
    clip-path: polygon(50% 0%, -590% 100%, 653% 100%);
  }
  .sub_mv .mv_title {
    bottom: 57px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .l_header_inner {
    padding-inline: 20px;
  }
  .l_header_wrap {
    gap: 70px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .l_header_logo {
    max-width: 134px;
  }
  .l_header_logo img {
    aspect-ratio: 134/39;
  }
  .drawer_nav {
    top: 30px;
    right: 20px;
  }
  .sp_recruit {
    display: block;
    margin-top: 20px;
  }
  .sp_recruit a {
    font-size: 1.5rem;
    color: #384f82;
    background-color: #ffc8cc;
    position: relative;
    padding: 10px 46px;
    border-radius: 20px;
  }
  .sp_recruit a::after {
    content: "";
    position: absolute;
    width: 13px;
    height: 15px;
    background: url(../../assets/images/recruit_icon.webp);
    background-size: cover;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 21px;
  }
  .p_business_content {
    padding-top: 30px;
    z-index: -1;
  }
  .p_business_content_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .p_business_item_heading {
    padding-block: 12px;
  }
  .p_business_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p_business_item_img {
    margin: 0 auto;
  }
  .p_business_item_img.none {
    display: none;
  }
  .p_business_item_title::after {
    left: 0;
  }
  .p_business_item_title {
    padding-left: 37px;
  }
  .p_business_map {
    padding-inline: 15px;
  }
  .clip_path.page.contact {
    top: 1px !important;
  }
  .clip_path5 {
    left: 0;
    top: 60px;
  }
  .p_contact {
    padding-top: 8vw;
  }
  .contact_inner {
    padding-inline: 15px;
  }
  .p_news {
    padding-top: 43.111111vw;
  }
  .p_news_inner {
    margin-left: 0;
    padding-inline: 15px;
  }
  .p_news_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .p_news_heading {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
  .p_news_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p_news_item {
    width: 100%;
  }
  .p_news_title {
    margin-top: 10px;
    line-height: 1.2;
  }
  .p_about_links:nth-of-type(n + 2) {
    padding-top: 20px;
  }
  .p_about_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-inline: 15px;
    margin: 0 auto 0;
    padding-top: 40px;
  }
  .p_about_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p_about_heading {
    padding: 16px 25px;
  }
  .p_about_text {
    padding-inline: 24px;
    text-align: left;
    margin-top: 30px;
  }
  .p_about_text p:nth-of-type(n + 2) {
    margin-top: 30px;
  }
  .p_about_img {
    margin-top: 50px;
  }
  .p_about_img img {
    aspect-ratio: 375/240;
  }
  .p_about_wrap_items {
    padding-inline: 15px;
  }
  .p_about_wrap_item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .p_about_wrap_item_text {
    margin-top: 20px;
  }
  .p_about_wrap_item.text_r::after {
    display: none;
  }
  .timeline {
    width: 92%;
  }
  .timeline::before {
    height: 99%;
  }
  .content {
    width: 100%;
    gap: 0;
  }
  .content::after {
    left: 1px !important;
  }
  .content.big::after {
    top: 21px;
    left: -2.5px !important;
  }
  .content.big::before {
    top: 14px;
    left: -9px;
  }
  .year {
    padding: 4px 11px;
    margin-right: 10px;
  }
  .item1.mv .fv_logo {
    max-width: 131px;
    top: 20px;
    left: 20px;
  }
  .item1.mv .fv_logo img {
    aspect-ratio: 131/38;
  }
  .p_front_about {
    padding-inline: 15px;
    gap: 0 !important;
  }
  .mv_text {
    max-width: 226px;
    width: 100%;
  }
  .mv_arrow {
    width: 56px;
    height: 56px;
    top: 20px;
    -webkit-transform: none;
    transform: none;
  }
  .p_front_about_l::after {
    background: url(../../assets/images/f_about1_sp.webp);
    background-size: cover;
    width: 236px;
    height: 132px;
    top: 23.458333vw;
    right: -11.430556vw;
    z-index: -1;
  }
  .p_front_title {
    width: 50px;
  }
  .p_front_title::after {
    width: 5px;
    height: 5px;
  }
  .p_front_title::before {
    width: 5px;
    height: 5px;
  }
  .p_front_about_heading {
    text-align: center;
    line-height: 2;
    position: relative;
  }
  .p_front_about_heading::after {
    content: "";
    background: url(../../assets/images/f_about_bg_sp.webp);
    width: 111px;
    height: 110px;
    background-size: cover;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: -1;
  }
  .p_front_about_text {
    text-align: center;
  }
  .p_front_btn {
    margin-top: 0;
  }
  .p_front_btn a {
    padding-block: 10px;
    padding-inline: 16px;
    font-size: 15px;
  }
  .p_front_btn.about {
    width: 100%;
    text-align: center;
  }
  .p_front_3 {
    padding-inline: 15px;
    margin-top: 0;
  }
  .p_front_news.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_front_news_l::after {
    display: none;
  }
  .p_front_news_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .p_front_news_item {
    width: 100%;
  }
  .p_front_business {
    width: 100%;
    padding-inline: 15px;
    gap: 0;
  }
  .p_front_business_l::after {
    display: none;
  }
  .p_front_business_r_heading::after {
    width: 123px;
    height: 116px;
    background-size: cover;
    position: absolute;
    top: -9.541667vw;
    right: 2.361111vw;
  }
  .p_front_industry_items {
    margin-top: 12px;
    gap: 16px;
  }
  .p_front_industry_item_heading {
    font-size: 11px;
  }
  .p_front_industry_item_text_wrap ul.flex li {
    width: 100%;
  }
  .p_front_magazine_l::after {
    display: none;
  }
  .p_front_magazine_r {
    padding-top: 15px;
    padding-inline: 25px;
    padding-bottom: 40px;
  }
  .p_front_magazine_text {
    font-size: 14px;
  }
  .p_front_magazine {
    padding-inline: 0;
  }
  .p_front5 {
    padding-inline: 15px;
  }
  .p_front_contact_l::after {
    display: none;
  }
  .p_front_contact_btn {
    width: 86%;
  }
  .p_front_contact_btn a {
    padding-block: 14px;
    padding-inline: 67px 16px;
    width: fit-content;
    margin: 0 auto;
  }
  .p_front_contact_btn a::after {
    width: 38px;
    height: 31px;
  }
  .p_front_kihu::after {
    display: none;
  }
  .p_front_kihu::before {
    display: none;
  }
  .p_front_kihu_top {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .p_front_kihu_top_btn {
    margin-top: 32px;
  }
  .p_front_kihu_top_btn a {
    padding-block: 15px;
  }
  .p_front_kihu_nav {
    width: 95%;
  }
  .p_front_kihu_nav ul {
    gap: 0;
    row-gap: 15px;
    width: 80%;
    margin: 20px auto 0;
  }
  .p_front_kihu_nav ul li {
    width: calc((100% - 7px) / 2);
  }
  .p_front_kihu_nav ul li a {
    padding-left: 18px;
  }
  .p_front_kihu_nav ul li a::after {
    width: 13px;
    height: 13px;
  }
  .barContainer {
    height: 16px;
    gap: 8px;
  }
}

@media screen and (min-width: 1500px) {
  .clip_path {
    top: -50px;
  }
  .clip_path2 {
    top: -170px;
  }
  .clip_path3 {
    top: -170px;
  }
  .item {
    padding-top: 100px;
  }
  .item1 {
    padding-top: 0;
  }
}

@media screen and (max-width: 425px) {
  .content.big::before {
    top: 14px;
    left: -19px !important;
  }
  .content.big::after {
    top: 21px;
    left: -12.5px !important;
  }
  .content::after {
    left: -5px !important;
  }
}

@media screen and (min-width: 1600px) {
  .p_front_about_r::before {
    bottom: -10.444444vw;
  }
  .p_front_business_r_heading::after {
    top: -7.541667vw;
    right: 5.361111vw;
  }
  .p_front_business_r::after {
    bottom: 4.458333vw;
    left: -0.638889vw;
  }
  .p_front_business_r::before {
    bottom: 5.458333vw;
    right: 2.361111vw;
  }
  .p_front_kihu_top {
    padding-block: 120px;
  }
}
/*# sourceMappingURL=style.css.map */
