@charset "UTF-8";

/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
samp,
sub,
sup,
var,
b,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
mark,
audio,
video,
a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span,
small,
em,
time,
i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

a {
  border: medium;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.7;
  font-family: "FOT-マティス ProN M";
  font-weight: 700;
}

.font01 {
  font-family: "FOT-マティス ProN M";
}

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

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
select {
  vertical-align: middle;
}

abbr[title],
dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: inherit;
}

/*-----------------------------------------------------------
Bace
-----------------------------------------------------------*/
/*------------
Body
--------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  background: #d4dcd6;
}

::selection {
  background: #d4dcd6;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

html {
  height: 100%;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #333;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  overflow: auto;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.no-link {
  pointer-events: none;
}

.anchor {
  margin-top: -50px;
  padding-top: 50px;
}

a[href^=tel] {
  cursor: default;
}

.container,
.container--max,
.pc-navi,
.footer-link,
.footer-inr,
.modal-content {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.container--max {
  max-width: 1800px;
  width: 100%;
}

/*------------
Header
--------------*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.header-inr {
  padding: 0 0 0 25px;
}

.header .h-logo {
  width: 200px;
}

.humberger {
  display: none;
}

/*------------
G-navi
--------------*/
.pc-navi {
  margin: 30px auto 40px;
}

.pc-navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pc-navi .item {
  font-family: "Newsreader", serif;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 20px;
  position: relative;
  color: #322E2D;
}

.pc-navi .item:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  position: absolute;
  top: 2px;
  left: 0;
  background-color: #CCCCCC;
}

.pc-navi .item .en {
  opacity: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: static;
  transition: 0.6s;
}

.pc-navi .item .jp {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  bottom: -100vh;
  transition: 0.6s;
}

.pc-navi .item .item-link {
  display: block;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.pc-navi .item .item-link:hover {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.pc-navi .item .item-link:hover .en {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  bottom: -100vh;
}

.pc-navi .item .item-link:hover .jp {
  opacity: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: static;
}

.pc-navi .item:nth-of-type(1) {
  width: 13%;
}

.pc-navi .item:nth-of-type(2) {
  width: 13%;
}

.pc-navi .item:nth-of-type(2) .pc-navi-child {
  width: 220px;
}

.pc-navi .item:nth-of-type(3) {
  width: 13%;
}

.pc-navi .item:nth-of-type(4) {
  width: 15%;
}

.pc-navi .item:nth-of-type(5) {
  width: 13%;
}

.pc-navi .item:nth-of-type(6) {
  width: 19%;
}

.pc-navi .item:nth-of-type(7) {
  width: 14%;
}

.pc-navi .item:nth-of-type(7):after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  position: absolute;
  top: 2px;
  right: 0;
  background-color: #CCCCCC;
}

.pc-dropdown {
  position: relative;
}

.pc-dropdown .pc-navi-child {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  text-align: left;
  padding: 20px 20px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  width: 180px;
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.pc-dropdown .pc-navi-child li {
  font-family: "FOT-マティス ProN M";
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
  padding-left: 17px;
  position: relative;
}

.pc-dropdown .pc-navi-child li:before {
  content: "";
  display: inline-block;
  width: 6.5px;
  height: 6.5px;
  border: 0px;
  border-top: 1px solid #322E2D;
  border-right: 1px solid #322E2D;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pc-dropdown .pc-navi-child li:not(:last-child) {
  margin-bottom: 10px;
}

.pc-dropdown .pc-navi-child li:hover {
  text-decoration: underline;
}

.pc-dropdown:hover .pc-navi-child {
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
}

.sp-navi {
  display: none;
}

.humberger {
  display: none;
}

/*------------
Hero
--------------*/
.hero {
  width: 100%;
  position: relative;
}

.hero-slider {
  height: 100%;
}

.hero-slider .slider-img {
  height: 860px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-slider .l-img,
.hero-slider .sec02 .l-img--left,
.sec02 .hero-slider .l-img--left {
  min-height: 680px;
}

.hero-slider .l-img img,
.hero-slider .sec02 .l-img--left img,
.sec02 .hero-slider .l-img--left img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.hero-slider .slick-dots {
  bottom: 40px;
}

.hero-slider .slick-dots li button,
.hero-slider .slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
}

.hero-desc {
  position: absolute;
  top: 65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero-ttl {
  color: #322E2D;
  font-size: 26px;
  font-family: "FOT-マティス ProN M";
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.3rem;
}

.hero-ttl--part {
  display: block;
}

.hero-ttl--part:nth-of-type(n + 2) {
  padding-right: 40px;
}

.hero-ttl--part:nth-of-type(2) {
  margin-top: 125px;
}

.hero-ttl--part:nth-of-type(3) {
  margin-top: 360px;
}

.hero-ttl--part:nth-of-type(4) {
  padding-right: 120px;
}

.hero-ttl--part:nth-of-type(5) {
  margin-top: 230px;
}

/*------------
Top contents
--------------*/
.t-ttl {
  margin-bottom: 30px;
  color: #000;
}

.t-ttl .en {
  font-family: "Newsreader", serif;
  font-size: 20px;
  font-weight: 500;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}

.t-ttl .jp {
  font-family: "FOT-マティス ProN M";
  font-size: 30px;
  line-height: 1.7;
}

.t-ttl-02 {
  text-align: center;
}

.t-ttl-02 .en {
  font-size: 98px;
  font-family: "Newsreader", serif;
  font-weight: 400;
  color: #EFEAE1;
  display: block;
  line-height: 1;
}

.t-ttl-02 .jp {
  font-family: "FOT-マティス ProN M";
  font-size: 36px;
  font-weight: 500;
  display: block;
  line-height: 1;
  color: #000;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.sec01 {
  margin: 60px 0 80px;
}

.sec01 .container,
.sec01 .container--max,
.sec01 .pc-navi,
.sec01 .footer-link,
.sec01 .footer-inr,
.sec01 .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec01-ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec01 .t-ttl {
  margin-bottom: 10px;
}

.sec01 .t-news-list01 {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}

.sec01 .btn-min {
  border: 1px solid #ACA496;
  font-size: 13px;
  text-align: center;
  font-family: "FOT-マティス ProN M";
  width: 125px;
  position: relative;
  display: inline-block;
  padding: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec01 .btn-min:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: #ACA496;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sec01 .btn-min:hover {
  background-color: #ACA496;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec02 {
  background-color: #F6F4F0;
  padding: 210px 0 100px;
  position: relative;
  overflow: hidden;
}

.sec02:before {
  content: "Works";
  display: inline-block;
  color: #EFEAE1;
  font-size: 400px;
  font-weight: 500;
  font-family: "Newsreader", serif;
  position: absolute;
  top: -140px;
  left: -50px;
  z-index: 0;
}

.sec02-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 5;
  position: relative;
}

.sec02 .l-desc {
  width: 45%;
}

.sec02 .l-img,
.sec02 .l-img--left {
  width: 50%;
  position: relative;
}

.sec02 .l-img img,
.sec02 .l-img--left img {
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
  height: 360px;
}

.sec02 .l-img--right {
  position: absolute;
  top: -120px;
  right: -20%;
}

.sec02-list {
  max-width: 390px;
  margin-bottom: 80px;
}

.sec02-list .l-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sec02-list .l-item:nth-of-type(n + 2) {
  margin-top: 20px;
}

.sec02-list .l-item a {
  display: inline-block;
  width: 100%;
}

.sec02-list .jp {
  display: inline-block;
  font-size: 20px;
  font-family: "FOT-マティス ProN M";
  white-space: nowrap;
  padding-right: 20px;
}

.sec02-list .en {
  font-size: 15px;
  font-weight: 500;
  font-family: "Newsreader", serif;
  color: #000;
  border-bottom: 1px solid #333333;
  position: relative;
  width: 100%;
  text-align: right;
}

.sec02-list .en:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #A23C8B;
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 2;
}

.sec02-list .en:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #A23C8B;
  position: absolute;
  bottom: -1px;
  right: 0;
  z-index: 1;
}

.sec02-list .en:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #A23C8B;
}

.sec02-list .en:hover:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.sec12-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: calc((100% - 1024px) / 2);
}

.sec12-layout .l-img {
  width: 63.74%;
  text-align: right;
  margin-left: 70px;
}

.sec12-layout .l-img span {
  display: block;
}

.sec12-layout .l-img img {
  width: 100%;
}

.sec12-layout .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sec12-layout .t-ttl {
  margin-bottom: 60px;
}

@media (max-width: 1200px) {
  .sec12-layout {
    padding-left: 5vw;
  }
}

@media (max-width: 800px) {
  .sec12-layout {
    display: block;
    padding: 0;
  }

  .sec12-layout .l-img {
    width: 100%;
    margin: 0 0 20px;
  }

  .sec12-layout .l-desc {
    margin: 0 5vw;
    padding: 0 0 50px;
  }

  .sec12-layout .t-ttl {
    margin-bottom: 30px;
  }
}

.t-slider-layout,
.t-slider-layout--re {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 100px 0;
}

.t-slider-layout .point-en,
.t-slider-layout--re .point-en {
  color: #ACA496;
  font-family: "Newsreader", serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.7;
  padding-bottom: 10px;
}

.t-slider-layout .l-txt,
.t-slider-layout--re .l-txt {
  padding-bottom: 100px;
}

.t-slider-layout .l-img,
.t-slider-layout--re .l-img,
.t-slider-layout .sec02 .l-img--left,
.sec02 .t-slider-layout .l-img--left,
.t-slider-layout--re .sec02 .l-img--left,
.sec02 .t-slider-layout--re .l-img--left {
  width: 66%;
  height: 780px;
  -webkit-transform: 0.3s;
  transform: 0.3s;
}

.t-slider-layout .l-img img,
.t-slider-layout--re .l-img img,
.t-slider-layout .sec02 .l-img--left img,
.sec02 .t-slider-layout .l-img--left img,
.t-slider-layout--re .sec02 .l-img--left img,
.sec02 .t-slider-layout--re .l-img--left img {
  width: 100%;
  height: 780px;
  -o-object-fit: cover;
  object-fit: cover;
}

.t-slider-layout .l-img .title-in,
.t-slider-layout--re .l-img .title-in,
.t-slider-layout .sec02 .l-img--left .title-in,
.sec02 .t-slider-layout .l-img--left .title-in,
.t-slider-layout--re .sec02 .l-img--left .title-in,
.sec02 .t-slider-layout--re .l-img--left .title-in,
.t-slider-layout .l-img .title-in__r,
.t-slider-layout--re .l-img .title-in__r,
.t-slider-layout .sec02 .l-img--left .title-in__r,
.sec02 .t-slider-layout .l-img--left .title-in__r,
.t-slider-layout--re .sec02 .l-img--left .title-in__r,
.sec02 .t-slider-layout--re .l-img--left .title-in__r {
  width: 100%;
}

.t-slider-layout .l-img .inner,
.t-slider-layout--re .l-img .inner,
.t-slider-layout .sec02 .l-img--left .inner,
.sec02 .t-slider-layout .l-img--left .inner,
.t-slider-layout--re .sec02 .l-img--left .inner,
.sec02 .t-slider-layout--re .l-img--left .inner {
  width: 100%;
}

.t-slider-layout .l-img.shadow-img,
.t-slider-layout--re .l-img.shadow-img,
.t-slider-layout .sec02 .shadow-img.l-img--left,
.sec02 .t-slider-layout .shadow-img.l-img--left,
.t-slider-layout--re .sec02 .shadow-img.l-img--left,
.sec02 .t-slider-layout--re .shadow-img.l-img--left {
  -webkit-animation: fadeIn 0.1s 0.5s;
  animation: fadeIn 0.1s 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.16);
}

.t-slider-layout .l-slider img,
.t-slider-layout--re .l-slider img {
  opacity: 0;
}

.t-slider-layout .l-desc,
.t-slider-layout--re .l-desc {
  width: 34%;
  padding: 0 5%;
  z-index: 5;
  position: relative;
}

.t-slider-layout .slick-dots,
.t-slider-layout--re .slick-dots {
  width: 80px;
  left: auto;
  right: calc(-8% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}

.t-slider-layout .slick-dots li button,
.t-slider-layout--re .slick-dots li button {
  background: #fff;
  width: 12px;
  height: 12px;
  border: 1px solid #ACA496;
}

.t-slider-layout .slick-dots li.slick-active button,
.t-slider-layout--re .slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.t-slider-layout .slick-dots li+li,
.t-slider-layout--re .slick-dots li+li {
  margin-left: 0;
}

.t-slider-layout .slick-prev,
.t-slider-layout--re .slick-prev,
.t-slider-layout .slick-next,
.t-slider-layout--re .slick-next {
  top: auto;
  bottom: 0;
  width: 90px;
  height: 90px;
  background-color: #ACA496;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  border: none;
  opacity: 0;
  bottom: 25px;
}

.t-slider-layout .slick-prev:before,
.t-slider-layout--re .slick-prev:before,
.t-slider-layout .slick-next:before,
.t-slider-layout--re .slick-next:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 47%;
  left: 27%;
}

.t-slider-layout .slick-prev,
.t-slider-layout--re .slick-prev {
  left: auto;
  right: calc(-42% + 91px);
}

.t-slider-layout .slick-prev:before,
.t-slider-layout--re .slick-prev:before {
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  left: 50%;
}

.t-slider-layout .slick-next,
.t-slider-layout--re .slick-next {
  left: auto;
  right: -42%;
}

.t-slider-layout .slick-next:before,
.t-slider-layout--re .slick-next:before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.t-slider-layout--re {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.t-slider-layout--re .slick-dots {
  right: auto;
  left: calc(-8% - 80px);
}

.t-slider-layout--re .slick-prev:before,
.t-slider-layout--re .slick-next:before {
  left: auto;
  right: 27%;
}

.t-slider-layout--re .slick-prev {
  right: auto;
  left: -42%;
}

.t-slider-layout--re .slick-prev:before {
  left: auto;
  right: 29%;
}

.t-slider-layout--re .slick-next {
  right: auto;
  left: calc(-42% + 91px);
}

.t-slider-layout--re .slick-next:before {
  right: 55%;
}

.t-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.t-layout .l-img,
.t-layout .sec02 .l-img--left,
.sec02 .t-layout .l-img--left {
  width: 57%;
}

.t-layout .l-img img,
.t-layout .sec02 .l-img--left img,
.sec02 .t-layout .l-img--left img {
  width: calc(100% + 100px);
  max-width: calc(100% + 100px);
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}

.t-layout .l-desc {
  width: 38%;
}

.t-layout .l-ttl {
  font-size: 24px;
  color: #ACA496;
  font-family: "FOT-マティス ProN M";
  padding-bottom: 30px;
  line-height: 1.7;
}

.t-layout .l-txt {
  padding-bottom: 30px;
}

.sec07 {
  padding: 200px 0 100px;
  position: relative;
  overflow: hidden;
}

.sec07:before {
  content: "About";
  display: inline-block;
  color: #EFEAE1;
  font-size: 400px;
  font-weight: 500;
  font-family: "Newsreader", serif;
  position: absolute;
  top: -160px;
  left: -50px;
  z-index: -1;
}

.sec07 .container,
.sec07 .container--max,
.sec07 .pc-navi,
.sec07 .footer-link,
.sec07 .footer-inr,
.sec07 .modal-content {
  max-width: 1200px;
}

.sec08 {
  position: relative;
  padding: 50px 0 140px;
  overflow: hidden;
}

.sec08:before {
  content: "Concept";
  display: inline-block;
  color: #EFEAE1;
  font-size: 400px;
  font-weight: 500;
  font-family: "Newsreader", serif;
  position: absolute;
  top: -200px;
  right: -200px;
  z-index: -1;
}

.sec08 .container,
.sec08 .container--max,
.sec08 .pc-navi,
.sec08 .footer-link,
.sec08 .footer-inr,
.sec08 .modal-content {
  max-width: 1200px;
}

.sec08 .t-layout {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sec08 .t-layout .l-img img,
.sec08 .t-layout .sec02 .l-img--left img,
.sec02 .sec08 .t-layout .l-img--left img {
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}

.sec09 {
  padding-bottom: 28%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-image: url(../images/sec09_img01.jpg);
}

@media screen and (max-width: 1200px) and (min-width: 801px) {
  .sec09 {
    background-attachment: inherit;
  }
}

.diamond-list li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  font-family: "FOT-マティス ProN M";
}

.diamond-list li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #A23C8B;
  position: absolute;
  top: 16px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sec10 .container,
.sec10 .container--max,
.sec10 .pc-navi,
.sec10 .footer-link,
.sec10 .footer-inr,
.sec10 .modal-content {
  padding: 80px 0 100px;
}

.sec10 .l-txt {
  text-align: center;
  padding-bottom: 30px;
}

.sec10-box {
  border: 1px solid #ACA496;
  padding: 30px 20px;
  max-width: 760px;
  margin: 0 auto 50px;
}

.sec10 .diamond-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec10 .diamond-list li:nth-of-type(n + 2) {
  margin-left: 45px;
}

.roop-slider img {
  width: 100%;
}

.sec11 {
  padding: 70px 0 140px;
  background-color: #F6F4F0;
}

.gradation {
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#E6DBE0), color-stop(#BDD6F0), color-stop(#E6DBE0), color-stop(#E3E6DB), to(#E6DBE0));
  background: linear-gradient(0deg, #E6DBE0, #BDD6F0, #E6DBE0, #E3E6DB, #E6DBE0);
  /*グラデーションを定義*/
  background-size: 200% 200%;
  /*サイズを大きくひきのばす*/
  -webkit-animation: bggradient 20s ease infinite;
  animation: bggradient 20s ease infinite;
  overflow: hidden;
}

@-webkit-keyframes bggradient {
  0% {
    background-position: top;
  }

  50% {
    background-position: center;
  }

  100% {
    background-position: bottom;
  }
}

@keyframes bggradient {
  0% {
    background-position: top;
  }

  50% {
    background-position: center;
  }

  100% {
    background-position: bottom;
  }
}

/*------------
Footer
--------------*/
.pagetop {
  background-color: #ACA496;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 99;
}

.pagetop:after {
  content: "";
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.footer-link {
  background-color: #ACA496;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  border: 1px solid #ACA496;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.footer-link li {
  width: 50%;
}

.footer-link li a {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-link li:nth-of-type(1) a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.4;
}

.footer-link li:nth-of-type(2) {
  position: relative;
}

.footer-link li:nth-of-type(2):before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-link .contact-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-link .contact-btn .l-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-link .contact-btn .en {
  font-size: 22px;
  font-family: "Newsreader", serif;
  font-weight: 400;
}

.footer-link .contact-btn .jp {
  font-size: 13px;
  font-family: "FOT-マティス ProN M";
  padding-left: 5%;
}

.footer-link .tel {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.footer-inr {
  padding: 30px 0 30px;
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.footer .f-logo-list {
  display: grid;
  grid-template-columns: 205px 1fr;
  gap: 10%;
}

.footer .f-logo-list li {
  text-align: center;
}

.footer .f-logo-list li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .f-logo-list li a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

.footer .f-left {
  width: 50%;
  margin-right: 50px;
}

.footer .f-logo {
  display: block;
  max-width: 200px;
  margin-bottom: 20px;
}

.footer .f-access {
  text-align: center;
}

.footer .f-access .inner {
  display: inline-grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 30px;
  color: #322E2D;
  text-align: left;
}

.footer .logo-name {
  font-family: "Newsreader", serif;
  font-size: 22px;
  margin-top: 10px;
}

.footer .logo-name span {
  font-size: 16px;
  line-height: 1.4;
  display: block;
}

.footer .f-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer .f-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .f-navi-list {
  width: 47.5%;
}

.footer .f-navi-list li {
  color: #322E2D;
  font-family: "Newsreader", serif;
  position: relative;
  padding-left: 17px;
}

.footer .f-navi-list .item:nth-of-type(n + 2) {
  margin-top: 20px;
}

.footer .f-navi-list .item:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: 1px solid #322E2D;
  border-right: 1px solid #322E2D;
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer .f-navi-list .item--s {
  font-size: 13px;
  padding-left: 30px;
}

.footer .f-navi-list .item--s:nth-of-type(n + 2) {
  margin-top: 5px;
}

.footer .f-navi-list .item--s:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 1px;
  background-color: #322E2D;
  position: absolute;
  top: 11px;
  left: 15px;
}

.footer .f-navi-list a:hover {
  text-decoration: underline;
}

.footer .copyright {
  font-size: 12px;
  text-align: center;
  padding: 20px;
  border-top: 1px solid #EFEAE1;
  color: #322E2D;
}

/*------------
Button
--------------*/
.btn-more,
.btn-more--center {
  display: block;
  width: 360px;
  max-width: 100%;
  font-size: 18px;
  font-family: "FOT-マティス ProN M";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.btn-more--inr {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 20px 10px;
  line-height: 1.7;
}

.btn-more--inr:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 1px;
  background-color: #ACA496;
  position: absolute;
  top: 50%;
  right: -2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-more:before,
.btn-more--center:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #ACA496;
  position: absolute;
  top: -2px;
  left: -2px;
}

.btn-more:after,
.btn-more--center:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #ACA496;
  position: absolute;
  top: 2px;
  left: 2px;
}

.btn-more:hover,
.btn-more--center:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ACA496;
  color: #fff;
}

.btn-more:hover .btn-more--inr:before,
.btn-more--center:hover .btn-more--inr:before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}

.btn-more--center {
  margin: 0 auto;
}

/*------------
Common parts
--------------*/
.map {
  position: relative;
  width: 100%;
  height: 500px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tel {
  font-size: 28px;
  font-family: "Newsreader", serif;
  font-weight: 400;
  line-height: 1;
  padding-left: 48px;
  position: relative;
}

.tel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/share/icon_tel_w.png) no-repeat;
  background-size: contain;
  width: 34px;
  height: 41px;
}

/*------------
Under layout
--------------*/
.u-top-common {
  width: 100%;
  background-image: url(../images/u-top-common.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  padding: 30px 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-top-common.nishida {
  background-image: url(../images/u-top-common_nishida.jpg);
}

.u-top-common.faq {
  background-image: url(../images/u-top-common_faq.jpg);
}

.u-top-common.asumi {
  background-image: url(../images/u-top-common_asumi.jpg);
  background-repeat: no-repeat;
  background-position: 32% 67%;
}

.u-top-common.works {
  background-image: url(../images/u-top-common_works.jpg);
}

.u-top-common.flow {
  background-image: url(../images/u-top-common_flow.jpg);
}

.u-top-common.corporation {
  background-image: url(../images/u-top-common_corporation.jpg);
}

.u-top-common.corporation.test {
  background-image: url(../images/under/u_top_bg01.jpg);
}

.u-top-common.concept {
  background-image: url(../images/u-top-common_concept.jpg);
}

.u-top-common.about {
  background-image: url(../images/u-top-common_about.jpg);
}

.u-top-common.contact {
  background-image: url(../images/u-top-common_contact.jpg);
}

.u-top-common.privacy {
  background-image: url(../images/u-top-common_privacy.jpg);
}

.page-ttl {
  text-align: center;
  color: #fff;
  font-size: 48px;
  line-height: 1;
  font-family: "FOT-マティス ProN M";
  font-weight: 500;
  letter-spacing: 0.05rem;
}

.breadcrumb {
  margin-bottom: 80px;
}

.breadcrumb ul {
  font-size: 12px;
}

.breadcrumb ul li {
  display: inline;
}

.breadcrumb ul li+li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
  vertical-align: 1px;
}

.breadcrumb a:hover {
  color: #ACA496;
}

.u-contents .btn-more,
.u-contents .btn-more--center {
  font-size: 16px;
  width: 300px;
}

.u-contents .btn-more--inr:before {
  width: 50px;
}

/*------------
Under parts
--------------*/
.u-h2,
.postdata h1,
.post-category-ttl {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.u-h3,
.dl-privacy dt,
.postdata h2,
.post-ttl {
  font-size: 28px;
  font-weight: 500;
  border-bottom: 1px solid #BABABA;
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}

.u-h4,
.postdata h3 {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
}

.u-h4:before,
.postdata h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 7px;
  height: 7px;
  background-color: #A23C8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.short {
  margin-bottom: 60px;
}

.tall {
  overflow: hidden;
  margin-bottom: 160px;
}

.tall:last-child {
  margin-bottom: 200px;
}

.column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 200px;
  max-width: 1024px;
}

.column2-left {
  width: 740px;
}

.column2-right {
  width: 240px;
  margin-left: 44px;
}

.col1,
.col2,
.col3,
.col4 {
  display: -ms-grid;
  display: grid;
}

.col1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 30px;
}

.col2 {
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}

.col3 {
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.col4 {
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.side-navi {
  border: 1px solid #ACA496;
}

.side-navi .ttl {
  font-size: 18px;
  font-family: "FOT-マティス ProN M";
  text-align: center;
  line-height: 1.7;
  padding: 15px 20px;
  border-bottom: 1px solid #ACA496;
}

.side-navi ul {
  font-size: 15px;
  padding: 20px;
}

.side-navi ul li {
  line-height: 1.7;
  padding-left: 15px;
  position: relative;
}

.side-navi ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #ACA496;
}

.side-navi ul li+li {
  margin-top: 7px;
}

.side-navi a:hover {
  text-decoration: underline;
}

.l-style01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-style01 .l-img,
.l-style01 .sec02 .l-img--left,
.sec02 .l-style01 .l-img--left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 50px;
}

.l-style01 .l-img.small,
.l-style01 .sec02 .small.l-img--left,
.sec02 .l-style01 .small.l-img--left {
  -webkit-box-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
}

.l-style01 .l-img.large,
.l-style01 .sec02 .large.l-img--left,
.sec02 .l-style01 .large.l-img--left {
  margin: 0 7.5% 0 -10%;
  position: relative;
}

.l-style01 .u-slider02 {
  width: 45%;
  padding: 0;
}

.l-style01.custom .l-desc {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.l-style01 .l-desc .l-style01 .l-desc .l-style02,
.l-style02--r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-style02 .l-img,
.l-style02--r .l-img,
.l-style02 .sec02 .l-img--left,
.sec02 .l-style02 .l-img--left,
.l-style02--r .sec02 .l-img--left,
.sec02 .l-style02--r .l-img--left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 50px;
}

.l-style02 .l-img.small,
.l-style02--r .l-img.small,
.l-style02 .sec02 .small.l-img--left,
.sec02 .l-style02 .small.l-img--left,
.l-style02--r .sec02 .small.l-img--left,
.sec02 .l-style02--r .small.l-img--left {
  -webkit-box-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
}

.l-style02 .l-img.large,
.l-style02--r .l-img.large,
.l-style02 .sec02 .large.l-img--left,
.sec02 .l-style02 .large.l-img--left,
.l-style02--r .sec02 .large.l-img--left,
.sec02 .l-style02--r .large.l-img--left {
  margin: 0 -10% 0 7.5%;
  position: relative;
}

.l-style02 .l-desc,
.l-style02--r .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-style02--r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.l-style02--l {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l-style02--l .l-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-style02--l .l-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 50px;
}

.l-style03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-style03 .l-img,
.l-style03 .sec02 .l-img--left,
.sec02 .l-style03 .l-img--left {
  width: 40%;
}

.l-style03 .l-desc {
  background: #A23C8B;
  padding: 55px 55px 55px 150px;
  margin: 50px 0 0 -100px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fl-img01,
.fl-img02 {
  width: 40%;
}

.fl-img01.small,
.fl-img02.small {
  width: 25%;
}

.fl-img01 {
  float: right;
  margin: 0 0 15px 35px;
}

.fl-img02 {
  float: left;
  margin: 0 35px 15px 0;
}

.list-col1 .item:not(:last-child) {
  margin-bottom: 100px;
}

.list-col1 .item--s:not(:last-child) {
  margin-bottom: 60px;
}

.list-col2,
.list-col2--s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-col2 .list-item,
.list-col2--s .list-item {
  width: 48%;
}

.list-col2 .list-item:nth-child(odd),
.list-col2--s .list-item:nth-child(odd) {
  margin-right: 4%;
}

.list-col2 .list-item+.list-item+.list-item,
.list-col2--s .list-item+.list-item+.list-item {
  margin-top: 40px;
}

.list-col2 .list-img,
.list-col2--s .list-img {
  margin-bottom: 20px;
}

.list-col2 .list-ttl,
.list-col2--s .list-ttl {
  font-size: 22px;
  margin-bottom: 10px;
}

.list-col3,
.list-col3--img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.list-col3 .list-item,
.list-col3--img .list-item {
  width: calc(33.3333333333% - 20px);
}

.list-col3 .list-item:not(:nth-child(3n)),
.list-col3--img .list-item:not(:nth-child(3n)) {
  margin-right: 30px;
}

.list-col3 .list-item:nth-child(n+4),
.list-col3--img .list-item:nth-child(n+4) {
  margin-top: 30px;
}

.list-col3 .list-img,
.list-col3--img .list-img {
  margin-bottom: 20px;
}

.list-col3 .list-ttl,
.list-col3--img .list-ttl {
  font-size: 22px;
  margin-bottom: 10px;
}

.list-col3.modal_trigger img,
.modal_trigger.list-col3--img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.list-card-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-card-col2 .list-item {
  background-color: #A23C8B;
  padding: 30px 20px;
  width: 48%;
}

.list-card-col2 .list-item:nth-child(odd) {
  margin-right: 4%;
}

.list-card-col2 .list-item+.list-item+.list-item {
  margin-top: 40px;
}

.list-card-col2 .list-img {
  margin-bottom: 20px;
}

.list-card-col2 .list-ttl {
  font-size: 22px;
  margin-bottom: 10px;
}

.list-card-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-card-col3 .list-item {
  width: calc(33.3333333333% - 20px);
  background-color: #F6F4F0;
  padding: 30px 20px;
}

.list-card-col3 .list-item:not(:nth-child(3n)) {
  margin-right: 30px;
}

.list-card-col3 .list-item:nth-child(n+4) {
  margin-top: 30px;
}

.list-card-col3 .list-ttl {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}

.list-card-col3 .list-img {
  margin-bottom: 10px;
}

.list-card-col3 .list-txt {
  margin-bottom: 20px;
}

.list-card-col3 .btn-more,
.list-card-col3 .btn-more--center {
  width: 100%;
  margin: 0 auto;
}

.list-txt li {
  position: relative;
  padding-left: 10px;
}

.list-txt li:before {
  content: "";
  background: #ACA496;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 5px;
  height: 5px;
}

.list-txt.col2,
.list-txt.col3,
.list-txt.col4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-txt.col2 li {
  width: 48%;
}

.list-txt.col2 li:nth-child(odd) {
  margin-right: 4%;
}

.list-txt.col3 li {
  width: 32%;
}

.list-txt.col3 li:not(:nth-child(3n)) {
  margin-right: 2%;
}

.list-txt.col4 li {
  width: 25%;
  padding-right: 20px;
}

.list-check li {
  position: relative;
  padding-left: 15px;
}

.list-check li+li {
  margin-top: 3px;
}

.list-check li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 5px;
  border-left: 2px solid #ACA496;
  border-bottom: 2px solid #ACA496;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-btn li:nth-child(1) {
  margin-right: 20px;
}

.list-anchor-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-anchor-link li {
  position: relative;
}

.list-anchor-link li:not(:last-child):after {
  content: "";
  display: inline-block;
  background: #d6d6df;
  width: 2px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -1px;
}

.list-anchor-link a {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}

.list-anchor-link a:before {
  content: "";
  background: url(../images/share/icon_arrow_bottom.png) no-repeat 0 0/contain;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 7px;
}

.list-anchor-link a:hover {
  color: #ACA496;
}

.merit-demerit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.merit-demerit .list-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #A23C8B;
  padding: 30px;
}

.merit-demerit .list-item:not(:last-child) {
  margin-right: 4%;
}

.merit-demerit .list-ttl {
  margin-bottom: 20px;
}

.merit-demerit .list-ttl .en {
  font-size: 30px;
  font-family: "Newsreader", serif;
  color: #ACA496;
  margin-right: 10px;
}

.merit-demerit .list-ttl .jp {
  font-size: 16px;
  font-family: "FOT-マティス ProN M";
}

.before-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.before-after:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #ACA496;
}

.before-after .l-item {
  width: 45%;
}

.before-after .l-img,
.before-after .sec02 .l-img--left,
.sec02 .before-after .l-img--left {
  position: relative;
  margin-bottom: 10px;
  background-color: #A23C8B;
}

.before-after .l-img img,
.before-after .sec02 .l-img--left img,
.sec02 .before-after .l-img--left img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}

.before-after .l-txt {
  text-align: center;
  font-family: "FOT-マティス ProN M";
  font-weight: 500;
  font-size: 18px;
}

.flow-type01 {
  border: 1px solid #ACA496;
  padding: 50px 30px;
}

.flow-type01 .l-item {
  position: relative;
}

.flow-type01 .l-item:not(:last-child) {
  border-bottom: 1px solid #ACA496;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.flow-type01 .l-item:not(:last-child)::before,
.flow-type01 .l-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
}

.flow-type01 .l-item:not(:last-child)::before {
  width: 20px;
  height: 20px;
  border-bottom: 2px solid #ACA496;
  border-right: 2px solid #ACA496;
  bottom: -5px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
}

.flow-type01 .l-item:not(:last-child)::after {
  background: #fff;
  width: 70px;
  height: 20px;
  bottom: -18px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.flow-type01 .l-ttl {
  font-size: 24px;
  color: #ACA496;
  margin-bottom: 20px;
}

.flow-type01 .l-ttl span {
  background: #ACA496;
  display: inline-block;
  color: #fff;
  font-family: "Newsreader", serif;
  font-size: 13px;
  line-height: 25px;
  padding: 0 9px;
  margin-right: 20px;
  vertical-align: 3px;
  position: relative;
}

.flow-type01 .l-ttl span::after {
  content: "";
  border-style: solid;
  border-width: 12.5px 0 12.5px 7px;
  border-color: transparent transparent transparent #ACA496;
  position: absolute;
  top: 0;
  right: -7px;
}

.flow-type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flow-type02 .l-item {
  background: #A23C8B;
  padding: 35px 30px 30px;
  width: 30%;
  position: relative;
  margin: 0 5% 50px 0;
}

.flow-type02 .l-item:nth-child(3n) {
  margin: 0 0 50px;
}

.flow-type02 .l-item:after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #ACA496;
  position: absolute;
  top: 50%;
  right: -32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flow-type02 .l-item:last-child::after {
  display: none;
}

.flow-type02 .l-num {
  color: #ACA496;
  font-family: "Newsreader", serif;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: -15px;
  left: 30px;
}

.flow-type02 .l-ttl {
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}

.staff-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.staff-layout .l-img,
.staff-layout .sec02 .l-img--left,
.sec02 .staff-layout .l-img--left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.staff-layout .l-img img,
.staff-layout .sec02 .l-img--left img,
.sec02 .staff-layout .l-img--left img {
  border-radius: 20px;
}

.staff-layout .l-desc {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
  margin-right: 50px;
}

.staff-layout .l-name {
  position: absolute;
  top: 20px;
  left: 10px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.staff-layout .job {
  font-family: "FOT-マティス ProN M";
  font-size: 18px;
  margin-bottom: 5px;
}

.staff-layout .name {
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.staff-layout .jp {
  font-size: 30px;
  font-family: "FOT-マティス ProN M";
  margin-right: 25px;
}

.staff-layout .l-logo {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 400px;
  text-align: center;
}

.staff-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.staff-profile .item {
  width: 48%;
  background: #A23C8B;
  padding: 35px;
}

.staff-profile .item:not(:last-child) {
  margin-right: 4%;
}

.staff-profile .ttl {
  font-size: 22px;
  color: #ACA496;
  margin-bottom: 10px;
}

.staff-profile-list {
  border-top: 1px dotted #ACA496;
  font-size: 14px;
}

.staff-profile-list li {
  border-bottom: 1px dotted #ACA496;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.staff-profile-list .data {
  width: 15%;
}

.staff-profile-list .txt {
  width: 85%;
}

.staff-list li:nth-of-type(n + 2) {
  margin-top: 10px;
}

.dl-faq01 dt {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #DEDEDE;
  padding: 0 30px 10px 0;
  margin: 0 0 15px;
  position: relative;
}

.dl-faq01 dt .txt {
  font-size: 20px;
  line-height: 1.7;
  color: #322E2D;
}

.dl-faq01 dt .icon {
  background-color: #ACA496;
}

.dl-faq01 dt::before,
.dl-faq01 dt::after {
  content: "";
  background: #333;
  position: absolute;
  width: 10px;
  height: 1px;
  right: 15px;
  top: 50%;
}

.dl-faq01 dt::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dl-faq01 dt:not(.is-open):hover {
  opacity: 0.5;
}

.dl-faq01 dt.is-open::before {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
}

.dl-faq01 dd {
  display: none;
  margin-bottom: 60px;
}

.dl-faq01 dd .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dl-faq01 dd+dt {
  margin-top: 10px;
}

.dl-faq01 dd .icon {
  background: #A23C8B;
}

.dl-faq01 .icon {
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  font-family: "Newsreader", serif;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 31px;
  margin: 0 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dl-faq01 .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dl-privacy:not(:last-child) {
  margin-bottom: 60px;
}

.dl-privacy dt {
  line-height: 1.7;
}

.table-style01 {
  border: 1px solid #796e6c;
}

.table-style01 tr:not(:last-child) {
  border-bottom: 1px solid #796e6c;
}

.table-style01 th {
  background-color: #ACA496;
  font-weight: bold;
  color: #fff;
  padding: 5px;
  width: 50%;
}

.table-style01 td {
  padding: 10px 5px;
}

.table-style02 {
  background-color: #fff;
  border: 1px solid #e1e1e1;
}

.table-style02 th,
.table-style02 td {
  border: 1px solid #e1e1e1;
  line-height: 1.7;
  padding: 15px;
}

.table-style02 th {
  background-color: #ACA496;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  width: 30%;
}

.table-style02 th.bg01 {
  background-color: #ACA496;
  color: #ACA496;
}

.table-style02 .table-img {
  text-align: center;
}

.table-performance,
.performance-layout table {
  border: 1px solid #796e6c;
}

.table-performance tr:first-child th,
.performance-layout table tr:first-child th,
.table-performance tr:first-child td,
.performance-layout table tr:first-child td {
  background-color: #ACA496;
  font-weight: bold;
  color: #fff;
  padding: 10px;
  text-align: left;
  border-right: 1px solid #796e6c;
  width: 25%;
}

.table-performance tr:not(:last-child),
.performance-layout table tr:not(:last-child) {
  border-bottom: 1px solid #796e6c;
}

.table-performance td,
.performance-layout table td {
  padding: 10px;
  border-right: 1px solid #796e6c;
}

.box-bg {
  background-color: #F6F4F0;
  padding: 50px 30px;
}

.tab-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-item {
  background-color: #A23C8B;
  color: #ACA496;
  font-size: 18px;
  font-weight: bold;
  font-family: "FOT-マティス ProN M";
  border-radius: 10px 10px 0 0;
  width: 180px;
  text-align: center;
  padding: 10px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.tab-item:hover {
  opacity: 0.7;
}

.tab-item:not(:last-child) {
  margin-right: 10px;
}

.tab-item.active {
  background-color: #ACA496;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.panel-area {
  border: 2px solid #ACA496;
  padding: 50px;
}

.panel-item {
  display: none;
}

.panel-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* list-card */
.list-card01.col2 {
  grid-gap: 45px;
}

.list-card01>li {
  padding: 20px;
  background: #EEF6FB;
}

.list-card01 .list-ttl {
  font-family: "FOT-UD明朝 Pr6 M";
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .list-card01.col2 {
    grid-gap: 15px;
  }
}

.list-card02.col3 {
  grid-gap: 35px;
}

.list-card02 .ttl-wrap {
  width: 317px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: 0 auto 20px;
  background: #515FA3;
  padding: 20px;
  color: #fff;
  font-family: "FOT-UD明朝 Pr6 M";
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list-card02 .ttl-wrap .icon {
  margin-bottom: 7px;
}

.list-card02 .ttl-wrap .icon img {
  height: 115px;
  -o-object-fit: contain;
  object-fit: contain;
}

.list-card02 .ttl-wrap .num {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 10px;
}

.list-card02 .ttl-wrap .num em {
  font-size: 60px;
  margin-left: 8px;
}

.list-card02 .ttl-wrap .ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 47px;
  line-height: 1.25;
}

.list-card02 .ttl-wrap .ttl.small {
  font-size: 32px;
}

@media (max-width: 800px) {
  .list-card02 .ttl-wrap {
    width: 260px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }

  .list-card02 .ttl-wrap .icon img {
    height: 80px;
  }

  .list-card02 .ttl-wrap .ttl {
    font-size: 35px;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    display: block;
  }

  .list-card02 .ttl-wrap .num {
    font-size: 20px;
  }

  .list-card02 .ttl-wrap .num em {
    font-size: 40px;
  }
}

.list-card03>li {
  background-color: #F6F4F0;
  padding: 30px 20px;
}

.list-card03 .list-ttl {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}

.list-card03 .list-img {
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .list-card03 .list-ttl {
    font-size: 20px;
  }
}

/* btn-style */
.btn-tel {
  font-family: "Newsreader", serif;
  font-weight: 400;
  font-size: 30px;
  color: #0D5496;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
  letter-spacing: 0.07em;
}

.btn-tel::before {
  content: "";
  background: url(../images/share/icon_tel02.svg) no-repeat center/contain;
  width: 34px;
  height: 40px;
  display: inline-block;
  margin-right: 7px;
}

.btn-style01 {
  display: inline-block;
  font-family: "FOT-UD明朝 Pr6 M";
  font-size: 20px;
  text-align: center;
  color: #fff;
  line-height: 1.5;
  min-width: 360px;
  background: #0D5496;
  padding: 10px 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-style01:hover {
  background: #116ec5;
}

@media (max-width: 800px) {
  .btn-style01 {
    min-width: inherit;
    width: 100%;
    font-size: 18px;
  }
}

.u-slider01-main,
.u-slider02-main,
.u-slider03-main,
.u-slider04-main,
.u-slider05-main {
  padding: 0 20px;
  margin-bottom: 20px;
}

.u-slider01-main .slick-prev,
.u-slider01-main .slick-next,
.u-slider02-main .slick-prev,
.u-slider02-main .slick-next,
.u-slider03-main .slick-prev,
.u-slider03-main .slick-next,
.u-slider04-main .slick-prev,
.u-slider04-main .slick-next,
.u-slider05-main .slick-prev,
.u-slider05-main .slick-next {
  top: 50%;
  border-top: 3px solid #000;
}

.u-slider01-main .slick-prev,
.u-slider02-main .slick-prev,
.u-slider03-main .slick-prev,
.u-slider04-main .slick-prev,
.u-slider05-main .slick-prev {
  left: 10px;
  border-left: 3px solid #000;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}

.u-slider01-main .slick-next,
.u-slider02-main .slick-next,
.u-slider03-main .slick-next,
.u-slider04-main .slick-next,
.u-slider05-main .slick-next {
  right: 10px;
  border-right: 3px solid #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.u-slider01-thumb,
.u-slider02-thumb,
.u-slider03-thumb,
.u-slider04-thumb,
.u-slider05-thumb {
  text-align: center;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 800px;
}

.u-slider01-thumb img,
.u-slider02-thumb img,
.u-slider03-thumb img,
.u-slider04-thumb img,
.u-slider05-thumb img {
  width: 100px;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
}

.u-slider01-thumb .slick-slide,
.u-slider02-thumb .slick-slide,
.u-slider03-thumb .slick-slide,
.u-slider04-thumb .slick-slide,
.u-slider05-thumb .slick-slide {
  margin: 0 5px;
  cursor: pointer;
  position: relative;
}

.u-slider01-thumb .slick-slide:before,
.u-slider02-thumb .slick-slide:before,
.u-slider03-thumb .slick-slide:before,
.u-slider04-thumb .slick-slide:before,
.u-slider05-thumb .slick-slide:before {
  opacity: 1;
  content: "";
  border: 4px solid #9C7F2A;
  width: 100px;
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
  opacity: 0;
}

.u-slider01-thumb .slick-current img,
.u-slider02-thumb .slick-current img,
.u-slider03-thumb .slick-current img,
.u-slider04-thumb .slick-current img,
.u-slider05-thumb .slick-current img {
  border: 4px solid #A23C8B;
}

.u-slider01-thumb .slick-list,
.u-slider02-thumb .slick-list,
.u-slider03-thumb .slick-list {
  display: flex;
  justify-content: center;
}

@media (max-width: 800px) {

  .u-slider01-thumb .slick-list,
  .u-slider02-thumb .slick-list,
  .u-slider03-thumb .slick-list {
    display: block;
  }
}

.about-hoverwrap {
  width: 100%;
  height: 520px;
  position: relative;
}

.about-hoverttl {
  color: #322E2D;
  font-size: 22px;
  font-family: "FOT-マティス ProN M";
  text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.3rem;
  margin: 0 auto 100px;
  height: 435px;
  width: 710px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about-hoverttl--part {
  display: block;
}

.about-hoverttl--part:nth-of-type(n + 2) {
  padding-right: 0px;
}

.about-hoverttl--part:nth-of-type(2) {
  padding-right: 30px;
}

.about-hoverttl--part:nth-of-type(3) {
  margin-top: 20px;
}

.about-hoverttl--part:nth-of-type(4) {
  margin-top: 40px;
}

.about-hoverttl--part:nth-of-type(5) {
  padding-right: 30px;
}

.about-hoverttl--part:nth-of-type(6) {
  padding-right: 30px;
}

.about-hoverttl--part:nth-of-type(7) {
  margin-top: 100px;
}

.about-hoverttl--part:nth-of-type(8) {
  padding-right: 30px;
}

.about-hoverttl--part:nth-of-type(9) {
  padding-right: 30px;
}

.about-hoverttl--part:nth-of-type(10) {
  padding-right: 30px;
}

.about-hoverttl--part:nth-of-type(11) {
  margin-top: 50px;
}

.about-layout01 {
  position: relative;
  margin-bottom: 80px;
}

.about-layout01 .t-ttl-02 {
  margin-bottom: 40px;
}

.about-layout01 .t-ttl-02 .en {
  font-size: 100px;
}

.about-layout01 .t-ttl-02 .jp {
  font-size: 30px;
}

.about-layout01 .about-layout01-boxwrap {
  position: relative;
  height: 456px;
  width: 100%;
}

.about-layout01 .l-box {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #000;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 631px;
}

.about-layout01 .l-ttl {
  font-size: 24px;
  font-family: "FOT-マティス ProN M";
  font-weight: 500;
  padding-left: 60px;
}

.about-layout01 .l-txt {
  font-size: 16px;
}

.about-layout01 .l-txt li {
  border-right: 1px solid #ACA496;
  padding: 10px 10px;
}

.about-layout01 .l-txt li:last-child {
  border-left: 1px solid #ACA496;
}

.about-layout01 .l-txt:first-of-type li:last-child {
  border-left: none;
}

.about-layout02 .flow-area .l-name {
  background: #fff;
  font-size: 27px;
  font-family: "FOT-マティス ProN M";
  text-align: center;
  padding: 0 0 10px;
}

.about-layout02 .flow-area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-layout02 .flow-area li {
  width: 48%;
  position: relative;
}

.about-layout02 .flow-area li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 100%;
  background-color: #ACA496;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.about-layout02 .flow-area li:nth-of-type(1) .l-box:nth-of-type(1) {
  margin-bottom: 40px;
}

.about-layout02 .flow-area li:nth-of-type(1) .l-box:nth-of-type(2) {
  margin-bottom: 90px;
}

.about-layout02 .flow-area li:nth-of-type(1) .l-box:nth-of-type(3) {
  margin-bottom: 20px;
}

.about-layout02 .flow-area li:nth-of-type(1) .l-box:nth-of-type(4) {
  margin-bottom: 90px;
}

.about-layout02 .flow-area li:nth-of-type(2) .l-box:nth-of-type(1) {
  margin-bottom: 70px;
}

.about-layout02 .flow-area li:nth-of-type(2) .l-box:nth-of-type(2) {
  margin-bottom: 150px;
}

.about-layout02 .flow-area li:nth-of-type(2) .l-box:nth-of-type(3) {
  margin-bottom: 70px;
}

.about-layout02 .flow-area .l-box {
  border-radius: 12px;
  background-color: #F6F4F0;
  padding: 25px 50px;
  position: relative;
}

.about-layout02 .box-illust {
  position: absolute;
  z-index: 2;
}

.about-layout02 .box-illust.illust01 {
  bottom: -118px;
  left: -120px;
}

.about-layout02 .box-illust.illust02 {
  top: -140px;
  right: -53px;
}

.about-layout02 .box-illust.illust03 {
  right: -57px;
  bottom: -95px;
}

.about-layout02 .box-illust.illust04 {
  bottom: -127px;
  right: -48px;
}

.about-layout02 .flow-area .year {
  font-weight: bold;
}

.about-layout02 .last-box {
  position: relative;
  z-index: 1;
}

.about-layout02 .last-box .point-box {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 13px;
  background-position: center;
}

.about-layout02 .last-box .point-box:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -1;
}

.about-layout02 .last-box .point-box:nth-of-type(1) {
  top: -510px;
  left: 320px;
  padding: 40px 10px;
  width: 180px;
  background-image: url(../images/under/about-layout02_bg01.png);
}

.about-layout02 .last-box .point-box:nth-of-type(1):before {
  width: 19px;
  height: 51px;
  top: 92%;
  left: 70px;
  background-image: url(../images/under/about-layout02_dot01.png);
}

.about-layout02 .last-box .point-box:nth-of-type(2) {
  top: -450px;
  right: 324px;
  padding: 40px 10px 30px;
  width: 180px;
  background-image: url(../images/under/about-layout02_bg02.png);
}

.about-layout02 .last-box .point-box:nth-of-type(2):before {
  width: 25px;
  height: 65px;
  top: 80%;
  left: 90px;
  background-image: url(../images/under/about-layout02_dot02.png);
}

.about-layout02 .last-box .l-img {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
}

.about-layout02 .last-box .l-txt {
  border-radius: 12px;
  background-color: #F6F4F0;
  padding: 20px 20px;
  font-size: 24px;
  font-family: "FOT-マティス ProN M";
  font-weight: 500;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
}

.about-layout02--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.about-layout02--box .l-img,
.about-layout02--box .sec02 .l-img--left,
.sec02 .about-layout02--box .l-img--left {
  background-image: url(../images/under/about-layout02_circle01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 21px;
  font-weight: 500;
  font-family: "FOT-マティス ProN M";
  color: #ACA496;
  width: 170px;
  height: 150px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-layout02--box .l-desc {
  padding-left: 15px;
}

.about-layout02--box .l-desc ul li:nth-of-type(n + 2) {
  margin-top: 3px;
}

.about-layout02--box .l-desc ul li span {
  border-bottom: 1px solid #ACA496;
  display: inline-block;
  line-height: 1.4;
  padding-bottom: 3px;
}

.about-layout02 .sp-person {
  display: none;
}

.about-layout02 .sp-person .l-item:nth-of-type(2) {
  margin-top: 30px;
}

.about-layout02 .sp-person .l-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-layout02 .sp-person .l-desc {
  width: 58%;
}

.about-layout02 .sp-person .l-img,
.about-layout02 .sp-person .sec02 .l-img--left,
.sec02 .about-layout02 .sp-person .l-img--left {
  width: 40%;
}

.about-layout02 .sp-person .staff-profile-list {
  font-size: 10px;
}

.about-layout02 .sp-person .staff-profile-list li {
  padding: 5px 0;
}

.about-layout02 .sp-person .box-area {
  background-color: #F6F4F0;
  padding: 20px 20px;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 15px;
}

.about-layout02 .sp-person .btm-link {
  width: 100%;
  text-align: right;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 10px;
}

.about-layout02 .sp-person .btm-link span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding-left: 10px;
  font-size: 14px;
}

.about-layout02 .sp-person .btm-link span:before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 1px;
  background-color: #322E2D;
  position: absolute;
  top: 50%;
  left: -100%;
  z-index: -1;
}

.about-layout02 .sp-person .btm-link:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.about-layout03,
.about-layout03--pc {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-layout03 .l-item,
.about-layout03--pc .l-item {
  width: 48%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-layout03 .l-item:before,
.about-layout03--pc .l-item:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 310px;
  height: 449px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.about-layout03 .l-item:nth-of-type(1):before,
.about-layout03--pc .l-item:nth-of-type(1):before {
  background-image: url(../images/under/about-layout03_img01.png);
}

.about-layout03 .l-item:nth-of-type(2):before,
.about-layout03--pc .l-item:nth-of-type(2):before {
  background-image: url(../images/under/about-layout03_img02.png);
}

.about-layout03 .l-top,
.about-layout03--pc .l-top {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin-left: auto;
  margin-bottom: 60px;
}

.about-layout03 .job,
.about-layout03--pc .job {
  font-size: 13px;
}

.about-layout03 .name,
.about-layout03--pc .name {
  font-size: 34px;
  font-family: "FOT-マティス ProN M";
  font-weight: 500;
}

.about-layout03 .en,
.about-layout03--pc .en {
  font-family: "Newsreader", serif;
  color: #ACA496;
}

.about-layout03 .l-desc,
.about-layout03--pc .l-desc {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-weight: bold;
  padding: 20px;
  width: 80%;
  margin-left: auto;
  margin-bottom: 70px;
}

.about-layout03 .btm-link,
.about-layout03--pc .btm-link {
  width: 100%;
  text-align: right;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.about-layout03 .btm-link span,
.about-layout03--pc .btm-link span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding-left: 10px;
}

.about-layout03 .btm-link span:before,
.about-layout03--pc .btm-link span:before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 1px;
  background-color: #322E2D;
  position: absolute;
  top: 50%;
  left: -150%;
  z-index: -1;
}

.about-layout03 .btm-link:hover,
.about-layout03--pc .btm-link:hover {
  color: #A23C8B;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.about-layout03--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.concept-layout .l-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  min-height: 630px;
}

.concept-layout .l-item:nth-of-type(2n - 1) .l-img:before,
.concept-layout .l-item:nth-of-type(2n - 1) .sec02 .l-img--left:before,
.sec02 .concept-layout .l-item:nth-of-type(2n - 1) .l-img--left:before {
  left: 100px;
}

.concept-layout .l-item:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.concept-layout .l-item:nth-of-type(2n) .l-img:before,
.concept-layout .l-item:nth-of-type(2n) .sec02 .l-img--left:before,
.sec02 .concept-layout .l-item:nth-of-type(2n) .l-img--left:before {
  right: 100px;
}

.concept-layout .l-item:nth-of-type(n + 2) {
  margin-top: 100px;
}

.concept-layout .l-item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.concept-layout .l-item.reverse .l-img::before {
  left: inherit;
  right: 100px;
}

.concept-layout .l-item.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.concept-layout .l-item.row .l-img::before {
  left: 100px;
}

.concept-layout .t-ttl-02 {
  text-align: left;
}

.concept-layout .t-ttl-02 .jp {
  line-height: 1.5;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.concept-layout .l-desc {
  width: 55%;
}

.concept-layout .l-img,
.concept-layout .sec02 .l-img--left,
.sec02 .concept-layout .l-img--left {
  width: 40%;
  position: relative;
  margin-top: 40px;
}

.concept-layout .l-img:before,
.concept-layout .sec02 .l-img--left:before,
.sec02 .concept-layout .l-img--left:before {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 630px;
  background-color: #F6F4F0;
  position: absolute;
  top: -75px;
  z-index: -1;
}

.flow-layout01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flow-layout01:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #ACA496;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

.flow-layout01 .l-item {
  width: 17.2%;
  background-color: #fff;
  margin-right: 3.5%;
}

.flow-layout01 .l-item a {
  border: 1px solid #ACA496;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 25px 5px 20px;
  position: relative;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.flow-layout01 .l-item a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.flow-layout01 .l-item .l-ttl {
  font-family: "FOT-マティス ProN M";
  font-size: 18px;
  padding-top: 10px;
  text-align: center;
}

.flow-layout01 .l-item .l-img,
.flow-layout01 .l-item .sec02 .l-img--left,
.sec02 .flow-layout01 .l-item .l-img--left {
  text-align: center;
}

.flow-layout01 .l-item:last-child {
  margin-right: 0;
}

.flow-layout02,
.flow-layout02--g,
.flow-layout02--b {
  background-color: #E6DBE0;
  padding: 90px 0 95px;
  margin-bottom: 0;
}

.flow-layout02.flow-layout02--01 {
  background: url(../images/under/flow-layout02_bg_01.jpg) no-repeat center center/cover;
}

.flow-layout02.flow-layout02--02 {
  background: url(../images/under/flow-layout02_bg_02.jpg) no-repeat center center/cover;
}

.flow-layout02.flow-layout02--03 {
  background: url(../images/under/flow-layout02_bg_03.jpg) no-repeat center bottom/cover;
}

.flow-layout02 .u-h3,
.flow-layout02--g .u-h3,
.flow-layout02--b .u-h3,
.flow-layout02 .dl-privacy dt,
.dl-privacy .flow-layout02 dt,
.flow-layout02--g .dl-privacy dt,
.dl-privacy .flow-layout02--g dt,
.flow-layout02--b .dl-privacy dt,
.dl-privacy .flow-layout02--b dt,
.flow-layout02 .postdata h2,
.postdata .flow-layout02 h2,
.flow-layout02--g .postdata h2,
.postdata .flow-layout02--g h2,
.flow-layout02--b .postdata h2,
.postdata .flow-layout02--b h2,
.flow-layout02 .post-ttl,
.flow-layout02--g .post-ttl,
.flow-layout02--b .post-ttl {
  font-size: 30px;
  border-bottom: 1px solid #ACA496;
}

.flow-layout02 .flow-ttl,
.flow-layout02--g .flow-ttl,
.flow-layout02--b .flow-ttl {
  font-size: 24px;
  font-family: "FOT-マティス ProN M";
  border: 1px solid #ACA496;
  display: inline-block;
  font-weight: 500;
  width: 195px;
  text-align: center;
  padding: 10px 5px;
  background-color: #E6DBE0;
  position: relative;
  z-index: 5;
}

.flow-layout02.flow-layout02--02 .flow-ttl {
  background-color: #F6F4F0;
}

.flow-layout02.flow-layout02--03 .flow-ttl {
  background-color: #DBDEE6;
}

.flow-layout02 .l-item,
.flow-layout02--g .l-item,
.flow-layout02--b .l-item {
  text-align: center;
}

.flow-layout02 .l-item:first-child .flow-ttl,
.flow-layout02--g .l-item:first-child .flow-ttl,
.flow-layout02--b .l-item:first-child .flow-ttl {
  position: relative;
}

.flow-layout02 .l-item:first-child .flow-ttl:before,
.flow-layout02--g .l-item:first-child .flow-ttl:before,
.flow-layout02--b .l-item:first-child .flow-ttl:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 3000px;
  background-color: #ACA496;
  position: absolute;
  bottom: -3000px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}

.flow-layout02 .l-inr,
.flow-layout02--g .l-inr,
.flow-layout02--b .l-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0 30px;
}

.flow-layout02 .l-desc,
.flow-layout02--g .l-desc,
.flow-layout02--b .l-desc {
  text-align: left;
  padding-left: 20px;
  max-width: 50%;
}

.flow-layout02 .l-left,
.flow-layout02--g .l-left,
.flow-layout02--b .l-left {
  padding-right: 20px;
  max-width: 50%;
  min-width: 40%;
  text-align: left;
}

.flow-layout02 .t-ttl-02,
.flow-layout02--g .t-ttl-02,
.flow-layout02--b .t-ttl-02 {
  text-align: left;
}

.flow-layout02 .t-ttl-02 .en,
.flow-layout02--g .t-ttl-02 .en,
.flow-layout02--b .t-ttl-02 .en {
  color: rgba(255, 255, 255, 0.6);
  font-size: 100px;
}

.flow-layout02.flow-layout02--01 .t-ttl-02 .en {
  color: rgba(172, 164, 150, 0.6);
}

.flow-layout02.flow-layout02--02 .t-ttl-02 .en {
  color: #E3D8C4;
}

.flow-layout02 .t-ttl-02 .jp,
.flow-layout02--g .t-ttl-02 .jp,
.flow-layout02--b .t-ttl-02 .jp {
  font-size: 30px;
  font-family: "FOT-マティス ProN M";
  padding-left: 35px;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  line-height: 1.4;
}

.flow-layout02 .l-txt,
.flow-layout02--g .l-txt,
.flow-layout02--b .l-txt {
  max-width: 415px;
  padding-left: 35px;
  margin-top: -15px;
}

.flow-layout02 .l-img,
.flow-layout02--g .l-img,
.flow-layout02--b .l-img,
.flow-layout02 .sec02 .l-img--left,
.sec02 .flow-layout02 .l-img--left,
.flow-layout02--g .sec02 .l-img--left,
.sec02 .flow-layout02--g .l-img--left,
.flow-layout02--b .sec02 .l-img--left,
.sec02 .flow-layout02--b .l-img--left {
  padding-top: 20px;
}

.flow-layout02 .l-img.step03-img {
  margin: -140px -5vw 50px 0;
  text-align: right;
}

.flow-layout02 .price-ttl,
.flow-layout02--g .price-ttl,
.flow-layout02--b .price-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flow-layout02 .price-ttl .l-ttl,
.flow-layout02--g .price-ttl .l-ttl,
.flow-layout02--b .price-ttl .l-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 30px;
}

.flow-layout02 .price-ttl .en,
.flow-layout02--g .price-ttl .en,
.flow-layout02--b .price-ttl .en {
  font-size: 20px;
  font-family: "Newsreader", serif;
  line-height: 1;
  display: block;
  padding-bottom: 5px;
}

.flow-layout02 .price-ttl .jp,
.flow-layout02--g .price-ttl .jp,
.flow-layout02--b .price-ttl .jp {
  font-size: 30px;
  font-family: "FOT-マティス ProN M";
  font-weight: 500;
}

.flow-layout02 .price-box,
.flow-layout02--g .price-box,
.flow-layout02--b .price-box {
  margin-top: 30px;
  background-color: #fff;
  border-radius: 12px;
  padding: 35px 25px 40px 25px;
  text-align: left;
  min-width: 300px;
  max-width: 415px;
}

.flow-layout02 .price-box .c-ttl,
.flow-layout02--g .price-box .c-ttl,
.flow-layout02--b .price-box .c-ttl {
  color: #ACA496;
  font-size: 24px;
  font-family: "FOT-マティス ProN M";
  font-weight: 500;
  padding-bottom: 10px;
}

.flow-layout02 .price-box .diamond-list li,
.flow-layout02--g .price-box .diamond-list li,
.flow-layout02--b .price-box .diamond-list li {
  font-size: 15px;
}

.flow-layout02 .price-box .diamond-list li:before,
.flow-layout02--g .price-box .diamond-list li:before,
.flow-layout02--b .price-box .diamond-list li:before {
  top: 12px;
}

.flow-layout02 .price-box .txt-link,
.flow-layout02--g .price-box .txt-link,
.flow-layout02--b .price-box .txt-link {
  color: #A23C8B;
}

.flow-layout02--g {
  background-image: url(../images/under/flow-layout02_bg_g.png);
  background-color: #F6F4F0;
}

.flow-layout02--g .t-ttl-02 .en {
  color: #EFEAE1;
}

.flow-layout02--g .flow-ttl {
  background-color: #F6F4F0;
}

.flow-layout02--b {
  background-color: #DBDEE6;
}

.flow-layout02--b .flow-ttl {
  background-color: #DBDEE6;
}

.flow-layout02--last {
  padding: 80px 0 0 0;
}

.flow-layout02--last .txt-ttl {
  font-size: 30px;
  font-family: "FOT-マティス ProN M";
  padding-bottom: 20px;
  font-weight: 500;
}

.effect,
.effect-pc {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

.effect--moved {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.effect-pc--moved {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.effect-each {
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

.effect-each--moved {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

/*------------
Loading
-------------*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: -webkit-gradient(linear, left top, right top, from(#497ca6), color-stop(67%, #4b86a8), to(#4d90aa));
  background: linear-gradient(90deg, #497ca6 0%, #4b86a8 67%, #4d90aa 100%);
  z-index: 3000000;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 4000000;
}

#loading_barWrap {
  width: 30vw;
  height: calc(1rem + 5px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#loading_bar {
  width: 0;
  height: 5px;
  background: #fff;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.loadingNone {
  -webkit-animation: loadingAnime 1s forwards;
  animation: loadingAnime 1s forwards;
}

@-webkit-keyframes loadingAnime {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

@keyframes loadingAnime {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

/*------------
モーダル
-------------*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
}

.modal-bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #ACA496;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*------------
モーダル:ライトボックス
-------------*/
.lb-data .lb-close {
  background: none;
  text-align: center;
  background-color: #ACA496;
  position: relative;
}

.lb-data .lb-close::before {
  content: "×";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes secondaryImageOverlayIn {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes secondaryImageOverlayIn {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes secondaryImageOverlayOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(102%);
    transform: translateX(102%);
  }
}

@keyframes secondaryImageOverlayOut {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(102%);
    transform: translateX(102%);
  }
}

@-webkit-keyframes secondaryImageOverlayIn2 {
  0% {
    width: 100%;
    height: 0;
  }

  100% {
    width: 100%;
    height: 100%;
  }
}

@keyframes secondaryImageOverlayIn2 {
  0% {
    width: 100%;
    height: 0;
  }

  100% {
    width: 100%;
    height: 100%;
  }
}

@-webkit-keyframes secondaryImageOverlayOut2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
}

@keyframes secondaryImageOverlayOut2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
  }
}

@-webkit-keyframes secondaryImageOverlayIn3 {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes secondaryImageOverlayIn3 {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes secondaryImageOverlayOut3 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-102%);
    transform: translateX(-102%);
  }
}

@keyframes secondaryImageOverlayOut3 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-102%);
    transform: translateX(-102%);
  }
}

@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.inner {
  opacity: 0;
}

.inner .l-slider img {
  opacity: 0;
}

.inner--moved {
  -webkit-animation: fadeIn 0.1s 0.5s;
  animation: fadeIn 0.1s 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.inner--moved .l-slider img {
  opacity: 1;
  -webkit-animation: fadeIn 0.1s 0.5s;
  animation: fadeIn 0.1s 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.inner--moved-sp {
  -webkit-animation: fadeIn 0.1s 0.5s;
  animation: fadeIn 0.1s 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.inner--moved-sp .l-slider img {
  opacity: 1;
  -webkit-animation: fadeIn 0.1s 0.5s;
  animation: fadeIn 0.1s 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.title-in {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 10;
  opacity: 0;
}

.title-in--moved {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

.title-in--moved:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  -webkit-animation: secondaryImageOverlayIn 0.5s 0s ease, secondaryImageOverlayOut 0.9s 0.6s cubic-bezier(0.77, 0, 0.175, 3);
  animation: secondaryImageOverlayIn 0.5s 0s ease, secondaryImageOverlayOut 0.9s 0.6s cubic-bezier(0.77, 0, 0.175, 3);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.title-in--moved.afternone {
  overflow: visible;
}

.title-in--moved.afternone .slick-dots {
  opacity: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.title-in--moved.afternone .slick-prev,
.title-in--moved.afternone .slick-next {
  opacity: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.title-in--moved.afternone:after {
  opacity: 0;
  display: none;
}

.title-in__r {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 10;
  opacity: 0;
}

.title-in__r--moved {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

.title-in__r--moved:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  -webkit-animation: secondaryImageOverlayIn3 0.5s 0s ease, secondaryImageOverlayOut3 0.9s 0.6s cubic-bezier(0.77, 0, 0.175, 3);
  animation: secondaryImageOverlayIn3 0.5s 0s ease, secondaryImageOverlayOut3 0.9s 0.6s cubic-bezier(0.77, 0, 0.175, 3);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.title-in__r--moved.afternone {
  overflow: visible;
}

.title-in__r--moved.afternone .slick-dots {
  opacity: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.title-in__r--moved.afternone .slick-prev,
.title-in__r--moved.afternone .slick-next {
  opacity: 1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.title-in__r--moved.afternone:after {
  opacity: 0;
  display: none;
}

.title-in__y {
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 10;
  opacity: 0;
}

.title-in__y--moved {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

.title-in__y--moved:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-animation: secondaryImageOverlayIn2 0.5s 0s, secondaryImageOverlayOut2 0.9s 0.6s cubic-bezier(0.77, 0, 0.175, 3);
  animation: secondaryImageOverlayIn2 0.5s 0s, secondaryImageOverlayOut2 0.9s 0.6s cubic-bezier(0.77, 0, 0.175, 3);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.title-in__y--moved-sp {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

.title-in__y--moved-sp:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  -webkit-animation: secondaryImageOverlayIn 0.5s 0s ease, secondaryImageOverlayOut 0.9s 0.6s cubic-bezier(0.77, 0, 0.175, 3);
  animation: secondaryImageOverlayIn 0.5s 0s ease, secondaryImageOverlayOut 0.9s 0.6s cubic-bezier(0.77, 0, 0.175, 3);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fade-in00 {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}

.fade-in00--moved {
  opacity: 1;
}

.fade-in30 {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.fade-in30--moved {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fade-in100 {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.fade-in100--moved {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fade-pc {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.fade-pc--moved {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.order-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.order-list__item {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  opacity: 0;
  width: 33.3333333333%;
}

.order-list__item--moved {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.about-list__item {
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  opacity: 0;
}

.about-list__item--moved {
  -webkit-transition: all 2s;
  transition: all 2s;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.eachTextAnime {
  opacity: 0;
}

.eachTextAnime.appeartext {
  opacity: 1;
}

.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  -webkit-animation: text_anime_on 1s ease-out forwards;
  animation: text_anime_on 1s ease-out forwards;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*-----------------------------------------------------------
お問い合わせ（レイアウト）
-----------------------------------------------------------*/
.contact-form-box {
  margin-bottom: 40px;
}

.contact-form .dl-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ACA496;
}

.contact-form .dl-contact dt {
  padding: 30px 20px;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  font-family: "FOT-マティス ProN M";
}

.contact-form .dl-contact dd {
  padding: 30px 20px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.contact-form .dl-contact .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-form .dl-contact .hissu {
  border: 1px solid #ACA496;
  color: #ACA496;
  font-size: 14px;
  padding: 10px;
  line-height: 1;
}

.box-contact {
  background-color: #ACA496;
  padding: 40px;
  text-align: center;
  color: #fff;
}

.box-contact .t-top {
  padding-bottom: 20px;
}

.box-contact .box-ttl {
  font-size: 22px;
  font-family: "FOT-マティス ProN M";
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  display: inline-block;
}

.box-contact .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-contact .tel {
  font-size: 42px;
  margin-right: 40px;
  padding-left: 35px;
}

.box-contact .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
}

.box-contact .time dt {
  background-color: #ACA496;
  padding: 2px 10px;
  margin-right: 5px;
  color: #fff;
}

.box-contact .time dd:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  .contact-form .dl-contact {
    display: block;
  }

  .contact-form .dl-contact dt {
    padding: 30px 0 0;
  }

  .contact-form .dl-contact dd {
    padding: 20px 0 30px;
  }

  .contact-form .dl-contact .ttl {
    display: block;
  }

  .contact-form .dl-contact .hissu {
    font-size: 12px;
    padding: 5px 10px;
    display: inline-block;
    margin-left: 10px;
  }

  .box-contact {
    padding: 25px;
  }

  .box-contact .box-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .box-contact .wrapper {
    display: block;
    text-align: center;
  }

  .box-contact .tel {
    font-size: 34px;
    margin-right: 0;
    padding-left: 25px;
  }

  .box-contact .tel:before {
    width: 34px;
    height: 30px;
  }

  .box-contact .time {
    margin-top: 10px;
  }

  .box-contact .time dd:not(:last-child) {
    margin-right: 15px;
  }
}

/*-----------------------------------------------------------
お問い合わせ（パーツ）
-----------------------------------------------------------*/
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=number],
.contact-form select,
.contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f1f1f1;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}

.contact-form select::-ms-expand {
  display: none;
}

.contact-form textarea {
  height: 200px;
  resize: vertical;
}

.contact-form input[type=file] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
}

.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.contact-form input[type=number]:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 1px solid #ACA496;
}

.contact-form .mwform-radio-field,
.contact-form .mwform-checkbox-field {
  display: inline-block;
  margin-right: 15px;
  margin-left: 0 !important;
}

.contact-form .mwform-radio-field input[type=radio] {
  display: none;
}

.contact-form .mwform-radio-field label {
  display: inline-block;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 30px;
  line-height: 1;
}

.contact-form .mwform-radio-field label:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-form .mwform-radio-field-text:after {
  content: "";
  border-radius: 50%;
  background: #ACA496;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.contact-form .mwform-radio-field input[type=radio]:checked+.mwform-radio-field-text:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.contact-form .mwform-checkbox-field input[type=checkbox] {
  display: none;
}

.contact-form .mwform-checkbox-field label {
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  padding: 0 0 0 30px;
  position: relative;
}

.contact-form .mwform-checkbox-field label:before {
  content: "";
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-form .mwform-checkbox-field-text:after {
  content: "";
  border-bottom: 3px solid #ACA496;
  border-right: 3px solid #ACA496;
  width: 7px;
  height: 12px;
  position: absolute;
  top: calc(50% - 6px);
  left: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}

.contact-form .mwform-checkbox-field input[type=checkbox]:checked+.mwform-checkbox-field-text:after {
  -webkit-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}

.contact-form .select-wrap {
  position: relative;
}

.contact-form .select-wrap:after {
  content: "";
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #ACA496 transparent transparent transparent;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.contact-form .select-wrap select {
  padding: 15px 10px;
}

.contact-form .age-data {
  position: relative;
}

.contact-form .age-data input[type=text] {
  width: 100px;
  margin-right: 10px;
}

.contact-form .age-data:after {
  content: "歳";
  position: absolute;
  top: 20px;
  left: 120px;
  line-height: 1;
}

.contact-form .tel-data-box {
  margin-top: 20px;
}

.contact-form .mwform-tel-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form .mwform-tel-field input[type=text] {
  width: 29%;
}

.contact-form .mwform-tel-field input[type=text]:nth-of-type(1) {
  margin-right: 10px;
}

.contact-form .mwform-tel-field input[type=text]:nth-of-type(2) {
  margin: 0 10px;
}

.contact-form .mwform-tel-field input[type=text]:nth-of-type(3) {
  margin-left: 10px;
}

.contact-form .mwform-zip-field input[type=text] {
  width: 15%;
  min-width: 80px;
  margin: 0 10px;
}

.contact-form .preferred-date {
  overflow: hidden;
}

.contact-form .preferred-date .date {
  width: 45%;
  float: left;
}

.contact-form .preferred-date .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
  width: 50%;
}

.contact-form .preferred-date .time select {
  width: 80px;
}

.contact-form .preferred-date .hour,
.contact-form .preferred-date .minute {
  position: relative;
}

.contact-form .preferred-date .hour:after,
.contact-form .preferred-date .minute:after {
  position: absolute;
  top: 20px;
  right: -20px;
  line-height: 1;
}

.contact-form .preferred-date .hour {
  margin-right: 30px;
}

.contact-form .preferred-date .hour:after {
  content: "時";
}

.contact-form .preferred-date .minute:after {
  content: "分";
}

.contact-form .birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form .birthday select {
  width: 100px;
}

.contact-form .birthday .year,
.contact-form .birthday .month,
.contact-form .birthday .day {
  position: relative;
}

.contact-form .birthday .year:after,
.contact-form .birthday .month:after,
.contact-form .birthday .day:after {
  position: absolute;
  top: 20px;
  right: -20px;
  line-height: 1;
}

.contact-form .birthday .year {
  margin-right: 30px;
}

.contact-form .birthday .year:after {
  content: "年";
}

.contact-form .birthday .month {
  margin-right: 30px;
}

.contact-form .birthday .month:after {
  content: "月";
}

.contact-form .birthday .day:after {
  content: "日";
}

.contact-form .submit-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-form .submit-btn input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 22px 40px;
  letter-spacing: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 250px;
  text-align: center;
  display: block;
}

.contact-form .submit-btn input[type=submit].submit-btn {
  background: #ACA496;
}

.contact-form .submit-btn input[type=submit].btn-back {
  background: #ccc;
  margin-right: 50px;
  color: #333;
}

.contact-form .submit-btn input[type=submit]:hover {
  opacity: 0.7;
}

.mw_wp_form_confirm .select-wrap:after {
  display: none;
}

.mw_wp_form_confirm .age-data:after {
  top: 8px;
  left: auto;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  .contact-form textarea {
    height: 160px;
  }

  .contact-form .mwform-radio-field,
  .contact-form .mwform-checkbox-field {
    width: 40%;
  }

  .contact-form .mwform-checkbox-field:nth-child(n+3) {
    margin-top: 5px;
  }

  .contact-form .mwform-checkbox-field label {
    line-height: 1.4;
  }

  .contact-form .preferred-date .date {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  .contact-form .preferred-date .time {
    float: none;
    width: 100%;
  }

  .contact-form .birthday select {
    width: 80px;
  }

  .contact-form .submit-btn {
    display: block;
  }

  .contact-form .submit-btn input[type=submit].submit-btn {
    width: 100%;
  }

  .contact-form .submit-btn input[type=submit].btn-back {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 40px;
  }
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*TOPページ用：お知らせ*/
.t-news-list01 .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.t-news-list01 .list-item:not(:last-child) {
  margin-bottom: 20px;
}

.t-news-list01 time {
  font-family: "Newsreader", serif;
  color: #ACA496;
  margin-right: 50px;
}

.t-news-list01 .list-txt {
  width: 80%;
  display: block;
}

.t-news-list01 a:hover {
  text-decoration: underline;
}

/*TOPページ用：ブログ*/
.t-blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.t-blog-list .list-item {
  width: 25%;
}

.t-blog-list .list-item a {
  display: block;
}

.t-blog-list .list-item a:hover .list-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.t-blog-list .list-item:not(:last-child) {
  margin-right: 20px;
}

.t-blog-list .list-img {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 5px;
}

.t-blog-list .list-img img {
  overflow: hidden;
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.t-blog-list .list-ttl {
  margin-bottom: 10px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

.t-blog-list time {
  display: block;
  color: #999999;
  font-size: 12px;
  font-family: "Newsreader", serif;
  font-size: 400;
  line-height: 1;
  margin-bottom: 5px;
}

/*普通投稿*/
.list-post-type01 .list-item:not(:last-child) {
  margin-bottom: 80px;
}

.list-post-type01 .list-col3 .list-item:not(:last-child),
.list-post-type01 .list-col3--img .list-item:not(:last-child) {
  margin-bottom: 0;
}

.list-post-type03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-post-type03 .list-item {
  width: 32%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  margin-right: 2%;
}

.list-post-type03 .list-item a:hover .list-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.list-post-type03 .list-item:nth-of-type(3n) {
  margin-right: 0;
}

.list-post-type03 .list-item:nth-of-type(n + 4) {
  margin-top: 60px;
}

.list-post-type03 .list-img {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 8px;
}

.list-post-type03 .list-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-post-type03 .list-img.no-image {
  border: 1px solid #ACA496;
}

.list-post-type03 .list-ttl {
  font-size: 20px;
}

.post-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-layout .post-img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 50px;
}

.post-layout .post-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-layout .post-desc {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

/*詳細ページ*/
.post-single-img {
  text-align: center;
  margin-bottom: 40px;
}

.postdata h4 {
  font-size: 20px;
  color: #A23C8B;
  font-family: "FOT-マティス ProN M";
}

.postdata h5 {
  font-size: 18px;
  color: #ACA496;
  font-family: "FOT-マティス ProN M";
  padding-left: 10px;
  position: relative;
}

.postdata h5:after {
  content: "-";
  color: #ACA496;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.postdata h6 {
  font-size: 18px;
  color: #A23C8B;
  font-family: "FOT-マティス ProN M";
}

.postdata p,
.postdata ul,
.postdata ol {
  margin-bottom: 15px;
}

.postdata a {
  text-decoration: underline;
}

.postdata a:hover {
  text-decoration: none;
}

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata ul li {
  list-style: inside disc;
}

.postdata ul li>ul {
  margin: 0 0 0 15px;
}

.postdata ol li {
  list-style: inside decimal;
}

.postdata ol li>ol {
  margin: 0 0 0 15px;
}

.post-data {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.post-data time {
  font-size: 14px;
  color: #999999;
  line-height: 1;
  font-family: "Newsreader", serif;
}

.post-data .post-category01 {
  margin-left: 20px;
}

.post-data .post-category02 {
  margin-left: 20px;
}

.post-category01 {
  border: 1px solid #322E2D;
  color: #322E2D;
  line-height: 1;
  padding: 3px 10px 6px;
  display: inline-block;
}

.post-category01 span {
  font-size: 11px;
  font-family: "FOT-マティス ProN M";
}

.post-category01 span:not(:last-child) {
  position: relative;
  padding-right: 20px;
}

.post-category01 span:not(:last-child):before {
  content: "/";
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*セレクト式カテゴリー*/
.select-area {
  margin-bottom: 50px;
}

.select-area .select-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.select-area .select-box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 8px solid #ACA496;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select-area .select-category {
  -webkit-appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 0;
  background: #F6F6F6;
  font-size: 16px;
  color: #ACA496;
  vertical-align: middle;
  height: 50px;
  padding: 5px 15px;
  border: none;
  width: 100%;
  cursor: pointer;
}

.select-area .select-category::-ms-expand {
  display: none;
}

/*一覧用ページャー*/
.post-number {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "FOT-マティス ProN M";
}

.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
}

.post-number a:hover {
  color: #000;
}

.post-number .current {
  color: #000;
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}

.post-number .current::after {
  content: "";
  border-bottom: 2px solid #000;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
}

/*詳細用ページャー*/
.post-number-single {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Newsreader", serif;
}

.post-number-single a {
  display: inline-block;
  color: #000;
}

.post-number-single a.next {
  margin-top: 0;
}

.post-number-single a.next::before {
  content: "";
  background: url(../images/share/icon_arrow_post_left.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
}

.post-number-single a.prev {
  margin-top: 0;
}

.post-number-single a.prev::after {
  content: "";
  background: url(../images/share/icon_arrow_post_right.svg) no-repeat center/contain;
  display: inline-block;
  margin-left: 15px;
  width: 30px;
  height: 30px;
}

.post-number-single a:hover {
  opacity: 0.5;
}

/* バナー */
.post-bnr-wrap {
  margin: 50px 0 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

@media screen and (max-width: 800px) and (min-width: 0px) {

  /*TOPページ用：お知らせ*/
  .t-news-list01 .list-item:not(:last-child) {
    margin-bottom: 10px;
  }

  .t-news-list01 time {
    margin-right: 20px;
    font-size: 12px;
  }

  .t-news-list01 .list-txt {
    font-size: 12px;
  }

  /*TOPページ用：ブログ*/
  .t-blog-list {
    display: block;
    margin-bottom: 30px;
  }

  .t-blog-list .list-item {
    width: 100%;
  }

  .t-blog-list .list-item:not(:last-child) {
    margin-right: 0;
  }

  .t-blog-list .list-item:not(:nth-child(2n)) {
    margin-right: 0px;
  }

  .t-blog-list .list-item:nth-child(n+3) {
    margin-top: 0px;
  }

  .t-blog-list .list-img img {
    height: 180px;
  }

  .t-blog-list .list-desc {
    text-align: left;
  }

  .t-blog-list time {
    font-size: 13px;
  }

  .t-blog-list .slick-prev,
  .t-blog-list .slick-next {
    top: 87px;
  }

  .t-blog-list .slick-prev {
    border-top: 3px solid #ACA496;
    border-left: 3px solid #ACA496;
    left: 15px;
  }

  .t-blog-list .slick-next {
    border-top: 3px solid #ACA496;
    border-right: 3px solid #ACA496;
    right: 15px;
  }

  /*普通投稿*/
  .list-post-type01 .list-item:not(:last-child) {
    margin-bottom: 60px;
  }

  .list-post-type03 .list-item {
    width: 48%;
    margin-right: 4%;
  }

  .list-post-type03 .list-item:nth-of-type(3n) {
    margin-right: 4%;
  }

  .list-post-type03 .list-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .list-post-type03 .list-item:nth-of-type(n + 3) {
    margin-top: 40px;
  }

  .list-post-type03 .list-item:nth-of-type(n + 4) {
    margin-top: 40px;
  }

  .list-post-type03 .list-img img {
    height: 120px;
  }

  .post-layout {
    display: block;
  }

  .post-layout .post-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .post-layout .post-desc {
    width: 100%;
  }

  /*詳細ページ*/
  /*セレクト式カテゴリー*/
  /*一覧用ページャー*/
  .post-number {
    margin-top: 60px;
  }
}

/*-----------------------------------------------------------
Utility
-----------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.fade {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.fade:hover {
  opacity: 0.5;
}

.fs11 {
  font-size: 11px;
}

.fs22 {
  font-size: 22px;
}

.font01 {
  font-family: "FOT-UD明朝 Pr6 M";
}

.bold,
strong {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.tac {
  text-align: center;
}

.txt-green {
  color: #0E8F3B;
}

.txt-red {
  color: #FF0000;
}

.txt-white {
  color: #FFF;
}

.txt-link {
  text-decoration: underline;
}

.txt-bold {
  font-weight: bold;
}

.txt-note {
  font-size: 13px;
}

.t-align {
  text-align: center;
}

.txt-marker span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFC107));
  background: linear-gradient(transparent 60%, #FFC107 60%);
  padding-bottom: 3px;
}

.txt-marker .large {
  font-size: 30px;
}

.txt-marker .small {
  font-size: 20px;
}

.txt-m {
  font-size: 16px;
}

.m-auto {
  margin: 0 auto;
}

.mb5 {
  margin-bottom: 5px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.br20 {
  border-radius: 20px;
}

@media screen and (max-width: 800px) and (min-width: 0px) {

  /*-----------------------------------------------------------
  Responsive
  -----------------------------------------------------------*/
  /*-------------
  Body
  -------------*/
  body {
    font-size: 15px;
    line-height: 1.8;
  }

  .container,
  .container--max,
  .pc-navi,
  .footer-link,
  .footer-inr,
  .modal-content {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }

  /*------------
  Header
  --------------*/
  .header-inr {
    padding: 0;
  }

  .header .h-logo {
    width: 60px;
  }

  .header .h-contact {
    display: none;
  }

  /*------------
  G-navi
  --------------*/
  .pc-navi {
    display: none;
  }

  .sp-navi {
    display: block;
    /* ボタン類 */
    /* コンテンツ */
  }

  .sp-navi .sp-navi-btns {
    background: #ACA496;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 10000;
    color: #fff;
  }

  .sp-navi .sp-navi-btns .item {
    background-size: 16px;
    background-position: top 8px center;
    background-repeat: no-repeat;
    width: 25%;
    text-align: center;
    position: relative;
    border-left: 1px solid #5F5A59;
  }

  .sp-navi .sp-navi-btns .item:nth-child(1) {
    background-image: url(../images/share/icon_home_w.png);
    border-left: none;
  }

  .sp-navi .sp-navi-btns .item:nth-child(2) {
    background-image: url(../images/share/icon_tel_w.png);
  }

  .sp-navi .sp-navi-btns .item:nth-child(3) {
    background-image: url(../images/share/icon_mail_w.png);
  }

  .sp-navi .sp-navi-btns .item a {
    display: block;
    padding: 30px 0 0;
    height: 100%;
  }

  .sp-navi .sp-navi-btns .item .ttl {
    display: block;
    font-family: "Newsreader", serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    white-space: nowrap;
  }

  .sp-navi .sp-navi-btns .humberger-box {
    background: #ACA496;
    cursor: pointer;
    position: relative;
  }

  .sp-navi .sp-navi-btns .humberger-box .ttl {
    color: #fff;
  }

  .sp-navi .sp-navi-contents {
    visibility: hidden;
    background: #fff;
    padding: 50px 25px 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    z-index: 9999;
  }

  .sp-navi .sp-navi-contents.is-open {
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }

  .sp-navi .sp-navi-list {
    display: block;
  }

  .sp-navi .sp-navi-list .item {
    width: 100%;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid #ddd;
  }

  .sp-navi .sp-navi-list .item .item-link {
    display: block;
    position: relative;
    padding: 10px 0;
  }

  .sp-navi .sp-navi-list .item .jp {
    font-size: 18px;
    font-family: "FOT-マティス ProN M";
    line-height: 1;
    display: block;
  }

  .sp-navi .sp-navi-list .item .en {
    font-family: "Newsreader", serif;
    font-size: 12px;
    color: #ACA496;
    line-height: 1;
  }

  .sp-navi .sp-dropdown .item-link {
    margin-right: 60px;
  }

  .sp-navi .sp-dropdown:after {
    content: "";
    display: block;
    position: absolute;
    top: 30px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ACA496 transparent transparent transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }

  .sp-navi .sp-dropdown.is-on::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sp-navi .sp-dropdown .sp-navi-child {
    padding: 5px 0 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .sp-navi .sp-dropdown .sp-navi-child li {
    padding-left: 10px;
    width: 49%;
    line-height: 1.6;
    font-family: "FOT-マティス ProN M";
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
  }

  .sp-navi .sp-dropdown .sp-navi-child li:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: transparent transparent transparent #ACA496;
    position: absolute;
    top: 11px;
    left: 0;
    margin-top: -3px;
  }

  .humberger {
    display: block;
    height: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 150;
    position: relative;
    top: 0;
    right: 0;
    z-index: 9999;
  }

  .humberger span {
    background: #fff;
    position: absolute;
    width: 15px;
    height: 1px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .humberger span:nth-of-type(1) {
    top: 30%;
  }

  .humberger span:nth-of-type(2) {
    top: 50%;
  }

  .humberger span:nth-of-type(3) {
    bottom: 27%;
  }

  .humberger.is-open span:nth-of-type(1) {
    top: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
  }

  .humberger.is-open span:nth-of-type(2) {
    display: none;
  }

  .humberger.is-open span:nth-of-type(3) {
    bottom: 50%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
  }

  /*------------
  Hero
  --------------*/
  .hero {
    width: 100%;
    position: relative;
  }

  .hero-slider {
    height: 100%;
  }

  .hero-slider .slider-img {
    height: auto;
    padding-bottom: 35%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .hero-desc {
    top: auto;
    bottom: 70px;
  }

  .hero-ttl {
    font-size: 16px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    letter-spacing: 0.1rem;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  }

  .hero-ttl--part {
    display: block;
    white-space: nowrap;
    text-align: right;
  }

  .hero-ttl--part:nth-of-type(n + 2) {
    padding-right: 0px;
    padding-top: 8px;
  }

  .hero-ttl--part:nth-of-type(2) {
    margin-top: 0px;
  }

  .hero-ttl--part:nth-of-type(3) {
    margin-top: 0px;
  }

  .hero-ttl--part:nth-of-type(4) {
    padding-right: 0px;
    padding-top: 25px;
  }

  .hero-ttl--part:nth-of-type(5) {
    margin-top: 0px;
  }

  /*------------
  Top contents
  --------------*/
  .t-ttl {
    margin-bottom: 20px;
  }

  .t-ttl .en {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .t-ttl .jp {
    font-size: 26px;
    line-height: 1.4;
  }

  .t-ttl-02 .en {
    font-size: 58px;
  }

  .t-ttl-02 .jp {
    font-size: 26px;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
    line-height: 1.4;
  }

  .sec01 {
    margin: 0px;
  }

  .sec01-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .sec01 .t-ttl {
    margin-bottom: 0;
  }

  .sec01 .t-ttl .jp {
    font-size: 20px;
  }

  .sec01 .container,
  .sec01 .container--max,
  .sec01 .pc-navi,
  .sec01 .footer-link,
  .sec01 .footer-inr,
  .sec01 .modal-content {
    display: block;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 20px;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  .sec01 .btn-min {
    width: 100px;
    line-height: 1.4;
  }

  .sec02 {
    padding: 80px 0 50px;
  }

  .sec02:before {
    font-size: 100px;
    top: -30px;
    left: -20px;
  }

  .sec02-layout {
    display: block;
  }

  .sec02 .l-desc {
    width: 100%;
  }

  .sec02 .l-img,
  .sec02 .l-img--left {
    width: 100%;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sec02 .l-img img,
  .sec02 .l-img--left img {
    height: auto;
  }

  .sec02 .l-img--left {
    width: 60%;
    margin-top: 33px;
  }

  .sec02 .l-img--right {
    position: relative;
    top: 0;
    right: 0;
    width: 37%;
  }

  .sec02 .l-img.pc-only,
  .sec02 .pc-only.l-img--left {
    display: none;
  }

  .sec02-list {
    margin-bottom: 30px;
  }

  .sec02-list .l-item:nth-of-type(n + 2) {
    margin-top: 15px;
  }

  .sec02-list .jp {
    font-size: 18px;
    padding-right: 15px;
  }

  .t-slider-layout,
  .t-slider-layout--re {
    display: block;
    padding: 40px 0;
  }

  .t-slider-layout .point-en,
  .t-slider-layout--re .point-en {
    padding-top: 40px;
    line-height: 1.4;
  }

  .t-slider-layout .l-txt,
  .t-slider-layout--re .l-txt {
    padding-bottom: 20px;
  }

  .t-slider-layout .l-img,
  .t-slider-layout--re .l-img,
  .t-slider-layout .sec02 .l-img--left,
  .sec02 .t-slider-layout .l-img--left,
  .t-slider-layout--re .sec02 .l-img--left,
  .sec02 .t-slider-layout--re .l-img--left {
    width: 100%;
    height: 220px;
  }

  .t-slider-layout .l-img img,
  .t-slider-layout--re .l-img img,
  .t-slider-layout .sec02 .l-img--left img,
  .sec02 .t-slider-layout .l-img--left img,
  .t-slider-layout--re .sec02 .l-img--left img,
  .sec02 .t-slider-layout--re .l-img--left img {
    height: 220px;
  }

  .t-slider-layout .l-desc,
  .t-slider-layout--re .l-desc {
    width: 100%;
    padding: 0;
  }

  .t-slider-layout .slick-dots,
  .t-slider-layout--re .slick-dots {
    width: 80px;
    left: calc(50% - 40px);
    right: auto;
    bottom: -20px;
  }

  .t-slider-layout .slick-prev,
  .t-slider-layout--re .slick-prev,
  .t-slider-layout .slick-next,
  .t-slider-layout--re .slick-next {
    width: 50px;
    height: 50px;
  }

  .t-slider-layout .slick-prev:before,
  .t-slider-layout--re .slick-prev:before,
  .t-slider-layout .slick-next:before,
  .t-slider-layout--re .slick-next:before {
    width: 14px;
    height: 14px;
    top: 47%;
    left: 22%;
  }

  .t-slider-layout .slick-prev,
  .t-slider-layout--re .slick-prev {
    left: 0;
    right: auto;
  }

  .t-slider-layout .slick-prev:before,
  .t-slider-layout--re .slick-prev:before {
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    left: 50%;
  }

  .t-slider-layout .slick-next,
  .t-slider-layout--re .slick-next {
    left: auto;
    right: 0;
  }

  .t-slider-layout .slick-prev,
  .t-slider-layout--re .slick-prev,
  .t-slider-layout .slick-next,
  .t-slider-layout--re .slick-next {
    bottom: 0;
  }

  .t-slider-layout .slick-next:before,
  .t-slider-layout--re .slick-next:before {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }

  .sec03 {
    padding-top: 15px;
  }

  .sec06 {
    padding-bottom: 15px;
  }

  .t-layout {
    display: block;
  }

  .t-layout .l-img,
  .t-layout .sec02 .l-img--left,
  .sec02 .t-layout .l-img--left {
    width: 100%;
    padding-top: 30px;
  }

  .t-layout .l-img img,
  .t-layout .sec02 .l-img--left img,
  .sec02 .t-layout .l-img--left img {
    width: 100%;
    max-width: 100%;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  .t-layout .l-desc {
    width: 100%;
  }

  .t-layout .l-ttl {
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: 20px;
  }

  .sec07 {
    padding: 80px 0 20px;
  }

  .sec07:before {
    font-size: 100px;
    top: -30px;
    left: 0;
  }

  .sec08 {
    padding: 70px 0 60px;
  }

  .sec08:before {
    font-size: 100px;
    top: -30px;
    right: auto;
    left: 0;
  }

  .sec08 .t-layout .l-img img,
  .sec08 .t-layout .sec02 .l-img--left img,
  .sec02 .sec08 .t-layout .l-img--left img {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  .sec09 {
    height: 180px;
    background-attachment: inherit;
  }

  .diamond-list li {
    font-size: 16px;
    padding-left: 13px;
  }

  .diamond-list li:before {
    top: 11px;
  }

  .sec10 .container,
  .sec10 .container--max,
  .sec10 .pc-navi,
  .sec10 .footer-link,
  .sec10 .footer-inr,
  .sec10 .modal-content {
    padding: 50px 0 50px;
  }

  .sec10 .l-txt {
    padding-bottom: 20px;
    text-align: left;
  }

  .sec10-box {
    padding: 20px 20px;
    margin: 0 auto 30px;
  }

  .sec10 .diamond-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sec10 .diamond-list li {
    margin-right: 10px;
  }

  .sec10 .diamond-list li:nth-of-type(n + 2) {
    margin-left: 0px;
  }

  .sec11 {
    padding: 50px 0 90px;
  }

  /*------------
  Footer
  --------------*/
  .pagetop {
    width: 40px;
    height: 40px;
    border-radius: 25px;
    bottom: 60px;
    right: 10px;
  }

  .pagetop:after {
    width: 10px;
    height: 10px;
  }

  .footer {
    padding-bottom: 50px;
  }

  .footer-link {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }

  .footer-link li a {
    height: 70px;
  }

  .footer-link .contact-btn .l-inr {
    display: block;
    text-align: center;
  }

  .footer-link .contact-btn .en {
    font-size: 16px;
    display: block;
    line-height: 1.4;
  }

  .footer-link .contact-btn .jp {
    font-size: 12px;
    display: block;
    padding-left: 0;
    line-height: 1.1;
  }

  .footer-link .tel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 17px;
    padding-left: 22px;
  }

  .footer-link .tel:before {
    width: 20px;
    height: 22px;
  }

  .footer-top {
    display: block;
  }

  .footer .f-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .footer .f-logo-list {
    grid-template-columns: 1fr 1fr;
  }

  .footer .logo-name {
    font-size: 19px;
  }

  .footer .logo-name span {
    font-size: 14px;
  }

  .footer .f-navi-list {
    width: 49%;
  }

  .footer .f-navi-list .item {
    font-size: 14px;
  }

  .footer .f-navi-list .item:before {
    top: 7px;
  }

  .footer .f-navi-list .item:nth-of-type(n + 2) {
    margin-top: 10px;
  }

  .footer .f-navi-list .item--s {
    font-size: 11px;
    padding-left: 26px;
  }

  .footer .f-navi-list .item--s:before {
    top: 8px;
    width: 5px;
    left: 14px;
  }

  /*------------
  Button
  --------------*/
  .btn-more,
  .btn-more--center {
    width: 100%;
    font-size: 16px;
  }

  /*------------
  Under layout
  --------------*/
  .u-top-common {
    padding: 30px 0;
    height: 220px;
    margin-bottom: 20px;
  }

  .page-ttl {
    font-size: 28px;
    padding-top: 5px;
    white-space: nowrap;
  }

  .breadcrumb {
    margin-bottom: 40px;
  }

  .u-contents .btn-more,
  .u-contents .btn-more--center {
    width: 100%;
  }

  /*------------
  Under parts
  --------------*/
  .u-h2,
  .postdata h1,
  .post-category-ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .u-h3,
  .dl-privacy dt,
  .postdata h2,
  .post-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .u-h4,
  .postdata h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .u-h4:before,
  .postdata h3:before {
    top: 11px;
  }

  .tall {
    margin-bottom: 80px;
  }

  .tall:last-child {
    margin-bottom: 120px;
  }

  .column2 {
    display: block;
    margin: 0 auto 120px;
    max-width: 90%;
    width: 90%;
  }

  .column2-left {
    width: 100%;
    margin-bottom: 80px;
  }

  .column2-right {
    width: 100%;
    margin-left: 0;
  }

  .col2,
  .col3,
  .col4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }

  .l-style01 {
    display: block;
  }

  .l-style01 .l-img,
  .l-style01 .sec02 .l-img--left,
  .sec02 .l-style01 .l-img--left {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .l-style01 .l-img.large,
  .l-style01 .sec02 .large.l-img--left,
  .sec02 .l-style01 .large.l-img--left {
    margin: 0 auto 20px;
    position: relative;
  }

  .l-style01 .l-desc {
    width: 100%;
  }

  .l-style02,
  .l-style02--r,
  .l-style02--l {
    display: block;
  }

  .l-style02 .l-img,
  .l-style02--r .l-img,
  .l-style02 .sec02 .l-img--left,
  .sec02 .l-style02 .l-img--left,
  .l-style02--r .sec02 .l-img--left,
  .sec02 .l-style02--r .l-img--left,
  .l-style02--l .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .l-style02 .l-img.large,
  .l-style02--r .l-img.large,
  .l-style02 .sec02 .large.l-img--left,
  .sec02 .l-style02 .large.l-img--left,
  .l-style02--r .sec02 .large.l-img--left,
  .sec02 .l-style02--r .large.l-img--left {
    margin: 0 auto 20px;
    position: relative;
  }

  .l-style02--r .l-img,
  .l-style02--r .sec02 .l-img--left,
  .sec02 .l-style02--r .l-img--left,
  .l-style02--l .l-img {
    margin: 20px 0 0 0;
  }

  .l-style03 {
    display: block;
  }

  .l-style03 .l-img,
  .l-style03 .sec02 .l-img--left,
  .sec02 .l-style03 .l-img--left {
    width: 100%;
    margin: 0 auto;
  }

  .l-style03 .l-desc {
    padding: 30px 20px;
    margin: auto;
    position: relative;
  }

  .l-style03 .l-desc::before {
    content: "";
    position: absolute;
    top: -10%;
    left: -10%;
    z-index: -1;
    width: 120%;
    height: 120%;
    background-color: #F6F4F0;
  }

  .fl-img01,
  .fl-img02 {
    width: 100%;
    float: none;
    margin: 0 auto 20px;
  }

  .fl-img01.small,
  .fl-img02.small {
    width: 100%;
  }

  .list-col1 .item:not(:last-child) {
    margin-bottom: 60px;
  }

  .list-col1 .item--s:not(:last-child) {
    margin-bottom: 40px;
  }

  .list-col2,
  .list-col2--s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list-col2 .list-item,
  .list-col2--s .list-item {
    width: 100%;
  }

  .list-col2 .list-item:nth-child(odd),
  .list-col2--s .list-item:nth-child(odd) {
    margin-right: 0;
  }

  .list-col2 .list-item+.list-item+.list-item,
  .list-col2--s .list-item+.list-item+.list-item {
    margin-top: 50px;
  }

  .list-col2 .list-item+.list-item,
  .list-col2--s .list-item+.list-item {
    margin-top: 50px;
  }

  .list-col2 .list-ttl,
  .list-col2--s .list-ttl {
    font-size: 20px;
  }

  .list-col2--s .list-item+.list-item+.list-item {
    margin-top: 30px;
  }

  .list-col2--s .list-item+.list-item {
    margin-top: 30px;
  }

  .list-col3,
  .list-col3--img {
    display: block;
  }

  .list-col3 .list-item,
  .list-col3--img .list-item {
    width: 100%;
  }

  .list-col3 .list-item:not(:nth-child(3n)),
  .list-col3--img .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .list-col3 .list-item:nth-child(n+4),
  .list-col3--img .list-item:nth-child(n+4) {
    margin-top: 0;
  }

  .list-col3 .list-item:nth-child(n+2),
  .list-col3--img .list-item:nth-child(n+2) {
    margin-top: 50px;
  }

  .list-col3 .list-ttl,
  .list-col3--img .list-ttl {
    font-size: 20px;
  }

  .list-col3--img .list-item:nth-child(n+2) {
    margin-top: 30px;
  }

  .list-col3.modal_trigger,
  .modal_trigger.list-col3--img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .list-col3.modal_trigger .list-item,
  .modal_trigger.list-col3--img .list-item {
    width: 48%;
    margin-right: 4%;
  }

  .list-col3.modal_trigger .list-item:not(:nth-child(3n)),
  .modal_trigger.list-col3--img .list-item:not(:nth-child(3n)) {
    margin-right: 4%;
  }

  .list-col3.modal_trigger .list-item:nth-of-type(2n),
  .modal_trigger.list-col3--img .list-item:nth-of-type(2n) {
    margin-right: 0;
  }

  .list-col3.modal_trigger .list-item:nth-child(n+2),
  .modal_trigger.list-col3--img .list-item:nth-child(n+2) {
    margin-top: 0px;
  }

  .list-col3.modal_trigger .list-item:nth-child(n+3),
  .modal_trigger.list-col3--img .list-item:nth-child(n+3) {
    margin-top: 15px;
  }

  .list-col3.modal_trigger img,
  .modal_trigger.list-col3--img img {
    height: 120px;
  }

  .list-card-col2 {
    display: block;
  }

  .list-card-col2 .list-item {
    width: 100%;
  }

  .list-card-col2 .list-item:nth-child(odd) {
    margin-right: 0;
  }

  .list-card-col2 .list-item+.list-item+.list-item {
    margin-top: 30px;
  }

  .list-card-col2 .list-item+.list-item {
    margin-top: 30px;
  }

  .list-card-col2 .list-ttl {
    font-size: 20px;
  }

  .list-card-col3 {
    display: block;
  }

  .list-card-col3 .list-item {
    width: 100%;
  }

  .list-card-col3 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .list-card-col3 .list-item:nth-child(n+4) {
    margin-top: 0;
  }

  .list-card-col3 .list-item:nth-child(n+2) {
    margin-top: 30px;
  }

  .list-card-col3 .list-ttl {
    font-size: 20px;
  }

  .list-txt.col2,
  .list-txt.col3,
  .list-txt.col4 {
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list-txt.col2 li,
  .list-txt.col3 li,
  .list-txt.col4 li {
    width: 100%;
  }

  .list-txt.col2 li:nth-child(odd) {
    margin-right: 0;
  }

  .list-txt.col3 li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .list-txt.col4 li {
    padding-right: 0;
  }

  .list-btn {
    display: block;
    text-align: center;
  }

  .list-btn li:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .list-anchor-link {
    display: block;
  }

  .list-anchor-link li:not(:last-child):after {
    display: none;
  }

  .list-anchor-link a {
    padding: 0 0 0 25px;
  }

  .list-anchor-link a:before {
    right: inherit;
    left: 0;
  }

  .merit-demerit {
    display: block;
  }

  .merit-demerit .list-item {
    padding: 30px 20px;
  }

  .merit-demerit .list-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .merit-demerit .list-ttl {
    margin-bottom: 10px;
  }

  .merit-demerit .list-ttl .en {
    font-size: 24px;
    margin-right: 10px;
  }

  .merit-demerit .list-ttl .jp {
    font-size: 14px;
  }

  .before-after {
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }

  .before-after:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .before-after .l-item {
    width: 100%;
  }

  .before-after .item:nth-child(1) {
    margin-bottom: 40px;
  }

  .flow-type01 {
    padding: 40px 20px;
  }

  .flow-type01 .l-item:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .flow-type01 .l-ttl {
    font-size: 20px;
  }

  .flow-type01 .l-ttl span {
    font-size: 11px;
  }

  .flow-type02 {
    display: block;
  }

  .flow-type02 .l-item {
    padding: 35px 20px 30px;
    width: 100%;
    margin: 0 0 50px;
  }

  .flow-type02 .l-item:nth-child(3n) {
    margin: 0 0 50px;
  }

  .flow-type02 .l-item:after {
    top: inherit;
    bottom: -32px;
    right: 50%;
    -webkit-transform: translateX(50%) rotate(90deg);
    transform: translateX(50%) rotate(90deg);
  }

  .flow-type02 .l-ttl {
    font-size: 20px;
  }

  .staff-layout {
    display: block;
  }

  .staff-layout .l-img,
  .staff-layout .sec02 .l-img--left,
  .sec02 .staff-layout .l-img--left {
    margin-bottom: 20px;
  }

  .staff-layout .l-desc {
    margin-right: 0;
  }

  .staff-layout .job {
    font-size: 16px;
  }

  .staff-layout .name {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .staff-layout .jp {
    font-size: 24px;
    margin-right: 20px;
  }

  .staff-layout .en {
    font-size: 16px;
  }

  .staff-profile {
    display: block;
  }

  .staff-profile .item {
    width: 100%;
    padding: 25px;
  }

  .staff-profile .item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .staff-profile .ttl {
    font-size: 22px;
    color: #ACA496;
    margin-bottom: 10px;
  }

  .staff-profile-list li {
    display: block;
  }

  .staff-profile-list .data {
    width: auto;
    display: block;
    font-weight: bold;
  }

  .staff-profile-list .txt {
    width: 100%;
  }

  .dl-faq01 dt .txt {
    font-size: 16px;
  }

  .dl-faq01 dt::before,
  .dl-faq01 dt::after {
    content: "";
    background: #333;
    position: absolute;
    width: 10px;
    height: 1px;
    right: 15px;
    top: calc(50% - 5px);
  }

  .dl-faq01 dt::before {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }

  .dl-faq01 dt.is-open::before {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }

  .dl-faq01 dd {
    margin-bottom: 30px;
  }

  .dl-faq01 .icon {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    margin: 0 10px 0 0;
  }

  .dl-privacy dt {
    line-height: 1.4;
  }

  .table-style01 th {
    width: 100%;
    display: block;
    padding: 10px 15px;
    text-align: left;
  }

  .table-style01 td {
    width: 100%;
    display: block;
    padding: 10px 15px;
  }

  .table-style02 {
    background-color: #fff;
    border: 1px solid #bbb;
  }

  .table-style02 th,
  .table-style02 td {
    border: 1px solid #eee;
    line-height: 1.7;
    padding: 15px;
  }

  .table-style02 th {
    background: #607D8B;
    font-weight: bold;
    color: #fff;
    vertical-align: top;
  }

  .table-style02 th.bg01 {
    background: rgba(96, 125, 139, 0.5);
  }

  .table-performance th,
  .performance-layout table th {
    line-height: 1.4;
  }

  .table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }

  .table-scroll::before {
    content: "※横にスクロールできます。";
  }

  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }

  .table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #f5f6f8;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #333;
  }

  .table-scroll table {
    margin-bottom: 10px;
    width: 150%;
  }

  .box-bg {
    padding: 30px 20px;
  }

  .map {
    height: 220px;
  }

  .u-slider01-main,
  .u-slider02-main,
  .u-slider03-main,
  .u-slider04-main,
  .u-slider05-main {
    padding: 0 10px;
  }

  .u-slider01-thumb,
  .u-slider02-thumb,
  .u-slider03-thumb,
  .u-slider04-thumb,
  .u-slider05-thumb {
    padding: 0 10px;
    max-width: 100%;
  }

  .u-slider01-thumb img,
  .u-slider02-thumb img,
  .u-slider03-thumb img,
  .u-slider04-thumb img,
  .u-slider05-thumb img {
    width: 80px;
    height: 60px;
  }

  .u-slider01-thumb .slick-slide:before,
  .u-slider02-thumb .slick-slide:before,
  .u-slider03-thumb .slick-slide:before,
  .u-slider04-thumb .slick-slide:before,
  .u-slider05-thumb .slick-slide:before {
    width: 80px;
    height: 60px;
  }

  .about-hoverwrap {
    height: auto;
  }

  .about-hoverttl {
    position: relative;
    height: auto;
    width: 100%;
    font-size: 16px;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    letter-spacing: 0.1rem;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  }

  .about-hoverttl--part {
    display: block;
    white-space: nowrap;
  }

  .about-hoverttl--part:nth-of-type(n + 2) {
    padding-right: 0px;
  }

  .about-hoverttl--part:nth-of-type(4) {
    margin-top: 20px;
  }

  .about-hoverttl--part:nth-of-type(7) {
    margin-top: 20px;
  }

  .about-hoverttl--part:nth-of-type(11) {
    margin-top: 20px;
  }

  .about-layout01 {
    margin-bottom: 40px;
  }

  .about-layout01 .t-ttl-02 {
    margin-bottom: 30px;
  }

  .about-layout01 .t-ttl-02 .en {
    font-size: 70px;
  }

  .about-layout01 .t-ttl-02 .jp {
    font-size: 22px;
  }

  .about-layout01 .about-layout01-boxwrap {
    height: auto;
  }

  .about-layout01 .l-box {
    position: relative;
    width: 100%;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }

  .about-layout01 .l-ttl {
    font-size: 18px;
    padding-left: 0px;
    padding-bottom: 10px;
  }

  .about-layout01 .l-txt {
    font-size: 15px;
  }

  .about-layout01 .l-txt li {
    border-right: none;
    padding: 8px 5px;
    border-bottom: 1px solid #ACA496;
    line-height: 1.4;
  }

  .about-layout01 .l-txt li:last-child {
    border-left: none;
  }

  .about-list__item {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  .about-list__item--moved {
    -webkit-transition: all 2s;
    transition: all 2s;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .about-layout02 .last-box .point-box {
    display: none;
  }

  .about-layout02 .last-box .l-img {
    display: none;
  }

  .about-layout02 .last-box .l-txt {
    border-radius: 8px;
    padding: 15px 15px;
    font-size: 18px;
    width: 100%;
    line-height: 1.4;
  }

  .about-layout02--box {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .about-layout02--box .l-img,
  .about-layout02--box .sec02 .l-img--left,
  .sec02 .about-layout02--box .l-img--left {
    font-size: 18px;
    width: 170px;
    height: 150px;
    line-height: 1.4;
  }

  .about-layout02--box .l-desc {
    padding-left: 10px;
  }

  .about-layout02--box .l-desc ul li span {
    border-bottom: 1px solid #ACA496;
    display: inline-block;
    line-height: 1.4;
    font-size: 13px;
  }

  .about-layout03,
  .about-layout03--pc {
    margin-top: 50px;
  }

  .about-layout03--pc {
    display: block;
  }

  .about-layout03 .l-item,
  .about-layout03--pc .l-item {
    width: 100%;
  }

  .about-layout03 .l-item:nth-of-type(2),
  .about-layout03--pc .l-item:nth-of-type(2) {
    margin-top: 40px;
  }

  .about-layout03 .l-item:before,
  .about-layout03--pc .l-item:before {
    height: 400px;
  }

  .about-layout03 .l-desc,
  .about-layout03--pc .l-desc {
    width: 100%;
    margin-bottom: 10px;
  }

  .about-layout03 .staff-profile-list,
  .about-layout03--pc .staff-profile-list {
    margin-bottom: 20px;
  }

  .about-layout03 .btm-link span:before,
  .about-layout03--pc .btm-link span:before {
    left: -100vw;
  }

  .about-layout03 .l-top,
  .about-layout03--pc .l-top {
    min-height: 178px;
  }

  .concept-layout {
    padding-bottom: 49px;
  }

  .concept-layout .l-item {
    display: block;
    min-height: auto;
    position: relative;
  }

  .concept-layout .l-item:before {
    content: "";
    display: inline-block;
    width: 150vw;
    height: 77%;
    background-color: #F6F4F0;
    position: absolute;
    top: 30%;
    left: -6%;
    z-index: -1;
  }

  .concept-layout .l-item:nth-of-type(2n - 1) .l-img:before,
  .concept-layout .l-item:nth-of-type(2n - 1) .sec02 .l-img--left:before,
  .sec02 .concept-layout .l-item:nth-of-type(2n - 1) .l-img--left:before {
    display: none;
  }

  .concept-layout .l-item:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .concept-layout .l-item:nth-of-type(2n) .l-img:before,
  .concept-layout .l-item:nth-of-type(2n) .sec02 .l-img--left:before,
  .sec02 .concept-layout .l-item:nth-of-type(2n) .l-img--left:before {
    display: none;
  }

  .concept-layout .l-item:nth-of-type(n + 2) {
    margin-top: 120px;
  }

  .concept-layout .t-ttl-02 .jp {
    line-height: 1.4;
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
    font-size: 22px;
  }

  .concept-layout .l-desc {
    width: 100%;
  }

  .concept-layout .l-img,
  .concept-layout .sec02 .l-img--left,
  .sec02 .concept-layout .l-img--left {
    width: 100%;
    margin-top: 0;
    margin-bottom: 25px;
  }

  .flow-layout01 .l-item {
    width: 18.4%;
    margin-right: 2%;
  }

  .flow-layout01 .l-item a {
    border-radius: 5px;
    padding: 10px 5px;
  }

  .flow-layout01 .l-item .l-ttl {
    font-size: 13px;
    padding-top: 10px;
    line-height: 1.3;
    min-height: 42px;
  }

  .flow-layout01 .l-item .l-img,
  .flow-layout01 .l-item .sec02 .l-img--left,
  .sec02 .flow-layout01 .l-item .l-img--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
  }

  .flow-layout01 .l-item .l-img img,
  .flow-layout01 .l-item .sec02 .l-img--left img,
  .sec02 .flow-layout01 .l-item .l-img--left img {
    max-width: 80%;
    max-height: 60px;
  }

  .flow-layout01 .l-item:nth-of-type(3) .l-img img,
  .flow-layout01 .l-item:nth-of-type(3) .sec02 .l-img--left img,
  .sec02 .flow-layout01 .l-item:nth-of-type(3) .l-img--left img {
    max-width: 100%;
  }

  .flow-layout02,
  .flow-layout02--g,
  .flow-layout02--b {
    padding: 50px 0 30px;
    margin-bottom: 0;
  }

  .flow-layout02 .u-h3,
  .flow-layout02--g .u-h3,
  .flow-layout02--b .u-h3,
  .flow-layout02 .dl-privacy dt,
  .dl-privacy .flow-layout02 dt,
  .flow-layout02--g .dl-privacy dt,
  .dl-privacy .flow-layout02--g dt,
  .flow-layout02--b .dl-privacy dt,
  .dl-privacy .flow-layout02--b dt,
  .flow-layout02 .postdata h2,
  .postdata .flow-layout02 h2,
  .flow-layout02--g .postdata h2,
  .postdata .flow-layout02--g h2,
  .flow-layout02--b .postdata h2,
  .postdata .flow-layout02--b h2,
  .flow-layout02 .post-ttl,
  .flow-layout02--g .post-ttl,
  .flow-layout02--b .post-ttl {
    font-size: 26px;
  }

  .flow-layout02 .flow-ttl,
  .flow-layout02--g .flow-ttl,
  .flow-layout02--b .flow-ttl {
    width: 120px;
    font-size: 15px;
  }

  .flow-layout02 .l-item,
  .flow-layout02--g .l-item,
  .flow-layout02--b .l-item {
    text-align: left;
  }

  .flow-layout02 .l-item:first-child .flow-ttl:before,
  .flow-layout02--g .l-item:first-child .flow-ttl:before,
  .flow-layout02--b .l-item:first-child .flow-ttl:before {
    width: 3px;
    height: 3000px;
    bottom: -3000px;
    left: 10px;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  .flow-layout02 .l-inr,
  .flow-layout02--g .l-inr,
  .flow-layout02--b .l-inr {
    display: block;
    padding: 20px 0 30px 40px;
  }

  .flow-layout02 .l-desc,
  .flow-layout02--g .l-desc,
  .flow-layout02--b .l-desc {
    max-width: 100%;
    padding-left: 0;
  }

  .flow-layout02 .l-left,
  .flow-layout02--g .l-left,
  .flow-layout02--b .l-left {
    max-width: 100%;
    padding-right: 0;
  }

  .flow-layout02 .t-ttl-02 .en,
  .flow-layout02--g .t-ttl-02 .en,
  .flow-layout02--b .t-ttl-02 .en {
    font-size: 80px;
    margin-left: -10px;
  }

  .flow-layout02 .t-ttl-02 .jp,
  .flow-layout02--g .t-ttl-02 .jp,
  .flow-layout02--b .t-ttl-02 .jp {
    font-size: 22px;
    padding-left: 0px;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  .flow-layout02 .l-txt,
  .flow-layout02--g .l-txt,
  .flow-layout02--b .l-txt {
    padding-left: 0;
  }

  .flow-layout02 figure,
  .flow-layout02--g figure,
  .flow-layout02--b figure {
    padding-top: 30px;
  }

  .flow-layout02 .price-ttl .en,
  .flow-layout02--g .price-ttl .en,
  .flow-layout02--b .price-ttl .en {
    font-size: 18px;
  }

  .flow-layout02 .price-ttl .jp,
  .flow-layout02--g .price-ttl .jp,
  .flow-layout02--b .price-ttl .jp {
    font-size: 22px;
  }

  .flow-layout02 .price-ttl figure,
  .flow-layout02--g .price-ttl figure,
  .flow-layout02--b .price-ttl figure {
    padding-top: 0px;
  }

  .flow-layout02 .price-box,
  .flow-layout02--g .price-box,
  .flow-layout02--b .price-box {
    margin-top: 20px;
  }

  .flow-layout02 .sp-mg,
  .flow-layout02--g .sp-mg,
  .flow-layout02--b .sp-mg {
    margin-top: 30px;
  }

  .flow-layout02--last .txt-ttl {
    font-size: 22px;
    padding-bottom: 15px;
  }

  .flow-layout02 .l-img.step03-img {
    margin: 20px 0 0;
  }

  .fade-pc {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  /*------------
  モーダル
  -------------*/
  .modal-content {
    padding: 30px 20px;
    height: 80%;
  }

  .modal-content-inr {
    overflow: scroll;
    height: 100%;
  }

  .modal-close {
    width: 30px;
    height: 30px;
    font-size: 24px;
  }

  /*------------
  reset
  --------------*/
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }

  /*------------
  utility
  --------------*/
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .sp-tac {
    text-align: center !important;
  }

  .sp-tar {
    text-align: right !important;
  }

  .sp-tal {
    text-align: left !important;
  }

  .tac {
    text-align: left;
  }

  .mbL {
    margin-bottom: 30px !important;
  }

  .sp-map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

  .sp-map iframe,
  .sp-map object,
  .sp-map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .t-align {
    text-align: left;
  }
}

/*-----------------------------------------------------------
Add
-----------------------------------------------------------*/
/*------------
Slick
-------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  text-align: center;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  border: none;
  background: transparent;
  cursor: pointer;
  color: transparent;
}

.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  width: 20px;
  height: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 10;
}

.slick-prev:focus,
.slick-next:focus {
  outline: 0;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.5;
}

.slick-prev {
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  left: 25px;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
}

.slick-next {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  right: 25px;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.slick-dots {
  display: block;
  list-style: none;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.slick-dots li+li {
  margin-left: 20px;
}

.slick-dots li button {
  display: block;
  background: #ddd;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  color: transparent;
  width: 6px;
  height: 6px;
  outline: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  background: #ACA496;
}

.slick-dots li.slick-active button {
  background: #ACA496;
  width: 9px;
  height: 9px;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
