@charset "UTF-8";
/*------------------------------------------------------------
	BASE
------------------------------------------------------------*/
/*------------------------------------------------------------
	COLOR
------------------------------------------------------------*/
/*------------------------------------------------------------
	FONT
------------------------------------------------------------*/
/*------------------------------------------------------------
	FUNCTION
------------------------------------------------------------*/
/*------------------------------------------------------------
	MIXIN
------------------------------------------------------------*/
/*------------------------------------------------------------
	FONT
------------------------------------------------------------*/
/*------------------------------------------------------------
	COMMON
------------------------------------------------------------*/
html {
  scrollbar-gutter: stable;
}
@media screen and (max-width: 767px) {
  html {
    width: 100%;
    overflow-x: hidden;
  }
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Osaka", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  width: 100%;
  background: #FAF7F7;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.08em;
  color: #3C3C3C;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.5623409669vw;
    line-height: 1.4285714286;
    letter-spacing: 0.08em;
  }
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: #3C3C3C;
}

img, svg {
  vertical-align: bottom;
  max-width: 100%;
}
.pc_hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_hide {
    display: inline-block;
  }
  .sp_hide {
    display: none;
  }
}
.pc .hover {
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  cursor: pointer;
}
.pc .hover:hover {
  opacity: 0.6;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.disable {
  pointer-events: none !important;
}

/*------------------------------------------------------------
	FONT
------------------------------------------------------------*/
/*------------------------------------------------------------
	ANIMATION
------------------------------------------------------------*/
.-fadein {
  opacity: 0;
  filter: blur(10px);
  transition: all 1s;
}
.-fadein.-delay100 {
  transition-delay: 100ms;
}
.-fadein.-delay200 {
  transition-delay: 200ms;
}
.-fadein.-delay300 {
  transition-delay: 300ms;
}
.-fadein.-delay400 {
  transition-delay: 400ms;
}
.-fadein.-delay500 {
  transition-delay: 500ms;
}
.-fadein.-delay600 {
  transition-delay: 600ms;
}
.-fadein.-delay700 {
  transition-delay: 700ms;
}
.-fadein.-delay800 {
  transition-delay: 800ms;
}
.-fadein.-delay900 {
  transition-delay: 900ms;
}
.-fadein.-delay1000 {
  transition-delay: 1000ms;
}

.-fadein.-show {
  opacity: 1;
  filter: blur(0px);
  transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  .-fadein.-show {
    transform: translate(0, 0);
  }
}

.js-water-reveal {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1s ease-out, filter 1s ease-out;
  will-change: filter, opacity;
}
.js-water-reveal.is-show {
  opacity: 1;
  filter: blur(0);
}

/*------------------------------------------------------------
	CONTENTS
------------------------------------------------------------*/
.opening {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #E1EDEB;
  opacity: 1;
  visibility: visible;
  transition: opacity 1.8s ease, visibility 1.8s ease;
}
.opening.is-closed {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body.is-opening-active {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .main {
    width: 100%;
  }
}

.header {
  position: fixed;
  z-index: 10;
  width: 100%;
}
.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #E1EDEB;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .header:before {
    display: none;
  }
}
.header-logo,
.header .navi-main,
.header .navi-burger {
  opacity: 0;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .header-logo,
  .header .navi-main,
  .header .navi-burger {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}
.header.is-nav-visible:before {
  opacity: 1;
}
.header.is-nav-visible .header-logo,
.header.is-nav-visible .navi-main,
.header.is-nav-visible .navi-burger {
  opacity: 1;
  pointer-events: auto;
}
.header.is-burger-green .navi-burger span,
.header.is-burger-green .navi-burger span:before,
.header.is-burger-green .navi-burger span:after {
  background: #6D9486;
}
.header-logo {
  position: absolute;
  top: 11px;
  left: 40px;
  width: 56px;
}
@media screen and (max-width: 767px) {
  .header-logo {
    display: none;
  }
}
.header .navi {
  position: absolute;
  top: 29px;
  width: 100%;
}
.header .navi-burger {
  display: none;
}
@media screen and (max-width: 767px) {
  .header .navi-burger {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 20;
    top: 4.5801526718vw;
    right: 5.0890585242vw;
    width: 11.1959287532vw;
    height: 11.1959287532vw;
    cursor: pointer;
  }
  .header .navi-burger span {
    position: relative;
    display: block;
    width: 7.6335877863vw;
    height: 1px;
    background: #fff;
    transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  }
  .header .navi-burger span:before, .header .navi-burger span:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
  }
  .header .navi-burger span:before {
    top: 1.7811704835vw;
  }
  .header .navi-burger span:after {
    top: -1.7811704835vw;
  }
}
@media screen and (max-width: 767px) {
  .header .navi-main {
    position: fixed;
    z-index: 15;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50.8905852417vw;
    background: linear-gradient(#88888E, #454257);
    opacity: 0;
    visibility: hidden;
    transform: none;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    pointer-events: none;
  }
}
.header .navi-main-list {
  display: flex;
  justify-content: center;
  gap: 82px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .header .navi-main-list {
    flex-flow: column;
    gap: 3.8167938931vw;
    margin: 21.6284987277vw 0 7.6335877863vw;
    padding: 0 5.0890585242vw;
    text-align: left;
  }
}
.header .navi-main-list-item {
  position: relative;
  line-height: 1;
}
.header .navi-main-list-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  background: #6D9486;
  transform: translate(-41px, -50%);
}
@media screen and (max-width: 767px) {
  .header .navi-main-list-item:before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transform: none;
  }
}
.header .navi-main-list-item:first-child:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .header .navi-main-list-item:first-child:before {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header .navi-main-list-item img {
    width: 37.4045801527vw;
  }
}
.header .navi-main-list-link {
  display: block;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
.header .navi-main-list-link:hover {
  opacity: 0.8;
}
.header.is-navi-green .navi-main-list-item:before {
  background: #6D9486;
}
.header.is-menu-open .navi-burger span {
  background: transparent;
}
.header.is-menu-open .navi-burger span:before {
  top: 0;
  transform: rotate(25deg);
  background: #fff;
}
.header.is-menu-open .navi-burger span:after {
  top: 0;
  transform: rotate(-25deg);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .header.is-menu-open .navi-main {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.header-mail {
  position: absolute;
  top: 13px;
  right: 35px;
  width: 172px;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (max-width: 767px) {
  .header-mail {
    top: 16.0305343511vw;
    right: 6.106870229vw;
    width: 9.6692111959vw;
  }
  .header-mail img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .header-mail.is-mail-hidden {
    opacity: 0;
    pointer-events: none;
  }
}
.header-mail:hover {
  opacity: 0.8;
}

/*------------------------------------------------------------
	KV
------------------------------------------------------------*/
.kv {
  position: relative;
  min-height: 100vh;
  background: url("../images/kv.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .kv {
    background: url("../images/sp-kv.jpg") center center no-repeat;
    background-size: cover;
  }
}
.kv:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 200px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.4));
}
@media screen and (max-width: 767px) {
  .kv:before {
    display: none;
  }
}
.kv-text {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  left: 50%;
  width: 183px;
  height: 100vh;
  padding-bottom: 160px;
  text-align: center;
  transform: translate(-410px, 20px);
}
@media screen and (max-width: 767px) {
  .kv-text {
    justify-content: flex-start;
    gap: 3.8167938931vw;
    left: auto;
    padding: 16.5394402036vw 0 0;
    width: 100%;
    transform: none;
  }
}
@media (max-width: 767px) and (max-height: 667px) {
  .kv-text {
    padding-top: 7.6335877863vw;
  }
}
.kv-text-logo {
  padding-bottom: 20px;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .kv-text-logo {
    padding-bottom: 3.8167938931vw;
    width: 20.3562340967vw;
  }
}
@media (max-width: 767px) and (max-height: 667px) {
  .kv-text-logo {
    padding-bottom: 2.5445292621vw;
  }
}
.kv-text-title {
  width: 183px;
}
@media screen and (max-width: 767px) {
  .kv-text-title {
    width: 46.5648854962vw;
  }
}
.kv-text-paragraph {
  width: 148px;
}
@media screen and (max-width: 767px) {
  .kv-text-paragraph {
    width: 40.7124681934vw;
  }
}
.kv-navi {
  position: absolute;
  bottom: 43px;
  left: 50%;
  display: flex;
  margin: 0 auto;
  width: 1070px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .kv-navi {
    bottom: 25.4452926209vw;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 5.0890585242vw;
    row-gap: 1.272264631vw;
    width: 100%;
  }
}
@media (max-width: 767px) and (max-height: 667px) {
  .kv-navi {
    bottom: 8.9058524173vw;
  }
}
.kv-navi-item {
  width: 25%;
  line-height: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kv-navi-item {
    width: 26.4631043257vw;
    line-height: 6.3613231552vw;
  }
  .kv-navi-item img {
    width: 26.7175572519vw;
  }
}
.kv-navi-item-link {
  position: relative;
  display: inline-block;
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .kv-navi-item-link {
    padding: 0 0 3.8167938931vw;
  }
}
.kv-navi-item-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 162px;
  height: 11px;
  background: url("../images/kv-navi-line.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .kv-navi-item-link:after {
    width: 26.4631043257vw;
    height: 2.5445292621vw;
  }
}
.kv-navi-item-link-img {
  position: relative;
  display: inline-block;
}
.kv-navi-item-link-img .-out {
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
.kv-navi-item-link-img .-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (max-width: 767px) {
  .kv-navi-item-link-img .-hover {
    display: none;
  }
}
.kv-navi-item-link:hover .kv-navi-item-link-img .-out {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .kv-navi-item-link:hover .kv-navi-item-link-img .-out {
    opacity: 1;
  }
}
.kv-navi-item-link:hover .kv-navi-item-link-img .-hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .kv-navi-item-link:hover .kv-navi-item-link-img .-hover {
    opacity: 0;
  }
}

.float-button {
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (max-width: 767px) {
  .float-button {
    display: block;
  }
}
.float-button.is-show {
  opacity: 1;
  visibility: visible;
}
.float-button-list {
  display: flex;
  gap: 1.0178117048vw;
  margin: 0 2.5445292621vw 2.5445292621vw;
}
.float-button-list-item {
  font-size: 3.0534351145vw;
}
.float-button-list-item.-corp {
  width: 59.0330788804vw;
}
.float-button-list-item.-personal {
  width: 34.8600508906vw;
}
.float-button-list-item-link {
  display: block;
  padding: 2.7989821883vw 0;
  background: linear-gradient(135deg, #454257, #88888E);
  color: #fff;
  text-align: center;
}
.float-button-list-item-title {
  position: relative;
  display: inline-block;
  margin: 0 0 1.272264631vw;
  font-size: 3.5623409669vw;
}
.float-button-list-item-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

.products {
  background: linear-gradient(135deg, #ABCDBC 0%, #8DAF9F 20%, #448D76 80%);
}
.products .inner {
  margin: 0 auto;
  padding: 230px 0 210px;
  width: 1070px;
}
@media screen and (max-width: 767px) {
  .products .inner {
    padding: 20.3562340967vw 0 25.4452926209vw;
    width: 100%;
  }
}
.products-text {
  text-align: center;
  color: #fff;
}
.products-text-title {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .products-text-title {
    font-size: 4.0712468193vw;
  }
}
.products-text-title .-sup {
  font-size: 10px;
  vertical-align: text-top;
}
@media screen and (max-width: 767px) {
  .products-text-title .-sup {
    font-size: 2.5445292621vw;
    vertical-align: text-top;
  }
}
.products-text-subtitle {
  position: relative;
  display: inline-block;
  margin: 60px 0 30px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .products-text-subtitle {
    margin: 7.6335877863vw 0 10.1781170483vw;
  }
}
.products-text-subtitle:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .products-text-subtitle:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .products-text-subtitle .-line {
    position: relative;
    display: inline-block;
  }
  .products-text-subtitle .-line:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
  }
}
.products-list {
  display: flex;
  justify-content: center;
  gap: 100px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .products-list {
    flex-flow: column;
    gap: 11.4503816794vw;
    margin-top: 10.1781170483vw;
  }
}
@media screen and (max-width: 767px) {
  .products-list-item {
    text-align: center;
  }
}
.products-list-item-img {
  position: relative;
  width: 88px;
}
@media screen and (max-width: 767px) {
  .products-list-item-img {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 7.6335877863vw;
    width: auto;
  }
  .products-list-item-img img {
    width: 14.2493638677vw;
  }
}
.products-list-item-aroma {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Osaka", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  transform: translateX(120%);
}
@media screen and (max-width: 767px) {
  .products-list-item-aroma {
    position: relative;
    width: 22.9007633588vw;
    height: 22.9007633588vw;
    border-radius: 11.4503816794vw;
    font-size: 3.0534351145vw;
    transform: none;
  }
}
.products-list-item:nth-child(1) .products-list-item-aroma {
  background: linear-gradient(215deg, #8CAE9E 0%, #9DBAAD 20%, #C5D6D0 50%, #DEE8E6 80%, #E8EFEE 100%);
}
.products-list-item:nth-child(2) .products-list-item-aroma {
  background: linear-gradient(215deg, #8CAE9E 0%, #9DBAAD 20%, #C5D6D0 50%, #DEE8E6 80%, #E8EFEE 100%);
}
.products-list-item:nth-child(3) .products-list-item-aroma {
  background: linear-gradient(315deg, #D68E9C 0%, #D8A1AC 20%, #DEC9CE 50%, #E1E2E3 80%, #E3ECEB 100%);
}
.products-list-item-name {
  margin: 50px 0 0;
  height: 6.5rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products-list-item-name {
    margin-top: 6.3613231552vw;
    height: auto;
  }
}
.products-list-item-name .-type {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .products-list-item-name .-type {
    font-size: 3.0534351145vw;
  }
}
.products-list-item-detail {
  color: #fff;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products-list-item-detail {
    padding: 2.5445292621vw 0 0;
    font-size: 3.0534351145vw;
  }
}

.layer {
  background: url("../images/layer-img.jpg") center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .layer {
    background: url("../images/sp-layer-img.jpg") center 0 no-repeat;
    background-size: cover;
    background-attachment: initial;
  }
}
.layer .inner {
  position: relative;
  margin: 0 auto;
  padding: 125px 0;
  width: 1070px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .layer .inner {
    padding: 20.3562340967vw 0 25.4452926209vw;
    width: 100%;
  }
}
.layer-title {
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .layer-title {
    font-size: 4.0712468193vw;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}
.layer-title .-sup {
  font-size: 10px;
  vertical-align: text-top;
}
@media screen and (max-width: 767px) {
  .layer-title .-sup {
    font-size: 10px;
  }
}
.layer-list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 60px 0 0;
  width: 734px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .layer-list {
    padding: 7.6335877863vw 5.0890585242vw 0;
    width: 100%;
    font-size: 3.0534351145vw;
  }
}
@media screen and (max-width: 767px) {
  .layer-list-item {
    width: 50%;
    text-shadow: 1px 1px 15px #fff, -1px -1px 20px #fff;
  }
}
.layer-aroma {
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .layer-aroma {
    margin: 5.0890585242vw auto 0;
  }
}
.layer-tri-list {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .layer-tri-list {
    flex-flow: column;
    gap: 2.5445292621vw;
    margin: 7.6335877863vw 0 0;
  }
}
.layer-tri-list-item {
  position: relative;
}
.layer-tri-list-item .-text {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 12px;
  text-align: left;
  transform: translate(-20%, -120%);
}
@media screen and (max-width: 767px) {
  .layer-tri-list-item .-text {
    display: none;
  }
}
.layer-design {
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .layer-design {
    margin: 10.1781170483vw auto 0;
  }
}
.layer-design-title {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .layer-design-title {
    font-size: 3.5623409669vw;
  }
}
.layer-design-list {
  position: relative;
  display: inline-block;
  padding: 22px 92px 0 0;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .layer-design-list {
    margin: 0 12.7226463104vw;
    padding: 3.8167938931vw 22.9007633588vw 0 0;
    font-size: 3.0534351145vw;
  }
}
.layer-design-list:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 72px;
  height: 83px;
  background: url("../images/layer-design-img.png") center center no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .layer-design-list:after {
    width: 19.0839694656vw;
    height: 21.8829516539vw;
  }
}
.layer-design-list-item {
  text-align: left;
}
.layer-note {
  padding: 50px 0 0;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .layer-note {
    padding: 7.6335877863vw 5.0890585242vw 0 55.9796437659vw;
    text-indent: -2.4em;
    font-size: 2.5445292621vw;
    text-align: left;
  }
}
.layer .caution {
  position: absolute;
  right: 170px;
  bottom: 60px;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .layer .caution {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 7.6335877863vw 5.0890585242vw 0;
    font-size: 2.5445292621vw;
    text-align: right;
  }
}

.sustainability {
  background: #E1EDEB;
}
.sustainability .inner {
  position: relative;
  margin: 0 auto;
  width: 1070px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sustainability .inner {
    width: 100%;
  }
}
.sustainability-title {
  position: relative;
  padding: 155px 0 30px;
}
@media screen and (max-width: 767px) {
  .sustainability-title {
    position: sticky;
    top: 0;
    left: 0;
    padding: 0 0 3.8167938931vw 12.7226463104vw;
    width: 36.1323155216vw;
    text-align: left;
    transform-origin: 0 0;
    transform: rotate(90deg) translateY(-100%);
  }
}
.sustainability-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 1px;
  background: #4B4B4B;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sustainability-title:after {
    left: 10.1781170483vw;
    width: 1px;
    height: 7.6335877863vw;
    transform: none;
  }
}
.sustainability-subtitle {
  margin: 60px 0 0;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sustainability-subtitle {
    margin: 20.3562340967vw auto 0;
    font-size: 4.0712468193vw;
  }
}
.sustainability-subtitle .-small {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .sustainability-subtitle .-small {
    display: inline-block;
    padding: 1.272264631vw 0 0;
    width: 73.2824427481vw;
  }
}
.sustainability-block {
  position: relative;
  padding: 50px 0 30px;
}
@media screen and (max-width: 767px) {
  .sustainability-block {
    padding: 5.0890585242vw 6.3613231552vw 7.6335877863vw;
  }
}
.sustainability-block-title {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sustainability-block-title {
    font-size: 3.0534351145vw;
  }
}
.sustainability-block-subtitle {
  position: relative;
  display: inline-block;
  margin: 30px 0 0;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sustainability-block-subtitle {
    margin: 3.8167938931vw 0 0;
  }
}
.sustainability-block-subtitle:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3C3C3C;
}
@media screen and (max-width: 767px) {
  .sustainability-block-subtitle:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sustainability-block-subtitle .-line {
    position: relative;
    display: inline-block;
  }
  .sustainability-block-subtitle .-line:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #3C3C3C;
  }
}
.sustainability-block-subtitle + .sustainability-block-text {
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .sustainability-block-subtitle + .sustainability-block-text {
    padding: 5.0890585242vw 0 0;
  }
  .sustainability-block-subtitle + .sustainability-block-text.-ltext {
    text-align: left;
  }
}
.sustainability-block-text {
  padding: 15px 0 0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .sustainability-block-text {
    font-size: 2.5445292621vw;
  }
}
.sustainability-block-text .-sup {
  font-size: 8px;
  vertical-align: text-top;
}
@media screen and (max-width: 767px) {
  .sustainability-block-text .-sup {
    font-size: 2.0356234097vw;
  }
}
.sustainability-block-note {
  padding: 15px 0 0;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .sustainability-block-note {
    padding: 7.6335877863vw 0 5.0890585242vw 5.0890585242vw;
    font-size: 2.5445292621vw;
    text-align: left;
  }
}
.sustainability-block-img {
  position: absolute;
  left: 69%;
  top: 120px;
  width: 118px;
}
@media screen and (max-width: 767px) {
  .sustainability-block-img {
    top: 40.7124681934vw;
    right: 6.3613231552vw;
    left: auto;
    width: 18.320610687vw;
  }
}
.sustainability-essence {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin: 50px auto 0;
  width: 750px;
}
@media screen and (max-width: 767px) {
  .sustainability-essence {
    flex-flow: column;
    gap: 10.1781170483vw;
    margin: 7.6335877863vw auto 0;
    width: 100%;
  }
}
.sustainability-essence-title {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .sustainability-essence-title {
    font-size: 3.5623409669vw;
    font-weight: 600;
  }
}
.sustainability-essence-list {
  display: flex;
  flex-flow: column;
  gap: 25px;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .sustainability-essence-list {
    gap: 3.8167938931vw;
    margin: 2.5445292621vw 0 0;
  }
}
.sustainability-essence-list-item {
  display: flex;
  gap: 15px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sustainability-essence-list-item {
    gap: 3.8167938931vw;
    align-items: center;
  }
}
.sustainability-essence-img {
  width: 78px;
}
@media screen and (max-width: 767px) {
  .sustainability-essence-img {
    width: 17.8117048346vw;
  }
}
.sustainability-essence-text {
  flex: 1;
}
.sustainability-essence-name {
  padding: 10px 0 5px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .sustainability-essence-name {
    padding: 0;
    font-size: 3.5623409669vw;
  }
}
.sustainability-essence-name .-sup {
  font-size: 8px;
  vertical-align: text-top;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .sustainability-essence-name .-sup {
    font-size: 2.5445292621vw;
  }
}
.sustainability-essence-name .-area {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .sustainability-essence-name .-area {
    font-size: 3.0534351145vw;
  }
}
.sustainability-essence-detail {
  padding-left: 1.1em;
  font-size: 10px;
  text-indent: -1.1em;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .sustainability-essence-detail {
    padding-top: 1.272264631vw;
    font-size: 2.5445292621vw;
  }
}
.sustainability-note {
  padding: 60px 0 0;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .sustainability-note {
    padding: 8.9058524173vw 8.9058524173vw 0;
    font-size: 10px;
    text-align: left;
  }
}
.sustainability .caution {
  position: absolute;
  right: 0;
  bottom: -40px;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .sustainability .caution {
    right: 0;
    bottom: -7.6335877863vw;
    font-size: 2.5445292621vw;
  }
}

.products-link {
  padding: 155px 0 0;
  background: #E1EDEB;
}
@media screen and (max-width: 767px) {
  .products-link {
    padding: 17.8117048346vw 0 0;
  }
}
.products-link .inner {
  margin: 0 auto;
  width: 1070px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .products-link .inner {
    width: 100%;
  }
}
.products-link-title {
  position: relative;
  padding: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .products-link-title {
    position: sticky;
    top: 0;
    left: 0;
    padding: 0 0 3.8167938931vw 12.7226463104vw;
    width: 29.0076335878vw;
    text-align: left;
    transform-origin: 0 0;
    transform: rotate(90deg) translateY(-100%);
  }
}
.products-link-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 1px;
  background: #4B4B4B;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .products-link-title:after {
    left: 10.1781170483vw;
    width: 1px;
    height: 7.6335877863vw;
    transform: none;
  }
}
.products-link-block {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .products-link-block {
    flex-flow: column;
    gap: 15.2671755725vw;
    margin: 7.6335877863vw 0 0;
    padding: 0 13.9949109415vw;
  }
}
.products-link-block-title {
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .products-link-block-title {
    font-size: 4.0712468193vw;
  }
}
.products-link-block-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #4B4B4B;
}
.products-link-block-title span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 10px;
  background: #E1EDEB;
}
@media screen and (max-width: 767px) {
  .products-link-block-title span {
    padding: 0 2.5445292621vw;
  }
}
.products-link-list {
  display: flex;
  gap: 3px;
  margin: 15px auto 0;
}
@media screen and (max-width: 767px) {
  .products-link-list {
    flex-flow: column;
    gap: 2.5445292621vw;
    margin: 5.0890585242vw auto 0;
  }
}
.products-link-list-item {
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .products-link-list-item {
    display: flex;
    gap: 6.3613231552vw;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .products-link-list-item-detail {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .products-link-list-item-img {
    width: 32.3155216285vw;
  }
}
.products-link-list-item-text {
  padding: 15px 0 0;
  min-height: 3.5em;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .products-link-list-item-text {
    padding: 0;
    min-height: 0;
    letter-spacing: 0;
  }
}
.products-link-list-item-add {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0;
  transform: translate(-50%, -120%);
}
@media screen and (max-width: 767px) {
  .products-link-list-item-add {
    position: relative;
    top: 9vw;
    padding: 0 0 2.5445292621vw;
    font-size: 3.0534351145vw;
    transform: translate(-54%, -120%);
  }
}
.products-link-list-item-link {
  position: relative;
  display: block;
  margin: 25px 0 0;
  padding: 0 0 15px 10px;
  font-size: 14px;
  line-height: 1;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (max-width: 767px) {
  .products-link-list-item-link {
    margin: 7.6335877863vw 0 0;
    padding: 0 0 2.5445292621vw;
  }
}
.products-link-list-item-link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 128px;
  height: 20px;
  background: url("../images/line-detail.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .products-link-list-item-link:after {
    width: 24.427480916vw;
    height: 1.7811704835vw;
  }
}
.products-link-list-item-link:hover {
  opacity: 0.8;
}

.qa {
  padding: 155px 0 0;
  background: #E1EDEB;
}
@media screen and (max-width: 767px) {
  .qa {
    padding: 17.8117048346vw 0 0;
  }
}
.qa .inner {
  margin: 0 auto;
  width: 1070px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .qa .inner {
    width: 100%;
  }
}
.qa-title {
  position: relative;
  padding: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .qa-title {
    position: sticky;
    top: 0;
    left: 0;
    padding: 0 0 3.8167938931vw 12.7226463104vw;
    width: 19.0839694656vw;
    text-align: left;
    transform-origin: 0 0;
    transform: rotate(90deg) translateY(-100%);
  }
}
.qa-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 1px;
  background: #4B4B4B;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .qa-title:after {
    left: 10.1781170483vw;
    width: 1px;
    height: 7.6335877863vw;
    transform: none;
  }
}
.qa-subtitle {
  margin: 60px auto 0;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .qa-subtitle {
    margin: 7.6335877863vw auto 0;
    font-size: 4.0712468193vw;
  }
}
.qa-list {
  margin: 0 auto;
  width: 734px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .qa-list {
    width: 100%;
    padding: 2.5445292621vw 8.9058524173vw 0;
  }
}
.qa-list-item {
  position: relative;
  padding: 35px 0 10px 0;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .qa-list-item {
    padding: 6.3613231552vw 0 3.8167938931vw;
  }
}
.qa-list-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #707070;
}
.qa-list-item:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 45px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: translate(-50%, -50%) rotate(-45deg) scale(-1, -1);
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (max-width: 767px) {
  .qa-list-item:after {
    right: 2.5445292621vw;
  }
}
.qa-list-item.is-open .qa-list-item-a {
  opacity: 1;
}
.qa-list-item.is-open:after {
  transform: translate(-50%, -50%) rotate(-45deg) scale(1, 1);
}
.qa-list-item:first-child:before {
  display: none;
}
.qa-list-item-q {
  position: relative;
  display: flex;
  gap: 20px;
  padding: 0 70px 0 20px;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (max-width: 767px) {
  .qa-list-item-q {
    gap: 2.7989821883vw;
    padding: 0 7.6335877863vw 0 0;
  }
}
.qa-list-item-q:before {
  content: "Q.";
  display: block;
  font-size: 18px;
  transform: translateY(-2px);
}
@media screen and (max-width: 767px) {
  .qa-list-item-q:before {
    font-size: 3.5623409669vw;
  }
}
.qa-list-item-q:hover {
  opacity: 0.8;
}
.qa-list-item-a {
  position: relative;
  display: flex;
  gap: 20px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (max-width: 767px) {
  .qa-list-item-a {
    gap: 2.7989821883vw;
  }
}
.qa-list-item-a:before {
  content: "A.";
  display: block;
  padding: 30px 0 0 20px;
  font-size: 18px;
  transform: translateY(-2px);
}
@media screen and (max-width: 767px) {
  .qa-list-item-a:before {
    padding: 5.0890585242vw 0 0;
    font-size: 3.5623409669vw;
  }
}
.qa-list-item-a span {
  display: block;
  padding: 30px 70px 0 0;
}
@media screen and (max-width: 767px) {
  .qa-list-item-a span {
    padding: 5.0890585242vw 7.6335877863vw 0 0;
  }
}
.qa-list-item-a a {
  position: relative;
  display: inline-block;
  margin-right: 3px;
  padding: 0 18px 2px 0;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .qa-list-item-a a {
    margin-right: 0.7633587786vw;
    padding: 0 4.5801526718vw 0 0;
  }
}
.qa-list-item-a a:before, .qa-list-item-a a:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .qa-list-item-a a:before, .qa-list-item-a a:after {
    width: 2.0356234097vw;
    height: 2.0356234097vw;
  }
}
.qa-list-item-a a:before {
  top: 8px;
  right: 6px;
}
@media screen and (max-width: 767px) {
  .qa-list-item-a a:before {
    top: 2.0356234097vw;
    right: 1.5267175573vw;
  }
}
.qa-list-item-a a:after {
  top: 6px;
  right: 3px;
  background: #E1EDEB;
}
@media screen and (max-width: 767px) {
  .qa-list-item-a a:after {
    top: 1.5267175573vw;
    right: 0.7633587786vw;
  }
}
.qa-links {
  display: flex;
  gap: 25px;
  margin: 125px auto 0;
  width: 900px;
}
@media screen and (max-width: 767px) {
  .qa-links {
    flex-flow: column;
    gap: 2.5445292621vw;
    margin-top: 15.2671755725vw;
    padding: 0 8.9058524173vw;
    width: 100%;
  }
}
.qa-links-item .qa-link {
  position: relative;
  display: block;
  height: 145px;
  color: #fff;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (max-width: 767px) {
  .qa-links-item .qa-link {
    padding: 3.8167938931vw 0;
    width: 100%;
    height: auto;
  }
}
.qa-links-item .qa-link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 13px;
  right: 20px;
  width: 62px;
  height: 7px;
  background: url("../images/line-arrow-w.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .qa-links-item .qa-link:after {
    bottom: 2.5445292621vw;
    right: 2.5445292621vw;
    width: 10.4325699746vw;
    height: 1.7811704835vw;
  }
}
.qa-links-item .qa-link:hover {
  opacity: 0.8;
}
.qa-links-item dl {
  display: flex;
  flex-flow: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .qa-links-item dl {
    gap: 2.5445292621vw;
  }
}
.qa-links-item-title {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .qa-links-item-title {
    position: relative;
    font-size: 4.0712468193vw;
  }
  .qa-links-item-title:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
  }
}
.qa-links-item-text {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .qa-links-item-text {
    font-size: 3.0534351145vw;
  }
}
.qa-links-corp {
  width: 500px;
  background: linear-gradient(135deg, #448D76, #8DAF9F 70%, #ABCDBC);
}
@media screen and (max-width: 767px) {
  .qa-links-corp {
    width: 100%;
  }
}
.qa-links-personal {
  width: 375px;
  background: linear-gradient(135deg, #D07E7E, #EA8E8E 70%, #FFBABA);
}
@media screen and (max-width: 767px) {
  .qa-links-personal {
    width: 100%;
  }
}

.lineup {
  padding: 155px 0 150px;
  background: #E1EDEB;
}
@media screen and (max-width: 767px) {
  .lineup {
    padding: 12.7226463104vw 0 17.8117048346vw;
  }
}
.lineup .inner {
  margin: 0 auto;
  width: 1070px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lineup .inner {
    width: 100%;
  }
}
.lineup-title {
  position: relative;
  padding: 0 0 30px;
}
@media screen and (max-width: 767px) {
  .lineup-title {
    position: sticky;
    top: 0;
    left: 0;
    padding: 0 0 3.8167938931vw 12.7226463104vw;
    width: 22.9007633588vw;
    text-align: left;
    transform-origin: 0 0;
    transform: rotate(90deg) translateY(-100%);
  }
}
.lineup-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60px;
  height: 1px;
  background: #4B4B4B;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .lineup-title:after {
    left: 10.1781170483vw;
    width: 1px;
    height: 7.6335877863vw;
    transform: none;
  }
}
.lineup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 53px;
  column-gap: 70px;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .lineup-list {
    margin-top: 11.4503816794vw;
    padding: 0 12.7226463104vw;
    row-gap: 7.6335877863vw;
    column-gap: 5.8524173028vw;
  }
}
.lineup-list-item {
  width: 185px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .lineup-list-item {
    width: 34.3511450382vw;
  }
}
.lineup-list-item-link {
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
.lineup-list-item-link:hover {
  opacity: 0.8;
}
.lineup-list-item-name {
  padding: 20px 0 15px;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .lineup-list-item-name {
    padding: 2.5445292621vw 0;
  }
}
.lineup-list-item-name span {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .lineup-list-item-name span {
    font-size: 2.5445292621vw;
  }
}
.lineup-list-item-detail {
  font-size: 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .lineup-list-item-detail {
    font-size: 2.5445292621vw;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.65);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
}
.modal .inner {
  position: relative;
  top: 10%;
  margin: 0 auto;
  width: 643px;
  height: 80%;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .modal .inner {
    top: 5%;
    width: 100%;
    padding: 0 8.9058524173vw;
    height: 90%;
  }
}
.modal-contents {
  display: none;
  position: relative;
  padding: 40px 50px;
  background: #6D9486;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .modal-contents {
    padding: 12.7226463104vw 3.8167938931vw;
  }
}
.modal-contents.is-active {
  display: block;
}
.modal-contents .modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 13px;
  border: none;
  background: none;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.21, 0.51, 0.51, 1);
}
@media screen and (max-width: 767px) {
  .modal-contents .modal-close {
    top: 3.8167938931vw;
    right: 3.8167938931vw;
    width: 7.6335877863vw;
    height: 3.5623409669vw;
  }
}
.modal-contents .modal-close:before, .modal-contents .modal-close:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: center center;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal-close:before, .modal-contents .modal-close:after {
    height: 1px;
  }
}
.modal-contents .modal-close:before {
  transform: rotate(25deg);
}
.modal-contents .modal-close:after {
  transform: rotate(-25deg);
}
.modal-contents .modal-close:hover {
  opacity: 0.7;
}
.modal-contents .modal-close + p {
  margin: 0;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal-close + p {
    margin: 0;
    font-size: 4.0712468193vw;
  }
}
.modal-contents .modal-close + p + p {
  margin: 10px 0 50px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal-close + p + p {
    margin: 2.5445292621vw 0 12.7226463104vw;
    font-size: 2.5445292621vw;
  }
}
.modal-contents .modal-inner {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal-inner {
    margin-top: 7.6335877863vw;
  }
}
.modal-contents .modal-inner + .modal-inner {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal-inner + .modal-inner {
    margin-top: 10.1781170483vw;
  }
}
.modal-contents .modal-inner + h2 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal-inner + h2 {
    margin-top: 10.1781170483vw;
  }
}
.modal-contents h2 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal-contents h2 {
    font-size: 4.0712468193vw;
  }
}
.modal-contents h2 .-s {
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .modal-contents h2 .-s {
    font-size: 3.0534351145vw;
  }
}
.modal-contents h2 + p {
  padding: 20px 0 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal-contents h2 + p {
    padding: 5.0890585242vw 0 0;
    font-size: 3.0534351145vw;
  }
  .modal-contents h2 + p .-type {
    font-size: 2.5445292621vw;
  }
}
.modal-contents h2 + p + p {
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal-contents h2 + p + p {
    padding: 2.5445292621vw 0 0;
    font-size: 3.0534351145vw;
  }
  .modal-contents h2 + p + p .-type {
    font-size: 2.5445292621vw;
  }
}
.modal-contents ul {
  display: flex;
  flex-flow: column;
  gap: 15px;
  margin: 30px auto 0;
  width: 368px;
}
@media screen and (max-width: 767px) {
  .modal-contents ul {
    gap: 2.5445292621vw;
    margin-top: 5.0890585242vw;
    width: 100%;
  }
}
.modal-contents ul.-full {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .modal-contents ul.-full {
    width: 100%;
  }
}
.modal-contents ul.-double {
  flex-flow: row;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 50px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .modal-contents ul.-double {
    flex-wrap: nowrap;
    flex-flow: column;
    row-gap: 3.8167938931vw;
    column-gap: 0;
  }
}
.modal-contents ul.-double li {
  width: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
  .modal-contents ul.-double li {
    width: 100%;
  }
}
.modal-contents ul li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .modal-contents ul li {
    font-size: 3.0534351145vw;
  }
}
.modal-contents ul li.-oneline {
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .modal-contents ul li.-oneline {
    display: flex;
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  .modal-contents ul li > span {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
}
.modal-contents ul li > span > span {
  display: block;
  padding: 2px 0 0 1.5em;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .modal-contents ul li > span > span.-nonum {
    margin-left: -1.5em;
  }
}
.modal-contents ul li > span > span.-inline {
  display: inline-block;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .modal-contents ul li > span > span.-inline {
    display: inline-block;
    padding: 0 0 0 1em;
  }
}
.modal-contents ul + .-note {
  padding: 20px 0 0;
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .modal-contents ul + .-note {
    padding-top: 5.0890585242vw;
    font-size: 3.0534351145vw;
  }
}
.modal-contents .modal2-detail {
  margin: 70px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal2-detail {
    margin-top: 15.2671755725vw;
  }
}
.modal-contents .modal2-detail h3 {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal2-detail h3 {
    font-size: 4.0712468193vw;
  }
}
.modal-contents .modal2-detail h3 + p {
  padding: 30px 0 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal2-detail h3 + p {
    padding: 5.0890585242vw 0 0;
    font-size: 3.0534351145vw;
  }
}
.modal-contents .modal2-detail ul {
  margin: 40px 0 0;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal2-detail ul {
    margin-top: 5.0890585242vw;
    flex-flow: column;
    gap: 5.0890585242vw;
  }
}
.modal-contents .modal2-detail ul li {
  display: flex;
  align-items: center;
  gap: 15px;
  width: calc(50% - 30px);
}
@media screen and (max-width: 767px) {
  .modal-contents .modal2-detail ul li {
    width: 100%;
    gap: 2.5445292621vw;
  }
}
.modal-contents .modal2-detail ul li figure {
  display: block;
  width: 76px;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal2-detail ul li figure {
    width: 19.3384223919vw;
  }
}
.modal-contents .modal2-detail ul li dl {
  flex: 1;
  text-align: left;
}
.modal-contents .modal2-detail ul li dl dt {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal2-detail ul li dl dt {
    font-size: 3.5623409669vw;
  }
}
.modal-contents .modal2-detail ul li dl dd {
  padding: 10px 0 0;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal2-detail ul li dl dd {
    padding: 2.5445292621vw 0 0;
    font-size: 2.5445292621vw;
  }
}
.modal-contents .modal2-detail .caution {
  text-align: right;
  font-size: 10px;
}
.modal-contents .modal2-detail h4 {
  margin: 40px 0 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal2-detail h4 {
    margin-top: 7.6335877863vw;
    font-size: 3.5623409669vw;
  }
}
.modal-contents .modal2-detail h4 + p {
  margin: 10px 0 0;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal2-detail h4 + p {
    margin-top: 2.5445292621vw;
    font-size: 3.0534351145vw;
  }
}
.modal-contents .modal2-detail h4 + p .-sup {
  font-size: 8px;
  vertical-align: text-top;
  transform-origin: 0 0;
  transform: scale(0.8);
}
@media screen and (max-width: 767px) {
  .modal-contents .modal2-detail h4 + p .-sup {
    font-size: 2.0356234097vw;
    transform: none;
  }
}
.modal-contents .modal2-detail .-note {
  margin: 10px 0 0;
  font-size: 10px;
}
.modal-contents .modal3-detail1 {
  margin: 70px 0 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal3-detail1 {
    margin: 10.1781170483vw 0;
  }
}
.modal-contents .modal3-detail1 h3 {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal3-detail1 h3 {
    font-size: 4.0712468193vw;
  }
}
.modal-contents .modal3-detail1 h3 + p {
  padding: 30px 0 50px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal3-detail1 h3 + p {
    padding: 5.0890585242vw 0 7.6335877863vw;
    font-size: 3.0534351145vw;
  }
}
.modal-contents .modal3-detail1 h4 {
  padding: 0 0 30px;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal3-detail1 h4 {
    font-size: 3.5623409669vw;
    padding: 0 0 7.6335877863vw;
  }
}
.modal-contents .modal3-detail1 figure {
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal3-detail1 figure {
    margin: 0 auto;
    width: 73.0279898219vw;
  }
}
.modal-contents .modal3-detail1 figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Osaka", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal3-detail1 figure figcaption {
    bottom: -5.0890585242vw;
    font-size: 2.5445292621vw;
  }
}
.modal-contents .modal3-detail1 .-note {
  display: inline-block;
  padding: 30px 0 0;
  font-size: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal3-detail1 .-note {
    padding: 7.6335877863vw 0 0;
    font-size: 2.5445292621vw;
  }
}
.modal-contents .modal3-detail2 {
  margin: 70px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal3-detail2 {
    margin-top: 15.2671755725vw;
  }
}
.modal-contents .modal3-detail2 h3 {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal3-detail2 h3 {
    font-size: 4.0712468193vw;
  }
}
.modal-contents .modal3-detail2 h3 + figure {
  display: inline-block;
  padding: 30px 0 50px;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal3-detail2 h3 + figure {
    padding: 5.0890585242vw 0 10.1781170483vw;
    width: 100%;
  }
}
.modal-contents .modal3-detail2 h4 {
  padding: 0 0 30px;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal3-detail2 h4 {
    font-size: 3.5623409669vw;
    padding: 0 0 7.6335877863vw;
  }
}
.modal-contents .modal3-detail2 figure {
  position: relative;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal3-detail2 figure {
    margin: 0 auto;
    width: 64.3765903308vw;
  }
}
.modal-contents .modal3-detail2 figure figcaption {
  position: absolute;
  right: 0;
  bottom: -10px;
  font-size: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Osaka", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal3-detail2 figure figcaption {
    bottom: -5.0890585242vw;
    font-size: 2.5445292621vw;
  }
}
.modal-contents .modal3-detail2 .-note {
  display: inline-block;
  padding: 30px 0 0;
  font-size: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal3-detail2 .-note {
    padding: 11.4503816794vw 0 0;
    font-size: 2.5445292621vw;
  }
}
.modal-contents .modal3-detail2 .caution {
  display: inline-block;
  padding: 20px 0 0;
  font-size: 10px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal3-detail2 .caution {
    padding: 5.0890585242vw 0 0;
    font-size: 2.5445292621vw;
  }
}
.modal-contents .modal3-detail3 {
  margin: 70px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal3-detail3 {
    margin-top: 15.2671755725vw;
  }
}
.modal-contents .modal3-detail3 h3 {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal3-detail3 h3 {
    font-size: 4.0712468193vw;
  }
}
.modal-contents .modal3-detail3 h3 + figure {
  display: inline-block;
  padding: 30px 0 70px;
}
@media screen and (max-width: 767px) {
  .modal-contents .modal3-detail3 h3 + figure {
    display: block;
    margin: 0 0 0 2.5445292621vw;
    padding: 5.0890585242vw 0 10.1781170483vw;
    width: 62.8498727735vw;
  }
}

body.is-modal-open {
  overflow: hidden;
}

.footer {
  padding: 75px 0;
  background: #6D9486;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 12.7226463104vw 0 10.6870229008vw;
  }
}
.footer .inner {
  text-align: center;
}
.footer-logo {
  margin: 0 auto;
  width: 85px;
}
@media screen and (max-width: 767px) {
  .footer-logo {
    width: 20.8651399491vw;
  }
}
.footer-tel {
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .footer-tel {
    margin: 12.7226463104vw auto 0;
  }
}
.footer-time {
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .footer-time {
    margin: 8.9058524173vw auto 0;
  }
}
.footer-pola {
  display: block;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .footer-pola {
    margin: 10.1781170483vw auto 0;
  }
}
.footer-copyrights {
  margin: 10px auto 0;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .footer-copyrights {
    margin: 2.0356234097vw auto 0;
    font-size: 2.0356234097vw;
  }
}

/* add */
.c-paragraph a {
  display: inline-block;
  position: relative;
  text-decoration: underline;
}
.c-paragraph a:before,
.c-paragraph a:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border: 1px solid #707070;
}
.c-paragraph a:before {
  top: 8px;
  right: -12px;
}
.c-paragraph a:after {
  top: 6px;
  right: -15px;
  background: #E1EDEB;
}

/*# sourceMappingURL=style.css.map */
