@keyframes tab-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: 1;
  }
}
@keyframes tab-fade-in {
  0% {
    display: block;
  }
  0.0001% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 1;
  }
}
.g-container {
  padding-bottom: 0;
}

.p-headingLv2 {
  font-size: 40px;
  line-height: 1.25;
}

.p-headingDescription {
  font-size: 16px;
  line-height: 2;
}

.p-headingLv3 {
  position: relative;
  padding: 0 0 25px 16px;
  font-size: 34px;
  line-height: 1.470588235;
}
.p-headingLv3:before {
  position: absolute;
  top: 4px;
  bottom: 27px;
  left: 0;
  display: block;
  content: "";
  width: 4px;
  border-radius: 2px;
  background: linear-gradient(to top, #01a1eb 0%, #0066bd 100%);
}
.p-headingLv3:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  height: 2px;
  background-color: #e1e6ed;
}

@media only screen and (min-width: 768px) {
  /*! Large only */
  .p-headingUnit {
    display: flex;
  }
  .p-headingUnit .p-headingLv2 {
    margin: 5px 64px 0 0;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .p-headingLv2 {
    font-size: 24px;
    line-height: 1.214285714;
  }
  .p-headingLv3 {
    padding: 0 0 8px 14px;
    font-size: 24px;
  }
  .p-headingLv3:before {
    top: 0;
    bottom: 9px;
  }
  .p-headingUnit .p-headingLv2 {
    margin-bottom: 15px;
  }
}
.p-listWithThumb {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 0;
}
.p-listWithThumb.p-listWithThumb-large {
  padding-top: 42px;
}

.p-listWithThumb_list {
  position: relative;
  z-index: 1;
  order: 2;
  display: inline-flex;
  flex-direction: column;
  margin: -20px 5% 0;
  padding: 5.7142857143% 10% 10%;
  width: auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(43, 81, 120, 0.08);
}
.p-listWithThumb-large .p-listWithThumb_list {
  margin: 0 0 0 auto;
  padding: 2.6666666667% 4.6666666667% 4.6666666667%;
  width: calc((100% - 36px) / 2);
}
.p-listWithThumb-reverse .p-listWithThumb_list {
  margin: 0 auto 0 0;
}
.p-listWithThumb_list .c-link-list {
  margin-bottom: 40px;
}
.p-listWithThumb_list .c-link-list_item a {
  border-top: none;
  font-size: 16px;
  font-weight: bold;
}
.p-listWithThumb_list .p-listWithThumb_button {
  margin: auto auto 0;
  max-width: 320px;
  width: 100%;
}

.p-listWithThumb_thumb {
  order: 1;
  width: auto;
  border-radius: 10px;
  overflow: hidden;
}
.p-listWithThumb_thumb img {
  display: block;
  width: 100%;
  height: auto;
}
.p-listWithThumb-large .p-listWithThumb_thumb {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 65.6666666667%;
}
.p-listWithThumb-reverse .p-listWithThumb_thumb {
  left: auto;
  right: 0;
}

@media only screen and (min-width: 768px) {
  .p-listWithThumb_list .c-link-list_item a {
    padding: 24px 40px 24px 8px;
  }
}
@media only screen and (max-width: 767px) {
  .p-listWithThumb.p-listWithThumb-large {
    padding-top: 0;
  }
  .p-listWithThumb_list {
    position: relative;
    z-index: 1;
    margin: -5.3333333333vw 8px 0;
    padding: 16px 16px 32px;
  }
  .p-listWithThumb-large .p-listWithThumb_list {
    margin: -5.3333333333vw 8px 0;
    padding: 16px 16px 32px;
    width: inherit;
  }
  .p-listWithThumb-reverse .p-listWithThumb_list {
    margin: -5.3333333333vw 8px 0;
    padding: 16px 16px 32px;
  }
  .p-listWithThumb_list .c-link-list {
    margin-bottom: 32px;
  }
  .p-listWithThumb-large .p-listWithThumb_thumb {
    display: block;
    position: inherit;
    top: inherit;
    left: inherit;
    width: inherit;
  }
  .p-listWithThumb-reverse .p-listWithThumb_thumb {
    left: inherit;
    right: inherit;
  }
}

.p-listWithThumb_list .c-link-list_item--withSubmenu {
  /* padding-bottom: 24px; */
  border-bottom: 1px solid #C5CEDB;
}
.p-listWithThumb_list .c-link-list_item--withSubmenu > a {
  border-bottom: none;
}
.p-listWithThumb_list .c-link-list_item--withSubmenu .c-card_linkList a {
  display: inline-block;
  padding: 0;
  border-bottom: 0;
  font-weight: normal;
  line-height: 2;
}
.p-listWithThumb_list .c-link-list_item--withSubmenu .c-card_linkList a:hover {
  background-color: transparent;
}
.p-listWithThumb_list .c-link-list_item--withSubmenu > .icon-toggle {
	position: relative;
}
.p-listWithThumb_list .c-link-list_item--withSubmenu > .icon-toggle::before,
.p-listWithThumb_list .c-link-list_item--withSubmenu > .icon-toggle::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #2B73BA;
	position: absolute;
	right: 8px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.p-listWithThumb_list .c-link-list_item--withSubmenu > .icon-toggle::before {
	transform: translateY(-50%) rotate(90deg);

}
.p-listWithThumb_list .c-link-list_item--withSubmenu > .icon-toggle.is-open::before {
	display: none;
}

.p-listWithThumb_list .c-link-list_item--withSubmenu > .toggleArea {
  margin-top: 0;
  margin-bottom: 30px;
  padding: 0 8px;
}
.p-listWithThumb_list .c-link-list_item--withSubmenu > .js_toggleArea {
  display: none;
}


.p-emergencyStrong {
  padding: 48px 0;
  border-top: 1px solid #edf0f5;
  background-color: #fff;
}
.p-emergencyStrong.c-headingLv3 {
  font-size: 24px;
}
.p-emergencyStrong.c-link-list {
  margin-top: 24px;
}
.p-emergencyStrong.c-link-list_item {
  width: 270px;
}

.p-emergencyWeak {
  margin-top: 32px;
  padding: 24px;
  text-align: center;
  border: 1px solid #232933;
  background-color: #fff;
}
.p-emergencyWeak .c-textLink {
  font-weight: 700;
  color: #232933;
}
.p-emergencyWeak-red {
  border-color: #c00;
}
.p-emergencyWeak-red .c-textLink {
  color: #c00;
}

@media only screen and (max-width: 767px) {
  /*! Small only */
  .p-emergencyStrong {
    padding: 32px 0;
  }
  .p-emergencyStrong .c-text {
    margin-top: 16px;
  }
  .p-emergencyStrong .c-link-list {
    margin-top: 16px;
  }
  .p-emergencyStrong .c-link-list_item {
    width: 100%;
  }
  .p-emergencyWeak {
    padding: 16px;
  }
  .p-emergencyWeak .c-textLink {
    line-height: 1.3;
    text-align: left;
  }
}
.p-carousel2023 {
  position: relative;
  height: 44.53125vw;
  min-height: 400px;
  max-height: calc(100vh - 160px);
}
.p-carousel2023 :focus {
  outline-width: 1px;
  outline-style: solid;
  outline-color: #fff;
}
.p-carousel2023 :focus:not(:focus-visible) {
  outline: 0;
}
.p-carousel2023 :focus-visible {
  outline-width: 1px;
  outline-style: solid;
  outline-color: #fff;
}
.p-carousel2023 .js-focus-visible :focus:not(.focus-visible) {
  outline: 0;
}
.p-carousel2023 .js-focus-visible .focus-visible {
  outline-width: 1px;
  outline-style: solid;
  outline-color: #fff;
}

.p-carousel2023_body {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.p-carousel2023_main {
  position: relative;
  top: 0;
  left: 0;
}
.p-carousel2023_main:after, .p-carousel2023_main:before {
  display: table;
  content: "";
}
.p-carousel2023_main:after {
  clear: both;
}

.p-carousel2023_item {
  float: left;
  height: 100%;
  min-height: 1px;
  margin-top: 0;
  background-color: #fff;
}
.p-carousel2023_item > a, .p-carousel2023_item > span {
  display: block;
}

.p-carousel2023_footer {
  text-align: center;
}

.p-carousel2023_arrow {
  position: absolute;
  line-height: 0;
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  vertical-align: middle;
}
.p-carousel2023_arrow > a {
  display: block;
  width: 64px;
  height: 64px;
  padding: 20px;
  box-shadow: 0 0 4px rgba(35, 41, 51, 0.1);
}
.p-carousel2023_arrow > a img {
  width: 100%;
  height: auto;
}
.p-carousel2023_arrow-prev {
  top: calc(50% - 32px);
  left: 0;
  border-radius: 0 4px 4px 0;
}
.p-carousel2023_arrow-next {
  top: calc(50% - 32px);
  right: 0;
  border-radius: 4px 0 0 4px;
}

.p-carousel2023_controler {
  position: absolute;
  left: 50%;
  bottom: 32px;
  z-index: 1;
  transform: translateX(-50%);
}

.p-carousel2023_dots {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.p-carousel2023_dot {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  padding: 8px;
  vertical-align: middle;
}
.p-carousel2023_dot a {
  line-height: 0;
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  color: #fff;
}
.p-carousel2023_dot a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: auto;
  content: "";
  border-radius: 100%;
  border: 1px solid #fff;
  background-color: #c5cedb;
  transition: background-color 0.2s;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15);
}
.p-carousel2023_dot a:before {
  width: 16px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0);
}
.p-carousel2023_dot a:hover {
  opacity: 1;
}
.p-carousel2023_dot a:hover:before {
  background-color: #fff;
}

.p-carousel2023_dot.dot-active > a {
  color: #fff;
}
.p-carousel2023_dot.dot-active > a:before {
  background-color: #fff;
}

.p-carousel2023_pause {
  font-size: 0;
  position: relative;
  width: 26px;
  height: 32px;
  padding: 8px;
  vertical-align: middle;
}
.p-carousel2023_pause:after, .p-carousel2023_pause:before {
  position: absolute;
  top: 8px;
  bottom: 8px;
  display: block;
  width: 0;
  content: "";
  border-left: 3px solid #fff;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.15);
  opacity: 1;
  transition: opacity 0.2s;
}
.p-carousel2023_pause:before {
  left: 8px;
}
.p-carousel2023_pause:after {
  right: 8px;
}
.p-carousel2023_pause:hover:after, .p-carousel2023_pause:hover:before {
  opacity: 0.7;
}

.p-carousel2023_pause.pause-active {
  transform: rotateZ(270deg);
  opacity: 1;
  background-image: url(/assets/img/icons/dark/ic_tri_down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 40px;
}
.p-carousel2023_pause.pause-active:after, .p-carousel2023_pause.pause-active:before {
  display: none;
}

.p-carousel2023[data-js-vi=fade] .p-carousel2023_item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: auto;
}
.p-carousel2023[data-js-vi=fade] .p-carousel2023_item.is-active {
  position: static;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin-top: 0;
}

.p-keyVisual2023_main {
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 100px;
  color: #fff;
}

.p-keyVisual2023_image {
  position: relative;
  width: 100%;
  height: 44.53125vw;
  min-height: 400px;
  max-height: calc(100vh - 160px);
  overflow: hidden;
}
.p-keyVisual2023_image img {
  aspect-ratio: 1920/855;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.25s ease-in;
}

.p-keyVisual2023_catch {
  font-family: Roboto, "Noto Sans JP", Meiryo, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  text-align: right;
}

.p-keyVisual2023_icon {
  display: inline-block;
  margin-left: 0.35em;
  width: 1em;
  height: 1em;
  overflow: hidden;
  line-height: 1;
  vertical-align: -5px;
}
.p-keyVisual2023_icon img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .u-icon-slide-right:hover .p-keyVisual2023_image img {
    transform: scale(1.04);
    transition: transform 0.25s ease-out;
  }
  .u-icon-slide-right:hover .p-keyVisual2023_icon img {
    animation: slide-right-bl 0.3s cubic-bezier(0.37, 0, 0.63, 1);
    --size: 54px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1420px) {
  .p-keyVisual2023_main {
    padding: 0 48px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1296px) {
  .p-carousel2023_arrow > a {
    width: 48px;
    height: 48px;
    padding: 15px;
  }
  .p-carousel2023_arrow-prev {
    top: calc(50% - 24px);
  }
  .p-carousel2023_arrow-next {
    top: calc(50% - 24px);
  }
}
@media only screen and (max-width: 767px) {
  .p-carousel2023 {
    position: relative;
    height: auto;
    max-height: calc(100vh - 64px);
  }
  .p-carousel2023_footer {
    position: absolute;
    top: 400px;
    right: 0;
    left: 0;
  }
  .p-carousel2023_arrow > a {
    width: 24px;
    height: 32px;
    padding: 10px 6px;
  }
  .p-carousel2023_arrow-prev {
    top: calc(50% - 53.3333333333vw - 36px);
  }
  .p-carousel2023_arrow-next {
    top: calc(50% - 53.3333333333vw - 36px);
  }
  .p-carousel2023_controler {
    bottom: -36px;
  }
  .p-carousel2023_dot {
    padding: 7px;
  }
  .p-carousel2023_dot a {
    width: 10px;
    height: 10px;
    color: #A5ACB8;
  }
  .p-carousel2023_dot a:before {
    width: 10px;
    height: 10px;
    border: 1px solid #A5ACB8;
    background-color: #c5cedb;
    box-shadow: none;
  }
  .p-carousel2023_dot a:before {
    width: 10px;
    height: 10px;
    background-color: rgba(165, 172, 184, 0);
  }
  .p-carousel2023_dot a:hover:before {
    background-color: #A5ACB8;
  }
  .p-carousel2023_dot.dot-active > a {
    color: #A5ACB8;
  }
  .p-carousel2023_dot.dot-active > a:before {
    background-color: #A5ACB8;
  }
  .p-carousel2023_pause {
    width: 24px;
    height: 24px;
    padding: 7px;
  }
  .p-carousel2023_pause:after, .p-carousel2023_pause:before {
    top: 7px;
    bottom: 7px;
    opacity: 1;
    border-left: 3px solid #A5ACB8;
    box-shadow: none;
  }
  .p-carousel2023_pause:hover:after, .p-carousel2023_pause:hover:before {
    opacity: 1;
  }
  .p-carousel2023_pause.pause-active {
    background-image: url(/assets2023/img/icons/gray/ic_tri_down.svg);
    background-size: auto 32px;
  }
  .p-keyVisual2023_main {
    position: relative;
    bottom: auto;
    width: 100%;
    padding: 0;
  }
  .p-keyVisual2023_image {
    position: relative;
    height: 106.6666666667vw;
    overflow: hidden;
  }
  .p-keyVisual2023_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .p-keyVisual2023_catch {
    position: absolute;
    bottom: 100%;
    padding: 0 16px 24px;
    width: 100%;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
  }
  .p-keyVisual2023_icon {
    vertical-align: -2px;
  }
  .p-carousel2023_footer {
    top: 100%;
  }
}
.p-mainContents {
  position: relative;
  border-top: none;
}

.p-newsArea {
  padding-top: 80px;
}
.p-emergencyWeak + .p-newsArea {
  margin-top: 32px;
}

.p-newsArea_title {
  margin-bottom: 64px;
}

.p-newsArea_tabTriggers {
  display: flex;
  justify-content: space-between;
  margin-bottom: 52px;
  width: 100%;
}

.p-tab_trigger {
  display: block;
  padding: 25px 15px;
  width: calc((100% - 12px) / 4);
  background-color: #edf0f5;
  border-radius: 4px;
  color: #2B73BA;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
.p-tab_trigger:hover {
  background-color: #2B73BA;
  color: #fff;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.p-tab_trigger.tab_trigger-active {
  background-color: #2B73BA;
  color: #fff;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

.p-newsArea_tabContents {
  position: relative;
  overflow: hidden;
}

.p-newsArea_tabContent {
  position: relative;
  z-index: 1;
  opacity: 0;
  display: none;
  float: left;
  width: 100%;
}
.p-newsArea_tabContent.tab_content-open {
  display: block;
  animation-name: tab-fade-in;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
  animation-delay: 0;
}

.p-newsArea_button {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 320px;
}

@media screen and (min-width: 820px) and (max-width: 959px) {
  .p-tab_trigger {
    padding: 20px 10px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 819px) {
  .p-tab_trigger {
    padding: 16px 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .p-newsArea {
    padding-top: 64px;
  }
  .p-newsArea_title {
    margin-bottom: 18px;
  }
  .p-newsArea_tabTriggers {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 24px;
  }
  .p-tab_trigger {
    padding: 14px 15px;
    width: calc((100% - 4px) / 2);
    font-size: inherit;
  }
  .p-tab_trigger:nth-of-type(odd) {
    margin-right: 4px;
  }
  .p-tab_trigger:nth-of-type(n+3) {
    margin-top: 4px;
  }
  .p-news_list_item {
    font-size: 14px;
  }
  .p-news_list_itemLink {
    flex-direction: column;
    padding: 20px 0;
    color: inherit;
  }
  .p-news_list_itemDate {
    margin-bottom: 12px;
  }
  .p-news_list_itemDate time {
    width: 92px;
    line-height: 24px;
  }
  .p-news_list_itemContent {
    margin-left: 0;
    padding-right: 36px;
    line-height: 1.428571429;
  }
}
.p-businessArea {
  margin-top: 120px;
  padding: 120px 0 120px;
  background-color: #f7f9fc;
}

.p-businessArea_title {
  margin-bottom: 40px;
}

.p-businessArea_description {
  margin-bottom: 64px;
}

.p-businessArea_card {
  overflow: hidden;
  margin-bottom: 0;
  background-color: #2B73BA;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 0 4px rgba(43, 81, 120, 0.08);
}

.p-businessArea_card_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-businessArea_card_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10.6666666667%;
  height: 100%;
}

.p-businessArea_card_catch {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
}

.p-businessArea_card_text {
  margin-bottom: 40px;
}

.p-businessArea_card_button {
  width: 100%;
  max-width: 320px;
}
.p-businessArea_card_button .c-btn {
  background-color: #fff;
  color: #0066bd;
}

.p-businessArea_tile {
  margin-top: 36px;
}
.p-businessArea_tile a {
  display: block;
  height: 100%;
  color: inherit;
}
.p-businessArea_tile .l-tile_item {
  padding: 0 1.457%;
}

.p-businessArea_tile_item {
  display: flex;
  flex-direction: column;
  padding: 12.7659574468% 10.6382978723%;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(43, 81, 120, 0.08);
}

.p-businessArea_tile_catch {
  order: 2;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.p-businessArea_tile_catch span {
  display: inline-block;
  margin-left: 8px;
  width: 24px;
  vertical-align: -2px;
}
.p-businessArea_tile_catch img {
  display: block;
}

.p-businessArea_tile_text {
  order: 3;
}

.p-businessArea_tile_thumb {
  order: 1;
  margin-bottom: 40px;
  text-align: center;
}
.p-businessArea_tile_thumb img {
  position: relative;
  display: block;
  margin: 0 auto;
  width: auto;
  height: 96px;
  transform: scale(1);
  transition: transform 0.25s ease-in;
}

.p-businessArea_subTitle {
  margin-top: 100px;
}

.p-businessArea_links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
  padding: 4% 6.6666666667%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 4px rgba(43, 81, 120, 0.08);
}

.p-businessArea_link {
  position: relative;
  width: 46.1538461538%;
  border-bottom: 1px solid #C5CEDB;
}
.p-businessArea_link:nth-of-type(odd) {
  margin-right: 7.6923076923%;
}
.p-businessArea_link a {
  display: block;
  height: 100%;
  padding: 24px 40px 24px 16px;
  color: inherit;
}

.p-businessArea_link_name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.68;
}

.p-businessArea_link_label span {
  display: inline-block;
  padding: 9px 15px;
  background-color: #EDF0F5;
  border-radius: 20px;
  color: #2B5178;
  font-size: 12px;
  line-height: 1;
}
.p-businessArea_link_label span:not(:last-of-type) {
  margin-right: 10px;
}

.p-businessArea_link_icon {
  position: absolute;
  top: calc(50% - 12px);
  right: 8px;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  .p-businessArea_tile_catch {
    font-size: 18px;
  }
  .p-businessArea_tile_catch span {
    width: 1em;
    height: 1em;
    vertical-align: -0.02em;
  }
}
@media only screen and (min-width: 768px) {
  .p-businessArea_tile a:hover .p-businessArea_tile_thumb img {
    transform: scale(1.08);
    transition: transform 0.25s ease-out;
  }
  .p-businessArea_link a:hover {
    background-color: #edf0f5;
  }
  .p-businessArea_link a:hover .p-businessArea_link_label span {
    background-color: #fff;
  }
  .p-businessArea_card_button .c-btn:hover {
    background-color: #edf0f5;
  }
}
@media only screen and (max-width: 767px) {
  .p-businessArea {
    margin-top: 48px;
    padding: 48px 0;
  }
  .p-businessArea_title {
    margin-bottom: 24px;
  }
  .p-businessArea_description {
    margin-bottom: 40px;
  }
  .p-businessArea_card {
    box-shadow: 0 0 4px rgba(43, 81, 120, 0.08);
  }
  .p-businessArea_card_body {
    display: block;
    padding: 32px 32px 40px;
    height: auto;
  }
  .p-businessArea_card_catch {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .p-businessArea_card_text {
    margin-bottom: 32px;
  }
  .p-businessArea_card_button {
    margin: 0 auto;
  }
  .p-businessArea_tile {
    margin: 24px 0 0;
    padding: 0;
  }
  .p-businessArea_tile a {
    height: auto;
  }
  .p-businessArea_tile .l-tile_item {
    padding: 0;
  }
  .p-businessArea_tile_item {
    padding: 32px 32px 40px;
    height: auto;
  }
  .p-businessArea_tile_catch {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .p-businessArea_tile_catch span {
    vertical-align: -4px;
  }
  .p-businessArea_tile_thumb {
    margin-bottom: 20px;
  }
  .p-businessArea_subTitle {
    margin-top: 48px;
  }
  .p-businessArea_links {
    display: block;
    margin-top: 32px;
    padding: 32px 24px;
  }
  .p-businessArea_link {
    width: 100%;
  }
  .p-businessArea_link:nth-of-type(odd) {
    margin-right: 0;
  }
  .p-businessArea_link a {
    padding: 24px 32px 24px 16px;
  }
  .p-businessArea_link_name {
    margin-bottom: 9px;
    font-size: 18px;
  }
  .p-businessArea_link_icon {
    top: calc(50% - 10px);
    right: 4px;
    width: 20px;
    height: 20px;
  }
}
.p-companyArea {
  padding: 120px 0 80px;
}

.p-companyArea_title {
  margin-bottom: 64px;
}

@media only screen and (max-width: 767px) {
  .p-companyArea {
    padding: 48px 0;
  }
  .p-companyArea_title {
    margin-bottom: 24px;
  }
}
.p-irArea {
  padding: 120px 0 80px;
  background-color: #F7F9FC;
}

.p-irArea_title {
  margin-bottom: 64px;
}

@media only screen and (max-width: 767px) {
  .p-irArea {
    padding: 48px 0;
  }
  .p-irArea_title {
    margin-bottom: 24px;
  }
}
.p-otherArea {
  padding: 120px 0 80px;
}
.p-otherArea .p-headingLv2 {
  margin-bottom: 24px;
}
.p-otherArea .p-headingDescription {
  margin-bottom: 40px;
}

.p-otherArea_tile {
  display: flex;
}
.p-otherArea_tile .p-otherArea_tile_item {
  display: inline-flex;
  flex-direction: column;
  width: 46.6666666667%;
}
.p-otherArea_tile .p-otherArea_tile_item:nth-of-type(odd) {
  margin-right: 6.6666666667%;
}

.p-recruiteArea {
  padding: 120px 0;
  background-color: #F7F9FC;
}

.p-banner {
  line-height: 0;
}
.p-banner a {
  position: relative;
  display: block;
  color: #fff;
}

.p-banner_text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  font-weight: 700;
}

.p-banner_image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.p-banner_image img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: transform 0.25s ease-in;
}

@media only screen and (min-width: 768px) {
  .p-banner a:hover .p-banner_image img {
    transform: scale(1.04);
    transition: transform 0.25s ease-out;
  }
}
@media only screen and (max-width: 767px) {
  .p-otherArea {
    padding: 48px 0;
  }
  .p-otherArea .p-headingLv2 {
    margin-bottom: 15px;
  }
  .p-otherArea .p-headingDescription {
    margin-bottom: 24px;
  }
  .p-otherArea_tile {
    display: block;
  }
  .p-otherArea_tile .p-otherArea_tile_item {
    width: 100%;
  }
  .p-otherArea_tile .p-otherArea_tile_item:nth-of-type(odd) {
    margin-right: 0;
  }
  .p-otherArea_tile .p-otherArea_tile_item:not(:first-of-type) {
    margin-top: 48px;
  }
  .p-recruiteArea {
    padding: 48px 0;
  }
  .p-banner_text {
    font-size: 18px;
  }
}
.p-relationArea {
  padding: 120px 0 130px;
}
.p-relationArea .p-headingLv2 {
  margin-bottom: 24px;
}
.p-relationArea .p-headingDescription {
  margin-bottom: 40px;
}

.p-relationArea_banner {
  margin-top: 36px;
}
.p-relationArea_banner .l-tile {
  margin-right: -18px;
  margin-left: -18px;
}
.p-relationArea_banner .l-tile_item {
  padding: 0 18px;
}
.p-relationArea_banner .c-img:hover {
  opacity: 0.85;
}

.p-relationArea_bannerImg-border {
  border: 1px solid #E1E6ED;
}

@media only screen and (min-width: 768px) and (max-width: 1448px) {
  .p-relationArea {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .p-relationArea {
    padding: 48px 0 110px;
  }
  .p-relationArea .p-headingLv2 {
    margin-bottom: 15px;
  }
  .p-relationArea .p-headingDescription {
    margin-bottom: 24px;
  }
  .p-relationArea_banner {
    margin-top: 0;
  }
  .p-relationArea_banner .l-tile {
    margin: 0 0 -16px;
  }
}
@media only screen and (min-width: 768px) {
  /*! Large only */
}
@media only screen and (max-width: medium) {
  /*! Medium and Small */
}
@media only screen and (max-width: over-medium) {
  /*! over Medium */
}
@media only screen and (max-width: medium-only) {
  /*! Medium only */
}
@media only screen and (max-width: 767px) {
  /* Small only */
}