@charset "UTF-8";

/* # =================================================================
    # 共通要素
# ================================================================= */
html {
  font-weight: 400;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

html.en_page {
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
}
html.kr_page {
  font-weight: 400;
  font-family: "Noto Sans KR", sans-serif;
}
html.zhcn_page {
  font-weight: 400;
  font-family: "Noto Sans SC", sans-serif;
}
html.zhtw_page {
  font-weight: 400;
  font-family: "Noto Sans SC", sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  color: #515151;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}

a, .link {
  color: #515151;
  text-decoration: none;
  transition: opacity 0.3s;
}
a.fig, .link.fig {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
a.fig picture, .link.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
a.fig img, .link.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: 100%;
}

address {
  font-style: normal;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

img.w100 {
  width: 100%;
}

/* *:focus {outline:none;} */
figure, .fig {
  margin: 0;
  vertical-align: top;
}
figure picture, .fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
figure img, .fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
#wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  overflow: clip;
}

/* フォント */
.f_en {
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.f_jp {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

/* マージン */
.relative {
  z-index: 1;
  position: relative;
}

/* foundation */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # 一般的な要素
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul,
li {
  list-style: none;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # フォーム要素
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # メディア要素
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # アクセシビリティ
   # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # セレクション
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* layout */
.l-header {
  display: flex;
  z-index: 101;
  position: fixed;
  top: 0;
  left: 0;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 8em;
  padding-right: 11.2em;
  padding-left: 3em;
  border-bottom: 1px solid #D5D5D5;
  background-color: #fff;
}
.l-header__logo {
  font-weight: 700;
  font-size: 22px;
}
.l-header__hedMenu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.l-header__hedMenu-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0 3.2em;
}
.l-header__hedMenu-list .icon {
  position: relative;
  padding-left: 2.2em;
}
.l-header__hedMenu-list .icon::before {
  position: absolute;
  top: 0;
  right: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 1.8em;
  height: 1.8em;
  margin: auto;
  content: "";
}
.l-header__hedMenu-list .icon--language::before {
  left: 0.5em;
  background-image: url("../img/common/icoLang.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-header__hedMenu-list .icon--login::before {
  background-image: url("../img/common/icoLogin.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.l-header__hedMenu-list .txt {
  font-weight: 700;
  font-size: 14px;
}
.l-header__hedMenu-list .item-logo {
  width: 16.7em;
}
.l-header__hedMenu-list .item-language .js-language_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5em;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.l-header__glNavBtnWp {
  display: flex;
  z-index: 200;
  position: fixed;
  top: 0;
  right: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 8em;
  height: 8em;
  background-color: #DF4E00;
}
.l-header__glNavBtnWp .glNavBtn {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 3.2em;
  height: 2.2em;
}
.l-header__glNavBtnWp .glNavBtn span {
  display: inline-block;
  width: 100%;
  height: 2px;
  border-radius: 100px;
  background-color: #fff;
  transition: all 0.4s;
}
.l-header__glNavBtnWp .glNavBtn span:nth-of-type(1) {
  top: 1px;
  transition: top 0.2s 0.2s, transform 0.2s;
}
.l-header__glNavBtnWp .glNavBtn span:nth-of-type(2) {
  top: 9px;
  opacity: 1;
  transition: opacity 0.2s 0.2s;
}
.l-header__glNavBtnWp .glNavBtn span:nth-of-type(3) {
  top: 17px;
  transition: top 0.2s 0.2s, transform 0.2s;
}
.l-header__glNavBtnWp .glNavBtn.act span {
  background-color: #fff;
}
.l-header__glNavBtnWp .glNavBtn.act span:nth-of-type(1) {
  transform: translateY(1em) rotate(-45deg);
  transition: transform 0.2s 0.2s;
}
.l-header__glNavBtnWp .glNavBtn.act span:nth-of-type(2) {
  opacity: 0;
}
.l-header__glNavBtnWp .glNavBtn.act span:nth-of-type(3) {
  transform: translateY(-1em) rotate(45deg);
  transition: transform 0.2s 0.2s;
}
.l-header__glNavMenu {
  visibility: hidden;
  z-index: -1;
  position: fixed !important;
  top: 8em;
  left: 0%;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.l-header__glNavMenu.act {
  visibility: visible;
  z-index: 100;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 50vh;
  padding: 4.8em 0 5.7em;
  background-color: #fff;
  filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.16));
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  -webkit-filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.16));
}
.l-header__glNavMenu-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  width: 135em;
  margin: auto;
  gap: 0 5em;
}
.l-header__glNavMenu-item {
  width: 30em;
}
.l-header__glNavMenu-item a {
  display: block;
  position: relative;
  padding: 1.7em 0;
  border-bottom: 1px solid #DF4E00;
}
.l-header__glNavMenu-item .txt {
  font-weight: 700;
  font-size: 18px;
}
.l-header__glNavMenu-item .c-icoarw01 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.l-header__glNavMenu-sublist {
  margin-top: 2em;
}
.l-header__glNavMenu-subitem a {
  padding: 1.5em 0 1.5em 1.5em;
  border-bottom: none;
}
.l-header__glNavMenu-subitem .txt {
  font-weight: 400;
}
.l-header__glNavMenu-btnlist {
  display: none;
}


.l-footer {
  z-index: 1;
  position: relative;
  width: 100%;
  padding: 4.8em 0 3.1em;
  background-color: #F1F2F3;
}
.l-footer__logo {
  width: 21.5em;
  margin: 0 auto 2.4em;
}
.l-footer__linklist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto 4em;
  gap: 0 3.2em;
}
.l-footer__linklist-item a {
  font-weight: 500;
  font-size: 14px;
}
.l-footer__linklist-item a:hover {
  text-decoration: underline;
}
.l-footer__copy {
  font-weight: 400;
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

/*component*/
.c-inner01 {
  width: 86.4em;
  max-width: 88%;
  margin: 0 auto;
}

.c-btn01 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  transform: translateZ(0);
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.16));
}
.c-btn01--left {
  margin-left: 0;
}
.c-btn01--right {
  margin-right: 0;
}
.c-btn01__link {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  gap: 0 1.6em;
  border-radius: 0.8em;
  background-color: #DF4E00;
}
.c-btn01__link .icon {
  width: 4em;
  height: 4em;
}
.c-btn01__link .txt {
  color: #fff;
}
.c-btn01__link .c-icoarw01 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.4em;
  height: 2.4em;
  margin: auto;
}
.c-btn01__link:hover {
  opacity: 0.7;
}

.c-hvr {
  transition: opacity 0.3s ease-in-out;
}
.c-hvr:hover {
  opacity: 0.7;
}

.c-icoarw01::before {
  -webkit-mask-image: url(../img/common/icoArw02.png);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  background-color: #515151;
  mask-image: url(../img/common/icoArw02.png);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
}

.c-icoarw01 {
  display: block;
  position: relative;
  width: 2.4em;
  height: 2.4em;
  border-radius: 100px;
  background-color: #DF4E00;
  transition: 0.5s background-color;
}
.c-icoarw01::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2.4em;
  height: 2.4em;
  margin: auto;
  background-color: #fff;
  content: "";
}
.c-icoarw01--white {
  background-color: #fff;
}
.c-icoarw01--white::before {
  background-color: #DF4E00;
}

.c-hvr:hover .c-arwicon::before {
  transform: translate3d(0.5em, 0, 0);
}

/*project*/
/*utility*/
.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 1536px) {
  .l-header__logo {
    font-size: 2.2rem;
  }
  .l-header__hedMenu-list .txt {
    font-size: 1.4rem;
  }
  .l-header__glNavMenu-item .txt {
    font-size: 1.8rem;
  }
  .l-footer__linklist-item a {
    font-size: 1.4rem;
  }
  .l-footer__copy {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1500px) {
  
  html {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 1289px) {
  
  html {
    font-size: 0.6666666667vw;
  }
}

@media screen and (max-width: 896px) {
  
  html {
    font-size: 2.6666666667vw;
  }
  html.act {
    position: fixed;
    overflow: hidden;
  }
  .l-header {
    height: 6.4em;
    padding-right: 7.6em;
    padding-left: 1em;
  }
  .l-header__logo {
    font-size: 12px;
    line-height: 1.38;
  }
  .l-header__hedMenu-list {
    display: block;
    position: relative;
    padding-right: 2em;
  }
  .l-header__hedMenu-list .icon {
    display: block;
    width: 1.8em;
    height: 1.8em;
    padding-left: 0;
    overflow: hidden;
  }
  .l-header__hedMenu-list .icon::before {
    width: 100%;
    height: 100%;
  }
  .l-header__hedMenu-list .icon--language::before {
    left: 0;
  }
  .l-header__hedMenu-list .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent;
  }
  .l-header__hedMenu-list .item-logo {
    width: 10.5em;
  }
  .l-header__hedMenu-list .item-language {
    position: absolute;
    top: -0.1em;
    right: 0;
    width: 1.6em;
    height: 1.6em;
  }
  .l-header__hedMenu-list .item-language .js-language_select {
    width: 10em;
    margin: auto;
    padding: 1em;
    color: #515151;
  }
  .l-header__hedMenu-list .item-login {
    position: absolute;
    right: 0;
    bottom: -0.1em;
    width: 1.6em;
    height: 1.6em;
  }
  .l-header__glNavBtnWp {
    width: 6.4em;
    height: 6.4em;
  }
  .l-header__glNavBtnWp .glNavBtn {
    width: 2.6em;
    height: 2.2em;
  }
  .l-header__glNavBtnWp .glNavBtn span:nth-of-type(1) {
    top: 0%;
  }
  .l-header__glNavBtnWp .glNavBtn span:nth-of-type(2) {
    top: 45%;
  }
  .l-header__glNavBtnWp .glNavBtn span:nth-of-type(3) {
    top: 90%;
  }
  .l-header__glNavMenu {
    display: block;
    top: 6.4em;
    overflow-y: scroll;
  }
  .l-header__glNavMenu.act {
    height: 100dvh;
    max-height: none;
    padding: 4em 2.7em 10em;
    filter: none;
  }
  .l-header__glNavMenu-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    gap: 0;
  }
  .l-header__glNavMenu-item {
    width: 100%;
    margin-bottom: 2em;
  }
  .l-header__glNavMenu-sublist {
    margin-top: 1.2em;
  }
  .l-header__glNavMenu-btnlist {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    margin-top: 2em;
    gap: 2.5em 0;
  }
  .l-header__glNavMenu-btnlist-item {
    width: 32em;
  }
  .l-header__glNavMenu-btnlist-item-btn {
    aspect-ratio: 320/88;
    width: 100%;
  }
  .l-header__glNavMenu-btnlist-item-btn .txt {
    font-weight: 700;
    font-size: 16px;
  }
  .l-header__glNavMenu-btnlist-item-btn .c-icoarw01 {
    right: 1.5em;
  }
  .l-header__glNavMenu-btnlist-desc {
    margin-top: 1em;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
  }
  .l-header__glNavMenu-btnlist-desc a {
    text-decoration: underline;
  }
  .l-footer__linklist {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 4em;
    gap: 1.2em 0;
  }
  .c-btn01--spcenter {
    margin-right: auto;
    margin-left: auto;
  }

  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1921px) {
  html {
    font-size: 0.5208333333vw;
  }
  img {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .tel {
    cursor: default;
    pointer-events: none;
  }
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
@media screen and (max-width: 896px) and (max-width: 1536px) {
  .l-header__logo {
    font-size: 1.2rem;
  }
  .l-header__glNavMenu-btnlist-item-btn .txt {
    font-size: 1.6rem;
  }
  .l-header__glNavMenu-btnlist-desc {
    font-size: 1.2rem;
  }
}