﻿/*
 Theme Name: FLEX
 Description: フレックス様コーポレートサイト
 Theme URI:
 Author: I'LL inc.
 Author URI:
 Version:
 License:
 License URI:
*/

@import url("css2-ShipporiMinchoB1wght400500600700_swap.css");
@import url("css2-Asul_swap.css");

@media (min-width: 768px) {
  .u-only--sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-only--pc {
    display: none !important;
  }
}

/* reset
=====================================================================*/
*,
::after,
::before {
  box-sizing: border-box;
  background-repeat: no-repeat;
  min-height: 0%;
}
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
}
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  display: block;
  line-height: 1;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
p {
  margin: 0;
  padding: 0;
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
pre {
  white-space: pre-wrap;
}
hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: #d6d0cb;
  height: 0;
  overflow: visible;
}
audio,
canvas,
embed,
iframe,
object,
video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}
img,
svg {
  vertical-align: middle;
}
canvas,
img,
svg,
video {
  height: auto;
}
audio {
  width: 100%;
}
img {
  border-style: none;
}
svg {
  overflow: hidden;
}
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section,
div,
span,
a {
  margin: 0;
  padding: 0;
  color: inherit;
}
a:hover {
  color: inherit;
}
ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
}
table {
  text-indent: initial;
  border-spacing: 0;
}
table,
th,
tr,
td {
  margin: 0;
  padding: 0;
  border: none;
}
address {
  text-decoration: none;
  font-style: normal;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
input,
textarea {
  margin: 0;
  padding: 0;
  border: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
*:focus {
  outline: none;
}

/* Font preset
=====================================================================*/

:root {
  --font-main: "Yu Gothic Medium", "游ゴシック体", "YuGothic", "游ゴシック",
    "Yu Gothic", "Hiragino Kaku Gothic ProN W3", sans-serif;
  --font-japanese: "Shippori Mincho B1", serif;
  --font-english: "Asul", sans-serif;
}

/* Color preset
=====================================================================*/
:root {
  --color-text1: #392e29; /* （見出しなど） */
  --color-text2: #ffffff;
  --color-text3: #aba99c; /* （見出しの英語） */
  --color-text4: #706864; /* （本文など） */
  --color-accent: #871e25; /* アクセント */
  --color-base1: #f6f5f1; /* 薄いグレー */
  --color-base2: #fcfcfa; /* グレー */
  --color-base3: #e5e4ef; /* 薄い茶色 */

  --color-base3: #fbf2f2; /* ボタンホバー背景*/
}

/* Base
=====================================================================*/
body {
  /*background: var(--color-base1);*/
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  color: var(--color-text1);
  position: relative;
  font-size: calc(14 * 100 / 1366 * 1vw);
  background: var(--color-base2);
  font-size: clamp(10px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
}
.p-contents {
  width: 100%;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Shippori Mincho B1", serif;
}
a {
  color: #5f5651;
  text-decoration: none;
  transition: color 0.3s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
main a {
  text-decoration: underline;
}
main a:hover {
  text-decoration: none;
}
a.link_tel {
  text-decoration: underline;
}
img {
  display: block;
  width: 100%;
}
img.img-half {
  width: 50%;
  margin: 0 auto;
}
p {
  line-height: 1.8;
  letter-spacing: 0.08em;
}
p:last-of-type {
  margin-bottom: 0;
}
section {
  width: 100%;
}

@media screen and (min-width: 768px) {
  a:hover {
    color: var(--color-main3);
  }
}
/*@media screen and (min-width: 1580px) {
  p {
    margin-bottom: calc(32px * 1580 / 1366);
  }
}*/
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 120px;
  }
  body {
    min-width: initial;
    font-size: calc(14 * 100 / 375 * 1vw);
  }
  p {
    margin-bottom: calc(20 * 100 / 375 * 1vw);
  }
  img.img-half {
    width: 100%;
  }
}

/* Common Parts
=====================================================================*/

/* Toppage Section Title */

.c-sec-title .u-subtitle {
  font-family: var(--font-japanese);
  font-size: calc(34 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(34 * 100 / 1366 * 1vw), calc(34px * 1580 / 1366));
  font-weight: 600;
  color: var(--color-text1);
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
  /*padding-bottom: calc(23 * 100 / 1366 * 1vw);*/
}

.c-sec-title .u-subtitle .en {
  font-family: var(--font-english);
  font-size: calc(14 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
  color: var(--color-text3);
  line-height: 2;
  letter-spacing: 0.08em;
  display: block;
  text-align: center;
  font-weight: 400;
  /*padding-top: calc(17 * 100 / 1366 * 1vw);*/
}
@media screen and (max-width: 767px) {
  .c-sec-title .u-subtitle {
    font-size: calc(22 * 100 / 375 * 1vw);
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: calc(25 * 100 / 375 * 1vw);
  }
  .c-sec-title .u-subtitle .en {
    font-size: calc(12 * 100 / 375 * 1vw);
  }
}
/*Animation*/
@keyframes is-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* link Button */
/*.c-button {
  height: calc(59 * 100 / 1366 * 1vw);
  max-height: calc(59px * 1580 / 1366);
}*/
.c-button a {
  display: inline-flex;
  align-items: center;
  border: #d8d6cf 1px solid;
  height: calc(59 * 100 / 1366 * 1vw);
  max-height: calc(80px * 1580 / 1366);
  max-width: calc(290px * 1580 / 1366);
  padding: calc(17 * 100 / 1366 * 1vw) calc(55 * 100 / 1366 * 1vw)
    calc(17 * 100 / 1366 * 1vw) calc(70 * 100 / 1366 * 1vw);
  font-family: var(--font-japanese);
  font-size: calc(17 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(17 * 100 / 1366 * 1vw), calc(17px * 1580 / 1366));
  font-weight: bold;
  color: #5f5651;
  line-height: 1.3;
  border-radius: 50px;
  position: relative;
  text-decoration: none;
}

.c-button a:hover {
  border: #b6b3a8 1px solid;
  font-weight: bold;
  color: #392e29;
  border-radius: 50px;
}
.c-button a::before {
  content: "";
  width: calc(7 * 100 / 1366 * 1vw);
  height: calc(5 * 100 / 1366 * 1vw);
  max-width: calc(7px * 1580 / 1366);
  max-height: calc(5px * 1580 / 1366);
  background: url(../image/ico-arrow-red.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(35 * 100 / 1366 * 1vw);
  /*left: calc(37 * 100 / 1366 * 1vw);*/
  transition: all 0.3s ease;
}

.c-button a:hover:before {
  left: calc(40 * 100 / 1366 * 1vw);
}

@media screen and (max-width: 767px) {
  .c-button a {
    padding: calc(17 * 100 / 375 * 1vw) calc(55 * 100 / 375 * 1vw)
      calc(17 * 100 / 375 * 1vw) calc(65 * 100 / 375 * 1vw);
    font-size: calc(15 * 100 / 375 * 1vw);
    height: calc(55 * 100 / 375 * 1vw);
    max-height: calc(550 * 100 / 375 * 1vw);
    max-width: calc(300 * 100 / 375 * 1vw);
  }
  .c-button a::before {
    content: "";
    width: calc(6 * 100 / 375 * 1vw);
    height: calc(7 * 100 / 375 * 1vw);
    left: calc(35 * 100 / 375 * 1vw);
    /*margin-right: calc(10 * 100 / 375 * 1vw);*/
    max-width: initial;
    max-height: initial;
    /*left: calc(40 * 100 / 375 * 1vw);
    top: calc(50% - 4px);*/
  }
  .c-button a:hover:before {
    left: calc(40 * 100 / 375 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .c-arrow {
    width: calc(12 * 100 / 375 * 1vw);
    height: calc(5 * 100 / 375 * 1vw);
    max-width: initial;
    max-height: initial;
  }
}

/*Scroll bar*/
.simplebar-scrollbar::before {
  background: #d6d0cb;
}

/* All-purpose */
.u-maintitle {
  display: block;
}
.u-subtitle {
  display: block;
  white-space: nowrap;
}
.u-vartical {
  writing-mode: vertical-rl;
  letter-spacing: normal;
}
.u-title-brackets {
  position: relative;
}
.u-line {
  display: block;
  white-space: nowrap;
}
.u-boxshadow {
  box-shadow: 0 calc(6 * 100 / 1366 * 1vw) calc(12 * 100 / 1366 * 1vw) 0
    rgba(51, 30, 37, 0.1);
}
.u-black {
  color: var(--color-text1);
}
.u-white {
  color: var(--color-text2);
}
.u-title-brackets {
  position: relative;
}
.u-title-brackets::before,
.u-title-brackets::after {
  content: "";
  display: block;
  width: calc(25 * 100 / 1366 * 1vw);
  max-width: calc(25px * 1580 / 1366);
  height: calc(50 * 100 / 1366 * 1vw);
  max-height: calc(50px * 1580 / 1366);
  border: 1px solid var(--color-line2);
  position: absolute;
}
.u-title-brackets::before {
  border-width: 1px 0 0 1px;
  top: 0;
  left: 0;
}
.u-title-brackets::after {
  border-width: 0 1px 1px 0;
  bottom: 0;
  right: 0;
}
.u-small-brackets {
  position: relative;
}
.u-small-brackets::before,
.u-small-brackets::after {
  content: "";
  width: calc(11 * 100 / 1366 * 1vw);
  max-width: calc(11px * 1580 / 1366);
  height: calc(22 * 100 / 1366 * 1vw);
  max-height: calc(22px * 1580 / 1366);
  border: 1px solid var(--color-line2);
  position: absolute;
}
.u-small-brackets::before {
  border-width: 1px 0 0 1px;
  top: 0;
  left: 0;
}
.u-small-brackets::after {
  border-width: 0 1px 1px 0;
  bottom: 0;
  right: 0;
}
.u-no-link {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media screen and (min-width: 1580px) {
  .u-boxshadow {
    box-shadow: 0 6px 12px 0 rgba(51, 30, 37, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .u-boxshadow {
    box-shadow: 0 calc(6 * 100 / 375 * 1vw) calc(12 * 100 / 375 * 1vw) 0
      rgba(51, 30, 37, 0.1);
  }
  .u-title-brackets::before,
  .u-title-brackets::after {
    width: calc(18 * 100 / 375 * 1vw);
    height: calc(37 * 100 / 375 * 1vw);
    max-width: initial;
    max-height: initial;
    border-width: 1px;
  }
  .u-title-brackets::before {
    border-width: 1px 0 0 1px;
  }
  .u-title-brackets::after {
    border-width: 0 1px 1px 0;
  }
  .u-small-brackets::before,
  .u-small-brackets::after {
    width: calc(11 * 100 / 375 * 1vw);
    height: calc(22 * 100 / 375 * 1vw);
    max-width: initial;
    max-height: initial;
    border-width: 1px;
  }
  .u-small-brackets::before {
    border-width: 1px 0 0 1px;
  }
  .u-small-brackets::after {
    border-width: 0 1px 1px 0;
  }
}

/* Header
=====================================================================*/
.js-contents-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  width: 100%;
}
.c-header {
  width: calc(246 * 100 / 1366 * 1vw);
}
.c-header-logo {
}
@media screen and (min-width: 1580px) {
  .c-header {
    width: calc(219px * 1580 / 1366);
  }
  .c-header-logo {
    width: calc(219px * 1580 / 1366);
    margin-top: calc(5px * 1580 / 1366);
  }
}

.c-header--logo .u-white,
.is-white .c-header--logo .u-black,
.is-show.is-white .c-header--logo .u-black,
.is-show .c-header--logo .u-black {
  display: none;
  opacity: 0;
}
.is-white .c-header--logo .u-white,
.c-header--logo .u-black,
.is-show.is-white .c-header--logo .u-white,
.is-show .c-header--logo .u-white {
  display: block;
  opacity: 1;
  animation: is-show 0.3s;
}

@media screen and (max-width: 767px) {
  .header-area {
    padding-top: calc(26 * 100 / 375 * 1vw);
    padding-bottom: calc(21 * 100 / 375 * 1vw);
    /*background: linear-gradient(
      rgba(174, 147, 108, 0.4),
      rgba(173, 156, 128, 0.58),
      rgba(171, 169, 156, 0)
    );*/
    background: linear-gradient(rgba(52, 49, 45, 0.1), rgba(171, 169, 156, 0));
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 700;
  }

  .c-header {
    width: calc(185 * 100 / 375 * 1vw);
    margin: calc(23 * 100 / 375 * 1vw) calc(15 * 100 / 375 * 1vw);
  }

  .c-header-logo {
    width: calc(219 * 100 / 375 * 1vw);
    padding-left: calc(21 * 100 / 375 * 1vw);
    /*position: relative;
    z-index: 700;*/
  }

  .js-contents-header.is-white.is-show .header-area {
    border-bottom: 1px solid #e5e4df;
    background: #f6f5f1;
    position: relative;
    z-index: 700;
  }

  .js-contents-header.is-white.is-show .header-logo.js-header.-before {
    display: none;
  }
  .js-contents-header.is-white.is-show .header-logo.js-header.-after {
    display: block;
  }

  .js-spnav-button {
    z-index: 700;
  }

  .sp-nav-switch {
    content: "";
    display: inline-block;
    width: calc(18 * 100 / 375 * 1vw);
    height: calc(1 * 100 / 375 * 1vw);
    background: #fff;
    position: absolute;
    top: calc(34 * 100 / 375 * 1vw);
    right: calc(20 * 100 / 375 * 1vw);
    margin: auto;
    opacity: 1;
    transition: opacity 150ms 50ms;
  }
  .sp-nav-switch::before {
    content: "";
    display: inline-block;
    width: calc(22 * 100 / 375 * 1vw);
    height: calc(1 * 100 / 375 * 1vw);
    background: #fff;
    position: absolute;
    z-index: 2;
    transform: translate(0, -10px);
    right: 0;
    opacity: 1;
  }
  .sp-nav-switch::after {
    content: "";
    display: inline-block;
    width: calc(22 * 100 / 375 * 1vw);
    height: calc(1 * 100 / 375 * 1vw);
    background: #fff;
    position: absolute;
    z-index: 2;
    transform: translate(0, 10px);
    right: 0;
    opacity: 1;
  }
  .sp-nav-switch::before,
  .sp-nav-switch::after {
    transition: transform 200ms;
  }
  .js-spnav-button.is-on .sp-nav-switch,
  .js-spnav-button.is-on .sp-nav-switch::before,
  .js-spnav-button.is-on .sp-nav-switch::after {
    width: calc(25 * 100 / 375 * 1vw);
    background: #392e29;
  }
  .js-spnav-button.is-on .sp-nav-switch {
    height: 0;
  }
  .js-spnav-button.is-on .sp-nav-switch::after {
    transform: rotate(-45deg);
    opacity: 1;
    background: #392e29;
  }
  .js-spnav-button.is-on .sp-nav-switch::before {
    transform: rotate(45deg);
    opacity: 1;
    background: #392e29;
  }
  body.fixed {
    position: fixed;
    width: 100%;
  }
}

/* Menu
=====================================================================*/
/* Menu button */
.c-menu {
  display: flex;
  align-items: center;
  position: fixed;
  top: calc(20 * 100 / 1366 * 1vw);
  right: calc(35 * 100 / 1366 * 1vw);
  z-index: 1000;
  width: calc(164 * 100 / 1366 * 1vw);
  height: calc(100 * 100 / 1366 * 1vw);
  max-width: calc(164px * 1580 / 1366);
  max-height: calc(100px * 1580 / 1366);
}

@media screen and (max-width: 767px) {
  .c-menu {
    height: calc(60 * 100 / 375 * 1vw);
    width: calc(60 * 100 / 375 * 1vw);
    right: calc(10 * 100 / 375 * 1vw);
    top: calc(10 * 100 / 375 * 1vw);
  }

  #p-navi.is-show #p-header {
    padding-top: calc(26 * 100 / 375 * 1vw);
    padding-bottom: calc(21 * 100 / 375 * 1vw);
    background: linear-gradient(
      rgba(174, 147, 108, 0.4),
      rgba(173, 156, 128, 0.58),
      rgba(171, 169, 156, 0)
    );
    border-bottom: 1px solid #fff;
  }
}

/* Navigation */
#p-navi {
  display: none;
  background: rgba(29, 24, 26, 0.7);
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}
#p-navi.is-show {
  opacity: 1;
  animation: is-show 0.3s;
  display: block;
  background: #f6f5f1;
}
.c-navi {
  background-color: var(--color-base1);
  width: calc(615 * 100 / 1366 * 1vw);
  height: 100vh;
  padding: calc(120 * 100 / 1366 * 1vw) calc(50 * 100 / 1366 * 1vw)
    calc(30 * 100 / 1366 * 1vw) calc(55 * 100 / 1366 * 1vw);
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 150;
}
.c-navi-list {
  margin-bottom: calc(70 * 100 / 1366 * 1vw);
}
.c-navi-list > li {
  display: block;
  border-bottom: 1px solid var(--color-line1);
  font-size: calc(18 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(18 * 100 / 1366 * 1vw), calc(18px * 1580 / 1366));
}
.c-navi-list > li > a {
  display: flex;
  align-items: center;
  padding: calc(25 * 100 / 1366 * 1vw) calc(12 * 100 / 1366 * 1vw);
  position: relative;
  transition: padding-left 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-navi-list > li > a:hover {
    padding-left: calc(28 * 100 / 1366 * 1vw);
  }
}
.c-navi-list > li > a::before {
  position: absolute;
  left: calc(12 * 100 / 1366 * 1vw);
  top: calc(50% - (3 * 100 / 1366 * 1vw));
  content: "";
  display: block;
  width: calc(6 * 100 / 1366 * 1vw);
  height: calc(6 * 100 / 1366 * 1vw);
  margin-right: calc(14 * 100 / 1366 * 1vw);
  background-color: var(--color-main3);
  border-radius: 100%;
  opacity: 0;
}
.c-navi-list > li > a:hover::before {
  animation: is-show 0.3s;
  opacity: 1;
}
.c-navi-list-inner {
  display: block;
  padding: calc(25 * 100 / 1366 * 1vw) calc(12 * 100 / 1366 * 1vw);
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .c-navi-list-inner-last {
    width: 100%;
  }
}

.c-navi-list-inner-list {
  margin: calc(18 * 100 / 1366 * 1vw);
}
.c-navi-list-inner-list li a {
  display: flex;
  align-items: center;
  padding-left: calc(30 * 100 / 1366 * 1vw);
  margin-bottom: calc(19 * 100 / 1366 * 1vw);
  position: relative;
  transition: padding-left 0.3s ease;
}
.c-navi-list-inner-list li a::before {
  position: absolute;
  left: calc(12 * 100 / 1366 * 1vw);
  top: 50%;
  content: "";
  display: block;
  width: calc(10 * 100 / 1366 * 1vw);
  height: 1px;
  background: var(--color-main2);
  margin-right: calc(15 * 100 / 1366 * 1vw);
}
@media screen and (min-width: 768px) {
  .c-navi-list-inner-list li a:hover {
    padding-left: calc(40 * 100 / 1366 * 1vw);
  }
  .c-navi-list-inner-list li a:hover::before {
    width: calc(6 * 100 / 1366 * 1vw);
    height: calc(6 * 100 / 1366 * 1vw);
    top: calc(50% - (3 * 100 / 1366 * 1vw));
    border-radius: 100%;
  }
}
.c-navi-logo {
  display: inline-flex;
  align-items: center;
  width: auto;
  height: calc(45 * 100 / 1366 * 1vw);
  margin-left: calc(19 * 100 / 1366 * 1vw);
  padding: 0 calc(18 * 100 / 1366 * 1vw);
}
.c-navlogo-charmant img {
  width: calc(131 * 100 / 1366 * 1vw);
  height: calc(38 * 100 / 1366 * 1vw);
  object-fit: contain;
}
.c-navlogo-charmantfleur img {
  width: calc(179 * 100 / 1366 * 1vw);
  height: calc(18 * 100 / 1366 * 1vw);
  object-fit: contain;
}
.c-navi-footer {
  display: flex;
  justify-content: space-between;
}
.c-navi-backarrow {
  width: calc(13 * 100 / 1366 * 1vw);
  height: calc(6 * 100 / 1366 * 1vw);
}
.c-navi-footer--back {
  position: relative;
}
.c-navi-footer--back a {
  display: flex;
  align-items: center;
  font-size: calc(16 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(16 * 100 / 1366 * 1vw), calc(16px * 1580 / 1366));
  position: relative;
  left: 0;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-navi-footer--back a:hover {
    color: var(--color-main3);
    left: calc(-10 * 100 / 1366 * 1vw);
  }
}
.c-navi-backarrow {
  display: flex;
  align-items: center;
  margin-right: calc(10 * 100 / 1366 * 1vw);
}
.c-navi-backarrow .u-st-back {
  fill: none;
  stroke: var(--color-text1);
  transition: all 0.3s ease;
}
a:hover .c-navi-backarrow .u-st-back {
  stroke: var(--color-main2);
}
.c-navi-footer--snslink {
  display: flex;
  align-items: center;
}
.c-navi-footer--snslink li {
  width: calc(40 * 100 / 1366 * 1vw);
  height: calc(40 * 100 / 1366 * 1vw);
  margin-left: calc(15 * 100 / 1366 * 1vw);
}
.c-navi-footer--snslink a img {
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-navi-footer--snslink a:hover img {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  #p-navi {
    width: 100vw;
  }
  .c-navi {
    width: 100vw;
    padding: calc(124 * 100 / 375 * 1vw) calc(30 * 100 / 375 * 1vw)
      calc(100 * 100 / 375 * 1vw + env(safe-area-inset-bottom))
      calc(30 * 100 / 375 * 1vw);
  }
  .c-navi-list {
    margin-bottom: calc(60 * 100 / 375 * 1vw);
  }
  .c-navi-list > li {
    border-bottom-width: 1px;
    font-size: calc(15 * 100 / 375 * 1vw);
  }
  .c-navi-list > li > a {
    padding: calc(25 * 100 / 375 * 1vw) calc(5 * 100 / 375 * 1vw);
    padding-left: 0;
  }
  .c-navi-list > li > a::before {
    content: none;
  }
  .c-navi-list-inner {
    padding: calc(35 * 100 / 375 * 1vw) calc(5 * 100 / 375 * 1vw)
      calc(20 * 100 / 375 * 1vw) calc(5 * 100 / 375 * 1vw);
  }
  .c-navi-list-inner:first-child {
    padding-top: 0;
  }

  .c-navi-list-inner-list {
    margin: calc(16 * 100 / 375 * 1vw);
  }
  .c-navi-list-inner-list li a {
    font-weight: bold;
    font-size: calc(13 * 100 / 375 * 1vw);
    margin-bottom: calc(15 * 100 / 375 * 1vw);
    padding-left: calc(20 * 100 / 375 * 1vw);
    line-height: 1.4;
    color: #5f5651;
  }
  .c-navi-list-inner-list li a::before {
    width: calc(10 * 100 / 375 * 1vw);
    height: 1px;
    margin-right: calc(10 * 100 / 375 * 1vw);
  }
  .c-navi-logo {
    height: calc(40 * 100 / 375 * 1vw);
    margin-left: calc(20 * 100 / 375 * 1vw);
    padding: 0 calc(16 * 100 / 375 * 1vw);
  }
  .c-navlogo-charmant img {
    width: calc(103 * 100 / 375 * 1vw);
    height: calc(30 * 100 / 375 * 1vw);
  }
  .c-navlogo-charmantfleur img {
    width: calc(145 * 100 / 375 * 1vw);
    height: calc(15 * 100 / 375 * 1vw);
  }
  .c-navi-backarrow {
    width: calc(17 * 100 / 375 * 1vw);
    height: calc(5 * 100 / 375 * 1vw);
    margin-right: calc(40 * 100 / 375 * 1vw);
  }
  .c-navi-backarrow svg {
    overflow: visible;
    width: 100%;
    height: 100%;
  }
  .c-navi-footer {
    flex-direction: column;
    align-items: center;
  }
  .c-navi-list-inner-list li a::before {
    content: "";
    position: absolute;
    width: calc(10 * 100 / 375 * 1vw);
    height: calc(9 * 100 / 375 * 1vw);
    background: url(../image/ico-arrow-gray.svg) 0 0 no-repeat;
    top: calc(50% - 4px);
  }
}

.pc-first-navi {
  z-index: 20;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: center;
  background: linear-gradient(rgba(52, 49, 45, 0.1), rgba(171, 169, 156, 0));
  border-bottom: 1px solid #e5e4df;
  padding: calc(20 * 100 / 1366 * 1vw) calc(50 * 100 / 1366 * 1vw);
}

.pc-first-navi-menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.pc-first-navi.pc-brown-navi {
  border-bottom: 1px solid #cecac7;
  background: none;
}

.pc-first-navi-menu > li {
  margin-left: calc(20 * 100 / 1366 * 1vw);
  position: relative;
}
.pc-first-navi-menu > li > a {
  display: block;
  padding: calc(13 * 100 / 1366 * 1vw);
  font-size: calc(15 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(15 * 100 / 1366 * 1vw), calc(15px * 1580 / 1366));
  font-weight: bold;
  letter-spacing: 0.1;
  line-height: 1.7;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1580px) {
  .pc-first-navi-menu > li > a {
    padding: calc(13px * 1580 / 1366);
  }
}

.pc-first-navi-menu > li > a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.pc-first-navi-menu > li > a:hover::after {
  opacity: 1;
}
.pc-first-navi-dropdown {
  display: block;
  padding: calc(13 * 100 / 1366 * 1vw);
  font-size: calc(15 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(15 * 100 / 1366 * 1vw), calc(15px * 1580 / 1366));
  font-weight: bold;
  line-height: 1.7;
  color: var(--color-text2);
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 1580px) {
  .pc-first-navi-dropdown {
    padding: calc(13px * 1580 / 1366);
  }
}

.pc-first-navi-dropdown:hover {
  cursor: pointer;
}
.page-contents .pc-first-navi-menu > li > a,
.page-contents .pc-first-navi-dropdown {
  color: #fff;
}

.pc-first-navi-submenu {
  position: absolute;
  width: auto;
  top: calc(50 * 100 / 1366 * 1vw);
  padding: calc(30 * 100 / 1366 * 1vw) calc(15 * 100 / 1366 * 1vw);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  border-radius: 0 0 3px 3px;
}
.change-color-menu .pc-first-navi-submenu {
  background: rgba(252, 252, 250, 0.8);
  padding: calc(15 * 100 / 1366 * 1vw) calc(15 * 100 / 1366 * 1vw);
}
.pc-first-navi-submenu.is-show {
  opacity: 1;
  pointer-events: initial;
}
.pc-first-navi-menu > li:last-child .pc-first-navi-submenu {
  left: auto;
  right: 0;
}
.pc-first-navi-submenu li a {
  display: block;
  padding: calc(7 * 100 / 1366 * 1vw) calc(15 * 100 / 1366 * 1vw)
    calc(7 * 100 / 1366 * 1vw) 0;
  position: relative;
  font-size: calc(13 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  font-weight: bold;
  line-height: 1.7;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  transition: padding 0.3s ease;
  white-space: nowrap;
}
.pc-first-navi-submenu li a::before {
  position: absolute;
  content: "";
  display: block;
  width: calc(5 * 100 / 1366 * 1vw);
  height: calc(5 * 100 / 1366 * 1vw);
  border-radius: 9999px;
  background: var(--color-main2);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.pc-first-navi-submenu li a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.pc-first-navi-submenu li a:hover::before {
  opacity: 1;
}
@media screen and (min-width: 1580px) {
  .pc-first-navi-submenu {
    top: calc(50px * 1580 / 1366);
    padding: calc(40px * 1580 / 1366) calc(15px * 1580 / 1366);
  }
  .pc-first-navi-submenu li a {
    display: block;
    padding: calc(7px * 1580 / 1366) calc(15px * 1580 / 1366)
      calc(7px * 1580 / 1366) 0;
  }
  .pc-first-navi-submenu li a::before {
    width: calc(5px * 1580 / 1366);
    height: calc(5px * 1580 / 1366);
  }
}

/*MV過ぎたらheaderの背景色変える*/
.pc-first-navi.change-color {
  background: rgba(252, 252, 250, 0.8);
  border-color: transparent;
  height: 67px;
}
.change-color-menu li > a,
.change-color-menu .pc-first-navi-dropdown {
  color: rgba(112, 104, 100, 1);
  transition: none;
}
.change-color-menu li > a:hover,
.change-color-menu .pc-first-navi-submenu li a:hover {
  color: rgba(112, 104, 100, 0.7);
}

/*MV過ぎたらheaderのロゴ変える*/
.header-logo.headerLogoScroll.-before {
  display: none;
}
.header-logo.-after {
  display: none;
}
.header-logo.headerLogoScroll.-after {
  display: block;
}

@media screen and (max-width: 767px) {
  /*MV過ぎたらheaderの背景色変える*/
  .change-color {
    background: rgba(252, 252, 250, 0.8);
  }
  .change-color .header-area {
    background: none;
    height: calc(85 * 100 / 375 * 1vw);
    border-color: transparent;
  }
  .change-color .sp-nav-switch,
  .change-color .sp-nav-switch::before,
  .change-color .sp-nav-switch::after {
    background: #706864;
  }

  /*MV過ぎたらheaderのロゴ変える*/
  .header-logo.headerLogoScroll.-before {
    display: none;
  }
  .header-logo.-after {
    display: none;
  }
  .header-logo.headerLogoScroll.-after {
    display: block;
  }
}

.pc-first-navi.pc-brown-navi.change-color {
  background: rgba(252, 252, 250, 0.8);
  border-color: transparent;
  height: 67px;
}

.change-color-menu li > a,
.change-color-menu .pc-first-navi-dropdown {
  color: #706864;
  transition: none;
}
.pc-first-navi-menu.pc-brown-navi > li > a {
  color: #706864;
}
.pc-first-navi-menu.pc-brown-navi > li > a:hover {
  color: rgba(112, 104, 100, 0.6);
}
.pc-first-navi-menu.pc-brown-navi .pc-first-navi-dropdown,
.pc-first-navi-menu.pc-brown-navi .pc-first-navi-submenu li a {
  color: #706864;
}
.pc-first-navi-menu.pc-brown-navi .pc-first-navi-submenu li a:hover {
  color: rgba(112, 104, 100, 0.6);
}

@media screen and (max-width: 767px) {
  .sp-brown-nav.header-area {
    border-bottom: 1px solid rgba(112, 104, 100, 0.3);
    background: initial;
  }
  .change-color .sp-brown-nav.header-area {
    border-color: transparent;
  }
  .change-color {
    height: 85px;
  }
  .sp-brown-nav .sp-nav-switch,
  .sp-brown-nav .sp-nav-switch::before,
  .sp-brown-nav .sp-nav-switch::after {
    background: #706864;
  }
}

/*下層ページヘッダー*/

.down .pc-first-navi {
  background: #f6f5f1;
  border-bottom: 1px solid #e5e4df;
  padding: calc(20 * 100 / 1366 * 1vw) calc(50 * 100 / 1366 * 1vw);
  padding-bottom: calc(14 * 100 / 1366 * 1vw);
}
.c-sub-top {
  width: 100%;
  overflow: hidden;
  background: url(../image/bg_circle_beige.svg) no-repeat center 100%;
  background-size: cover;
  height: 422px;
}
@media screen and (max-width: 767px) {
  .c-sub-top {
    width: 100%;
    overflow: hidden;
    background: url(../image/bg_circle_beige-sp.svg) no-repeat center 100%;
    background-size: cover;
    height: auto;
  }
}

@media screen and (min-width: 1580px) {
  .down .pc-first-navi {
    padding: calc(20px * 1580 / 1366) calc(50px * 1580 / 1366);
  }
}

.down .pc-first-navi-menu li > a,
.down .pc-first-navi-menu .pc-first-navi-dropdown {
  color: rgba(112, 104, 100, 1);
  transition: none;
}
.down .pc-first-navi-menu li > a:hover,
.down .pc-first-navi-menu .pc-first-navi-submenu li a:hover {
  color: rgba(112, 104, 100, 0.7);
}

.down .header-logo.-before {
  display: none;
}
.down .header-logo.-after {
  display: block;
}

@media screen and (max-width: 767px) {
  .down .js-contents-header .sp-nav-switch,
  .down .js-contents-header .sp-nav-switch::before,
  .down .js-contents-header .sp-nav-switch::after {
    background: #706864;
  }
}

/* Footer
=====================================================================*/

/*-contact-area */
.c-contact-area-circle {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.c-contact-area {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(448 * 100 / 1366 * 1vw);
  text-align: center;
  padding: calc(182 * 100 / 1366 * 1vw) 0 calc(138 * 100 / 1366 * 1vw);
  background-repeat: no-repeat;
}
.c-contact-area::before {
  content: '';
  background-color: rgba(94,84,77,0.3);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.contact-area-flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: calc(955 * 100 / 1366 * 1vw);
  padding: 0;
  z-index: 2;
}

.contact-area-left {
  width: 50%;
  /*padding: 35px;*/
  text-align: center;
}
.contact-area-right {
  width: 42%;
  /*padding: 35px;*/
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-contact-area {
    padding: calc(120 * 100 / 375 * 1vw) 0 calc(90 * 100 / 375 * 1vw);
    height: auto;
  }

  .contact-area {
    width: calc(100% - 32px);
    margin: 0 auto;
    display: block;
    font-size: 1.2rem;
    padding: 30px 16px;
  }
  .contact-area-flex {
    display: block;
    padding: 0;
  }

  .contact-area-left {
    width: 100%;
    padding: 30px 16px;
    padding-bottom: 0;
    border-right: none;
    border-bottom: var(--color-beige) 1px solid;
    text-align: left;
  }
  .contact-area-right {
    width: 100%;
    padding: 30px 16px;
    padding-top: calc(10 * 100 / 375 * 1vw);
    text-align: left;
  }
}

.contact-area h3.c-contact-area--title {
  color: var(--color-base1);
  font-size: calc(34 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(34 * 100 / 1366 * 1vw), calc(34px * 1580 / 1366));
  line-height: 1.47;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 0;
}
.c-contact-area--title .u-subtitle {
  top: calc(-10 * 100 / 1366 * 1vw);
  left: calc(153 * 100 / 1366 * 1vw);
}
.c-contact-area--txt {
  margin-top: calc(27 * 100 / 1366 * 1vw);
}
.c-contact-area--txt p {
  text-align: center;
  color: var(--color-text2);
  font-size: calc(14 * 100 / 1366 * 1vw);
  font-size: clamp(11px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
  font-weight: bold;
}
.c-contact-area-formlink--txt p {
  font-size: calc(30 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(30 * 100 / 1366 * 1vw), calc(30px * 1580 / 1366));
}

.c-contact-area-formlink a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100 * 100 / 1366 * 1vw);
  height: calc(91 * 100 / 1366 * 1vw);
  max-height: calc(100px * 1580 / 1366);
  font-family: var(--font-english);
  color: var(--color-text2);
  border: 1px solid rgba(255, 255, 255, 0.7);
  position: relative;
  border-radius: 96px;
  transition: all 0.3s ease;
  font-weight: initial;
}

.c-contact-area-formlink a::before {
  content: "";
  width: calc(12 * 100 / 1366 * 1vw);
  height: calc(9 * 100 / 1366 * 1vw);
  max-width: calc(12px * 1580 / 1366);
  max-height: calc(9px * 1580 / 1366);
  background: url(../image/ico-arrow-white.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(55 * 100 / 1366 * 1vw);
  transition: all 0.3s;
}

.c-contact-area-formlink a:hover {
  border: 1px solid rgba(255, 255, 255, 1);
}
.c-contact-area-formlink a:hover:before {
  left: calc(65 * 100 / 1366 * 1vw);
  transition: all 0.3s ease;
  width: calc(12 * 100 / 1366 * 1vw);
  height: calc(9 * 100 / 1366 * 1vw);
  max-width: calc(12px * 1580 / 1366);
  max-height: calc(9px * 1580 / 1366);
}

@media screen and (max-width: 767px) {
  .c-contact-area-formlink a::before {
    content: "";
    width: calc(9 * 100 / 375 * 1vw);
    height: calc(7 * 100 / 375 * 1vw);
    max-width: calc(9 * 100 / 375 * 1vw);
    max-height: calc(7 * 100 / 375 * 1vw);
    left: calc(50 * 100 / 375 * 1vw);
  }
  .c-contact-area-formlink a:hover::before {
    left: calc(55 * 100 / 375 * 1vw);
    width: calc(9 * 100 / 375 * 1vw);
    height: calc(7 * 100 / 375 * 1vw);
  }
}

@media screen and (max-width: 767px) {
  .contact-area h3.c-contact-area--title {
    margin-bottom: calc(24 * 100 / 375 * 1vw);
    font-size: calc(25 * 100 / 375 * 1vw);
    text-align: center;
  }
  .c-contact-area--title .u-subtitle {
    top: calc(-10 * 100 / 375 * 1vw);
    left: calc(108 * 100 / 375 * 1vw);
  }
  .c-contact-area--txt {
    margin-bottom: calc(30 * 100 / 375 * 1vw);
    font-size: calc(11 * 100 / 375 * 1vw);
    font-size: clamp(10px, calc(11 * 100 / 375 * 1vw));
  }
  .c-contact-area-box1 {
    flex-direction: column;
    width: 100%;
    max-width: initial;
  }
  .c-contact-area-box2 {
    width: 100%;
    height: calc(80 * 100 / 375 * 1vw);
    max-width: initial;
    max-height: initial;
    margin-bottom: calc(15 * 100 / 375 * 1vw);
    border-width: 1px;
  }
  .c-contact-area-tel--img {
    width: calc(22 * 100 / 375 * 1vw);
    height: auto;
    max-width: initial;
    max-height: initial;
    top: calc(24 * 100 / 375 * 1vw);
    left: calc(30 * 100 / 375 * 1vw);
  }
  .c-contact-area-formlink--img {
    width: calc(7 * 100 / 375 * 1vw);
    max-width: initial;
    top: calc(28 * 100 / 375 * 1vw);
    left: calc(26 * 100 / 375 * 1vw);
  }
  .c-contact-area-tel--txt p {
    font-size: calc(11 * 100 / 375 * 1vw);
  }
  .c-contact-area-tel address {
    font-size: calc(24 * 100 / 375 * 1vw);
    margin-bottom: calc(2 * 100 / 375 * 1vw);
  }
  .c-contact-area-box4 {
    width: calc(280 * 100 / 375 * 1vw);
    max-width: initial;
    height: calc(60 * 100 / 375 * 1vw);
    margin: 0 auto;
  }
  .c-contact-area-formlink a {
    width: 100%;
    max-width: initial;
    height: calc(60 * 100 / 375 * 1vw);
    max-height: initial;
    border-width: 1px;
  }
  .c-contact-area-formlink--txt p {
    font-size: calc(22 * 100 / 375 * 1vw);
  }
  .c-contact-area-formlink--txt p::after {
    width: calc(20 * 100 / 375 * 1vw);
    height: calc(16 * 100 / 375 * 1vw);
    max-width: initial;
    max-height: initial;
    top: calc(13 * 100 / 375 * 1vw);
    right: calc(-54 * 100 / 375 * 1vw);
  }
}
/*---   footer   ---*/

#p-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.c-footer {
  display: block;
  width: calc(1140 * 100 / 1366 * 1vw);
  background: var(--color-base2);
  background-size: cover;
  padding-top: 0;
  margin-right: calc(47 * 100 / 1366 * 1vw);
  margin-bottom: calc(45 * 100 / 1366 * 1vw);
}
.c-footer-upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: calc(8 * 100 / 1366 * 1vw);
  border-bottom: 1px solid var(--color-line2);
  position: relative;
  width: calc(1140 * 100 / 1366 * 1vw);
}
.c-pagetop {
  position: absolute;
  right: 0;
  bottom: calc(76 * 100 / 1366 * 1vw);
}
.c-pagetop a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: calc(20 * 100 / 1366 * 1vw);
  font-size: calc(14 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
  color: #989592;
  font-family: var(--font-english);
  position: relative;
  top: calc(52 * 100 / 1366 * 1vw);
  right: calc(19 * 100 / 1366 * 1vw);
  transition: top 0.3s ease;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
}
.c-pagetop a::before {
  content: "";
  width: calc(10 * 100 / 1366 * 1vw);
  height: calc(10 * 100 / 1366 * 1vw);
  max-width: calc(10px * 1580 / 1366);
  max-height: calc(10px * 1580 / 1366);
  background: url(../image/ico-arrow-black.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 95%;
}
.c-pagetop a:hover {
  color: #706864;
}
.c-pagetop a:hover:before {
  bottom: 98%;
}

.c-footer-logo {
  text-align: center;
  margin-top: calc(16 * 100 / 1366 * 1vw);
}

.c-footer-logo--img a:hover {
  filter: brightness(1.7);
  transition: filter 0.3s ease;
  cursor: pointer;
}

.c-footer-logo--img {
  width: calc(140 * 100 / 1366 * 1vw);
  height: auto;
}

.c-footer-menu {
  display: flex;
  justify-content: space-between;
  width: calc(781 * 100 / 1366 * 1vw);
  margin-top: calc(34 * 100 / 1366 * 1vw);
  /*position: relative;
  top: calc(20 * 100 / 1366 * 1vw);*/
}

.c-footer-menu ul.p-footer-item {
  padding-top: calc(13 * 100 / 1366 * 1vw);
  padding-bottom: calc(8 * 100 / 1366 * 1vw);
  padding-left: calc(25 * 100 / 1366 * 1vw);
  margin-top: calc(8 * 100 / 1366 * 1vw);
  border-left: 1px solid #c1beba;
  /*margin-left: calc(10 * 100 / 1366 * 1vw);*/
}

.c-footer-menu li {
  margin-bottom: calc(12 * 100 / 1366 * 1vw);
}

.c-footer-menu li a {
  display: block;
  font-size: calc(13 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  font-weight: bold;
  /*padding-left: calc(38 * 100 / 1366 * 1vw);*/
  color: rgba(114, 104, 100, 1);
  position: relative;
  left: 0;
  transition: left 0.3s ease, color 0.3s ease;
}
.c-footer-menu li a:hover {
  color: rgba(114, 104, 100, 0.7);
}

.c-footer-menu li a::before {
  content: "";
  display: block;
  width: calc(10 * 100 / 1366 * 1vw);
  height: 1px;
  background: var(--color-main2);
  position: absolute;
  top: 50%;
  left: 0;
}
.c-navi-list-inner .u-nolink {
  font-size: calc(20 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(20 * 100 / 1366 * 1vw), calc(20px * 1580 / 1366));
}

.c-footer-menu ul.other {
  display: flex;
  flex-wrap: wrap;
  width: calc(260 * 100 / 1366 * 1vw);
}

.c-footer-menu ul.other li {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .c-footer-menu ul.other {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .c-footer-menu ul.other li {
    width: 100%;
  }
  .c-footer-menu ul.other li:nth-child(odd) {
    width: 100%;
  }

  .c-footer-menu ul.other li.p-footer-item-c {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .c-footer-menu ul.other li.p-footer-item-k {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .c-footer-menu ul.other li.p-footer-item-p {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .c-footer-menu ul.other li.p-footer-item-n {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  /*.c-footer-menu li a:hover {
    left: calc(10 * 100 / 1366 * 1vw);
  }*/

  .c-footer-lower {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    margin-top: calc(18 * 100 / 1366 * 1vw);
    width: calc(1120 * 100 / 1366 * 1vw);
  }

  .c-footer-lower .p-footer-ec-area .p-nav-ec-area {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .c-footer-lower .p-footer-ec-area .p-nav-ec-area a {
    font-size: calc(13 * 100 / 1366 * 1vw);
    font-size: clamp(
      10px,
      calc(13 * 100 / 1366 * 1vw),
      calc(13px * 1580 / 1366)
    );
    font-weight: bold;
    color: rgba(112, 104, 100, 1);
    display: inline-flex;
    align-items: center;
    padding: calc(0 * 100 / 1366 * 1vw) calc(20 * 100 / 1366 * 1vw)
      calc(0 * 100 / 1366 * 1vw) calc(45 * 100 / 1366 * 1vw);
  }
  .c-footer-lower .p-footer-ec-area .p-nav-ec-area a:hover {
    color: rgba(112, 104, 100, 0.7);
  }

  .c-footer-lower .p-footer-ec-area .p-nav-ec-area .izumm,
  .c-footer-lower .p-footer-ec-area .p-nav-ec-area .site {
    position: relative;
  }

  .c-footer-lower .p-footer-ec-area .p-nav-ec-area .izumm a::after {
    content: "";
    width: calc(10 * 100 / 1366 * 1vw);
    height: calc(10 * 100 / 1366 * 1vw);
    max-width: calc(10px * 1580 / 1366);
    max-height: calc(10px * 1580 / 1366);
    background: url(../image/ico-window.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
  }

  .c-footer-lower .p-footer-ec-area .p-nav-ec-area .site a::after {
    content: "";
    width: calc(10 * 100 / 1366 * 1vw);
    height: calc(10 * 100 / 1366 * 1vw);
    max-width: calc(10px * 1580 / 1366);
    max-height: calc(10px * 1580 / 1366);
    background: url(../image/ico-window.svg) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
  }

  .c-footer-lower .p-footer-ec-area .p-nav-ec-area .site a:hover::after,
  .c-footer-lower .p-footer-ec-area .p-nav-ec-area .izumm a:hover::after {
    filter: invert(15%) sepia(40%) saturate(2106%) hue-rotate(310deg)
      brightness(82%) contrast(72%) opacity(0.8);
  }
}

.p-footer-copyright {
  font-size: calc(10 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(10 * 100 / 1366 * 1vw), calc(10px * 1580 / 1366));
  color: var(--color-text4);
  font-family: var(--font-english);
}

.c-navi-list-inner .u-nolink {
  font-family: var(--font-english);
  color: #c1beba;
}

@media screen and (max-width: 767px) {
  .c-navi {
    padding: 0;
  }
  .c-navi-list {
    padding: calc(120 * 100 / 375 * 1vw) calc(30 * 100 / 375 * 1vw)
      calc(30 * 100 / 375 * 1vw);
    border-bottom: 1px solid #e5e4df;
    margin-bottom: calc(30 * 100 / 375 * 1vw);
  }

  .c-navi-list-inner-list {
    margin: calc(16 * 100 / 375 * 1vw);
    margin-top: calc(20 * 100 / 375 * 1vw);
  }

  .c-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .c-footer-upper {
    flex-direction: column;
    width: 100%;
  }

  .c-footer-menu ul.p-footer-item {
    padding: 0;
    margin: 0;
    border: none;
  }

  .c-footer-menu li {
    margin-bottom: 0;
  }

  .c-footer-lower2 {
    /*display: flex;*/
    padding-top: calc(54 * 100 / 375 * 1vw);
  }
  .c-pagetop {
    position: absolute;
    order: 1;
    padding-right: calc(15 * 100 / 375 * 1vw);
    padding-bottom: calc(20 * 100 / 375 * 1vw);
  }
  .c-pagetop a {
    font-size: calc(11 * 100 / 375 * 1vw);
    padding: calc(10 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw);
  }
  .c-pagetop a::before {
    width: calc(5 * 100 / 375 * 1vw);
    height: calc(5 * 100 / 375 * 1vw);
    bottom: 100%;
  }
  .c-footer-logo {
    order: 3;
    margin-right: 0;
    margin-top: calc(60 * 100 / 375 * 1vw);
  }
  .c-footer-logo--img {
    width: calc(139 * 100 / 375 * 1vw);
  }
  .c-footer-menu {
    order: 2;
    width: 100%;
    margin-right: auto;
    position: static;
    flex-direction: column;
    padding: calc(80 * 100 / 375 * 1vw) calc(25 * 100 / 375 * 1vw)
      calc(15 * 100 / 375 * 1vw);
    padding-left: calc(40 * 100 / 375 * 1vw);
    padding-bottom: calc(42 * 100 / 375 * 1vw);
    border-bottom: 1px solid #e5e4df;
    margin-top: 0;
  }
  .c-footer-menu li {
    width: 100%;
    /*margin-bottom: calc(20 * 100 / 375 * 1vw);*/
  }
  .c-footer-menu li a {
    font-size: calc(13 * 100 / 375 * 1vw);
    padding-left: calc(30 * 100 / 375 * 1vw);
  }
  .c-footer-menu li a::before {
    width: calc(6 * 100 / 375 * 1vw);
    height: calc(5 * 100 / 375 * 1vw);
    left: calc(10 * 100 / 375 * 1vw);
    background: url(../image/ico-arrow-gray.svg) 0 0 no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .c-footer-lower {
    flex-direction: column;
    /*justify-content: center;
    align-items: center;*/
    text-align: center;
    margin-top: calc(45 * 100 / 375 * 1vw);
    padding-bottom: calc(20 * 100 / 375 * 1vw);
  }

  .p-nav-ec-area {
    margin-top: calc(15 * 100 / 375 * 1vw);
  }

  .p-nav-ec-area .p-nav-item {
    padding-bottom: calc(10 * 100 / 375 * 1vw);
  }

  .c-navi .p-nav-ec-area {
    padding: calc(10 * 100 / 375 * 1vw) calc(40 * 100 / 375 * 1vw);
    padding-bottom: calc(100 * 100 / 375 * 1vw);
  }

  .c-navi .p-nav-ec-area .p-nav-item {
    padding-bottom: calc(30 * 100 / 375 * 1vw);
  }

  .c-navi .p-nav-ec-area .p-nav-item a {
    padding-bottom: calc(25 * 100 / 375 * 1vw);
    font-size: calc(13 * 100 / 375 * 1vw);
  }

  .p-nav-ec-area .p-nav-item a {
    font-family: var(--font-english);
    color: #c1beba;
    font-size: calc(11 * 100 / 375 * 1vw);
    letter-spacing: 0.12em;
    font-weight: bold;
    font-family: var(--font-main);
  }

  .p-nav-ec-area .p-nav-item a::after {
    content: "";
    position: absolute;
    width: calc(10 * 100 / 375 * 1vw);
    height: calc(10 * 100 / 375 * 1vw);
    background: url(../image/ico-window.svg) 0 0 no-repeat;
  }
  .c-footer--copyright {
    font-size: calc(12 * 100 / 375 * 1vw);
  }

  .c-navi-list-inner .u-nolink {
    font-size: calc(14 * 100 / 375 * 1vw);
  }
  .p-footer-item {
    padding-top: calc(20 * 100 / 375 * 1vw);
  }
}

/* Toppage
=====================================================================*/
/*ローディング画面*/

#p-toploading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.c-toploading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background: #f6f5f1;
  position: relative;
}

/* mv */
#luxy {
  position: absolute;
}

#p-home-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--color-base1);
}
#p-home-top {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.c-home-mv {
  width: calc(1366 * 100 / 1366 * 1vw);
  height: auto;
  height: 100vh;
  position: relative;
}
.c-home-mv-img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 19;
}

.copy-text {
  opacity: 0;
  padding-left: 2%;
  font-family: "Shippori Mincho B1", serif;
}

.copy-fixed {
  font-family: "Shippori Mincho B1", serif;
  font-size: calc(34 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(34 * 100 / 1366 * 1vw), calc(34px * 1580 / 1366));
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-align: center;
  position: absolute;
  top: 38% !important;
  left: 2% !important;
  position: fixed;
  z-index: 10;
  text-shadow: 0px 0px 7px rgb(140 130 117 / 50%);
  pointer-events: none;
}
.copy-fixed .luxy-el {
  color: #fff;
}

.copy-fixed.copy-filter {
  background: #f6f5f1;
}
.copy-fixed.copy-filter .luxy-el {
  color: #f6f5f1;
  filter: invert(100%) grayscale(100%) contrast(100);
  transition: all 0.5s ease;
}
.copy-fixed .top-en {
  display: block;
  font-family: var(--font-english);
  font-size: calc(16 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(16 * 100 / 1366 * 1vw), calc(16px * 1580 / 1366));
  padding-top: calc(20 * 100 / 1366 * 1vw);
  padding-right: calc(29 * 100 / 1366 * 1vw);
  letter-spacing: 0.08em;
}
.copy-fixed.copy-none {
  display: none;
}

.midnightHeader.default .u-subtitle {
  color: #000;
}
.midnightHeader.white .u-subtitle {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-home-mv {
    width: 100vw;
    height: 100vh;
  }

  .copy-fixed {
    font-size: calc(25 * 100 / 375 * 1vw);
    top: 40% !important;
    left: 6% !important;
  }

  .copy-text {
    padding-left: 6%;
  }

  .copy-fixed .top-en {
    padding-top: calc(20 * 100 / 375 * 1vw);
    padding-right: calc(25 * 100 / 375 * 1vw);
  }

  .c-toploading--img svg {
    width: calc(206 * 100 / 375 * 1vw);
    height: auto;
  }
}

/* concept */
#p-home-concept {
  background: #fafaf8 url(../image/bg-homeconcept.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

@media screen and (max-width: 767px) {
  #p-home-concept {
    background: #fafaf8 url(../image/bg-homeconcept_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.c-home-concept {
  display: flex;
  flex-direction: column;
  padding: calc(120 * 100 / 1366 * 1vw) 0 calc(130 * 100 / 1366 * 1vw);
  margin: 0 auto;
  text-align: center;
}

.c-home-read-txt {
  padding-top: calc(28 * 100 / 1366 * 1vw);
  /* background: url(../image/bg_text.png) repeat-x; */
  -webkit-animation: bgroop_pc 50s linear infinite;
  animation: bgroop_pc 50s linear infinite;
}

@media screen and (max-width: 767px) {
  .c-home-concept {
    padding: calc(90 * 100 / 375 * 1vw) 0;
    padding-bottom: calc(150 * 100 / 375 * 1vw);
    width: 100%;
  }
}

@keyframes bgroop_pc {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1366px 0;
  }
}

@media screen and (max-width: 767px) {
  .c-home-read-txt {
    background: none;
  }
  #p-home-concept h2.c-home-concept--title {
    background: url(../image/bg_text_sp.png) repeat-x center bottom;
    -webkit-animation: bgroop 50s linear infinite;
    animation: bgroop 50s linear infinite;
  }

  .c-home-concept .c-sec-title .u-subtitle {
    padding-left: 0;
    font-size: calc(25 * 100 / 375 * 1vw);
    font-weight: 500;
  }
}

@keyframes bgroop {
  from {
    background-position: 0 bottom;
  }
  to {
    background-position: -375px bottom;
  }
}

.c-home-concept-box1 {
  width: 100%;
}

.c-home-concept--txt {
  margin-bottom: calc(55 * 100 / 1366 * 1vw);
}
.c-home-concept--txt p {
  line-height: 2.9;
  font-weight: bold;
  color: #706864;
}

@media screen and (max-width: 768px) {
  .c-home-concept--txt p {
    line-height: 2;
  }
}
@media screen and (min-width: 1580px) {
  .c-home-concept--txt {
    margin-bottom: calc(60px * 1580 / 1366);
  }
}
@media screen and (max-width: 767px) {
  .c-home-concept-box1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: initial;
    padding: 0 calc(15 * 100 / 375 * 1vw);
  }
  .c-home-concept--txt {
    margin-bottom: calc(35 * 100 / 375 * 1vw);
  }
}
.c-home-read {
  width: 100%;
  height: calc(690 * 100 / 1336 * 1vw);
  border-bottom: 1px solid #e5e4df;
}
@media screen and (max-width: 767px) {
  .c-home-read {
    width: 100%;
    height: calc(761 * 100 / 375 * 1vw);
  }
}

/*---  home-contents   ---*/
.c-home-cotents {
  width: 100%;
  padding: calc(110 * 100 / 1366 * 1vw) 0 calc(140 * 100 / 1366 * 1vw);
  padding-left: calc(84 * 100 / 1366 * 1vw);
  border-bottom: 1px solid #e5e4df;
}
@media screen and (max-width: 767px) {
  .c-home-cotents {
    width: 100%;
    padding: calc(80 * 100 / 375 * 1vw) 0;
    padding-left: calc(38 * 100 / 375 * 1vw);
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1580px) {
  .c-home-cotents {
    width: 100%;
    padding: calc(110px * 1580 / 1366) 0 calc(50px * 1580 / 1366);
    padding-left: calc(84px * 1580 / 1366);
  }
}

.c-home-contents-box {
  /*width: calc(1200 * 100 / 1366 * 1vw);
  height: calc(450 * 100 / 1366 * 1vw);*/
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-home-contents-box {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1580px) {
  .c-home-contents-box {
    min-height: 520px;
  }
}

.main-slider .slide-item {
  display: flex;
}
@media screen and (max-width: 767px) {
  .main-slider .slide-item {
    flex-direction: column;
    width: calc(300 * 100 / 375 * 1vw);
    margin-right: calc(25 * 100 / 375 * 1vw);
  }
}

.main-slider .slide-item-img {
  width: calc(450 * 100 / 1366 * 1vw);
  height: calc(450 * 100 / 1366 * 1vw);
  margin-right: calc(60 * 100 / 1366 * 1vw);
}
@media screen and (min-width: 1580px) {
  .main-slider .slide-item-img {
    width: calc(450px * 1580 / 1366);
    height: calc(450px * 1580 / 1366);
  }
}

.main-slider .slide-item-img img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .main-slider .slide-item-img {
    width: calc(300 * 100 / 375 * 1vw);
    height: calc(300 * 100 / 375 * 1vw);
    margin: 0 auto;
  }
}

.c-home-contents-box1 {
  width: calc(600 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-home-contents-box1 {
    width: calc(300 * 100 / 375 * 1vw);
    padding-top: calc(15 * 100 / 375 * 1vw);
    margin: 0 auto;
  }
}
@media screen and (min-width: 1580px) {
  .c-home-contents-box1 {
    width: calc(600px * 1580 / 1366);
  }
}

.c-home-contents-box2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(770 * 100 / 1366 * 1vw);
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

@media screen and (min-width: 1580px) {
  .c-home-contents-box2 {
    width: 62%;
  }
}
@media screen and (min-width: 1800px) {
  .c-home-contents-box2 {
    width: 67%;
  }
}

.c-home-contents-list--item {
  display: flex;
  align-items: center;
}

.c-home-contents-box1 a {
  text-decoration: none;
}

.c-home-contents-list--date {
  position: relative;
  font-size: calc(15 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(15 * 100 / 1366 * 1vw), calc(15px * 1580 / 1366));
  padding-right: calc(18 * 100 / 1366 * 1vw);
  margin-top: calc(5 * 100 / 1366 * 1vw);
  font-weight: 600;
  color: #9b9592;
  font-family: var(--font-japanese);
}
@media screen and (max-width: 767px) {
  .c-home-contents-list--date {
    font-size: calc(12 * 100 / 375 * 1vw);
    padding-right: calc(10 * 100 / 375 * 1vw);
  }
}
@media screen and (min-width: 1580px) {
  .c-home-contents-list--date {
    padding-right: calc(18px * 1580 / 1366);
  }
}
.c-home-contents-list--date::after {
  content: "";
  display: block;
  width: calc(10 * 100 / 1366 * 1vw);
  max-width: calc(10px * 1580 / 1366);
  height: 1px;
  background-color: var(--color-line2);
  position: absolute;
  right: calc(-5 * 100 / 1366 * 1vw);
  top: 50%;
}
.c-home-contents-list--category {
  padding: calc(4 * 100 / 1366 * 1vw) calc(8 * 100 / 1366 * 1vw);
  margin-right: calc(8 * 100 / 1366 * 1vw);
  margin-top: calc(5 * 100 / 1366 * 1vw);
  color: #392e29;
  font-size: calc(11 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(12 * 100 / 1366 * 1vw), calc(12px * 1580 / 1366));
  border: 1px solid #d4d2d0;
  color: var(--color-accent);
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-home-contents-list--category {
    font-size: calc(10 * 100 / 375 * 1vw);
    padding: calc(4 * 100 / 375 * 1vw) calc(6 * 100 / 375 * 1vw);
  }
}

.c-home-contents-list--title {
  text-align: left;
  font-size: calc(22 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(22 * 100 / 1366 * 1vw), calc(22px * 1580 / 1366));
  padding-top: calc(28 * 100 / 1366 * 1vw);
  font-family: var(--font-japanese);
  letter-spacing: 0.12em;
  line-height: 1.7;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-home-contents-list--title {
    font-size: calc(16 * 100 / 375 * 1vw);
    padding-top: calc(17 * 100 / 375 * 1vw);
  }
}
@media screen and (min-width: 1580px) {
  .c-home-contents-list--title {
    padding-top: calc(28px * 1580 / 1366);
  }
}
.c-home-contents-list--text {
  text-align: left;
  font-size: calc(13 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  padding-top: calc(20 * 100 / 1366 * 1vw);
  font-weight: bold;
  color: #9b9592;
}

@media screen and (max-width: 767px) {
  .c-home-contents-list--text {
    font-size: calc(11 * 100 / 375 * 1vw);
    padding-top: calc(15 * 100 / 375 * 1vw);
  }
}
@media screen and (min-width: 1580px) {
  .c-home-contents-list--text {
    padding-top: calc(20px * 1580 / 1366);
  }
}
.c-home-contents-list--text .more {
  padding-top: calc(20 * 100 / 1366 * 1vw);
  font-family: var(--font-english);
  font-size: calc(14 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
  font-weight: normal;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .c-home-contents-list--text .more {
    padding-top: calc(2 * 100 / 375 * 1vw);
    font-size: calc(14 * 100 / 375 * 1vw);
  }
}
@media screen and (min-width: 1580px) {
  .c-home-contents-list--text .more {
    padding-top: calc(20px * 1580 / 1366);
  }
}
.c-home-contents-list--text .more .btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #87817d;
  padding-left: calc(20 * 100 / 1366 * 1vw);
}
.c-home-contents-list--text .more .btn:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(7 * 100 / 1366 * 1vw);
  height: calc(5 * 100 / 1366 * 1vw);
  max-width: calc(7px * 1580 / 1366);
  max-height: calc(5px * 1580 / 1366);
  background: url(../image/ico-arrow-red.svg) 0 0 no-repeat;
  background-size: contain;
  top: calc(50% - 2px);
  left: 0;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1580px) {
  .c-home-contents-list--text .more .btn {
    display: inline-block;
    position: relative;
    padding-left: calc(20px * 1580 / 1366);
  }

  .c-home-contents-list--text .more span:before {
    width: calc(7px * 1580 / 1366);
    height: calc(5px * 1580 / 1366);
    max-width: calc(7px * 1580 / 1366);
    max-height: calc(5px * 1580 / 1366);
  }
}

@media screen and (max-width: 767px) {
  .c-home-contents-list--text .more .btn {
    display: inline-block;
    position: relative;
    padding-left: calc(20 * 100 / 375 * 1vw);
  }

  .c-home-contents-list--text .more .btn:before {
    top: calc(50% - 2px);
    left: calc(0 * 100 / 375 * 1vw);
    width: calc(6 * 100 / 375 * 1vw);
    height: calc(7 * 100 / 375 * 1vw);
    max-width: 6px;
    max-height: 7px;
  }
}

.c-home-contents-box1 a:hover .more .btn {
  color: #706864;
}
.c-home-contents-box1 a:hover .more .btn:before {
  left: calc(5 * 100 / 1366 * 1vw);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-home-contents-box1 a:hover .more .btn:before {
    left: calc(5 * 100 / 375 * 1vw);
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 1580px) {
  .c-home-contents-box1 a:hover .more .btn:before {
    left: calc(5px * 1580 / 1366);
    transition: all 0.3s ease;
  }
}

.thumbnail_slider div {
  transition: none;
}

.sub-slider {
  display: flex;
  justify-content: space-between;
  padding-top: calc(30 * 100 / 1366 * 1vw);
  margin-left: calc(-205 * 100 / 1366 * 1vw);
}
.sub-slider .slick-list {
  overflow: visible;
}
.sub-slider .slick-current {
  filter: brightness(0.55);
}
.sub-slider .slick-slide {
  transition: filter 0.3s ease;
}
@media screen and (min-width: 1580px) {
  .sub-slider {
    padding-top: calc(30px * 1580 / 1366);
    margin-left: calc(-205px * 1580 / 1366);
  }
}
.thumbnail_slider .thumbnail-item-img {
  width: calc(180 * 100 / 1366 * 1vw);
  height: calc(180 * 100 / 1366 * 1vw);
  margin-right: calc(25 * 100 / 1366 * 1vw);
}
@media screen and (min-width: 1580px) {
  .thumbnail_slider .thumbnail-item-img {
    width: calc(180px * 1580 / 1366);
    height: calc(180px * 1580 / 1366);
    margin-right: calc(25px * 1580 / 1366);
  }
}

.thumbnail_slider .thumbnail-item img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  .c-home-contents-subslide {
    display: none;
  }
}

/*---  home-business   ---*/
.c-home-business {
  width: 100%;
  padding: calc(80 * 100 / 1366 * 1vw) 0 calc(140 * 100 / 1366 * 1vw);
  background: #fafaf8;
  border-bottom: 1px solid #e5e4df;
  padding-top: calc(127 * 100 / 1366 * 1vw);
}

@media screen and (max-width: 767px) {
  .c-home-business {
    padding: calc(90 * 100 / 375 * 1vw) 0;
  }
}

.c-home-business .c-sec-title .u-subtitle {
  font-size: calc(30 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(30 * 100 / 1366 * 1vw), calc(30px * 1580 / 1366));
  padding: 0;
}

@media screen and (max-width: 767px) {
  .c-home-business .c-sec-title .u-subtitle {
    font-size: calc(22 * 100 / 375 * 1vw);
  }
}

.c-home-business--txt {
  /*padding-top: calc(10 * 100 / 1366 * 1vw);*/
  margin-bottom: calc(55 * 100 / 1366 * 1vw);
}
.c-home-business--txt p {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-home-business--txt {
    margin-bottom: 0;
    padding-top: 0;
  }
}

.c-home-business-box1 {
  width: 100%;
  max-width: 100%;
  padding-top: calc(18 * 100 / 1366 * 1vw);
}

.business-flex {
  min-height: 400px;
  clear: both;
  overflow: hidden;
  position: relative;
}

.izumm-flex {
  height: calc(520 * 100 / 1366 * 1vw);
  margin-bottom: calc(40 * 100 / 1366 * 1vw);
}
.institution-flex {
  height: calc(500 * 100 / 1366 * 1vw);
  margin-bottom: calc(65 * 100 / 1366 * 1vw);
}

.business-flex .business-flex-bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 400px;
  margin-bottom: calc(65 * 100 / 1366 * 1vw);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  transition: all 0.3s ease-out;
}

.izumm-flex .izumm-flex-bg::before {
  height: calc(520 * 100 / 1366 * 1vw);
  background-image: url(../image/bg_business01.jpg);
}
.institution-flex .institution-flex-bg::before {
  height: calc(500 * 100 / 1366 * 1vw);
  background-image: url(../image/bg_business02.jpg);
}

@media screen and (min-width: 768px) {
  .business-flex .business-flex-bg.is-hover::before {
    transform: scale(1.05);
  }
}

.business-flex-area {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1580px) {
  .izumm-flex {
    height: calc(520px * 1580 / 1366);
    margin-bottom: calc(40px * 1580 / 1366);
  }
  .institution-flex {
    height: calc(500px * 1580 / 1366);
    margin-bottom: calc(65px * 1580 / 1366);
  }

  .business-flex-area {
    width: calc(1200px * 1580 / 1366);
    clear: both;
    margin: 0 auto;
  }
}

.business-area {
  width: calc(600 * 100 / 1366 * 1vw);
  margin-top: calc(55 * 100 / 1366 * 1vw);
  margin-right: calc(83 * 100 / 1366 * 1vw);
  background-color: #fcfcfb;
  border-bottom-right-radius: 16% 26%;
  box-shadow: 3px 3px 30px rgb(140 130 117 / 50%);
}
.business-area a {
  text-decoration: none;
}
.institution-area-left {
  margin-left: calc(83 * 100 / 1366 * 1vw);
}

@media screen and (min-width: 1580px) {
  .business-area {
    width: calc(600px * 1580 / 1366);
    margin-top: calc(55px * 1580 / 1366);
    margin-right: 0;
    margin-left: 0;
    background-color: #fcfcfb;
    border-bottom-right-radius: 16% 26%;
  }
}

.institution-area-left {
  float: left;
}
.izumm-area-right {
  float: right;
}

.business-area .textarea {
  padding: calc(50 * 100 / 1366 * 1vw) calc(74 * 100 / 1366 * 1vw)
    calc(38 * 100 / 1366 * 1vw) calc(74 * 100 / 1366 * 1vw);
  text-align: left;
  position: relative;
}
@media screen and (min-width: 1580px) {
  .business-area .textarea {
    padding: calc(55px * 1580 / 1366) calc(55px * 1580 / 1366)
      calc(40px * 1580 / 1366) calc(55px * 1580 / 1366);
  }
}

.business-area .textarea .main {
  padding-top: calc(10 * 100 / 1366 * 1vw);
  line-height: 2.24;
  font-size: calc(13 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  font-weight: bold;
  color: #5f5652;
}
@media screen and (min-width: 1580px) {
  .business-area .textarea .main {
    padding-top: calc(10 * 100 / 1580 * 1vw);
    font-size: calc(13 * 100 / 1580 * 1vw);
    font-size: clamp(
      10px,
      calc(13 * 100 / 1366 * 1vw),
      calc(13px * 1580 / 1366)
    );
  }
}

.business-area .textarea .catch {
  font-size: calc(26 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(26 * 100 / 1366 * 1vw), calc(26px * 1580 / 1366));
  font-family: var(--font-japanese);
  font-weight: 600;
}
@media screen and (min-width: 1580px) {
  .business-area .textarea .catch {
    font-size: calc(26 * 100 / 1580 * 1vw);
    font-size: clamp(
      10px,
      calc(26 * 100 / 1366 * 1vw),
      calc(26px * 1580 / 1366)
    );
  }
}

.business-area .textarea .c-red {
  font-size: calc(13 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  color: #9f4b50;
  font-weight: bold;
}
@media screen and (min-width: 1580px) {
  .business-area .textarea .c-red {
    font-size: calc(13 * 100 / 1580 * 1vw);
    font-size: clamp(
      10px,
      calc(13 * 100 / 1366 * 1vw),
      calc(13px * 1580 / 1366)
    );
  }
}

.business-area .textarea .more {
  text-align: right;
}

.business-area .textarea .more .btn {
  display: inline-block;
  position: relative;
  padding-left: calc(20 * 100 / 1366 * 1vw);
  font-family: var(--font-english);
  color: #87817d;
}

.business-area .textarea .more .btn:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(7 * 100 / 1366 * 1vw);
  height: calc(5 * 100 / 1366 * 1vw);
  max-width: calc(7px * 1580 / 1366);
  max-height: calc(5px * 1580 / 1366);
  background: url(../image/ico-arrow-red.svg) 0 0 no-repeat;
  background-size: contain;
  top: calc(50% - 2px);
  left: 0;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1580px) {
  .business-area .textarea .more .btn {
    display: inline-block;
    position: relative;
    padding-left: calc(20px * 1580 / 1366);
  }

  .business-area .textarea .more span:before {
    width: calc(7px * 1580 / 1366);
    height: calc(5px * 1580 / 1366);
    max-width: calc(7px * 1580 / 1366);
    max-height: calc(5px * 1580 / 1366);
  }
}

@media screen and (max-width: 768px) {
  .business-area .textarea .more .btn {
    display: inline-block;
    position: relative;
    padding-left: calc(20 * 100 / 375 * 1vw);
  }

  .business-area .textarea .more .btn:before {
    width: calc(5 * 100 / 375 * 1vw);
    height: calc(3 * 100 / 375 * 1vw);
    max-width: 6px;
    max-height: 4px;
    top: calc(50% - 2px);
    left: calc(5 * 100 / 375 * 1vw);
  }
}

.business-flex .business-flex-bg.is-hover .btn {
  color: #706864;
}
@media screen and (max-width: 768px) {
  .business-flex .business-flex-bg.is-hover .btn:before {
    left: calc(10 * 100 / 375 * 1vw);
    transition: all 0.3s ease;
  }
}

.business-flex .business-flex-bg.is-hover .btn:before {
  left: calc(5 * 100 / 1366 * 1vw);
  transition: all 0.3s ease;
}

@media screen and (min-width: 1580px) {
  .business-flex .business-flex-bg.is-hover .btn:before {
    left: calc(5px * 1580 / 1366);
    transition: all 0.3s ease;
  }
}

@media screen and (max-width: 767px) {
  .business-flex {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: calc(60 * 100 / 375 * 1vw);
    display: inherit;
    padding-top: 70%;
    overflow: visible;
  }
  .izumm-flex {
    height: auto;
    background-image: url(../image/bg_business01_sp.jpg);
  }
  .institution-flex {
    height: calc(590 * 100 / 375 * 1vw);
    background-image: url(../image/bg_business02_sp.jpg);
  }

  .business-flex .business-flex-bg {
    height: auto;
    margin-bottom: 0;
    background: none;
  }
  .business-flex .business-flex-bg::before {
    display: none;
  }

  .business-flex .business-flex-bg {
    height: auto;
    margin-bottom: 0;
    background: none;
  }

  .business-area {
    background-color: #fcfcfb;
    width: calc(345 * 100 / 375 * 1vw);
    margin: 0 auto 10px auto;
    border-bottom-right-radius: 25% 25%;
    position: relative;
    top: 0;
    float: none;
    box-shadow: 0px 0px 5px rgb(140, 130, 117, 0.1);
  }

  .institution-area-left {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 25% 25%;
  }

  .business-area .textarea {
    padding: calc(36 * 100 / 375 * 1vw) calc(27 * 100 / 375 * 1vw)
      calc(36 * 100 / 375 * 1vw) calc(28 * 100 / 375 * 1vw);
    font-size: calc(11 * 100 / 375 * 1vw);
    line-height: 2.1;
    letter-spacing: 0.8em;
  }

  .c-home-concept-box1 {
    display: block;
    align-items: center;
    width: 100%;
    max-width: initial;
    padding: 0 calc(15 * 100 / 375 * 1vw);
  }

  .c-home-concept-box1 .c-home-concept--txt p {
    text-align: center;
    line-height: 3;
  }
  .c-home-business .c-home-business--txt p {
    text-align: left;
    line-height: 1.8;
  }

  .c-home-business .c-home-business--txt {
    padding: 0 calc(15 * 100 / 375 * 1vw);
    margin-bottom: calc(20 * 100 / 375 * 1vw);
  }

  .c-home-business-box1 {
    padding: 0;
  }
  .c-home-concept--txt {
    /*margin-bottom: calc(74 * 100 / 375 * 1vw);*/
    text-align: left;
  }

  .c-home-concept--txt p {
    font-size: calc(13 * 100 / 375 * 1vw);
    text-align: left;
    line-height: 1.8;
  }

  .izumm-area-right .textarea .main,
  .institution-area-left .textarea .main {
    letter-spacing: 0.08em;
    font-size: calc(11 * 100 / 375 * 1vw);
    line-height: 2.1;
    margin-bottom: 0;
  }

  .izumm-area-right .textarea .c-red,
  .institution-area-left .textarea .c-red {
    font-size: calc(11 * 100 / 375 * 1vw);
    margin-bottom: calc(5 * 100 / 375 * 1vw);
    letter-spacing: 0.05em;
  }

  .izumm-area-right .textarea .catch,
  .institution-area-left .textarea .catch {
    font-size: calc(18 * 100 / 375 * 1vw);
    margin-bottom: calc(10 * 100 / 375 * 1vw);
    letter-spacing: 0.12em;
  }
}
/*----   For All   ---*/
#p-home-forall {
  display: flex;
  flex-direction: column;
  background: var(--color-base2);
  padding: calc(125 * 100 / 1366 * 1vw) 0 calc(140 * 100 / 1366 * 1vw);
}
.c-home-forall-area {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0;
}
.c-home-forall-box1 {
  width: 100%;
  max-width: 100%;
  padding-top: calc(18 * 100 / 1366 * 1vw);
}
.c-home-forall-box1 .c-home-forall--txt {
  margin-bottom: calc(52 * 100 / 1366 * 1vw);
}
.c-home-forall-box1 .c-home-forall--txt p {
  line-height: 1.8;
  text-align: center;
}
.forall-img-area {
  display: flex;
  justify-content: space-between;
  width: calc(955 * 100 / 1366 * 1vw);
  margin: 0 auto;
}
.forall-img-area a {
  font-size: calc(26 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(26 * 100 / 1366 * 1vw), calc(26px * 1580 / 1366));
  font-family: var(--font-japanese);
  color: var(--color-text2);
  text-decoration: none;
}

.forall-img:hover {
  filter: brightness(1.1);
  transition: filter 0.3s ease;
  cursor: pointer;
}

.forall-img {
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(200 * 100 / 1366 * 1vw);
  width: calc(460 * 100 / 1366 * 1vw);
  text-align: center;
  padding-top: calc(79 * 100 / 1366 * 1vw);
  text-align: center;
}
.sdgs-area-left {
  background-image: url(../image/bg_forall01.jpg);
}
.make-area-right {
  background-image: url(../image/bg_forall02.jpg);
}

@media screen and (max-width: 767px) {
  #p-home-forall {
    padding: calc(90 * 100 / 375 * 1vw) 0;
  }

  .forall-img {
    width: calc(345 * 100 / 375 * 1vw);
    height: calc(146 * 100 / 375 * 1vw);
    margin-bottom: calc(25 * 100 / 375 * 1vw);
    padding-top: calc(65 * 100 / 375 * 1vw);
    padding-top: calc(61 * 100 / 375 * 1vw);
  }
  .forall-img-area {
    display: flex;
    flex-direction: column;
    width: calc(345 * 100 / 375 * 1vw);
  }
  .forall-img-area a {
    font-size: calc(18 * 100 / 375 * 1vw);
    font-weight: 500;
  }
  .c-home-forall-box1 {
    padding-top: 0;
  }
  .c-home-forall-box1 .c-home-forall--txt p {
    text-align: left;
  }
}

/*-------------------------------------------------------------------------------*/

/* news */
#p-home-news {
  background: var(--color-base1);
}
.c-home-news {
  padding: calc(120 * 100 / 1366 * 1vw) 0 calc(110 * 100 / 1366 * 1vw);
  position: relative;
  text-align: center;
}

.c-home-news-area {
  width: calc(1053 * 100 / 1366 * 1vw);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-home-news--title {
  margin-bottom: calc(65 * 100 / 1366 * 1vw);
  font-size: calc(30 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(30 * 100 / 1366 * 1vw), calc(30px * 1580 / 1366));
  color: #392e29;
  font-weight: 600;
}
.c-home-news--title .en {
  display: block;
  font-size: calc(14 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
  color: var(--color-text3);
  font-family: var(--font-english);
  padding-top: calc(12 * 100 / 1366 * 1vw);
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .c-home-news--title {
    margin-bottom: calc(65 * 100 / 375 * 1vw);
    font-size: calc(22 * 100 / 375 * 1vw);
    color: var(--color-text4);
    font-weight: 600;
  }
  .c-home-news--title .en {
    display: block;
    font-size: calc(12 * 100 / 375 * 1vw);
    color: var(--color-text3);
    font-family: var(--font-english);
    padding-top: calc(12 * 100 / 375 * 1vw);
  }

  .c-home-news-area {
    width: 100%;
  }
}

.c-home-news-list {
  border-top: 1px solid var(--color-line1);
  width: calc(800 * 100 / 1366 * 1vw);
  max-width: calc(800 * 1580 / 1366);
  margin-bottom: calc(65 * 100 / 1366 * 1vw);
  margin-right: calc(47 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-home-news-list {
    margin-right: 0;
  }
}
.c-home-news-list li {
  border-bottom: 1px solid #e5e4df;
  padding: calc(20 * 100 / 1366 * 1vw) 0;
  padding-right: calc(10 * 100 / 1366 * 1vw);
}
@media screen and (min-width: 1580px) {
  .c-home-news-list li {
    padding: calc(20px * 1580 / 1366) 0;
    padding-right: calc(10px * 1580 / 1366);
  }
}

.c-home-news-list li:first-child {
  border-top: 1px solid #e5e4df;
}

.c-home-news-list--right {
  padding-left: calc(25 * 100 / 1366 * 1vw);
}
.c-home-news-list li a {
  display: flex;
  align-items: flex-start;
  height: calc(100 * 100 / 1366 * 1vw);
  max-height: calc(100px * 1580 / 1366);
  padding-left: calc(30 * 100 / 1366 * 1vw);
  padding-left: 0;
  position: relative;
  transition: all 0.3s ease;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .c-home-news-list li a:hover {
    color: var(--color-main3);
    padding-left: calc(10 * 100 / 1366 * 1vw);
  }
  .c-home-news-list li a:hover::before {
    animation: is-show 0.3s;
    opacity: 1;
  }
}
.c-home-news-list--item {
  display: flex;
  align-items: center;
}
.c-home-news-list--date {
  /*width: calc(100 * 100 / 1366 * 1vw);
  max-width: calc(100px * 1580 / 1366);*/
  position: relative;
  font-size: calc(12 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(12 * 100 / 1366 * 1vw), calc(12px * 1580 / 1366));
  padding-right: calc(18 * 100 / 1366 * 1vw);
  font-weight: 600;
  color: #9b9592;
  font-family: var(--font-japanese);
}
.c-home-news-list--date::after {
  content: "";
  display: block;
  width: calc(10 * 100 / 1366 * 1vw);
  max-width: calc(10px * 1580 / 1366);
  height: 1px;
  background-color: var(--color-line2);
  position: absolute;
  right: calc(-5 * 100 / 1366 * 1vw);
  top: 50%;
}
.c-home-news-list--category {
  padding: calc(4 * 100 / 1366 * 1vw) calc(8 * 100 / 1366 * 1vw);
  font-size: calc(12 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(12 * 100 / 1366 * 1vw), calc(12px * 1580 / 1366));
  border: 1px solid #d4d2d0;
  color: #9f4b50;
  font-weight: bold;
  border-radius: 1px;
  line-height: 1.3;
}
.c-home-news-list--title {
  text-align: left;
  flex: 1;
  font-size: calc(16 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(16 * 100 / 1366 * 1vw), calc(16px * 1580 / 1366));
  padding-top: calc(15 * 100 / 1366 * 1vw);
  font-weight: bold;
}

.c-home-news-list--photo img {
  width: calc(100 * 100 / 1366 * 1vw);
  height: calc(100 * 100 / 1366 * 1vw);
  object-fit: cover;
  border-radius: 3px;
}
@media screen and (min-width: 1580px) {
  .c-home-news {
    padding: calc(120px * 1580 / 1366) 0 calc(110px * 1580 / 1366);
  }
  .c-home-news--title {
    margin-bottom: calc(65px * 1580 / 1366);
  }

  .c-home-news-list--category {
    padding: calc(4px * 1580 / 1366) calc(8px * 1580 / 1366);
  }

  .c-home-news-list {
    margin-bottom: calc(60px * 1580 / 1366);
  }
  .c-home-news-list li a {
    padding-left: 0;
    height: calc(100px * 1580 / 1366);
  }
  .c-home-news-list li a:hover {
    padding-left: calc(10px * 1580 / 1366);
  }
  .c-home-news-list li a::before {
    margin-right: calc(14px * 1580 / 1366);
  }
  .c-home-news-list--date::after {
    right: -5px;
  }
  .c-home-news-list--photo img {
    width: calc(100px * 1580 / 1366);
    height: calc(100px * 1580 / 1366);
  }
}
@media screen and (max-width: 767px) {
  .c-home-news {
    padding: calc(80 * 100 / 375 * 1vw) calc(15 * 100 / 375 * 1vw)
      calc(80 * 100 / 375 * 1vw);
  }

  .c-home-news-area {
    display: flex;
    flex-direction: column;
    padding-bottom: calc(30 * 100 / 375 * 1vw);
  }
  .c-home-news--title {
    margin-bottom: calc(54 * 100 / 375 * 1vw);
  }

  .c-home-news-list {
    border-top-width: 1px;
    width: 100%;
    max-width: initial;
    margin-bottom: calc(35 * 100 / 375 * 1vw);
  }
  .c-home-news-list li {
    width: 100%;
    max-width: initial;
    border-bottom-width: 1px;
  }
  .c-home-news-list li a {
    display: flex;
    align-items: flex-start;
    height: auto;
    max-height: initial;
    padding: calc(15 * 100 / 375 * 1vw) 0 calc(20 * 100 / 375 * 1vw);
  }

  .c-home-news-list--photo img {
    width: calc(75 * 100 / 375 * 1vw);
    height: calc(75 * 100 / 375 * 1vw);
  }

  .c-home-news-list--right {
    padding-left: calc(13 * 100 / 375 * 1vw);
  }
  .c-home-news-list--item {
    margin-bottom: calc(5 * 100 / 375 * 1vw);
  }
  .c-home-news-list--date {
    width: calc(80 * 100 / 375 * 1vw);
    max-width: initial;
    font-size: calc(11 * 100 / 375 * 1vw);
  }
  .c-home-news-list--date::after {
    width: calc(10 * 100 / 375 * 1vw);
    height: 1px;
    max-width: initial;
    max-height: initial;
    right: calc(-5 * 100 / 375 * 1vw);
  }
  .c-home-news-list--category {
    width: auto;
    max-width: initial;
    font-size: calc(11 * 100 / 375 * 1vw);
    padding: calc(4 * 100 / 375 * 1vw) calc(6 * 100 / 375 * 1vw);
  }
  .c-home-news-list--title {
    padding-left: 0;
    font-size: calc(12 * 100 / 375 * 1vw);
    line-height: 1.7;
  }
}

/*---    brand   ---*/
#p-home-brand {
  background: var(--color-base2);
}

.c-home-brand {
  width: calc(1071 * 100 / 1366 * 1vw);
  margin: 0 auto;
  display: flex;
  padding: calc(81 * 100 / 1366 * 1vw) 0 calc(102 * 100 / 1366 * 1vw);
}

.c-home-brand-area {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-right: calc(88 * 100 / 1366 * 1vw);
}

.c-home-brand-area--b {
  padding-right: 0;
  padding-left: calc(88 * 100 / 1366 * 1vw);
  border-left: 1px solid #e5e4df;
}

.c-home-brand h3.brand-area-head {
  font-size: calc(26 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(26 * 100 / 1366 * 1vw), calc(26px * 1580 / 1366));
  line-height: 1.9;
  color: #9b9592;
  font-family: var(--font-english);
  font-weight: 400;
  padding-bottom: 0;
}
.c-home-brand-area h3.brand-area-head .underline {
  display: block;
  border-bottom: 1px solid #871e25;
  width: calc(30 * 100 / 1366 * 1vw);
  margin: 0 auto;
  margin-bottom: calc(40 * 100 / 1366 * 1vw);
}

.brand-area-img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(447 * 100 / 1366 * 1vw);
  margin: 0 auto;
  max-width: calc(447px * 1580 / 1366);
  padding-top: 0;
}

.brand-area-img-list-header {
  width: calc(120 * 100 / 1366 * 1vw);
  max-width: calc(120px * 1580 / 1366);
  height: calc(37 * 100 / 1366 * 1vw);
  max-height: calc(37px * 1580 / 1366);
  margin-bottom: calc(20 * 100 / 1366 * 1vw);
  position: relative;
}

.brand-area-img-list-img {
  height: 100%;
}
.brand-area-img-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1580px) {
  .c-home-brand {
    width: calc(1071px * 1580 / 1366);
    padding: calc(81px * 1580 / 1366) 0 calc(102px * 1580 / 1366);
  }
  .c-home-brand-area {
    padding-right: calc(88 * 100 / 1580 * 1vw);
  }
  .c-home-brand-area--b {
    padding-left: calc(88 * 100 / 1580 * 1vw);
  }
  .brand-area-img-list {
    width: calc(1163px * 1580 / 1366);
  }
  .brand-area-img-list-header {
    margin-bottom: calc(20 * 100 / 1580 * 1vw);
  }
}
@media screen and (max-width: 767px) {
  .c-home-brand {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .c-home-brand-area-img {
    padding-right: 0;
    padding-left: 0;
  }
  .c-home-brand-area {
    width: calc(295 * 100 / 375 * 1vw);
    margin: 0 auto;
    border-bottom: 1px solid #e5e4df;
    padding: 0;
  }
  .c-home-brand-area--b {
    border: 0;
    padding: 0;
  }
  .c-home-brand-area-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: calc(50 * 100 / 375 * 1vw) calc(15 * 100 / 375 * 1vw)
      calc(50 * 100 / 375 * 1vw);
  }
  .brand-area-img-list {
    align-items: center;
    width: calc(208 * 100 / 375 * 1vw);
    max-width: initial;
    margin: 0;
  }
  .brand-area-img-list li {
    width: calc(86 * 100 / 375 * 1vw);
    margin: 0 0 calc(15 * 100 / 375 * 1vw) 0;
    max-width: initial;
  }
  .brand-area-img-list-header {
    width: calc(85 * 100 / 375 * 1vw);
    height: calc(26 * 100 / 375 * 1vw);
    max-width: initial;
    max-height: initial;
    margin-right: calc(15 * 100 / 375 * 1vw);
    margin-bottom: 0;
    float: left;
  }
  .c-home-brand-area h3.brand-area-head {
    font-size: calc(22 * 100 / 375 * 1vw);
    line-height: 2.2;
  }

  .c-home-brand-area h3.brand-area-head .underline {
    width: calc(30 * 100 / 375 * 1vw);
    margin-bottom: calc(40 * 100 / 375 * 1vw);
  }
}

/* Phirosophy
=====================================================================*/

.breadcrumb {
  width: calc(1200 * 100 / 1366 * 1vw);
  margin: 0 auto;
  margin-top: calc(14 * 100 / 1366 * 1vw);
  text-align: left;
}
@media screen and (min-width: 1580px) {
  .breadcrumb {
    width: calc(1200px * 1580 / 1366);
    margin: 0 auto;
    margin-top: calc(14px * 1580 / 1366);
  }
}

.breadcrumb-list {
  text-align: left;
}
.breadcrumb img {
  vertical-align: middle;
}
.breadcrumb-list li {
  display: inline-block;
  vertical-align: middle;
  font-size: calc(11 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(11 * 100 / 1366 * 1vw), calc(11px * 1580 / 1366));
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: var(--color-text4);
  text-align: left;
  position: relative;
  white-space: nowrap;
  font-weight: 600;
}
.breadcrumb-list li a {
  display: inline-block;
  padding: 0 calc(30 * 100 / 1366 * 1vw) 0 0;
  color: var(--color-text);
  text-decoration: none;
  position: relative;
}
.breadcrumb-list li a::after {
  content: "";
  display: block;
  width: calc(7 * 100 / 1366 * 1vw);
  height: calc(7 * 100 / 1366 * 1vw);
  background: url(../image/ico-arrow-black.svg) 0 0 no-repeat;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: calc(10 * 100 / 1366 * 1vw);
  top: calc(50% - 3px);
}

.c-philosophy-top {
  width: 100%;
  overflow: hidden;
}
.c-pagetitle {
  padding-top: 225px;
  padding-bottom: 156px;
  text-align: center;
}
.c-pagetitle--philosophy {
  background: url(../image/bg_philosophy.png) center 60%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .c-pagetitle--philosophy {
    padding-top: calc(151 * 100 / 375 * 1vw);
    padding-bottom: calc(72 * 100 / 375 * 1vw);
    background-size: 90%;
    background-position: center 70%;
  }
}

.page-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: calc(35 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(35 * 100 / 1366 * 1vw), calc(35px * 1580 / 1366));
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--color-text4);
}
@media screen and (max-width: 767px) {
  .page-title {
    font-size: calc(22 * 100 / 375 * 1vw);
  }
}

.down h2 {
  color: var(--color-text1);
  font-size: calc(30 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(30 * 100 / 1366 * 1vw), calc(30px * 1580 / 1366));
  letter-spacing: 0.12em;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: calc(80 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .down h2 {
    font-size: calc(22 * 100 / 375 * 1vw);
    margin-bottom: calc(35 * 100 / 375 * 1vw);
  }
}
@media screen and (min-width: 1580px) {
  .down h2 {
    margin-bottom: calc(80px * 1580 / 1366);
  }
}

.down h2 .h2-en {
  font-family: var(--font-english);
  color: var(--color-text3);
  font-size: calc(14 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
  letter-spacing: 0.08em;
  display: block;
  text-align: center;
  padding-top: calc(11 * 100 / 1366 * 1vw);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .down h2 .h2-en {
    font-size: 12px;
    padding-top: calc(11 * 100 / 375 * 1vw);
  }
}

.down h3 {
  font-size: calc(30 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(30 * 100 / 1366 * 1vw), calc(30px * 1580 / 1366));
  letter-spacing: 0.12em;
  padding-bottom: calc(35 * 100 / 1366 * 1vw);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .down h3 {
    font-size: calc(22 * 100 / 375 * 1vw);
    padding-bottom: calc(30 * 100 / 375 * 1vw);
    font-weight: 600;
    line-height: 1.5;
  }
}

.down h3 .h3-en {
  font-family: var(--font-english);
  color: #9f4b50;
  font-size: calc(14 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
  letter-spacing: 0.08em;
  display: block;
  text-align: center;
  padding-bottom: calc(30 * 100 / 1366 * 1vw);
  font-weight: initial;
}
@media screen and (max-width: 767px) {
  .down h3 .h3-en {
    font-size: calc(12 * 100 / 375 * 1vw);
    padding-bottom: calc(20 * 100 / 375 * 1vw);
  }
}

#p-message {
  width: calc(1100 * 100 / 1366 * 1vw);
  /*width: 1100px;*/
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #p-message {
    width: 100%;
  }
}

.c-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(120 * 100 / 1366 * 1vw) 0 calc(140 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-message {
    padding: calc(70 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw)
      calc(94 * 100 / 375 * 1vw);
  }
}
.c-message .message-text {
  width: calc(1100 * 100 / 1366 * 1vw);
  max-width: 1100px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.8;
  color: var(--color-text4);
}
@media screen and (max-width: 767px) {
  .c-message .message-text {
    width: 100%;
    font-size: calc(13 * 100 / 375 * 1vw);
  }
}

@media screen and (min-width: 1580px) {
  .c-message .message-text {
    width: calc(1100px * 1580 / 1366);
    max-width: 1100px;
  }
}

.c-message .message-text p {
  padding-top: calc(25 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-message .message-text p {
    padding-top: calc(25 * 100 / 375 * 1vw);
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1580px) {
  .c-message .message-text p {
    padding-top: calc(25px * 1580 / 1366);
  }
}

.c-message .message-text .signature p {
  text-align: right;
  padding: 0;
  margin-top: calc(49 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-message .message-text .signature p {
    margin-top: calc(35 * 100 / 375 * 1vw);
  }
}

.c-mission {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid #e5e4df;
  padding-top: calc(130 * 100 / 1366 * 1vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-mission {
    padding: calc(80 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw) 0;
  }
}
.c-vision {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: calc(124 * 100 / 1366 * 1vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-vision {
    padding: calc(94 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw) 0;
  }
}

#p-value {
  border-bottom: 1px solid #e5e4df;
}

.c-value {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(1100 * 100 / 1366 * 1vw);
  margin: 0 auto;
  padding-top: calc(124 * 100 / 1366 * 1vw);
  padding-bottom: calc(144 * 100 / 1366 * 1vw);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-value {
    width: 100%;
    padding: calc(94 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw)
      calc(94 * 100 / 375 * 1vw);
  }
}
.c-mission .textarea,
.c-vision .textarea,
.c-value .textarea,
.c-value .value-text {
  color: var(--color-text4);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-mission .textarea p,
  .c-vision .textarea p,
  .c-value .textarea p,
  .c-value .value-text p {
    font-size: calc(13 * 100 / 375 * 1vw);
    text-align: left;
    line-height: 2;
  }
}
.c-value .textarea {
  margin-bottom: calc(38 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-value .textarea {
    font-size: calc(13 * 100 / 375 * 1vw);
  }
}
@media screen and (min-width: 1580px) {
  .c-value .textarea {
    margin-bottom: calc(38px * 1580 / 1366);
  }
}
.c-value .value-photo {
  margin-bottom: calc(45 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-value .value-photo {
    margin-bottom: calc(35 * 100 / 375 * 1vw);
  }
}

@media screen and (min-width: 1580px) {
  .c-value .value-photo {
    margin-bottom: calc(45px * 1580 / 1366);
  }
}

.value-photo img,
.message-photo img {
  border-radius: 3px;
}

#p-under-menu {
  padding-top: calc(100 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  #p-under-menu {
    width: 100%;
    padding: calc(55 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw)
      calc(43 * 100 / 375 * 1vw);
  }
}
.c-under-menu-items {
  width: calc(1140 * 100 / 1366 * 1vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: calc(75 * 100 / 1366 * 1vw);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-under-menu-items {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: calc(63 * 100 / 375 * 1vw);
  }
}
@media screen and (min-width: 1580px) {
  .c-under-menu-items {
    width: calc(1140px * 1580 / 1366);
    padding-bottom: calc(75px * 1580 / 1366);
  }
}

.c-under-menu-items .c-under-menu-item {
  width: 25%;
  height: calc(80 * 100 / 1366 * 1vw);
  text-align: center;
  border-right: 1px solid #e5e4df;
}

@media screen and (max-width: 767px) {
  .c-under-menu-items .c-under-menu-item {
    width: 100%;
    height: calc(74 * 100 / 375 * 1vw);
    padding: calc(25 * 100 / 375 * 1vw) 0 calc(25 * 100 / 375 * 1vw);
    text-align: left;
    border-right: none;
    border-bottom: 1px solid #e5e4df;
  }
}

@media screen and (min-width: 1580px) {
  .c-under-menu-items .c-under-menu-item {
    height: calc(80px * 1580 / 1366);
  }
}
.c-under-menu-items .c-under-menu-item:last-child {
  border-right: none;
}

.c-under-menu-items .c-under-menu-item a {
  font-family: var(--font-japanese);
  color: var(--color-text4);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.12em;
  font-size: calc(20 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(20 * 100 / 1366 * 1vw), calc(20px * 1580 / 1366));
  position: relative;
  display: inline-flex;
  height: 100%;
  align-items: center;
  padding-left: calc(25 * 100 / 1366 * 1vw);
  text-decoration: none;
}

@media screen and (min-width: 1580px) {
  .c-under-menu-items .c-under-menu-item a {
    padding-left: calc(25px * 1580 / 1366);
  }
}

.c-under-menu-items .c-under-menu-item a:hover {
  color: #9b9592;
}

@media screen and (max-width: 767px) {
  .c-under-menu-items .c-under-menu-item a {
    line-height: 1.8;
    font-size: calc(16 * 100 / 375 * 1vw);
    padding-left: calc(60 * 100 / 375 * 1vw);
    display: block;
  }
}

.c-under-menu-items .c-under-menu-item a::before {
  content: "";
  width: calc(7 * 100 / 1366 * 1vw);
  height: calc(6 * 100 / 1366 * 1vw);
  max-width: calc(7px * 1580 / 1366);
  max-height: calc(6px * 1580 / 1366);
  background: url(../image/ico-arrow-gray.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  transition: left 0.3s ease;
}

.c-under-menu-items .c-under-menu-item a:hover::before {
  background-image: url(../image/ico-arrow-red.svg);
  left: calc(6 * 100 / 1366 * 1vw);
}
@media screen and (min-width: 1580px) {
  .c-under-menu-items .c-under-menu-item a:hover::before {
    left: calc(6px * 1580 / 1366);
  }
}

@media screen and (max-width: 767px) {
  .c-under-menu-items .c-under-menu-item a::before {
    content: "";
    width: calc(7 * 100 / 375 * 1vw);
    height: calc(6 * 100 / 375 * 1vw);
    top: calc(50% - 2px);
    left: calc(35 * 100 / 375 * 1vw);
  }
  .c-under-menu-items .c-under-menu-item a:hover::before {
    left: calc(40 * 100 / 375 * 1vw);
  }
}

/* Business
=====================================================================*/
.c-business-top {
  width: 100%;
  overflow: hidden;
}
.c-pagetitle--business {
  background: url(../image/bg_business.png) center 60%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .c-pagetitle--business {
    padding-top: calc(151 * 100 / 375 * 1vw);
    padding-bottom: calc(72 * 100 / 375 * 1vw);
    background-size: 90%;
    background-position: center 70%;
  }
}
.c-businessmethod {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(120 * 100 / 1366 * 1vw) 0 calc(144 * 100 / 1366 * 1vw);
  border-bottom: 1px solid #e5e4df;
}

@media screen and (max-width: 767px) {
  .c-businessmethod {
    padding: calc(70 * 100 / 375 * 1vw) 0 calc(94 * 100 / 375 * 1vw);
  }
}

.c-businessmethod .businessmethod-text {
  width: calc(1100 * 100 / 1366 * 1vw);
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-businessmethod .businessmethod-text {
    width: 100%;
    text-align: left;
    padding: 0 calc(20 * 100 / 375 * 1vw);
    font-size: calc(25 * 100 / 1366 * 1vw);
    font-size: clamp(
      10px,
      calc(25 * 100 / 1366 * 1vw),
      calc(25px * 1580 / 1366)
    );
  }
}

.c-businessmethod .businessmethod-text p {
  font-weight: bold;
  line-height: 1.8;
  color: var(--color-text4);
  padding-bottom: calc(20 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-businessmethod .businessmethod-text p {
    font-size: calc(13 * 100 / 375 * 1vw);
  }
}

.c-businessmethod .businessmethod-text p:last-child {
  padding: 0;
}

#p-ec {
  padding: calc(130 * 100 / 1366 * 1vw) 0 calc(140 * 100 / 1366 * 1vw);
  border-bottom: 1px solid #e5e4df;
}

@media screen and (max-width: 767px) {
  #p-ec {
    padding: calc(80 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw)
      calc(90 * 100 / 375 * 1vw);
  }
}

.c-ec {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: calc(70 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-ec {
    margin-bottom: calc(60 * 100 / 375 * 1vw);
  }
}

.c-ec h3 .underline {
  display: block;
  border-bottom: 1px solid #871e25;
  width: calc(30 * 100 / 1366 * 1vw);
  margin: 0 auto;
  margin-top: calc(15 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  #p-ec h3,
  #p-institution h3 {
    font-weight: 600;
  }
  .c-ec h3 .underline {
    width: calc(30 * 100 / 375 * 1vw);
    margin-top: calc(15 * 100 / 375 * 1vw);
  }
}

.c-ec .textarea p {
  font-weight: bold;
  line-height: 1.8;
  color: var(--color-text4);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ec .textarea p {
    font-size: calc(13 * 100 / 375 * 1vw);
    text-align: left;
  }
}

.c-izumm {
  width: calc(1100 * 100 / 1366 * 1vw);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-izumm {
    width: 100%;
    padding: 0;
  }
}

.c-izumm .izumm-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: calc(140 * 100 / 1366 * 1vw);
}
.c-izumm .shop-area,
.c-izumm .sleep-area {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .c-izumm .izumm-area {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .c-izumm .gift-area,
  .c-izumm .shop-area,
  .c-izumm .sleep-area {
    margin-bottom: 0;
    margin-top: calc(90 * 100 / 375 * 1vw);
  }
  .c-izumm .sleep-area {
    margin-top: 0;
  }
}

.c-izumm .izumm-area-photo {
  width: calc(520 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-izumm .izumm-area-photo {
    width: 100%;
  }
}

.c-izumm .izumm-area-photo img {
  border-radius: 3px;
}

.c-izumm .izumm-area--right {
  display: flex;
  flex-direction: column;
  width: calc(510 * 100 / 1366 * 1vw);
  padding-top: calc(30 * 100 / 1366 * 1vw);
  margin: 0;
  float: none;
}
@media screen and (max-width: 767px) {
  .c-izumm .izumm-area--right {
    width: 100%;
    padding-top: calc(35 * 100 / 375 * 1vw);
    margin: 0;
    float: none;
  }
}

@media screen and (min-width: 1580px) {
  .c-izumm .izumm-area--right {
    padding-top: calc(45px * 1580 / 1366);
  }
}
.c-izumm .izumm-area--right .izumm-logo {
  width: calc(115 * 100 / 1366 * 1vw);
  height: auto;
  margin: 0 auto;
  margin-bottom: calc(30 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-izumm .izumm-area--right .izumm-logo {
    width: calc(90 * 100 / 375 * 1vw);
    margin-bottom: calc(15 * 100 / 375 * 1vw);
  }
}

.c-izumm .izumm-area--right h4 {
  font-weight: 600;
  letter-spacing: 0.12em;
  font-size: calc(25 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(25 * 100 / 1366 * 1vw), calc(25px * 1580 / 1366));
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-izumm .izumm-area--right h4 {
    font-size: calc(22 * 100 / 375 * 1vw);
    line-height: 1.8;
  }
}

.gift-area .izumm-area--right h4 span {
  font-weight: bold;
  display: block;
  font-size: calc(14 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
  font-family: var(--font-main);
  text-align: center;
  margin-bottom: calc(15 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .gift-area .izumm-area--right h4 span {
    margin-bottom: calc(15 * 100 / 375 * 1vw);
    font-size: calc(14 * 100 / 375 * 1vw);
  }
}

.c-izumm .izumm-area--right .izumm-area-text {
  font-weight: bold;
  line-height: 2;
  font-size: calc(13 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  color: var(--color-text4);
  margin-top: calc(35 * 100 / 1366 * 1vw);
  padding-top: calc(30 * 100 / 1366 * 1vw);
  padding-bottom: calc(20 * 100 / 1366 * 1vw);
  border-top: 1px solid #e5e4df;
}
@media screen and (max-width: 767px) {
  .c-izumm .izumm-area--right .izumm-area-text {
    line-height: 1.8;
    font-size: calc(13 * 100 / 375 * 1vw);
    margin-top: calc(30 * 100 / 375 * 1vw);
    padding-top: calc(25 * 100 / 375 * 1vw);
    padding-bottom: calc(30 * 100 / 375 * 1vw);
  }
  .c-izumm .izumm-area--right .izumm-area-text p {
    margin-top: calc(20 * 100 / 375 * 1vw);
  }
}
@media screen and (min-width: 1580px) {
  .c-izumm .izumm-area--right .izumm-area-text {
    margin-top: calc(40px * 1580 / 1366);
    padding-top: calc(44px * 1580 / 1366);
    padding-bottom: calc(50px * 1580 / 1366);
  }
}

.c-izumm .izumm-area--right .izumm-area-text p {
  padding-bottom: calc(20 * 100 / 1366 * 1vw);
}

.izumm-area-link-items {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  color: var(--color-text4);
  letter-spacing: 0.12em;
  font-size: calc(13 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
}
@media screen and (max-width: 767px) {
  .izumm-area-link-items {
    display: flex;
    flex-direction: row;
    font-size: calc(13 * 100 / 375 * 1vw);
  }

  .izumm-area-link-items .shop {
    margin-left: calc(25 * 100 / 375 * 1vw);
  }
  .izumm-area-link-items .shop:nth-child(4) {
    margin-left: 0;
  }

  .gift-area .izumm-area-link-items .shop,
  .shop-area .izumm-area-link-items .shop {
    margin-left: 0;
  }
}

.izumm-area-link-item a {
  display: inline-flex;
  align-items: center;
  padding: 0 calc(20 * 100 / 1366 * 1vw) calc(20 * 100 / 1366 * 1vw) 0;
  position: relative;
  color: rgba(114, 104, 100, 1);
  text-decoration: none;
}
.izumm-area-link-item a:hover {
  color: rgba(114, 104, 100, 0.7);
}

.shop a {
  padding-left: calc(45 * 100 / 1366 * 1vw);
}
.shop-last a {
  padding-left: calc(25 * 100 / 1366 * 1vw);
}

.gift-area .shop a,
.shop-area a {
  padding-left: calc(25 * 100 / 1366 * 1vw);
}

@media screen and (max-width: 767px) {
  .izumm-area-link-item a {
    padding: calc(0 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw)
      calc(0 * 100 / 375 * 1vw) calc(0 * 100 / 375 * 1vw);
    margin-bottom: calc(15 * 100 / 375 * 1vw);
  }
  .shop a {
    padding-left: calc(20 * 100 / 375 * 1vw);
    margin-bottom: 0;
  }
  .gift-area .shop a,
  .shop-area a {
    padding-left: calc(20 * 100 / 375 * 1vw);
  }
}

.izumm-area-link-item a::after {
  content: "";
  width: calc(10 * 100 / 1366 * 1vw);
  height: calc(10 * 100 / 1366 * 1vw);
  max-width: calc(10px * 1580 / 1366);
  max-height: calc(10px * 1580 / 1366);
  background: url(../image/ico-window.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  right: calc(5 * 100 / 1366 * 1vw);
  top: 0;
}
.izumm-area-link-item a:hover::after {
  filter: invert(15%) sepia(40%) saturate(2106%) hue-rotate(310deg)
    brightness(82%) contrast(72%) opacity(0.8);
}

.shop a::before {
  content: "";
  width: calc(16 * 100 / 1366 * 1vw);
  height: calc(16 * 100 / 1366 * 1vw);
  max-width: calc(16px * 1580 / 1366);
  max-height: calc(16px * 1580 / 1366);
  background: url(../image/ico-cart.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(20 * 100 / 1366 * 1vw);
  top: 0;
}

.shop-last a::before {
  content: "";
  width: calc(16 * 100 / 1366 * 1vw);
  height: calc(16 * 100 / 1366 * 1vw);
  max-width: 16px;
  max-height: 16px;
  background: url(../image/ico-cart.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.gift-area .shop a::before,
.shop-area .shop a::before {
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .izumm-area-link-item a::after {
    content: "";
    width: calc(10 * 100 / 375 * 1vw);
    height: calc(10 * 100 / 375 * 1vw);
    right: calc(5 * 100 / 375 * 1vw);
    top: 0;
  }

  .shop a::before {
    content: "";
    width: calc(16 * 100 / 375 * 1vw);
    height: calc(16 * 100 / 375 * 1vw);
    left: 0;
    top: 0;
  }
}

@media screen and (min-width: 1580px) {
  .gift-area .shop a,
  .shop-area .shop a {
    padding-left: calc(20px * 1580 / 1366);
  }
  .shop-last a::before {
    left: calc(5px * 1580 / 1366);
  }
  .gift-area .shop a::before,
  .shop-area .shop a::before {
    left: 0;
  }
}

.c-izumm .izumm-area--right .c-button {
  text-align: center;
  margin-top: calc(45 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-izumm .izumm-area--right .c-button {
    margin-top: calc(66 * 100 / 375 * 1vw);
  }
}

@media screen and (min-width: 1580px) {
  .c-izumm .izumm-area--right .c-button a {
    max-width: calc(320px * 1580 / 1366);
  }
  .c-izumm .izumm-area--right .c-button {
    text-align: center;
    margin-top: calc(65px * 1580 / 1366);
  }
}

#p-institution {
  padding: calc(130 * 100 / 1366 * 1vw) 0 calc(140 * 100 / 1366 * 1vw);
  border-bottom: 1px solid #e5e4df;
}
@media screen and (max-width: 767px) {
  #p-institution {
    padding: calc(80 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw)
      calc(50 * 100 / 375 * 1vw);
  }
}

.c-institution {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: calc(70 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-institution {
    margin-bottom: calc(60 * 100 / 375 * 1vw);
  }
}

.c-institution h3 .underline {
  display: block;
  border-bottom: 1px solid #871e25;
  width: calc(30 * 100 / 1366 * 1vw);
  margin: 0 auto;
  margin-top: calc(15 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-institution h3 .underline {
    width: calc(30 * 100 / 375 * 1vw);
    margin-top: calc(15 * 100 / 375 * 1vw);
  }
}

.c-institution .textarea p {
  font-weight: bold;
  line-height: 1.8;
  color: var(--color-text4);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-institution .textarea p {
    font-size: calc(13 * 100 / 375 * 1vw);
    text-align: left;
  }
}

/* News
=====================================================================*/

.c-pagetitle--news {
  background: url(../image/bg_news.png) center 60%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .c-pagetitle--news {
    padding-top: calc(151 * 100 / 375 * 1vw);
    padding-bottom: calc(72 * 100 / 375 * 1vw);
    background-size: 90%;
    background-position: center 70%;
  }
}

#p-news-area {
  border-bottom: 1px solid #e5e4df;
}

.c-news-area {
  text-align: center;
  padding: calc(120 * 100 / 1366 * 1vw) 0 calc(140 * 100 / 1366 * 1vw);
  /* max-width: 800px; */
  margin: 0 auto;
}
.c-news-area-inner {
  width: calc(800 * 100 / 1366 * 1vw);
  margin: 0 auto;
}
.full-line {
  padding: calc(35 * 100 / 1366 * 1vw) 0  calc(55 * 100 / 1366 * 1vw) 0;
  position: relative;
  border-top: #E5E4DF 1px solid;
}

.category-link {
  display: flex;
  flex-wrap: wrap;
  width: calc(800 * 100 / 1366 * 1vw);
  margin: 0 auto;
}
.category-link li a {
  display: block;
  padding: calc(10 * 100 / 1366 * 1vw) calc(13 * 100 / 1366 * 1vw);
  text-align: center;
  color: var(--color-text4);
  font-size: calc(12 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(12 * 100 / 1366 * 1vw), calc(12px * 1580 / 1366));
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  margin: 0 calc(12 * 100 / 1366 * 1vw);
}
@media screen and (min-width: 1580px) {
  .category-link li a {
    margin: 0 calc(10 * 100 / 1366 * 1vw);
  }
}
.category-link li.current a,
.category-link li.current-cat a {
  color: #9f4b50;
}
.category-link li a::before {
  content: "";
  width: calc(7 * 100 / 1366 * 1vw);
  height: calc(7 * 100 / 1366 * 1vw);
  max-width: 7px;
  max-height: 7px;
  background: url(../image/ico-arrow-black.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 0;
  top: calc(50% - 3px);
}
.category-link li.current a::before,
.category-link li.current-cat a::before {
  background: url(../image/ico-arrow-red.svg) 0 0 no-repeat;
  transform: none;
}
.category-link li a:hover{
  color: #9F4B50;
}
.category-link li a:hover::before {
  background: url(../image/ico-arrow-red.svg) 0 0 no-repeat;
  transform: none;
}

@media screen and (max-width: 767px) {
.pagenavi{
    margin-bottom: 0px;
  }
}

.c-news-box1 {
  width: calc(800 * 100 / 1366 * 1vw);
}

.c-news-list {
  border-top: 1px solid var(--color-line1);
  margin-bottom: calc(100 * 100 / 1366 * 1vw);
}

.c-news-list li {
  border-bottom: 1px solid #e5e4df;
  padding: calc(20 * 100 / 1366 * 1vw) 0;
}
@media screen and (min-width: 1580px) {
  .c-news-list li {
    padding: calc(25px * 1580 / 1366) 0;
  }
}
.c-news-list li:first-child {
  border-top: 1px solid #e5e4df;
}

.c-news-list--right {
  padding-left: calc(25 * 100 / 1366 * 1vw);
}
.c-news-list li a {
  display: flex;
  align-items: flex-start;
  height: calc(100 * 100 / 1366 * 1vw);
  max-height: calc(100 * 100 / 1366 * 1vw);
  padding-left: calc(30 * 100 / 1366 * 1vw);
  padding-left: 0;
  position: relative;
  transition: color 0.3s ease, padding 0.3s ease;
  text-decoration: none;
}

.c-news-list li a:hover {
  color: var(--color-text1);
  padding-left: calc(10 * 100 / 1366 * 1vw);
}

.c-news-list li a:hover::before {
  animation: is-show 0.3s;
  opacity: 1;
}
.c-news-list--item {
  display: flex;
  align-items: center;
}
.c-news-list--date {
  position: relative;
  font-size: calc(12 * 100 / 1366 * 1vw);
  padding-right: calc(20 * 100 / 1366 * 1vw);
  font-weight: 600;
  color: #9b9592;
  font-family: var(--font-japanese);
}
.c-news-list--category {
  padding: calc(4 * 100 / 1366 * 1vw) calc(8 * 100 / 1366 * 1vw);
  font-size: calc(12 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(12 * 100 / 1366 * 1vw), calc(12px * 1580 / 1366));
  border: 1px solid #d4d2d0;
  color: #9f4b50;
  font-weight: bold;
  border-radius: 1px;
  line-height: 1.3;
}
.c-news-list--title {
  text-align: left;
  flex: 1;
  font-size: calc(14 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
  padding-top: calc(15 * 100 / 1366 * 1vw);
  font-weight: bold;
  color: var(--color-text4);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: padding 0.3s ease, color 0.3s ease;
  padding-right: calc(10 * 100 / 1366 * 1vw);
}
.c-news-list li a:hover .c-news-list--title {
  color: var(--color-text1);
  padding-right: 0;
}

.c-news-list--photo img {
  border-radius: 3px;
  width: calc(100 * 100 / 1366 * 1vw);
  height: calc(100 * 100 / 1366 * 1vw);
  object-fit: cover;
}
@media screen and (min-width: 1580px) {
  .c-news {
    padding: 89px 0 103px;
  }
  .c-news--title {
    margin-bottom: 65px;
  }
  .c-news-list li a {
    padding-left: 0;
    height: 100px;
  }
  .c-news-list li a::before {
    margin-right: 14px;
  }
  .c-news-list--date::after {
    right: -5px;
  }
  .c-news-list--photo img {
    width: 100px;
    height: 100px;
  }
}

.pagenavi {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
}
.pagenavi .pages {
  display: none;
}
.pagenavi a,
.pagenavi .current {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  /*width: 40px;*/
  color: #706864;
  font-family: var(--font-japanese);
  font-weight: 700;
  position: relative;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
.pagenavi .current {
  color: var(--color-accent);
}
.page-numbers.page:hover {
  color: var(--color-accent);
}
.page-numbers.dots {
  font-size: 16px;
}
.previouspostslink,
.nextpostslink {
  width: 20px;
  overflow: hidden;
  text-indent: -999px;
}
.previouspostslink:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: url(../image/ico-arrow-black.svg) 0 0 no-repeat;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: calc(50% - 3px);
  left: 0;
}
.nextpostslink:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: url(../image/ico-arrow-black.svg) 0 0 no-repeat;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: calc(50% - 3px);
  right: 0;
}
.previouspostslink:hover:before {
  background: url(../image/ico-arrow-red.svg) 0 0 no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nextpostslink:hover:before {
  background: url(../image/ico-arrow-red.svg) 0 0 no-repeat;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  .c-c-pagetitle--news {
    padding-top: calc(151 * 100 / 375 * 1vw);
    padding-bottom: calc(72 * 100 / 375 * 1vw);
    background-size: 90%;
    background-position: center 70%;
  }
  .c-news-area {
    width: 100%;
    padding: 70px 0 0 0;
  }
  .c-news-area-inner {
    width: 100%;
    padding: 0 calc(20 * 100 / 375 * 1vw);
    margin: 0 auto;
  }
  .category-nav {
    width: 100%;
    margin: 0 auto calc(60 * 100 / 375 * 1vw) auto;
  }
  .full-line {
    padding: 0px;
    border-bottom: #E5E4DF 1px solid;
  }
  .full-line-bottom {
    padding-bottom: 0px;
  }
  select.category-select {
    border: none;
    background-color: initial;
    color: #9f4b50;
    font-family: var(--font-main);
    font-weight: 600;
    font-size: 14px;
    appearance: none;
    position: relative;
    width: 100%;
    text-align: left;
    padding: 15px 20px;
    background: url(../image/ico-arrow-red-down.svg) calc(100% - 25px) 50% no-repeat;
    background-size: 6px;
  }
  .select-container {
    position: relative;
  }
  .c-news-box1 {
    width: 100%;
  }
  .c-news-list {
    margin-right: 0;
    border-top-width: 1px;
    width: 100%;
    max-width: initial;
    margin-bottom: 90px;
  }
  .c-news-list li {
    width: 100%;
    max-width: initial;
    border-bottom-width: 1px;
    padding: initial;
  }
  .c-news-list li a {
    display: flex;
    align-items: flex-start;
    height: auto;
    max-height: initial;
    padding: 15px 0 20px;
  }

  .c-news-list--photo img {
    width: 75px;
    height: 75px;
  }

  .c-news-list--right {
    padding-left: 13px;
  }
  .c-news-list--item {
    margin-bottom: 5px;
  }
  .c-news-list--date {
    width: 80px;
    max-width: initial;
    font-size: 11px;
    padding-right: 12px;
  }
  .c-news-list--date::after {
    width: 10px;
    height: 1px;
    max-width: initial;
    max-height: initial;
    right: -5px;
  }
  .c-news-list--category {
    width: auto;
    max-width: initial;
    font-size: 11px;
    padding: 3px 7px;
  }
  .c-news-list--title {
    padding-left: 0;
    font-size: 12px;
    line-height: 1.7;
    width: 100%;
    padding-top: 5px;
  }
  .pagenavi a,
  .pagenavi .current {
    font-size: 14px;
  }
  .page-numbers.dots {
    font-size: 14px;
  }
}

/* News詳細
=====================================================================*/
#p-post-area {
  padding-bottom: calc(140 * 100 / 1366 * 1vw);
  border-bottom: 1px solid #e5e4df;
}
.c-post-area {
  padding: calc(130 * 100 / 1366 * 1vw) 0 0;
  width: calc(800 * 100 / 1366 * 1vw);
  margin: 0 auto;
}
.c-post-head {
  margin-bottom: calc(30 * 100 / 1366 * 1vw);
}
.c-post-date {
  position: relative;
  font-size: calc(13 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  padding-right: calc(20 * 100 / 1366 * 1vw);
  font-weight: 600;
  color: #9b9592;
  font-family: var(--font-japanese);
  display: inline-block;
}
.c-post-category {
  padding: calc(4 * 100 / 1366 * 1vw) calc(8 * 100 / 1366 * 1vw);
  font-size: calc(12 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(12 * 100 / 1366 * 1vw), calc(12px * 1580 / 1366));
  border: 1px solid #d4d2d0;
  color: #9f4b50;
  font-weight: bold;
  border-radius: 1px;
  display: inline-block;
  line-height: 1.3;
}
#p-news h1.c-post-title {
  padding-bottom: calc(30 * 100 / 1366 * 1vw);
  border-bottom: 1px solid #e5e4df;
  margin-bottom: calc(55 * 100 / 1366 * 1vw);
  font-size: calc(25 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(25 * 100 / 1366 * 1vw), calc(25px * 1580 / 1366));
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: var(--color-text1);
}
.c-post-body {
  padding-bottom: 100px;
  border-bottom: #DDD 1px solid;
}
.c-post-body p {
  font-family: var(--font-main);
  font-weight: 600;
  font-size: calc(13 * 100 / 1366 * 1vw);
  font-size: clamp(11px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  color: var(--color-text4);
  margin-bottom: calc(35 * 100 / 1366 * 1vw);
}
.c-post-body img {
  border-radius: 3px;
  /*width: 100%;*/
  width: auto;
  object-fit: cover;
  margin-bottom: calc(35 * 100 / 1366 * 1vw);
  margin-top: calc(10 * 100 / 1366 * 1vw);
}
.down .c-post-body h2 {
  font-size: calc(22 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(22 * 100 / 1366 * 1vw), calc(22px * 1580 / 1366));
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: var(--color-text4);
  margin-bottom: calc(25 * 100 / 1366 * 1vw);
  padding-top: calc(40 * 100 / 1366 * 1vw);
}
.down .c-post-body h3 {
  font-size: calc(20 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(20 * 100 / 1366 * 1vw), calc(20px * 1580 / 1366));
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: var(--color-text4);
  margin-bottom: calc(25 * 100 / 1366 * 1vw);
  padding-top: calc(40 * 100 / 1366 * 1vw);
  padding-bottom: 0;
}
.down .c-post-body h4 {
  font-size: calc(18 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(18 * 100 / 1366 * 1vw), calc(18px * 1580 / 1366));
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: var(--color-text4);
  margin-bottom: calc(25 * 100 / 1366 * 1vw);
  padding-top: calc(40 * 100 / 1366 * 1vw);
  padding-bottom: 0;
}
.c-post-body ul {
  margin-bottom: calc(35 * 100 / 1366 * 1vw);
}
.c-post-body li {
  font-family: var(--font-main);
  font-size: calc(13 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  font-weight: 600;
  line-height: 1.8;
  color: var(--color-text4);
  padding-left: calc(22 * 100 / 1366 * 1vw);
  position: relative;
}
.c-post-body li:before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 1%;
  height: calc(5 * 100 / 1366 * 1vw);
  width: calc(5 * 100 / 1366 * 1vw);
  background-color: var(--color-text4);
  border-radius: 50%;
}
.c-post-body a {
  font-family: var(--font-main);
  font-size: calc(13 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  font-weight: 600;
  line-height: 1.8;
  color: var(--color-text4);
  text-decoration: underline;
  position: relative;
}
.c-post-body a:hover {
  color: #9b9592;
}
/*
.c-post-body a:before {
  content: "";
  width: calc(7 * 100 / 1366 * 1vw);
  height: calc(7 * 100 / 1366 * 1vw);
  max-width: calc(7 * 100 / 1366 * 1vw);
  max-height: calc(7 * 100 / 1366 * 1vw);
  background: url(../image/ico-arrow-red.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  transition: left 0.3s ease;
}
.c-post-body a:hover:before {
  left: calc(5 * 100 / 1366 * 1vw);
}
*/

.c-recommend-topic {
  width: calc(800 * 100 / 1366 * 1vw);
  max-width: calc(800 * 100 / 1366 * 1vw);
  margin: 0 auto;
  text-align: center;
}
.c-recommend-topic .c-button {
  margin-top: calc(65 * 100 / 1366 * 1vw);
}
.c-recommend-list {
  border-bottom: 1px solid #e5e4df;
  padding: calc(35 * 100 / 1366 * 1vw) 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
}
.c-recommend-list li:nth-child(odd) {
  padding-right: calc(40 * 100 / 1366 * 1vw);
}
.c-recommend-list li:nth-child(2n) {
  padding-left: calc(40 * 100 / 1366 * 1vw);
  border-left: 1px solid #e5e4df;
}
.c-recommend-list li a {
  display: flex;
  transition: color 0.3s ease;
  text-decoration: none;
}
.c-recommend-list li a:hover .c-recommend-list--photo img {
  opacity: 0.8;
}
.c-recommend-list li .c-recommend-list--body {
  transition: color 0.3s ease;
}

.c-recommend-list li a:hover .c-recommend-list--body,
.c-recommend-list li a:hover .c-recommend-list--url {
  color: #9b9592;
}
.c-recommend-list li .c-recommend-list--url:before {
  transition: left 0.3s ease;
}
.c-recommend-list li a:hover .c-recommend-list--url:before {
  left: calc(5 * 100 / 1366 * 1vw);
}
.c-recommend-list--photo img {
  width: calc(100 * 100 / 1366 * 1vw);
  height: calc(100 * 100 / 1366 * 1vw);
  object-fit: cover;
  border-radius: 3px;
}
.c-recommend-list--right {
  padding-left: calc(20 * 100 / 1366 * 1vw);
  width: calc(250 * 100 / 1366 * 1vw);
}
.c-recommend-list--body {
  font-family: var(--font-main);
  font-size: calc(13 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  font-weight: 600;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  width: calc(230 * 100 / 1366 * 1vw);
  margin-bottom: calc(20 * 100 / 1366 * 1vw);
  text-decoration: none;
}
.c-recommend-list--url {
  font-family: var(--font-main);
  font-size: calc(11 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(11 * 100 / 1366 * 1vw), calc(11px * 1580 / 1366));
  font-weight: 600;
  line-height: 1.8;
  color: var(--color-text4);
  text-decoration: underline;
  padding-left: calc(17 * 100 / 1366 * 1vw);
  position: relative;
  word-break: break-all;
}
.c-recommend-list--url:before {
  content: "";
  width: calc(7 * 100 / 1366 * 1vw);
  height: calc(7 * 100 / 1366 * 1vw);
  max-width: 7px;
  max-height: 7px;
  background: url(../image/ico-arrow-red.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(6 * 100 / 1366 * 1vw);
}

.c-post-area .c-button {
  text-align: center;
  margin-top: calc(90 * 100 / 1366 * 1vw);
}
@media screen and (min-width: 1580px) {
  .c-recommend-topic .c-button {
    margin-top: calc(65px * 1580 / 1366);
  }
  .c-recommend-list--url:before {
    top: calc(6px * 1580 / 1366);
  }
  /*
  .c-post-body a:before {
    width: 10px;
    height: 6px;
    max-width: 10px;
    max-height: 6px;
    top: calc(50% - 4px);
  }
  .c-post-body a:hover:before {
    left: calc(5 * 1580 / 1366);
  }
  */
}
@media screen and (max-width: 767px) {
  #p-post-area {
    padding-bottom: calc(90 * 100 / 375 * 1vw);
    border-bottom: 1px solid #e5e4df;
  }
  .c-post-area {
    width: 100%;
    padding: calc(70 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw) 0;
  }
  .c-post-head {
    margin-bottom: calc(20 * 100 / 375 * 1vw);
  }
  .c-post-date {
    font-size: calc(12 * 100 / 375 * 1vw);
  }
  .c-post-category {
    padding: calc(3 * 100 / 375 * 1vw) calc(7 * 100 / 375 * 1vw);
    font-size: calc(10 * 100 / 375 * 1vw);
  }
  #p-news h1.c-post-title {
    padding-bottom: calc(20 * 100 / 375 * 1vw);
    border-bottom: 1px solid #e5e4df;
    margin-bottom: calc(45 * 100 / 375 * 1vw);
    font-size: calc(18 * 100 / 375 * 1vw);
  }
  .c-post-body p {
    font-size: calc(13 * 100 / 375 * 1vw);
    margin-bottom: calc(25 * 100 / 375 * 1vw);
  }
  .c-post-body img {
    border-radius: 3px;
    /*width: 100%;*/
    width: auto;
    object-fit: cover;
    margin-bottom: 0;
    margin-top: 0;
  }
  .c-post-body h2 {
    font-size: calc(16 * 100 / 375 * 1vw);
    margin-bottom: calc(15 * 100 / 375 * 1vw);
    padding-top: calc(30 * 100 / 375 * 1vw);
  }
  .c-post-body h3 {
    font-size: calc(15 * 100 / 375 * 1vw);
    margin-bottom: calc(15 * 100 / 375 * 1vw);
    padding-top: calc(30 * 100 / 375 * 1vw);
  }
  .c-post-body h4 {
    font-size: calc(15 * 100 / 375 * 1vw);
    margin-bottom: calc(15 * 100 / 375 * 1vw);
    padding-top: calc(30 * 100 / 375 * 1vw);
  }
  .c-post-body li {
    padding-left: calc(15 * 100 / 375 * 1vw);
  }
  .c-post-body a {
    font-size: calc(13 * 100 / 375 * 1vw);
  }

  .down .c-post-body h2 {
    font-size: calc(16 * 100 / 375 * 1vw);
    margin-bottom: calc(15 * 100 / 375 * 1vw);
    padding: 0;
  }
  .down .c-post-body h3 {
    font-size: calc(15 * 100 / 375 * 1vw);
    margin-bottom: calc(15 * 100 / 375 * 1vw);
    padding: 0;
  }
  .down .c-post-body h4 {
    font-size: calc(14 * 100 / 375 * 1vw);
    font-weight: 600;
    margin-bottom: calc(15 * 100 / 1366 * 1vw);
    padding: 0;
  }

  /*
  .c-post-body a:before {
    content: "";
    width: calc(6 * 100 / 375 * 1vw);
    height: calc(7 * 100 / 375 * 1vw);
    max-width: initial;
    max-height: initial;
    left: calc(1 * 100 / 375 * 1vw);
  }*/

  .c-recommend-topic {
    width: 100%;
    max-width: initial;
    padding: 0px calc(20 * 100 / 375 * 1vw) 0px;
  }
  .c-recommend-topic .c-button {
    margin-top: calc(65 * 100 / 375 * 1vw);
  }
  .c-recommend-list {
    border-top: none;
    border-bottom: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
  }
  .c-recommend-list li:nth-child(odd) {
    padding: calc(25 * 100 / 375 * 1vw) 0 calc(30 * 100 / 375 * 1vw);
  }
  .c-recommend-list li:nth-child(2n) {
    padding: calc(25 * 100 / 375 * 1vw) 0 calc(30 * 100 / 375 * 1vw);
    border-top: 1px solid #e5e4df;
    border-bottom: 1px solid #e5e4df;
    border-left: none;
  }
  .c-recommend-list--photo img {
    width: calc(80 * 100 / 375 * 1vw);
    height: calc(80 * 100 / 375 * 1vw);
    object-fit: cover;
    border-radius: 3px;
  }
  .c-recommend-list--right {
    padding-left: calc(15 * 100 / 375 * 1vw);
    width: calc(245 * 100 / 375 * 1vw);
  }
  .c-recommend-list--body {
    width: 100%;
    font-size: calc(12 * 100 / 375 * 1vw);
    margin-bottom: calc(13 * 100 / 375 * 1vw);
  }
  .c-post-area .c-button {
    margin-top: calc(90 * 100 / 375 * 1vw);
  }
  .c-recommend-list--url {
    padding-left: calc(17 * 100 / 375 * 1vw);
  }
  .c-recommend-list--url:before {
    width: calc(7 * 100 / 375 * 1vw);
    height: calc(7 * 100 / 375 * 1vw);
    top: calc(5 * 100 / 375 * 1vw);
  }
}

/* Case
=====================================================================*/

.c-pagetitle--case {
  background: url(../image/bg_case.png) center 60%;
  background-repeat: no-repeat;
}
.c-h-case {
  font-family: var(--font-japanese);
  font-size: calc(34 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(34 * 100 / 1366 * 1vw), calc(34px * 1580 / 1366));
  font-weight: 600;
  color: var(--color-text1);
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: calc(25 * 100 / 1366 * 1vw) !important;
}
.c-h-case .underline {
  display: block;
  border-bottom: 1px solid #871e25;
  width: calc(30 * 100 / 1366 * 1vw);
  margin: 0 auto;
  margin-top: calc(15 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-pagetitle--case {
    padding-top: calc(151 * 100 / 375 * 1vw);
    padding-bottom: calc(72 * 100 / 375 * 1vw);
    background-size: 90%;
    background-position: center 70%;
  }
  .c-h-case {
    font-size: calc(22 * 100 / 375 * 1vw);
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: calc(25 * 100 / 375 * 1vw) !important;
  }
  .c-h-case .underline {
    width: calc(30 * 100 / 375 * 1vw);
    margin-top: calc(15 * 100 / 375 * 1vw);
  }
}
#p-case-area {
  border-bottom: 1px solid #e5e4df;
}

.c-case-area {
  text-align: center;
  padding: calc(40 * 100 / 1366 * 1vw) 0 calc(140 * 100 / 1366 * 1vw);
  margin: 0 auto;
}
.c-case-area-inner {
  width: calc(1100 * 100 / 1366 * 1vw);
  margin: 0 auto;
}
.c-case-area-intro {
  margin: 0 auto calc(40 * 100 / 1366 * 1vw) auto;
}
.c-case-area-intro .textarea p {
  font-weight: bold;
  line-height: 1.8;
  color: var(--color-text4);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #p-case-area {
    margin: 0 auto calc(40 * 100 / 375 * 1vw) auto;
  }
  .c-case-area-intro {
    margin: 0 auto calc(40 * 100 / 375 * 1vw) auto;
    padding: 0 calc(20 * 100 / 375 * 1vw);
  }
  .c-case-area-intro .textarea p {
    font-size: calc(13 * 100 / 375 * 1vw);
    text-align: left;
  }
  .c-case-area {
    width: 100%;
    padding: 40px 0 0 0;
  }
  .c-case-area-inner {
    width: 100%;
    padding: 0 calc(20 * 100 / 375 * 1vw);
    margin: 0 auto;
  }
}

.c-case-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(30 * 100 / 1366 * 1vw);
  margin-bottom:  calc(40 * 100 / 1366 * 1vw);
}
.c-case-list img {
  border-radius: 3px;
}
.c-case-list li {
}
.c-case-list li a {
  display: block;
  background: #FFF;
  padding: calc(15 * 100 / 1366 * 1vw) ;
  box-shadow: 3px 3px 15px rgb(140 130 117 / 20%);
  text-decoration: none;
  transition: background 0.3s ease,box-shadow 0.3s ease;
}
.c-case-list li a:hover {
  background: #fcfcfb;
  box-shadow: 3px 3px 15px rgb(140 130 117 / 30%);
}
.c-case-list--text {
}
.c-case-list--title,
h3.c-case-list--title {
  font-family: var(--font-japanese);
  font-size: calc(16 * 100 / 1366 * 1vw);
  font-weight: 600;
  color: var(--color-text1);
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: left;
  margin: calc(15 * 100 / 1366 * 1vw) 0 calc(15 * 100 / 1366 * 1vw);
  padding: 0 !important;
}
.c-case-list--excerpt {
  text-align: left;
  color: var(--color-text4);
  font-family: var(--font-main);
  font-weight: bold;
  font-size: calc(12 * 100 / 1366 * 1vw);
  text-align: left;
}

@media screen and (max-width: 767px) {
  .c-case-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: calc(20 * 100 / 375 * 1vw);
    margin-bottom:  calc(40 * 100 / 375 * 1vw);
  }
  .c-case-list li {
  }
  .c-case-list li a {
    display: flex;
    justify-content: space-between;
    padding: calc(10 * 100 / 375 * 1vw) ;
    box-shadow: 3px 3px 15px rgb(140 130 117 / 20%);
    text-decoration: none;
  }
  .c-case-list--photo {
    width: 30%;
  }
  .c-case-list--text {
    width: calc(70% - 15px);
  }
  .c-case-list--title,
  h3.c-case-list--title {
    font-family: var(--font-japanese);
    font-size: calc(14 * 100 / 375 * 1vw);
    text-align: left;
    margin: calc(1 * 100 / 375 * 1vw) 0 calc(10 * 100 / 375 * 1vw) 0;
  }
  .c-case-list--excerpt {
    font-size: calc(10 * 100 / 375 * 1vw);
    margin-bottom: calc(10 * 100 / 375 * 1vw);
  }
}
.c-case-list .more {
  margin-top: calc(10 * 100 / 1366 * 1vw);
  font-size: calc(12 * 100 / 1366 * 1vw);
  text-align: right;
  font-family: var(--font-english);
  font-weight: 400;
}
.c-case-list .more .btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #87817d;
  padding-left: calc(20 * 100 / 1366 * 1vw);
}
.c-case-list .more .btn:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(7 * 100 / 1366 * 1vw);
  height: calc(5 * 100 / 1366 * 1vw);
  max-width: calc(7px * 1580 / 1366);
  max-height: calc(5px * 1580 / 1366);
  background: url(../image/ico-arrow-red.svg) 0 0 no-repeat;
  background-size: contain;
  top: calc(50% - 3px);
  left: 0;
  transition: all 0.3s ease;
}

@media screen and (min-width: 1580px) {
  .c-case-list .more .btn {
    display: inline-block;
    position: relative;
    padding-left: calc(20px * 1580 / 1366);
  }
  .c-case-list .more span:before {
    width: calc(7px * 1580 / 1366);
    height: calc(5px * 1580 / 1366);
    max-width: calc(7px * 1580 / 1366);
    max-height: calc(5px * 1580 / 1366);
  }
}

@media screen and (max-width: 767px) {
  .c-case-list .more .btn {
    display: inline-block;
    position: relative;
    padding-left: calc(20 * 100 / 375 * 1vw);
    font-size: calc(11 * 100 / 375 * 1vw);
  }

  .c-case-list .more .btn:before {
    top: calc(50% - 4px);
    left: calc(0 * 100 / 375 * 1vw);
    width: calc(6 * 100 / 375 * 1vw);
    height: calc(7 * 100 / 375 * 1vw);
    max-width: 6px;
    max-height: 7px;
  }
}

.c-case-list a:hover .more .btn {
  color: #706864;
}
.c-case-list a:hover .more .btn:before {
  left: calc(5 * 100 / 1366 * 1vw);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-case-list a:hover .more .btn:before {
    left: calc(5 * 100 / 375 * 1vw);
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 1580px) {
  .c-case-list a:hover .more .btn:before {
    left: calc(5px * 1580 / 1366);
    transition: all 0.3s ease;
  }
}

/* 詳細 */
.c-case-area .c-jirei-wrap {
  margin-top: calc(60 * 100 / 1366 * 1vw) ;
}
.c-case-detail-title {
  font-size: calc(25 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(25 * 100 / 1366 * 1vw), calc(25px * 1580 / 1366));
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.4;
  padding: calc(10* 100 / 1366* 1vw) 0  calc(30* 100 / 1366* 1vw) 0;
  margin: 0 0 calc(30* 100 / 1366* 1vw) 0;
  border-bottom: 1px solid #e5e4df;
}
.c-case-detail-text {
  font-weight: bold;
  line-height: 2;
  font-size: calc(13 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  color: var(--color-text4);
  margin-bottom: calc(30 * 100 / 1366* 1vw);
  text-align: left;
}
.c-case-detail-text .c-red {
  display: block;
  font-family: var(--font-main);
  font-size: calc(14 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
  color: var(--color-accent);
  line-height: 1;
  padding-left: calc(15 * 100 / 1366 * 1vw);
  padding-bottom: calc(15 * 100 / 1366 * 1vw);
  display: flex;
  align-items: center;
  position: relative;
}
.c-case-detail-text .c-red::before{
  content: "";
    width: 6px;
    height: 6px;
    background: url(../image/dot.svg) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
}

@media screen and (max-width: 767px) {
  .c-case-area .c-jirei-wrap {
    margin-bottom: calc(60 * 100 / 375 * 1vw) ;
  }
  .c-case-detail-title {
    font-size: calc(22 * 100 / 375 * 1vw);
    padding: calc(10* 100 / 375* 1vw) 0  calc(30* 100 / 375* 1vw) 0;
    margin: 0 0 calc(30* 100 / 375* 1vw) 0;
  }
  .c-case-detail-text {
    font-size: calc(12 * 100 / 375 * 1vw);
    margin-bottom: calc(20 * 100 / 375* 1vw);
    text-align: left;
  }
  .c-case-detail-text .c-red {
    font-size: calc(13 * 100 / 375 * 1vw);
    padding-left: calc(15 * 100 / 375 * 1vw);
    padding-bottom: calc(15 * 100 / 375 * 1vw);
  }
  .c-case-detail-text p {
    padding-bottom: calc(20 * 100 / 375 * 1vw);
    margin:0;
  }
  .c-case-detail-text .c-red {
    font-size: calc(13 * 100 / 375 * 1vw);
    padding-bottom: calc(10 * 100 / 375 * 1vw);
    padding-left: calc(13 * 100 / 375 * 1vw);
  }
  .c-case-detail-text .c-red::before{
    content: "";
    width: 5px;
    height: 5px;
  }
}


.c-other-case-list {
  width: calc(1100 * 100 / 1366 * 1vw);
}
.c-other-case-list li {
  margin-left: calc(10 * 100 / 1366 * 1vw);
  margin-right: calc(10 * 100 / 1366 * 1vw);
}
.c-other-case-list li a {
  display: block;
  text-decoration: none;
  transition: background 0.3s ease;
}
.c-other-case-list li a:hover {
  background: #F5F5F5;
}
.c-other-case-list--title,
h3.c-other-case-list--title {
  font-family: var(--font-japanese);
  font-size: calc(13 * 100 / 1366 * 1vw);
  font-weight: 600;
  color: var(--color-text1);
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: left;
  margin: calc(15 * 100 / 1366 * 1vw) 0 calc(15 * 100 / 1366 * 1vw);
  padding: 0 !important;
}
.c-other-case-list--excerpt {
  text-align: left;
  color: var(--color-text4);
  font-size: calc(13 * 100 / 1366 * 1vw);
  text-align: left;
}
.c-other-case-list .slick-dots {
  bottom: -50px;
}
.c-other-case-list .slick-dots li {
  margin: 0 8px;
}
.c-other-case-list .slick-dots li button:before {
  width: 14px;
  height: 14px;
  background: #CCC;
}
.c-other-case-list .slick-dots .slick-active button:before {
  background: #871e25;
}
.slick-disabled {
  opacity: 0.3;
  cursor: initial !important;
}

@media screen and (max-width: 767px) {
  .c-other-case-list {
    display: block;
  }
  .c-other-case-list li {
  }
  .c-other-case-list li a {
  }
  .c-other-case-list--title,
  h3.c-other-case-list--title {
    font-family: var(--font-japanese);
    font-size: calc(14 * 100 / 375 * 1vw);
    text-align: left;
    margin: calc(5 * 100 / 375 * 1vw) 0 calc(10 * 100 / 375 * 1vw) 0;
  }
  .c-other-case-list .slick-dots {
    bottom: -40px;
  }
}

/* Design
=====================================================================*/

.c-pagetitle--design {
  background: url(../image/bg_design.png) center 60%;
  background-repeat: no-repeat;
}

.c-designphilosophy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid #e5e4df;
  padding: calc(123 * 100 / 1366 * 1vw) 0 calc(154 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-designphilosophy {
    padding: calc(70 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw)
      calc(94 * 100 / 375 * 1vw);
    text-align: left;
  }
  .c-pagetitle--design {
    padding-top: calc(151 * 100 / 375 * 1vw);
    padding-bottom: calc(72 * 100 / 375 * 1vw);
    background-size: 90%;
    background-position: center 70%;
  }
  #p-designphilosophy h2 {
    text-align: center;
  }
}

.c-designphilosophy-img {
  width: calc(1100 * 100 / 1366 * 1vw);
  margin-bottom: calc(60 * 100 / 1366 * 1vw);
}

@media screen and (max-width: 767px) {
  .c-designphilosophy-img {
    width: 100%;
    margin-bottom: calc(60 * 100 / 375 * 1vw);
  }
}

.c-designphilosophy .design-text p {
  font-weight: bold;
  line-height: 1.8;
  color: var(--color-text4);
  padding-bottom: calc(20 * 100 / 1366 * 1vw);
}
#p-designphilosophy-contents {
  border-bottom: 1px solid #e5e4df;
  padding-top: calc(132 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  #p-designphilosophy-contents {
    padding-top: calc(80 * 100 / 375 * 1vw);
  }
}

.c-designphilosophy-contents {
  width: calc(1100 * 100 / 1366 * 1vw);
  margin: 0 auto;
  padding-bottom: calc(140 * 100 / 1366 * 1vw);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-designphilosophy-contents {
    width: 100%;
    padding: 0 calc(20 * 100 / 375 * 1vw) calc(94 * 100 / 375 * 1vw);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (min-width: 1580px) {
  .c-designphilosophy-contents {
    width: calc(1100px * 1580 / 1366);
    padding-bottom: calc(140px * 1580 / 1366);
  }
}
@media screen and (max-width: 767px) {
  .c-designphilosophy-contents-meal {
    flex-direction: column-reverse;
  }
}

.c-designphilosophy-contents .c-designphilosophy-contents-photo {
  width: calc(520 * 100 / 1366 * 1vw);
}
.c-designphilosophy-contents .c-designphilosophy-contents-text {
  width: calc(510 * 100 / 1366 * 1vw);
  padding-top: calc(30 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-designphilosophy-contents .c-designphilosophy-contents-photo,
  .c-designphilosophy-contents .c-designphilosophy-contents-text {
    width: 100%;
  }
  .c-designphilosophy-contents .c-designphilosophy-contents-text {
    padding-top: 0;
  }
}

@media screen and (min-width: 1580px) {
  .c-designphilosophy-contents .c-designphilosophy-contents-photo {
    width: calc(520px * 1580 / 1366);
  }
  .c-designphilosophy-contents .c-designphilosophy-contents-text {
    width: calc(510px * 1580 / 1366);
    padding-top: calc(30px * 1580 / 1366);
  }
}

.c-designphilosophy-contents .c-designphilosophy-contents-photo img {
  border-radius: 3px;
}

.c-designphilosophy-contents-textarea {
  font-weight: bold;
  line-height: 2;
  font-size: calc(13 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  color: var(--color-text4);
  margin-top: calc(30 * 100 / 1366 * 1vw);
  padding-top: calc(35 * 100 / 1366 * 1vw);
  border-top: 1px solid #e5e4df;
}
@media screen and (max-width: 767px) {
  .c-designphilosophy-contents-textarea {
    font-size: calc(13 * 100 / 375 * 1vw);
    line-height: 1.8;
    margin-top: calc(30 * 100 / 375 * 1vw);
    padding-top: calc(25 * 100 / 375 * 1vw);
  }
}

.c-designphilosophy-contents-text .head {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-designphilosophy-contents-text .head {
    flex-direction: column;
    padding-top: calc(35 * 100 / 375 * 1vw);
  }
}

.c-designphilosophy-contents-text .headline-left {
  margin-right: calc(10 * 100 / 1366 * 1vw);
  color: #b6b3a8;
  font-family: var(--font-japanese);
  font-size: calc(25 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(25 * 100 / 1366 * 1vw), calc(25px * 1580 / 1366));
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-designphilosophy-contents-text .headline-left {
    margin-right: 0;
    font-size: calc(20 * 100 / 375 * 1vw);
    padding-bottom: calc(10 * 100 / 375 * 1vw);
  }
}

.c-designphilosophy-contents-text .headline-right {
  color: var(--color-text1);
  font-family: var(--font-japanese);
  font-size: calc(25 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(25 * 100 / 1366 * 1vw), calc(25px * 1580 / 1366));
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .c-designphilosophy-contents-text .headline-right {
    font-size: calc(18 * 100 / 375 * 1vw);
    text-align: center;
  }
}

.c-designphilosophy-contents-textarea p {
  padding-bottom: calc(20 * 100 / 1366 * 1vw);
}

@media screen and (max-width: 767px) {
  .c-designphilosophy-contents-textarea p {
    padding-bottom: 0;
  }
}

/* Sustainability
=====================================================================*/
.c-sustainability-top {
  width: 100%;
  overflow: hidden;
}
.c-pagetitle--sustainability {
  background: url(../image/bg_sustainability.png) center 60%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .c-pagetitle--sustainability {
    padding-top: calc(151 * 100 / 375 * 1vw);
    padding-bottom: calc(72 * 100 / 375 * 1vw);
    background-size: 90%;
    background-position: center 70%;
  }
}

.c-sdgs {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: calc(123 * 100 / 1366 * 1vw) 0 calc(55 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-sdgs {
    padding: calc(70 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw)
      calc(54 * 100 / 375 * 1vw);
    text-align: left;
  }
  .c-sdgs h2 {
    text-align: center;
  }
}

.c-sdgs .sdgs-text p {
  font-weight: bold;
  line-height: 1.8;
  color: var(--color-text4);
  padding-bottom: calc(20 * 100 / 1366 * 1vw);
  font-size: calc(14 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
}

#p-sustainability-contents {
  padding-bottom: calc(140 * 100 / 1366 * 1vw);
  border-bottom: 1px solid #e5e4df;
}
@media screen and (max-width: 767px) {
  .c-sdgs .sdgs-text p {
    padding-bottom: calc(15 * 100 / 375 * 1vw);
    font-size: calc(13 * 100 / 375 * 1vw);
  }

  #p-sustainability-contents {
    padding-bottom: calc(90 * 100 / 375 * 1vw);
  }
}

.c-sustainability-contents {
  display: flex;
  align-items: center;
  width: calc(700 * 100 / 1366 * 1vw);
  margin: 0 auto;
  border: 1px solid #e5e4df;
  padding: calc(25 * 100 / 1366 * 1vw) calc(37 * 100 / 1366 * 1vw)
    calc(25 * 100 / 1366 * 1vw) calc(33 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-sustainability-contents {
    flex-direction: column;
    align-items: center;
    width: calc(335 * 100 / 375 * 1vw);
    padding: calc(40 * 100 / 375 * 1vw) 0 0;
  }
}

.c-sustainability-contents-logo {
  width: calc(285 * 100 / 1366 * 1vw);
}

.c-sustainability-contents-text {
  /*padding: calc(24 * 100 / 1366 * 1vw) calc(30 * 100 / 1366 * 1vw)
    calc(24 * 100 / 1366 * 1vw) calc(17 * 100 / 1366 * 1vw);*/
  padding-left: calc(17 * 100 / 1366 * 1vw);
}

@media screen and (max-width: 767px) {
  .c-sustainability-contents-logo {
    width: calc(285 * 100 / 375 * 1vw);
  }

  .c-sustainability-contents-text {
    padding: calc(30 * 100 / 375 * 1vw) calc(25 * 100 / 375 * 1vw)
      calc(40 * 100 / 375 * 1vw) calc(25 * 100 / 375 * 1vw);
  }
}

.c-sustainability-contents-textarea p {
  font-weight: bold;
  line-height: 1.8;
  color: var(--color-text4);
  font-size: calc(13 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
}
@media screen and (max-width: 767px) {
  .c-sustainability-contents-textarea p {
    font-size: calc(11 * 100 / 375 * 1vw);
  }
}

#p-about-sdgs {
  padding: calc(120 * 100 / 1366 * 1vw) 0 calc(120 * 100 / 1366 * 1vw);
  border-bottom: 1px solid #e5e4df;
}
@media screen and (max-width: 767px) {
  #p-about-sdgs {
    border-bottom: none;
    padding: calc(80 * 100 / 375 * 1vw) 0 calc(94 * 100 / 375 * 1vw);
  }
}

.c-about-sdgs {
  width: calc(1100 * 100 / 1366 * 1vw);
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .c-about-sdgs {
    width: 100%;
    flex-direction: column;
    padding: 0 20px;
  }
}
.c-about-sdgs h2 {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-about-sdgs h2 {
    margin-bottom: 35px;
  }
}

.c-about-sdgs .about-sdgs-text {
  width: calc(790 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-about-sdgs .about-sdgs-text {
    width: 100%;
  }
}
.c-about-sdgs .about-sdgs-text p {
  color: var(--color-text4);
  font-weight: bold;
  font-size: calc(14 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
}
.c-about-sdgs .about-sdgs-text p:nth-child(2) {
  margin-top: calc(20 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-about-sdgs .about-sdgs-text p {
    font-size: calc(13 * 100 / 375 * 1vw);
  }
}

#p-sdgs-contents {
  padding-bottom: calc(60 * 100 / 1366 * 1vw);
  border-bottom: 1px solid #e5e4df;
}

.c-sdgs-contents {
  padding-top: calc(30 * 100 / 1366 * 1vw);
  padding-bottom: calc(125 * 100 / 1366 * 1vw);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.history-wrap + .c-sdgs-contents {
  padding-top: calc(80 * 100 / 1366 * 1vw);
}
.c-sdgs-contents .about-sdgs-text {
  font-weight: bold;
  font-size: calc(14 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
  color: #706864;
  text-align: center;
}

.c-sdgs-contents h3 {
  font-size: calc(30 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(30 * 100 / 1366 * 1vw), calc(30px * 1580 / 1366));
  color: #392e29;
}

@media screen and (max-width: 767px) {
  .c-sdgs-contents {
    padding: 0 calc(20 * 100 / 375 * 1vw);
  }
  .history-wrap + .c-sdgs-contents {
    padding-top: calc(40 * 100 / 375 * 1vw);
  }
  .c-sdgs-contents .about-sdgs-text {
    margin-bottom: calc(54 * 100 / 375 * 1vw);
    font-size: calc(13 * 100 / 375 * 1vw);
    text-align: left;
  }
  .c-sdgs-contents h3 {
    font-size: calc(22 * 100 / 375 * 1vw);
    text-align: center;
  }
}

.sdgs-contents-nav {
  width: calc(100 * 100 / 1366 * 1vw);
  margin: calc(40 * 100 / 1366 * 1vw) 0 calc(-40 * 100 / 1366 * 1vw) 0;
  position: sticky;
  top: 40%;
  left: calc(20 * 100 / 1366 * 1vw);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .sdgs-contents-nav {
    width: 100%;
    border-top: 1px solid #e5e4df;
    border-bottom: 1px solid #e5e4df;
    padding: calc(12 * 100 / 375 * 1vw) 0;
    margin-bottom: calc(75 * 100 / 375 * 1vw);
    position: sticky;
    top: 85px;
    left: 0;
    right: 0;
    background: rgba(252, 252, 250, 0.8);
  }
}
.sdgs-contents-nav-items {
  display: block;
  width: auto;
  margin: 0 auto;
}
.sdgs-contents-nav-item {
  margin: calc(25 * 100 / 1366 * 1vw) 0;
}
.sdgs-contents-nav-items .sdgs-contents-nav-item a {
  font-size: calc(14 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
  color: #706864;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding-left: calc(12 * 100 / 1366 * 1vw);
  text-decoration: none;
}
.sdgs-contents-nav-item .is-current {
  color: var(--color-accent) !important;
}
.sdgs-contents-nav-item a.is-current::before {
  filter: invert(15%) sepia(40%) saturate(2106%) hue-rotate(310deg)
    brightness(82%) contrast(72%) opacity(0.8);
}

@media screen and (max-width: 767px) {
  .sdgs-contents-nav-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(230 * 100 / 375 * 1vw);
    margin: 0 auto;
  }
  .sdgs-contents-nav-item {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  #society {
    margin-top: -150px;
  }
  .sdgs-contents-nav-items .sdgs-contents-nav-item a:hover {
    color: var(--color-accent);
  }
}

.sdgs-contents-nav-items .sdgs-contents-nav-item a::before {
  content: "";
  display: block;
  width: calc(7 * 100 / 1366 * 1vw);
  height: calc(7 * 100 / 1366 * 1vw);
  background: url(../image/ico-arrow-gray.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
}
.sdgs-contents-nav-items .sdgs-contents-nav-item a:hover:before {
  filter: invert(15%) sepia(40%) saturate(2106%) hue-rotate(310deg)
    brightness(82%) contrast(72%) opacity(0.8);
}

@media screen and (max-width: 767px) {
  .sdgs-contents-nav-items .sdgs-contents-nav-item a {
    font-size: calc(13 * 100 / 375 * 1vw);
    padding-left: calc(30 * 100 / 375 * 1vw);
  }
  .sdgs-contents-nav-items .sdgs-contents-nav-item a::before {
    width: calc(7 * 100 / 375 * 1vw);
    height: calc(7 * 100 / 375 * 1vw);
    left: calc(15 * 100 / 375 * 1vw);
    top: calc(50% - 2px);
  }
}

.ico-area {
  margin-bottom: calc(58 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .ico-area {
    margin-bottom: calc(35 * 100 / 375 * 1vw);
  }
  .ico-area img {
    width: auto;
    height: calc(50 * 100 / 375 * 1vw);
  }
}
.history-wrap {
  display: flex;
  width: calc(1100 * 100 / 1366 * 1vw);
  margin: 0 auto calc(50 * 100 / 1366 * 1vw) auto;
}
.history-bg {
  width: calc(500 * 100 / 1366 * 1vw);
  height: calc(502 * 100 / 1366 * 1vw);
  position: sticky;
  top: calc(50vh - 250 * 100 / 1366 * 1vw);
  overflow: hidden;
}
.history-image {
  width: 100%;
  height: calc(502 * 100 / 1366 * 1vw);
  position: sticky;
  top: 0;
  border-radius: 3px;
}

.history-01-01 {
  background: url(../image/sdgs01.jpg) no-repeat center 0;
  background-size: cover;
}
.history-01-02 {
  background: url(../image/sdgs02.jpg) no-repeat center 0;
  background-size: cover;
}
.history-01-03 {
  background: url(../image/sdgs03.jpg) no-repeat center 0;
  background-size: cover;
}
.history-01-04 {
  background: url(../image/sdgs04.jpg) no-repeat center 0;
  background-size: cover;
}
.history-01-05 {
  background: url(../image/sdgs05.jpg) no-repeat center 0;
  background-size: cover;
}
.history-01-06 {
  background: url(../image/sdgs06.jpg) no-repeat center 0;
  background-size: cover;
}
.history-01-07 {
  background: url(../image/sdgs07.jpg) no-repeat center 0;
  background-size: cover;
}
.history-01-08 {
  background: url(../image/sdgs08.jpg) no-repeat center 0;
  background-size: cover;
}
.history-01-09 {
  background: url(../image/sdgs09.jpg) no-repeat center 0;
  background-size: cover;
}
.history-01-10 {
  background: url(../image/sdgs10.jpg) no-repeat center 0;
  background-size: cover;
}
.history-01-11 {
  background: url(../image/sdgs11.jpg) no-repeat center 0;
  background-size: cover;
}
.history-01-12 {
  background: url(../image/sdgs12.jpg) no-repeat center 0;
  background-size: cover;
}

.history-contents {
  width: calc(600 * 100 / 1366 * 1vw);
  /*max-width: 55%;*/
  position: relative;
  overflow: hidden;
}
.panel {
  /*margin-bottom: calc(167 * 100 / 1366 * 1vw);*/
  margin-bottom: 80vh;
}
.panel-text {
  padding: 0 0 0 10%;
  position: relative;
  overflow: hidden;
  font-size: calc(13 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  color: #706864;
  font-weight: bold;
  line-height: 2;
  z-index: 2;
}
.panel-head {
  position: relative;
  text-align: center;
  padding-top: calc(18 * 100 / 1366 * 1vw);
}
h2.h-history {
  position: relative;
  text-align: center;
  padding-bottom: calc(25 * 100 / 1366 * 1vw);
  margin-bottom: calc(20 * 100 / 1366 * 1vw);
  border-bottom: 1px solid #b6b3a8;
  text-align: left;
  font-size: calc(25 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(25 * 100 / 1366 * 1vw), calc(25px * 1580 / 1366));
}
.panel-content {
  position: relative;
  z-index: 2;
}

#p-sdgs-contents h3 .underline {
  display: block;
  border-bottom: 1px solid #871e25;
  width: calc(30 * 100 / 1366 * 1vw);
  margin: 0 auto;
  margin-top: calc(15 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  #p-sdgs-contents h3 .underline {
    width: calc(30 * 100 / 375 * 1vw);
    margin-top: calc(15 * 100 / 375 * 1vw);
  }
}
.panel-image-image img {
  max-width: initial;
  width: 100%;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .panel-image {
    display: none;
  }
}
@media (max-width: 767px) {
  .history-wrap {
    width: 100%;
    margin-bottom: 0;
  }
  .history-bg {
    display: none !important;
  }
  .history-image {
    display: none !important;
  }

  .history-contents {
    width: 100%;
    max-width: initial;
  }
  .panel-image {
    width: calc(335 * 100 / 375 * 1vw);
    height: calc(335 * 100 / 375 * 1vw);
    margin: 0 auto;
  }
  .panel {
    margin-bottom: 5.333vh;
  }
  .panel-text {
    padding: 0 calc(20 * 100 / 375 * 1vw);
    padding-bottom: calc(40 * 100 / 375 * 1vw);
    font-size: calc(13 * 100 / 375 * 1vw);
    color: #706864;
    line-height: 1.8;
  }

  .sp-scroll {
    height: 260px;
    overflow-y: scroll;
  }

  h2.h-history {
    padding-bottom: calc(15 * 100 / 375 * 1vw);
    padding-top: calc(35 * 100 / 375 * 1vw);
    margin-bottom: calc(15 * 100 / 375 * 1vw);
    font-size: calc(18 * 100 / 375 * 1vw);
  }
  .panel-head {
    position: relative;
  }
  .h-history {
    padding-top: calc(15 * 100 / 375 * 1vw);
    padding-bottom: calc(15 * 100 / 375 * 1vw);
    margin-bottom: calc(15 * 100 / 375 * 1vw);
    font-size: calc(18 * 100 / 375 * 1vw);
  }
}
.panel-content .target {
  font-size: calc(12 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(12 * 100 / 1366 * 1vw), calc(12px * 1580 / 1366));
  font-weight: bold;
  color: #b6b3a8;
  margin-bottom: calc(38 * 100 / 1366 * 1vw);
  letter-spacing: 0.08em;
}
.panel-content .target .indent {
  display: block;
  text-indent: -4.5em;
  padding-left: 4.5em;
}
@media screen and (max-width: 767px) {
  .panel-content .target {
    font-size: calc(11 * 100 / 375 * 1vw);
    margin-bottom: calc(26 * 100 / 375 * 1vw);
  }
}

.panel-content-items {
  margin-bottom: calc(25 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .panel-content-items {
    margin-bottom: calc(15 * 100 / 375 * 1vw);
  }
}

.panel-content-items .panel-content-item-head {
  font-size: calc(16 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(16 * 100 / 1366 * 1vw), calc(16px * 1580 / 1366));
  color: #9f4b50;
  font-family: var(--font-japanese);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .panel-content-items .panel-content-item-head {
    font-size: calc(16 * 100 / 375 * 1vw);
  }
}

.panel-content-items .panel-content-item {
  padding-left: calc(25 * 100 / 1366 * 1vw);
  padding-top: calc(15 * 100 / 1366 * 1vw);
  padding-bottom: calc(20 * 100 / 1366 * 1vw);
  margin-left: calc(15 * 100 / 1366 * 1vw);
  border-left: 1px solid #e5e4df;
}
@media screen and (max-width: 767px) {
  .panel-content-items .panel-content-item {
    padding-left: calc(15 * 100 / 375 * 1vw);
    padding-top: calc(10 * 100 / 375 * 1vw);
    padding-bottom: calc(20 * 100 / 375 * 1vw);
    margin-left: calc(10 * 100 / 375 * 1vw);
  }
}

/* 企業情報
=====================================================================*/
.c-company-top {
  width: 100%;
  overflow: hidden;
}
.c-pagetitle--company {
  background: url(../image/bg_company.png) center 60%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-pagetitle--company {
    padding-top: calc(151 * 100 / 375 * 1vw);
    padding-bottom: calc(72 * 100 / 375 * 1vw);
    background-size: 90%;
    background-position: center 70%;
  }
}

#p-profile {
  width: calc(1100 * 100 / 1366 * 1vw);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #p-profile {
    width: 100%;
  }
}

.c-profile {
  padding: calc(120 * 100 / 1366 * 1vw) 0 calc(135 * 100 / 1366 * 1vw);
  text-align: center;
}
.c-profile-col {
  -ms-display: flex;
  -webkit-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  justify-content: space-between;
  align-items: center;
}
.profile-photo {
  width: calc(520 * 100 / 1366 * 1vw);
}
.profile-photo img {
  border-radius: 3px;
}
.profile-text {
  width: calc(536 * 100 / 1366 * 1vw);
}
.profile-title {
  font-size: clamp(10px, calc(25 * 100 / 1366 * 1vw), calc(25px * 1580 / 1366));
  font-weight: 600;
  font-family: var(--font-japanese);
  padding-bottom: calc(25 * 100 / 1366 * 1vw);
  border-bottom: 1px solid #e5e4df;
  margin-bottom: calc(30 * 100 / 1366 * 1vw);
}
.c-profile-overview {
}
.c-profile-overview th,
.c-profile-overview td {
  padding-bottom: calc(25 * 100 / 1366 * 1vw);
  color: #706864;
  font-size: clamp(10px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
  font-weight: 600;
}
.c-profile-overview th {
  width: calc(144 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-profile {
    padding: calc(70 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw)
      calc(94 * 100 / 375 * 1vw);
  }
  .profile-photo {
    width: 100%;
    margin-bottom: calc(30 * 100 / 375 * 1vw);
  }
  .profile-text {
    width: 100%;
  }
  .profile-title {
    font-size: calc(22 * 100 / 375 * 1vw);
    font-weight: 600;
    padding-bottom: calc(20 * 100 / 375 * 1vw);
    margin-bottom: calc(20 * 100 / 375 * 1vw);
  }
  .c-profile-overview th,
  .c-profile-overview td {
    padding-bottom: calc(30 * 100 / 375 * 1vw);
    font-size: calc(13 * 100 / 375 * 1vw);
    vertical-align: top;
  }
  .c-profile-overview th {
    width: calc(105 * 100 / 375 * 1vw);
  }
}

#p-accessmap {
  border-top: 1px solid #e5e4df;
  text-align: center;
}
.c-accessmap {
  width: calc(1100 * 100 / 1366 * 1vw);
  margin: 0 auto;
  text-align: center;
  padding: calc(125 * 100 / 1366 * 1vw) 0 calc(135 * 100 / 1366 * 1vw);
}

.accessmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.accessmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .c-accessmap {
    width: inherit;
    padding: calc(80 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw)
      calc(90 * 100 / 375 * 1vw);
  }
  .accessmap {
    padding-top: 100%;
  }
}

#p-history {
  border-top: 1px solid #e5e4df;
  border-bottom: 1px solid #e5e4df;
  text-align: center;
}
.c-history {
  width: calc(1100 * 100 / 1366 * 1vw);
  margin: 0 auto;
  text-align: center;
  padding: calc(125 * 100 / 1366 * 1vw) 0 calc(144 * 100 / 1366 * 1vw);
}
.history-img {
  margin-bottom: calc(80 * 100 / 1366 * 1vw);
}

.history-img img {
  border-radius: 3px;
}

.c-history-table {
  width: 100%;
  text-align: left;
  margin-top: calc(70 * 100 / 1366 * 1vw);
  margin-bottom: calc(110 * 100 / 1366 * 1vw);
}
.c-history-table th,
.c-history-table td {
  padding-bottom: calc(70 * 100 / 1366 * 1vw);
  vertical-align: top;
}
.c-history-table th {
  border-right: 1px solid #e5e4df;
  padding-right: calc(15 * 100 / 1366 * 1vw);
  color: #871e25;
  font-family: var(--font-japanese);
  font-size: clamp(10px, calc(22 * 100 / 1366 * 1vw), calc(22px * 1580 / 1366));
}
.c-history-table td {
  padding-left: calc(40 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
  font-weight: 600;
  color: #706864;
}
.history-date {
  font-size: clamp(10px, calc(12 * 100 / 1366 * 1vw), calc(12px * 1580 / 1366));
  color: #9b9592;
  margin-bottom: calc(5 * 100 / 1366 * 1vw);
}
.history-date.bottom {
  margin-top: calc(40 * 100 / 1366 * 1vw);
}
.history-text {
  text-align: left;
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  font-weight: bold;
  color: #706864;
}
.history-text p {
  margin-bottom: calc(40 * 100 / 1366 * 1vw);
  line-height: 2.3;
}
@media screen and (max-width: 767px) {
  .c-history {
    width: inherit;
    padding: calc(80 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw)
      calc(90 * 100 / 375 * 1vw);
  }
  .c-history-image {
    margin-bottom: calc(34 * 100 / 375 * 1vw);
  }
  .c-history-table {
    margin-bottom: calc(80 * 100 / 375 * 1vw);
  }
  .c-history-table th,
  .c-history-table td {
    padding-bottom: calc(40 * 100 / 375 * 1vw);
  }
  .c-history-table th {
    padding-right: calc(15 * 100 / 375 * 1vw);
    font-size: calc(16 * 100 / 375 * 1vw);
  }
  .c-history-table td {
    padding-left: calc(20 * 100 / 375 * 1vw);
    font-size: calc(12 * 100 / 375 * 1vw);
  }
  .history-date {
    font-size: calc(11 * 100 / 375 * 1vw);
    margin-bottom: calc(5 * 100 / 375 * 1vw);
  }
  .history-date.bottom {
    margin-top: calc(25 * 100 / 375 * 1vw);
  }
  .history-text {
    font-size: calc(13 * 100 / 375 * 1vw);
  }
  .history-text p {
    margin-bottom: calc(30 * 100 / 375 * 1vw);
    line-height: 1.8;
  }
}

/* お問い合わせ
=====================================================================*/
.c-contact-top {
  width: 100%;
  overflow: hidden;
}
.c-pagetitle--contact, .c-pagetitle--contact-forcoporate {
  background: url(../image/bg_contact.png) center 60%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-pagetitle--contact, .c-pagetitle--contact-forcoporate {
    padding-top: calc(151 * 100 / 375 * 1vw);
    padding-bottom: calc(72 * 100 / 375 * 1vw);
    background-size: 90%;
    background-position: center 70%;
  }
}

#p-contactway {
  width: calc(1100 * 100 / 1366 * 1vw);
  margin: 0 auto;
  padding-top: calc(125 * 100 / 1366 * 1vw);
  padding-bottom: calc(140 * 100 / 1366 * 1vw);
}
.c-contactway-col {
  -ms-display: flex;
  -webkit-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contactway-tel,
.contactway-fax,
.contactway-mail {
  width: 33.3333%;
  text-align: center;
  -ms-display: flex;
  -webkit-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contactway-tel,
.contactway-fax {
  border-right: 1px solid #e5e4df;
}
.contactway-text {
  font-size: clamp(10px, calc(25 * 100 / 1366 * 1vw), calc(25px * 1580 / 1366));
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  color: #706864;
}
.contactway-text.mail {
  font-size: clamp(10px, calc(22 * 100 / 1366 * 1vw), calc(22px * 1580 / 1366));
  text-decoration: underline;
}
.contactway-text.mail a {
  text-decoration: none;
}
.contactway-icon {
  width: calc(38 * 100 / 1366 * 1vw);
  margin-right: calc(15 * 100 / 1366 * 1vw);
}
.contactway-icon.mail {
  width: calc(38 * 100 / 1366 * 1vw);
}
.contactway_time {
  font-family: inherit;
  font-size: clamp(10px, calc(10 * 100 / 1366 * 1vw), calc(10px * 1580 / 1366));
}
@media screen and (max-width: 767px) {
  #p-contactway {
    width: inherit;
    padding: calc(80 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw)
      calc(50 * 100 / 375 * 1vw);
  }
  .contactway-tel,
  .contactway-fax,
  .contactway-mail {
    width: 100%;
    justify-content: flex-start;
  }
  .contactway-tel,
  .contactway-fax {
    border-right: none;
    border-bottom: 1px solid #e5e4df;
    padding-bottom: calc(30 * 100 / 375 * 1vw);
    margin-bottom: calc(30 * 100 / 375 * 1vw);
    padding-left: calc(40 * 100 / 375 * 1vw);
  }
  .contactway-mail {
    padding-left: calc(40 * 100 / 375 * 1vw);
  }
  .contactway-text {
    font-size: calc(25 * 100 / 375 * 1vw);
    text-align: left;
  }
  .contactway-text.mail {
    font-size: calc(22 * 100 / 375 * 1vw);
  }
  .contactway-icon {
    /*width: calc(18 * 100 / 375 * 1vw);*/
    width: calc(38 * 100 / 375 * 1vw);
    margin-right: calc(15 * 100 / 375 * 1vw);
  }
  .contactway-icon.fax {
    width: calc(38 * 100 / 375 * 1vw);
    margin-right: calc(12 * 100 / 375 * 1vw);
  }
  .contactway-icon.mail {
    width: calc(38 * 100 / 375 * 1vw);
    margin-right: calc(12 * 100 / 375 * 1vw);
  }
  .contactway_time {
    font-family: inherit;
    font-size: calc(10 * 100 / 375 * 1vw);
  }
}

#p-contactform, #p-contactform-business {
  border-top: 1px solid #e5e4df;
  border-bottom: 1px solid #e5e4df;
  text-align: center;
}
#p-contactform.confirm, #p-contactform-business.confirm {
  border-top: none;
}
.c-contactform {
  width: calc(800 * 100 / 1366 * 1vw);
  margin: 0 auto;
  text-align: center;
  padding: calc(125 * 100 / 1366 * 1vw) 0 calc(144 * 100 / 1366 * 1vw);
}
.contactform-text {
  margin-bottom: calc(70 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
  font-weight: 600;
  color: #706864;
}

@media screen and (max-width: 767px) {
  .c-contactform {
    width: inherit;
    padding: calc(80 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw)
      calc(90 * 100 / 375 * 1vw);
  }
  .contactform-text {
    margin-bottom: calc(40 * 100 / 375 * 1vw);
    font-size: calc(13 * 100 / 375 * 1vw);
    text-align: left;
  }
}

.c-contact-table {
  width: 100%;
  margin-bottom: calc(60 * 100 / 1366 * 1vw);
  font-size: calc(14 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
  text-align: left;
}
.c-contact-table tr {
  -ms-display: flex;
  -webkit-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-contact-table th {
  width: 100%;
  padding: calc(5 * 100 / 1366 * 1vw) 0;
}
.c-contact-table td {
  width: 100%;
  padding: calc(5 * 100 / 1366 * 1vw) 0 calc(30 * 100 / 1366 * 1vw);
}
.c-contact-table th {
}
.c-contact-table td {
}
.c-contact-table th .u-must {
  font-size: calc(12 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(12 * 100 / 1366 * 1vw), calc(12px * 1580 / 1366));
  color: #fff;
  white-space: nowrap;
  background: #9f4b50;
  border-radius: 3px;
  padding: calc(2 * 100 / 1366 * 1vw) calc(5 * 100 / 1366 * 1vw);
  display: inline-block;
  margin-left: calc(10 * 100 / 1366 * 1vw);
}
.c-contact-table .u-checkbox {
  display: flex;
}
.c-contact-table .u-checkbox input {
  display: inline-block;
  margin-right: 5px;
  /*margin-right: calc(14 * 100 / 1366 * 1vw);*/
}
.c-contact-table .u-checkbox label {
  display: inline-block;
  font-size: clamp(10px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
  font-weight: bold;
}

.c-contact-table .u-underline {
  border-bottom: 1px solid #392e29;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .c-contact-table {
    margin-bottom: calc(50 * 100 / 375 * 1vw);
    font-size: calc(14 * 100 / 375 * 1vw);
    font-size: clamp(10px, calc(14 * 100 / 375 * 1vw));
  }
  .c-contact-table th {
    display: block;
    width: 100%;
    padding: calc(10 * 100 / 375 * 1vw) 0;
    font-size: calc(14 * 100 / 375 * 1vw);
  }
  .c-contact-table td {
    padding: 0 0 calc(30 * 100 / 375 * 1vw);
    font-size: calc(14 * 100 / 375 * 1vw);
  }
  .c-contact-table th .u-must {
    padding: calc(2 * 100 / 375 * 1vw) calc(5 * 100 / 375 * 1vw);
    margin-left: calc(10 * 100 / 375 * 1vw);
  }
  .c-contact-table .u-checkbox label {
    font-size: calc(14 * 100 / 375 * 1vw);
  }
  .c-contact-table .u-checkbox {
    display: block;
  }
}


/*form*/
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
input[type="radio"] + label::before {
  content: "";
  display: block;
  width: calc(12 * 100 / 1366 * 1vw);
  height: calc(12 * 100 / 1366 * 1vw);
  border: 1px solid var(--color-line2);
  border-radius: 100%;
  margin-right: calc(10 * 100 / 1366 * 1vw);
  position: relative;
}
input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  width: calc(8 * 100 / 1366 * 1vw);
  height: calc(8 * 100 / 1366 * 1vw);
  background-color: var(--color-line2);
  border-radius: 100%;
  position: absolute;
  left: calc(2.1 * 100 / 1366 * 1vw);
  top: calc(7.5 * 100 / 1366 * 1vw);
}

input[type="text"],
input[type="email"],
textarea,
select {
  background-color: #fcfcfa;
  width: 100%;
  padding: calc(14 * 100 / 1366 * 1vw) calc(20 * 100 / 1366 * 1vw);
  border: 1px solid #c1beba;
  border-radius: 3px;
  font-family: var(--font-main);
  font-weight: bold;
}
::placeholder {
  font-family: var(--font-main);
  color: #9b9592;
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  font-family: var(--font-main);
  font-weight: bold;
}
textarea {
  height: calc(180 * 100 / 1366 * 1vw);
  resize: none;
}
.c-submit-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(30 * 100 / 1366 * 1vw);
}

select {
  font-family: var(--font-main);
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  font-weight: bold;
  color: #9b9592;
}

.c-submit {
  /*display: flex;
  align-items: center;
  width: calc(300 * 100 / 1366 * 1vw);
  margin: 0 calc(20 * 100 / 1366 * 1vw);
  position: relative;*/
}

.c-submit {
  display: inline-flex;
  align-items: center;
  background: #fcfcfa;
  border: #d8d6cf 1px solid;
  /*height: calc(59 * 100 / 1366 * 1vw);*/
  /*max-height: calc(80px * 1580 / 1366);*/
  /*max-width: calc(290px * 1580 / 1366);*/
  font-family: var(--font-japanese);
  font-size: 17px;
  font-weight: bold;
  color: #5f5651;
  line-height: 1;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  margin: 0 20px;
}

.c-submit:hover {
  border: #b6b3a8 1px solid;
  font-weight: bold;
  color: #392e29;
  border-radius: 50px;
}
.c-submit:before {
  content: "";
  width: 7px;
  height: 5px;
  max-width: 7px;
  max-height: 5px;
  background: url(../image/ico-arrow-red.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 2px);
  left: 35px;
  transition: all 0.3s ease;
}
.c-submit:hover:before {
  left: 43px;
}
.c-submit input[type="submit"],
.c-submit a {
  font-family: var(--font-japanese);
  font-size: 17px;
  font-weight: bold;
  color: #5f5651;
  line-height: 1;
  width: 100%;
  height: 100%;
  display: block;
  background: #fcfcfa;
  border-radius: 50px;
  padding: 20px 55px 20px 70px;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.contact-select-area {
  position: relative;
}
.contact-select-area:after {
  content: "";
  position: absolute;
  display: block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 1px solid #999;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto 0;
  pointer-events: none;
}
.contactform-area select {
  -webkit-appearance: none;
  position: relative;
}

@media screen and (max-width: 767px) {
  input[type="radio"] + label::before {
    width: calc(12 * 100 / 375 * 1vw);
    height: calc(12 * 100 / 375 * 1vw);
    margin-right: calc(10 * 100 / 375 * 1vw);
  }
  input[type="radio"]:checked + label::after {
    width: calc(8 * 100 / 375 * 1vw);
    height: calc(8 * 100 / 375 * 1vw);
    left: calc(2.1 * 100 / 375 * 1vw);
    top: calc(6 * 100 / 375 * 1vw);
  }
  input[type="text"],
  input[type="email"],
  textarea,
  select {
    padding: calc(14 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw);
  }
  ::placeholder {
    font-size: calc(14 * 100 / 375 * 1vw);
  }
  textarea {
    height: calc(172 * 100 / 375 * 1vw);
  }
  .c-submit-area {
    display: block;
    width: 100%;
    margin: 0 0 calc(25 * 100 / 375 * 1vw);
  }
  .c-submit {
    width: calc(259 * 100 / 375 * 1vw);
    margin: 0 auto 20px;
    height: calc(59 * 100 / 375 * 1vw);
    font-size: calc(15 * 100 / 1366 * 1vw);
  }

  .c-submit:before {
    content: "";
    width: calc(7 * 100 / 375 * 1vw);
    height: calc(5 * 100 / 375 * 1vw);
    top: calc(50% - 2px);
    left: calc(35 * 100 / 375 * 1vw);
  }
  .c-submit:hover:before {
    left: calc(43 * 100 / 375 * 1vw);
  }
  .c-submit input[type="submit"] {
    /*height: calc(80 * 100 / 375 * 1vw);
    max-height: initial;*/
    padding: calc(17 * 100 / 375 * 1vw) calc(55 * 100 / 375 * 1vw)
      calc(17 * 100 / 375 * 1vw) calc(65 * 100 / 375 * 1vw);
    font-size: calc(15 * 100 / 375 * 1vw);
    height: calc(55 * 100 / 375 * 1vw);
    max-height: calc(550 * 100 / 375 * 1vw);
    max-width: calc(300 * 100 / 375 * 1vw);
  }
  .c-submit input[type="submit"]::before {
    content: "";
    width: calc(5 * 100 / 375 * 1vw);
    height: calc(7 * 100 / 375 * 1vw);
    left: calc(35 * 100 / 375 * 1vw);
    /*margin-right: calc(10 * 100 / 375 * 1vw);*/
    max-width: initial;
    max-height: initial;
    /*left: calc(40 * 100 / 375 * 1vw);
    top: calc(50% - 4px);*/
  }
  .contact-select-area {
    position: relative;
  }
  .contact-select-area:after {
    content: "";
    position: absolute;
    display: block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 8px;
    height: 8px;
    border: 1px solid #999;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto 0;
    pointer-events: none;
  }
  .contactform-area select {
    padding: calc(13 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw);
    font-size: calc(13 * 100 / 375 * 1vw);
    -webkit-appearance: none;
    position: relative;
  }
}

.only-confirm {
  display: none !important;
}
.mw_wp_form_confirm .only-confirm {
  display: block !important;
}
.mw_wp_form_confirm .confirm-hidden {
  display: none !important;
}
.mw_wp_form_confirm .form-txt {
  display: none !important;
}
.mw_wp_form .error{
  font-weight: bold;
}


/* お問い合わせ完了
=====================================================================*/
.c-contact-thanks {
  width: calc(800 * 100 / 1366 * 1vw);
  margin: 0 auto;
  text-align: center;
  padding: calc(125 * 100 / 1366 * 1vw) 0 calc(144 * 100 / 1366 * 1vw);
}
.contact-thanks-text {
  margin-bottom: calc(60 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
  font-weight: 600;
  color: #706864;
}
.contact-thanks-text p {
  margin-bottom: calc(25 * 100 / 1366 * 1vw);
}

@media screen and (max-width: 767px) {
  .c-contact-thanks {
    width: inherit;
    padding: calc(80 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw)
      calc(90 * 100 / 375 * 1vw);
  }
  .contact-thanks-text {
    margin-bottom: calc(40 * 100 / 375 * 1vw);
    font-size: calc(13 * 100 / 375 * 1vw);
    text-align: left;
  }
  .contact-thanks-text p {
    margin-bottom: calc(30 * 100 / 375 * 1vw);
  }
}

.contact-thanks-tel {
  text-align: center;
  -ms-display: flex;
  -webkit-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-thanks-tel-text {
  font-size: clamp(10px, calc(25 * 100 / 1366 * 1vw), calc(25px * 1580 / 1366));
  font-weight: 600;
  font-family: "Shippori Mincho B1", serif;
  color: #342c37;
}
.contact-thanks-icon {
  width: calc(38 * 100 / 1366 * 1vw);
  margin-right: calc(5 * 100 / 1366 * 1vw);
}
.contact-thanks-time {
  font-family: inherit;
  font-size: clamp(10px, calc(10 * 100 / 1366 * 1vw), calc(10px * 1580 / 1366));
}
@media screen and (max-width: 767px) {
  .contact-thanks-tel {
  }
  .contact-thanks-tel-text {
    font-size: calc(25 * 100 / 375 * 1vw);
  }
  .contact-thanks-icon {
    width: calc(38 * 100 / 375 * 1vw);
    margin-right: calc(5 * 100 / 375 * 1vw);
  }
  .contact-thanks-time {
    font-family: inherit;
    font-size: calc(10 * 100 / 375 * 1vw);
  }
}

/* 個人情報保護方針
=====================================================================*/
.c-privacypolicy {
  width: 100%;
  overflow: hidden;
}
.c-pagetitle--privacypolicy {
  background: url(../image/bg_privacypolicy.png) center 60%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-pagetitle--privacypolicy {
    padding-top: calc(151 * 100 / 375 * 1vw);
    padding-bottom: calc(72 * 100 / 375 * 1vw);
    background-size: 90%;
    background-position: center 70%;
  }
}

#p-privacypolicy-area {
  padding: calc(110 * 100 / 1366 * 1vw) 0 calc(130 * 100 / 1366 * 1vw);
  border-bottom: 1px solid #e5e4df;
}
.c-privacypolicy-area {
  width: calc(800 * 100 / 1366 * 1vw);
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-privacypolicy-area {
    width: 100%;
  }
}
.c-privacypolicy-text {
  color: #706864;
}
.c-privacypolicy-text p {
  margin-bottom: calc(40 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  font-weight: 600;
}
.privacypolicy-ol {
  margin-bottom: calc(75 * 100 / 1366 * 1vw);
  margin-left: 1.5em;
}
.privacypolicy-ol li {
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  font-weight: bold;
  list-style: decimal;
  line-height: 1.8;
}
.privacypolicy-title {
  font-size: calc(22 * 100 / 1366 * 1vw) !important;
  font-size: clamp(
    10px,
    calc(22 * 100 / 1366 * 1vw),
    calc(22px * 1580 / 1366)
  ) !important;
  margin-bottom: calc(20 * 100 / 1366 * 1vw) !important;
}
.c-privacypolicy-contact {
  color: #706864;
}

.c-privacypolicy-contact p {
  margin-bottom: calc(20 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  #p-privacypolicy-area {
    width: inherit;
    padding: calc(60 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw)
      calc(80 * 100 / 375 * 1vw);
  }
  .c-privacypolicy-text p {
    margin-bottom: calc(30 * 100 / 375 * 1vw);
    font-size: calc(13 * 100 / 375 * 1vw);
  }
  .privacypolicy-ol {
    margin-bottom: calc(75 * 100 / 375 * 1vw);
  }
  .privacypolicy-ol li {
    font-size: calc(13 * 100 / 375 * 1vw);
  }
  .privacypolicy-title {
    font-size: calc(18 * 100 / 375 * 1vw) !important;
    margin-bottom: calc(20 * 100 / 375 * 1vw) !important;
  }
  .c-privacypolicy-contact p {
    margin-bottom: calc(20 * 100 / 375 * 1vw);
    font-size: calc(14 * 100 / 375 * 1vw) !important;
    font-weight: 600;
  }
}

/* 404エラー
=====================================================================*/
.c-error {
  width: 100%;
  overflow: hidden;
}
.c-pagetitle--error {
  background: url(../image/bg_notfound.png) center 60%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .c-pagetitle--error {
    padding-top: calc(151 * 100 / 375 * 1vw);
    padding-bottom: calc(72 * 100 / 375 * 1vw);
    background-size: 90%;
    background-position: center 70%;
  }
}

@media screen and (max-width: 767px) {
  .c-error-bg h1 {
    line-height: 1.6;
  }
}

#p-error-area {
  width: calc(800 * 100 / 1366 * 1vw);
  margin: 0 auto;
  text-align: left;
  padding: calc(110 * 100 / 1366 * 1vw) 0 calc(130 * 100 / 1366 * 1vw);
}

#p-contact #p-under-menu {
  border-top: 1px solid #e5e4df;
}
.c-error-text {
  color: #706864;
  text-align: center;
  margin-bottom: calc(60 * 100 / 1366 * 1vw);
}
.c-error-text p {
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  font-weight: 600;
}
.c-error-button {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #p-error-area {
    width: inherit;
    padding: calc(60 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw)
      calc(80 * 100 / 375 * 1vw);
  }
  .c-error-text {
    margin-bottom: calc(60 * 100 / 375 * 1vw);
  }
  .c-error-text p {
    margin-bottom: calc(30 * 100 / 375 * 1vw);
    font-size: calc(13 * 100 / 375 * 1vw);
    text-align: left;
  }
}

@media screen and (min-width: 1580px) {
  .c-error-button .c-button a {
    max-width: calc(320px * 1580 / 1366);
  }
}

/* Loading SVG */
svg .svg-elem-1 {
  stroke-dashoffset: 66.40959930419922px;
  stroke-dasharray: 66.40959930419922px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: stroke-dashoffset 1.3s ease 1s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
}

svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-2 {
  stroke-dashoffset: 79.69091796875px;
  stroke-dasharray: 79.69091796875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.02s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
  transition: stroke-dashoffset 1.3s ease 1.02s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
}

svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-3 {
  stroke-dashoffset: 55.51935577392578px;
  stroke-dasharray: 55.51935577392578px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.04s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
  transition: stroke-dashoffset 1.3s ease 1.04s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
}

svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-4 {
  stroke-dashoffset: 55.5130615234375px;
  stroke-dasharray: 55.5130615234375px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.06s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.30000000000000004s;
  transition: stroke-dashoffset 1.3s ease 1.06s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.30000000000000004s;
}

svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-5 {
  stroke-dashoffset: 43.1971321105957px;
  stroke-dasharray: 43.1971321105957px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.08s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
  transition: stroke-dashoffset 1.3s ease 1.08s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}

svg.active .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-6 {
  stroke-dashoffset: 82.46745300292969px;
  stroke-dasharray: 82.46745300292969px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.1s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
  transition: stroke-dashoffset 1.3s ease 1.1s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
}

svg.active .svg-elem-6 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-7 {
  stroke-dashoffset: 35.89445495605469px;
  stroke-dasharray: 35.89445495605469px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.12s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6000000000000001s;
  transition: stroke-dashoffset 1.3s ease 1.12s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6000000000000001s;
}

svg.active .svg-elem-7 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-8 {
  stroke-dashoffset: 55.529178619384766px;
  stroke-dasharray: 55.529178619384766px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.1400000000000001s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7000000000000001s;
  transition: stroke-dashoffset 1.3s ease 1.1400000000000001s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7000000000000001s;
}

svg.active .svg-elem-8 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-9 {
  stroke-dashoffset: 58.35365295410156px;
  stroke-dasharray: 58.35365295410156px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.16s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
  transition: stroke-dashoffset 1.3s ease 1.16s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s;
}

svg.active .svg-elem-9 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-10 {
  stroke-dashoffset: 84.606689453125px;
  stroke-dasharray: 84.606689453125px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.18s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
  transition: stroke-dashoffset 1.3s ease 1.18s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s;
}

svg.active .svg-elem-10 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-11 {
  stroke-dashoffset: 50.90615463256836px;
  stroke-dasharray: 50.90615463256836px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.2s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 1.3s ease 1.2s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}

svg.active .svg-elem-11 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-12 {
  stroke-dashoffset: 17.131589889526367px;
  stroke-dasharray: 17.131589889526367px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.22s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
  transition: stroke-dashoffset 1.3s ease 1.22s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s;
}

svg.active .svg-elem-12 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-13 {
  stroke-dashoffset: 66.47029876708984px;
  stroke-dasharray: 66.47029876708984px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.24s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
  transition: stroke-dashoffset 1.3s ease 1.24s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s;
}

svg.active .svg-elem-13 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-14 {
  stroke-dashoffset: 79.6960220336914px;
  stroke-dasharray: 79.6960220336914px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.26s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
  transition: stroke-dashoffset 1.3s ease 1.26s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s;
}

svg.active .svg-elem-14 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-15 {
  stroke-dashoffset: 55.49318313598633px;
  stroke-dasharray: 55.49318313598633px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.28s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
  transition: stroke-dashoffset 1.3s ease 1.28s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s;
}

svg.active .svg-elem-15 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-16 {
  stroke-dashoffset: 55.56249237060547px;
  stroke-dasharray: 55.56249237060547px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.3s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
  transition: stroke-dashoffset 1.3s ease 1.3s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s;
}

svg.active .svg-elem-16 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-17 {
  stroke-dashoffset: 43.19715881347656px;
  stroke-dasharray: 43.19715881347656px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.32s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
  transition: stroke-dashoffset 1.3s ease 1.32s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s;
}

svg.active .svg-elem-17 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-18 {
  stroke-dashoffset: 47.970123291015625px;
  stroke-dasharray: 47.970123291015625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.34s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
  transition: stroke-dashoffset 1.3s ease 1.34s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s;
}

svg.active .svg-elem-18 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-19 {
  stroke-dashoffset: 35.173057556152344px;
  stroke-dasharray: 35.173057556152344px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.3599999999999999s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
  transition: stroke-dashoffset 1.3s ease 1.3599999999999999s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s;
}

svg.active .svg-elem-19 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-20 {
  stroke-dashoffset: 52.8945426940918px;
  stroke-dasharray: 52.8945426940918px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.38s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
  transition: stroke-dashoffset 1.3s ease 1.38s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9000000000000001s;
}

svg.active .svg-elem-20 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-21 {
  stroke-dashoffset: 55.508338928222656px;
  stroke-dasharray: 55.508338928222656px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.4s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
  transition: stroke-dashoffset 1.3s ease 1.4s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2s;
}

svg.active .svg-elem-21 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-22 {
  stroke-dashoffset: 255.24000549316406px;
  stroke-dasharray: 255.24000549316406px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.42s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
  transition: stroke-dashoffset 1.3s ease 1.42s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s;
}

svg.active .svg-elem-22 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-23 {
  stroke-dashoffset: 134.83999633789062px;
  stroke-dasharray: 134.83999633789062px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.44s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
  transition: stroke-dashoffset 1.3s ease 1.44s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s;
}

svg.active .svg-elem-23 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-24 {
  stroke-dashoffset: 134.83999633789062px;
  stroke-dasharray: 134.83999633789062px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.46s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3000000000000003s;
  transition: stroke-dashoffset 1.3s ease 1.46s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3000000000000003s;
}

svg.active .svg-elem-24 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-25 {
  stroke-dashoffset: 804.004150390625px;
  stroke-dasharray: 804.004150390625px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.48s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s;
  transition: stroke-dashoffset 1.3s ease 1.48s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4000000000000004s;
}

svg.active .svg-elem-25 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-26 {
  stroke-dashoffset: 46.095699310302734px;
  stroke-dasharray: 46.095699310302734px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.5s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
  transition: stroke-dashoffset 1.3s ease 1.5s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s;
}

svg.active .svg-elem-26 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-27 {
  stroke-dashoffset: 38.072330474853516px;
  stroke-dasharray: 38.072330474853516px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.52s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
  transition: stroke-dashoffset 1.3s ease 1.52s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s;
}

svg.active .svg-elem-27 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-28 {
  stroke-dashoffset: 56.226341247558594px;
  stroke-dasharray: 56.226341247558594px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.54s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
  transition: stroke-dashoffset 1.3s ease 1.54s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s;
}

svg.active .svg-elem-28 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

svg .svg-elem-29 {
  stroke-dashoffset: 56.99332046508789px;
  stroke-dasharray: 56.99332046508789px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1.3s ease 1.56s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8000000000000003s;
  transition: stroke-dashoffset 1.3s ease 1.56s,
    fill 1.3s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8000000000000003s;
}

svg.active .svg-elem-29 {
  stroke-dashoffset: 0;
  fill: rgb(188, 184, 180);
}

.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #999 !important;
}
.recaptcha_policy a {
  font-size: 11px !important;
  color: #999 !important;
}
.grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}


/* 221107追加 ロゴについて
=====================================================================*/
.c-guideline-top {
  width: 100%;
  overflow: hidden;
}
.c-pagetitle--guideline {
  background: url(../image/bg_guideline.png) center 60%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-pagetitle--guideline{
    padding-top: calc(151 * 100 / 375 * 1vw);
    padding-bottom: calc(72 * 100 / 375 * 1vw);
    background-size: 90%;
    background-position: center 70%;
  }
}

#p-designcocept,#p-logo-guidelines,#p-brandlogo {
  padding-top: calc(118 * 100 / 1366 * 1vw);
  padding-bottom: calc(79 * 100 / 1366 * 1vw);
  border-bottom: 1px solid #E5E4DF;
  color: #706864;
}
#p-logo-guidelines,#p-brandlogo {
  padding-top: calc(100 * 100 / 1366 * 1vw);
  padding-bottom: calc(120 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  #p-designcocept,#p-logo-guidelines,#p-brandlogo {
    padding-top: calc(60 * 100 / 375 * 1vw);
    padding-bottom: calc(100 * 100 / 375 * 1vw);
  }
}
.c-designcocept,.c-logo-guidelines,.c-brandlogo {
  width: calc(1100 * 100 / 1366 * 1vw);
  max-width: calc(1100px * 1580 / 1366);
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-designcocept,.c-logo-guidelines,.c-brandlogo {
    width: 100%;
    padding:0 calc(20 * 100 / 375 * 1vw);
  }
}
.c-designcocept h2,.c-logo-guidelines h2,.c-brandlogo h2{
  margin-bottom: 0 ;
  font-size: calc(34 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(34 * 100 / 1366 * 1vw), calc(34px * 1580 / 1366));
}
@media screen and (max-width: 767px) {
  .c-designcocept h2,.c-logo-guidelines h2,.c-brandlogo h2{
    margin-bottom: 0 ;
    font-size: calc(24 * 100 / 375 * 1vw);
  }
}

.c-designconcept--imgarea{
  padding: calc(95 * 100 / 1366 * 1vw) 0;
  background: #FFFFFF;
  border: 1px solid #E5E4DF;
  border-radius: 3px;
  margin-top: calc(38 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-designconcept--imgarea{
    padding: calc(47 * 100 / 375 * 1vw) 0;
    margin-top: calc(40 * 100 / 375 * 1vw);
  }
}
.c-designconcept--img{
  width: calc(410 * 100 / 1366 * 1vw) ;
  max-width: calc(410px * 1580 / 1366);
  height: auto;
  margin:0 auto;
}
@media screen and (max-width: 767px) {
  .c-designconcept--img{
    width: calc(240 * 100 / 375 * 1vw) ;
  }
}

.c-designconcept-explanation{
  display: flex;
  justify-content: space-between;
  margin: calc(58 * 100 / 1366 * 1vw) 0 0;
}
@media screen and (max-width: 767px) {
  .c-designconcept-explanation{
    flex-direction: column;
    margin: calc(31 * 100 / 375 * 1vw) 0 0;
  }
}
.c-designconcept-explanation--img{
  width: calc(500 * 100 / 1366 * 1vw);
  max-width: calc(500px * 1580 / 1366);
}
@media screen and (max-width: 767px) {
  .c-designconcept-explanation--img{
    width: 100%;
  }
}
.c-designconcept-explanation--txt{
  width: calc(510 * 100 / 1366 * 1vw);
  max-width: calc(510px * 1580 / 1366);
  text-align: left;
  font-size: calc(13 * 100 / 1366 * 1vw);
  font-size:clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  font-weight: bold;
  padding-top: calc(5 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-designconcept-explanation--txt{
    width: 100%;
    font-size: calc(13 * 100 / 375 * 1vw);
  }
}
.c-designconcept-explanation--head{
  font-family: "Shippori Mincho B1", serif;
  font-size: calc(26 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(26 * 100 / 1366 * 1vw), calc(26px * 1580 / 1366));
  font-weight: 600;
  line-height: 1;
  margin: 0 0 calc(30 * 100 / 1366 * 1vw);
  color: #392E30;
}
@media screen and (max-width: 767px) {
  .c-designconcept-explanation--head{
    font-family: "Shippori Mincho B1", serif;
    font-size: calc(22 * 100 / 375 * 1vw);
    margin: calc(35 * 100 / 375 * 1vw) 0 calc(20 * 100 / 375 * 1vw);
  }
}
.c-designconcept-explanation--txt p{
  margin: 0 0 calc(30 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-designconcept-explanation--txt p{
    margin: 0 0 calc(20 * 100 / 375 * 1vw);
  }
}
.c-designconcept-explanation--txt p:nth-child(2){
  margin: 0 0 calc(25 * 100 / 1366 * 1vw);
}


.c-logo-guidelines--txt{
  font-size: calc(14 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
  font-weight: bold;
  line-height: 1.9;
  margin: calc(24 * 100 / 1366 * 1vw) 0 calc(51 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-logo-guidelines--txt{
    font-size: calc(13 * 100 / 375 * 1vw);
    line-height: 1.8;
    text-align: left;
    margin: calc(30 * 100 / 375 * 1vw) 0 calc(44 * 100 / 375 * 1vw);
  }
}
.c-logo-guidelines--txt .logo-contactlink{
  color: #871E25;
}
.c-logo-guidelines--imgarea{
  padding: calc(59 * 100 / 1366 * 1vw) 0 calc(86 * 100 / 1366 * 1vw);
  background: #FFFFFF;
  border: 1px solid #E5E4DF;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .c-logo-guidelines--imgarea{
    padding: calc(20 * 100 / 375 * 1vw) 0 calc(50 * 100 / 375 * 1vw);
  }
}
.c-logo-guidelines--img{
  width: calc(960 * 100 / 1366 * 1vw) ;
  max-width: calc(960px * 1580 / 1366);
  height: auto;
  margin:0 auto;
}
@media screen and (max-width: 767px) {
  .c-logo-guidelines--img{
    width: calc(305 * 100 / 375 * 1vw) ;
  }
}
.c-logo-guidelines--btn{
  width: calc(440 * 100 / 1366 * 1vw) ;
  max-width: calc(720px * 1580 / 1366);
  margin:calc(60 * 100 / 1366 * 1vw) auto 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-logo-guidelines--btn{
    width: calc(269 * 100 / 375 * 1vw) ;
    margin:calc(40 * 100 / 375 * 1vw) auto 0 auto;
    flex-direction: column;
  }
  .c-logo-guidelines--btn .c-button:first-child{
    margin-bottom:calc(14 * 100 / 375 * 1vw) ;
  }
}
.c-logo-guidelines--btn .c-button a{
  height: calc(59 * 100 / 1366 * 1vw);
  max-height: calc(80px * 1580 / 1366);
  max-width: calc(390px * 1580 / 1366);
  padding: calc(17 * 100 / 1366 * 1vw) calc(40 * 100 / 1366 * 1vw)
    calc(17 * 100 / 1366 * 1vw) calc(60 * 100 / 1366 * 1vw);
  color: #392E29;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .c-logo-guidelines--btn .c-button a{
    height: calc(55 * 100 / 375 * 1vw);
    padding: calc(17 * 100 / 375 * 1vw) calc(35 * 100 / 375 * 1vw)
      calc(17 * 100 / 375 * 1vw) calc(50 * 100 / 375 * 1vw);
  }
}
.c-logo-guidelines--btn .c-button a::after{
  content: "";
  width: calc(10 * 100 / 1366 * 1vw);
  height: calc(10 * 100 / 1366 * 1vw);
  /*max-width: calc(10px * 1580 / 1366);
  max-height: calc(10px * 1580 / 1366);*/
  background: url(../image/icon-window.svg) 0 0 no-repeat;
  position: absolute;
  right: calc(26 * 100 / 1366 * 1vw);
  top:calc(15 * 100 / 1366 * 1vw);
}
.c-logo-guidelines--btn .c-button a:hover::after {
  filter: invert(15%) sepia(40%) saturate(2106%) hue-rotate(310deg)
    brightness(82%) contrast(72%) opacity(0.8);
}
@media screen and (max-width: 767px) {
  .c-logo-guidelines--btn .c-button a::after{
    content: "";
    width: calc(10 * 100 / 375 * 1vw);
    height: calc(10 * 100 / 375 * 1vw);
    right: calc(16 * 100 / 375 * 1vw);
    top:calc(15 * 100 / 375 * 1vw);
  }
  .c-logo-guidelines--btn .c-button a::before{
    left: calc(35 * 100 / 375 * 1vw);
  }
}

@media screen and (max-width: 1300px) {
  .c-logo-guidelines--btn .c-button a::after{
    background-size: contain;
  }
}

.c-logo-guidelines--btn .c-button-zip a{
  height: calc(59 * 100 / 1366 * 1vw);
  max-height: calc(80px * 1580 / 1366);
  max-width: calc(390px * 1580 / 1366);
  padding: calc(17 * 100 / 1366 * 1vw) calc(40 * 100 / 1366 * 1vw)
    calc(17 * 100 / 1366 * 1vw) calc(64 * 100 / 1366 * 1vw);
  color: #392E29;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .c-logo-guidelines--btn .c-button-zip a{
    height: calc(55 * 100 / 375 * 1vw);
    padding: calc(17 * 100 / 375 * 1vw) calc(35 * 100 / 375 * 1vw)
      calc(17 * 100 / 375 * 1vw) calc(60 * 100 / 375 * 1vw);
  }
}
.c-logo-guidelines--btn .c-button-zip a::before{
  content: "";
  width: calc(12 * 100 / 1366 * 1vw);
  height: calc(12 * 100 / 1366 * 1vw);
  max-width: calc(12px * 1580 / 1366);
  max-height: calc(12px * 1580 / 1366);
  background: url(../image/icon_download.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 4px);
  left: calc(35 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-logo-guidelines--btn .c-button-zip a::before{
    content: "";
    width: calc(10 * 100 / 375 * 1vw);
    height: calc(10 * 100 / 375 * 1vw);
    left: calc(36 * 100 / 375 * 1vw);
  }
}
.c-logo-guidelines--btn .c-button-zip a::after{
  display: none;
}


.c-brandlogo--txt{
  font-size: calc(14 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
  font-weight: bold;
  line-height: 1.9;
  margin: calc(27 * 100 / 1366 * 1vw) 0 calc(83 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-brandlogo--txt{
    font-size: calc(13 * 100 / 375 * 1vw);
    line-height: 1.8;
    margin: calc(30 * 100 / 375 * 1vw) 0 calc(34 * 100 / 375 * 1vw);
    text-align: left;
  }
}
.c-brandlogo-dw{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: calc(80 * 100 / 1366 * 1vw) ;
}
@media screen and (max-width: 767px) {
  .c-brandlogo-dw{
    flex-direction: column-reverse;
    margin-bottom: calc(82 * 100 / 375 * 1vw) ;
  }
}
.c-brandlogo-dw--left{
  width: calc(520 * 100 / 1366 * 1vw) ;
  max-width: calc(520px * 1580 / 1366);
}
@media screen and (max-width: 767px) {
  .c-brandlogo-dw--left{
    width: 100% ;
  }
}
.c-brandlogo-dw--imgarea{
  padding: calc(10 * 100 / 1366 * 1vw) 0 calc(10 * 100 / 1366 * 1vw);
  background: #FFFFFF;
  border: 1px solid #E5E4DF;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .c-brandlogo-dw--imgarea{
    padding: calc(10 * 100 / 375 * 1vw) 0 calc(10 * 100 / 375 * 1vw);
  }
}
.c-brandlogo-dw--img{
  width: calc(300 * 100 / 1366 * 1vw) ;
  max-width: calc(300px * 1580 / 1366);
  height: auto;
  margin:0 auto;
}
@media screen and (max-width: 767px) {
  .c-brandlogo-dw--img{
    width: calc(198 * 100 / 375 * 1vw) ;
  }
}
.c-brandlogo-dw--linkarea{
  width: calc(375 * 100 / 1366 * 1vw) ;
  margin:0 auto;
  margin-top: calc(18 * 100 / 1366 * 1vw) ;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-brandlogo-dw--linkarea{
    width: 100% ;
    margin-top: calc(24 * 100 / 375 * 1vw) ;
    display: flex;
    flex-direction: column;
  }
}

.c-brandlogo-dw--linkarea-items{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  font-weight: bold;
  letter-spacing: 0.12em;
  font-size: calc(13 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
}
@media screen and (max-width: 767px) {
  .c-brandlogo-dw--linkarea-items{
    display: flex;
    justify-content: flex-start;
    font-size: calc(13 * 100 / 375 * 1vw);
  }
}
.c-brandlogo-dw--linkarea-items .dw-link a{
  display: inline-flex;
  align-items: center;
  padding: 0  calc(30 * 100 / 1366 * 1vw) 0 calc(20 * 100 / 1366 * 1vw);
  position: relative;
  color: rgba(114, 104, 100, 1);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-brandlogo-dw--linkarea-items .dw-link a{
    padding: 0  calc(30 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw);
  }
}
.c-brandlogo-dw--linkarea-items .dw-link a:hover{
  color: rgba(114, 104, 100, 0.7);
}
.c-brandlogo-dw--linkarea-items .dw-link a::before{
  content: "";
  width: calc(12 * 100 / 1366 * 1vw);
  height: calc(12 * 100 / 1366 * 1vw);
  max-width: calc(12px * 1580 / 1366);
  max-height: calc(12px * 1580 / 1366);
  background: url(../image/icon_download.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: calc(2 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-brandlogo-dw--linkarea-items .dw-link a::before{
    content: "";
    width: calc(12 * 100 / 375 * 1vw);
    height: calc(12 * 100 / 375 * 1vw);
    left: 0;
  }
}
.c-brandlogo-dw--linkarea-items2 {
  border-left: 1px solid #E5E4DF;
}
.c-brandlogo-dw--linkarea-items2 .dw-link-guide a{
  display: inline-flex;
  align-items: center;
  padding: 0 calc(18 * 100 / 1366 * 1vw) 0 calc(20 * 100 / 1366 * 1vw);
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-brandlogo-dw--linkarea-items2 {
    border-left: 0;
    border-top: 1px solid #E5E4DF;
    justify-content: flex-end;
  }
  .c-brandlogo-dw--linkarea-items2 .dw-link-guide a{
    padding: calc(20 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw) 0;
  }
}
.c-brandlogo-dw--linkarea-items .dw-link-guide a::after{
  content: "";
  width: calc(10 * 100 / 1366 * 1vw);
  height: calc(10 * 100 / 1366 * 1vw);
  max-width: calc(10px * 1580 / 1366);
  max-height: calc(10px * 1580 / 1366);
  background: url(../image/icon-window.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top:0
}
.c-brandlogo-dw--linkarea-items .dw-link-guide a:hover::after {
  filter: invert(15%) sepia(40%) saturate(2106%) hue-rotate(310deg)
    brightness(82%) contrast(72%) opacity(0.8);
}
@media screen and (max-width: 767px) {
  .c-brandlogo-dw--linkarea-items .dw-link-guide a::after{
    content: "";
    width: calc(10 * 100 / 375 * 1vw);
    height: calc(10 * 100 / 375 * 1vw);
    right: calc(5 * 100 / 375 * 1vw);
    top:calc(15 * 100 / 375 * 1vw);
  }
}
.c-brandlogo-dw--txt{
  width: calc(510 * 100 / 1366 * 1vw) ;
  max-width: calc(510px * 1580 / 1366);
  text-align: left;
  font-size: calc(13 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-brandlogo-dw--txt{
    width: 100% ;
    font-size: calc(12 * 100 / 375 * 1vw);
    line-height: 1.8;
    margin-bottom:calc(15 * 100 / 375 * 1vw);
  }
}
.c-brandlogo-dw--txt p{
  margin: 0 0 calc(30 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-brandlogo-dw--txt p{
    margin: 0 0 calc(20 * 100 / 375 * 1vw);
  }
}
.c-brandlogo-dw--head{
  font-family: "Shippori Mincho B1", serif;
  font-size: calc(25 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(25 * 100 / 1366 * 1vw), calc(25px * 1580 / 1366));
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
  padding-bottom: calc(34 * 100 / 1366 * 1vw) ;
  margin: calc(5 * 100 / 1366 * 1vw) 0 calc(30 * 100 / 1366 * 1vw) ;
  border-bottom: 1px solid #E5E4DF;
  color: #392E30;
}
@media screen and (max-width: 767px) {
  .c-brandlogo-dw--head{
    font-size: calc(20 * 100 / 375 * 1vw);
    padding-bottom: calc(20 * 100 / 375 * 1vw) ;
    margin-bottom: calc(20 * 100 / 375 * 1vw) ;
  }
}


/* 事業紹介ページ追加・修正
=====================================================================*/
#p-institution .c-izumm:last-child{
  margin-top: calc(140 * 100 / 1366 * 1vw);
}
#p-institution .c-izumm .c-button a{
  padding: calc(17 * 100 / 1366 * 1vw) calc(39 * 100 / 1366 * 1vw) calc(17 * 100 / 1366 * 1vw) calc(64 * 100 / 1366 * 1vw);
}
#p-institution .c-izumm:last-child .c-button{
  margin-top: calc(35 * 100 / 1366 * 1vw);
}
#p-institution .c-izumm:last-child .c-button:last-child{
  margin-top: calc(20 * 100 / 1366 * 1vw);
}
#p-institution .c-izumm:last-child .c-button:last-child a{
  padding: calc(17 * 100 / 1366 * 1vw) calc(55 * 100 / 1366 * 1vw) calc(17 * 100 / 1366 * 1vw) calc(70 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  #p-institution .c-izumm:last-child{
    margin-top: calc(80 * 100 / 375 * 1vw);
  }
  #p-institution .c-izumm:last-child .c-button{
    margin-top: calc(35 * 100 / 375 * 1vw);
  }
  #p-institution .c-izumm .c-button a{
    padding: calc(17 * 100 / 375 * 1vw) calc(39 * 100 / 375 * 1vw) calc(17 * 100 / 375 * 1vw) calc(64 * 100 / 375 * 1vw);
  }
  #p-institution .c-izumm:last-child .c-button:last-child{
    margin-top: calc(20 * 100 / 375 * 1vw);
  }
  #p-institution .c-izumm:last-child .c-button:last-child a{
    padding: calc(17 * 100 / 375 * 1vw) calc(55 * 100 / 375 * 1vw) calc(17 * 100 / 375 * 1vw) calc(70 * 100 / 375 * 1vw);
  }
}
@media screen and (min-width: 1580px){
.c-izumm .izumm-area--right .c-button a {
    max-width: calc(350px * 1580 / 1366);
}
}


/* 法人向けお問い合わせ
=====================================================================*/

.contact-select td {
  padding: calc(5 * 100 / 1366 * 1vw) 0 calc(15 * 100 / 1366 * 1vw);
}


input[type="radio"] {
  display: inline-block;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  span.wpcf7-list-item {
    margin: 0;
  }

  span.contact-kinds-headline {
    display: none;
  }
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " ";
}

.contact-kinds .your-design {
  display: inline-flex;
  align-items: center;
}
.wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  padding-top: calc(5 * 100 / 1366 * 1vw);
  cursor: pointer;
}

.wpcf7-list-item label input {
  margin-right: calc(10 * 100 / 1366 * 1vw);
}

.contact-kinds td {
  font-weight: bold;
  background: #F6F5F1;
  padding: calc(13 * 100 / 1366 * 1vw) 0 calc(12 * 100 / 1366 * 1vw) calc(15 * 100 / 1366 * 1vw);
  margin-bottom: calc(5 * 100 / 1366 * 1vw);
}
.contact-kinds td:last-child {
  margin-bottom: calc(35 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .wpcf7-list-item label {
    padding: 0 calc(25 * 100 / 375 * 1vw) calc(10 * 100 / 375 * 1vw) 0;
  }

  .wpcf7-list-item label input {
    margin-right: calc(10 * 100 / 375 * 1vw);
  }
  .contact-kinds td {
    padding: calc(15 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw) calc(5 * 100 / 375 * 1vw);
    margin-bottom: calc(8 * 100 / 375 * 1vw);
  }
  .contact-kinds td:last-child {
    margin-bottom: calc(35 * 100 / 375 * 1vw);
  }
}

.c-contact-table tr.contact-select01, 
.c-contact-table tr.contact-select02 {
  display: none;
}
.c-contact-table tr.contact-select01.is-active, 
.c-contact-table tr.contact-select02.is-active {
  display: flex;
}

.mwform-checkbox-field label, .mwform-radio-field label {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
.mwform-checkbox-field label, .mwform-radio-field label {
  margin-bottom: 10px;
  display: inline-block;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left:0;
  margin-right: 15px;
}
.contact-select td span.mwform-radio-field.horizontal-item,
.contact-select td span.mwform-checkbox-field.horizontal-item {
  margin-right: 10px;
}
}



/* 問い合わせ完了ページ */
#p-contact-thanks {
  border-bottom: 1px solid #e5e4df;
}

.contact-thanks-tel-text {
  text-align: left;
}


/* 業務用パジャマ・館内着
=====================================================================*/
html {
  scroll-padding-top: 150px;
}
a.c-forcop-contact {
  color: var(--color-accent);
  text-decoration: underline;
}
a.c-forcop-contact:hover {
  text-decoration: none;
}

.business-service-ware .pc-first-navi.pc-brown-navi.change-color,
.business-service-welfare .pc-first-navi.pc-brown-navi.change-color{
  border-bottom: 1px solid #CECBC9;
}
#p-contents-menu {
  display: none;
}

#p-contents-menu.active {
  display: block;
}

#p-contents-menu {
  position: fixed !important;
  top: 66px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  background: rgba(252, 252, 250, 0.8);
}
.c-contents-menu {
  width: calc(730 * 100 / 1366 * 1vw);
  max-width: calc(730px * 1580 / 1366);
  padding: calc(13 * 100 / 1366 * 1vw) 0;
  margin: 0 auto;
}
#welfare .c-contents-menu {
  width: calc(520 * 100 / 1366 * 1vw);
  max-width: calc(520px * 1580 / 1366);
}
.c-contents-menu-items {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
.c-contents-menu-items li a {
  color: rgba(112, 104, 100, 1);
  text-decoration: none;
  font-weight: bold;
}
.c-contents-menu-items li a:hover {
  color: rgba(112, 104, 100, 0.7);
}

@media screen and (max-width: 767px) {
  #p-contents-menu {
    border-top: 1px solid #e5e4df;
    border-bottom: 1px solid #e5e4df;
    top: 85px;
    margin-bottom: calc(80 * 100 / 375 * 1vw)
  }
  .c-contents-menu {
    width: 100%;
    padding: 0;
  }
  #welfare .c-contents-menu {
    width: 100%;
  }
  .c-contents-menu-items {
    display: none;
    justify-content: initial;
    margin-top: 0;
    background: #F6F5F1;
    padding: calc(40 * 100 / 375 * 1vw) 0;
    width: 100%;
  }
  .c-contents-menu-items li {
    font-size: calc(13 * 100 / 375 * 1vw);
    text-align: center;
    padding: calc(32 * 100 / 375 * 1vw) 0 0;
  }
  .c-contents-menu-items li:first-child {
    padding: 0;
  }
  .nav-open {
    padding: calc(12 * 100 / 375 * 1vw) 0 calc(11 * 100 / 375 * 1vw);
    font-family: var(--font-english);
    font-size: calc(12 * 100 / 375 * 1vw);
    line-height: 1;
    text-align: center;
    color: #ABA99C;
    position: relative;
  }
  .nav-open::before {
    /* 閉じている時 */
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 1px #9B9B9B;
    border-right: solid 1px #9B9B9B;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    transform: rotate(45deg);
    right: 40%;
    /* right: 20px
    margin-top: -6px; */
  }
  .nav-open.active::before {
    /* 開いている時 */
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #9B9B9B;
    border-right: solid 1px #9B9B9B;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    margin-top: -1px;
    /* margin-top: -4px; */
  }
}

#welfare .page-title {
  line-height: 1.3;
}

.c-pagetitle--business-service-ware {
  background: url(../image/bg_for-corporate.png) center 60%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .c-pagetitle--business-service-ware {
    padding-top: calc(151 * 100 / 375 * 1vw);
    padding-bottom: calc(72 * 100 / 375 * 1vw);
    background-size: 90%;
    background-position: center 70%;
  }
}

.c-forcorporate {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-forcorporate h2 {
  text-align: center;
  margin-bottom: calc(50 * 100 / 1366 * 1vw);
}

.forcorporate-text {
  width: calc(1100 * 100 / 1366 * 1vw);
  max-width: calc(1100px * 1580 / 1366);
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-forcorporate h2 {
    margin-bottom: calc(35 * 100 / 375 * 1vw);
  }
  .forcorporate-text {
    width: 100%;
    text-align: left;
    font-size: calc(25 * 100 / 1366 * 1vw);
    font-size: clamp(10px,
        calc(25 * 100 / 1366 * 1vw),
        calc(25px * 1580 / 1366));
  }
}

.forcorporate-text p {
  font-weight: bold;
  line-height: 1.8;
  color: var(--color-text4);
  padding-bottom: calc(20 * 100 / 1366 * 1vw);
}

@media screen and (max-width: 767px) {
  .forcorporate-text p {
    font-size: calc(13 * 100 / 375 * 1vw);
  }
}

#forcorporate section,
#welfare section {
  padding: calc(120 * 100 / 1366 * 1vw) 0 calc(110 * 100 / 1366 * 1vw);
  border-bottom: 1px solid #e5e4df;
}

@media screen and (max-width: 767px) {
  #forcorporate section,
  #welfare section {
    padding: calc(70 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw) calc(94 * 100 / 375 * 1vw);
  }
    #forcorporate #p-jirei,
    #welfare #p-jirei {
      padding: calc(70 * 100 / 375 * 1vw) 0 calc(94 * 100 / 375 * 1vw);
    }

}

.c-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: calc(45 * 100 / 1366 * 1vw);
}

@media screen and (max-width: 767px) {
  .c-contents {
    margin-bottom: calc(60 * 100 / 375 * 1vw);
  }
}
#forcorporate h3 {
  padding-bottom: calc(20 * 100 / 1366 * 1vw);
}

.c-contents h3 .underline {
  display: block;
  border-bottom: 1px solid #871e25;
  width: calc(30 * 100 / 1366 * 1vw);
  margin: 0 auto;
  margin-top: calc(20 * 100 / 1366 * 1vw);
}

@media screen and (max-width: 767px) {

  #forcorporate h3 {
    font-weight: 600;
    padding-bottom: calc(30 * 100 / 375 * 1vw);
  }

  .c-contents h3 .underline {
    width: calc(30 * 100 / 375 * 1vw);
    margin-top: calc(15 * 100 / 375 * 1vw);
  }
}

.c-contents .textarea p {
  font-weight: bold;
  line-height: 1.8;
  color: var(--color-text4);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-contents .textarea p {
    font-size: calc(13 * 100 / 375 * 1vw);
    text-align: left;
  }
}




.c-list {
  width: calc(1100 * 100 / 1366 * 1vw);
  max-width: calc(1100px * 1580 / 1366);
  margin: 0 auto;
}

.c-list-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-list-items .c-list-item {
  width: calc(340 * 100 / 1366 * 1vw);
  max-width: calc(340px * 1580 / 1366);
  margin-bottom: calc(50 * 100 / 1366 * 1vw);
}
.c-list-items .c-list-item-box .c-list-item-box-img img{
  border-radius: 3px;
}

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

  .c-list-items {
    display: block;
  }

  .c-list-items .c-list-item {
    width: 100%;
    margin-bottom: calc(20 * 100 / 375 * 1vw);
    border-bottom: 1px solid #E5E4DF;
  }

  .c-list-items .c-list-item:first-child {
    border-top: 1px solid #E5E4DF;
    padding-top: calc(20 * 100 / 375 * 1vw);
  }
  #p-lineup .c-list-items .c-list-item:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .c-list-items .c-list-item:last-child {
    border-bottom: none;
  }

  .c-list-items .c-list-item-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .c-list-items .c-list-item-box .c-list-item-box-img {
    width: calc(100 * 100 / 375 * 1vw);
  }

  .c-list-items .c-list-item-box .c-list-item-box-txt {
    width: calc(220 * 100 / 375 * 1vw);
  }
}

.c-list-item-box-txt .c-list-item-box-txt-head {
  font-family: var(--font-japanese);
  font-size: calc(20 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(20 * 100 / 1366 * 1vw), calc(20px * 1580 / 1366));
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.7;
  text-align: center;
  margin: calc(16 * 100 / 1366 * 1vw) 0 calc(12 * 100 / 1366 * 1vw);
}

.c-list-item-box-txt p {
  font-size: calc(12 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(12 * 100 / 1366 * 1vw), calc(12px * 1580 / 1366));
  line-height: 1.8;
  font-weight: bold;
  color: var(--color-text4);
}

@media screen and (max-width: 767px) {
  .c-list-item-box-txt .c-list-item-box-txt-head {
    font-size: calc(15 * 100 / 375 * 1vw);
    text-align: left;
    margin: 0 0 calc(10 * 100 / 375 * 1vw);
  }

  .c-list-item-box-txt p {
    font-size: calc(10 * 100 / 375 * 1vw);
    margin: 0 0 calc(23 * 100 / 375 * 1vw);
  }
}



.c-lineup-list-items .c-lineup-list-item {
  width: calc(250 * 100 / 1366 * 1vw);
  max-width: calc(250px * 1580 / 1366);
  margin-bottom: calc(50 * 100 / 1366 * 1vw);
}

@media screen and (max-width: 767px) {
  .c-lineup-list-items {
    display: flex;
    justify-content: space-between;
  }

  .c-lineup-list-items .c-lineup-list-item {
    width: 47%;
    margin-bottom: calc(20 * 100 / 375 * 1vw);
    border: 0;
  }

  .c-lineup-list-item .c-lineup-list-item-box {
    display: block;
  }

  .c-lineup-list-item .c-lineup-list-item-box .c-lineup-list-item-box-img {
    width: 100%;
  }

  .c-lineup-list-item .c-lineup-list-item-box .c-list-item-box-txt {
    width: 100%;
  }
}

.c-lineup-list-item .c-list-item-box-txt .c-list-item-box-txt-head {
  font-family: var(--font-main);
  color: #871E25;
  font-size: calc(11 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(11 * 100 / 1366 * 1vw), calc(11px * 1580 / 1366));
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1;
  margin: calc(10 * 100 / 1366 * 1vw) 0 calc(5 * 100 / 1366 * 1vw);
  text-align: left;
}

.c-lineup-list-item .c-list-item-box-txt .c-list-item-box-txt-head span.border {
  border-left: 1px solid #C1BEBA;
  margin-left: calc(10 * 100 / 1366 * 1vw);
  padding-left: calc(9 * 100 / 1366 * 1vw);
}

.c-lineup-list-item .c-list-item-box-txt p {
  font-size: calc(13 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  font-weight: bold;
  line-height: 1.8;
  color: var(--color-text4);
}

@media screen and (max-width: 767px) {
  .c-lineup-list-item .c-list-item-box-txt .c-list-item-box-txt-head {
    font-size: calc(10 * 100 / 375 * 1vw);
    margin: calc(10* 100 / 375* 1vw) 0 calc(10* 100 / 375* 1vw);
  }

  .c-lineup-list-item .c-list-item-box-txt .c-list-item-box-txt-head span.border {
    margin-left: calc(9 * 100 / 375 * 1vw);
    padding-left: calc(10 * 100 / 375 * 1vw);
  }

  .c-lineup-list-item .c-list-item-box-txt p {
    font-size: calc(10 * 100 / 375 * 1vw);
    margin-bottom: 0;
  }
}

.c-forcop-contact {
  text-align: center;
  padding-top: calc(25 * 100 / 1366 * 1vw);
}
.c-forcop-contact p {
  font-weight: bold;
  color: var(--color-text4);
  margin-bottom: calc(34 * 100 / 1366 * 1vw);
}

.c-forcop-button a {
  height: calc(83 * 100 / 1366 * 1vw);
  max-height: calc(83px * 1580 / 1366);
  max-width: calc(350px * 1580 / 1366);
}

@media screen and (max-width: 767px) {
  .c-forcop-contact {
    text-align: center;
    padding-top: calc(50 * 100 / 375 * 1vw);
  } 
  #p-forcop-contact .c-forcop-contact {
    padding-top: 0;
  }

  .c-forcop-contact p {
    font-size: calc(12 * 100 / 375 * 1vw);
    margin-bottom: calc(24 * 100 / 375 * 1vw);
  }

  .c-forcop-button a {
    height: calc(76 * 100 / 375 * 1vw);
    max-height: calc(76 * 100 / 375 * 1vw);
    max-width: calc(295 * 100 / 375 * 1vw);
  }
}

.c-jirei-wrap {
  width: calc(1100 * 100 / 1366 * 1vw);
  max-width: calc(1100px * 1580 / 1366);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-jirei-wrap {
    width: 100%;
    padding: 0;
  }
}

.jirei-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .jirei-area {
    flex-direction: column;
  }
}

.jirei-area .jirei-area-photo {
  width: calc(520 * 100 / 1366 * 1vw);
  max-width: calc(520px * 1580 / 1366);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .jirei-area .jirei-area-photo {
    width: calc(355 * 100 / 375 * 1vw);
    margin-left: calc(20 * 100 / 375 * 1vw)
  }
}
.jirei-area .jirei-area-photo img{
  border-radius: 3px;
}

#p-case .thumbnail_slider,
#forcorporate .thumbnail_slider,
#welfare .thumbnail_slider {
  margin: calc(10 * 100 / 1366 * 1vw) 0 0;
  margin-left: calc(-106 * 100 / 1366 * 1vw);
}
#p-case .thumbnail_slider .slick-slide,
#forcorporate .thumbnail_slider .slick-slide,
#welfare .thumbnail_slider .slick-slide {
  width: calc(96 * 100 / 1366 * 1vw);
  max-width: calc(96px * 1580 / 1366);
  margin: 0 calc(10 * 100 / 1366 * 1vw) 0 0;
}
#p-case .thumbnail_slider .slick-slide:hover,
#forcorporate .thumbnail_slider .slick-slide:hover,
#welfare .thumbnail_slider .slick-slide:hover {
  opacity: .7;
  cursor: pointer;
}
@media screen and (min-width: 1580px) {
  #p-case .thumbnail_slider .slick-slide,
  #forcorporate .thumbnail_slider .slick-slide,
  #welfare .thumbnail_slider .slick-slide {
    margin: 0 calc(10px * 1580 / 1366) 0 0;
  }
}
#p-case .slick-track:before,
#forcorporate .slick-track:before,
#welfare .slick-track:before,
#p-case .slick-track:after,
#forcorporate .slick-track:after,
#welfare .slick-track:after {
  display: none;
}

#p-case .slick-next:before,
#forcorporate .slick-next:before,
#welfare .slick-next:before,
#p-case .slick-prev:before,
#forcorporate .slick-prev:before,
#welfare .slick-prev:before {
  display: none;
}
#p-case .slick-arrow,
#forcorporate .slick-arrow,
#welfare .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  width: 48px;
  height: 62px;
}
#p-case .c-other-case-list .slick-arrow {
  top: calc(50% - 30px);
}

#p-case .slick-arrow img:hover,
#forcorporate .slick-arrow img:hover,
#welfare .slick-arrow img:hover {
  opacity: .7;
  cursor: pointer;
}
#p-case .slick-prev,
#forcorporate .slick-prev,
#welfare .slick-prev {
  left: 0;
}
#p-case .slick-next,
#forcorporate .slick-next,
#welfare .slick-next {
  right: 0px;
}
@media screen and (max-width: 767px) {
  #p-case #slider,
  #forcorporate #slider,
  #welfare #slider{
    width: calc(335 * 100 / 375 * 1vw);
  }
  #p-case .thumbnail_slider,
  #forcorporate .thumbnail_slider,
  #welfare .thumbnail_slider {
    margin: calc(10 * 100 / 375 * 1vw) 0 0;
    margin-left: calc(-82 * 100 / 375 * 1vw);
  }
  #p-case .thumbnail_slider .slick-slide,
  #forcorporate .thumbnail_slider .slick-slide,
  #welfare .thumbnail_slider .slick-slide {
    width: calc(74 * 100 / 375 * 1vw);
    margin: 0 calc(8 * 100 / 375 * 1vw) 0 0;
  }
}
@media screen and (min-width: 1580px) {
  #p-case .thumbnail_slider,
  #forcorporate .thumbnail_slider,
  #welfare .thumbnail_slider {
    margin-left: calc(-106px * 1580 / 1366);
  }
}
.jirei-area .jirei-area--right {
  display: flex;
  flex-direction: column;
  width: calc(510 * 100 / 1366 * 1vw);
  max-width: calc(510px * 1580 / 1366);
}

@media screen and (max-width: 767px) {
  .jirei-area .jirei-area--right {
    width: 100%;
    padding: 0 calc(20 * 100 / 375 * 1vw);
    padding-top: calc(35 * 100 / 375 * 1vw);
  }
}
.jirei-area .jirei-area--right h4 {
  font-size: calc(25 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(25 * 100 / 1366 * 1vw), calc(25px * 1580 / 1366));
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
  padding-top: calc(10 * 100 / 1366 * 1vw);
}

@media screen and (max-width: 767px) {
  .jirei-area .jirei-area--right h4 {
    font-size: calc(22 * 100 / 375 * 1vw);
    line-height: 1.8;
  }
}

.jirei-area .jirei-area--right .jirei-area-text {
  font-weight: bold;
  line-height: 2;
  font-size: calc(13 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  color: var(--color-text4);
  margin-top: calc(30 * 100 / 1366 * 1vw);
  padding-top: calc(35 * 100 / 1366 * 1vw);
  border-top: 1px solid #e5e4df;
}

@media screen and (max-width: 767px) {
  .jirei-area .jirei-area--right .jirei-area-text {
    line-height: 1.8;
    font-size: calc(12 * 100 / 375 * 1vw);
    margin-top: calc(30 * 100 / 375 * 1vw);
    padding-top: calc(25 * 100 / 375 * 1vw);
  }
}
.jirei-area .jirei-area--right .jirei-area-text p {
  padding-bottom: calc(30 * 100 / 1366 * 1vw);
}
.jirei-area .jirei-area--right .jirei-area-text .c-red {
  display: block;
  font-size: calc(14 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
  color: var(--color-accent);
  line-height: 1;
  padding-left: calc(15 * 100 / 1366 * 1vw);
  padding-bottom: calc(15 * 100 / 1366 * 1vw);
  display: flex;
  align-items: center;
  position: relative;
}
.jirei-area .jirei-area--right .jirei-area-text .c-red::before{
  content: "";
    width: 6px;
    height: 6px;
    background: url(../image/dot.svg) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
}
@media screen and (max-width: 767px) {
  .jirei-area .jirei-area--right .jirei-area-text p {
    padding-bottom: calc(30 * 100 / 375 * 1vw);
    margin:0;
  }
  .jirei-area .jirei-area--right .jirei-area-text .c-red {
    font-size: calc(13 * 100 / 375 * 1vw);
    padding-bottom: calc(10 * 100 / 375 * 1vw);
    padding-left: calc(13 * 100 / 375 * 1vw);
  }
  .jirei-area .jirei-area--right .jirei-area-text .c-red::before{
    content: "";
    width: 5px;
    height: 5px;
  }
}

.jirei-table {
  border-collapse: separate;
  border-spacing: 0px calc(3 * 100 / 1366 * 1vw);
}

.jirei-table tr th,
.jirei-table tr td {
  font-size: calc(13 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  font-weight: bold;
  color: #706864;
  padding: calc(10 * 100 / 1366 * 1vw) calc(5 * 100 / 1366 * 1vw) calc(13 * 100 / 1366 * 1vw) calc(20 * 100 / 1366 * 1vw);
  border-bottom: 1px solid #E5E4DF;
  text-align: left;
}

.jirei-table tr th {
  background: #EFEFEF;
  width: calc(100 * 100 / 1366 * 1vw);
  max-width: calc(100px * 1580 / 1366);
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {

  .jirei-table tr th,
  .jirei-table tr td {
    font-size: calc(10 * 100 / 375 * 1vw);
    padding: calc(10 * 100 / 375 * 1vw) calc(10 * 100 / 375 * 1vw) calc(12 * 100 / 375 * 1vw) calc(16 * 100 / 375 * 1vw);
  }

  .jirei-table tr th {
    width: calc(70 * 100 / 375 * 1vw);
    padding:0;
  }
}

.c-flow-items-wrap {
  width: calc(1000 * 100 / 1366 * 1vw);
  max-width: calc(1000px * 1580 / 1366);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-flow-items-wrap {
    width: 100%;
  }
}

.c-flow-items {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

.c-flow-item {
  margin-bottom: calc(70 * 100 / 1366 * 1vw);
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-flow-item {
    margin-bottom: calc(40 * 100 / 375 * 1vw);
  }
}

.c-flow-item::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 0;
  border-bottom: solid 2px #9B9B9B;
  border-right: solid 2px #9B9B9B;
  position: absolute;
  left: 49%;
  transform: rotate(45deg);
}
.c-flow-item:last-child:after {
  content: none;
}
.c-flow-item-box {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

@media screen and (max-width: 767px) {
  .c-flow-item-box {
    margin-bottom: calc(18 * 100 / 375 * 1vw);
  }
}

.c-flow-item-box-img {
  width: calc(200 * 100 / 1366 * 1vw);
  max-width: calc(200px * 1580 / 1366);
}

@media screen and (max-width: 767px) {
  .c-flow-item-box-img {
    width: calc(110 * 100 / 375 * 1vw);
  }
}

.c-flow-item-box-txt {
  width: calc(750 * 100 / 1366 * 1vw);
  max-width: calc(750px * 1580 / 1366);
}

.c-flow-item-box-txt p {
  color: #706864;
  font-weight: bold;
}

.c-flow-item-box-txt-head {
  font-family: var(--font-japanese);
  font-size: calc(30 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(30 * 100 / 1366 * 1vw), calc(30px * 1580 / 1366));
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #392E29;
  padding-bottom: calc(37 * 100 / 1366 * 1vw);
}

@media screen and (max-width: 767px) {
  .c-flow-item-box-txt {
    width: calc(204 * 100 / 375 * 1vw);
  }

  .c-flow-item-box-txt p {
    font-size: calc(12 * 100 / 375 * 1vw);
    line-height: 1.6;
  }

  .c-flow-item-box-txt-head {
    font-size: calc(16 * 100 / 375 * 1vw);
    padding-bottom: calc(10 * 100 / 375 * 1vw);
  }
}

#forcorporate #p-faq, 
#welfare #p-faq {
  border: none;
  padding-bottom:0;
}
.c-faq-list-wrap {
  width: calc(1000 * 100 / 1366 * 1vw);
  max-width: calc(1000px * 1580 / 1366);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .c-faq-list-wrap {
    width: 100%;
  }
}

.c-faq-list-wrap dl {
  position: relative;
  letter-spacing: 0;
  border-top: 1px solid #E5E4DF;
}

.c-faq-list-wrap dl:last-child {
  border-bottom: 1px solid #E5E4DF;
}



.c-faq-list-wrap .dl-icon::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border: 0;
  border-bottom: solid 1px #9B9B9B;
  border-right: solid 1px #9B9B9B;
  position: absolute;
  top: 40%;
  transform: rotate(45deg);
  right: 20px;
}

@media screen and (max-width: 767px) {
  .c-faq-list-wrap .dl-icon::after {
    width: 5px;
    height: 5px;
    right: 0;
  }
}


.c-faq-list-wrap dl.open .dl-icon::after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0;
  border-bottom: solid 1px #9B9B9B;
  border-right: solid 1px #9B9B9B;
  position: absolute;
  top: 50%;
  transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
  .c-faq-list-wrap dl.open .dl-icon::after {
    width: 5px;
    height: 5px;
  }
}

.c-faq-list-wrap dl dt {
  position: relative;
  margin: 0;
  padding: calc(25 * 100 / 1366 * 1vw) 0 calc(23 * 100 / 1366 * 1vw) calc(67 * 100 / 1366 * 1vw);
  font-size: calc(14 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
  color: #706864;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  letter-spacing:0.08em;
}

@media screen and (max-width: 767px) {
  .c-faq-list-wrap dl dt {
    padding: calc(15 * 100 / 375 * 1vw) calc(20 * 100 / 375 * 1vw) calc(10 * 100 / 375 * 1vw) calc(30 * 100 / 375 * 1vw);
    font-size: calc(12 * 100 / 375 * 1vw);
    line-height: 1.6;
  }
}

.c-faq-list-wrap dl dt:before {
  position: absolute;
  display: block;
  content: 'Q.';
  font-family: var(--font-japanese);
  color: #9B9592;
  font-size: calc(20 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(20 * 100 / 1366 * 1vw), calc(20px * 1580 / 1366));
  font-weight: 600;
  line-height: 1;
  left: calc(20 * 100 / 1366 * 1vw);
  top: 32%;
}

@media screen and (max-width: 767px) {
  .c-faq-list-wrap dl dt:before {
    font-size: calc(16 * 100 / 375 * 1vw);
    left: 0;
  }
}

.c-faq-list-wrap dl dd {
  position: relative;
  margin: 0;
  padding: 0 calc(20 * 100 / 1366 * 1vw) calc(20 * 100 / 1366 * 1vw) calc(60 * 100 / 1366 * 1vw);
}

@media screen and (max-width: 767px) {
  .c-faq-list-wrap dl dd {
    padding: 0 0 calc(15 * 100 / 375 * 1vw) calc(30 * 100 / 375 * 1vw);
  }
}

.c-faq-list-wrap dl dd .c-qa-list-wrap {
  background: #F6F5F1;
  padding: calc(15 * 100 / 1366 * 1vw) calc(20 * 100 / 1366 * 1vw) calc(15 * 100 / 1366 * 1vw);
  font-size: calc(14 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(14 * 100 / 1366 * 1vw), calc(14px * 1580 / 1366));
  color: #706864;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c-faq-list-wrap dl dd .c-qa-list-wrap {
    padding: calc(10 * 100 / 375 * 1vw) calc(15 * 100 / 375 * 1vw) calc(14 * 100 / 375 * 1vw);
    font-size: calc(12 * 100 / 375 * 1vw);
  }
}

.c-faq-list-wrap dl dd .c-qa-list-wrap ul,
.c-faq-list-wrap dl dd .c-qa-list-wrap p {
  margin-bottom: 1em;
}
.c-faq-list-wrap dl dd .c-qa-list-wrap p:last-of-type {
  margin-bottom: 0;
}
.c-faq-list-wrap dl dd .c-qa-list-wrap ul li{
  margin-bottom: calc(5 * 100 / 1366 * 1vw);
}
@media screen and (max-width: 767px) {
  .c-faq-list-wrap dl dd .c-qa-list-wrap ul li{
    margin-bottom: calc(5 * 100 / 375 * 1vw);
  }
}


.c-faq-list-wrap dl dd::before {
  position: absolute;
  display: block;
  content: 'A.';
  font-family: var(--font-japanese);
  color: #871E25;
  font-size: calc(20 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(20 * 100 / 1366 * 1vw), calc(20px * 1580 / 1366));
  font-weight: 600;
  line-height: 1;
  left: calc(20 * 100 / 1366 * 1vw);
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);

}

@media screen and (max-width: 767px) {
  .c-faq-list-wrap dl dd::before {
    font-size: calc(16 * 100 / 375 * 1vw);
    left: 0;
  }
}


/* コミュニケーション・健康経営のサポート
=====================================================================*/

.c-pagetitle--business-service-welfare {
  line-height: 1.3;
  background: url(../image/bg_for-corporate.png) center 60%;
  background-repeat: no-repeat;

}
@media screen and (max-width: 767px) {
  .c-pagetitle--business-service-welfare {
    padding-top: calc(151 * 100 / 375 * 1vw);
    padding-bottom: calc(72 * 100 / 375 * 1vw);
    background-size: 90%;
    background-position: center 70%;
  }
}

.c-suggestion,
.c-jirei {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: calc(70 * 100 / 1366 * 1vw);
}

@media screen and (max-width: 767px) {
  .c-suggestion,
  .c-jirei {
    margin-bottom: calc(60 * 100 / 375 * 1vw);
  }
  .c-jirei{
    padding: 0 calc(20 * 100 / 375 * 1vw);

  }
}

#welfare h3 .underline {
  display: block;
  border-bottom: 1px solid #871e25;
  width: calc(30 * 100 / 1366 * 1vw);
  margin: 0 auto;
  margin-top: calc(15 * 100 / 1366 * 1vw);
}

@media screen and (max-width: 767px) {
  #welfare h3 {
    font-weight: 600;
    text-align: center;
  }

  #welfare h3 .underline {
    width: calc(30 * 100 / 375 * 1vw);
    margin-top: calc(15 * 100 / 375 * 1vw);
  }
}

.c-suggestion .textarea p,
.c-jirei .textarea p {
  font-weight: bold;
  line-height: 1.8;
  color: var(--color-text4);
  text-align: center;
}

@media screen and (max-width: 767px) {

  .c-suggestion .textarea p,
  .c-jirei .textarea p {
    font-size: calc(13 * 100 / 375 * 1vw);
    text-align: left;
  }
}

.c-suggestion-list {
  width: calc(1100 * 100 / 1366 * 1vw);
  max-width: calc(1100px * 1580 / 1366);
  margin: 0 auto;
}

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

.c-suggestion-list-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: calc(74 * 100 / 1366 * 1vw);
}

@media screen and (max-width: 767px) {
  .c-suggestion-list-item {
    flex-direction: column;
    justify-content: initial;
    margin-bottom: calc(35 * 100 / 375 * 1vw);
  }
}

.c-suggestion-list-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.c-suggestion-list-img {
  width: calc(520 * 100 / 1366 * 1vw);
  max-width: calc(520px * 1580 / 1366);
}

.c-suggestion-list-txt {
  width: calc(510 * 100 / 1366 * 1vw);
  max-width: calc(510px * 1580 / 1366);
}

@media screen and (max-width: 767px) {
  .c-suggestion-list-img {
    width: 100%;
  }

  .c-suggestion-list-txt {
    width: 100%;
  }

  .c-suggestion-list-item:nth-child(2n) {
    flex-direction: column;
  }
  .c-suggestion-list-item:last-child {
    margin-bottom: calc(10 * 100 / 375 * 1vw);
  }
}

.c-suggestion-list-img-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-suggestion-list-img-item {
  width: calc(250 * 100 / 1366 * 1vw);
  max-width: calc(250px * 1580 / 1366);
  margin-bottom: calc(20 * 100 / 1366 * 1vw);
}

@media screen and (max-width: 767px) {
  .c-suggestion-list-img-item {
    width: calc(161 * 100 / 375 * 1vw);
    margin-bottom: calc(13 * 100 / 375 * 1vw);
  }
}

.c-suggestion-list-txt-head {
  color: var(--color-accent);
  font-weight: bold;
  line-height: 1;
  padding-left: calc(15 * 100 / 1366 * 1vw);
  padding-bottom: calc(22 * 100 / 1366 * 1vw);
  border-bottom: 1px solid #E5E4DF;
  display: flex;
  align-items: center;
  position: relative;
}
.c-suggestion-list-txt-head::before {
  content: "";
  width: 6px;
  height: 6px;
  background: url(../image/dot.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 767px) {
  .c-suggestion-list-txt-head {
    font-size: calc(13 * 100 / 375 * 1vw);
    line-height: 1.4;
    padding-left: calc(13 * 100 / 375 * 1vw);
    padding-bottom: calc(20 * 100 / 375 * 1vw);
    margin-top: calc(20 * 100 / 375 * 1vw);
    display: flex;
  }
  .c-suggestion-list-txt-head::before {
    content: "";
    width: 5px;
    height: 5px;
  }
}

h4.c-suggestion-list-txt-title {
  font-size: calc(25 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(25 * 100 / 1366 * 1vw), calc(25px * 1580 / 1366));
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.8;
  padding: calc(35 * 100 / 1366 * 1vw) 0 calc(30 * 100 / 1366 * 1vw);
}

@media screen and (max-width: 767px) {
  h4.c-suggestion-list-txt-title {
    font-size: calc(18 * 100 / 375 * 1vw);
    padding: calc(25 * 100 / 375 * 1vw) 0;
  }
}

.c-suggestion-list-textarea p {
  font-size: calc(13 * 100 / 1366 * 1vw);
  font-size: clamp(10px, calc(13 * 100 / 1366 * 1vw), calc(13px * 1580 / 1366));
  color: var(--color-text4);
  font-weight: bold;
  line-height: 2;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .c-suggestion-list-textarea p {
    font-size: calc(12 * 100 / 375 * 1vw);
    line-height: 1.8;
  }
}

.center {
  text-align: center;
}