@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  height: 100%;
}

@media screen and (max-width: 1140px) {
  html {
    font-size: 0.8771929825vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}
body {
  color: #0A203B;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1;
  min-width: 86.1%;
  padding-top: 10rem;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
    padding-top: 5rem;
  }
  body.u-top {
    padding-top: 0;
  }
}

body.active {
  height: 100%;
  overflow: hidden;
}

a {
  color: #0A203B;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.5;
}

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

dl,
ul {
  list-style: none;
}

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

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

.u-en {
  font-family: "Chakra Petch", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.c-container {
  margin: 0 auto;
  max-width: 114rem;
  padding: 0 2rem;
}

/* ------------------------------------------
  ボタン
------------------------------------------ */
.c-btn01 {
  width: 27rem;
  letter-spacing: 0.05em;
}
.c-btn01-inner {
  align-items: center;
  justify-content: center;
  display: flex;
  background: linear-gradient(to right, #ff3902 0%, #fe7000 100%);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  box-shadow: 0 0.4rem #cc3101;
  position: relative;
  top: 0;
  height: 5.7rem;
  width: 100%;
}
.c-btn01-inner::before {
  content: "";
  width: 2.5rem;
  height: 2.2rem;
  background-image: url(../img/common/icon_btn01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.7rem;
}
.c-btn01-inner::after {
  content: "";
  width: 0.7rem;
  height: 1.1rem;
  background-image: url(../img/common/icon_arrow-btn01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 1.2rem;
}
.c-btn01-inner:hover {
  opacity: 1;
  top: 0.4rem;
  box-shadow: 0 0 #cc3101;
}
.c-btn02 {
  border: 0.1rem solid #0A203B;
  background-color: #fff;
  display: flex;
  width: 32rem;
  font-size: 1.4rem;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  column-gap: 0.8rem;
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-btn02 {
    width: 23.5rem;
  }
}
.c-btn02::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(../img/common/icon_btn02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-btn02::after {
  content: "";
  width: 0.8rem;
  height: 1.2rem;
  background-image: url(../img/common/icon_arrow-btn02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-btn03 {
  display: block;
  border: 0.1rem solid #0A203B;
  background-color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 4.6rem;
  text-align: center;
  background-image: url(../img/common/icon_blank.png);
  background-size: 1.1rem 1rem;
  background-position: top 0.7rem right 0.6rem;
  background-repeat: no-repeat;
}

/* ------------------------------------------
  header
------------------------------------------ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-header-pc {
    display: none;
  }
}
.l-header-pc__container {
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4rem;
}
.l-header-pc__logo {
  width: 15.2rem;
}
.l-header-pc__logo_link {
  display: block;
}
.l-header-pc__menu {
  align-items: center;
  display: flex;
}
.l-header-pc__menu_list_top {
  display: flex;
  justify-content: flex-end;
  column-gap: 2.4rem;
}
.l-header-pc__menu_list_top_item_link {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  color: #A1A9B2;
}
.l-header-pc__menu_list_top_item_link::before {
  content: "";
  width: 0.5rem;
  height: 0.8rem;
  background-image: url(../img/common/icon_arrow01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0.8rem;
}
.l-header-pc__menu_list_btm {
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-end;
  column-gap: 4rem;
}
@media screen and (max-width: 1300px) {
  .l-header-pc__menu_list_btm {
    column-gap: 2rem;
  }
}
.l-header-pc__menu_list_btm_item_link {
  font-weight: 700;
  font-size: 1.5rem;
  display: block;
}
@media screen and (max-width: 1300px) {
  .l-header-pc__menu_list_btm_item_link {
    font-size: 1.4rem;
  }
}
.l-header-pc__menu_list_btm_item_link:hover {
  color: #00A0C9;
  opacity: 1;
}
.l-header-pc__menu_btn {
  margin-left: 4rem;
}
.l-header-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-sp {
    display: block;
  }
  .l-header-sp__top {
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
  }
  .l-header-sp__top_logo {
    display: block;
    width: 8.9rem;
  }
  .l-header-sp__top_logo img {
    transition: opacity 0.3s ease;
  }
  .l-header-sp__top_ham {
    height: 1.2rem;
    width: 2rem;
    position: relative;
    cursor: pointer;
  }
  .l-header-sp__top_ham_line {
    width: 100%;
    height: 0.1rem;
    background-color: #1A87DA;
    position: absolute;
    left: 0;
    transition: 0.3s ease;
  }
  .l-header-sp__top_ham_line:nth-child(1) {
    top: 0;
  }
  .l-header-sp__top_ham_line:nth-child(2) {
    top: 0.6rem;
  }
  .l-header-sp__top_ham_line:nth-child(3) {
    top: 1.2rem;
  }
  .l-header-sp__top_ham.active .l-header-sp__top_ham_line {
    width: 100%;
    height: 0.1rem;
    background-color: #1A87DA;
    position: absolute;
    left: 0;
    transition: 0.3s ease;
  }
  .l-header-sp__top_ham.active .l-header-sp__top_ham_line:nth-child(1) {
    top: 0.6rem;
    transform: rotate(30deg);
  }
  .l-header-sp__top_ham.active .l-header-sp__top_ham_line:nth-child(2) {
    opacity: 0;
  }
  .l-header-sp__top_ham.active .l-header-sp__top_ham_line:nth-child(3) {
    top: 0.6rem;
    transform: rotate(-30deg);
  }
  .l-header-sp__nav {
    background-color: #fff;
    position: absolute;
    top: 5rem;
    transition: 0.3s ease;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    height: calc(100vh - 5rem);
    height: calc(100vsh - 5rem);
    overflow-y: scroll;
  }
  .l-header-sp__nav.active {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
  }
  .l-header-sp__nav_list01_item_link {
    padding: 0 2rem;
    height: 4.8rem;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.1rem solid #DEDEDE;
  }
  .l-header-sp__nav_list01_item_link::after {
    content: "";
    width: 0.7rem;
    height: 1.2rem;
    background-image: url(../img/common/icon_arrow-right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .l-header-sp__nav_list01_item_link.has-submenu::after {
    content: "";
    width: 1.2rem;
    height: 0.7rem;
    background-image: url(../img/common/icon_arrow-close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s ease;
  }
  .l-header-sp__nav_list01_item_link.has-submenu.open::after {
    background-image: url(../img/common/icon_arrow-open.png);
  }
  .l-header-sp__nav_list01_submenu {
    display: none;
  }
  .l-header-sp__nav_list01_submenu_item:first-child {
    margin-top: 1.6rem;
  }
  .l-header-sp__nav_list01_submenu_item:last-child {
    margin-bottom: 1.6rem;
  }
  .l-header-sp__nav_list01_submenu_item + .l-header-sp__nav_list01_submenu_item {
    margin-top: 1.6rem;
  }
  .l-header-sp__nav_list01_submenu_item_link {
    padding: 0 3.5rem;
    font-size: 1.2rem;
    font-weight: 500;
    display: flex;
    align-items: center;
  }
  .l-header-sp__nav_list01_submenu_item_link::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background-color: #00A0C9;
    margin-right: 0.7rem;
  }
  .l-header-sp__nav_list02 {
    display: flex;
    flex-wrap: wrap;
  }
  .l-header-sp__nav_list02_item {
    width: 50%;
  }
  .l-header-sp__nav_list02_item:nth-child(odd) .l-header-sp__nav_list02_item_link {
    border-right: 0.1rem solid #DEDEDE;
  }
  .l-header-sp__nav_list02_item_link {
    padding: 0 1rem 0 1.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 500;
    height: 4.8rem;
    border-bottom: 0.1rem solid #DEDEDE;
  }
  .l-header-sp__nav_cta {
    margin-top: 6rem;
    background-color: #F4F7F8;
    padding: 3rem 0;
  }
  .l-header-sp__nav_cta01_text {
    font-size: 1.2rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.6rem;
  }
  .l-header-sp__nav_cta01_text::before {
    content: "";
    width: 1.1rem;
    height: 1.1rem;
    background-image: url(../img/common/img_line-left-bl.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .l-header-sp__nav_cta01_text::after {
    content: "";
    width: 1.1rem;
    height: 1.1rem;
    background-image: url(../img/common/img_line-right-bl.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .l-header-sp__nav_cta01_link {
    margin: 0.9rem auto 0;
    width: 26rem;
  }
  .l-header-sp__nav_cta01_link .c-btn01-inner {
    font-size: 1.3rem;
    height: 5.4rem;
  }
  .l-header-sp__nav_cta01_link .c-btn01-inner::before {
    width: 2.2rem;
    height: 1.8rem;
    margin-right: 1.5rem;
  }
  .l-header-sp__nav_cta01_link .c-btn01-inner::after {
    margin-left: 1.8rem;
  }
  .l-header-sp__nav_cta02 {
    margin-top: 2.5rem;
  }
  .l-header-sp__nav_cta02_text {
    font-size: 1.2rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-header-sp__nav_cta02_link {
    margin: 0.8rem auto 0;
    width: 26rem;
  }
  .l-header-sp__nav_btm {
    padding: 4.8rem 0 2.5rem;
  }
  .l-header-sp__nav_btm_logo {
    display: block;
    margin: 0 auto;
    width: 13rem;
  }
  .l-header-sp__nav_btm_link {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 3rem;
  }
  .l-header-sp__nav_btm_link_item {
    font-size: 1.2rem;
  }
  .l-header-sp__nav_btm_copy {
    text-align: center;
    font-size: 1.2rem;
    color: #A1A9B2;
    display: block;
    margin-top: 5.5rem;
  }
}

/* ------------------------------------------
  fotter
------------------------------------------ */
.l-footer {
  background-color: #F2F2F2;
  padding: 7.5rem 0 6.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0 0 4rem;
    background-color: white;
  }
  .l-footer .c-container {
    padding: 0;
  }
}
.l-footer__top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__top {
    display: block;
  }
}
.l-footer__top_logo {
  display: block;
  width: 15.2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__top_logo {
    display: none;
  }
}
.l-footer__top_menu {
  display: flex;
  column-gap: 6.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__top_menu {
    display: block;
    background-color: #F2F2F2;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__top_menu_list04 {
    display: flex;
    flex-wrap: wrap;
  }
  .l-footer__top_menu_list04 .l-footer__top_menu_list_item {
    width: 50%;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0 1rem;
  }
  .l-footer__top_menu_list04 .l-footer__top_menu_list_item:nth-child(odd) {
    border-right: 0.1rem solid #DEDEDE;
  }
}
.l-footer__top_menu_list_item {
  font-size: 1.3rem;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-footer__top_menu_list_item {
    padding: 0 2rem;
    height: 4.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.1rem solid #DEDEDE;
    background-color: #F2F2F2;
  }
  .l-footer__top_menu_list_item::after {
    content: "";
    width: 0.7rem;
    height: 1.2rem;
    background-image: url(../img/common/icon_arrow-right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .l-footer__top_menu_list_item.has-submenu::after {
    content: "";
    width: 1.2rem;
    height: 0.7rem;
    background-image: url(../img/common/icon_arrow-close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s ease;
  }
  .l-footer__top_menu_list_item.has-submenu.open::after {
    background-image: url(../img/common/icon_arrow-open.png);
  }
}
.l-footer__top_menu_list_item + .l-footer__top_menu_list_item {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__top_menu_list_item + .l-footer__top_menu_list_item {
    margin-top: 0;
  }
}
.l-footer__top_menu_sublist {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__top_menu_sublist {
    display: none;
    margin-top: 0;
  }
}
.l-footer__top_menu_sublist_item {
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__top_menu_sublist_item {
    padding: 0 3.5rem;
    font-size: 1.2rem;
    font-weight: 500;
    display: flex;
    align-items: center;
  }
  .l-footer__top_menu_sublist_item:first-child {
    margin-top: 1.6rem;
  }
  .l-footer__top_menu_sublist_item:last-child {
    margin-bottom: 1.6rem;
  }
}
.l-footer__top_menu_sublist_item::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #00A0C9;
  margin-right: 0.7rem;
}
@media screen and (max-width: 767px) {
  .l-footer__top_menu_sublist_item::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background-color: #00A0C9;
    margin-right: 0.7rem;
  }
}
.l-footer__top_menu_sublist_item + .l-footer__top_menu_sublist_item {
  margin-top: 0.9rem;
}
@media screen and (max-width: 767px) {
  .l-footer__top_menu_sublist_item + .l-footer__top_menu_sublist_item {
    margin-top: 1.6rem;
  }
}
.l-footer__btm {
  margin-top: 6.5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__btm {
    margin-top: 5rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .l-footer__btm_right {
    margin-top: 5.5rem;
  }
}
.l-footer__btm_logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-footer__btm_logo {
    display: block;
    width: 13rem;
    margin: 0 auto;
  }
}
.l-footer__btm_left {
  display: flex;
  column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__btm_left {
    margin: 2.5rem auto 0;
  }
}
.l-footer__btm_item {
  font-size: 1.2rem;
}
.l-footer__btm_right .l-footer__btm_item {
  color: #A1A9B2;
}
.l-footer__btm_right .l-footer__btm_item small {
  font-size: inherit;
}

/* ------------------------------------------
  2カラム
------------------------------------------ */
.c-column {
  border-top: 0.1rem solid #DEDEDE;
  margin-top: 1.6rem;
}
.c-column.u-top {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .c-column.u-top {
    margin-top: 5rem;
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .c-column {
    padding-top: 2.5rem;
    margin-top: 0;
  }
}
.c-column-container {
  width: 114rem;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-column-container {
    width: auto;
    display: block;
  }
}
.c-column__main {
  padding-top: 6.5rem;
  padding-right: 6.5rem;
  width: 83.5rem;
}
@media screen and (max-width: 767px) {
  .c-column__main {
    padding-top: 0;
    padding-right: 0;
    width: auto;
  }
}
.c-column__main_bnr {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-column__main_bnr {
    flex-direction: column;
  }
}
.c-column__main_bnr_item {
  width: calc((100% - 2rem) / 2);
  border-radius: 0.6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-column__main_bnr_item {
    width: auto;
  }
}
.c-column__main_sec {
  padding: 7rem 0 6.5rem;
}
@media screen and (max-width: 767px) {
  .c-column__main_sec {
    padding: 5.5rem 0;
  }
}
.c-column__main_sec.u-bg_gray {
  position: relative;
}
.c-column__main_sec.u-bg_gray::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #F4F7F8;
  top: 0;
  right: -6.5rem;
  width: calc(100% + 50vw - 50rem);
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-column__main_sec.u-bg_gray::after {
    width: 100vw;
    right: -2rem;
  }
}
.c-column__main_sec_contents {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 3rem;
}
@media screen and (max-width: 767px) {
  .c-column__main_sec_contents {
    margin-top: 2.5rem;
    flex-direction: column;
    gap: 3rem 0;
  }
}
.c-column__main_sec_contents_item {
  width: calc((100% - 6rem) / 3);
}
@media screen and (max-width: 767px) {
  .c-column__main_sec_contents_item {
    width: 100%;
  }
}
.c-column__main_sec_contents_item_head {
  display: block;
  border-radius: 0.4rem;
  background-color: #fff;
  border: 0.1rem solid #C6DBE0;
  line-height: 3.2rem;
  padding: 0 1rem;
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-column__main_sec_contents_item_head {
    line-height: 4rem;
    padding: 0 1.5rem;
  }
}
.c-column__main_sec_contents_item_list {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-column__main_sec_contents_item_list {
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-column__main_sec_contents_item_list_item {
    width: 50%;
  }
}
.c-column__main_sec_contents_item_list_item + .c-column__main_sec_contents_item_list_item {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-column__main_sec_contents_item_list_item + .c-column__main_sec_contents_item_list_item {
    margin-top: 0;
  }
}
.c-column__main_sec_contents_item_list_item_link {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
  font-size: 1.3rem;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-column__main_sec_contents_item_list_item_link {
    line-height: 1.2;
  }
}
.c-column__main_sec_contents_item_list_item_link::before {
  content: "";
  width: 0.5rem;
  height: 0.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/common/icon_arrow-right.png);
}
.c-column__main_sec_link.c-btn02 {
  margin: 5rem auto 0;
  height: 5.6rem;
}
.c-column__main_sec_link.c-btn02::before {
  display: none;
}
.c-column__side {
  width: 30.5rem;
  border-left: 0.1rem solid #DEDEDE;
  border-right: 0.1rem solid #DEDEDE;
  padding: 6.5rem 2.4rem 2.4rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-column__side {
    display: none;
  }
}
.c-column__side_bnr {
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
  position: sticky;
  top: 12.4rem;
  top: 12.4rem;
  right: 0;
}
.c-column__side_bnr_item {
  overflow: hidden;
  border-radius: 0.6rem;
}

.c-btm-parts {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .c-btm-parts {
    padding-top: 5.5rem;
  }
}
.c-btm-parts__item {
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__item {
    padding-top: 5.5rem;
  }
}
.c-btm-parts__item_head_en {
  font-size: 1.6rem;
  color: #00a0c9;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__item_head_en {
    font-size: 1.4rem;
    padding-left: 2rem;
  }
}
.c-btm-parts__item_head_en::before {
  content: "";
  position: absolute;
  top: -0.7rem;
  left: -1.6rem;
  background-image: url(../img/common/icon_en-head.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9rem;
  height: 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__item_head_en::before {
    left: 0;
  }
}
.c-btm-parts__item_head_ja {
  margin-top: 1.5rem;
  font-weight: 700;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__item_head_ja {
    font-size: 2.2rem;
    margin-top: 1.5rem;
    padding-left: 2rem;
  }
}
.c-btm-parts__item_head_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.c-btm-parts__item_head_link {
  width: 15.6rem;
  border: 0.1rem solid #DEDEDE;
  border-radius: 0.4rem;
  text-align: center;
  line-height: 3.6rem;
  font-size: 1.2rem;
  background-image: url(../img/common/icon_arrow02.png);
  background-position: right 1.8rem center;
  background-repeat: no-repeat;
  background-size: 0.6rem 1rem;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__item_head_link {
    display: none;
  }
}
.c-btm-parts__item_list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 2rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__item_list {
    gap: 2.5rem 2rem;
    margin-top: 3rem;
  }
}
.c-btm-parts__item_list_item {
  width: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 767px) {
  .c-btm-parts__item_list_item {
    width: calc((100% - 2rem) / 2);
  }
}
.c-btm-parts__item_list_item_figure {
  overflow: hidden;
  aspect-ratio: 234/144;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__item_list_item_figure {
    aspect-ratio: 165/100;
  }
}
.c-btm-parts__item_list_item_figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-btm-parts__item_list_item_head {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__item_list_item_head {
    font-size: 1.3rem;
  }
}
.c-btm-parts__item_list_item_cat {
  margin-top: 1.3rem;
  color: #A1A9B2;
  font-weight: 500;
  line-height: 2;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__item_list_item_cat {
    margin-top: 0.8rem;
  }
}
.c-btm-parts__item_list_item_cat_head {
  display: inline;
  font-size: 1.1rem;
}
.c-btm-parts__item_list_item_cat_head + .c-btm-parts__item_list_item_cat_head {
  margin-left: 0.8rem;
}
.c-btm-parts__item_link {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__item_link {
    display: block;
    width: 24rem;
    border: 0.1rem solid #DEDEDE;
    border-radius: 0.4rem;
    text-align: center;
    line-height: 4.8rem;
    font-size: 1.3rem;
    background-image: url(../img/common/icon_arrow02.png);
    background-position: right 1.8rem center;
    background-repeat: no-repeat;
    background-size: 0.6rem 1rem;
    margin: 3rem auto 0;
  }
}
.c-btm-parts__item_inner {
  width: 80.5rem;
  padding-right: 6.5rem;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__item_inner {
    width: auto;
    padding-right: 0;
  }
}
.c-btm-parts__new {
  padding-top: 0;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__new {
    padding-bottom: 5rem;
  }
}
.c-btm-parts__new + .c-btm-parts__ad {
  padding-top: 0;
}
.c-btm-parts__ad {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__ad {
    padding-bottom: 5rem;
  }
}
.c-btm-parts__pickup {
  padding: 5.5rem 0;
  border-top: 0.1rem solid #DEDEDE;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__pickup {
    padding: 0;
    border-top: none;
  }
}
.c-btm-parts__pickup_head {
  position: relative;
}
.c-btm-parts__pickup_head_en {
  color: #F4F7F8;
  font-size: 14.8rem;
  font-weight: 600;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -3.7rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btm-parts__pickup_head_en {
    font-size: 10.1rem;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }
}
.c-btm-parts__pickup_head_ja {
  padding: 4.5rem 0 2.5rem;
  font-weight: 700;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__pickup_head_ja {
    font-size: 1.8rem;
    padding: 4.5rem 0;
  }
}
.c-btm-parts__pickup_head_ja_colored {
  font-size: 3.4rem;
  color: #00A0C9;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__pickup_head_ja_colored {
    font-size: 2.2rem;
  }
}
.c-btm-parts__pickup_list {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__pickup_list {
    width: 66vw;
    margin: 0 auto;
  }
}
.c-btm-parts__pickup_list .slick-list {
  overflow: visible !important;
}
.c-btm-parts__pickup_list_item {
  padding: 0 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__pickup_list_item {
    padding: 0 1rem;
  }
}
.c-btm-parts__pickup_list_item_figure {
  overflow: hidden;
  aspect-ratio: 255/157;
  border-radius: 0.8rem;
}
.c-btm-parts__pickup_list_item_figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-btm-parts__pickup_list .slick-prev {
  position: absolute;
  z-index: 1;
  width: 4.7rem;
  height: 4.7rem;
  background-image: url(../img/common/icon_slick-arrow-prev.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  top: -8rem;
  right: 5.5rem;
  left: auto;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__pickup_list .slick-prev {
    top: 4.7rem;
    left: -2.4rem;
    transform: translate(0, 0);
  }
}
.c-btm-parts__pickup_list .slick-next {
  position: absolute;
  z-index: 1;
  width: 4.7rem;
  height: 4.7rem;
  background-image: url(../img/common/icon_slick-arrow-next.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  top: -8rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__pickup_list .slick-next {
    top: 4.7rem;
    right: -2.4rem;
    transform: translate(0, 0);
  }
}
.c-btm-parts__bnr {
  border-top: 0.1rem solid #DEDEDE;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__bnr {
    padding: 4.8rem 0;
    border-top: none;
  }
}
.c-btm-parts__bnr_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 5rem;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__bnr_list {
    flex-direction: column;
    gap: 2rem 0;
  }
}
.c-btm-parts__bnr_list_item {
  width: calc((100% - 5rem) / 2);
}
@media screen and (max-width: 767px) {
  .c-btm-parts__bnr_list_item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-btm-parts__bnr_list_item img {
    width: 100%;
  }
}
.c-btm-parts__cta01 {
  background-image: url(../img/common/bg_cta.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4.5rem 0 7rem;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__cta01 {
    background-image: url(../img/common/bg_cta-sp.jpg);
    padding: 2.6rem 0 4.5rem;
  }
}
.c-btm-parts__cta01_head {
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__cta01_head {
    font-size: 1.4rem;
  }
}
.c-btm-parts__cta01_head_l {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__cta01_head_l {
    font-size: 2.2rem;
  }
}
.c-btm-parts__cta01_link {
  margin: 1.8rem auto 0;
  width: 56rem;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__cta01_link {
    width: 100%;
    margin: 1.3rem auto 0;
  }
}
.c-btm-parts__cta01_link .c-btn01-inner {
  height: 7.6rem;
  box-shadow: 0 0.8rem #cc3101;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__cta01_link .c-btn01-inner {
    height: 6.4rem;
  }
}
.c-btm-parts__cta01_link .c-btn01-inner:hover {
  top: 0.8rem;
  box-shadow: 0 0 #cc3101;
}
.c-btm-parts__cta01_link .c-btn01-inner::before {
  display: none;
}
.c-btm-parts__cta01_link .c-btn01-inner::after {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-btm-parts__cta01_link_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.7rem;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__cta01_link_inner {
    row-gap: 0.5rem;
  }
}
.c-btm-parts__cta01_link_inner_s {
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__cta01_link_inner_s {
    font-size: 1.2rem;
    column-gap: 0.6rem;
  }
}
.c-btm-parts__cta01_link_inner_s::before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  background-image: url(../img/common/img_line-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-btm-parts__cta01_link_inner_s::after {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  background-image: url(../img/common/img_line-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-btm-parts__cta01_link_inner_l {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__cta01_link_inner_l {
    font-size: 1.8rem;
  }
}
.c-btm-parts__cta02 {
  padding: 1.6rem 0 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__cta02 {
    padding: 2.5rem 0 4.8rem;
  }
}
.c-btm-parts__cta02_head {
  font-weight: 500;
  text-align: center;
}
.c-btm-parts__cta02_head_l {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__cta02_head_l {
    font-size: 1.6rem;
  }
}
.c-btm-parts__cta02_head_s {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__cta02_head_s {
    font-size: 1.3rem;
  }
}
.c-btm-parts__cta02_link {
  border: 0.1rem solid #0A203B;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 32rem;
  height: 6.7rem;
  margin: 1.2rem auto 0;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__cta02_link {
    width: 100%;
    height: 6.3rem;
    margin: 0.8rem auto 0;
  }
}
.c-btm-parts__cta02_link_s {
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.6rem;
}
.c-btm-parts__cta02_link_s::before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  background-image: url(../img/common/img_line-left-bl.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-btm-parts__cta02_link_s::after {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  background-image: url(../img/common/img_line-right-bl.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.c-btm-parts__cta02_link_l {
  margin-top: 0.7rem;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-btm-parts__cta02_link_l {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------
  下層
------------------------------------------ */
.c-sub__mv {
  background-image: url(../img/common/bg_sub-mv-pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-sub__mv {
    background-image: url(../img/common/bg_sub-mv-sp.jpg);
  }
}
.c-sub__mv_head {
  width: 100%;
  height: 16rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-sub__mv_head {
    height: 13rem;
    justify-content: center;
  }
}
.c-sub__mv_head_text {
  font-weight: 700;
  font-size: 3.4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-sub__mv_head_text {
    font-size: 2.4rem;
  }
}
.c-sub__container {
  width: 114rem;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .c-sub__container {
    width: auto;
  }
}
.c-sub__breadcrumb {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-sub__breadcrumb {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 0;
    background-color: #F4F7F8;
  }
  .c-sub__breadcrumb.u-bg {
    background-color: #fff;
  }
}
.c-sub__breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.c-sub__breadcrumb ol li {
  font-size: 1.1rem;
}
.c-sub__breadcrumb ol li:not(:first-child) {
  display: flex;
  column-gap: 0.8rem;
  align-items: center;
}
.c-sub__breadcrumb ol li:not(:first-child)::before {
  content: "＞";
}
.c-sub__breadcrumb ol li a {
  font-size: 1.1rem;
  text-decoration: underline;
  color: #1D3994;
}/*# sourceMappingURL=common.css.map */