/* 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;
}

/* clearfix
-----------------------------------*/
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

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

/* body
-----------------------------------*/
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  background: #090E11 url("../img/bg_global_home_01_sp.webp") top center no-repeat;
  background-size: auto 515px;
  padding-top: 165px;
}
body .no-webp {
  background-image: url("../img/bg_global_home_01_sp.jpg");
}

@media only screen and (min-width: 600px) {
  body {
    background-image: url("../img/bg_global_home_01_pc.webp");
    background-size: auto;
    padding-top: 290px;
  }
  body .no-webp {
    background-image: url("../img/bg_global_home_01_pc.jpg");
  }
}
/* sw-ImageText
-----------------------------------*/
.sw-ImageText _:lang(x)::-internal-media-controls-overlay-cast-button, .sw-ImageText {
  image-rendering: -webkit-optimize-contrast;
}

/* sw-inview
-----------------------------------*/
.sw-fadeinview {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.sw-fadeinview.is-active {
  opacity: 1;
  transform: translateY(0);
}

/* globalhome-Intro
-----------------------------------*/
.globalhome-Intro {
  padding-inline: 20px;
  max-width: 1000px;
  margin-inline: auto;
}
.globalhome-Intro_Text {
  color: #fff;
  font-size: 0.8125rem;
}
.globalhome-Intro_Text_Item {
  display: block;
}
.globalhome-Intro_Title + .globalhome-Intro_Text {
  margin-top: 20px;
}

@media only screen and (min-width: 960px) {
  .globalhome-Intro {
    padding-inline: 40px;
  }
  .globalhome-Intro_Text {
    font-size: 0.875rem;
  }
  .globalhome-Intro_Text_Item {
    display: inline-block;
  }
  .globalhome-Intro_Title + .globalhome-Intro_Text {
    margin-top: 30px;
  }
}
/* globalhome-Link
-----------------------------------*/
.globalhome-Link {
  margin: 70px auto 0;
  padding-inline: 20px;
  max-width: 1000px;
}
.globalhome-Link_Content {
  padding-inline: 10px;
}
.globalhome-Link_Content + .globalhome-Link_Content {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 15px;
  padding-top: 20px;
}
.globalhome-Link_Site {
  display: block;
  text-decoration: none;
  padding-block: 5px;
}
.globalhome-Link_Title + .globalhome-Link_Site {
  margin-top: 10px;
}
.globalhome-Link_Site_Title {
  color: #fff;
  font-size: 0.9375rem;
}
.globalhome-Link_Site_Title::after {
  content: "";
  display: inline-block;
  background: url("../img/icon_global_home_01.svg") center top no-repeat;
  background-size: contain;
  height: 8px;
  width: 5px;
  padding-left: 15px;
}
.globalhome-Link_Site_Text {
  color: #A8A8A8;
  font-size: 0.75rem;
}
.globalhome-Link_Site_Title + .globalhome-Link_Site_Text {
  margin-top: 8px;
}

@media only screen and (min-width: 960px) {
  .globalhome-Link {
    margin-top: 80px;
    padding-inline: 40px;
  }
  .globalhome-Link_Content {
    width: 660px;
    padding-inline: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .globalhome-Link_Content + .globalhome-Link_Content {
    margin-top: 35px;
    padding-top: 35px;
  }
  .globalhome-Link_Title_Image {
    height: 28px;
    width: auto;
  }
  .globalhome-Link_Site {
    width: 460px;
    transition: all 0.4s ease;
  }
  .globalhome-Link_Title + .globalhome-Link_Site {
    margin-top: 0;
  }
  .globalhome-Link_Site_Title {
    font-size: 1rem;
  }
  .globalhome-Link_Site_Text {
    font-size: 0.8125rem;
  }
  .globalhome-Link_Site_Title + .globalhome-Link_Site_Text {
    margin-top: 12px;
  }
  .globalhome-Link_Site:hover {
    opacity: 0.6;
  }
}
/* globalhome-Topics
-----------------------------------*/
.globalhome-Topics {
  margin: 70px auto 0;
  max-width: 1200px;
  padding: 40px 20px;
  background: linear-gradient(90deg, rgba(206, 206, 206, 0) 0%, rgba(206, 206, 206, 0.13) 50.52%, rgba(206, 206, 206, 0) 100%);
}
.globalhome-Topics_Title {
  text-align: center;
}
.globalhome-Topics_Wrapper {
  margin: 20px auto 0;
  max-height: 250px;
  max-width: 810px;
  overflow: auto;
}
.globalhome-Topics_List {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.globalhome-Topics_List_Item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 10px;
  position: relative;
}
.globalhome-Topics_List_Inner {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.8125rem;
  text-decoration: none;
}
.globalhome-Topics_List_Inner-Link {
  display: block;
  padding-right: 45px;
}
.globalhome-Topics_List_Inner-Link::before, .globalhome-Topics_List_Inner-Link::after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  margin: auto 0;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
}
.globalhome-Topics_List_Inner-Link::before {
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  box-sizing: border-box;
}
.globalhome-Topics_List_Inner-Link::after {
  background: url("../img/icon_global_home_01.png") center center no-repeat;
  background-size: 5px 8px;
}
.globalhome-Topics_List_Date {
  display: block;
}
.globalhome-Topics_List_Text {
  display: block;
}
.globalhome-Topics_List_Date + .globalhome-Topics_List_Text {
  margin-top: 5px;
}
.globalhome-Topics_List_Text_Item {
  display: block;
}
.globalhome-Topics_List_Text_Item + .globalhome-Topics_List_Text_Item {
  margin-top: 20px;
}

@media only screen and (min-width: 700px) {
  .globalhome-Topics_List_Inner {
    display: flex;
  }
  .globalhome-Topics_List_Date {
    width: 110px;
  }
  .globalhome-Topics_List_Text {
    flex: 1;
    margin-left: 30px;
  }
  .globalhome-Topics_List_Date + .globalhome-Topics_List_Text {
    margin-top: 0;
  }
}
@media only screen and (min-width: 960px) {
  .globalhome-Topics {
    margin-top: 100px;
  }
  .globalhome-Topics_List_Inner-Link {
    transition: all 0.4s ease;
  }
  .globalhome-Topics_List_Inner-Link:hover {
    opacity: 0.6;
  }
  .globalhome-Topics_List_Item {
    padding: 30px 0 30px 35px;
  }
}
@media only screen and (min-width: 1080px) {
  .globalhome-Topics {
    padding: 55px 145px;
  }
  .globalhome-Topics_List_Text {
    margin-left: 60px;
  }
}
/* globalhome-Footer
-----------------------------------*/
.globalhome-Footer {
  margin: 30px auto 0;
  padding-bottom: 20px;
  padding-inline: 20px;
  max-width: 1000px;
}
.globalhome-Footer_Copyright {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
}
.globalhome-Footer_Copyright_Sm {
  font-size: 100%;
}

@media only screen and (min-width: 960px) {
  .globalhome-Footer {
    margin-top: 40px;
    padding-inline: 40px;
  }
}