@charset 'UTF-8';
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video{
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

html{
  line-height: 1;
}

ol,
ul{
  list-style: none;
}

table{
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
th,
td{
  vertical-align: middle;
  text-align: left;
  font-weight: normal;
}

q,
blockquote{
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after{
  content: '';
  content: none;
}

sub,
sup{
  font-weight: normal;
  font-size: 50%;
}

a img{
  border: none;
}

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

input[type=button]:not([disabled]),
input[type=submit]:not([disabled]),
input[type=reset]:not([disabled]),
button:not([disabled]){
  cursor: pointer;
}

[hidden]{
  display: none !important;
}

button{
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;

  -webkit-appearance: none;
          appearance: none;
}

/* ------------------------------------
//  base
// ----------------------------------*/
*{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body{
  position: relative;
  width: 100%;
  height: 100%;
  color: #000;
  text-align: left;
  word-wrap: break-word;
  letter-spacing: .03em;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Helvetica, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', sans-serif;
  line-height: 1.8;

  overflow-wrap: break-word;
}
.pc{
  display: none;
}
*,
*:before,
*:after{
  box-sizing: border-box;
}

/* ------------------------------------
//  見出し
// ----------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6{
  margin: 0;
  font-weight: normal;
  line-height: 1.6em;
}

/* ------------------------------------
//  フォント
// ----------------------------------*/
em,
strong{
  font-weight: 600;
  font-style: normal;
}

/* ------------------------------------
//  リスト
// ----------------------------------*/
ol,
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ------------------------------------
//  段落設定
// ----------------------------------*/
p{
  margin: 2em auto 0;
  text-align: left;
}
p:first-of-type{
  margin-top: 0;
}

/* ------------------------------------
//  画像
// ----------------------------------*/
figure{
  margin: 0;
}

img,
svg{
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 1;
}
/* ------------------------------------
//  リンク
// ----------------------------------*/
a{
  display: inline-block;
  text-decoration: none;
  transition: all .15s linear 0s;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
a:link,
a:visited{
  color: #000;
  text-decoration: underline;
}
a:hover,
a:active{
  color: #00b991;
  text-decoration: underline;
}
.header a:link,
.header a:visited,
.footer a:link,
.footer a:visited{
  text-decoration: none;
}
.header a:hover,
.header a:active,
.footer a:hover,
.footer a:active{
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

a img{
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
/* ----------------------------------------------------------------
  見出し
---------------------------------------------------------------- */
.page-title,
.contents-title{
  color: #00b991;
  letter-spacing: .03em;
  font-weight: bold;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.2;
}
.page-title span,
.contents-title span{
  margin-left: 1em;
  color: #000;
  letter-spacing: .06em;
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
}
.page-title{
  margin-top: 20px;
}
.block-title1{
  display: inline-block;
  border-bottom: 2px solid #00b991;
  font-weight: 600;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
}
.block-title2{
  margin: 1.8em auto 1em;
  border-bottom: 2px dotted #00b991;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
.block-title3{
  margin: 0 auto 1em;
  border-bottom: 2px dotted #00b991;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
/* ----------------------------------------------------------------
  ボタン
---------------------------------------------------------------- */
.button-wrap{
  margin-top: 25px;
}
.button{
  position: relative;
  padding: 0 1.5em 0 calc(1.5em + 9px);
  text-align: center;
  letter-spacing: .03em;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  transition: all .15s linear 0s;
}
.button::before{
  position: absolute;
  top: 50%;
  left: 5px;
  width: 9px;
  height: 14px;
  background-image: url(../images/common/icon-arrow-r.svg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  content: '';
  transition: all .15s linear 0s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button:link,
.button:visited{
  border-bottom: 1px dotted #707070;
  text-decoration: none;
}
.button:hover,
.button:active{
  color: #00b991;
}
.button:hover::before,
.button:active::before{
  background-image: url(../images/common/icon-arrow-r-green.svg);
}
/* ----------------------------------------------------------------
  リスト
---------------------------------------------------------------- */
.list-archive{
  margin: 25px 40px 0 45px;
}
.list-archive .item:not(:first-of-type){
  margin-top: 1em;
}
.list-archive .item .item__date{
  color: #00b991;
  letter-spacing: .06em;
}
.list-archive .item .item__content{
  overflow: hidden;
  transition: all .15s linear 0s;
}
.list-archive .item .item__content .item__content__title{
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px dashed #707070;
  white-space: nowrap;
  letter-spacing: 0;
  line-height: 1.6;
}
.list-archive .item .item__content .item__content__title::before{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 4em;
  height: 100%;
  background: linear-gradient(270deg, white 0%, white 45%, rgba(255, 255, 255, 0) 100%);
  content: '';
  pointer-events: none;
}
.list-archive .item .item__content .item__content__title::after{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 12px;
  height: 100%;
  background-image: url(../images/common/icon-arrow-r.svg);
  background-position: center;
  background-size: 100% 14px;
  background-repeat: no-repeat;
  content: '';
  transition: all .15s linear 0s;
  pointer-events: none;
}
.list-archive .item .item__content .item__content__title:hover::after{
  background-image: url(../images/common/icon-arrow-r-green.svg);
}
.list-archive .item .item__content .item__content__title:link,
.list-archive .item .item__content .item__content__title:visited{
  text-decoration: none;
}
.list-archive .item .item__content .item__content__title:hover,
.list-archive .item .item__content .item__content__title:active{
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.page-navi{
  margin-top: 50px;
}
.page-navi .item{
  margin: 0 auto;
  width: 90%;
}
.page-navi .item:not(:first-of-type){
  margin-top: 45px;
}
.page-navi .item .button{
  margin: 0 auto;
  padding-right: 5px;
  padding-left: 15px;
  width: 100%;
}
.block-banner{
  margin: 80px auto;
  text-align: center;
}
.block-banner img{
  width: 100%;
}
/* ----------------------------------------------------------------
  その他
---------------------------------------------------------------- */
.button-pagetop{
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 9990px;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.button-pagetop.is-fixed{
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.button-pagetop img{
  width: 50px;
}
.tel-link:link,
.tel-link:visited{
  text-decoration: none;
}
.tel-link:hover,
.tel-link:focus{
  outline: none;
  text-decoration: none;
}
/* ----------------------------------------------------------------
  レイアウト
---------------------------------------------------------------- */
.main{
  display: -ms-grid;
  display:     grid;
  margin-top: 83px;
  padding-right: 15px;
  padding-left: 15px;

  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  row-gap: 100px;
}
.main> *{
  min-width: 100%;
}
.main.main--3culumn .main__contents{
  display: -ms-grid;
  display:     grid;

  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  row-gap: 100px;
}
.kv+ .sec{
  margin-top: -85px;
}
.page-title+ .sec{
  margin-top: -60px;
}
/* ----------------------------------------------------------------
  ヘッダーのレイアウト
---------------------------------------------------------------- */
.header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 83px;
  background-color: #fff;
}
.header .header__logo{
  position: absolute;
  top: 23px;
  left: 8px;
}
.header .header__logo .header__logo__image img{
  width: 257px;
}
.header .header__navi{
  margin-top: 83px;
  height: calc(100vh - 83px);
  background-color: rgba(0, 0, 0, .4);
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  transition: all .15s linear 0s;
  pointer-events: none;
}
/* ----------------------------------------------------------------
  メニューのスタイル
---------------------------------------------------------------- */
.global-menu{
  padding: 0 15px;
  width: 83%;
  background-color: #fff;
}
.global-menu .menu__item{
  line-height: 1;
}
.global-menu .menu__item:not(:first-of-type){
  margin-top: 5px;
}
.global-menu .menu__item a{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  padding: 0 15px;
  min-height: 63px;
  border-radius: 2px;

  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
}
.global-menu .menu__item a:link,
.global-menu .menu__item a:visited{
  background-color: #f7f8f8;
}
.global-menu .menu__item a:link div,
.global-menu .menu__item a:visited div{
  color: #000;
  transition: all .15s linear 0s;
}
.global-menu .menu__item a:link span,
.global-menu .menu__item a:visited span{
  color: #00b991;
}
.global-menu .menu__item a:hover div,
.global-menu .menu__item a:active div{
  color: #00b991;
}
.global-menu .menu__item a div{
  padding-left: 20px;
  color: #222;
  letter-spacing: .03em;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: Helvetica, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.1;
}
.global-menu .menu__item a div span{
  display: block;
  margin-top: 1px;
  color: #00b991;
  letter-spacing: .06em;
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
}
.global-menu .menu__item a::before{
  height: 63px;
  border-radius: 2px 0 0 2px;
  background-position: 40% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  content: '';

  -ms-flex: 0 0 60px;
      flex: 0 0 60px;
}
.global-menu .menu__item a.menu__item__news::before{
  background-image: url(../images/common/icon-menu-news.png);
  background-position: 18% 50%;
  background-size: auto 95%;
}
.global-menu .menu__item a.menu__item__company::before{
  background-image: url(../images/common/icon-menu-company.png);
  background-position: 40% 32%;
  background-size: auto 82.5%;
}
.global-menu .menu__item a.menu__item__products::before{
  background-image: url(../images/common/icon-menu-products.png);
  background-size: auto 95%;
}
.global-menu .menu__item a.menu__item__maker::before{
  background-image: url(../images/common/icon-menu-maker.png);
  background-size: auto 81%;
}
.global-menu .menu__item a.menu__item__fg::before{
  background-image: url(../images/common/icon-menu-fg.png);
  background-size: auto 52%;
}
.global-menu .menu__item a.menu__item__qa::before{
  background-image: url(../images/common/icon-menu-qa.png);
  background-size: auto 97%;
}
.global-menu .menu__item a.menu__item__contact::before{
  background-image: url(../images/common/icon-menu-contact.png);
  background-position: 35% 50%;
  background-size: auto 67%;
}
.global-menu .menu__item a.menu__item__blog::before{
  background-image: url(../images/common/icon-menu-blog.png);
  background-position: 50% 50%;
  background-size: auto 70%;
}
.global-menu .menu__item.current a div{
  color: #00b991;
}
.sns-menu{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 40px 15px 0;
  width: 83%;
  background-color: #fff;

  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}
.sns-menu .menu__item{
  margin: 0 13px;
}
.sns-menu .menu__item .menu__item__facebook svg{
  width: 19px;
}
.sns-menu .menu__item .menu__item__twitter svg{
  width: 36px;
}
.sns-menu .menu__item .menu__item__instagram svg{
  width: 34px;
}

.header__corp-data{
  padding: 25px 15px 0;
  width: 83%;
  background-color: #fff;
  text-align: center;
}
.header__corp-data p{
  text-align: center;
  line-height: 1;
}
.header__corp-data p i img{
  width: 15px;
  vertical-align: -.1em;
}
.header__corp-data a{
  margin-top: 7px;
  font-weight: 600;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
}
.header__corp-data a small{
  font-size: 12px;
  font-size: 1.2rem;
}
.header__banner{
  padding: 23px 15px 50px;
  width: 83%;
  background-color: #fff;
  text-align: center;
}
.header__banner .banner.banner--hakamoude img{
  max-width: 300px;
}
/* ----------------------------------------------------------------
  開閉トグルボタン
---------------------------------------------------------------- */
.menu-button{
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  width: 70px;
  height: 83px;
  cursor: pointer;

  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-end;
}
.menu-button .menu-button__line{
  position: relative;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background-color: #00b991;
}
.menu-button .menu-button__line::before,
.menu-button .menu-button__line::after{
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #00b991;
  content: '';
  transition: all .15s linear 0s;
}
.menu-button .menu-button__line::before{
  top: -8px;
}
.menu-button .menu-button__line::after{
  top: 8px;
}
.menu-button .menu-button__text{
  margin-top: 17px;
  margin-bottom: 15px;
  line-height: 1;
}
.menu-button .menu-button__text::before{
  color: #00b991;
  content: 'MENU';
  letter-spacing: .1em;
  font-weight: 600;
  font-size: 12px;
  font-size: 1.2rem;
}
/* ----------------------------------------------------------------
  開閉時の挙動　まとめて
---------------------------------------------------------------- */
body.is-open{
  overflow: hidden;
}

.header.is-open .header__navi{
  overflow-y: auto;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  pointer-events: visible;
}
.header.is-open .menu-button .menu-button__line{
  width: 38px;
  background-color: transparent;
}
.header.is-open .menu-button .menu-button__line::before,
.header.is-open .menu-button .menu-button__line::after{
  top: 0;
}
.header.is-open .menu-button .menu-button__line::before{
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header.is-open .menu-button .menu-button__line::after{
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header.is-open .menu-button .menu-button__text::before{
  content: 'CLOSE';
  letter-spacing: .06em;
}

/* ----------------------------------------------------------------
  フッターのレイアウト
---------------------------------------------------------------- */
.footer{
  margin-top: 100px;
  padding-top: 50px;
  background-color: #00b991;
  text-align: center;
}
.footer .footer__navi__title{
  color: #fff;
  letter-spacing: .03em;
  font-weight: bold;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1;
}
.footer .sns-menu{
  margin-top: 35px;
  padding: 0;
  width: auto;
  background-color: transparent;
}
.footer .sns-menu .menu__item a svg path{
  fill: #fff;
}
.footer .footer__logo{
  margin-top: 120px;
  padding: 7px 5px 30px;
  background-color: #fff;
}
.footer .footer__logo img{
  width: 257px;
}
.footer .footer__logo span{
  display: block;
  margin-top: -5px;
  color: #6e96a3;
  letter-spacing: .126em;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.2;
}
/* ----------------------------------------------------------------
  HOME
---------------------------------------------------------------- */
.kv{
  margin: 0 -15px;
}
.kv .sns-menu{
  display: none;
}
.block-greeting{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-pack: start;
  -ms-flex-align: stretch;
  margin-top: 30px;
  padding: 0 15px;

  align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
}
.block-greeting .block-greeting__content{
  margin-top: 30px;
}
.block-greeting .block-greeting__content h3{
  text-align: center;
  letter-spacing: .06em;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}
.block-greeting .block-greeting__content p{
  margin-top: 10px;
  color: #707070;
}
.block-greeting .block-greeting__content .button-wrap{
  text-align: right;
}
.block-greeting .block-greeting__image{
  text-align: center;
}
.block-greeting .block-greeting__image img{
  max-width: 350px;
  width: 82%;
}
.sec--advantage .contents-title span{
  display: block;
  margin-left: 0;
  color: #ff0064;
}
.sec--advantage .advantage-image{
  margin-top: 55px;
}
.list-products{
  display: -ms-grid;
  display:     grid;
  margin-top: 30px;

  gap: 32px 30px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.list-products .item{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
  -ms-flex-align: stretch;
  text-align: center;

  align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-end;
}
.list-products .item:nth-of-type(2n){
  margin-right: 0;
}
.list-products .item .item__image img{
  margin: 0 auto;
  width: auto;
  height: 25vw;
}
.list-products .item .button-wrap{
  margin-top: auto;
}
.list-products .item .button-wrap .button{
  padding: 0 10px 0 19px;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
}
.list-products .item .button-wrap .button::before{
  left: 0;
}
.sec--products-catalog .products-catalog__link{
  margin-top: 40px;
  text-align: center;
}
.sec--products-catalog .products-catalog__link a{
  width: 70%;
}
.sec--products-catalog .products-catalog__link a:not(:first-of-type){
  margin-top: 40px;
}
.sec--products-catalog .products-catalog__other{
  margin-top: 40px;
  text-align: center;
}
.sec--products-catalog .products-catalog__other p{
  display: none;
}
.sec--products-catalog .products-catalog__other em{
  display: block;
  color: #ff0064;
  letter-spacing: .03em;
  font-weight: 300;
  font-size: 15px;
  font-size: 1.5rem;
}
.sec--products-catalog .products-catalog__other .button{
  padding-right: 5px;
  padding-left: 15px;
  width: 90%;
}
.fg-image{
  margin-top: 36px;
}
.fg-image img{
  width: 100%;
}

.to-fg{
  margin-top: 36px;
  padding: 0 8%;
  text-align: center;
}
.to-fg .to-fg__title{
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}
.to-fg .to-fg__text{
  margin-top: 1.5em;
  line-height: 1.6;
}
.to-fg .to-fg__button{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 20px -8% 0;
  width: 116%;
  height: 28px;
  border-radius: 14px;
  color: #fff;
  font-weight: 600;
  transition: all .15s linear 0s;

  align-items: center;
  justify-content: center;
}
.to-fg .to-fg__button::after{
  display: inline-block;
  margin-left: 5px;
  width: 18px;
  height: 18px;
  background-image: url(../images/common/icon-arrow-r2.svg);
  background-size: cover;
  content: '';
}
.to-fg .to-fg__button:link,
.to-fg .to-fg__button:visited{
  background-color: #535353;
  text-decoration: none;
}
.to-fg .to-fg__button:hover,
.to-fg .to-fg__button:active{
  background-color: #38d0d3;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.qa{
  margin-top: 50px;
  padding: 0 11.5%;
}
.qa .qa__q{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-align: center;

  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
}
.qa .qa__q:not(:first-of-type){
  margin-top: 40px;
}
.qa .qa__q::before{
  display: block;
  width: 82px;
  height: 82px;
  background-size: cover;
  content: '';
}
.qa .qa__q:nth-of-type(odd)::before{
  background-image: url(../images/qa/icon-qa-q1.png);
}
.qa .qa__q:nth-of-type(even)::before{
  background-image: url(../images/qa/icon-qa-q2.png);
}
.qa .qa__q h3{
  margin-top: 18px;
  font-weight: 600;
}
.qa .qa__q h3::before{
  content: 'Q.';
}
.qa .qa__a{
  position: relative;
  margin-top: 12px;
}
.qa .qa__a::before{
  position: absolute;
  top: 1px;
  left: 0;
  width: 17px;
  height: 17px;
  background-image: url(../images/qa/icon-qa-a.svg);
  background-size: cover;
  content: '';
}
.qa .qa__a p{
  margin: 0 auto;
  padding-left: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
}
.sec--contact .contact__other{
  text-align: center;
}
.sec--contact .contact__other:not(:first-of-type){
  margin-top: 40px;
}
.sec--contact .contact__other em{
  display: block;
  color: #ff0064;
  letter-spacing: .03em;
  font-weight: 300;
  font-size: 15px;
  font-size: 1.5rem;
}
.sec--contact .contact__other .button{
  padding-right: 5px;
  padding-left: 15px;
}
.list-ofiice{
  margin-top: 40px;
}
.list-ofiice .list-ofiice__item> *:not(.list-ofiice__item__map){
  padding-right: 11%;
  padding-left: 11%;
}
.list-ofiice .list-ofiice__item:not(:first-of-type){
  margin-top: 30px;
}
.list-ofiice .list-ofiice__item .list-ofiice__item__name{
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}
.list-ofiice .list-ofiice__item .list-ofiice__item__image{
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.list-ofiice .list-ofiice__item .list-ofiice__item__image img{
  max-width: 300px;
}
.list-ofiice .list-ofiice__item .list-ofiice__item__number{
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.list-ofiice .list-ofiice__item .list-ofiice__item__number span:first-of-type{
  margin-right: .5em;
}
.list-ofiice .list-ofiice__item .list-ofiice__item__text{
  margin-top: 15px;
  line-height: 1.6;
}
.list-ofiice .list-ofiice__item .list-ofiice__item__map{
  margin: 30px -15px 0;
  text-align: center;
}
.list-ofiice .list-ofiice__item .list-ofiice__item__map .g-map{
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  width: auto;
  height: 0;
}
.list-ofiice .list-ofiice__item .list-ofiice__item__map .g-map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-ofiice .list-ofiice__item .list-ofiice__item__map .button-map{
  display: none;
}
.include-blog{
  margin-top: 40px;
  padding: 0 20px;
}
.include-blog div.mamewaza_blog{
  color: #707070;
}
.include-blog div.mamewaza_blog> div{
  border: none;
}
.include-blog div.mamewaza_blog h5.mamewaza_blog,
.include-blog div.mamewaza_blog div.mamewaza_blog_exp{
  display: none;
}
.include-blog div.mamewaza_blog ul.mamewaza_blog{
  border: none;
  font-family: Helvetica, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', sans-serif;
}
.include-blog div.mamewaza_blog ul.mamewaza_blog li{
  padding: 0 0 12px;
  border-bottom: 1px solid #cf0;
}
.include-blog div.mamewaza_blog ul.mamewaza_blog li:not(:first-of-type){
  margin-top: 12px;
}
.include-blog div.mamewaza_blog ul.mamewaza_blog li a.mamewaza_blog_title{
  font-weight: 600;
  line-height: 1.6;
}
.include-blog div.mamewaza_blog ul.mamewaza_blog li a.mamewaza_blog_title:link,
.include-blog div.mamewaza_blog ul.mamewaza_blog li a.mamewaza_blog_title:visited{
  color: #707070;
  text-decoration: none;
}
.include-blog div.mamewaza_blog ul.mamewaza_blog li a.mamewaza_blog_title:hover,
.include-blog div.mamewaza_blog ul.mamewaza_blog li a.mamewaza_blog_title:active{
  opacity: .8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.include-blog div.mamewaza_blog ul.mamewaza_blog li span.mamewaza_blog_exp{
  display: block;
  margin-top: 5px;
  margin-left: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}
/* ----------------------------------------------------------------
  news
---------------------------------------------------------------- */
.sec--news-archive .list-archive .item .item__content .item__content__title{
  overflow: visible;
  border-bottom: none;
  white-space: pre-wrap;
  font-weight: 600;
  pointer-events: none;
}
.sec--news-archive .list-archive .item .item__content .item__content__title::before{
  content: none;
}
.sec--news-archive .list-archive .item .item__content .item__content__title::after{
  content: none;
}
.sec--news-archive .list-archive .item .item__content .item__content__body{
  margin-top: .3em;
  line-height: 1.6;
}
/* ----------------------------------------------------------------
  company
---------------------------------------------------------------- */
.behavior-standards-policy{
  position: relative;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: stretch;
  margin: 1.2em 0;
  text-align: center;
  font-size: clamp(40px, 6vw, 60px);
  font-size: clamp(4rem, 6vw, 6rem);
  line-height: 1;

  align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}
.behavior-standards-policy i img{
  width: .9667em;
}
.behavior-standards-policy span{
  position: relative;
  margin-top: .05em;
  margin-left: .15em;
}
.behavior-standards-policy span::after{
  display: block;
  margin: .3667em auto 0;
  width: 2.1667em;
  height: 1px;
  border-bottom: 2px dotted #00b991;
  content: '';
}

.behavior-standards-box{
  display: -ms-grid;
  display:     grid;
  -ms-flex-align: center;
  text-align: center;

  align-items: center;
  gap: 15px;
  -ms-grid-rows: (1fr)[3];
  grid-template-rows: repeat(3, 1fr);
}
.behavior-standards-box> .item{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 30px 15px;
  background-color: #f7f7f7;

  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}
.behavior-standards-box> .item span{
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 600;
  font-size: clamp(25px, 4vw, 35px);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  line-height: 1.74;
}
.behavior-standards-box> .item span::before{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 1.74em;
  height: 1.74em;
  border-radius: 50%;
  background-color: #00b991;
  content: '';
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.behavior-standards-box> .item em{
  margin-top: 20px;
  letter-spacing: 0;
  font-weight: 600;
  font-size: clamp(25px, 2vw, 34px);
  font-size: clamp(2.5rem, 2vw, 3.4rem);
  line-height: 1.2;
}
.block-company-policy{
  margin-top: 40px;
}
.block-company-policy .company-policy{
  margin-top: 25px;
}
.block-company-policy .company-policy .company-policy__group{
  margin-top: 30px;
}
.block-company-policy .company-policy .company-policy__group dt{
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}
.block-company-policy .company-policy .company-policy__group dd{
  margin-top: .6em;
}
.company-data{
  margin-top: 30px;
  margin-bottom: 60px;
  line-height: 1.6;
}
.company-data .company-data__group dt{
  padding: .2em .4em;
  background-color: #eeffac;
  font-weight: 600;
}
.company-data .company-data__group dd{
  padding: .8em .4em;
}
.company-history .company-history__group{
  padding: .8em 0;
  border-bottom: 2px dotted #cf0;
  line-height: 1.6;
}
.company-history .company-history__group dt{
  font-weight: 600;
}
.company-history .company-history__group dd{
  margin-top: .3em;
}
.block-rectuit{
  margin-top: 30px;
}
.block-rectuit p{
  border-bottom: 2px dotted #cf0;
  text-align: center;
  line-height: 1.6;
}
/* ----------------------------------------------------------------
  products
---------------------------------------------------------------- */
.side-menu{
  display: none;
}
.product{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
  -ms-flex-align: stretch;

  align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
}
.product:first-of-type{
  margin-top: 20px;
}
.product:not(:first-of-type){
  margin-top: 60px;
}
.product> *{
  margin-top: 1em;
}

.product__info{
  -ms-flex-order: 2;

  order: 2;
}
.product__info .product__info__catchcopy{
  display: block;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.product__info .product__info__name{
  margin-top: 5px;
  font-weight: 600;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.4;
  white-space: pre-wrap;
}
.product__info .product__info__text{
  margin-top: 1em;
  line-height: 1.6;
}

.product__recommend{
  position: relative;
  -ms-flex-order: 4;
  margin-top: 36px;
  margin-left: 50px;
  padding: 5px 10px 0 65px;
  border: 1px solid #707070;

  order: 4;
}
.product__recommend .product__recommend__image{
  position: absolute;
  top: 50%;
  left: -50px;
  width: 100px;
  height: 100px;
  border: 1px solid #707070;
  border-radius: 50%;
  background-color: #fff;
  background-image: url(../images/products/icon-man1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product__recommend .product__recommend__title{
  position: relative;
  top: calc(-.75em - 5px);
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}
.product__recommend .product__recommend__title::before{
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
  width: calc(100% + 20px);
  height: 1em;
  background-color: #fff;
  content: '';
}
.product__recommend .product__recommend__text{
  position: relative;
  top: calc(-.5em - 5px);
  line-height: 1.5;
}

.product__image{
  -ms-flex-order: 1;

  order: 1;
}

.product__data{
  -ms-flex-order: 3;

  order: 3;
}

.product__voice{
  -ms-flex-order: 5;
  margin-top: 26px;

  order: 5;
}
.product__voice .product__voice__title{
  color: #ff0064;
  letter-spacing: .03em;
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.2;
}
.product__voice .product__voice__title span{
  margin-left: 1em;
  color: #000;
  letter-spacing: .06em;
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
}
.product__voice .product__voice__wrap{
  margin-top: 20px;
}
.product__voice .product__voice__wrap .voice{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;

  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: space-between;
}
.product__voice .product__voice__wrap .voice:not(:first-of-type){
  margin-top: 20px;
}
.product__voice .product__voice__wrap .voice .voice__data{
  -ms-flex-order: 2;

  flex-basis: calc(70% - 20px);
  -ms-flex-preferred-size: calc(70% - 20px);
  order: 2;
}
.product__voice .product__voice__wrap .voice .voice__data .voice__name{
  font-weight: 600;
  line-height: 1.5;
}
.product__voice .product__voice__wrap .voice .voice__data .voice__text{
  margin-top: 10px;
  line-height: 1.5;
}
.product__voice .product__voice__wrap .voice .voice__image{
  -ms-flex-order: 1;

  -ms-flex: 0 0 30%;
      flex: 0 0 30%;
  order: 1;
}

.product:nth-of-type(3n+1) .product__recommend__image{
  background-image: url(../images/products/icon-man1.png);
}
.product:nth-of-type(3n+2) .product__recommend__image{
  background-image: url(../images/products/icon-man2.png);
}
.product:nth-of-type(3n+3) .product__recommend__image{
  background-image: url(../images/products/icon-man3.png);
}
.product__data{
  width: 100%;
}
.product__data th,
.product__data td{
  padding: .4em .5em;
  border: 1px solid #000;
  line-height: 1.5;
}
.product__data th{
  width: 7em;
  background-color: #e5ff7f;
}
.product__data td{
  width: calc(100% - 7em);
}
.other-catarog{
  margin-top: 20px;
}
.other-catarog p{
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
}
.other-catarog .banners{
  margin-top: 20px;
}
.list-products-other{
  display: -ms-grid;
  display:     grid;

  gap: 3vw 4vw;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.list-products-other .item .item__info{
  margin-top: 6px;
}
.list-products-other .item .item__info .item__info__name{
  font-weight: 600;
  line-height: 1.4;
  white-space: pre-wrap;
}
.list-products-other .item .item__info .item__info_text{
  margin-top: 0;
  line-height: 1.5;
}
/* ----------------------------------------------------------------
  maker
---------------------------------------------------------------- */
.banners{
  display: -ms-grid;
  display:     grid;

  gap: 2vw;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.banners a{
  line-height: 1;
}

/* ----------------------------------------------------------------
  Q & A
---------------------------------------------------------------- */
.block-qa:not(:first-of-type){
  margin-top: 15px;
}
.block-qa__button{
  position: relative;
  z-index: 1;
  padding: 1em 80px 1em 1em;
  width: 100%;
  border: 3px dotted #00b991;
  background-color: #fff;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  transition: all .15s linear 0s;
}
.block-qa__button::before{
  position: absolute;
  top: calc(50% - 1.25em);
  right: 20px;
  z-index: -1;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background-image: url(../images/qa/icon-plus.svg);
  background-size: cover;
  content: '';
}
.block-qa__button.is-active,
.block-qa__button:hover{
  background-color: #00b991;
  color: #fff;
}
.block-qa__button.is-active::before,
.block-qa__button:hover::before{
  background-image: url(../images/qa/icon-minus.svg);
}
.block-qa__contents{
  display: none;
}
.block-qa__contents .qa-content{
  margin-top: 40px;
}
.block-qa__contents .qa-content .qa-content__item .qa-content__item__group{
  margin-top: 15px;
  padding: 1em 1.2em;
  border-radius: 20px;
  background-color: #f7f7f7;
}
.block-qa__contents .qa-content .qa-content__item .qa-content__item__group dt,
.block-qa__contents .qa-content .qa-content__item .qa-content__item__group dd{
  position: relative;
  padding-left: calc(2.32em + 10px);
  line-height: 1.5;
}
.block-qa__contents .qa-content .qa-content__item .qa-content__item__group dt::before,
.block-qa__contents .qa-content .qa-content__item .qa-content__item__group dd::before{
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.32em;
  height: 2.32em;
  background-size: cover;
  content: '';
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block-qa__contents .qa-content .qa-content__item .qa-content__item__group dt{
  font-weight: 600;
}
.block-qa__contents .qa-content .qa-content__item .qa-content__item__group dt::before{
  background-image: url(../images/qa/icon-qa-q.svg);
}
.block-qa__contents .qa-content .qa-content__item .qa-content__item__group dd{
  margin-top: 12px;
}
.block-qa__contents .qa-content .qa-content__item .qa-content__item__group dd::before{
  background-image: url(../images/qa/icon-qa-a.svg);
}
/* ----------------------------------------------------------------
  valiables
---------------------------------------------------------------- */
/* ----------------------------------------------------------------
  layout
---------------------------------------------------------------- */
.main-lp{
  padding: 0 15px;
  background-image: url(../images/kaken-original/bg-body.png);
  background-position: center top -40vw;
  background-size: 100%;
  background-repeat: repeat-y;
}
.sec-lp{
  margin-top: 100px;
}
.sec-lp:first-of-type{
  margin-top: 60px;
}
/* ----------------------------------------------------------------
  common perts
---------------------------------------------------------------- */
.block-title4{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Times New Roman', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  line-height: 1.4;

  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
}
.block-title4 span{
  position: relative;
  margin-left: 5px;
  padding-left: 40px;
  color: #cf0;
  font-size: .8em;
  font-family: Helvetica, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', sans-serif;
}
.block-title4 span::before{
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #cf0;
  content: '';
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.text-link{
  letter-spacing: .1em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.text-link:link,
.text-link:visited{
  border-bottom: 1px solid #0062ff;
  color: #0062ff;
  text-decoration: none;
}
.text-link:hover,
.text-link:active{
  opacity: .8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.pdf-button{
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 12px auto 0;
  padding: 0 2em;
  height: 40px;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  letter-spacing: .2em;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;

  align-items: center;
  justify-content: center;
}
.pdf-button:link,
.pdf-button:visited{
  border: 2px solid #0062ff;
  background-color: #fff;
  color: #0062ff;
  text-decoration: none;
}
.pdf-button:hover,
.pdf-button:focus{
  background-color: #0062ff;
  color: #fff;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.contact-button{
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: min(.4em, 30px);
  padding: 0 2em;
  height: 2.3em;
  border-radius: 1.15em;
  box-shadow: 0 5px 8px rgba(0, 0, 0, .16);
  letter-spacing: .2em;
  font-weight: bold;
  font-size: clamp(20px, 8vw, 60px);
  font-size: clamp(2rem, 8vw, 6rem);
  line-height: 1;

  align-items: center;
  justify-content: center;
}
.contact-button:link,
.contact-button:visited{
  border: 3px solid #0062ff;
  background-color: #0062ff;
  color: #fff;
  text-decoration: none;
}
.contact-button:hover,
.contact-button:focus{
  background-color: #fff;
  color: #0062ff;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.catchcopy,
.catchcopy-en{
  padding: 0 1.5em;
}
.catchcopy strong,
.catchcopy span,
.catchcopy-en strong,
.catchcopy-en span{
  display: block;
  letter-spacing: 0;
  line-height: 1.5;
}

.catchcopy{
  margin-top: .8em;
  font-size: clamp(18px, 5.8vw, 40px);
  font-size: clamp(1.8rem, 5.8vw, 4rem);
}
.catchcopy strong{
  font-weight: bold;
  font-family: 'Times New Roman', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.catchcopy span{
  margin-top: .3em;
  font-size: clamp(13px, 3vw, 23px);
  font-size: clamp(1.3rem, 3vw, 2.3rem);
}

.catchcopy-en{
  margin-top: .7em;
  font-size: clamp(18px, 6vw, 45px);
  font-size: clamp(1.8rem, 6vw, 4.5rem);
}
.catchcopy-en strong{
  font-weight: bold;
  font-family: 'Times New Roman', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  line-height: 1.3;
}
.catchcopy-en span{
  margin-top: .2em;
  font-size: clamp(11px, 2.7vw, 23px);
  font-size: clamp(1.1rem, 2.7vw, 2.3rem);
}
/* ----------------------------------------------------------------
  contents
---------------------------------------------------------------- */
.kv-lp{
  margin-top: 83px;
}
.kv-lp .kv-lp__image{
  padding: 10px 5px 0;
}
.list-lineup{
  display: -ms-grid;
  display:     grid;

  gap: 35px 20px;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
.list-lineup .item .item__name{
  margin-top: .7em;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'Times New Roman', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  line-height: 1.4;
}
.list-lineup .item .item__catchcopy{
  margin-top: .4em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.list-lineup .item .item__link{
  margin-top: .3em;
  text-align: right;
}
.l-product{
  display: -ms-grid;
  display:     grid;
  margin-top: 30px;

  gap: 15px;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}
.l-product:not(:first-of-type){
  margin-top: 80px;
}
.l-product> *{
  min-width: 100%;
  max-width: 100%;
}
.l-product__name{
  -ms-flex-order: 1;
  font-weight: bold;
  font-size: 25px;
  font-size: 2.5rem;
  font-family: 'Times New Roman', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  line-height: 1.4;

  order: 1;
}
.l-product__catchcopy{
  -ms-flex-order: 2;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;

  order: 2;
}
.l-product__text{
  -ms-flex-order: 4;
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;

  order: 4;
}
.l-product__voice{
  position: relative;
  -ms-flex-order: 5;
  margin-top: 20px;
  padding-left: 55px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;

  order: 5;
}
.l-product__voice .l-product__voice__icon{
  position: absolute;
  top: -20px;
  left: 0;
  width: 40px;
}
.l-product__voice .l-product__voice__comment{
  position: relative;
  padding: .7em .7em .7em 1.2em;
  border: 2px solid #cf0;
}
.l-product__voice .l-product__voice__comment .icon{
  position: absolute;
  top: 15px;
  left: -21px;
  width: 22px;
}
.l-product__download{
  -ms-flex-order: 6;
  text-align: center;

  order: 6;
}
.l-product__slider{
  position: relative;
  -ms-flex-order: 3;
  margin-top: 10px;

  order: 3;
}
.l-product__slider .slider-thumb{
  margin-top: 15px;
  padding: 0 10%;
}
.l-product__slider .slider-thumb .slider-thumb__item{
  margin: 0 10px;
  cursor: pointer;
}
.to-contact{
  text-align: center;
}
.to-contact p{
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
.l-brand1{
  margin-top: 40px;
}
.l-brand1 .l-brand__data .l-brand__data__logo{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 0 auto;
  width: 90%;

  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}
.l-brand1 .l-brand__data .l-brand__data__logo .l-brand__data__logo__1{
  margin-right: 5.7%;

  flex-basis: 62.6%;
  -ms-flex-preferred-size: 62.6%;
}
.l-brand1 .l-brand__data .l-brand__data__logo .l-brand__data__logo__2{
  flex-basis: 31.7%;
  -ms-flex-preferred-size: 31.7%;
}
.l-brand1 .l-brand__data .l-brand__data__text{
  margin-top: 2em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}
.l-brand1 .l-brand__image{
  position: relative;
  margin-top: 15px;
}
.l-brand1 .l-brand__image .l-brand__image__data{
  margin-top: 10px;
  padding: .4em .6em;
  border: 2px solid #cf0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}
.l-brand1 .l-brand__image .l-brand__image__data em{
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'Times New Roman', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
.l-brand1 .l-brand__image .l-brand__image__data p{
  margin-top: 5px;
  margin-left: 1em;
}
.l-brand2{
  margin-top: 50px;
}
.l-brand2 .l-brand__data__logo{
  display: none;
}
.l-brand2 .l-brand__catchcopy .catchcopy,
.l-brand2 .l-brand__catchcopy .catchcopy-en{
  padding: 0 .5em 0 .5em;
}
.l-brand2 .l-brand__catchcopy .catchcopy strong,
.l-brand2 .l-brand__catchcopy .catchcopy span,
.l-brand2 .l-brand__catchcopy .catchcopy-en strong,
.l-brand2 .l-brand__catchcopy .catchcopy-en span{
  letter-spacing: 0;
  line-height: 1.5;
}
/* ----------------------------------------------------------------
  footer
---------------------------------------------------------------- */
.footer-lp{
  margin-top: 60px;
}
.footer-lp::before{
  display: block;
  width: 100%;
  height: 80px;
  background-image: url(../images/kaken-original/bg-footer.svg);
  background-position: left bottom;
  background-size: auto 100%;
  content: '';
}
.footer-lp .inner{
  display: -ms-grid;
  display:     grid;
  padding: 0 15px 40px;
  background-color: #0062ff;
  color: #fff;
  text-align: center;

  gap: 20px;
  -ms-grid-rows: (1fr)[3];
  grid-template-rows: repeat(3, 1fr);
}
.footer-lp .inner> * p{
  text-align: center;
  line-height: 1.5;
}
.footer-lp .inner> * p:not(:first-of-type){
  margin-top: .6em;
}
.footer-lp .inner> * p em{
  font-size: 1.5em;
}
.footer-lp .inner> * a:link,
.footer-lp .inner> * a:visited{
  color: #fff;
}
.footer-lp .inner .footer__logo img{
  width: min(90%, 360px);
}
.footer-lp .inner .footer__logo .button{
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 12px auto 0;
  padding: 0 2em;
  height: 32px;
  border-radius: 16px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;

  align-items: center;
  justify-content: center;
}
.footer-lp .inner .footer__logo .button::before{
  content: none;
}
.footer-lp .inner .footer__logo .button:link,
.footer-lp .inner .footer__logo .button:visited{
  border: none;
  background-color: #fff;
  color: #0062ff;
  text-decoration: none;
}
.footer-lp .inner .footer__logo .button:hover,
.footer-lp .inner .footer__logo .button:focus{
  opacity: .8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.slick-arrow{
  top: auto !important;
  bottom: calc(-1 * ((80% - 60px) / 3 + 15px)) !important;
  z-index: 9999 !important;
  width: 4% !important;
  height: calc((80% - 60px) / 3) !important;
  transition: all .15s linear 0s;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.slick-arrow::before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/kaken-original/icon-slider-arrow.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  content: '' !important;
  opacity: 1 !important;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.slick-arrow.slick-prev{
  left: 8px !important;
}
.slick-arrow.slick-next{
  right: 8px !important;
}
.slick-arrow.slick-next::before{
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.slick-arrow:hover{
  opacity: .6;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=60)';
}
.slick-dots{
  position: absolute !important;
  bottom: -15px !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  -ms-flex-align: stretch !important;
  padding: 0 10px !important;
  height: 5px !important;

  align-items: stretch !important;
  justify-content: center !important;
}
.slick-dots li{
  margin: 0 !important;
  padding: 0 2px !important;
  width: 25% !important;
  height: 100% !important;
}
.slick-dots li button{
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: #a0b6c4 !important;
}
.slick-dots li button::before{
  width: 100% !important;
  height: 100% !important;
  content: '' !important;
}
.slick-dots li.slick-active button{
  background-color: #00b991 !important;
}
@media only screen and (min-width: 768px){
  body{
    font-size: 1.5rem;
  }
  .sp{
    display: none;
  }
  .pc{
    display: inline;
  }
  img,
  svg{
    width: auto;
  }
  a img{
    transition: all .15s linear 0s;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  a img:hover{
    opacity: .8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  }
  .page-title,
  .contents-title{
    vertical-align: bottom;
    font-size: 3.2rem;
  }
  .page-title span,
  .contents-title span{
    vertical-align: middle;
    letter-spacing: .03em;
    font-size: 2.5rem;
  }
  .page-title{
    margin-top: 50px;
  }
  .block-title1{
    font-size: 3rem;
  }
  .block-title2{
    font-size: 2.5rem;
  }
  .block-title3{
    font-size: 3rem;
  }
  .button-wrap{
    margin-top: 35px;
  }
  .button{
    padding: 0 2em 0 calc(1.5em + 14px);
    font-size: 3rem;
  }
  .button::before{
    width: 14px;
    height: 18px;
  }
  .button-map{
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding: .2em 2em;
    min-height: 45px;
    border-radius: 23px;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.2;
    transition: all .15s linear 0s;

    align-items: center;
    justify-content: center;
  }
  .button-map:link,
  .button-map:visited{
    border: 2px solid #00b991;
    color: #00b991;
    text-decoration: none;
  }
  .button-map:hover,
  .button-map:active{
    background-color: #00b991;
    color: #fff;
  }
  .list-archive{
    margin: 40px 0 0 0;
  }
  .list-archive .item{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: stretch;
    line-height: 1;

    align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .list-archive .item:not(:first-of-type){
    margin-top: 1.6em;
  }
  .list-archive .item .item__date{
    margin-top: .25em;
    letter-spacing: .03em;
    font-weight: 500;
  }
  .list-archive .item .item__content{
    margin-left: 37px;

    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
  }
  .list-archive .item .item__content .item__content__title{
    margin-right: 4em;
  }
  .page-navi{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: stretch;
    margin-right: auto;
    margin-left: auto;

    align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: center;
  }
  .page-navi .item{
    margin: 0 4%;

    flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
  }
  .page-navi .item:not(:first-of-type){
    margin-top: 0;
  }
  .page-navi .item:nth-of-type(n+3){
    margin-top: 60px;
  }
  .page-navi .item .button{
    padding-right: 10px;
    padding-left: 25px;
  }
  .block-banner{
    margin: 170px auto 0;
  }
  .button-pagetop{
    right: 32px;
  }
  .button-pagetop img{
    width: 123px;
  }
  .tel-link{
    pointer-events: none;
  }
  .main{
    margin-top: 162px;
    padding-right: 0;
    padding-left: 0;

    -ms-grid-columns: clamp(200px, 30%, 387px) 1fr minmax(64px, 10%);
    grid-template-columns: clamp(200px, 30%, 387px) 1fr minmax(64px, 10%);
    row-gap: 140px;
  }
  .main> *{
    grid-column: 2/3;
  }
  .main.main--3culumn{
    -ms-grid-columns: clamp(200px, 30%, 387px) 1fr clamp(160px, 20%, 336px);
    grid-template-areas: '. Main RightMenu';
    grid-template-columns: clamp(200px, 30%, 387px) 1fr clamp(160px, 20%, 336px);
  }
  .main.main--3culumn> *{
    grid-area: Main;
  }
  .main.main--3culumn .main__contents{
    display: -ms-grid;
    display:     grid;

    row-gap: 140px;
  }
  .sec{
    padding-left: 1%;
  }
  .kv+ .sec{
    margin-top: -40px;
  }
  .sec> *:not(.contents-title){
    margin-left: 1%;
  }
  .header{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;
    padding: 0 32px 0 22px;
    height: 162px;

    align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .header .header__logo{
    position: relative;
    top: auto;
    left: auto;
    margin-top: 12px;

    flex-basis: 400px;
    -ms-flex-preferred-size: 400px;
  }
  .header .header__logo .header__logo__image img{
    width: 386px;
  }
  .header .header__logo .header__logo__copy{
    display: block;
    margin: -7px 0 0 24px;
    padding-top: 10px;
    width: 340px;
    border-top: 1px solid #707070;
    color: #6e96a3;
    letter-spacing: .126em;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .header .header__navi{
    position: fixed;
    top: 162px;
    left: 0;
    overflow-y: auto;
    margin-top: 0;
    padding: 15px 16px 160px 20px;
    width: clamp(200px, 30%, 387px);
    height: 100vh;
    background-color: #fff;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
    pointer-events: visible;

    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header .header__navi::-webkit-scrollbar{
    display: none;
  }
  .global-menu{
    padding: 0 2%;
    width: auto;
  }
  .global-menu .menu__item:not(:first-of-type){
    margin-top: 0;
  }
  .global-menu .menu__item a{
    padding: 0;
    min-height: 60px;
    word-break: break-all;
  }
  .global-menu .menu__item a:link,
  .global-menu .menu__item a:visited{
    background-color: #fff;
  }
  .global-menu .menu__item a div{
    padding-left: clamp(15px, 5%, 20px);
    font-size: 1.9rem;
  }
  .global-menu .menu__item a div span{
    margin-top: 2px;
    letter-spacing: .05em;
    font-size: 1.3rem;
  }
  .global-menu .menu__item a::before{
    height: 60px;

    -ms-flex: 0 0 60px;
        flex: 0 0 60px;
  }
  .global-menu .menu__item a.menu__item__contact::before{
    background-image: url(../images/common/icon-menu-contact.png);
    background-position: 35% 50%;
  }
  .global-menu .menu__item a.menu__item__blog::before{
    background-image: url(../images/common/icon-menu-blog.png);
    background-position: 60% 50%;
  }
  .header__corp-data{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -ms-flex-align: stretch;
    margin-top: 20px;
    padding: 0;

    align-items: stretch;
    flex-basis: calc(100% - 400px);
    -ms-flex-preferred-size: calc(100% - 400px);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-end;
  }
  .header__corp-data p{
    margin: 0 0 0 clamp(1.5em, 5%, 60px);
    color: #707070;
    text-align: right;
    font-size: 1.8rem;
    font-size: clamp(1.3rem, 1.5vw, 1.8rem);
    line-height: 1.667;
  }
  .header__navi .header__corp-data{
    display: none;
  }
  .header__banner{
    margin-top: 10px;
    padding: 0;
    max-width: 323px;
    width: 100%;
  }
  .header__banner .banner{
    display: block;
    text-align: center;
  }
  .header__banner .banner:not(:first-of-type){
    margin-top: 15px;
  }
  .header__banner .banner.banner--catalog-web img{
    width: 100%;
  }
  .header__banner .banner.banner--hakamoude img{
    max-width: 86%;
    width: 100%;
  }
  .menu-button{
    display: none;
  }
  .footer{
    display: -ms-grid;
    display:     grid;
    margin-top: 140px;
    padding: 65px clamp(3.2em, 3.5%, 65px) 25px clamp(3.2em, 3.5%, 65px);
    text-align: left;

    -ms-grid-columns: clamp(200px, 30%, 387px) 1fr;
    grid-template-columns: clamp(200px, 30%, 387px) 1fr;
  }
  .footer> *{
    -ms-grid-column: 2;
        grid-column: 2;
  }
  .side-menu+ .footer{
    -ms-grid-columns: clamp(200px, 30%, 387px) 1fr clamp(160px, 20%, 336px);
    grid-template-columns: clamp(200px, 30%, 387px) 1fr clamp(160px, 20%, 336px);
  }
  .footer .footer-navi{
    display: -ms-grid;
    display:     grid;

    gap: 25px clamp(30px, 5%, 65px);
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .footer .footer-navi .footer-menu{
    margin-bottom: clamp(1em, 2em, 65px);
  }
  .footer .footer-navi .menu__item{
    color: #fff;
    letter-spacing: .03em;
    font-weight: bold;
    font-size: clamp(1.6rem, 2vw, 3.2rem);
    line-height: 1.2;
  }
  .footer .footer-navi .menu__item:not(:first-of-type){
    margin-top: clamp(2em, 2em, 60px);
  }
  .footer .footer-navi .menu__item a:link,
  .footer .footer-navi .menu__item a:visited{
    color: #fff;
  }
  .footer .footer-navi .menu__item a:hover,
  .footer .footer-navi .menu__item a:active{
    opacity: .8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  }
  .footer .footer-navi .menu__item.menu__item--anchor,
  .footer .footer-navi .menu__item.menu__item--blank{
    margin-top: 25px;
    font-weight: 300;
  }
  .footer .footer-navi .menu__item.menu__item--anchor+ .menu__item--anchor,
  .footer .footer-navi .menu__item.menu__item--anchor+ .menu__item--blank,
  .footer .footer-navi .menu__item.menu__item--blank+ .menu__item--anchor,
  .footer .footer-navi .menu__item.menu__item--blank+ .menu__item--blank{
    margin-top: 13px;
  }
  .kv{
    margin: 0;

    grid-column: 2/4;
  }
  .kv .sns-menu{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -ms-flex-align: center;
    padding: 0 15px 0 0;
    width: auto;

    align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-end;
  }
  .kv .sns-menu .menu__item a svg path{
    transition: all .15s linear 0s;

    fill: #000;
  }
  .kv .sns-menu .menu__item a:hover svg path,
  .kv .sns-menu .menu__item a:active svg path{
    fill: #00b991;
  }
  .block-greeting{
    -ms-flex-direction: row;
        flex-direction: row;
    margin-top: 50px;
    padding: 0;
  }
  .block-greeting .block-greeting__content{
    margin-top: 0;
    padding-right: 30px;

    flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
  }
  .block-greeting .block-greeting__content h3{
    text-align: left;
    letter-spacing: .03em;
    font-size: 3rem;
  }
  .block-greeting .block-greeting__content p{
    margin-top: 20px;
    color: #000;
  }
  .block-greeting .block-greeting__content .button-wrap .button{
    font-size: 3rem;
  }
  .block-greeting .block-greeting__image{
    margin-top: 55px;

    flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
  }
  .block-greeting .block-greeting__image img{
    max-width: none;
    width: 100%;
  }
  .sec--advantage .contents-title span{
    display: inline-block;
    margin-left: 35px;
    color: #000;
  }
  .sec--advantage .advantage-image{
    margin-top: 55px;
  }
  .list-products{
    margin-top: 50px;

    gap: 80px 7%;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .list-products .item .item__image img{
    margin-bottom: 10px;
    width: 100%;
    height: auto;
  }
  .list-products .item .button-wrap{
    margin-top: auto;
  }
  .list-products .item .button-wrap .button{
    padding: 0 10px 0 19px;
    width: 100%;
    font-size: 2rem;
  }
  .list-products .item .button-wrap .button::before{
    left: 5px;
  }
  .sec--products-catalog .products-catalog__link{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: stretch;
    margin-top: 60px;

    align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: center;
  }
  .sec--products-catalog .products-catalog__link a{
    max-width: 504px;

    flex-basis: calc(45% - 18px);
    -ms-flex-preferred-size: calc(45% - 18px);
  }
  .sec--products-catalog .products-catalog__link a:not(:first-of-type){
    margin-top: 0;
  }
  .sec--products-catalog .products-catalog__link a:not(:nth-of-type(2n)){
    margin-right: 36px;
  }
  .sec--products-catalog .products-catalog__link a:nth-of-type(n+3){
    margin-top: 40px;
  }
  .sec--products-catalog .products-catalog__other p{
    display: block;
    text-align: center;
    letter-spacing: .03em;
    font-weight: 600;
    font-size: 2.5rem;
  }
  .sec--products-catalog .products-catalog__other em{
    margin-top: 15px;
    font-size: 2rem;
  }
  .sec--products-catalog .products-catalog__other .button{
    padding: 0 2em 0 calc(1.5em + 14px);
    width: auto;
  }
  .fg-image{
    margin-top: 66px;
  }
  .fg-image img{
    height: 34.5vw;
  }
  .to-fg{
    margin-top: 80px;
    padding: 0;
  }
  .to-fg .to-fg__title{
    text-align: left;
    font-size: 3rem;
    line-height: 1.6;
  }
  .to-fg .to-fg__text{
    margin-top: 40px;
    font-size: 2rem;
    line-height: 2;
  }
  .to-fg .to-fg__button{
    margin: 75px auto 0;
    max-width: 730px;
    width: 65%;
    height: 59px;
    border-radius: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    font-size: 3rem;
  }
  .to-fg .to-fg__button::after{
    margin-left: 15px;
    width: 41px;
    height: 41px;
  }
  .sec--qa .page-navi{
    margin-top: 80px;
  }
  .qa{
    margin-top: 40px;
    padding: 0;
  }
  .qa .qa__q{
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .qa .qa__q:not(:first-of-type){
    margin-top: 80px;
  }
  .qa .qa__q::before{
    margin-right: 20px;

    -ms-flex: 0 0 82px;
        flex: 0 0 82px;
  }
  .qa .qa__q h3{
    margin-top: 0;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .qa .qa__q h3::before{
    content: none;
  }
  .qa .qa__a{
    margin-top: 5px;
    margin-left: 18%;
    padding-top: 15px;
    text-align: left;
  }
  .qa .qa__a::before{
    position: absolute;
    top: 1px;
    left: 0;
    width: 58px;
    height: 58px;
    background-image: url(../images/qa/icon-qa-a.svg);
    background-size: cover;
    content: '';
  }
  .qa .qa__a p{
    padding-left: 70px;
    text-align: left;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .sec--contact .contact__other em{
    margin-top: 15px;
    font-size: 2rem;
  }
  .sec--contact .contact__other .button{
    padding: 0 2em 0 calc(1.5em + 14px);
  }
  .list-ofiice{
    display: -ms-grid;
    display:     grid;
    margin-top: 45px;
    -webkit-column-gap: 7%;
            column-gap: 7%;

    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .list-ofiice .list-ofiice__item{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
    -ms-flex-align: stretch;

    align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .list-ofiice .list-ofiice__item> *:not(.list-ofiice__item__map){
    padding-right: 0;
    padding-left: 0;
  }
  .list-ofiice .list-ofiice__item:not(:first-of-type){
    margin-top: 0;
  }
  .list-ofiice .list-ofiice__item .list-ofiice__item__name{
    -ms-flex-order: 2;
    margin-top: 60px;
    font-size: 2.8rem;

    order: 2;
  }
  .list-ofiice .list-ofiice__item .list-ofiice__item__image{
    -ms-flex-order: 1;
    margin-top: 0;
    margin-bottom: 0;
    height: 11.5vw;

    order: 1;
  }
  .list-ofiice .list-ofiice__item .list-ofiice__item__image img{
    max-width: none;
    width: 100%;
    height: 100%;

    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
  }
  .list-ofiice .list-ofiice__item .list-ofiice__item__number{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;
    font-size: 2.2rem;

    align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .list-ofiice .list-ofiice__item .list-ofiice__item__number.tel{
    -ms-flex-order: 3;
    margin-top: 10px;

    order: 3;
  }
  .list-ofiice .list-ofiice__item .list-ofiice__item__number.fax{
    -ms-flex-order: 4;

    order: 4;
  }
  .list-ofiice .list-ofiice__item .list-ofiice__item__number span:first-of-type{
    margin-right: 0;
  }
  .list-ofiice .list-ofiice__item .list-ofiice__item__text{
    -ms-flex-order: 5;
    margin-top: 25px;

    order: 5;
  }
  .list-ofiice .list-ofiice__item .list-ofiice__item__map{
    -ms-flex-order: 6;
    overflow: hidden;
    margin: 30px auto 0;
    width: 85%;
    text-align: center;

    order: 6;
  }
  .list-ofiice .list-ofiice__item .list-ofiice__item__map .g-map{
    padding-top: 70%;
  }
  .list-ofiice .list-ofiice__item .list-ofiice__item__map .button-map{
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 23px;
  }
  .include-blog{
    margin-top: 60px;
    padding: 0;
  }
  .include-blog div.mamewaza_blog ul.mamewaza_blog li{
    padding-bottom: 20px;
  }
  .include-blog div.mamewaza_blog ul.mamewaza_blog li:not(:first-of-type){
    margin-top: 20px;
  }
  .include-blog div.mamewaza_blog ul.mamewaza_blog li a.mamewaza_blog_title{
    font-size: 1.5rem;
  }
  .include-blog div.mamewaza_blog ul.mamewaza_blog li span.mamewaza_blog_exp{
    margin-top: 4px;
    font-size: 1.3rem;
  }
  .sec--news-archive .list-archive .item .item__date{
    margin-top: .2em;
    font-size: 2rem;
  }
  .sec--news-archive .list-archive .item .item__content .item__content__title{
    margin-right: 0;
    font-size: 2rem;
  }
  .sec--news-archive .list-archive .item .item__content .item__content__body{
    margin: .8em 0 0 0;
    font-size: 1.5rem;
  }
  .block-rectuit p{
    margin: 40px 5% 0 7%;
    text-align: center;
    font-size: 1.8rem;
  }
  .side-menu{
    display: block;
    padding-right: clamp(15px, 2%, 40px);
    padding-left: clamp(20px, 2%, 80px);
    width: clamp(160px, 20%, 336px);
    background-color: #fff;

    grid-area: RightMenu !important;
  }
  .side-menu .menu{
    line-height: 1.2;
  }
  .side-menu .menu__item__link:link,
  .side-menu .menu__item__link:visited{
    text-decoration: none;
  }
  .side-menu .menu__item__link:hover,
  .side-menu .menu__item__link:active{
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  }
  .side-menu> .menu{
    font-size: clamp(1.6rem, 1.8vw, 3.2rem);
  }
  .side-menu> .menu> .menu__item:not(:first-of-type){
    margin-top: calc(1em - 4px);
  }
  .side-menu> .menu> .menu__item> .menu__item__link{
    color: #00b991;
    font-weight: bold;
    line-height: 1.1;
  }
  .side-menu> .menu> .menu__item> .menu__item__link:link,
  .side-menu> .menu> .menu__item> .menu__item__link:visited{
    border-bottom: 4px solid transparent;
    text-decoration: none;
  }
  .side-menu> .menu> .menu__item> .menu__item__link:hover,
  .side-menu> .menu> .menu__item> .menu__item__link:active{
    border-bottom-color: #00b991;
    opacity: .8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  }
  .side-menu> .menu> .menu__item .menu{
    font-size: clamp(1.4rem, 1.3vw, 2.5rem);
  }
  .side-menu> .menu> .menu__item .menu .menu__item{
    margin-top: calc(1em - 2px);
  }
  .side-menu> .menu> .menu__item .menu .menu__item .menu__item__link{
    position: relative;
    display: block;
    padding-left: 1em;
  }
  .side-menu> .menu> .menu__item .menu .menu__item .menu__item__link::before{
    position: absolute;
    top: -1px;
    left: 0;
    width: .55em;
    height: 1.125em;
    background-position: center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    content: '';
    transition: all .15s linear 0s;
  }
  .side-menu> .menu> .menu__item .menu .menu__item .menu__item__link:link,
  .side-menu> .menu> .menu__item .menu .menu__item .menu__item__link:visited{
    border-bottom: 2px dotted transparent;
  }
  .side-menu> .menu> .menu__item .menu .menu__item .menu__item__link:hover,
  .side-menu> .menu> .menu__item .menu .menu__item .menu__item__link:active{
    border-bottom: 2px dotted #707070;
  }
  .side-menu> .menu> .menu__item .menu .menu__item .menu__item__link:hover::before,
  .side-menu> .menu> .menu__item .menu .menu__item .menu__item__link:active::before{
    background-image: url(../images/common/icon-arrow-r-green.svg);
  }
  .side-menu> .menu> .menu__item .menu .menu__item.current .menu__item__link{
    border-bottom: 2px dotted #707070;
    pointer-events: none;
  }
  .side-menu> .menu> .menu__item .menu .menu__item.current .menu__item__link::before{
    background-image: url(../images/common/icon-arrow-r.svg);
  }
  .product__data th,
  .product__data td{
    padding: .6em .8em;
  }
  .other-catarog{
    margin-top: 50px;
  }
  .other-catarog p{
    text-align: center;
    font-size: 2.5rem;
  }
  .other-catarog .banners{
    margin-top: 30px;
  }
  .list-products-other{
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2vw 4vw;
  }
  .list-products-other .item .item__info{
    margin-top: 10px;
  }
  .list-products-other .item .item__info .item__info__name{
    font-size: 2rem;
  }
  .block-qa:not(:first-of-type){
    margin-top: 20px;
  }
  .block-qa__button{
    padding: 40px 160px 40px 40px;
    border-width: 5px;
    font-size: 2.1rem;
  }
  .block-qa__button::before{
    right: 50px;
  }
  .block-qa__contents .qa-content .qa-content__item .qa-content__item__group{
    margin-top: 20px;
    padding: 3em 3em 2.5em;
    border-radius: 27px;
  }
  .block-qa__contents .qa-content .qa-content__item .qa-content__item__group dt,
  .block-qa__contents .qa-content .qa-content__item .qa-content__item__group dd{
    padding-left: calc(2.32em + 10px);
    font-size: 1.8rem;
  }
  .block-qa__contents .qa-content .qa-content__item .qa-content__item__group dd{
    margin-top: 60px;
    margin-left: 10em;
  }
  .main-lp{
    padding: 0;
    background-position: center top -60vw;
  }
  .sec-lp{
    margin-top: 300px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: calc(1318px + 30px);
    width: 100%;
  }
  .sec-lp:first-of-type{
    margin-top: min(5.7vw, 110px);
  }
  .sec-lp> *:not(.contents-title){
    margin-left: 0;
  }
  .block-title4{
    margin-bottom: 1.2em;
    font-size: 4rem;
    line-height: 1.2;
  }
  .block-title4 span{
    margin-left: 10px;
    padding-left: 90px;
    font-size: 3rem;
  }
  .block-title4 span::before{
    width: 80px;
    height: 3px;
    content: '';
  }
  .text-link{
    font-size: 2rem;
    line-height: 1.6;
  }
  .text-link:link,
  .text-link:visited{
    border-bottom: 1px solid #0062ff;
    color: #0062ff;
    text-decoration: none;
  }
  .pdf-button{
    margin: 12px auto 0;
    height: 90px;
    border-radius: 45px;
    font-size: 2.5rem;
  }
  .catchcopy,
  .catchcopy-en{
    padding: 0;
  }
  .catchcopy strong,
  .catchcopy span,
  .catchcopy-en strong,
  .catchcopy-en span{
    line-height: 1.7;
  }
  .catchcopy{
    margin-top: 0;
    font-size: clamp(2rem, 2.5vw, 4rem);
  }
  .catchcopy span{
    font-size: clamp(1.3rem, 1.7vw, 2.3rem);
  }
  .catchcopy-en{
    margin-top: 1em;
    font-size: clamp(2rem, 2.5vw, 4.5rem);
  }
  .catchcopy-en strong{
    line-height: 1.5;
  }
  .catchcopy-en span{
    margin-top: .5em;
    font-size: clamp(1.1rem, 1.5vw, 2.3rem);
  }
  .kv-lp{
    position: relative;
    z-index: 1;
    margin-top: 162px;
    padding: 0;
  }
  .kv-lp .kv-lp__image{
    position: absolute;
    top: 50%;
    left: 12px;
    z-index: -1;
    padding: 0;
    width: 78.9%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .kv-lp .kv-lp__image img{
    width: 100%;
  }
  .kv-lp .kv-lp__text{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: stretch;
    margin-left: auto;
    padding-left: 12.3vw;
    width: 50%;
    height: 43.85vw;

    align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: center;
  }
  .list-lineup{
    gap: 7.5vw 7.8%;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .list-lineup .item .item__name{
    font-size: 4rem;
  }
  .list-lineup .item .item__catchcopy{
    font-size: 2.3rem;
  }
  .list-lineup .item .text-link{
    margin-top: 1.4em;
  }
  .l-product{
    display: -ms-grid;
    display:     grid;
    margin-top: 50px;

    gap: 15px 5%;
    -ms-grid-columns: (1fr)[2];
    -ms-grid-rows: (auto)[5];
    grid-template-areas: 'cont1 slider' 'cont2 slider' 'cont3 slider' 'cont4 slider' 'cont5 slider' 'cont6 slider';
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, auto);
  }
  .l-product:not(:first-of-type){
    margin-top: 200px;
  }
  .l-product:nth-of-type(even){
    grid-template-areas: 'slider cont1' 'slider cont2' 'slider cont3' 'slider cont4' 'slider cont5' 'slider cont6';
  }
  .l-product__name{
    font-size: 4rem;

    grid-area: cont1;
  }
  .l-product__catchcopy{
    font-size: 3.5rem;

    grid-area: cont2;
  }
  .l-product__text{
    margin-top: 2em;
    font-size: 2.3rem;
    line-height: 1.9;

    grid-area: cont3;
  }
  .l-product__voice{
    margin-top: 70px;
    padding-left: 125px;
    font-size: 2.3rem;
    line-height: 1.5;

    grid-area: cont4;
  }
  .l-product__voice .l-product__voice__icon{
    top: -49px;
    width: 98px;
  }
  .l-product__voice .l-product__voice__comment{
    border-width: 3px;
  }
  .l-product__voice .l-product__voice__comment .icon{
    top: 40px;
    left: -43px;
    width: 44px;
  }
  .l-product__download{
    margin-top: 50px;

    grid-area: cont5;
  }
  .l-product__slider{
    margin-top: 5px;

    grid-area: slider;
  }
  .l-product__slider .slider-thumb{
    margin-top: 30px;
  }
  .l-product__slider .slider-thumb .slider-thumb__item{
    margin: 0 20px;
  }
  .sec--to-contact{
    margin-top: 140px;
  }
  .to-contact p{
    font-size: 2.5rem;
  }
  .l-brand1{
    display: -ms-grid;
    display:     grid;
    margin-top: 80px;

    gap: 4.5%;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .l-brand1 .l-brand__data .l-brand__data__logo{
    width: 79%;
  }
  .l-brand1 .l-brand__data .l-brand__data__text{
    margin-top: 55px;
    font-size: 2.3rem;
    line-height: 1.96;
  }
  .l-brand1 .l-brand__image{
    margin-top: 0;
    line-height: 1;
  }
  .l-brand1 .l-brand__image .l-brand__image__photo{
    position: relative;
    top: 0;
    left: 0;
  }
  .l-brand1 .l-brand__image .l-brand__image__data{
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 0;
    padding: .2em 1em .2em .6em;
    width: 70.7%;
    border-width: 3px;
    background-color: #fff;
    font-size: 2.3rem;
    line-height: 1.96;
  }
  .l-brand1 .l-brand__image .l-brand__image__data em{
    font-size: 3rem;
  }
  .l-brand1 .l-brand__image .l-brand__image__data p{
    margin-top: 5px;
  }
  .l-brand2{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    margin-top: 200px;

    align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .l-brand2 .l-brand__data__logo{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;

    align-items: center;
    flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .l-brand2 .l-brand__data__logo .l-brand__data__logo__1{
    flex-basis: 57%;
    -ms-flex-preferred-size: 57%;
  }
  .l-brand2 .l-brand__data__logo .l-brand__data__logo__2{
    flex-basis: 33.8%;
    -ms-flex-preferred-size: 33.8%;
  }
  .l-brand2 .l-brand__catchcopy{
    flex-basis: 46%;
    -ms-flex-preferred-size: 46%;
  }
  .l-brand2 .l-brand__catchcopy .catchcopy,
  .l-brand2 .l-brand__catchcopy .catchcopy-en{
    padding: 0 .5em 0 .5em;
  }
  .l-brand2 .l-brand__catchcopy .catchcopy strong,
  .l-brand2 .l-brand__catchcopy .catchcopy span,
  .l-brand2 .l-brand__catchcopy .catchcopy-en strong,
  .l-brand2 .l-brand__catchcopy .catchcopy-en span{
    letter-spacing: 0;
    line-height: 1.5;
  }
  .footer-lp{
    display: -ms-grid;
    display:     grid;
    margin-top: 300px;

    -ms-grid-columns: 23.3% 67.5% 9.2%;
    grid-template-columns: 23.3% 67.5% 9.2%;
  }
  .footer-lp::before{
    height: auto;
    background-size: cover;

    -ms-grid-column: 1;
        grid-column: 1;
  }
  .footer-lp::after{
    background-color: #0062ff;
    content: '';

    -ms-grid-column: 3;
        grid-column: 3;
  }
  .footer-lp .inner{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding: max(30px, 5.5%) 0 max(50px, 11.5%);
    background-color: transparent;
    background-color: #0062ff;

    align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0;
    -ms-grid-column: 2;
        grid-column: 2;
    justify-content: center;
  }
  .footer-lp .inner> *{
    font-size: clamp(1rem, 1.35vw, 2.5rem);

    -ms-grid-column: 2;
        grid-column: 2;
  }
  .footer-lp .inner> * p{
    text-align: right;
    white-space: nowrap;
    font-size: clamp(1rem, 1.35vw, 2.5rem);
    line-height: 1.4;
  }
  .footer-lp .inner> * p:not(:first-of-type){
    margin-top: 1em;
  }
  .footer-lp .inner> * p em{
    font-size: 1em;
  }
  .footer-lp .inner .footer__logo{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-bottom: 4%;
    max-width: 485px;
    width: min(76.6%, 485px);
    width: 76.6%;

    align-items: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: center;
    justify-content: center;
  }
  .footer-lp .inner .footer__logo img{
    width: 100%;
  }
  .footer-lp .inner .footer__logo .button{
    margin-top: .36em;
    height: 44px;
    height: 1.76em;
    border-radius: .88em;
    white-space: nowrap;
    font-size: clamp(1rem, 1.35vw, 2.5rem);
  }
  .footer-lp .inner .corp-info{
    margin-left: 1.2em;
  }
  .footer-lp .inner .corp-info+ .corp-info{
    margin-left: 3.4em;
  }
  .footer-lp .inner .corp-info+ .corp-info p em{
    font-weight: normal;
  }
  .slick-arrow{
    bottom: calc(-1 * ((80.3% - 120px) / 3 + 30px)) !important;
    width: 6% !important;
    height: calc((80.3% - 120px) / 3) !important;
  }
  .slick-arrow.slick-prev{
    left: 0 !important;
  }
  .slick-arrow.slick-next{
    right: 0 !important;
  }
  .slick-dots{
    bottom: -31px !important;
    -ms-flex-pack: start !important;
    padding: 0 !important;
    height: 4px !important;

    justify-content: flex-start !important;
  }
  .slick-dots li{
    margin-right: 10px !important;
    padding: 0 !important;
    width: 80px !important;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1280px){
  .sec{
    padding-right: 8%;
  }
  .sec> *:not(.contents-title){
    margin-left: 30px;
  }
}
@media only screen and (min-width: 1280px){
  .behavior-standards-box{
    -ms-flex-align: stretch;
    margin: 0 1%;

    align-items: stretch;
    gap: 20px;
    -ms-grid-columns: (1fr)[3];
    -ms-grid-rows: none;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: none;
  }
  .behavior-standards-box> .item{
    -ms-flex-pack: start;
    padding: 35px 15px 90px;

    justify-content: flex-start;
  }
  .behavior-standards-box> .item em{
    margin-top: 25px;
  }
  .block-company-policy{
    margin-top: 100px;
  }
  .block-company-policy .company-policy{
    margin: 0 3% 0 5%;
  }
  .block-company-policy .company-policy .company-policy__group{
    margin-top: 45px;
  }
  .block-company-policy .company-policy .company-policy__group dt{
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.5;
  }
  .block-company-policy .company-policy .company-policy__group dd{
    font-size: 1.8rem;
  }
  .company-data{
    margin-bottom: 120px;
  }
  .company-data .company-data__group{
    display: -ms-grid;
    display:     grid;
    -ms-flex-align: center;

    align-items: center;
    -ms-grid-columns: minmax(150px, 224px) 1fr;
    grid-template-columns: minmax(150px, 224px) 1fr;
  }
  .company-data .company-data__group:nth-of-type(odd){
    background-color: #eeffac;
  }
  .company-data .company-data__group dt{
    padding: 1em 1.5em 1em 1em;
    background-color: transparent;
  }
  .company-data .company-data__group dd{
    padding: 1em 20% 1em 0;
  }
  .company-history{
    margin-top: 40px;
  }
  .company-history .company-history__group{
    display: -ms-grid;
    display:     grid;
    margin: 2em 5% 0 7%;
    padding: 0;

    -ms-grid-columns: 11em 1fr;
    grid-template-columns: 11em 1fr;
  }
  .company-history .company-history__group dd{
    margin-top: 0;
  }
  .product{
    display: -ms-grid;
    display:     grid;
    -webkit-column-gap: clamp(15px, 6%, 95px);
            column-gap: clamp(15px, 6%, 95px);

    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 70px;
  }
  .product:first-of-type{
    margin-top: 60px;
  }
  .product:not(:first-of-type){
    margin-top: 200px;
  }
  .product> *{
    margin-top: 0;
  }
  .layout-wrapA{
    -ms-flex-order: 2;
    max-width: 540px;

    order: 2;
  }
  .layout-wrapB{
    -ms-flex-order: 1;

    order: 1;
  }
  .product__info .product__info__catchcopy{
    font-size: 2rem;
  }
  .product__info .product__info__name{
    margin-top: .4em;
    font-size: 3rem;
  }
  .product__info .product__info__text{
    margin-top: 1.5em;
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .product__recommend{
    margin-top: 3em;
    margin-left: clamp(20px, 2vw, 2em);
    padding: 2em 1em 1.5em clamp(20px, 5.8vw, 70px);
  }
  .product__recommend .product__recommend__image{
    left: -4.5vw;
    left: calc(-1 * clamp(20px, 4.5vw, 50px));
    width: clamp(20px, 9vw, 100px);
    height: clamp(20px, 9vw, 100px);
  }
  .product__recommend .product__recommend__title{
    position: absolute;
    top: -.5em;
    left: 50%;
    text-align: center;
    white-space: nowrap;
    font-size: 2rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .product__recommend .product__recommend__text{
    top: 0;
  }
  .product__data{
    margin-top: 30px;
  }
  .product__voice{
    -ms-flex-order: 3;

    grid-column: 1/3;
    grid-row: 2/3;
    order: 3;
  }
  .product__voice .product__voice__title{
    vertical-align: bottom;
    font-size: 3.2rem;
  }
  .product__voice .product__voice__title span{
    vertical-align: middle;
    letter-spacing: .03em;
    font-size: 2.5rem;
  }
  .product__voice .product__voice__wrap{
    display: -ms-grid;
    display:     grid;
    margin-top: 30px;

    gap: 2.2vw;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .product__voice .product__voice__wrap .voice{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;

    align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .product__voice .product__voice__wrap .voice:not(:first-of-type){
    margin-top: 0;
  }
  .product__voice .product__voice__wrap .voice .voice__data{
    flex-basis: calc(70% - 25px);
    -ms-flex-preferred-size: calc(70% - 25px);
  }
  .product__voice .product__voice__wrap .voice .voice__data .voice__name{
    font-size: 2rem;
  }
  .product__voice .product__voice__wrap .voice .voice__data .voice__text{
    margin-top: .5em;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px){
  .sec-lp{
    padding-right: 30px;
    padding-left: 30px;
    max-width: calc(1318px + 60px);
  }
}
