:root{
	--o-r-colors-button:#0e589d;
	--o-r-colors-test_color:#000;
	--o-r-colors-base:#ffffff;
	--o-r-colors-button_color:#fff;
	--o-r-colors-assort:#00508e;
	--o-r-colors-assort_text:#fff;
	--o-r-font_body-family:"Yu Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica",     "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
	--o-r-r-colors-base_color:#231815;
	--o-r-r-colors-base:#fff;
	--o-r-r-colors-accent_color:#0e589a;
	--o-r-r-colors-button:#0098c5;
	--o-r-r-colors-bg_color:#e4eaf4;
	--o-r-r-colors-button_color:#fff;
}/*common_css*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* line-height: 1; */
}

img {
    display: block;
    vertical-align: middle;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html{
    background-color:#ffffff;;
    ;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body{
    font-family: "Yu Gothic", "Noto Sans JP", "Helvetica Neue", "Helvetica",     "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
    font-size:1rem;
    overflow-x: hidden;
}

body.active {
  overflow: hidden;
  height: 100vh;
}

img{
    max-width: 100%;
}

[data-w-width] {
    max-width: 100%;
}
[data-w-width="1"] {
    width: 1170px;
    width:;
    margin: 0 auto;
}
[data-w-width="1"] [data-w-width="1"]{
    max-width:100%;
    width:100%;
}
@media (max-width: ){
    [data-w-width="1"] {
        max-width:94%;
    }
}
@media screen and (max-width: 640.98px) {
    body {
        font-size: 16px;
        font-size: 3.8647342995vw;
    }
}

.-x-text{
    max-width: ;
    margin-left:auto;
    margin-right:auto;
}
.-x-text table{
    border-collapse: collapse;
}
.-x-text td{
    padding: 2px 5px;
    border: 1px solid #ccc;
}
.-x-text ul
,.-x-text ol
,.-x-text li{
    list-style-type:initial;
}


.-x-cont > [data-lib] ~ [data-lib]{
    margin-top:40px;
}
/*
.ds_confirm_parts * {
    min-height: auto;
}
*/

/*==================== 
追加
=====================*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #000;
}
a:focus {
  text-decoration: none;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
img {
  width: 100%;
  vertical-align: bottom;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  border-color: transparent;
}

input[type=text],
input[type=email],
input[type=submit],
input[type=submit],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

address {
  font-style: normal;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
select {
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  width: 100%;
  padding: 10px 15px;
  border-radius: 3px;
  height: 200px;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
}

img[src$=".svg"] {
  fill: currentColor;
  width: auto;
  height: auto;
}

strong {
  font-weight: 500;
}

.l-container-s {
  margin-right: auto;
  margin-left: auto;
  max-width: 700px;
  width: 95%;
}


@media screen and (max-width: 640.98px) {
  .l-container-s {
    width: 85%;
  }
}

/* レイアウト */
.l-container-m {
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
  width: 95%;
}

@media screen and (max-width: 640.98px) {
  .l-container-m {
    width: 85%;
  }
}

.l-container-l {
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
  width: 90%;
}

@media screen and (max-width: 640.98px) {
  .l-container-l {
    width: 85%;
  }
}

.-w-c-hover {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.-w-c-hover:hover {
  opacity: 0.7;
}


.-w-c-background-shadow {
  background-color: #fff;
  -webkit-filter: drop-shadow(0.3125rem 0.3125rem 0.25rem rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0.3125rem 0.3125rem 0.25rem rgba(0, 0, 0, 0.1));
}/*widget:24a59b4a-0b7a-425b-98d4-ced854b43019*/[data-lib="1"] .-w-l-header{width: 100%;
	position: fixed;
	z-index: 10;
	-webkit-transition: background-color 0.4s ease-in-out;
	transition: background-color 0.4s ease-in-out;
	height: 6.5rem;}[data-lib="1"] .-w-l-header__wrap{margin: 0 auto;
	padding: 0.9375rem 0 0;
	position: relative;
	max-width: 106.25rem;
	width: 90%;}[data-lib="1"] .-w-l-header.is-active{background-color: #fff;}[data-lib="1"] .-w-l-header.is-active .-w-c-header__menu3__world svg{fill: #000;}[data-lib="1"] .-w-l-header.is-active .-w-c-header__menu2__search__text{color: #000;}[data-lib="1"] .-w-l-header.is-active .-w-c-header__menu3__language__parent{color: #000;}[data-lib="1"] .-w-l-header.is-active .-w-c-header__menu1__item > p,[data-lib="1"] 
.-w-l-header.is-active .-w-c-header__menu1__item > a{color: #000;}[data-lib="1"] .-w-c-header__menu1__sub__title__en{font-family: "Montserrat", sans-serif;
	font-size: 3.25rem;
	font-weight: 300;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.9375rem;}[data-lib="1"] .-w-c-header{display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 2;}[data-lib="1"] .-w-c-header__logo{max-width: 14.4375rem;
	min-width: 8.125rem;
	width: 12vw;
	position: absolute;
	top: 43%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);}[data-lib="1"] .-w-c-header__logo img{width: 100%;}[data-lib="1"] .-w-c-header__logo-menu{width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;}[data-lib="1"] .-w-c-header__top-arrow{width: 0;
	height: 0;
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	border-bottom: 0.9375rem solid #fff;
	display: inline-block;
	z-index: 2;
	position: absolute;
	top: 1.4375rem;
	left: 28%;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;}[data-lib="1"] .-w-c-header__top-arrow--search{top: 3.25rem;}[data-lib="1"] .-w-c-header__top-arrow.is-active{opacity: 1;}[data-lib="1"] .-w-c-header__menu__wrap{display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;}[data-lib="1"] .-w-c-header__menu-list{margin: 0 auto;
	padding: 0 0 0.9375rem;
	max-width: 106.25rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;}[data-lib="1"] .-w-c-header__menu1{margin: 0.9375rem 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;}[data-lib="1"] .-w-c-header__menu1__item{position: relative;}[data-lib="1"] .-w-c-header__menu1__item > a,[data-lib="1"] 
.-w-c-header__menu1__item > p{padding: 0.3125rem 1.1vw 0;
	display: block;
	font-size: 0.9375rem;
	font-weight: 700;
	height: 2.5rem;
	position: relative;
	z-index: 5;
	-webkit-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;}[data-lib="1"] .-w-c-header__menu1__item > a:hover,[data-lib="1"]  .-w-c-header__menu1__item > p:hover{color: #10589e;}[data-lib="1"] .-w-c-header__menu1__item .is-active{background-color: #e3e9f6;}[data-lib="1"] .-w-c-header__menu1__sub{margin: 0.625rem 0 0;
	width: 100%;
	position: fixed;
	top: 5rem;
	left: 0;
	z-index: 2;}[data-lib="1"] .-w-c-header__menu1__sub.search{top: 3rem;
	z-index: 6;}[data-lib="1"] .-w-c-header__menu1__sub__data{background-color: #e3e9f6;}[data-lib="1"] .-w-c-header__menu1__sub__wrap{margin: 0 auto;
	padding: 0;
	max-width: 87.5rem;
	width: 90%;
	position: relative;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
	transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;}[data-lib="1"] .-w-c-header__menu1__sub__wrap.is-active{padding: 3.75rem 0 5rem;
	max-height: 37.5rem;}[data-lib="1"] .-w-c-header__menu1__sub__wrap.is-active#search{padding: 6.25rem 0;}[data-lib="1"] .-w-c-header__menu1__sub__title{margin: 0 0 1.875rem 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;}[data-lib="1"] .-w-c-header__menu1__sub__title.no-link p{margin: 42px 0 0;}[data-lib="1"] .-w-c-header__menu1__sub__title__en::before{margin: 0.625rem 0 0;
	content: "";
	background-image: url("/img/icon/circle.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-size: cover;
	width: 1.5625rem;
	height: 1.4375rem;
	display: block;}[data-lib="1"] .-w-c-header__menu1__sub__title__jp{margin: 27px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.3125rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.7s;
	transition: 0.7s;}[data-lib="1"] .-w-c-header__menu1__sub__title__jp:hover{opacity: 0.7;}[data-lib="1"] .-w-c-header__menu1__sub__title__jp::after{content: "";
	background-image: url(/img/icon/circle-arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 0.875rem;
	height: 0.875rem;
	display: block;}[data-lib="1"] .-w-c-header__menu1__sub__list{display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 1.875rem;
	-webkit-transition: 0.7s;
	transition: 0.7s;}[data-lib="1"] .-w-c-header__menu1__sub__list__item a:hover{opacity: 0.7;}[data-lib="1"] .-w-c-header__menu1__sub__list__item__text{display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;}[data-lib="1"] .-w-c-header__menu1__sub__list__item__text::before{content: "";
	background-image: url(/img/icon/circle.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-size: cover;
	width: 0.9375rem;
	height: 0.8125rem;
	display: block;}[data-lib="1"] .-w-c-header__menu2-menu3{display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 0.625rem;}[data-lib="1"] .-w-c-header__menu2{display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5vw;}[data-lib="1"] .-w-c-header__menu2__search-text{display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-weight: 700;
	gap: 0.3125rem;
	cursor: pointer;}[data-lib="1"] .-w-c-header__menu2__search{width: 1.875rem;
	height: 1.875rem;
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;}[data-lib="1"] .-w-c-header__menu2__search__text{margin: 0.125rem 0 0;
	font-size: 0.5vw;
	-webkit-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;}[data-lib="1"] .-w-c-header__menu2__search.is-white{border: 0.0625rem solid #000;}[data-lib="1"] .-w-c-header__menu2__search img{width: 0.875rem;
	height: 1.0625rem;}[data-lib="1"] .-w-c-header__menu2__list{display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.5vw;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;}[data-lib="1"] .-w-c-header__menu2__list__item a{padding: 0 1.5625rem;
	height: 1.875rem;
	background-color: #10589e;
	border-radius: 6.25rem;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.9vw;}[data-lib="1"] .-w-c-header__menu2__list__item__online-store{display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.5vw;}[data-lib="1"] .-w-c-header__menu2__list__item__online-store::after{content: "";
	background-image: url(/img/icon/window.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 0.625rem;
	height: 0.625rem;}[data-lib="1"] .-w-c-header__menu3{margin: 0 0 0 1vw;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1vw;}[data-lib="1"] .-w-c-header__menu3__world-language{display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	gap: 0.3125rem;}[data-lib="1"] .-w-c-header__menu3__language{position: relative;}[data-lib="1"] .-w-c-header__menu3__language__arrow{width: 0;
	height: 0;
	border-left: 0.75rem solid transparent;
	border-right: 0.75rem solid transparent;
	border-bottom: 0.9375rem solid #fff;
	display: inline-block;
	z-index: 2;
	position: absolute;
	top: 1.6875rem;
	left: 54%;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;}[data-lib="1"] .-w-c-header__menu3__language__arrow.is-active{opacity: 1;}[data-lib="1"] .-w-c-header__menu3__language__arrow.target{border-bottom: 0.75rem solid #10589e;}[data-lib="1"] .-w-c-header__menu3__language__sub{position: absolute;
	top: 2.375rem;
	left: 68%;
	background-color: #fff;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.4s ease-in-out;
	transition: max-height 0.4s ease-in-out;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 6;}[data-lib="1"] .-w-c-header__menu3__language__sub.is-active{max-height: 31.25rem;}[data-lib="1"] .-w-c-header__menu3__language__sub__list__item a{padding: 0 0.3125rem;
	-webkit-transition: background-color 0.4s ease-in-out;
	transition: background-color 0.4s ease-in-out;
	display: block;
	padding: 0.9375rem 2.5rem;
	text-align: center;
	display: block;
	white-space: nowrap;
	border-top: 0.0625rem solid #c9caca;}[data-lib="1"] .-w-c-header__menu3__language__sub__list__item a[data-stt-active]{background-color: #10589e;
	color: #fff;}[data-lib="1"] .-w-c-header__menu3__language__sub__list__item:hover a{background-color: #10589e;
	color: #fff;}[data-lib="1"] .-w-c-header__menu3__language__sub__list__item.target a{color: #fff;}[data-lib="1"] .-w-c-header__menu3__language__sub__list__item:first-child a{border-top: none;}[data-lib="1"] .-w-c-header__menu3__language__parent{font-weight: 700;
	font-size: 0.625rem;
	position: relative;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: color 0.4s ease-in-out;
	transition: color 0.4s ease-in-out;}[data-lib="1"] .-w-c-header__menu3__language__parent__arrow{display: none;}[data-lib="1"] .-w-c-header__menu3__language__parent__arrow::after{content: "";
	background-image: url(/img/icon/line-arrow-black.svg);
	width: 0.9375rem;
	height: 0.5625rem;
	display: block;}[data-lib="1"] .-w-c-header__menu3__world{width: 1.75rem;
	height: 1.75rem;}[data-lib="1"] .-w-c-header__menu3__world svg{width: 100%;
	-webkit-transition: fill 0.4s ease-in-out;
	transition: fill 0.4s ease-in-out;}[data-lib="1"] .-w-c-header__menu3__world.is-white img{-webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(326deg) brightness(96%) contrast(87%);
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(326deg) brightness(96%) contrast(87%);}[data-lib="1"] .-w-c-header__hamburger__wrap{width: 2.1875rem;
	position: fixed;
	top: 4px;
	right: 10px;
	cursor: pointer;
	z-index: 100;
	display: none;}[data-lib="1"] .-w-c-header__hamburger__close{font-size: 2.6vw;
	color: #fff;
	display: none;}[data-lib="1"] .-w-c-header__hamburger__close.is-active{display: inline;}[data-lib="1"] .-w-c-header__hamburger{margin: 0 0 0 0.3125rem;
	height: 2.5625rem;}[data-lib="1"] .-w-c-header__hamburger span{display: inline-block;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	position: absolute;
	left: 0;
	height: 0.125rem;
	border-radius: 0.125rem;
	background: #000;
	width: 100%;}[data-lib="1"] .-w-c-header__hamburger span:nth-of-type(1){top: 0.9375rem;}[data-lib="1"] .-w-c-header__hamburger span:nth-of-type(2){top: 1.5625rem;}[data-lib="1"] .-w-c-header__hamburger span:nth-of-type(3){top: 2.1875rem;}[data-lib="1"] .-w-c-header__hamburger.active span:nth-of-type(1){top: 1.125rem;
	left: 0;
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
	width: 100%;
	background-color: #fff;}[data-lib="1"] .-w-c-header__hamburger.active span:nth-of-type(2){opacity: 0;}[data-lib="1"] .-w-c-header__hamburger.active span:nth-of-type(3){top: 1.875rem;
	left: 0;
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
	width: 100%;
	background-color: #fff;}[data-lib="1"] .-w-c-products__search{margin-top: 0.625rem;
	max-width: 29.375rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 0.625rem;
	max-width: 29.375rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;}[data-lib="1"] .-w-c-products__search-label{width: 5.625rem;
	width: 5.625rem;}[data-lib="1"] .-w-c-products__search-form{width: 100%;
	position: relative;
	width: 100%;
	position: relative;}[data-lib="1"] .-w-c-products__search-input{border-radius: 6.25rem;
	border-radius: 6.25rem;}[data-lib="1"] .-w-c-products__search-btn{position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0.625rem;
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0.625rem;
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 100%;}[data-lib="1"] .-w-c-header__menu1__sub__our-advantage__wrap,[data-lib="1"]  .-w-c-header__menu1__sub__research-development__wrap{display: -webkit-box;
	display: -ms-flexbox;
	display: flex;}[data-lib="1"] .-w-c-header__menu1__sub__research-development__wrap{gap: 60px;}[data-lib="1"] .-w-c-header__menu1__sub__research-development__block{width: 32%;}[data-lib="1"] .-w-c-header__menu1__sub__research-development__innovation-story{width: 32%;}[data-lib="1"] .-w-c-header__menu1__sub__our-advantage a,[data-lib="1"]  .-w-c-header__menu1__sub__research-development a{-webkit-transition: opacity 0.7s;
	transition: opacity 0.7s;}[data-lib="1"] .-w-c-header__menu1__sub__our-advantage a:hover,[data-lib="1"]  .-w-c-header__menu1__sub__research-development a:hover{opacity: 0.7;}[data-lib="1"] .-w-c-header__menu1__sub__our-advantage__block,[data-lib="1"]  .-w-c-header__menu1__sub__research-development__block{display: -webkit-box;
	display: -ms-flexbox;
	display: flex;}[data-lib="1"] .-w-c-header__menu1__sub__our-advantage__img-text.research-development{width: 70%;}[data-lib="1"] .-w-c-header__menu1__sub__our-advantage__wrap{gap: 60px;}[data-lib="1"] .-w-c-header__menu1__sub__our-advantage__block{width: 31%;}[data-lib="1"] .-w-c-header__menu1__sub__our-advantage__img-text__text,[data-lib="1"]  .-w-c-header__menu1__sub__research-development__img-text__text,[data-lib="1"] 
.-w-c-header__menu1__sub__research-development__innovation-story__text{margin: 0.3125rem 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1vw;}[data-lib="1"] .-w-c-header__menu1__sub__our-advantage__img-text__text::before,[data-lib="1"]  .-w-c-header__menu1__sub__research-development__img-text__text::before,[data-lib="1"] 
.-w-c-header__menu1__sub__research-development__innovation-story__text::before{content: "";
	background-image: url("/img/icon/circle.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-size: cover;
	width: 0.9375rem;
	height: 0.8125rem;
	display: block;}[data-lib="1"] .-w-c-header__menu1__sub__our-advantage__list__item a,[data-lib="1"]  .-w-c-header__menu1__sub__research-development__list__item a{margin: 0 0 1.0625rem 0.3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1vw;}[data-lib="1"] .-w-c-header__menu1__sub__our-advantage__list__item a::before,[data-lib="1"]  .-w-c-header__menu1__sub__research-development__list__item a::before{content: "";
	background-image: url("/img/icon/circle.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-size: cover;
	width: 0.9375rem;
	height: 0.8125rem;
	display: block;}[data-lib="1"] .-w-c-header__menu1__sub__our-advantage__list__item a::after,[data-lib="1"]  .-w-c-header__menu1__sub__research-development__list__item a::after{margin: 0 0 0 0.3125rem;
	content: "";
	background-image: url(/img/icon/circle-arrow-bold.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 0.875rem;
	height: 0.875rem;
	display: block;}[data-lib="1"] .-w-c-header__menu1__sub__our-advantage__six-strengths,[data-lib="1"]  .-w-c-header__menu1__sub__research-development__six-strengths{display: block;
	font-size: 1.125rem;}[data-lib="1"] .-w-c-header__menu1__sub__our-advantage__six-strengths__img,[data-lib="1"]  .-w-c-header__menu1__sub__research-development__six-strengths__img{width: 70%;}[data-lib="1"] .-w-c-header__menu1__sub__our-advantage__six-strengths__img.research-development,[data-lib="1"]  .-w-c-header__menu1__sub__research-development__six-strengths__img.research-development{width: 70%;}[data-lib="1"] .-w-c-header__menu1__sub__our-advantage__six-strengths__text,[data-lib="1"]  .-w-c-header__menu1__sub__research-development__six-strengths__text{margin: 0.3125rem 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1vw;}[data-lib="1"] .-w-c-header__menu1__sub__our-advantage__six-strengths__text::before,[data-lib="1"]  .-w-c-header__menu1__sub__research-development__six-strengths__text::before{content: "";
	background-image: url("/img/icon/circle.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-size: cover;
	width: 0.9375rem;
	height: 0.8125rem;
	display: block;}[data-lib="1"] .-w-c-header__menu1__sub__sustainability__list{display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.875rem;}[data-lib="1"] .-w-c-header__menu1__sub__sustainability__list a{-webkit-transition: opacity 0.7s;
	transition: opacity 0.7s;}[data-lib="1"] .-w-c-header__menu1__sub__sustainability__list a:hover{opacity: 0.7;}[data-lib="1"] .-w-c-header__menu1__sub__sustainability__list__text{margin: 0.3125rem 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1vw;}[data-lib="1"] .-w-c-header__menu1__sub__sustainability__list__text::before{content: "";
	background-image: url("/img/icon/circle.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-size: cover;
	width: 0.9375rem;
	height: 0.8125rem;
	display: block;}[data-lib="1"] .-w-c-header__sp-menu{width: 100%;
	position: fixed;
	top: 0;
	right: -100%;
	background-color: rgba(23, 42, 136, 0.7);
	z-index: 20;
	-webkit-transition: right 0.4s ease-in-out;
	transition: right 0.4s ease-in-out;
	height: 100dvh;}[data-lib="1"] .-w-c-header__sp-menu.is-active{right: 0;}[data-lib="1"] .-w-c-header__sp-menu__block{margin: 11vh 0 0 18%;
	width: 78%;}[data-lib="1"] .-w-c-header__sp-menu__wrap{background: #fff;
	overflow-y: scroll;
	max-height: 78dvh;}[data-lib="1"] .-w-c-header__sp-menu__wrap::-webkit-scrollbar-thumb{--bg-opacity: 1;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px;}[data-lib="1"] .-w-c-header__sp-menu__wrap::-webkit-scrollbar{width: 0.625rem;
	height: 0.625rem;}[data-lib="1"] .-w-c-header__sp-menu__language-label{padding: 0.8125rem 0.9375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.4375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;}[data-lib="1"] .-w-c-header__sp-menu__language-label img{width: 1.5625rem;
	height: 1.5625rem;}[data-lib="1"] .-w-c-header__sp-menu__language-list{display: none;}[data-lib="1"] .-w-c-header__sp-menu__language-item a{padding: 0.3125rem 0 0.3125rem 3.125rem;
	border-top: 1px solid #e5e5e5;
	font-size: 0.875rem;
	display: block;}[data-lib="1"] .-w-c-header__sp-menu__language-item a[data-stt-active]{background-color: #10589e;
	color: #fff;}[data-lib="1"] .-w-c-header__sp-menu__search-form__form{padding: 0.625rem;
	background-color: #88d1f5;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;}[data-lib="1"] .-w-c-header__sp-menu__search-input{padding: 0.3125rem !important;
	width: calc(100% - 43px) !important;}[data-lib="1"] .-w-c-header__sp-menu__search-button{padding: 0.3125rem 0;
	width: 2.6875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #10589e;
	color: #fff;
	border-radius: 0.1875rem;
	font-size: 0.875rem;}[data-lib="1"] .-w-c-header__sp-menu__nav-title{padding: 0.8125rem 0.9375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.4375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	border-top: 0.0625rem solid #e5e5e5;
	border-bottom: 0.0625rem solid #e5e5e5;}[data-lib="1"] .-w-c-header__sp-menu__nav-title img{width: 0.875rem;
	height: 0.8125rem;}[data-lib="1"] .-w-c-header__sp-menu__nav-title-link{padding: 0.9375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.4375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	border-top: 0.0625rem solid #e5e5e5;
	border-bottom: 0.0625rem solid #e5e5e5;}[data-lib="1"] .-w-c-header__sp-menu__nav-title-link.arrow::after{content: "";
	background-image: url("/img/icon/arrow-right-black.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 0.8125rem;
	height: 1.25rem;
	display: block;
	position: absolute;
	top: 50%;
	right: 0.8125rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);}[data-lib="1"] .-w-c-header__sp-menu__nav-title-link.link::after{content: "";
	background-image: url("/img/icon/window-black.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 1.0625rem;
	height: 1.0625rem;
	display: block;
	position: absolute;
	top: 50%;
	right: 0.8125rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);}[data-lib="1"] .-w-c-header__sp-menu__nav-title-link img{width: 0.875rem;
	height: 0.8125rem;}[data-lib="1"] .-w-c-header__sp-menu__sub-nav-list{background-color: #10589e;
	display: none;}[data-lib="1"] .-w-c-header__sp-menu__sub-nav-item a{padding: 0.625rem 0.625rem 0.625rem 1.875rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.3125rem;
	position: relative;
	font-size: 14px;
	font-size: 3.3816425121vw;}[data-lib="1"] .-w-c-header__sp-menu__sub-nav-item a::before{content: "";
	background-image: url("/img/icon/circle.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 0.625rem;
	height: 0.5625rem;
	display: block;}[data-lib="1"] .-w-c-header__sp-menu__sub-nav-item a::after{content: "";
	background-image: url("/img/icon/arrow-right-white.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 0.5625rem;
	height: 1.625rem;
	display: block;
	position: absolute;
	top: 50%;
	right: 1.0625rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);}[data-lib="1"] .-w-c-header__sp-menu__sub-sub-nav-item a{padding: 0.625rem 0.625rem 0.625rem 3.125rem;}[data-lib="1"] .-w-c-header__sp-menu__sns{margin: 6vw 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;}[data-lib="1"] .-w-c-header__sp-menu .accordion__title::before{content: "";
	display: inline-block;
	width: 18px;
	height: 2px;
	background-color: #000;
	position: absolute;
	right: 13px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity 1s;
	transition: opacity 1s;}[data-lib="1"] .-w-c-header__sp-menu .accordion__title::after{content: "";
	display: inline-block;
	width: 18px;
	height: 2px;
	background-color: #000;
	position: absolute;
	right: 13px;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;}[data-lib="1"] .-w-c-header__sp-menu .accordion__title.show::before{opacity: 0;}[data-lib="1"] .-w-c-header__sp-menu .accordion__title.show::after{-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);}[data-lib="1"] .-w-c-header__menu1__sub__btn-close-wrap{position: absolute;
	top: 5.75rem;
	right: 0;
	text-align: center;
	font-size: 0.75rem;
	cursor: pointer;}[data-lib="1"] .-w-c-header__menu1__sub__btn-close{margin: 0 auto;
	width: 1.375rem;
	height: 1.375rem;}@media (min-width: 1500px){[data-lib="1"] .-w-c-header__menu1{gap: 0;}[data-lib="1"] .-w-c-header__menu2__list__item a{font-size: 0.75rem;}[data-lib="1"] .-w-c-header__menu1__item > a,[data-lib="1"] 
.-w-c-header__menu1__item > p{padding: 0.3125rem 0.9vw 0;}}@media (max-width: 1280.98px){[data-lib="1"] .-w-c-header__logo{min-width: 7.25rem;
	width: 9vw;
	top: 50%;}}@media (max-width: 1024.98px){[data-lib="1"] .-w-l-header{height: auto;}[data-lib="1"] .-w-c-header__logo{width: 20vw;}[data-lib="1"] .-w-c-header__menu1{display: none;}[data-lib="1"] .-w-c-header__menu2__search-text{display: none;}[data-lib="1"] .-w-c-header__menu3__world-language{display: none;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 10px;}[data-lib="1"] .-w-c-header__hamburger__wrap{display: block;}[data-lib="1"] .-w-c-header__menu2__list__item:nth-child(1),[data-lib="1"] 
.-w-c-header__menu2__list__item:nth-child(2),[data-lib="1"] 
.-w-c-header__menu2__list__item:nth-child(3){display: none;}}@media (max-width: 640.98px){[data-lib="1"] .-w-c-header__logo{width: 33vw;
	min-width: auto;}[data-lib="1"] .-w-c-header{padding: 0;}[data-lib="1"] .-w-c-header__menu2__list{margin: 0 2.5625rem 0 0;}[data-lib="1"] .-w-c-products__search-label{display: none;
	display: none;}[data-lib="1"] .-w-c-header__menu2-menu3{gap: 0;}[data-lib="1"] .-w-c-header__menu2__list__item a{padding: 0 1.25rem;
	font-size: 12px;
	font-size: 2.8985507246vw;}}/*widget:45d619be-c0dc-4a28-85c8-49e6a47df626*/[data-lib="59"]{margin: 10px 0 0;
	text-align: center;}[data-lib="59"] .-w-circle__title__en{font-size: 4rem;
	line-height: 1;
	font-family: "Montserrat", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;}[data-lib="59"] .-w-circle__title__en::before{content: "";
	background-image: url("/img/icon/circle.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
	width: 1.9375rem;
	height: 1.8125rem;
	margin-right: 0.625rem;}[data-lib="59"] .-w-circle__title__jp{margin: 0.3125rem 0 0;
	font-size: 1.375rem;}@media (max-width: 640.98px){[data-lib="59"] .-w-circle__title__en{font-size: 38px;
	font-size: 7.1787439614vw;}[data-lib="59"] .-w-circle__title__en::before{width: 1.625rem;
	height: 1.5rem;}[data-lib="59"] .-w-circle__title__jp{font-size: 16px;
	font-size: 3.8647342995vw;}}/*widget:e6b862f5-f122-479f-9a63-3f83519c9539*/[data-lib="262"] .-w-c-breadcrumb{margin: 0.625rem 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 0.875rem;}[data-lib="262"] .-w-c-breadcrumb__item{display: flex;}[data-lib="262"] .-w-c-breadcrumb__item span{margin: 0 0.9375rem;
	display: inline-block;}@media (max-width: 640.98px){[data-lib="262"] .-w-c-breadcrumb{flex-wrap: wrap;
	justify-content: flex-start;
	font-size: 13px;
	font-size: 3.1400966184vw;}}/*widget:d0503c97-8a4e-45b8-aff3-3f4a5dc4b385*/[data-lib="82"] .-w-news__detail{margin: 3.75rem auto 0;
	padding: 2.5rem 5.9375rem 4.0625rem;
	max-width: 62.5rem;
	width: 100%;
	background-color: #fff;
	-webkit-filter: drop-shadow(0.3125rem 0.3125rem 0.25rem rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0.3125rem 0.3125rem 0.25rem rgba(0, 0, 0, 0.1));}[data-lib="82"] .-w-news__detail__date{margin: 0 0 1.875rem;
	display: block;
	color: #3e3a39;}[data-lib="82"] .-w-news__detail__title{margin: 0 0 0.625rem;
	font-size: 1.75rem;
	font-weight: 700;}[data-lib="82"] .-w-news__detail__content img{height: auto!important;}[data-lib="82"] .-w-c-button__back-link{margin: 3.75rem 0 0;
	text-align: center;}[data-lib="82"] .-w-c-button__back-link a{margin: 0 auto;
	padding: 0.9375rem 0.9375rem;
	max-width: 11.875rem;
	background-color: #b0b0b0;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.625rem;
	border-radius: 6.25rem;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;}[data-lib="82"] .-w-c-button__back-link a:hover{opacity: 0.7;}[data-lib="82"] .-w-c-button__back-link a::before{content: "";
	background-image: url("/img/icon/circle-arrow-white-left-blue.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;}@media (max-width: 1024.98px){[data-lib="82"] .-w-news__detail{padding: 2.5rem 3.75rem 3.75rem;}}@media (max-width: 640.98px){[data-lib="82"] .-w-news__detail{padding: 1.875rem;}[data-lib="82"] .-w-news__detail__title{font-size: 20px;
	font-size: 4.8309178744vw;}}/*widget:47a57f82-c79a-4449-b5a5-c249b09f86e6*/[data-lib="3"]{margin: 6.25rem 0 0;}[data-lib="3"] a{-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;}[data-lib="3"] a:hover{opacity: 0.7;}[data-lib="3"] .-w-l-footer__logo-section{text-align: center;
	border-bottom: 1px solid #000;
	position: relative;}[data-lib="3"] .-w-l-footer__links-section{padding: 2.5rem 0;
	border-bottom: 1px solid #000;}[data-lib="3"] .-w-l-footer__links-section__wrap{margin-right: auto;
	margin-left: auto;
	width: 95%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;}[data-lib="3"] .-w-l-footer__links-section__block{display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	gap: 5vw;}[data-lib="3"] .-w-l-footer__logo-image{width: 6.5625rem;
	display: inline-block;}[data-lib="3"] .-w-l-footer__logo{margin: 1.875rem auto;
	max-width: 16.75rem;
	width: 100%;
	text-align: center;}[data-lib="3"] .-w-l-footer__social{margin: 2.1875rem 0;}[data-lib="3"] .-w-l-footer__social-title{font-size: 1rem;
	letter-spacing: 5px;}[data-lib="3"] .-w-l-footer__social-list{margin: 0.3125rem 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 2.1875rem;}[data-lib="3"] .-w-l-footer__social-item{height: 1.5625rem;}[data-lib="3"] .-w-l-footer__social-item img{height: 100%;}[data-lib="3"] .-w-l-footer__small{padding: 1.25rem 0;
	font-size: 0.6875rem;
	display: block;
	text-align: center;}[data-lib="3"] .-w-l-footer__links-content a{font-size: 0.875rem;}[data-lib="3"] .-w-l-footer__links-title{margin: 0 0 0 -0.75rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;}[data-lib="3"] .-w-l-footer__links-title::before{margin: 0 0.3125rem 0 0;
	content: "";
	background-image: url("/img/icon/circle.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-size: cover;
	width: 0.8125rem;
	height: 0.625rem;
	display: block;}[data-lib="3"] .-w-l-footer__links-title--core-competency{margin: 0 0 0 -1.375rem;}[data-lib="3"] .-w-l-footer__links-subitem{padding-left: 1em;
	text-indent: -1em;}[data-lib="3"] .-w-l-footer__links-single{display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;}[data-lib="3"] .-w-l-footer__links-single a{font-weight: 700;}[data-lib="3"] .-w-l-footer__links-single::before{margin: 0 0.3125rem 0 0;
	content: "";
	background-image: url("/img/icon/circle.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	background-size: cover;
	width: 0.8125rem;
	height: 0.625rem;
	display: block;}[data-lib="3"] .-w-l-footer__links-sub{width: 35%;}[data-lib="3"] .-w-l-footer__links-sub__list{display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;}[data-lib="3"] .-w-l-footer__links-sub__list__item{width: 50%;}[data-lib="3"] .-w-l-footer__links-sub__list__item a{font-size: 0.6875rem;}[data-lib="3"] .-w-l-footer__online-store{margin: 2.5rem 0 0;
	padding: 0.9375rem 0;
	width: 100%;
	background-color: #3e3a39;
	color: #fff;
	text-align: center;
	display: block;
	position: relative;}[data-lib="3"] .-w-l-footer__online-store::after{content: "";
	background-image: url("/img/icon/window.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	width: 0.625rem;
	height: 0.625rem;
	position: absolute;
	top: 0.4375rem;
	right: 0.4375rem;}[data-lib="3"] .-w-l-footer__external-link{display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;}[data-lib="3"] .-w-l-footer__external-link a{font-weight: 700;}[data-lib="3"] .-w-l-footer__external-link::after{margin: 0 0 0 0.3125rem;
	content: "";
	background-image: url("/img/icon/window-black.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	width: 0.75rem;
	height: 0.75rem;}[data-lib="3"] .-w-l-footer__links-etc{margin-right: auto;
	margin-left: auto;
	width: 90%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 1.25rem;
	font-size: 0.875rem;}@media (max-width: 1600px){[data-lib="3"] .-w-l-footer__links-section__wrap{gap: 2vw;}[data-lib="3"] .-w-l-footer__links-section__block{gap: 4vw;}[data-lib="3"] .-w-l-footer__links-content a{font-size: 12px;
	font-size: 0.8571428571vw;}[data-lib="3"] .-w-l-footer__links-title{font-size: 14px;
	font-size: 1vw;}[data-lib="3"] .-w-l-footer__links-single a{font-size: 14px;
	font-size: 1vw;}[data-lib="3"] .-w-l-footer__external-link a{font-size: 14px;
	font-size: 1vw;}}@media (max-width: 1280.98px){}@media (max-width: 1024.98px){[data-lib="3"] .-w-l-footer__container{gap: 3.125rem;}[data-lib="3"] .-w-l-footer__links-sub__list__item{width: 100%;}}@media (max-width: 640.98px){[data-lib="3"] .-w-l-footer__logo{max-width: 100%;
	width: 54%;}[data-lib="3"] .-w-l-footer__social-list{gap: 8vw;}[data-lib="3"] .-w-l-footer__logo-section{border-bottom: none;}[data-lib="3"] .-w-l-footer__links-section{display: none;}[data-lib="3"] .-w-l-footer__social{position: static;}[data-lib="3"] .-w-l-footer__small{font-size: 10px;
	font-size: 2.4154589372vw;}}/*layout:2*/.-w-c-background {
  background-image: url(/_img/ja/layout/7/image/_/);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100%;
  width: 100%;
}