@charset "UTF-8";
/* reset
-----------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

img {
  border: 0;
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
}

table {
  border-spacing: 0;
  empty-cells: show;
}

h1, h2, h3, h4, h5, h6, strong, th {
  font-weight: normal;
  text-align: left;
}

/* setting
-----------------------------------*/
a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

ul li {
  list-style-type: disc;
}

ol li {
  list-style-type: decimal;
}

address {
  font-style: normal;
}

/* html
-----------------------------------*/
html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

/* body
-----------------------------------*/
body {
  color: #000;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 140px;
  position: relative;
}

@media screen and (min-width: 960px) {
  body {
    padding-top: 120px;
  }
}
/* st-Header
-----------------------------------*/
.st-Header {
  width: 100%;
  height: 130px;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.is-fixed .st-Header {
  height: 80px;
}
.st-Header_Inner {
  max-width: 1380px;
  height: 100%;
  margin-inline: auto;
  position: relative;
}
.st-Header_Logo {
  position: absolute;
  left: 15px;
  bottom: 5px;
}
.st-Header_Logo_Link {
  display: inline-block;
  padding: 5px;
}
.st-Header_Logo_Image {
  width: 250px;
  height: auto;
}
.st-Header_Trigger {
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 15px;
  z-index: 1002;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.st-Header_Trigger::before, .st-Header_Trigger::after {
  height: 2px;
  background-color: #000;
  display: block;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.st-Header_Trigger::before, .st-Header_Trigger::after {
  content: "";
}
.st-Header_Trigger::before {
  width: 40px;
  top: 20px;
}
.st-Header_Trigger::after {
  width: 30px;
  bottom: 20px;
}
.st-Header_Trigger[aria-expanded=true]::before {
  -webkit-transform: translate(5px, 4px) rotate(45deg);
          transform: translate(5px, 4px) rotate(45deg);
}
.st-Header_Trigger[aria-expanded=true]::after {
  width: 40px;
  -webkit-transform: translate(5px, -4px) rotate(-45deg);
          transform: translate(5px, -4px) rotate(-45deg);
}
.st-Header_Drawer {
  width: 340px;
  max-height: calc(100% - 40px);
  overflow: auto;
  position: fixed;
  right: 0;
  top: 40px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 1001;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.is-drawerActive .st-Header_Drawer {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.is-fixed .st-Header_Drawer {
  max-height: 100%;
  top: 0;
}
.st-Header_Drawer_Inner {
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 34px;
  padding-bottom: 40px;
  position: relative;
}
.st-Header_Drawer_Inner::before, .st-Header_Drawer_Inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}
.st-Header_Drawer_Inner::before {
  background-color: rgba(250, 250, 250, 0.95);
  top: 0;
  bottom: 50px;
}
.st-Header_Drawer_Inner::after {
  width: calc(100% - 50px);
  height: 0;
  border-top: 50px solid rgba(250, 250, 250, 0.95);
  border-left: 50px solid transparent;
  bottom: 0;
}
.st-Header_Nav {
  margin-left: 30px;
}
.st-Header_Nav_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14px;
}
.st-Header_Nav_Item {
  list-style: none;
}
.st-Header_Nav_Item-corp .st-Header_Nav_Link::after, .st-Header_Nav_Item-sustainability .st-Header_Nav_Link::after, .st-Header_Nav_Item-products .st-Header_Nav_Link::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/ico_nav_01.svg") no-repeat 0 0;
  background-size: 100% 100%;
  display: block;
  margin-left: 20px;
}
.st-Header_Nav_Link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 50px 10px 10px;
}
.st-Header_SubNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin: -10px 30px 5px 25px;
}
.st-Header_SubNav_Item {
  list-style: none;
  width: calc((100% - 15px) / 2);
}
.st-Header_SubNav_Item-wide {
  width: 100%;
}
.st-Header_SubNav_Item-community {
  width: calc((100% - 15px) / 2 + 20px);
}
.st-Header_SubNav_Link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  display: block;
  padding-block: 15px 3px;
}
.st-Header_SubNav_Text {
  display: inline-block;
}
.st-Header_SubNav_Sm {
  font-size: 80%;
}
.st-Header_Sitemap {
  position: absolute;
  right: 19px;
  bottom: 87px;
}
.st-Header_Sitemap::before, .st-Header_Sitemap::after {
  content: "";
  width: 1px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  margin-block: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.st-Header_Sitemap::before {
  left: 0;
}
.st-Header_Sitemap::after {
  right: 0;
}
.st-Header_Sitemap_Link {
  font-family: "Noto Sans JP", sans-serif;
  color: rgba(0, 0, 0, 0.3);
  font-size: 0.75rem;
  text-decoration: none;
  display: inline-block;
  padding: 10px;
}
.st-Header_DrawerOverlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.is-drawerActive .st-Header_DrawerOverlay {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 359px) {
  .st-Header_Drawer {
    width: 320px;
  }
  .st-Header_Nav {
    margin-left: 15px;
  }
}
@media screen and (min-width: 960px) {
  .st-Header {
    height: 110px;
  }
  .st-Header_Logo {
    z-index: 10;
  }
  .st-Header_Drawer {
    width: auto;
    height: 100%;
    max-height: none;
    overflow: visible;
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    z-index: 0;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
  .st-Header_Drawer_Inner {
    min-height: 0;
    padding-block: 0;
    position: static;
  }
  .st-Header_Drawer_Inner::before, .st-Header_Drawer_Inner::after {
    display: none;
  }
  .st-Header_Nav {
    margin-left: 0;
    position: absolute;
    right: 10px;
    bottom: 17px;
  }
  .st-Header_Nav_List {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .st-Header_Nav_Item {
    position: relative;
  }
  .st-Header_Nav_Item-corp .st-Header_Nav_Link, .st-Header_Nav_Item-sustainability .st-Header_Nav_Link, .st-Header_Nav_Item-products .st-Header_Nav_Link {
    position: relative;
  }
  .st-Header_Nav_Item-corp .st-Header_Nav_Link::after, .st-Header_Nav_Item-sustainability .st-Header_Nav_Link::after, .st-Header_Nav_Item-products .st-Header_Nav_Link::after {
    margin-left: 5px;
  }
  .st-Header_Nav_Item-corp .st-Header_SubNav {
    width: 280px;
  }
  .st-Header_Nav_Item-sustainability .st-Header_SubNav {
    width: 200px;
  }
  .st-Header_Nav_Item-products .st-Header_SubNav {
    width: 240px;
  }
  .st-Header_Nav_Link {
    padding-right: 10px;
  }
  .st-Header_SubNav {
    background-color: rgba(85, 105, 152, 0.95);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 4px 20px 25px;
    position: absolute;
    left: 10px;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .st-Header_SubNav_Item {
    width: 100%;
  }
  .st-Header_SubNav_Link {
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.5);
  }
  .st-Header_Sitemap {
    right: 20px;
    bottom: 70px;
  }
  .st-Header_Trigger, .st-Header_DrawerOverlay {
    display: none;
  }
}
@media screen and (min-width: 1050px) {
  .st-Header_Nav_Link {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1090px) {
  .st-Header_Logo {
    left: 35px;
  }
  .st-Header_Nav {
    right: 30px;
  }
  .st-Header_Sitemap {
    right: 40px;
  }
}
@media screen and (min-width: 1170px) {
  .st-Header_Nav_List {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
}
@media (any-hover: hover) {
  .st-Header_Logo_Link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .st-Header_Logo_Link:hover {
    opacity: 0.7;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .st-Header_Nav_Item:hover .st-Header_SubNav {
    opacity: 1;
    visibility: visible;
  }
  .st-Header_Nav_Link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .st-Header_Nav_Link:hover {
    opacity: 0.7;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .st-Header_SubNav.is-focused {
    opacity: 1;
    visibility: visible;
  }
  .st-Header_SubNav_Link:hover .st-Header_SubNav_Text {
    opacity: 0.7;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .st-Header_SubNav_Text {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .st-Header_Sitemap_Link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .st-Header_Sitemap_Link:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
}
/* st-PageIntro
-----------------------------------*/
.st-PageIntro {
  height: 180px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.st-PageIntro_Title {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 1.875rem;
  line-height: 1.33;
  text-shadow: 0 0 4px #000;
  width: 100%;
  max-width: 1380px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-inline: auto;
  padding-left: 40px;
}
.st-PageIntro_Title_Sm {
  font-size: 70%;
}
.st-PageIntro-sm {
  height: 70px;
  border-bottom: 10px solid #b4b4b4;
}
.st-PageIntro-sm .st-PageIntro_Title {
  color: #000;
  text-shadow: none;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

@media screen and (min-width: 960px) {
  .st-PageIntro {
    height: 240px;
  }
  .st-PageIntro_Title {
    font-size: 2.1875rem;
    line-height: 1.29;
    padding-inline: 80px;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .st-PageIntro-sm {
    height: 80px;
  }
  .st-PageIntro-sm .st-PageIntro_Title {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .st-PageIntro-sm .st-BreadCrumbs {
    top: calc(100% + 28px);
  }
}
/* st-BreadCrumbs
-----------------------------------*/
.st-BreadCrumbs {
  display: none;
}

@media screen and (min-width: 960px) {
  .st-BreadCrumbs {
    max-width: 1300px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-inline: auto;
    position: absolute;
    left: 40px;
    right: 40px;
    top: calc(100% + 18px);
  }
  .st-BreadCrumbs_Item {
    color: #969696;
    font-size: 0.6875rem;
    line-height: 1.36;
    list-style: none;
  }
  .st-BreadCrumbs_Item + .st-BreadCrumbs_Item {
    margin-left: 3em;
    position: relative;
  }
  .st-BreadCrumbs_Item + .st-BreadCrumbs_Item::before {
    content: "＞";
    position: absolute;
    left: -2em;
    top: 0;
  }
  .st-BreadCrumbs_Link {
    color: #969696;
    text-decoration: none;
  }
  .st-BreadCrumbs_Ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
  }
}
@media (any-hover: hover) {
  .st-BreadCrumbs_Link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .st-BreadCrumbs_Link:hover {
    opacity: 0.7;
    text-decoration: underline;
  }
  .st-BreadCrumbs_Link:hover .st-BreadCrumbs_Ellipsis {
    text-decoration: underline;
  }
}
/* st-EntryList
-----------------------------------*/
.st-EntryList01 {
  max-width: 810px;
  margin-inline: auto;
  padding-inline: 20px;
}
.st-EntryList01_Item {
  list-style: none;
  border-bottom: 1px solid #c8c8c8;
}
.st-EntryList01_Item:first-child {
  border-top: 1px solid #c8c8c8;
}
.st-EntryList01_Link {
  font-size: 0.875rem;
  line-height: 1.43;
  text-decoration: none;
  display: block;
  padding-right: 20px;
  padding-top: 13px;
  padding-bottom: 20px;
  position: relative;
}
.st-EntryList01_Link::before, .st-EntryList01_Link::after {
  content: "";
  display: block;
  margin-block: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.st-EntryList01_Link::before {
  width: 16px;
  height: 16px;
  background-color: #556998;
  border-radius: 50%;
  right: 0;
}
.st-EntryList01_Link::after {
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  right: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.st-EntryList01_Date {
  color: #969696;
  display: block;
}
.st-EntryList01_Title {
  display: block;
  margin-top: 6px;
}
.st-EntryList01_Text {
  color: #969696;
  font-size: 0.75rem;
  line-height: 1.67;
  display: block;
  margin-top: 9px;
}

@media screen and (min-width: 960px) {
  .st-EntryList01 {
    padding-inline: 40px;
  }
  .st-EntryList01_Link {
    font-size: 1rem;
    line-height: 1.5;
    padding: 31px 45px 26px 245px;
  }
  .st-EntryList01_Link::before {
    width: 30px;
    height: 30px;
  }
  .st-EntryList01_Link::after {
    width: 8px;
    height: 8px;
    right: 12px;
  }
  .st-EntryList01_Date {
    position: absolute;
    left: 35px;
    top: 31px;
  }
  .st-EntryList01_Title {
    margin-top: 0;
  }
  .st-EntryList01_Text {
    font-size: 0.8125rem;
    line-height: 1.54;
    margin-top: 7px;
  }
}
@media (any-hover: hover) {
  .st-EntryList01_Link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .st-EntryList01_Link::after {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .st-EntryList01_Link:hover {
    opacity: 0.7;
  }
  .st-EntryList01_Link:hover::after {
    right: 5px;
  }
  .st-EntryList01_Link:hover .st-EntryList01_Date, .st-EntryList01_Link:hover .st-EntryList01_Title, .st-EntryList01_Link:hover .st-EntryList01_Text {
    text-decoration: underline;
  }
}
@media (any-hover: hover) and (min-width: 960px) {
  .st-EntryList01_Link:hover::after {
    right: 10px;
  }
}
/* st-EntryDetail
-----------------------------------*/
.st-EntryDetail01_Intro {
  max-width: 1000px;
  margin-inline: auto;
  padding-top: 45px;
  padding-inline: 20px;
  position: relative;
}
.st-EntryDetail01_Date {
  color: #969696;
  font-size: 0.875rem;
  max-width: 900px;
  text-align: right;
  margin-top: 27px;
  margin-inline: auto;
}
.st-EntryDetail01_Back {
  position: absolute;
  right: 20px;
  top: 0;
}
.st-EntryDetail01_Body {
  font-size: 0.875rem;
  line-height: 1.43;
  word-wrap: break-word;
  max-width: 900px;
  margin-top: 30px;
  margin-inline: auto;
  padding-inline: 20px;
}

@media screen and (min-width: 960px) {
  .st-EntryDetail01_Intro {
    padding-top: 0;
    padding-inline: 40px;
  }
  .st-EntryDetail01_Date {
    font-size: 1rem;
  }
  .st-EntryDetail01_Back {
    right: 40px;
    top: -1px;
  }
  .st-EntryDetail01_Body {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 25px;
    padding-inline: 40px;
  }
}
/* st-FooterSupport
-----------------------------------*/
.st-FooterSupport {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 42px;
  margin-inline: auto;
  padding-top: 21px;
  padding-inline: 20px;
  position: relative;
}
.st-FooterSupport::before {
  content: "";
  height: 1px;
  background-color: #556998;
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
}
.st-FooterSupport_Title_En {
  font-family: "Radio Canada Big", serif;
  color: #556998;
  font-size: 1.25rem;
  line-height: 1;
  display: block;
}
.st-FooterSupport_Title_Ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.875rem;
  line-height: 1.33;
  display: block;
  margin-top: 3px;
}
.st-FooterSupport_Title_Ja_Item {
  display: block;
}
.st-FooterSupport_Text {
  font-size: 0.875rem;
  line-height: 1.43;
}
.st-FooterSupport_Title + .st-FooterSupport_Text {
  margin-top: 14px;
}
.st-FooterSupport_Btn .sw-Btn01 {
  width: 100%;
  max-width: 300px;
}

@media screen and (min-width: 600px) {
  .st-FooterSupport_Title_Ja_Item {
    display: inline;
  }
}
@media screen and (min-width: 960px) {
  .st-FooterSupport {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    padding-inline: 40px;
  }
  .st-FooterSupport::before {
    left: 40px;
    right: 40px;
  }
  .st-FooterSupport_Item-text {
    max-width: 600px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .st-FooterSupport_Item-btn {
    width: 300px;
    margin-top: 30px;
  }
  .st-FooterSupport_Text {
    font-size: 1rem;
    line-height: 1.5;
  }
}
/* st-Menu01
-----------------------------------*/
.st-Menu01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.st-FooterSupport + .st-Menu01 {
  margin-top: 80px;
}
.st-Menu01_Item {
  list-style: none;
}
.st-Menu01_Item-sustainability .st-Menu01_Link::before {
  background-image: url("../img/bg_menu01_01_sp.jpg");
}
.st-Menu01_Item-products .st-Menu01_Link::before {
  background-image: url("../img/bg_menu01_02_sp.jpg");
}
.st-Menu01_Item-products02 .st-Menu01_Link::before {
  background-image: url("../img/bg_menu01_04_sp.jpg");
}
.st-Menu01_Item-corp .st-Menu01_Link::before {
  background-image: url("../img/bg_menu01_03_sp.jpg");
}
.st-Menu01_Link {
  color: #fff;
  text-decoration: none;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.st-Menu01_Link::before {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.st-Menu01_Text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  width: 100%;
  max-width: 260px;
  text-align: center;
  position: relative;
}
.st-Menu01 .sw-Arrow01 {
  margin-block: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 700px) {
  .st-Menu01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .st-Menu01_Item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 960px) {
  .st-FooterSupport + .st-Menu01 {
    margin-top: 70px;
  }
  .st-Menu01_Item-sustainability .st-Menu01_Link::before {
    background-image: url("../img/bg_menu01_01_pc.jpg");
  }
  .st-Menu01_Item-products .st-Menu01_Link::before {
    background-image: url("../img/bg_menu01_02_pc.jpg");
  }
  .st-Menu01_Item-products02 .st-Menu01_Link::before {
    background-image: url("../img/bg_menu01_04_pc.jpg");
  }
  .st-Menu01_Item-corp .st-Menu01_Link::before {
    background-image: url("../img/bg_menu01_03_pc.jpg");
  }
  .st-Menu01_Link {
    height: 260px;
  }
}
@media (any-hover: hover) {
  .st-Menu01_Link::before {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .st-Menu01_Link:hover::before {
    -webkit-transform: scale(1.12);
            transform: scale(1.12);
  }
  .st-Menu01_Link:hover .st-Menu01_Text {
    opacity: 0.7;
  }
  .st-Menu01_Text {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
/* st-Footer
-----------------------------------*/
.st-Footer {
  position: relative;
}
.st-Menu01 + .st-Footer {
  margin-top: 135px;
}
.st-Footer_LogoNav {
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  margin-inline: auto;
  padding-inline: 20px;
}
.st-Footer_Logo {
  padding-bottom: 10px;
  position: relative;
}
.st-Footer_Logo::before {
  content: "";
  width: 200px;
  height: 1px;
  background-color: #969696;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.st-Footer_Logo_Link {
  display: inline-block;
  margin-left: -5px;
  padding: 5px;
}
.st-Footer_Logo_Image {
  width: 250px;
  height: auto;
}
.st-Footer_Nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 25px;
}
.st-Footer_Nav_Item-01 {
  width: calc(50% - 25px);
}
.st-Footer_Nav_Item-02 {
  width: 50%;
}
.st-Footer_Nav_Item-03 {
  width: 100%;
}
.st-Footer_Nav_List_Item {
  list-style: none;
}
.st-Footer_Nav_List_Link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  text-decoration: none;
  display: inline-block;
  margin-left: -10px;
  padding: 10px;
}
.st-Footer_Nav_List_Sm {
  font-size: 80%;
}
.st-Footer_SubNav {
  margin-top: -7px;
}
.st-Footer_SubNav_Item {
  list-style: none;
  padding-left: 15px;
  position: relative;
}
.st-Footer_SubNav_Item::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #b4b4b4;
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
}
.st-Footer_SubNav_Link {
  font-family: "Noto Sans JP", sans-serif;
  color: #646464;
  font-size: 0.875rem;
  line-height: 1.43;
  text-decoration: none;
  display: inline-block;
  padding: 5px;
}
.st-Footer_SubNav_Sm {
  font-size: 80%;
}
.st-Footer_OtherNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
}
.st-Footer_OtherNav_Item {
  list-style: none;
  width: 50%;
}
.st-Footer_OtherNav_Link {
  font-family: "Noto Sans JP", sans-serif;
  color: #646464;
  font-size: 0.875rem;
  text-decoration: none;
  display: inline-block;
  margin-left: -5px;
  padding: 5px;
}
.st-Footer_Recruit {
  margin-top: 15px;
}
.st-Footer_Recruit_Link {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
  width: 140px;
  height: 40px;
  background-color: #556998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.st-Footer_Recruit_Text {
  display: inline-block;
}
.st-Footer_Recruit_ExternalIco {
  width: 13px;
  height: auto;
}
.st-Footer_Copyright {
  height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 30px;
  padding-top: 27px;
  padding-inline: 20px;
  position: relative;
}
.st-Footer_Copyright::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  -webkit-clip-path: polygon(0 0, calc(100% - 60px) 0, calc(100% - 110px) 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 60px) 0, calc(100% - 110px) 100%, 0 100%);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.st-Footer_Copyright_Text {
  font-family: "Radio Canada Big", serif;
  font-size: 0.8125rem;
  line-height: 1.54;
  max-width: 220px;
}
.st-Footer_Copyright_Sm {
  font-size: 100%;
}
.st-Footer_Pagetop {
  position: absolute;
  right: 0;
  bottom: 75px;
}
.st-Footer_Pagetop_Link {
  color: #fff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  background-color: #556998;
  border-radius: 50%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5px;
  opacity: 0.6;
}
.st-Footer_Pagetop_Text {
  font-family: "Radio Canada Big", serif;
  font-size: 0.8125rem;
  line-height: 1;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1px;
  text-align: center;
}
.st-Footer_Pagetop_Text::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("../img/ico_pagetop_01.svg") no-repeat 0 0;
  background-size: 100% 100%;
  display: block;
}

@media screen and (min-width: 600px) {
  .st-Footer_Copyright_Text {
    max-width: 1300px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 700px) {
  .st-Footer_Nav {
    max-width: 770px;
  }
  .st-Footer_Nav_Item-01 {
    width: calc(37.6623376623% - 25px);
  }
  .st-Footer_Nav_Item-02 {
    width: calc(32.4675324675% - 25px);
  }
  .st-Footer_Nav_Item-03 {
    width: 29.8701298701%;
  }
  .st-Footer_OtherNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .st-Footer_OtherNav_Item {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .st-Menu01 + .st-Footer {
    margin-top: 215px;
  }
  .st-Footer_LogoNav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    padding-inline: 40px;
  }
  .st-Footer_Logo {
    width: 290px;
    padding-bottom: 0;
  }
  .st-Footer_Logo::before {
    width: 1px;
    height: auto;
    left: auto;
    right: 0;
    top: 5px;
    bottom: -10px;
  }
  .st-Footer_Nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: -6px;
  }
  .st-Footer_Nav_List_Link {
    font-size: 1rem;
    padding-block: 8px;
  }
  .st-Footer_SubNav {
    margin-top: -5px;
  }
  .st-Footer_Recruit_Link {
    font-size: 1rem;
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
  }
  .st-Footer_Copyright {
    margin-top: 60px;
    padding-inline: 40px;
  }
  .st-Footer_Copyright::before {
    -webkit-clip-path: polygon(0 0, calc(50% + 250px) 0, calc(50% + 150px) 100%, 0 100%);
            clip-path: polygon(0 0, calc(50% + 250px) 0, calc(50% + 150px) 100%, 0 100%);
  }
  .st-Footer_Pagetop {
    right: 20px;
  }
}
@media screen and (min-width: 1050px) {
  .st-Footer_LogoNav {
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
  }
  .st-Footer_Logo {
    width: 310px;
  }
}
@media (any-hover: hover) {
  .st-Footer_Logo_Link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .st-Footer_Logo_Link:hover {
    opacity: 0.7;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .st-Footer_Nav_List_Link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .st-Footer_Nav_List_Link:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
  .st-Footer_SubNav_Link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .st-Footer_SubNav_Link:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
  .st-Footer_OtherNav_Link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .st-Footer_OtherNav_Link:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
  .st-Footer_Recruit_Link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .st-Footer_Recruit_Link:hover {
    opacity: 0.7;
  }
  .st-Footer_Recruit_Link:hover .st-Footer_Recruit_Text {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  .st-Footer_Recruit_Text {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .st-Footer_Pagetop_Link {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .st-Footer_Pagetop_Link:hover {
    opacity: 0.9;
  }
  .st-Footer_Pagetop_Link:hover .st-Footer_Pagetop_Text {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .st-Footer_Pagetop_Text {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
/* sw-Title
-----------------------------------*/
.sw-Title01 {
  font-family: "Noto Sans JP", sans-serif;
  color: #556998;
  font-size: 1.875rem;
  line-height: 1.33;
  font-weight: 700;
}
.sw-Title01_Sm {
  font-size: 80%;
}

.sw-Title02 {
  font-family: "Noto Sans JP", sans-serif;
  color: #556998;
  font-size: 1.25rem;
}
.sw-Title02_Sm {
  font-size: 80%;
}

.sw-Title03 {
  font-family: "Noto Sans JP", sans-serif;
  color: #556998;
  font-size: 1.5625rem;
  line-height: 1.4;
  font-weight: 700;
}

.sw-Title04 {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 1.25rem;
  background-color: #556998;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 15px;
}

.sw-Title05 {
  font-family: "Noto Sans JP", sans-serif;
  color: #556998;
  font-size: 2.5rem;
  font-weight: 700;
}

.sw-Title06 {
  font-family: "Noto Sans JP", sans-serif;
  color: #556998;
  font-size: 1.375rem;
  line-height: 1.36;
  padding-bottom: 7px;
  position: relative;
}
.sw-Title06::before, .sw-Title06::after {
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sw-Title06::before {
  width: 100%;
  background-color: #c8c8c8;
}
.sw-Title06::after {
  width: 100px;
  background-color: #556998;
}

@media screen and (min-width: 960px) {
  .sw-Title06 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.sw-Title07 {
  font-family: "Noto Sans JP", sans-serif;
  color: #556998;
  font-size: 1.375rem;
  line-height: 1.36;
}

@media screen and (min-width: 960px) {
  .sw-Title07 {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
/* sw-Btn
-----------------------------------*/
.sw-Btn01 {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  background-color: #556998;
  border: 1px solid #556998;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 0;
  position: relative;
  cursor: pointer;
}
.sw-Btn01_Sm {
  font-size: 80%;
}
.sw-Btn01 .sw-Arrow01 {
  margin-block: auto;
  position: absolute;
  right: 9px;
  top: 0;
  bottom: 0;
}
.sw-Btn01_ExternalIco {
  margin-block: auto;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
}

@media (any-hover: hover) {
  .sw-Btn01 {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sw-Btn01:hover {
    color: #556998;
    background-color: #fff;
  }
  .sw-Btn01:hover .sw-Arrow01 {
    background-color: #556998;
  }
  .sw-Btn01:hover .sw-Arrow01::before, .sw-Btn01:hover .sw-Arrow01::after {
    background-color: #fff;
  }
  .sw-Btn01-external::before {
    content: "";
    width: 13px;
    height: 11px;
    background: url("../img/ico_external_02.svg") no-repeat 0 0;
    background-size: 100% 100%;
    display: block;
    margin-block: auto;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sw-Btn01-external .sw-Btn01_ExternalIco {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sw-Btn01-external:hover::before {
    opacity: 1;
  }
  .sw-Btn01-external:hover .sw-Btn01_ExternalIco {
    opacity: 0;
  }
}
.sw-Btn02 {
  font-family: "Noto Sans JP", sans-serif;
  color: #b40000;
  font-size: 0.875rem;
  line-height: 1.43;
  text-decoration: none;
  background: transparent;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 0;
  cursor: pointer;
}
.sw-Btn02::before {
  content: "";
  width: 40px;
  height: 50px;
  background: url("../img/ico_pdf_01.svg") no-repeat 0 0;
  background-size: 100% 100%;
  display: block;
}

@media screen and (min-width: 960px) {
  .sw-Btn02 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (any-hover: hover) {
  .sw-Btn02 {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sw-Btn02:hover {
    text-decoration: underline;
    opacity: 0.7;
  }
}
.sw-Btn03 {
  font-family: "Noto Sans JP", sans-serif;
  color: #b4b4b4;
  font-size: 0.875rem;
  text-decoration: none;
  background: transparent;
  border: none;
  display: inline-block;
  padding-block: 5px;
  padding-right: 35px;
  position: relative;
}
.sw-Btn03::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/ico_01.svg") no-repeat 0 0;
  background-size: 100% 100%;
  display: block;
  margin-block: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.sw-Btn03_Sm {
  font-size: 80%;
}

@media screen and (min-width: 960px) {
  .sw-Btn03 {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .sw-Btn03 {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sw-Btn03:hover {
    opacity: 0.7;
  }
}
.sw-Btn04 {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  background-color: #556998;
  border: 1px solid #556998;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 27px 0;
  position: relative;
  cursor: pointer;
}
.sw-Btn04_Sm {
  font-size: 80%;
}
.sw-Btn04 .sw-Arrow01 {
  margin-block: auto;
  position: absolute;
  right: 19px;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 960px) {
  .sw-Btn04 {
    font-size: 1.25rem;
    padding-block: 24px;
  }
}
@media (any-hover: hover) {
  .sw-Btn04 {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sw-Btn04:hover {
    color: #556998;
    background-color: #fff;
  }
  .sw-Btn04:hover .sw-Arrow01 {
    background-color: #556998;
  }
  .sw-Btn04:hover .sw-Arrow01::before, .sw-Btn04:hover .sw-Arrow01::after {
    background-color: #fff;
  }
}
.sw-Btn05 {
  font-family: "Noto Sans JP", sans-serif;
  color: #c8c8c8;
  font-size: 1rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px 0;
  position: relative;
  cursor: pointer;
}
.sw-Btn05_Sm {
  font-size: 80%;
}

@media screen and (min-width: 960px) {
  .sw-Btn05 {
    font-size: 1.25rem;
    padding-block: 14px;
  }
}
@media (any-hover: hover) {
  .sw-Btn05 {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sw-Btn05:hover {
    color: #fff;
    background-color: #c8c8c8;
  }
}
/* sw-Arrow
-----------------------------------*/
.sw-Arrow01 {
  width: 20px;
  height: 20px;
  background-color: #fff;
  display: block;
  position: relative;
}
.sw-Arrow01::before, .sw-Arrow01::after {
  content: "";
  height: 1px;
  background-color: #556998;
  display: block;
  position: absolute;
}
.sw-Arrow01::before {
  width: 17px;
  left: 0;
  top: 10px;
}
.sw-Arrow01::after {
  width: 8px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  left: 10px;
  top: 8px;
}

@media (any-hover: hover) {
  .sw-Arrow01 {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sw-Arrow01::before, .sw-Arrow01::after {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
.sw-Arrow02 {
  width: 20px;
  height: 20px;
  background-color: #556998;
  display: block;
  position: relative;
}
.sw-Arrow02::before, .sw-Arrow02::after {
  content: "";
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
}
.sw-Arrow02::before {
  width: 17px;
  left: 0;
  top: 10px;
}
.sw-Arrow02::after {
  width: 8px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  left: 10px;
  top: 8px;
}

@media (any-hover: hover) {
  .sw-Arrow02 {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sw-Arrow02::before, .sw-Arrow02::after {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
/* sw-Form
-----------------------------------*/
.sw-Form_Inner {
  max-width: 1040px;
  margin-inline: auto;
  padding-inline: 20px;
}
.sw-Form_Section + .sw-Form_Section {
  margin-top: 40px;
}
.sw-Form_Title + .sw-Form_Section {
  margin-top: 9px;
}
.sw-Form_SectionLabel {
  color: #000;
  width: 100%;
  max-width: 980px;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 22px;
}
.sw-Form_SectionLabel-maxw305 {
  max-width: 305px;
}
.sw-Form_SectionLabel-maxw390 {
  max-width: 390px;
}
.sw-Form_SectionLabel-maxw440 {
  max-width: 440px;
}
.sw-Form_SectionLabel-maxw475 {
  max-width: 475px;
}
.sw-Form_SectionLabel-maxw580 {
  max-width: 580px;
}
.sw-Form_SectionLabel-maxw640 {
  max-width: 640px;
}
.sw-Form_SectionLabel-maxw720 {
  max-width: 720px;
}
.sw-Form_SectionLabel_Text {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-top: 4px;
}
.sw-Form_SectionLabel_Text_Necessary {
  color: #b41428;
}
.sw-Form_SectionLabel_Text_Sm {
  font-size: 80%;
}
.sw-Form_SectionLabel_Msg {
  color: #b41428;
  line-height: 1.5;
  margin-left: auto;
  margin-right: 0;
  padding-top: 4px;
}
.sw-Form_SectionLabel_Msg::before {
  content: "［";
}
.sw-Form_SectionLabel_Msg::after {
  content: "］";
}
.sw-Form_SectionInput {
  font-size: 0.9375rem;
  max-width: 920px;
  margin-top: 10px;
}
.sw-Form_SectionInput_Item {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
  font-size: 1rem;
  width: 100%;
  background-color: #fff;
  border: 1px solid #646464;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  padding: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.sw-Form_SectionInput_Item-radio, .sw-Form_SectionInput_Item-checkbox {
  display: inline-block;
  padding: 4px 10px 4px 28px;
  cursor: pointer;
  position: relative;
}
.sw-Form_SectionInput_Item-radio input[type=radio],
.sw-Form_SectionInput_Item-radio input[type=checkbox], .sw-Form_SectionInput_Item-checkbox input[type=radio],
.sw-Form_SectionInput_Item-checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 6px;
}
.sw-Form_SectionInput_Item-error {
  border-color: #b41428;
  border-width: 2px;
}
.sw-Form_SectionInput_Item::-webkit-input-placeholder {
  color: #c8c8c8;
}
.sw-Form_SectionInput_Item::-moz-placeholder {
  color: #c8c8c8;
}
.sw-Form_SectionInput_Item:-ms-input-placeholder {
  color: #c8c8c8;
}
.sw-Form_SectionInput_Item::-ms-input-placeholder {
  color: #c8c8c8;
}
.sw-Form_SectionInput_Item::placeholder {
  color: #c8c8c8;
}
.sw-Form_SectionInput_Item-name {
  width: calc(50% - 20px);
}
.sw-Form_SectionInput_Item-name + .sw-Form_SectionInput_Item-name {
  margin-left: 10px;
}
.sw-Form_SectionInput_Item-tel01 {
  width: calc(28% - 0.35em);
  max-width: 140px;
}
.sw-Form_SectionInput_Item-tel02 {
  width: calc(36% - 0.35em);
  max-width: 180px;
}
.sw-Form_SectionInput_Item-zipcode01 {
  width: calc(45% - 0.3em);
  max-width: 140px;
}
.sw-Form_SectionInput_Item-zipcode02 {
  width: calc(55% - 0.3em);
  max-width: 180px;
}
.sw-Form_SectionInput_Item-age {
  max-width: 310px;
}
.sw-Form_SectionInput_Item-m1w {
  width: calc(100% - 30px);
}
.sw-Form_SectionInput_Item-m2w {
  width: calc(100% - 45px);
}
.sw-Form_SectionInput_Item-h150 {
  height: 150px;
}
.sw-Form_SectionInput_Item-h200 {
  height: 200px;
}
.sw-Form_SectionInput select::-ms-expand {
  display: none;
}
.sw-Form_SectionInput_Select {
  position: relative;
}
.sw-Form_SectionInput_Select::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 14px 10px;
  border-style: solid;
  border-color: #646464 transparent transparent transparent;
  display: block;
  margin: auto 0;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
.sw-Form_SectionInput_Select-pref {
  max-width: 330px;
}
.sw-Form_SectionInput_Text-01 {
  margin-left: 10px;
  color: #646464;
}
.sw-Form_SectionInput_Text-02 {
  color: #000;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: bold;
}
.sw-Form_SectionInput_Note {
  color: #000;
  font-size: 1rem;
  text-indent: -1em;
  margin: 6px 0 0 1em;
}
.sw-Form_SectionInput_Note_Str {
  color: #b41428;
  font-weight: 400;
}
.sw-Form_Btn {
  margin-top: 65px;
  text-align: center;
}
.sw-Form_Btn .sw-Btn04 {
  width: 100%;
  max-width: 460px;
}
.sw-Form_Btn-disabled .sw-Btn04 {
  color: #fff;
  background-color: #c8c8c8;
  border-color: #c8c8c8;
  cursor: auto;
}
.sw-Form_Btn-disabled .sw-Btn04 .sw-Arrow01 {
  display: none;
}
.sw-Form_Thanks {
  max-width: 600px;
  margin-inline: auto;
}
.sw-Form_ThanksText {
  font-size: 0.875rem;
  line-height: 1.43;
}
.sw-Form_ThanksTitle + .sw-Form_ThanksText {
  margin-top: 12px;
}
.sw-Form_ThanksText + .sw-Form_ThanksText {
  margin-top: 10px;
}
.sw-Form_ThanksBtn {
  max-width: 460px;
  margin-top: 63px;
  margin-inline: auto;
}
.sw-Form_ThanksBtn .sw-Btn04 {
  width: 100%;
}
.sw-Form-confirm .sw-Form_Section + .sw-Form_Section {
  margin-top: 50px;
}
.sw-Form-confirm .sw-Form_SectionLabel_Text {
  color: #646464;
  font-size: 0.875rem;
}
.sw-Form-confirm .sw-Form_SectionLabel_Text_Sm {
  font-size: 100%;
}
.sw-Form-confirm .sw-Form_SectionInput {
  margin-top: 0;
}
.sw-Form-confirm .sw-Form_SectionInput_Text-01 {
  margin-left: 8px;
}
.sw-Form-confirm .sw-Form_Btn {
  width: 100%;
  max-width: 810px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 85px;
  margin-inline: auto;
}
.sw-Form-confirm .sw-Form_Btn-submit {
  width: 100%;
  margin-top: 61px;
}
.sw-Form-confirm .sw-Form_Btn-back {
  width: 220px;
  text-align: left;
}
.sw-Form-confirm .sw-Form_Btn-back .sw-Btn05 {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .sw-Form_Inner {
    padding-inline: 40px;
  }
  .sw-Form_Section + .sw-Form_Title {
    margin-top: 140px;
  }
  .sw-Form_SectionLabel-baseline {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sw-Form_SectionLabel_Text {
    margin-left: 70px;
  }
  .sw-Form_SectionInput {
    margin-left: 60px;
  }
  .sw-Form_SectionInput_Item-name {
    width: calc(50% - 30px);
  }
  .sw-Form_SectionInput_Item-name + .sw-Form_SectionInput_Item-name {
    margin-left: 20px;
  }
  .sw-Form_SectionInput_Item-m1w {
    width: calc(100% - 40px);
  }
  .sw-Form_SectionInput_Item-m2w {
    width: calc(100% - 55px);
  }
  .sw-Form_SectionInput_Text-01 {
    margin-left: 20px;
  }
  .sw-Form_Note {
    margin: 135px 0 0 60px;
  }
  .sw-Form_Btn {
    margin-top: 85px;
  }
  .sw-Form_ThanksText {
    font-size: 1rem;
    line-height: 1.5;
  }
  .sw-Form_ThanksTitle + .sw-Form_ThanksText {
    margin-top: 18px;
  }
  .sw-Form_ThanksBtn {
    margin-top: 79px;
  }
  .sw-Form-confirm .sw-Form_SectionLabel_Text {
    font-size: 1rem;
  }
  .sw-Form-confirm .sw-Form_SectionInput {
    margin-top: 20px;
  }
  .sw-Form-confirm .sw-Form_Btn {
    margin-top: 155px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .sw-Form-confirm .sw-Form_Btn-submit {
    width: 380px;
    margin-top: 0;
    margin-inline: 0;
  }
}
/* sw-Pager
-----------------------------------*/
.sw-Pager_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 80px;
  position: relative;
}
.sw-Pager_Controls, .sw-Pager_Num {
  font-size: 0.8125rem;
  list-style: none;
}
.sw-Pager_Controls a, .sw-Pager_Num a {
  text-decoration: none;
  display: block;
}
.sw-Pager_Controls {
  position: absolute;
}
.sw-Pager_Controls a, .sw-Pager_Controls-nolink {
  background-color: #646464;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sw-Pager_Controls-prev, .sw-Pager_Controls-next {
  top: 0;
}
.sw-Pager_Controls-prev a, .sw-Pager_Controls-prev.sw-Pager_Controls-nolink, .sw-Pager_Controls-next a, .sw-Pager_Controls-next.sw-Pager_Controls-nolink {
  width: 50px;
  height: 50px;
}
.sw-Pager_Controls-prev img, .sw-Pager_Controls-next img {
  width: 20px;
  height: auto;
}
.sw-Pager_Controls-prev {
  right: calc(50% + 15px);
}
.sw-Pager_Controls-prev img {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}
.sw-Pager_Controls-next {
  left: calc(50% + 15px);
}
.sw-Pager_Controls-next img {
  -webkit-transform: translateX(2px);
          transform: translateX(2px);
}
.sw-Pager_Controls-first, .sw-Pager_Controls-last {
  top: 5px;
}
.sw-Pager_Controls-first a, .sw-Pager_Controls-first.sw-Pager_Controls-nolink, .sw-Pager_Controls-last a, .sw-Pager_Controls-last.sw-Pager_Controls-nolink {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.sw-Pager_Controls-first img, .sw-Pager_Controls-last img {
  width: 11px;
  height: auto;
}
.sw-Pager_Controls-first {
  right: calc(50% + 95px);
}
.sw-Pager_Controls-last {
  left: calc(50% + 95px);
}
.sw-Pager_Controls-nolink {
  opacity: 0.3;
}
.sw-Pager_Num {
  color: #505050;
  line-height: 22px;
}
.sw-Pager_Num a {
  color: #505050;
}
.sw-Pager_Num a, .sw-Pager_Num-current, .sw-Pager_Num-space {
  text-align: center;
  min-width: 22px;
  height: 24px;
  border: 1px solid #787878;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f5f5f5;
}
.sw-Pager_Num + .sw-Pager_Num {
  margin-left: 5px;
}
.sw-Pager_Num-current {
  color: #fff;
  background-color: #787878;
}

@media screen and (min-width: 700px) {
  .sw-Pager_List {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
  }
  .sw-Pager_Controls {
    position: static;
  }
  .sw-Pager_Controls-prev a, .sw-Pager_Controls-prev.sw-Pager_Controls-nolink, .sw-Pager_Controls-next a, .sw-Pager_Controls-next.sw-Pager_Controls-nolink {
    width: 35px;
    height: 35px;
  }
  .sw-Pager_Controls-prev img, .sw-Pager_Controls-next img {
    width: 14px;
  }
  .sw-Pager_Controls-prev {
    margin-right: 17px;
  }
  .sw-Pager_Controls-next {
    margin-left: 17px;
  }
  .sw-Pager_Controls-first {
    margin-right: 11px;
  }
  .sw-Pager_Controls-last {
    margin-left: 11px;
  }
}
@media (any-hover: hover) {
  .sw-Pager_Controls a,
  .sw-Pager_Controls img {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sw-Pager_Controls a:hover {
    opacity: 0.7;
  }
  .sw-Pager_Controls-prev a:hover img {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  .sw-Pager_Controls-next a:hover img {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  .sw-Pager_Controls-first a:hover img {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  .sw-Pager_Controls-last a:hover img {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  .sw-Pager_Num a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sw-Pager_Num a:hover {
    color: #fff;
    background: #787878;
  }
}
/* sw-Controls
-----------------------------------*/
.sw-Controls_List {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.sw-Controls_List::before {
  content: "";
  width: 1px;
  background-color: #b4b4b4;
  display: block;
  position: absolute;
  left: 50%;
  top: 6px;
  bottom: 6px;
}
.sw-Controls_Item {
  list-style: none;
}
.sw-Controls_Item-prev .sw-Controls_Inner::before {
  left: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.sw-Controls_Item-next {
  margin-left: 10px;
}
.sw-Controls_Item-next .sw-Controls_Inner::before {
  right: 0;
}
.sw-Controls_Item-nolink {
  opacity: 0.5;
}
.sw-Controls a {
  text-decoration: none;
}
.sw-Controls_Inner {
  color: #b4b4b4;
  display: block;
  padding: 5px 35px;
  position: relative;
}
.sw-Controls_Inner::before {
  content: "";
  width: 16px;
  height: 25px;
  background: url("../img/ico_arrow_01.svg") no-repeat 0 0;
  background-size: 100% 100%;
  display: block;
  margin-block: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.sw-Controls_Back {
  list-style: none;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: -60px;
}
.sw-Controls_BackLink {
  color: #b4b4b4;
  display: inline-block;
  padding: 5px;
}
.sw-Controls_BackSm {
  font-size: 80%;
}

@media screen and (min-width: 960px) {
  .sw-Controls_List {
    font-size: 1rem;
  }
  .sw-Controls_List::before {
    display: none;
  }
  .sw-Controls_Item-next {
    margin-left: 0;
  }
  .sw-Controls_Back {
    width: auto;
    margin-inline: 5px;
    position: static;
  }
  .sw-Controls_BackLink {
    width: 220px;
    padding-inline: 0;
    position: relative;
  }
  .sw-Controls_BackLink::before, .sw-Controls_BackLink::after {
    content: "";
    width: 1px;
    background-color: #b4b4b4;
    display: block;
    position: absolute;
    top: 6px;
    bottom: 6px;
  }
  .sw-Controls_BackLink::before {
    left: 0;
  }
  .sw-Controls_BackLink::after {
    right: 0;
  }
}
@media (any-hover: hover) {
  .sw-Controls_Item-prev a:hover:before {
    -webkit-transform: scaleX(-1) translateX(2px);
            transform: scaleX(-1) translateX(2px);
  }
  .sw-Controls_Item-next a:hover:before {
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  .sw-Controls a:not(.sw-Controls_BackLink) {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sw-Controls a:not(.sw-Controls_BackLink)::before {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sw-Controls a:not(.sw-Controls_BackLink):hover {
    opacity: 0.7;
  }
  .sw-Controls_BackLink {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sw-Controls_BackLink:hover {
    color: rgba(180, 180, 180, 0.7);
  }
}
/* sw-inview
-----------------------------------*/
@media (scripting: enabled) {
  .sw-fadeinview {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .sw-fadeinview.is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* 2025.01.25
-----------------------------------*/
/* news */
@media screen and (min-width: 960px) {
  .newsfr-EntryList {
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 960px) {
  .newsde-Entry {
    margin-bottom: 123px;
  }
}
.is-newsde .st-PageIntro {
  background-image: url("/mmc/corp/news/img/bg_newsfr_01_sp.jpg");
}
@media screen and (min-width: 700px) {
  .is-newsde .st-PageIntro {
    background-image: url("/mmc/corp/news/img/bg_newsfr_01_pc.jpg");
  }
}
.st-EntryDetail01_Body {
    padding-bottom: 123px;
    border-bottom: 1px solid #c8c8c8;
}
@media screen and (min-width: 960px) {
  .st-EntryDetail01_Body {
    line-height: 2.2 !important;
  }
}
.st-EntryDetail01_Name {
    margin-bottom: 30px;
    text-align: right;
}
/* form */
.sw-Form_SectionInput {
  margin-top: 0;
}
.support-Form_Type .wpcf7-list-item {
  display: inline-block;
  margin: 0;
  font-size: 1.25rem;
}
@media screen and (min-width: 700px) {
  .wpcf7-list-item {
    width: 50%;
  }
}
.wpcf7-list-item label {
display: inline-block;
  padding: 4px 10px 4px 0;
  cursor: pointer;
  position: relative;
}
.sw-Form_SectionInput_Item-tel {
max-width:500px;
}
.select-Pref {
position:relative;
}
.select-Pref_width {
max-width: 330px;
}
.select-Pref::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 14px 10px;
  border-style: solid;
  border-color: #646464 transparent transparent transparent;
  display: block;
  margin: auto 0;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  pointer-events: none;
  -webkit-transform: translateY(7px);
  transform: translateY(7px);
z-index:1;
}
.sw-Form_SectionInput p {
margin: 10px 0;
  font-size: 1rem;
  line-height: 1.5;
}
.input-wrap {
margin: 45px 0;
}
#reCAPTCHAArea {
  max-width: 304px;
  margin: 0 auto;
}
#pBtnArea {
  margin: 65px auto 0;
position:relative;
max-width: 460px;
}
@media screen and (min-width: 960px) {
#pBtnArea {
margin-top: 50px;
}
}
.wpcf7-submit {
  width: 100%;
  max-width: 460px;
}
.wpcf7-submit {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  background-color: #556998;
  border: 1px solid #556998;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 27px 0;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .wpcf7-submit {
    font-size: 1.25rem;
    padding-block: 24px;
  }
}
@media (any-hover: hover) {
  .wpcf7-submit {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .wpcf7-submit:hover {
    color: #556998;
    background-color: #fff;
  }
}
#pBtnArea::before {
  content: "";
height:1px;
background-color: #fff;
  display: block;
  position: absolute;
z-index:1;
}
#pBtnArea::after {
  content: "";
height:1px;
background-color: #fff;
  display: block;
  position: absolute;
}
#pBtnArea::before {
  width: 17px;
  right: 20px;
  top: 40px;
}
#pBtnArea::after {
  width: 8px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  right: 20px;
  top: 38px;
}
#pBtnArea:hover::before, #pBtnArea:hover::after {
    background-color: #556998;
}
.wpcf7-not-valid-tip {
margin-top:10px;
}
.wpcf7-previous {
width:100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #c8c8c8;
  font-size: 1rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px 0;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 960px) {
  .wpcf7-previous {
    font-size: 1.25rem;
    padding-block: 14px;
  }
}
@media (any-hover: hover) {
  .wpcf7-previous {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .wpcf7-previous:hover {
    color: #fff;
    background-color: #c8c8c8;
  }
}
.sw-Form-confirm .sw-Form_Btn-submit {
  display: flex;
  align-items: center;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1em 0;
  padding: 0.5em 1em;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border: 0;
  border-radius: 4px;
  background-color: #ffc000;
}
.wpcf7 form.sent .wpcf7-response-output {
  padding: 2em;
  border: 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  text-align: left;
  background-color: #46b450;
}
@media screen and (min-width: 960px) {
  .wpcf7 form.sent .sw-Form-confirm .sw-Form_Btn {
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
}
.grecaptcha-badge {
  bottom: 150px !important;
}