@charset "utf-8";
audio:not([controls]),
[hidden] {
  display: none;
}
input,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input:focus,
textarea:focus {
  outline: none;
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@import url("http://fonts.googleapis.com/earlyaccess/notosansjp.css");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: 'Noto Serif JP', serif;
  background-color: #f7f7f7;
  -webkit-text-size-adjust: 100%;
  position: relative;
  min-height: 100vh;
  width: 100%;
  color: #333;
  line-height: 1.5;
}
a {
  cursor: pointer;
}
a:link,
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.item--pc {
  display: none;
}
@media screen and (min-width: 835px) {
  .item--pc {
    display: block;
  }
}
.item--sp {
  display: block;
}
@media screen and (min-width: 835px) {
  .item--sp {
    display: none;
  }
}
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  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;
  padding: 0 20px;
  z-index: 999;
}
@media screen and (min-width: 835px) {
  .header {
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100px;
    padding: 0 0 0 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .header {
    padding: 0 0 0 20px;
  }
}
.headerPcMenu {
  display: none;
}
@media screen and (min-width: 835px) {
  .headerPcMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    gap: 60px;
  }
}
.headerPcMenuItem {
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-family: 'Cormorant', serif;
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .headerPcMenuItem {
    margin: 0 10px;
  }
}
.headerPcMenuItem:hover {
  opacity: 0.7;
}
.headerPcMenuContact {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 136px;
  height: 100px;
  background: #0d3219;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 20px;
  position: relative;
  cursor: pointer;
  font-family: 'Cormorant', serif;
}
.headerPcMenuContact.active {
  height: 80px;
}
.headerPcMenuContact:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #e0e0e0;
}
.headerPcMenuContact:hover:before {
  width: 100%;
}
.headerPcMenuContact:hover p {
  color: #0d3219;
}
.headerPcMenuContact p {
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.headerLogo {
  width: 140px;
}
@media screen and (min-width: 835px) {
  .headerLogo {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 180px;
  }
}
.headerSpBtn {
  width: 60px;
  height: 60px;
  background: #0d3219;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}
.headerSpBtn:before,
.headerSpBtn:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 1px;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
}
.headerSpBtn:before {
  top: 26px;
}
.headerSpBtn:after {
  top: 35px;
}
@media screen and (min-width: 835px) {
  .headerSpBtn {
    display: none;
  }
}
.headerSpMenu {
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0d3219;
  z-index: 9999;
}
.headerSpMenu.active {
  left: 0;
}
.headerSpMenuCloseBtn {
  width: 60px;
  height: 60px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, .3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.headerSpMenuCloseBtn:before,
.headerSpMenuCloseBtn:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 1px;
  background: #0d3219;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.headerSpMenuCloseBtn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.headerSpMenuCloseBtn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.headerSpMenuList {
  margin-top: 60px;
}
.headerSpMenuItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  padding: 20px 0;
  font-family: 'Cormorant', serif;
}
@media screen and (max-width: 370px) {
  .headerSpMenuItem {
    padding: 15px 0;
    font-size: 14px;
  }
}
.headerSpMenuBtn {
  margin-top: 30px;
}
.headerSpMenuBtn > a:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 370px) {
  .headerSpMenuBtn > a:not(:first-of-type) {
    margin-top: 10px;
  }
}
.contactBtn {
  background: #dac6a5;
  width: 255px;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0d3219;
  font-size: 16px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.contactBtn:before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: #0d3219;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}
.contactBtn:hover {
  color: #fff;
}
.contactBtn:hover:before {
  width: 100%;
}
.body__bg {
  background-image: url("../img/common/body_bg_sp.png");
  background-size: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.05;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .body__bg {
    background-image: url("../img/common/body_bg_pc.png");
  }
}
.pageContainer,
.pageContainerS {
  padding: 40px 22px 80px;
}
@media screen and (min-width: 835px) {
  .pageContainer,
  .pageContainerS {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 22px 100px;
  }
}
@media screen and (min-width: 835px) {
  .pageContainerS {
    max-width: 940px;
  }
}
.pageBtn {
  background: #0d3219;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 204px;
  height: 56px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 28px;
  margin: 40px auto 0;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.pageBtn:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .pageBtn {
    margin-top: 80px;
  }
}
.table,
.tableMember {
  width: 100%;
  border-bottom: 1px solid #0d3219;
}
@media screen and (min-width: 835px) {
  .table,
  .tableMember {
    border-bottom: none;
  }
}
.table th,
.tableMember th,
.table td,
.tableMember td {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.75;
}
@media screen and (min-width: 835px) {
  .table th,
  .tableMember th,
  .table td,
  .tableMember td {
    display: table-cell;
    font-size: 16px;
  }
}
.table th,
.tableMember th {
  background: #f4f4f5;
  border-top: 1px solid #0d3219;
  border-bottom: 1px solid #ddd;
  padding: 16px 0;
}
@media screen and (min-width: 835px) {
  .table th,
  .tableMember th {
    background: #fff;
    border-top: none;
    border-bottom: 1px solid #0d3219;
    width: 200px;
    text-align: left;
    padding: 16px 20px;
  }
}
.table td,
.tableMember td {
  padding: 20px 0;
}
.table td a,
.tableMember td a {
  color: #2d3a91;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.table td a:hover,
.tableMember td a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.table td a img,
.tableMember td a img {
  width: 10px;
  margin-left: 4px;
}
@media screen and (min-width: 835px) {
  .table td,
  .tableMember td {
    border-bottom: 1px solid #ddd;
    height: 92px;
    padding: 0 30px;
    text-align: left;
  }
}
@media screen and (min-width: 835px) {
  .tableMember td:nth-of-type(1) {
    width: 240px;
    text-align: center;
  }
}
.tableMember td:nth-of-type(2) {
  padding-top: 0;
}
@media screen and (min-width: 835px) {
  .tableMember td:nth-of-type(2) {
    padding: 0 30px;
  }
}
.tableFoot {
  font-size: 14px;
  line-height: 2;
  text-align: right;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .tableFoot {
    font-size: 16px;
  }
}
.accessMap {
  margin-top: 40px;
  padding: 0 20px;
  width: 100%;
  height: 70vw;
  display: block;
}
@media screen and (min-width: 835px) {
  .accessMap {
    width: 400px;
    height: 400px;
    padding: 0;
    margin: 60px auto 0;
  }
}
.thenksText {
  text-align: center;
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 835px) {
  .thenksText {
    line-height: 1.8;
    font-size: 20px;
  }
}
.pageTop {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 55px;
  height: 55px;
  border: 3px solid #dac6a5;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0d3219;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 835px) {
  .pageTop {
    bottom: 40px;
    right: 40px;
    width: 65px;
    height: 65px;
    border: 4px solid #dac6a5;
  }
}
.pageTop:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #dac6a5;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pageTop svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 20px;
  height: 19px;
  fill: #dac6a5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pageTop:hover:before {
  width: 100%;
  height: 100%;
}
.pageTop:hover svg {
  fill: #0d3219;
}
@media screen and (min-width: 835px) {
  .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ctaContact {
  cursor: pointer;
  display: block;
  padding: 0px 0 30px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.ctaContact:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/cta_contact_bg_sp.png");
  background-size: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .ctaContact {
    width: 100%;
    padding: 0;
  }
  .ctaContact:after {
    background-image: url("../img/common/cta_contact_bg_pc.png");
  }
  .ctaContact:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
    background: #0d1808;
  }
  .ctaContact:hover:after {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .ctaContact:hover:before {
    opacity: 0;
  }
  .ctaContact:hover img {
    width: 60px;
  }
}
.ctaContactBox {
  font-family: 'Cormorant', serif;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .ctaContactBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 375px;
    position: relative;
    z-index: 10;
    padding-top: 20px;
  }
}
.ctaContactBox span {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  color: rgba(218, 198, 165, .6);
}
@media screen and (min-width: 835px) {
  .ctaContactBox span {
    font-size: 100px;
  }
}
.ctaContactBox img {
  width: 50px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
  margin-top: -10px;
}
@media screen and (min-width: 835px) {
  .ctaContactBox img {
    width: 0;
    margin-bottom: 15px;
  }
}
.ctaContactBox h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 4px;
  text-shadow: 0 0 10px #dac6a5;
}
@media screen and (min-width: 835px) {
  .ctaContactBox h3 {
    font-size: 28px;
  }
}
.ctaContactBox p {
  font-size: 11px;
  font-weight: normal;
  width: 100%;
  margin-top: 15px;
  line-height: 1.75;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 835px) {
  .ctaContactBox p {
    font-size: 15px;
  }
}
.footer {
  background: #1f2224;
  padding: 40px 0 50px;
}
@media screen and (min-width: 835px) {
  .footer {
    padding: 60px 0 64px;
  }
}
.footerInner {
  padding: 0 30px;
}
@media screen and (min-width: 835px) {
  .footerInner {
    max-width: 1150px;
    margin: auto;
    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;
  }
}
.footerBox {
  text-align: center;
}
@media screen and (min-width: 835px) {
  .footerBox {
    width: 35%;
  }
}
.footerBoxLogo {
  width: 216px;
}
@media screen and (min-width: 835px) {
  .footerBoxLogo {
    width: 280px;
  }
}
.footerBoxText {
  font-size: 14px;
  margin-top: 20px;
  color: #fff;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
}
.footerBoxBtn {
  margin-top: 30px;
}
.footerBoxBtn > a:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .footerMenu {
    width: 58%;
  }
}
.footerMenu__item {
  margin-top: 30px;
  text-align: left;
}
@media screen and (min-width: 835px) {
  .footerMenu__item {
    margin-top: 60px;
  }
  .footerMenu__item:nth-of-type(1) {
    margin-top: 0;
  }
}
.footerMenuHead,
.footerMenuHeadOther {
  font-size: 14px;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (min-width: 835px) {
  .footerMenuHead,
  .footerMenuHeadOther {
    font-size: 16px;
  }
}
@media screen and (min-width: 835px) {
  .footerMenuHeadOther {
    max-width: 385px;
  }
}
@media screen and (min-width: 835px) {
  .footerMenuList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 40px;
    margin-top: 20px;
  }
}
.footerMenuItem {
  font-size: 14px;
  color: rgba(255, 255, 255, .7);
  padding: 12px 0;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .footerMenuItem {
    font-size: 16px;
    padding: 0;
  }
}
.footerMenuItem img {
  width: 10px;
  margin-left: 6px;
}
.footerMenuItem:hover {
  color: #fff;
}
.footerSns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
}
.footerSns a {
  width: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.footerSns a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footerSns a img {
  display: block;
  width: 100%;
}
.copyright {
  font-size: 12px;
  color: #fff;
  background: #000;
  text-align: center;
  padding: 10px 0;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
}
.copyright a {
  color: #2d3a91;
  text-decoration: underline;
  padding-left: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.copyright a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.moreBtnContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .moreBtnContainer {
    gap: 40px;
    margin-top: 40px;
  }
}
.moreBtn,
.moreBtn--w {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 10px;
  color: #0d3219;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  padding-right: 40px;
}
.moreBtn p,
.moreBtn--w p {
  font-size: 15px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}
.moreBtn span,
.moreBtn--w span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #0d3219;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .moreBtn span,
  .moreBtn--w span {
    width: 18px;
    height: 18px;
  }
}
.moreBtn span img,
.moreBtn--w span img {
  width: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 1px;
}
@media screen and (min-width: 835px) {
  .moreBtn span img,
  .moreBtn--w span img {
    width: 0;
    margin-top: 0;
  }
}
.moreBtn:hover p,
.moreBtn--w:hover p {
  border-bottom: 1px solid #000;
}
.moreBtn:hover span,
.moreBtn--w:hover span {
  width: 30px;
  height: 30px;
}
.moreBtn:hover span img,
.moreBtn--w:hover span img {
  width: 10px;
}
.moreBtn--w {
  color: #fff;
}
.moreBtn--w span {
  background: #fff;
}
.moreBtn--w:hover p {
  border-bottom: 1px solid #fff;
}
.btn {
  background: #0d3219;
  width: 280px;
  height: 60px;
  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;
  position: relative;
  margin: 40px auto 0;
}
@media screen and (min-width: 835px) {
  .btn {
    width: 340px;
    height: 64px;
    margin: 60px auto 0;
  }
}
.btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #484848;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn span {
  width: 30px;
  height: 60px;
  border-radius: 0 60px 60px 0;
  background: #dac6a5;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .btn span {
    border-radius: 0 90px 90px 0;
    height: 64px;
  }
}
.btn span img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5px;
  width: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn p {
  color: #fff;
  font-size: 16px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .btn p {
    font-size: 18px;
  }
}
@media screen and (min-width: 835px) {
  .btn:hover:before {
    width: 100%;
  }
  .btn:hover span {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    left: 322px;
  }
  .btn:hover span img {
    left: 10px;
  }
}
.c-arrow,
.c-arrow--r,
.c-arrow--l {
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2.3px #222;
  border-right: solid 2.3px #222;
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
.c-arrow--r {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
}
.c-arrow--l {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: 0;
}
@font-face {
  font-family: 'icomoon';
  font-display: swap;
  src: url("../img/fonts/icomoon.eot?816ycz");
  src: url("../img/fonts/icomoon.eot?816ycz#iefix") format('embedded-opentype'), url("../img/fonts/icomoon.ttf?816ycz") format('truetype'), url("../img/fonts/icomoon.woff?816ycz") format('woff'), url("../img/fonts/icomoon.svg?816ycz#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="c-ico--"]:before,
[class*=" c-ico--"]:before {
/* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.c-ico--menu:before {
  content: "\e902";
}
.c-ico--close:before {
  content: "\e903";
}
.c-ico--arrow--r:before {
  content: "\e904";
}
.c-ico--arrow--u:before {
  content: "\e905";
}
.c-ico--arrow--l:before {
  content: "\e906";
}
.c-ico--arrow--d:before {
  content: "\e907";
}
.c-ico--search:before {
  content: "\e908";
}
.c-ico--tag:before {
  content: "\e909";
}
.c-ico--feedly--01:before {
  content: "\e90c";
}
.c-ico--instagram--01:before {
  content: "\e90d";
}
.c-ico--facebook:before {
  content: "\e90e";
}
.c-ico--twitter:before {
  content: "\e90f";
}
@media screen and (min-width: 835px) {
  .access {
    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;
    padding: 0 40px;
  }
}
@media screen and (min-width: 835px) {
  .access__info {
    width: calc(100% - 540px);
  }
}
.access__info div img {
  display: block;
  width: 24px;
  margin-bottom: 10px;
}
.access__info div p {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2.2;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 835px) {
  .access__info div p {
    font-size: 15px;
  }
}
.access__info div:not(:first-of-type) {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #0d3219;
}
.access__map {
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .access__map {
    width: 490px;
  }
}
.access__map iframe {
  display: block;
  width: 100%;
  height: 80vw;
}
@media screen and (min-width: 835px) {
  .access__map iframe {
    height: 400px;
  }
}
.access__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 60px;
}
@media screen and (min-width: 835px) {
  .access__img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 40px;
  }
}
.access__img img {
  width: 200px;
  display: block;
}
@media screen and (min-width: 835px) {
  .access__img img {
    width: calc(33.33333% - 20px);
  }
}
.breadcrumbs__container {
  padding: 0 24px;
}
@media screen and (min-width: 835px) {
  .breadcrumbs__container {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .breadcrumbs {
    margin-top: 40px;
  }
}
.breadcrumbs > span {
  font-size: 12px;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 835px) {
  .breadcrumbs > span {
    font-size: 14px;
    max-width: none;
  }
}
.breadcrumbs a {
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #656565;
  font-family: 'Noto Sans JP', sans-serif;
}
.breadcrumbs a:hover {
  opacity: 0.7;
}
.breadcrumbs .arw {
  color: #000;
  margin: 0 10px;
}
@media screen and (min-width: 835px) {
  .breadcrumbs .arw {
    margin: 0 16px;
  }
}
.businessContent {
  padding: 60px 24px 100px;
}
@media screen and (min-width: 835px) {
  .businessContent {
    max-width: 1200px;
    margin: 0 auto;
    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;
    padding: 100px 24px 160px;
  }
}
@media screen and (min-width: 835px) {
  .businessContentMain {
    width: calc(100% - 300px);
  }
}
.businessContentMain > h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #0d3219;
  padding-bottom: 18px;
}
@media screen and (min-width: 835px) {
  .businessContentMain > h1 {
    font-size: 32px;
    border-bottom: 2px solid #0d3219;
  }
}
.businessContentMain > h2 {
  font-size: 18px;
  font-weight: bold;
  background: #f7f7fa;
  padding: 12px 16px;
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .businessContentMain > h2 {
    font-size: 28px;
    margin-top: 80px;
    padding: 16px 30px;
  }
}
.businessContentMain > h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 24px;
  margin: auto;
  background: #0d3219;
}
@media screen and (min-width: 835px) {
  .businessContentMain > h2:before {
    width: 8px;
    height: 30px;
  }
}
.businessContentMain > p {
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .businessContentMain > p {
    font-size: 16px;
    margin-top: 40px;
  }
}
.businessList {
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .businessList {
    margin-top: 40px;
  }
}
.businessItem {
  border-bottom: 1px solid #dcdee8;
  display: block;
  padding: 20px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .businessItem {
    padding: 40px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.businessItem:hover {
  background: #fafafa;
}
.businessItem:hover .businessItemTitle {
  color: #2d3a91;
}
.businessItemCategory {
  color: #0d3219;
  border: 1px solid #0d3219;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 175px;
  height: 20px;
  font-size: 11px;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .businessItemCategory {
    font-size: 13px;
    width: 200px;
    height: 25px;
    margin-right: 20px;
  }
}
.businessItemTitle {
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  margin-top: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .businessItemTitle {
    margin-top: 0;
    font-size: 16px;
    width: calc(100% - 220px);
  }
}
.businessSide {
  margin-top: 60px;
}
@media screen and (min-width: 835px) {
  .businessSide {
    width: 260px;
    margin-top: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }
}
.businessSideHead {
  background: #0d3219;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 12px 0;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .businessSideHead {
    font-size: 16px;
  }
}
.businessSideItem {
  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;
  font-size: 14px;
  background: #f7f7fa;
  color: #333;
  padding: 0 12px;
  height: 60px;
  border-bottom: 1px solid #d3d4db;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.businessSideItem img {
  width: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.businessSideItem:hover {
  background: #f0f0f5;
}
.businessSideItem:hover img {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.concept__head {
  display: block;
  width: 100%;
}
.concept__title {
  font-size: 20px;
  color: #0d3219;
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .concept__title {
    font-size: 32px;
    margin-top: 60px;
  }
}
.concept__text {
  font-size: 13px;
  line-height: 2.2;
  margin-top: 30px;
  letter-spacing: 0.15em;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 835px) {
  .concept__text {
    font-size: 15px;
    margin-top: 40px;
    text-align: center;
  }
}
.concept__text strong {
  font-weight: bold;
}
.concept__text.center {
  text-align: center;
}
.concept__img {
  width: 100%;
  display: block;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .concept__img {
    max-width: 940px;
    margin: 40px auto 0;
  }
}
.concept__img img {
  width: 100%;
  display: block;
}
.concept__img__list {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 60px;
}
@media screen and (min-width: 835px) {
  .concept__img__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.concept__img__list img {
  width: 200px;
  display: block;
}
@media screen and (min-width: 835px) {
  .concept__img__list img {
    width: calc(33.33333% - 20px);
  }
}
.brandContainer {
  background: #d3d0c6;
}
.brand__title {
  color: #0d3219;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .brand__title {
    margin-top: 60px;
  }
}
.brand__title h2 {
  font-size: 12px;
}
@media screen and (min-width: 835px) {
  .brand__title h2 {
    font-size: 16px;
  }
}
.brand__title p {
  font-size: 40px;
  font-family: 'Cormorant', serif;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .brand__title p {
    font-size: 58px;
  }
}
.brand__foot {
  color: #333;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .brand__foot {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
.brand__foot p {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Cormorant', serif;
}
@media screen and (min-width: 835px) {
  .brand__foot p {
    font-size: 24px;
  }
}
.brand__foot h3 {
  font-size: 20px;
  margin-top: 5px;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px #dac6a5;
}
@media screen and (min-width: 835px) {
  .brand__foot h3 {
    font-size: 28px;
  }
}
.brand__head {
  font-size: 20px;
  text-shadow: 0 0 10px #dac6a5;
  text-align: center;
  margin-top: 30px;
  line-height: 1.8;
}
@media screen and (min-width: 835px) {
  .brand__head {
    margin-top: 40px;
    font-size: 28px;
  }
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__text--contact {
  display: none;
}
.wpcf7-form.custom-wpcf7c-confirmed .contactTel {
  display: none;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__text--confirm {
  display: block;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(1) {
  background: #fff;
  border: 2px solid #dac6a5;
}
@media screen and (min-width: 835px) {
  .wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(1) {
    border: 4px solid #dac6a5;
  }
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(1):before {
  content: none;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(1) p,
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(1) span {
  color: #0d3219;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(2) {
  background: #0d3219;
  border: 2px solid #0d3219;
}
@media screen and (min-width: 835px) {
  .wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(2) {
    border: 4px solid #0d3219;
  }
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(2):before {
  content: "";
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(2) p,
.wpcf7-form.custom-wpcf7c-confirmed .contact__step__item:nth-of-type(2) span {
  color: #fff;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__privacy {
  display: none;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item {
  border-top: 1px solid #ddd;
  padding: 20px 0;
  margin-bottom: 0;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item:nth-of-type(6) {
  border-bottom: 1px solid #ddd;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item input,
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item textarea {
  background: transparent;
  border: none;
  height: auto;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .wpcf7-form.custom-wpcf7c-confirmed .contact__form__item input,
  .wpcf7-form.custom-wpcf7c-confirmed .contact__form__item textarea {
    margin-top: 20px;
  }
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item input::-webkit-input-placeholder,
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item textarea::-webkit-input-placeholder {
  color: transparent;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item input::-moz-placeholder,
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item textarea::-moz-placeholder {
  color: transparent;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item input::-ms-input-placeholder,
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item textarea::-ms-input-placeholder {
  color: transparent;
}
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item input::placeholder,
.wpcf7-form.custom-wpcf7c-confirmed .contact__form__item textarea::placeholder {
  color: transparent;
}
.wpcf7-form.custom-wpcf7c-confirmed textarea {
  height: 116px !important;
}
.wpcf7-form.custom-wpcf7c-confirmed .select {
  border: none;
  height: auto;
}
.wpcf7-form.custom-wpcf7c-confirmed .select .arw {
  display: none;
}
.wpcf7-form.custom-wpcf7c-confirmed .select select {
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  opacity: 1;
}
.acceptance .wpcf7-list-item label {
  display: none;
}
.wpcf7-radio input[type="radio"] {
  margin-bottom: 8px !important;
}
@media screen and (min-width: 835px) {
  .wpcf7-radio input[type="radio"] {
    margin-bottom: 0px !important;
    margin-top: 0 !important;
  }
}
.wpcf7-radio p {
  color: #333;
}
.contact__text,
.contact__text--contact,
.contact__text--confirm {
  font-size: 12px;
  line-height: 2;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 835px) {
  .contact__text,
  .contact__text--contact,
  .contact__text--confirm {
    font-size: 14px;
  }
}
.contact__text--confirm {
  display: none;
}
.contact__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 20px;
  width: 210px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .contact__step {
    margin: 0 auto 40px;
    width: 460px;
  }
}
.contact__step:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 50px);
  height: 2px;
  background: #ddd;
}
.contact__step__item {
  width: 54px;
  height: 54px;
  position: relative;
  background: #fff;
  border: 2px solid #dac6a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 50%;
}
@media screen and (min-width: 835px) {
  .contact__step__item {
    width: 100px;
    height: 100px;
    border: 4px solid #dac6a5;
  }
}
.contact__step__item span {
  font-size: 10px;
  color: #333;
  margin-bottom: 3px;
}
@media screen and (min-width: 835px) {
  .contact__step__item span {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.contact__step__item p {
  font-size: 13px;
  color: #333;
}
@media screen and (min-width: 835px) {
  .contact__step__item p {
    font-size: 16px;
  }
}
.contact__step__item.is-active {
  background: #0d3219;
  border: 2px solid #0d3219;
}
@media screen and (min-width: 835px) {
  .contact__step__item.is-active {
    border: 4px solid #0d3219;
  }
}
.contact__step__item.is-active p,
.contact__step__item.is-active span {
  color: #fff;
}
.contact__form {
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .contact__form {
    max-width: 680px;
    margin: 60px auto 0;
  }
}
.contact__form__item {
  margin-bottom: 30px;
}
@media screen and (min-width: 835px) {
  .contact__form__item {
    margin-bottom: 35px;
  }
}
.contact__form__item > p {
  font-size: 16px;
  margin-bottom: 15px;
}
@media screen and (min-width: 835px) {
  .contact__form__item > p {
    width: 280px;
    font-size: 20px;
  }
}
.contact__form__item > p span {
  background: #be8f43;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  margin-left: 8px;
  font-family: 'Noto Sans JP', sans-serif;
}
.contact__form__item input[type="text"],
.contact__form__item input[type="tel"],
.contact__form__item input[type="email"],
.contact__form__item textarea {
  width: 100%;
  height: 60px;
  border: none;
  background: #fff;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  background: #eee;
  font-family: 'Noto Sans JP', sans-serif;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.contact__form__item input[type="text"].small,
.contact__form__item input[type="tel"].small,
.contact__form__item input[type="email"].small,
.contact__form__item textarea.small {
  width: 250px;
}
.contact__form__item input[type="text"]::-webkit-input-placeholder,
.contact__form__item input[type="tel"]::-webkit-input-placeholder,
.contact__form__item input[type="email"]::-webkit-input-placeholder,
.contact__form__item textarea::-webkit-input-placeholder {
  color: rgba(26, 26, 26, .302);
}
.contact__form__item input[type="text"]::-moz-placeholder,
.contact__form__item input[type="tel"]::-moz-placeholder,
.contact__form__item input[type="email"]::-moz-placeholder,
.contact__form__item textarea::-moz-placeholder {
  color: rgba(26, 26, 26, .302);
}
.contact__form__item input[type="text"]::-ms-input-placeholder,
.contact__form__item input[type="tel"]::-ms-input-placeholder,
.contact__form__item input[type="email"]::-ms-input-placeholder,
.contact__form__item textarea::-ms-input-placeholder {
  color: rgba(26, 26, 26, .302);
}
.contact__form__item input[type="text"]::placeholder,
.contact__form__item input[type="tel"]::placeholder,
.contact__form__item input[type="email"]::placeholder,
.contact__form__item textarea::placeholder {
  color: rgba(26, 26, 26, .302);
}
.contact__form__item textarea {
  height: 150px;
  padding-top: 12px;
}
@media screen and (min-width: 835px) {
  .contact__form__item textarea {
    height: 190px;
  }
}
.contact__form__item .select {
  width: 100%;
  height: 60px;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 4px;
}
@media screen and (min-width: 835px) {
  .contact__form__item .select {
    height: 60px;
  }
}
.contact__form__item .select select {
  width: 100%;
  height: 100%;
  border: none;
  background: #fff;
  padding-left: 12px;
  font-size: 16px;
  background: #eee;
  font-family: 'Noto Sans JP', sans-serif;
}
.contact__form__item .select .arw {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #333 transparent transparent transparent;
}
.contact__form__item .supplement {
  padding-left: 34px;
  font-size: 12px;
  margin-top: 8px;
}
.contact__form__item .supplement a {
  color: #0d3219;
  text-decoration: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__form__item .supplement a img {
  width: 10px;
  margin-left: 2px;
}
@media screen and (min-width: 835px) {
  .contact__form__box {
    margin-left: 8px;
    margin-top: 30px;
  }
  .contact__form__box p {
    font-size: 14px;
  }
}
.contact__form__box__item:not(:first-of-type) {
  margin-top: 30px;
}
.contact__form__acceptance {
  text-align: center;
}
.contact__form__acceptance .wpcf7-form-control-wrap {
  width: 100%;
}
.contact__form__acceptance span.wpcf7-list-item {
  margin: 0;
}
.contact__form__acceptance input {
  display: none;
}
.acceptance .wpcf7-list-item {
  margin: 0 !important;
}
.acceptance .wpcf7-list-item label {
  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;
  position: relative;
  cursor: pointer;
}
.acceptance .wpcf7-list-item label input {
  display: none;
}
.acceptance .wpcf7-list-item label input:checked ~ span {
  background: #0d3219;
}
.acceptance .wpcf7-list-item label input:checked ~ span:before,
.acceptance .wpcf7-list-item label input:checked ~ span:after {
  content: "";
}
.acceptance .wpcf7-list-item label > span {
  width: 16px;
  height: 16px;
  border: 1px solid #ddd;
  background: #fff;
  position: relative;
}
.acceptance .wpcf7-list-item label > span span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.acceptance .wpcf7-list-item label > span:before {
  position: absolute;
  z-index: 10;
  width: 6px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  left: 1px;
}
.acceptance .wpcf7-list-item label > span:after {
  position: absolute;
  z-index: 10;
  width: 10px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 6px;
  left: 4px;
}
.acceptance .wpcf7-list-item label p {
  font-size: 12px;
  padding-left: 10px;
  margin-bottom: 2px;
}
@media screen and (min-width: 835px) {
  .acceptance .wpcf7-list-item label p {
    font-size: 14px;
  }
}
.acceptance .wpcf7-list-item label p a {
  color: #0d3219;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.acceptance .wpcf7-list-item label p a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.acceptance .wpcf7-list-item label p a img {
  margin: 0 3px;
}
.acceptance .wpcf7-list-item label p span {
  color: #ea463c;
}
.contact__form__confirm {
  width: 204px;
  height: 56px;
  background: #0d3219;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin: 40px auto 0;
  color: #fff;
  border: none;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.contact__form__confirm:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .contact__form__confirm {
    margin: 60px auto 0;
  }
}
.contact__form__submit {
  width: 204px;
  height: 56px;
  background: #0d3219;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin: 40px auto 0;
  color: #fff;
  border: none;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.contact__form__submit:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .contact__form__submit {
    margin: 60px auto 0;
  }
}
.contact__form__back {
  background: none;
  border: none;
  font-size: 14px;
  text-decoration: underline;
  color: #5d5d5d;
  margin: 60px auto 0;
  width: 130px;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 835px) {
  .contact__form__back {
    font-size: 16px;
    width: 150px;
    margin: 100px auto 0;
  }
}
span.wpcf7-not-valid-tip {
  margin-top: 10px;
}
.wpcf7-form-control-wrap.content {
  padding: 0;
}
.wpcf7-validation-errors {
  display: none !important;
}
.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
@media screen and (min-width: 835px) {
  .wpcf7-radio {
    margin-top: 18px;
    margin-bottom: 10px;
  }
}
.wpcf7-radio > span {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 !important;
  margin-right: 20px !important;
}
@media screen and (min-width: 835px) {
  .wpcf7-radio > span {
    margin-right: 80px !important;
  }
}
.wpcf7-radio > span input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-right: 10px;
  margin-bottom: 3px;
  accent-color: #0d3219;
}
.contact__thanks__text {
  text-align: left;
  font-size: 13px;
  line-height: 2;
  margin-top: 20px;
  color: #535353;
}
@media screen and (min-width: 835px) {
  .contact__thanks__text {
    text-align: center;
    margin-top: 40px;
  }
}
.contact__thanks__btn {
  width: 100%;
  height: 56px;
  background: #0d3219;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  margin: 40px auto 0;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.contact__thanks__btn:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .contact__thanks__btn {
    width: 520px;
    font-size: 16px;
    margin: 60px auto 0;
  }
}
.contact__privacy {
  text-align: center;
  font-size: 12px;
  line-height: 1.75;
}
@media screen and (min-width: 835px) {
  .contact__privacy {
    font-size: 14px;
  }
}
.contact__privacy a {
  color: #2d3a91;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.contact__privacy a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact__privacy a img {
  width: 10px;
  margin: 0 4px;
}
.flow {
  background: #e7eae8;
  padding: 40px 0;
}
@media screen and (min-width: 835px) {
  .flow {
    padding: 40px 0 80px;
  }
}
.flow__eng {
  text-align: center;
  color: #dac6a5;
  font-family: 'Cormorant', serif;
  font-size: 20px;
}
@media screen and (min-width: 835px) {
  .flow__eng {
    font-size: 24px;
  }
}
.flow__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .flow__title {
    font-size: 28px;
  }
}
.flow__list {
  max-width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px auto 0;
  gap: 40px;
}
@media screen and (min-width: 835px) {
  .flow__list {
    max-width: 1200px;
    margin: 40px auto 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.flow__item {
  background: #fff;
  padding: 20px 12px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .flow__item {
    width: calc(16.66667% - 20.83333px);
    padding: 20px 10px;
  }
}
.flow__item__num {
  font-size: 40px;
  color: #dac6a5;
  font-family: 'Cormorant', serif;
  position: absolute;
  top: -35px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .flow__item__num {
    font-size: 60px;
    top: -60px;
  }
}
.flow__item__icon {
  width: 60px;
  display: block;
  margin: auto;
}
.flow__item__text {
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .flow__item__text {
    height: 42px;
    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;
  }
}
.flow__item__foot {
  text-align: center;
  font-size: 12px;
  margin-top: 4px;
}
.flow__item__arw {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
}
@media screen and (min-width: 835px) {
  .flow__item__arw {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: auto;
    right: -18px;
    top: 0;
    bottom: 0;
  }
}
.flow__accordion {
  max-width: 325px;
  margin: 30px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #000;
}
@media screen and (min-width: 835px) {
  .flow__accordion {
    max-width: 1200px;
    margin: 40px auto 0;
  }
}
.flow__accordion.is-active {
  background: #e7eae8;
}
.flow__accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 16px 10px;
  gap: 10px;
}
@media screen and (min-width: 835px) {
  .flow__accordion__head {
    gap: 20px;
  }
}
.flow__accordion__head p {
  font-size: 15px;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .flow__accordion__head p {
    font-size: 18px;
  }
}
.flow__accordion__head span {
  width: 16px;
  height: 16px;
  position: relative;
}
.flow__accordion__head span:before,
.flow__accordion__head span:after {
  content: "";
  background-color: #0d3219;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.flow__accordion__head span:before {
  width: 2px;
  height: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.flow__accordion__head.is-active span:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.flow__accordion__box {
  display: none;
  padding: 0 0 12px;
}
@media screen and (min-width: 835px) {
  .flow__accordion__box {
    padding: 0 40px 30px;
  }
}
.flow__accordion__box .flow__list {
  gap: 16px;
}
@media screen and (min-width: 835px) {
  .flow__accordion__box .flow__list {
    gap: 0;
    margin-top: 30px;
  }
}
@media screen and (min-width: 835px) {
  .flow__accordion__box .flow__item {
    width: calc(16.66667% - 5.83333px);
  }
}
.instagram {
  background-image: url("../img/common/instagram_bg_sp.png");
  background-size: cover;
  padding: 20px 0 60px;
}
@media screen and (min-width: 835px) {
  .instagram {
    background-image: url("../img/common/instagram_bg_pc.png");
    padding: 20px 0 100px;
  }
}
.instagramTitle {
  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;
  font-family: 'Cormorant', serif;
  color: #dac6a5;
  font-size: 50px;
  gap: 10px;
}
@media screen and (min-width: 835px) {
  .instagramTitle {
    font-size: 100px;
  }
}
.instagramTitle img {
  display: block;
  width: 40px;
}
.instagramList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  max-width: 330px;
  margin: 20px auto 0;
}
@media screen and (min-width: 835px) {
  .instagramList {
    max-width: 600px;
    gap: 16px;
    margin-bottom: -20px;
  }
}
.instagramList a {
  width: calc(33.33333% - 4px);
  aspect-ratio: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.instagramList a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 835px) {
  .instagramList a {
    width: calc(33.33333% - 10.66667px);
  }
}
.instagramList a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.keyVisual,
.keyVisual--concept,
.keyVisual--profile,
.keyVisual--service,
.keyVisual--access,
.keyVisual--contact,
.keyVisual--error,
.keyVisual--privacy {
  padding: 100px 0 20px;
  position: relative;
  background-size: cover;
}
@media screen and (min-width: 835px) {
  .keyVisual,
  .keyVisual--concept,
  .keyVisual--profile,
  .keyVisual--service,
  .keyVisual--access,
  .keyVisual--contact,
  .keyVisual--error,
  .keyVisual--privacy {
    padding: 200px 0 40px;
  }
}
.keyVisual:before,
.keyVisual--concept:before,
.keyVisual--profile:before,
.keyVisual--service:before,
.keyVisual--access:before,
.keyVisual--contact:before,
.keyVisual--error:before,
.keyVisual--privacy:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0, 7, 49, 0)), to(rgba(0, 7, 49, .702))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(0, 7, 49, 0) 0%, rgba(0, 7, 49, .702) 100%) 0% 0% no-repeat padding-box;
  opacity: 0.7;
  height: 150px;
}
@media screen and (min-width: 835px) {
  .keyVisual:before,
  .keyVisual--concept:before,
  .keyVisual--profile:before,
  .keyVisual--service:before,
  .keyVisual--access:before,
  .keyVisual--contact:before,
  .keyVisual--error:before,
  .keyVisual--privacy:before {
    height: 260px;
  }
}
.keyVisual--concept {
  background-image: url("../img/head/concept_sp.png");
}
@media screen and (min-width: 835px) {
  .keyVisual--concept {
    background-image: url("../img/head/concept_pc.png");
  }
}
.keyVisual--profile {
  background-image: url("../img/head/profile_sp.png");
}
@media screen and (min-width: 835px) {
  .keyVisual--profile {
    background-image: url("../img/head/profile_pc.png");
  }
}
.keyVisual--service {
  background-image: url("../img/head/service_sp.png");
}
@media screen and (min-width: 835px) {
  .keyVisual--service {
    background-image: url("../img/head/service_pc.png");
  }
}
.keyVisual--access {
  background-image: url("../img/head/access_sp.png");
}
@media screen and (min-width: 835px) {
  .keyVisual--access {
    background-image: url("../img/head/access_pc.png");
  }
}
.keyVisual--contact {
  background-image: url("../img/head/contact_sp.png");
}
@media screen and (min-width: 835px) {
  .keyVisual--contact {
    background-image: url("../img/head/contact_pc.png");
  }
}
.keyVisual--error {
  background-image: url("../img/head/error_sp.png");
}
@media screen and (min-width: 835px) {
  .keyVisual--error {
    background-image: url("../img/head/error_pc.png");
  }
}
.keyVisual--privacy {
  background-image: url("../img/head/privacy_sp.png");
}
@media screen and (min-width: 835px) {
  .keyVisual--privacy {
    background-image: url("../img/head/privacy_pc.png");
  }
}
.keyVisualInner {
  padding: 0 25px;
}
@media screen and (min-width: 835px) {
  .keyVisualInner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.keyVisualHead {
  font-size: 14px;
  font-weight: bold;
  color: #dac6a5;
  position: relative;
}
@media screen and (min-width: 835px) {
  .keyVisualHead {
    font-size: 20px;
  }
}
.keyVisualTitle {
  background: #fff;
  color: #0d3219;
  display: inline-block;
  font-size: 36px;
  padding: 10px 15px;
  margin-top: 10px;
  position: relative;
  font-family: 'Cormorant', serif;
  line-height: 1.2;
}
@media screen and (min-width: 835px) {
  .keyVisualTitle {
    font-size: 64px;
    padding: 10px 20px;
    margin-top: 15px;
  }
}
.profile__head {
  text-align: center;
}
.profile__intro {
  position: relative;
}
@media screen and (min-width: 835px) {
  .profile__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 60px;
    padding-left: 40px;
  }
}
.profile__img {
  position: absolute;
  left: 0;
  right: 0;
  top: 160px;
  margin: auto;
  width: 250px;
  height: 330px;
}
@media screen and (min-width: 835px) {
  .profile__img {
    position: relative;
    top: 0;
    width: 300px;
    height: 400px;
    margin: 0;
  }
}
.profile__img img:first-of-type {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profile__img img:last-of-type {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 66px;
  display: block;
}
@media screen and (min-width: 835px) {
  .profile__img img:last-of-type {
    width: 124px;
    left: -40px;
    bottom: -90px;
  }
}
.profile__content {
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .profile__content {
    width: calc(100% - 350px);
    margin-top: 0;
  }
}
.profile__content__name > span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #dac6a5;
  font-family: 'Cormorant', serif;
}
@media screen and (min-width: 835px) {
  .profile__content__name > span {
    font-size: 20px;
    text-align: left;
  }
}
.profile__content__name p {
  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;
  gap: 8px;
  font-size: 12px;
}
@media screen and (min-width: 835px) {
  .profile__content__name p {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 22px;
    gap: 20px;
  }
}
.profile__content__name p span {
  font-size: 25px;
}
@media screen and (min-width: 835px) {
  .profile__content__name p span {
    font-size: 32px;
  }
}
.profile__content__title {
  font-size: 24px;
  color: #0d3219;
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .profile__content__title {
    font-size: 32px;
    margin-top: 40px;
    text-align: left;
  }
}
.profile__content__text {
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 380px;
}
@media screen and (min-width: 835px) {
  .profile__content__text {
    font-size: 15px;
    margin-top: 40px;
  }
}
.profile__text {
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-top: 30px;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 835px) {
  .profile__text {
    font-size: 15px;
    margin-top: 60px;
    text-align: center;
  }
}
.profile__info {
  margin-top: 40px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0 60px;
}
@media screen and (min-width: 835px) {
  .profile__info {
    margin-top: 60px;
    position: relative;
    padding: 40px 40px 80px;
  }
}
.profile__info h3 {
  font-size: 16px;
}
@media screen and (min-width: 835px) {
  .profile__info h3 {
    font-size: 18px;
  }
}
.profile__info img {
  width: 160px;
  display: block;
  margin: 20px auto;
}
@media screen and (min-width: 835px) {
  .profile__info img {
    position: absolute;
    right: 0;
    top: 40px;
    width: 260px;
    margin: 0;
  }
}
.profile__info p {
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 835px) {
  .profile__info p {
    max-width: 680px;
    margin-top: 10px;
    font-size: 15px;
  }
}
.profile__foot {
  padding-top: 30px;
}
@media screen and (min-width: 835px) {
  .profile__foot {
    padding: 40px 40px 60px;
  }
}
.profile__foot h3 {
  font-size: 16px;
}
@media screen and (min-width: 835px) {
  .profile__foot h3 {
    font-size: 18px;
  }
}
.profile__foot p {
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .profile__foot p {
    font-size: 15px;
  }
}
.serviceBox {
  padding: 10px 24px 60px;
}
@media screen and (min-width: 835px) {
  .serviceBox {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 24px 60px;
  }
}
.serviceNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  max-width: 260px;
  margin: 40px auto 20px;
}
@media screen and (min-width: 835px) {
  .serviceNav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 820px;
    gap: 20px;
  }
}
.serviceNav__item {
  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;
  gap: 10px;
  width: 100%;
  height: 62px;
  border: 1px solid #0d3219;
  color: #0d3219;
  font-size: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.serviceNav__item:hover {
  background: rgba(13, 50, 25, .2);
}
.serviceHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (min-width: 835px) {
  .serviceHead {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 36px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.serviceHead span {
  font-family: 'Cormorant', serif;
  color: #dac6a5;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 3px;
}
@media screen and (min-width: 835px) {
  .serviceHead span {
    font-size: 100px;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
}
.serviceShoes__img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 835px) {
  .serviceShoes__img {
    max-width: 940px;
    margin: auto;
  }
}
.serviceShoes__img img {
  display: block;
  width: 100%;
}
.serviceText {
  font-family: 'Noto Serif JP', serif;
  margin-top: 30px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-size: 13px;
}
@media screen and (min-width: 835px) {
  .serviceText {
    text-align: center;
    font-size: 15px;
  }
}
.serviceLineup {
  background: #0d3219;
  padding: 40px 24px 80px;
}
@media screen and (min-width: 835px) {
  .serviceLineup {
    padding: 40px 24px 80px;
  }
}
.serviceLineup__title {
  font-family: 'Cormorant', serif;
  font-size: 40px;
  color: #dac6a5;
  text-align: center;
}
.serviceLineup__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 10px;
}
@media screen and (min-width: 835px) {
  .serviceLineup__list {
    max-width: 1080px;
    margin: 20px auto 0;
  }
}
.serviceLineup__item {
  width: calc(50% - 5px);
}
@media screen and (min-width: 835px) {
  .serviceLineup__item {
    width: calc(20% - 16px);
  }
}
.serviceLineup__item img {
  width: 100%;
  display: block;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.serviceLineup__item h3 {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}
.serviceLineup__item p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-top: 6px;
}
.serviceCleaning {
  position: relative;
}
.serviceCleaning > img {
  width: 200px;
  display: block;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .serviceCleaning > img {
    width: 420px;
    position: absolute;
    right: 0;
    top: 160px;
  }
  .serviceCleaning .serviceHead {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -24px;
  }
}
.serviceCleaning__text {
  margin-top: 30px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-size: 13px;
}
@media screen and (min-width: 835px) {
  .serviceCleaning__text {
    font-size: 15px;
    width: calc(100% - 460px);
  }
}
.serviceCleaning__table {
  border-collapse: collapse;
  table-layout: fixed;
  empty-cells: hide;
  margin-top: 20px;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 835px) {
  .serviceCleaning__table {
    max-width: 940px;
    margin: 60px auto 0;
  }
}
.serviceCleaning__table th,
.serviceCleaning__table td {
  border: 1px solid #eee;
}
.serviceCleaning__table th {
  text-align: center;
}
.serviceCleaning__table td {
  font-size: 12px;
  text-align: center;
  padding: 12px;
}
@media screen and (min-width: 835px) {
  .serviceCleaning__table td {
    font-size: 15px;
  }
}
.serviceCleaning__table tr:nth-of-type(even) {
  background: #fff;
}
.serviceCleaning__table tr:nth-of-type(odd) {
  background: #fafafa;
}
.serviceCleaning__table tr:nth-of-type(1) th {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 12px 0;
  border: 1px solid #fdfdfd;
}
@media screen and (min-width: 835px) {
  .serviceCleaning__table tr:nth-of-type(1) th {
    font-size: 20px;
  }
}
.serviceCleaning__table tr:nth-of-type(1) th:nth-of-type(1) {
  border: none;
  width: 40px;
  background: #eef1f0;
}
@media screen and (min-width: 835px) {
  .serviceCleaning__table tr:nth-of-type(1) th:nth-of-type(1) {
    width: 160px;
  }
}
.serviceCleaning__table tr:nth-of-type(1) th:nth-of-type(2) {
  background: #385140;
}
.serviceCleaning__table tr:nth-of-type(1) th:nth-of-type(3) {
  background: #22442d;
}
.serviceCleaning__table tr:nth-of-type(1) th:nth-of-type(4) {
  background: #0d3219;
}
.serviceCleaning__table tr:nth-of-type(2) th {
  background: #ececec;
  font-size: 11px;
}
@media screen and (min-width: 835px) {
  .serviceCleaning__table tr:nth-of-type(2) th {
    font-size: 18px;
  }
}
.serviceCleaning__table tr:nth-of-type(3) th {
  background: #dcdcdc;
  font-size: 11px;
}
@media screen and (min-width: 835px) {
  .serviceCleaning__table tr:nth-of-type(3) th {
    font-size: 18px;
  }
}
.serviceCleaning__table tr:nth-of-type(3) td {
  text-align: left;
}
.serviceCleaning__table__foot {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (min-width: 835px) {
  .serviceCleaning__table__foot {
    max-width: 940px;
    margin: auto;
  }
}
.serviceCleaning__table__foot th,
.serviceCleaning__table__foot td {
  border: 1px solid #eee;
}
.serviceCleaning__table__foot th {
  background: #ececec;
  width: 40px;
  font-size: 11px;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .serviceCleaning__table__foot th {
    width: 160px;
    font-size: 18px;
  }
}
.serviceCleaning__table__foot td {
  background: #fff;
  font-size: 12px;
  padding: 12px;
}
@media screen and (min-width: 835px) {
  .serviceCleaning__table__foot td {
    font-size: 15px;
    padding: 20px 12px;
  }
}
.serviceCleaning__plus {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 20px auto;
}
.serviceCleaning__plus:before,
.serviceCleaning__plus:after {
  content: '';
  width: 100%;
  height: 6px;
  background: #dac6a5;
  position: absolute;
  inset: 0;
  margin: auto;
}
.serviceCleaning__plus:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.serviceColouring {
  background: #0d3219;
  padding: 20px 0 60px;
}
@media screen and (min-width: 835px) {
  .serviceColouring {
    padding: 100px 0;
  }
}
.serviceColouring .serviceHead {
  color: #fff;
}
.serviceColouring__inner {
  padding: 0 24px;
}
@media screen and (min-width: 835px) {
  .serviceColouring__inner {
    max-width: 1048px;
    margin: auto;
  }
}
.serviceColouring__inner > picture {
  width: 100%;
  display: block;
  margin: 30px 0;
}
@media screen and (min-width: 835px) {
  .serviceColouring__inner > picture {
    max-width: 940px;
    margin: 30px auto 40px;
  }
}
.serviceColouring__inner > picture img {
  width: 100%;
  display: block;
}
.serviceColouring__inner > p {
  font-family: 'Noto Serif JP', serif;
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 835px) {
  .serviceColouring__inner > p {
    font-size: 15px;
  }
}
.serviceColouring__sample {
  margin-top: 40px;
}
.serviceColouring__sample h3 {
  font-family: 'Cormorant', serif;
  color: #dac6a5;
  font-size: 40px;
  text-align: center;
}
.serviceColouring__sample ul {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .serviceColouring__sample ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.serviceColouring__sample ul li {
  width: 200px;
}
@media screen and (min-width: 835px) {
  .serviceColouring__sample ul li {
    width: calc(33.33333% - 20px);
  }
}
.serviceColouring__sample ul li img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.serviceColouring__sample ul li h4 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}
@media screen and (min-width: 835px) {
  .serviceColouring__sample ul li h4 {
    font-size: 22px;
  }
}
.serviceColouring__sample ul li p {
  color: #fff;
  font-size: 12px;
  margin-top: 3px;
}
@media screen and (min-width: 835px) {
  .serviceColouring__sample ul li p {
    font-size: 15px;
  }
}
.serviceColouring__sample > p {
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 835px) {
  .serviceColouring__sample > p {
    font-size: 15px;
  }
}
.single {
  padding: 60px 25px;
}
@media screen and (min-width: 835px) {
  .single {
    max-width: 960px;
    margin: 0 auto;
    padding: 100px 25px;
  }
}
.singleCategory {
  width: 180px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0d3219;
  border: 1px solid #0d3219;
  font-size: 11px;
}
@media screen and (min-width: 835px) {
  .singleCategory {
    width: 200px;
    font-size: 13px;
  }
}
.singleTitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #0d3219;
  padding-bottom: 18px;
  margin-top: 16px;
}
@media screen and (min-width: 835px) {
  .singleTitle {
    font-size: 32px;
    border-bottom: 2px solid #0d3219;
  }
}
.singleImg {
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .singleImg {
    max-width: 680px;
    margin: 40px auto 0;
  }
}
.singleImg img {
  display: block;
  width: 100%;
  height: auto;
}
.singleContent h1 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 12px;
  color: #0d3219;
  border-bottom: 1px solid #0d3219;
}
@media screen and (min-width: 835px) {
  .singleContent h1 {
    font-size: 32px;
    border-bottom: 2px solid #0d3219;
  }
}
.singleContent h2 {
  font-size: 18px;
  font-weight: normal;
  background: #eeece8;
  line-height: 1.75;
  padding: 10px 17px;
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .singleContent h2 {
    font-size: 28px;
    margin-top: 80px;
    padding: 10px 28px;
  }
}
.singleContent h2:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: calc(100% - 25px);
  background: #0d3219;
}
@media screen and (min-width: 835px) {
  .singleContent h2:before {
    width: 8px;
    height: calc(100% - 30px);
  }
}
.singleContent h3 {
  font-size: 16px;
  line-height: 1.75;
  padding: 6px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  margin-top: 30px;
  position: relative;
  border-bottom: 1px solid #0d3219;
}
@media screen and (min-width: 835px) {
  .singleContent h3 {
    font-size: 24px;
    padding: 10px 0;
    width: calc(100% - 60px);
    margin: 60px auto 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.singleContent h4 {
  font-size: 16px;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.75;
  margin-top: 30px;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (min-width: 835px) {
  .singleContent h4 {
    font-size: 22px;
    width: calc(100% - 60px);
    margin: 60px auto 0;
  }
}
.singleContent h4:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 8px;
  left: 0;
  bottom: 0;
  background-color: #0d3219;
  background-image: repeating-linear-gradient(-45deg, #fff, #fff 1.5px, transparent 0, transparent 3px);
}
.singleContent p {
  font-size: 14px;
  line-height: 2;
  margin-top: 30px;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 835px) {
  .singleContent p {
    font-size: 16px;
    width: calc(100% - 60px);
    margin: 40px auto 0;
  }
}
.singleContent ul {
  list-style: disc;
  margin-top: 30px;
  margin-left: 20px;
}
@media screen and (min-width: 835px) {
  .singleContent ul {
    margin-top: 40px;
  }
}
.singleContent ul li {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 835px) {
  .singleContent ul li {
    font-size: 16px;
  }
}
.singleContent ul li ol {
  margin-top: 10px;
}
.singleContent ol {
  list-style: decimal;
  margin-top: 30px;
  margin-left: 20px;
}
@media screen and (min-width: 835px) {
  .singleContent ol {
    margin-top: 40px;
  }
}
.singleContent ol li {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 835px) {
  .singleContent ol li {
    font-size: 16px;
  }
}
.singleContent ol li ol {
  margin-top: 10px;
}
.singleContent strong {
  font-weight: bold;
}
.singleContent u {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #ccf3e2));
  background: linear-gradient(transparent 65%, #ccf3e2 65%);
  text-decoration: none;
}
.singleContent a {
  text-decoration: underline;
  font-size: 14px;
  color: #004cb3;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.singleContent a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 835px) {
  .singleContent a {
    font-size: 16px;
  }
}
.singleContent .button {
  width: 150px;
  height: 40px;
  background: #2d3a91;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  margin: 30px auto 0;
}
@media screen and (min-width: 835px) {
  .singleContent .button {
    margin-left: 0;
    border: 1px solid #2d3a91;
    color: #2d3a91;
    background: #edf4ff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .singleContent .button:hover {
    background: #2d3a91;
    color: #fff;
    opacity: 1;
  }
}
.singleContent figure > div {
  width: 100% !important;
}
.singleContent figure .wp-caption-text {
  text-align: center;
  margin-top: 10px;
}
.singleContent img {
  display: block;
  margin: 30px auto 0;
  width: 100%;
}
@media screen and (min-width: 835px) {
  .singleContent img {
    max-width: 680px;
    margin: 40px auto 0;
  }
}
.singleContent .wp-caption {
  width: 100% !important;
  text-align: center;
}
.singleContent .wp-caption p {
  margin-top: 10px;
}
.singleBack {
  width: 200px;
  height: 56px;
  background: #0d3219;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 60px auto 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .singleBack {
    margin: 80px auto 0;
  }
}
.singleBack:hover {
  background: #2d3a91;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 835px) {
  .slick__list {
    width: 70%;
  }
}
.slick__list--left {
  display: none;
}
@media screen and (min-width: 835px) {
  .slick__list--left {
    display: block;
    position: absolute;
    top: 0;
    left: 80px;
    width: 100%;
  }
  .slick__list--left .slick__item img {
    width: 140px;
    height: 250px;
    border-radius: 30px;
  }
}
.slick__list--left .slick__item {
  margin: 0;
}
.slick__item {
  -webkit-box-shadow: 0px 0px 10px 3px #ccc;
          box-shadow: 0px 0px 10px 3px #ccc;
  margin: 30px 20px;
  position: relative;
}
.slick__item img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  .slick__item img {
    height: 530px;
  }
}
@media screen and (min-width: 835px) and (max-width: 1024px) {
  .slick__item img {
    height: 400px;
  }
}
.slick__item__box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%;
  padding: 25px 20px;
  background: rgba(0, 0, 0, .8);
  text-align: left;
}
.slick__item__ttl {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}
.slick__item__subttl {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}
.next-arrow {
  position: absolute;
  top: 45%;
  right: -10px;
  width: 60px;
  height: 60px;
  z-index: 10;
  cursor: pointer;
}
@media screen and (min-width: 835px) {
  .next-arrow {
    right: 30px;
  }
}
.next-arrow img {
  width: 100%;
}
.prev-arrow {
  position: absolute;
  top: 45%;
  left: -10px;
  width: 60px;
  height: 60px;
  z-index: 10;
  cursor: pointer;
}
.prev-arrow img {
  width: 100%;
}
@media screen and (min-width: 835px) {
  .slick-list {
    padding: 0 10% 0 0;
  }
}
.slick__list--left .slick-list {
  padding: 0;
}
.mv {
  padding-top: 40px;
  background-image: url("../img/top/mv_bg_sp.webp");
  background-size: cover;
  background-position: center;
  height: calc(100vh - 70px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .mv {
    padding-top: 0;
    background-image: url("../img/top/mv_bg_pc.webp");
  }
}
.mvTitle {
  mix-blend-mode: difference;
  width: 320px;
  display: block;
  margin: 0 auto 12px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .mvTitle {
    width: 500px;
    margin: 0 auto 20px;
  }
}
.mvLine {
  left: 0;
  right: 0;
  top: -10px;
  margin: auto;
  width: 2px;
  height: 20px;
  background: #dac6a5;
  margin-bottom: 12px;
}
@media screen and (min-width: 835px) {
  .mvLine {
    margin-bottom: 20px;
  }
}
.mvSubTitle {
  color: #ffe8c4;
  font-size: 20px;
  text-align: center;
  font-family: 'Cormorant', serif;
  mix-blend-mode: difference;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 835px) {
  .mvSubTitle {
    font-size: 32px;
    margin-top: -10px;
  }
}
.mvText {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #fff;
  margin-top: 16px;
  font-weight: normal;
}
@media screen and (min-width: 835px) {
  .mvText {
    font-size: 24px;
  }
}
.mvScrollLine {
  position: absolute;
  bottom: 0;
  left: 15px;
  background: #fff;
  overflow: hidden;
  width: 1px;
  height: 200px;
}
.mvScrollLine:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 150px;
  background: #0d3219;
  -webkit-animation: active 2s infinite;
          animation: active 2s infinite;
}
@-webkit-keyframes active {
  from {
    top: -100%;
  }
  to {
    top: 100%;
  }
}
@keyframes active {
  from {
    top: -100%;
  }
  to {
    top: 100%;
  }
}
.about {
  position: relative;
  padding: 0 0 30px;
}
@media screen and (min-width: 835px) {
  .about {
    padding: 0 0 100px;
  }
}
.about:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  max-width: 350px;
  width: 100%;
  height: 20px;
  background: #d3d0c6;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .about:before {
    top: 0;
    width: 18vw;
    height: 380px;
  }
}
.aboutInner {
  padding-top: 80px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .aboutInner {
    max-width: 1250px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-top: 120px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.aboutBox {
  padding: 0 25px;
}
@media screen and (min-width: 835px) {
  .aboutBox {
    width: 47%;
    padding: 0;
  }
  .aboutBox .moreBtnContainer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.aboutTitleHead {
  font-size: 14px;
  font-weight: bold;
  color: #0d3219;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (min-width: 835px) {
  .aboutTitleHead {
    font-size: 20px;
    gap: 10px;
  }
}
@media screen and (min-width: 835px) {
  .aboutTitleHead img {
    width: 12px;
  }
}
.aboutTitle {
  font-size: 25px;
  font-weight: bold;
  color: #0d3219;
  margin-top: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .aboutTitle {
    font-size: 32px;
    margin-top: 40px;
  }
}
.aboutDesc {
  font-size: 13px;
  line-height: 2;
  margin-top: 30px;
  letter-spacing: 0.1em;
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 70vw;
}
@media screen and (min-width: 835px) {
  .aboutDesc {
    font-size: 15px;
    margin-top: 40px;
  }
}
.aboutImg {
  width: 100%;
  margin-top: 40px;
  position: absolute;
  left: 0;
  top: 170px;
  margin-top: 0;
}
@media screen and (min-width: 835px) {
  .aboutImg {
    width: 48%;
    margin-top: 60px;
    position: relative;
    top: 0;
  }
}
.aboutLink {
  margin-top: 60px;
}
.nav {
  padding: 60px 0;
  text-align: center;
}
@media screen and (min-width: 835px) {
  .nav {
    padding: 80px 0;
  }
}
.navInner {
  padding: 0 25px;
}
@media screen and (min-width: 835px) {
  .navInner {
    max-width: 1100px;
    margin: auto;
  }
}
.navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 835px) {
  .navList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1100px;
    margin: 0 auto;
  }
}
.navItem {
  cursor: pointer;
  display: block;
}
@media screen and (min-width: 835px) {
  .navItem {
    width: calc(50% - 25px);
  }
}
.navItem:hover span {
  border-radius: 44px;
  width: 44px;
  height: 44px;
  left: 250px;
}
.navItem:hover span img {
  left: 15px;
}
@media screen and (min-width: 835px) {
  .navItem:hover span img {
    left: 12px;
  }
}
.navItem:hover > div:before {
  width: 100%;
}
.navItemImg {
  width: 100%;
  height: 40vw;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 835px) {
  .navItemImg {
    height: 190px;
  }
}
.navItemTitle {
  background: #0d3219;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .navItemTitle {
    height: 90px;
    padding-left: 70px;
  }
}
.navItemTitle:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #484848;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navItemTitle span {
  width: 30px;
  height: 60px;
  border-radius: 0 60px 60px 0;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .navItemTitle span {
    width: 45px;
    height: 90px;
    border-radius: 0 90px 90px 0;
  }
}
.navItemTitle span img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 3px;
  width: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .navItemTitle span img {
    width: 20px;
    left: 5px;
  }
}
.navItemTitle p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 835px) {
  .navItemTitle p {
    font-size: 20px;
  }
}
.recruit {
  padding: 0 0 40px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .recruit {
    padding: 100px 0;
  }
}
@media screen and (min-width: 835px) {
  .recruitInner {
    max-width: 1100px;
    margin: auto;
    position: relative;
  }
}
.recruitMap {
  position: absolute;
  top: 330px;
  right: 30px;
  width: 145px;
}
@media screen and (min-width: 835px) {
  .recruitMap {
    top: 0;
    left: 300px;
    width: 210px;
  }
}
.recruitImg {
  width: 100%;
  aspect-ratio: none;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 835px) {
  .recruitImg {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 48vw;
  }
}
.recruitBox {
  margin-top: 40px;
  padding: 0 25px;
}
@media screen and (min-width: 835px) {
  .recruitBox {
    width: 45%;
    padding: 0;
    margin-top: 0;
  }
}
.recruitTitleHead {
  font-size: 14px;
  font-weight: bold;
  color: #0d3219;
  position: relative;
  padding-left: 18px;
}
@media screen and (min-width: 835px) {
  .recruitTitleHead {
    font-size: 16px;
  }
}
.recruitTitleHead:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0d3219;
}
.recruitTitle {
  font-size: 26px;
  font-weight: bold;
  color: #0d3219;
  margin-top: 15px;
}
@media screen and (min-width: 835px) {
  .recruitTitle {
    font-size: 32px;
    margin-top: 20px;
  }
}
.recruitHead {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.75;
}
@media screen and (min-width: 835px) {
  .recruitHead {
    font-size: 28px;
    margin-top: 40px;
  }
}
.recruitDesc {
  font-size: 14px;
  line-height: 1.75;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media screen and (min-width: 835px) {
  .recruitDesc {
    font-size: 16px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 835px) {
  .recruitLink {
    margin-top: 60px;
  }
}
@media screen and (min-width: 835px) {
  .navTitleFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.newsTitleHead {
  font-size: 14px;
  font-weight: bold;
  color: #0d3219;
  position: relative;
  padding-left: 18px;
  margin-left: 25px;
}
@media screen and (min-width: 835px) {
  .newsTitleHead {
    font-size: 16px;
  }
}
.newsTitleHead:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0d3219;
}
.news__inner {
  padding: 60px 25px 0;
}
@media screen and (min-width: 835px) {
  .news__inner {
    padding-top: 120px;
    max-width: 1250px;
    margin: auto;
    padding: 60px 40px 0;
    padding-left: calc(18vw + 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 835px) {
  .news__head {
    width: 130px;
  }
}
.news__title {
  font-size: 18px;
  font-weight: bold;
  color: #0d3219;
  margin-top: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .news__title {
    font-size: 24px;
    margin-top: 10px;
  }
}
.news__list {
  margin-top: 20px;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 835px) {
  .news__list {
    width: calc(100% - 130px);
    margin-top: 0;
  }
}
.news__item {
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 24px;
  }
}
.news__item:hover {
  background: #fafafa;
}
.news__item:hover .news__item__title {
  color: #2d3a91;
}
.news__item__date {
  font-size: 12px;
  color: #999;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .news__item__date {
    font-size: 14px;
    width: 95px;
  }
}
.news__item__title {
  font-size: 13px;
  color: #333;
  line-height: 1.5;
  margin-top: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .news__item__title {
    font-size: 16px;
    margin-top: -2px;
    width: calc(100% - 95px);
  }
}
.service {
  text-align: center;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .service {
    padding-bottom: 120px;
  }
}
.service:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 140px;
  margin: auto;
  width: calc(100% - 20px);
  height: 815px;
  background: #0d3219;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .service:before {
    height: 610px;
    max-width: 1200px;
    top: 330px;
  }
}
@media screen and (min-width: 500px) and (max-width: 834px) {
  .service:before {
    height: 680px;
  }
}
.serviceInner {
  padding: 0 33px;
}
@media screen and (min-width: 835px) {
  .serviceInner {
    max-width: 1200px;
    margin: auto;
  }
}
.serviceTitleHead {
  font-family: 'Cormorant', serif;
  font-size: 55px;
  color: #dac6a5;
}
@media screen and (min-width: 835px) {
  .serviceTitleHead {
    font-size: 100px;
  }
}
.serviceTitle {
  font-size: 20px;
  font-weight: bold;
  color: #0d3219;
  position: relative;
}
@media screen and (min-width: 835px) {
  .serviceTitle {
    font-size: 32px;
    margin-top: -20px;
  }
}
.serviceTitle:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  margin: auto;
  background: #0d3219;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.serviceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -40px;
}
@media screen and (min-width: 835px) {
  .serviceList {
    max-width: 1020px;
    margin: 40px auto 0;
    gap: 60px;
  }
}
.serviceItem {
  text-align: left;
  position: relative;
}
.serviceItem:nth-of-type(1) h3,
.serviceItem:nth-of-type(1) p {
  color: #fff;
}
@media screen and (min-width: 835px) {
  .serviceItem {
    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;
  }
  .serviceItem:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 835px) {
  .serviceItem div {
    width: calc(100% - 500px);
  }
}
.serviceItem div > span {
  font-size: 80px;
  font-weight: bold;
  color: #dac6a5;
  font-family: 'Cormorant', serif;
}
@media screen and (min-width: 835px) {
  .serviceItem div > span {
    font-size: 120px;
  }
}
.serviceItem div h3 {
  font-size: 25px;
  font-weight: bold;
  color: #0d3219;
  margin-top: -10px;
}
@media screen and (min-width: 835px) {
  .serviceItem div h3 {
    font-size: 36px;
  }
}
.serviceItem div > p {
  font-size: 13px;
  line-height: 2;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
  margin-top: 320px;
}
@media screen and (min-width: 835px) {
  .serviceItem div > p {
    font-size: 15px;
    margin-top: 30px;
  }
}
.serviceItem div .moreBtn,
.serviceItem div .moreBtn--w {
  width: 121px;
  margin-top: 30px;
  margin-left: auto;
}
@media screen and (min-width: 835px) {
  .serviceItem div .moreBtn,
  .serviceItem div .moreBtn--w {
    margin-left: 0;
  }
}
.serviceItem > img {
  width: 240px;
  display: block;
  margin: 40px auto 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 125px;
}
@media screen and (min-width: 835px) {
  .serviceItem > img {
    width: 420px;
    margin: 0;
    position: relative;
    top: 0;
  }
}
.achieve {
  position: relative;
  padding: 40px 0 60px;
  background: #e0e0e0;
}
@media screen and (min-width: 835px) {
  .achieve {
    padding: 100px 0;
  }
}
.achieveInner {
  padding: 0 24px;
}
@media screen and (min-width: 835px) {
  .achieveInner {
    max-width: 1200px;
    margin: auto;
  }
}
.achieveTitleHead {
  font-size: 14px;
  font-weight: bold;
  color: #0d3219;
  position: relative;
  padding-left: 18px;
}
@media screen and (min-width: 835px) {
  .achieveTitleHead {
    font-size: 16px;
  }
}
.achieveTitleHead:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0d3219;
}
.achieveTitle {
  font-size: 26px;
  font-weight: bold;
  color: #0d3219;
  margin-top: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 835px) {
  .achieveTitle {
    font-size: 32px;
    margin-top: 20px;
  }
}
.achieveList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 280px;
  margin: 40px auto 0;
}
@media screen and (min-width: 835px) {
  .achieveList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1040px;
    gap: 120px;
  }
}
.achieveItem {
  display: block;
}
.achieveItem:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.achieveItem:hover .achieveItem__title {
  color: #656565;
}
.achieveItem__img {
  overflow: hidden;
}
.achieveItem__img img {
  display: block;
  width: 100%;
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.achieveItem__title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  margin-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 835px) {
  .achieveItem__title {
    font-size: 18px;
    margin-top: 20px;
  }
}
.achieveItem__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}
@media screen and (min-width: 835px) {
  .achieveItem__tag {
    margin-top: 16px;
  }
}
.achieveItem__tag li {
  background: #fff;
  color: #000;
  border: 1px solid #000;
  font-size: 12px;
  padding: 6px 10px;
}
@media screen and (min-width: 835px) {
  .achieveItem__tag li {
    font-size: 15px;
  }
}
.product {
  position: relative;
  padding-top: 20px;
  padding-bottom: 80px;
  margin-top: 30px;
}
@media screen and (min-width: 835px) {
  .product {
    margin-top: 10px;
    padding-top: 30px;
    padding-bottom: 160px;
  }
}
.product:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 100%;
  height: 100px;
  background: #0d3219;
  z-index: -1;
}
@media screen and (min-width: 835px) {
  .product:before {
    height: 160px;
  }
}
.productScroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-top: 50px;
}
@media screen and (min-width: 835px) {
  .productScroll {
    gap: 40px;
    margin-top: 0;
  }
}
.productScrollList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-animation: loopSlideLeft 80s infinite linear both;
          animation: loopSlideLeft 80s infinite linear both;
}
@media screen and (min-width: 835px) {
  .productScrollList {
    gap: 40px;
  }
}
.productScrollList div {
  min-width: 180px;
  width: 180px;
}
@media screen and (min-width: 835px) {
  .productScrollList div {
    min-width: 270px;
    width: 270px;
  }
}
.productScrollList div img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
}
.productScrollList div p {
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 835px) {
  .productScrollList div p {
    font-size: 16px;
  }
}
.brand {
  background-image: url("../img/top/brand_bg_sp.png");
  background-size: cover;
  padding: 40px 0 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 835px) {
  .brand {
    background-image: url("../img/top/brand_bg_pc.png");
    padding: 80px 0;
  }
}
.brandInner {
  padding: 0 20px;
}
.brandHead {
  text-align: center;
}
.brandHead p {
  margin-top: 5px;
  font-size: 16px;
}
@media screen and (min-width: 835px) {
  .brandHead p {
    font-size: 20px;
  }
}
@media screen and (min-width: 835px) {
  .brandHead img {
    width: 12px;
  }
}
.brandTitle {
  color: #dac6a5;
  text-align: center;
  margin-top: 20px;
}
.brandTitle span {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .brandTitle span {
    font-size: 32px;
  }
}
.brandTitle p {
  font-size: 14px;
  font-family: 'Cormorant', serif;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .brandTitle p {
    font-size: 20px;
  }
}
.brandTitle h2 {
  font-size: 40px;
  font-family: 'Cormorant', serif;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .brandTitle h2 {
    font-size: 58px;
  }
}
.brandText {
  font-size: 13px;
  line-height: 2.2;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 0.1em;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 835px) {
  .brandText {
    font-size: 15px;
  }
}
.brandLight {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.brandLight > span {
  width: 2px;
  height: 40px;
  background: #dac6a5;
  display: block;
  margin: auto;
}
.brandLight > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.brandLight > div span {
  width: 50px;
  height: 50px;
  border: 1px solid #dac6a5;
  border-radius: 50%;
  font-size: 40px;
  font-family: 'Cormorant', serif;
  display: block;
  color: #dac6a5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 18px;
}
@media screen and (min-width: 835px) {
  .brandLight > div span {
    width: 100px;
    height: 100px;
    font-size: 86px;
    padding-bottom: 35px;
  }
}
.brandLight > div p {
  font-size: 28px;
  color: #dac6a5;
}
@media screen and (min-width: 835px) {
  .brandLight > div p {
    font-size: 40px;
  }
}
.brandLight > img {
  width: 200px;
  display: block;
}
@media screen and (min-width: 835px) {
  .brandLight > img {
    width: 300px;
  }
}
.brandList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 835px) {
  .brandList {
    gap: 40px;
    max-width: 1000px;
    margin: 20px auto 120px;
  }
}
.brandItem {
  background: -webkit-gradient(linear, left top, left bottom, from(#5f5d57), color-stop(17.31%, #3c3c3c), to(#000));
  background: linear-gradient(180deg, #5f5d57 0%, #3c3c3c 17.31%, #000 100%);
  padding: 20px 10px;
  text-align: center;
  -webkit-box-shadow: 0 4px 30px 0 rgba(255, 255, 255, .25);
          box-shadow: 0 4px 30px 0 rgba(255, 255, 255, .25);
  position: relative;
}
@media screen and (min-width: 835px) {
  .brandItem {
    padding: 20px 40px;
  }
}
.brandItemNum {
  width: 50px;
  height: 50px;
  border: 1px solid #dac6a5;
  border-radius: 50%;
  display: block;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .brandItemNum {
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    width: 100px;
    height: 100px;
  }
}
.brandItemHead {
  text-align: center;
}
@media screen and (min-width: 835px) {
  .brandItemHead div {
    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;
    gap: 10px;
  }
}
.brandItemHead div p {
  font-size: 16px;
  margin-top: 16px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 835px) {
  .brandItemHead div p {
    margin-top: 0;
    font-size: 20px;
  }
}
.brandItemHead div span {
  display: block;
  font-size: 8px;
}
@media screen and (min-width: 835px) {
  .brandItemHead div span {
    font-size: 10px;
    text-align: left;
  }
}
.brandItemHead h3 {
  text-shadow: 0px 0px 10px #dac6a5;
  font-size: 16px;
  margin-top: 4px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 835px) {
  .brandItemHead h3 {
    font-size: 28px;
  }
}
.brandItemBox {
  background: rgba(255, 255, 255, .059);
  border-radius: 20px;
  margin-top: 16px;
}
@media screen and (min-width: 835px) {
  .brandItemBox {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 835px) {
  .brandItemBox div {
    padding: 0 30px;
    border-right: 1px solid #fff;
  }
}
.brandItemBox div span {
  width: 120px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
  font-size: 10px;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .brandItemBox div span {
    font-size: 14px;
    margin-top: 20px;
  }
}
.brandItemBox div p {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #dac6a5;
  margin-top: 8px;
}
@media screen and (min-width: 835px) {
  .brandItemBox div p {
    font-size: 20px;
  }
}
.brandItemBox ul {
  text-align: left;
  font-size: 10px;
  max-width: 220px;
  margin: auto;
  margin-top: 8px;
  list-style-type: disc;
  line-height: 2.2;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 835px) {
  .brandItemBox ul {
    margin: 0;
    padding: 0 30px;
    padding-left: 50px;
    max-width: none;
    font-size: 14px;
  }
}
.brandEng {
  position: absolute;
  left: -15px;
  bottom: -15px;
  color: rgba(255, 255, 255, .1);
  font-size: 105px;
  z-index: 1;
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .brandEng {
    font-size: 300px;
    bottom: -25px;
  }
}
.profile {
  padding: 40px 10px;
}
@media screen and (min-width: 835px) {
  .profile {
    padding: 100px 20px;
  }
}
.profileBox {
  background: #d3d0c6;
  padding: 20px 20px 30px;
  position: relative;
}
@media screen and (min-width: 835px) {
  .profileBox {
    max-width: 1200px;
    margin: auto;
    padding: 60px 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 90px;
  }
  .profileBox .moreBtnContainer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.profileHead {
  text-align: center;
}
@media screen and (min-width: 835px) {
  .profileHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .profileHead img {
    width: 12px;
  }
}
.profileHead p {
  font-size: 16px;
  font-weight: bold;
  font-family: 'Cormorant', serif;
  color: #0d3219;
}
@media screen and (min-width: 835px) {
  .profileHead p {
    font-size: 20px;
  }
}
.profileTitle {
  text-align: center;
  font-size: 25px;
  color: #0d3219;
  font-weight: bold;
}
@media screen and (min-width: 835px) {
  .profileTitle {
    text-align: left;
    font-size: 36px;
  }
}
.profileImg {
  width: 160px;
  display: block;
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 835px) {
  .profileImg {
    width: 420px;
    position: relative;
    top: 0;
  }
}
.profileSubTitle {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 2.2;
  margin-top: 220px;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 835px) {
  .profileSubTitle {
    text-align: left;
    font-size: 15px;
    margin-top: 30px;
  }
}
.profileText {
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0.04em;
  margin-top: 10px;
  font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (min-width: 835px) {
  .profileText {
    font-size: 15px;
  }
}
@-webkit-keyframes loopSlideLeft {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes loopSlideLeft {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.u-mt5 {
  margin-top: 5px;
}
.u-mt25--sp {
  margin-top: 25px;
}
@media screen and (min-width: 835px) {
  .u-mt25--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt25--pc {
    margin-top: 25px;
  }
}
.u-mb5 {
  margin-bottom: 5px;
}
.u-mr5 {
  margin-right: 5px;
}
.u-ml5 {
  margin-left: 5px;
}
.u-mt10 {
  margin-top: 10px;
}
.u-mt50--sp {
  margin-top: 50px;
}
@media screen and (min-width: 835px) {
  .u-mt50--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt50--pc {
    margin-top: 50px;
  }
}
.u-mb10 {
  margin-bottom: 10px;
}
.u-mr10 {
  margin-right: 10px;
}
.u-ml10 {
  margin-left: 10px;
}
.u-mt15 {
  margin-top: 15px;
}
.u-mt75--sp {
  margin-top: 75px;
}
@media screen and (min-width: 835px) {
  .u-mt75--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt75--pc {
    margin-top: 75px;
  }
}
.u-mb15 {
  margin-bottom: 15px;
}
.u-mr15 {
  margin-right: 15px;
}
.u-ml15 {
  margin-left: 15px;
}
.u-mt20 {
  margin-top: 20px;
}
.u-mt100--sp {
  margin-top: 100px;
}
@media screen and (min-width: 835px) {
  .u-mt100--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt100--pc {
    margin-top: 100px;
  }
}
.u-mb20 {
  margin-bottom: 20px;
}
.u-mr20 {
  margin-right: 20px;
}
.u-ml20 {
  margin-left: 20px;
}
.u-mt25 {
  margin-top: 25px;
}
.u-mt125--sp {
  margin-top: 125px;
}
@media screen and (min-width: 835px) {
  .u-mt125--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt125--pc {
    margin-top: 125px;
  }
}
.u-mb25 {
  margin-bottom: 25px;
}
.u-mr25 {
  margin-right: 25px;
}
.u-ml25 {
  margin-left: 25px;
}
.u-mt30 {
  margin-top: 30px;
}
.u-mt150--sp {
  margin-top: 150px;
}
@media screen and (min-width: 835px) {
  .u-mt150--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt150--pc {
    margin-top: 150px;
  }
}
.u-mb30 {
  margin-bottom: 30px;
}
.u-mr30 {
  margin-right: 30px;
}
.u-ml30 {
  margin-left: 30px;
}
.u-mt35 {
  margin-top: 35px;
}
.u-mt175--sp {
  margin-top: 175px;
}
@media screen and (min-width: 835px) {
  .u-mt175--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt175--pc {
    margin-top: 175px;
  }
}
.u-mb35 {
  margin-bottom: 35px;
}
.u-mr35 {
  margin-right: 35px;
}
.u-ml35 {
  margin-left: 35px;
}
.u-mt40 {
  margin-top: 40px;
}
.u-mt200--sp {
  margin-top: 200px;
}
@media screen and (min-width: 835px) {
  .u-mt200--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt200--pc {
    margin-top: 200px;
  }
}
.u-mb40 {
  margin-bottom: 40px;
}
.u-mr40 {
  margin-right: 40px;
}
.u-ml40 {
  margin-left: 40px;
}
.u-mt45 {
  margin-top: 45px;
}
.u-mt225--sp {
  margin-top: 225px;
}
@media screen and (min-width: 835px) {
  .u-mt225--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt225--pc {
    margin-top: 225px;
  }
}
.u-mb45 {
  margin-bottom: 45px;
}
.u-mr45 {
  margin-right: 45px;
}
.u-ml45 {
  margin-left: 45px;
}
.u-mt50 {
  margin-top: 50px;
}
.u-mt250--sp {
  margin-top: 250px;
}
@media screen and (min-width: 835px) {
  .u-mt250--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt250--pc {
    margin-top: 250px;
  }
}
.u-mb50 {
  margin-bottom: 50px;
}
.u-mr50 {
  margin-right: 50px;
}
.u-ml50 {
  margin-left: 50px;
}
.u-mt55 {
  margin-top: 55px;
}
.u-mt275--sp {
  margin-top: 275px;
}
@media screen and (min-width: 835px) {
  .u-mt275--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt275--pc {
    margin-top: 275px;
  }
}
.u-mb55 {
  margin-bottom: 55px;
}
.u-mr55 {
  margin-right: 55px;
}
.u-ml55 {
  margin-left: 55px;
}
.u-mt60 {
  margin-top: 60px;
}
.u-mt300--sp {
  margin-top: 300px;
}
@media screen and (min-width: 835px) {
  .u-mt300--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt300--pc {
    margin-top: 300px;
  }
}
.u-mb60 {
  margin-bottom: 60px;
}
.u-mr60 {
  margin-right: 60px;
}
.u-ml60 {
  margin-left: 60px;
}
.u-mt65 {
  margin-top: 65px;
}
.u-mt325--sp {
  margin-top: 325px;
}
@media screen and (min-width: 835px) {
  .u-mt325--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt325--pc {
    margin-top: 325px;
  }
}
.u-mb65 {
  margin-bottom: 65px;
}
.u-mr65 {
  margin-right: 65px;
}
.u-ml65 {
  margin-left: 65px;
}
.u-mt70 {
  margin-top: 70px;
}
.u-mt350--sp {
  margin-top: 350px;
}
@media screen and (min-width: 835px) {
  .u-mt350--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt350--pc {
    margin-top: 350px;
  }
}
.u-mb70 {
  margin-bottom: 70px;
}
.u-mr70 {
  margin-right: 70px;
}
.u-ml70 {
  margin-left: 70px;
}
.u-mt75 {
  margin-top: 75px;
}
.u-mt375--sp {
  margin-top: 375px;
}
@media screen and (min-width: 835px) {
  .u-mt375--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt375--pc {
    margin-top: 375px;
  }
}
.u-mb75 {
  margin-bottom: 75px;
}
.u-mr75 {
  margin-right: 75px;
}
.u-ml75 {
  margin-left: 75px;
}
.u-mt80 {
  margin-top: 80px;
}
.u-mt400--sp {
  margin-top: 400px;
}
@media screen and (min-width: 835px) {
  .u-mt400--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt400--pc {
    margin-top: 400px;
  }
}
.u-mb80 {
  margin-bottom: 80px;
}
.u-mr80 {
  margin-right: 80px;
}
.u-ml80 {
  margin-left: 80px;
}
.u-mt85 {
  margin-top: 85px;
}
.u-mt425--sp {
  margin-top: 425px;
}
@media screen and (min-width: 835px) {
  .u-mt425--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt425--pc {
    margin-top: 425px;
  }
}
.u-mb85 {
  margin-bottom: 85px;
}
.u-mr85 {
  margin-right: 85px;
}
.u-ml85 {
  margin-left: 85px;
}
.u-mt90 {
  margin-top: 90px;
}
.u-mt450--sp {
  margin-top: 450px;
}
@media screen and (min-width: 835px) {
  .u-mt450--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt450--pc {
    margin-top: 450px;
  }
}
.u-mb90 {
  margin-bottom: 90px;
}
.u-mr90 {
  margin-right: 90px;
}
.u-ml90 {
  margin-left: 90px;
}
.u-mt95 {
  margin-top: 95px;
}
.u-mt475--sp {
  margin-top: 475px;
}
@media screen and (min-width: 835px) {
  .u-mt475--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt475--pc {
    margin-top: 475px;
  }
}
.u-mb95 {
  margin-bottom: 95px;
}
.u-mr95 {
  margin-right: 95px;
}
.u-ml95 {
  margin-left: 95px;
}
.u-mt100 {
  margin-top: 100px;
}
.u-mt500--sp {
  margin-top: 500px;
}
@media screen and (min-width: 835px) {
  .u-mt500--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt500--pc {
    margin-top: 500px;
  }
}
.u-mb100 {
  margin-bottom: 100px;
}
.u-mr100 {
  margin-right: 100px;
}
.u-ml100 {
  margin-left: 100px;
}
.u-mt105 {
  margin-top: 105px;
}
.u-mt525--sp {
  margin-top: 525px;
}
@media screen and (min-width: 835px) {
  .u-mt525--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt525--pc {
    margin-top: 525px;
  }
}
.u-mb105 {
  margin-bottom: 105px;
}
.u-mr105 {
  margin-right: 105px;
}
.u-ml105 {
  margin-left: 105px;
}
.u-mt110 {
  margin-top: 110px;
}
.u-mt550--sp {
  margin-top: 550px;
}
@media screen and (min-width: 835px) {
  .u-mt550--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt550--pc {
    margin-top: 550px;
  }
}
.u-mb110 {
  margin-bottom: 110px;
}
.u-mr110 {
  margin-right: 110px;
}
.u-ml110 {
  margin-left: 110px;
}
.u-mt115 {
  margin-top: 115px;
}
.u-mt575--sp {
  margin-top: 575px;
}
@media screen and (min-width: 835px) {
  .u-mt575--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt575--pc {
    margin-top: 575px;
  }
}
.u-mb115 {
  margin-bottom: 115px;
}
.u-mr115 {
  margin-right: 115px;
}
.u-ml115 {
  margin-left: 115px;
}
.u-mt120 {
  margin-top: 120px;
}
.u-mt600--sp {
  margin-top: 600px;
}
@media screen and (min-width: 835px) {
  .u-mt600--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt600--pc {
    margin-top: 600px;
  }
}
.u-mb120 {
  margin-bottom: 120px;
}
.u-mr120 {
  margin-right: 120px;
}
.u-ml120 {
  margin-left: 120px;
}
.u-mt125 {
  margin-top: 125px;
}
.u-mt625--sp {
  margin-top: 625px;
}
@media screen and (min-width: 835px) {
  .u-mt625--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt625--pc {
    margin-top: 625px;
  }
}
.u-mb125 {
  margin-bottom: 125px;
}
.u-mr125 {
  margin-right: 125px;
}
.u-ml125 {
  margin-left: 125px;
}
.u-mt130 {
  margin-top: 130px;
}
.u-mt650--sp {
  margin-top: 650px;
}
@media screen and (min-width: 835px) {
  .u-mt650--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt650--pc {
    margin-top: 650px;
  }
}
.u-mb130 {
  margin-bottom: 130px;
}
.u-mr130 {
  margin-right: 130px;
}
.u-ml130 {
  margin-left: 130px;
}
.u-mt135 {
  margin-top: 135px;
}
.u-mt675--sp {
  margin-top: 675px;
}
@media screen and (min-width: 835px) {
  .u-mt675--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt675--pc {
    margin-top: 675px;
  }
}
.u-mb135 {
  margin-bottom: 135px;
}
.u-mr135 {
  margin-right: 135px;
}
.u-ml135 {
  margin-left: 135px;
}
.u-mt140 {
  margin-top: 140px;
}
.u-mt700--sp {
  margin-top: 700px;
}
@media screen and (min-width: 835px) {
  .u-mt700--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt700--pc {
    margin-top: 700px;
  }
}
.u-mb140 {
  margin-bottom: 140px;
}
.u-mr140 {
  margin-right: 140px;
}
.u-ml140 {
  margin-left: 140px;
}
.u-mt145 {
  margin-top: 145px;
}
.u-mt725--sp {
  margin-top: 725px;
}
@media screen and (min-width: 835px) {
  .u-mt725--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt725--pc {
    margin-top: 725px;
  }
}
.u-mb145 {
  margin-bottom: 145px;
}
.u-mr145 {
  margin-right: 145px;
}
.u-ml145 {
  margin-left: 145px;
}
.u-mt150 {
  margin-top: 150px;
}
.u-mt750--sp {
  margin-top: 750px;
}
@media screen and (min-width: 835px) {
  .u-mt750--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt750--pc {
    margin-top: 750px;
  }
}
.u-mb150 {
  margin-bottom: 150px;
}
.u-mr150 {
  margin-right: 150px;
}
.u-ml150 {
  margin-left: 150px;
}
.u-mt155 {
  margin-top: 155px;
}
.u-mt775--sp {
  margin-top: 775px;
}
@media screen and (min-width: 835px) {
  .u-mt775--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt775--pc {
    margin-top: 775px;
  }
}
.u-mb155 {
  margin-bottom: 155px;
}
.u-mr155 {
  margin-right: 155px;
}
.u-ml155 {
  margin-left: 155px;
}
.u-mt160 {
  margin-top: 160px;
}
.u-mt800--sp {
  margin-top: 800px;
}
@media screen and (min-width: 835px) {
  .u-mt800--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt800--pc {
    margin-top: 800px;
  }
}
.u-mb160 {
  margin-bottom: 160px;
}
.u-mr160 {
  margin-right: 160px;
}
.u-ml160 {
  margin-left: 160px;
}
.u-mt165 {
  margin-top: 165px;
}
.u-mt825--sp {
  margin-top: 825px;
}
@media screen and (min-width: 835px) {
  .u-mt825--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt825--pc {
    margin-top: 825px;
  }
}
.u-mb165 {
  margin-bottom: 165px;
}
.u-mr165 {
  margin-right: 165px;
}
.u-ml165 {
  margin-left: 165px;
}
.u-mt170 {
  margin-top: 170px;
}
.u-mt850--sp {
  margin-top: 850px;
}
@media screen and (min-width: 835px) {
  .u-mt850--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt850--pc {
    margin-top: 850px;
  }
}
.u-mb170 {
  margin-bottom: 170px;
}
.u-mr170 {
  margin-right: 170px;
}
.u-ml170 {
  margin-left: 170px;
}
.u-mt175 {
  margin-top: 175px;
}
.u-mt875--sp {
  margin-top: 875px;
}
@media screen and (min-width: 835px) {
  .u-mt875--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt875--pc {
    margin-top: 875px;
  }
}
.u-mb175 {
  margin-bottom: 175px;
}
.u-mr175 {
  margin-right: 175px;
}
.u-ml175 {
  margin-left: 175px;
}
.u-mt180 {
  margin-top: 180px;
}
.u-mt900--sp {
  margin-top: 900px;
}
@media screen and (min-width: 835px) {
  .u-mt900--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt900--pc {
    margin-top: 900px;
  }
}
.u-mb180 {
  margin-bottom: 180px;
}
.u-mr180 {
  margin-right: 180px;
}
.u-ml180 {
  margin-left: 180px;
}
.u-mt185 {
  margin-top: 185px;
}
.u-mt925--sp {
  margin-top: 925px;
}
@media screen and (min-width: 835px) {
  .u-mt925--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt925--pc {
    margin-top: 925px;
  }
}
.u-mb185 {
  margin-bottom: 185px;
}
.u-mr185 {
  margin-right: 185px;
}
.u-ml185 {
  margin-left: 185px;
}
.u-mt190 {
  margin-top: 190px;
}
.u-mt950--sp {
  margin-top: 950px;
}
@media screen and (min-width: 835px) {
  .u-mt950--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt950--pc {
    margin-top: 950px;
  }
}
.u-mb190 {
  margin-bottom: 190px;
}
.u-mr190 {
  margin-right: 190px;
}
.u-ml190 {
  margin-left: 190px;
}
.u-mt195 {
  margin-top: 195px;
}
.u-mt975--sp {
  margin-top: 975px;
}
@media screen and (min-width: 835px) {
  .u-mt975--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt975--pc {
    margin-top: 975px;
  }
}
.u-mb195 {
  margin-bottom: 195px;
}
.u-mr195 {
  margin-right: 195px;
}
.u-ml195 {
  margin-left: 195px;
}
.u-mt200 {
  margin-top: 200px;
}
.u-mt1000--sp {
  margin-top: 1000px;
}
@media screen and (min-width: 835px) {
  .u-mt1000--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1000--pc {
    margin-top: 1000px;
  }
}
.u-mb200 {
  margin-bottom: 200px;
}
.u-mr200 {
  margin-right: 200px;
}
.u-ml200 {
  margin-left: 200px;
}
.u-mt205 {
  margin-top: 205px;
}
.u-mt1025--sp {
  margin-top: 1025px;
}
@media screen and (min-width: 835px) {
  .u-mt1025--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1025--pc {
    margin-top: 1025px;
  }
}
.u-mb205 {
  margin-bottom: 205px;
}
.u-mr205 {
  margin-right: 205px;
}
.u-ml205 {
  margin-left: 205px;
}
.u-mt210 {
  margin-top: 210px;
}
.u-mt1050--sp {
  margin-top: 1050px;
}
@media screen and (min-width: 835px) {
  .u-mt1050--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1050--pc {
    margin-top: 1050px;
  }
}
.u-mb210 {
  margin-bottom: 210px;
}
.u-mr210 {
  margin-right: 210px;
}
.u-ml210 {
  margin-left: 210px;
}
.u-mt215 {
  margin-top: 215px;
}
.u-mt1075--sp {
  margin-top: 1075px;
}
@media screen and (min-width: 835px) {
  .u-mt1075--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1075--pc {
    margin-top: 1075px;
  }
}
.u-mb215 {
  margin-bottom: 215px;
}
.u-mr215 {
  margin-right: 215px;
}
.u-ml215 {
  margin-left: 215px;
}
.u-mt220 {
  margin-top: 220px;
}
.u-mt1100--sp {
  margin-top: 1100px;
}
@media screen and (min-width: 835px) {
  .u-mt1100--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1100--pc {
    margin-top: 1100px;
  }
}
.u-mb220 {
  margin-bottom: 220px;
}
.u-mr220 {
  margin-right: 220px;
}
.u-ml220 {
  margin-left: 220px;
}
.u-mt225 {
  margin-top: 225px;
}
.u-mt1125--sp {
  margin-top: 1125px;
}
@media screen and (min-width: 835px) {
  .u-mt1125--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1125--pc {
    margin-top: 1125px;
  }
}
.u-mb225 {
  margin-bottom: 225px;
}
.u-mr225 {
  margin-right: 225px;
}
.u-ml225 {
  margin-left: 225px;
}
.u-mt230 {
  margin-top: 230px;
}
.u-mt1150--sp {
  margin-top: 1150px;
}
@media screen and (min-width: 835px) {
  .u-mt1150--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1150--pc {
    margin-top: 1150px;
  }
}
.u-mb230 {
  margin-bottom: 230px;
}
.u-mr230 {
  margin-right: 230px;
}
.u-ml230 {
  margin-left: 230px;
}
.u-mt235 {
  margin-top: 235px;
}
.u-mt1175--sp {
  margin-top: 1175px;
}
@media screen and (min-width: 835px) {
  .u-mt1175--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1175--pc {
    margin-top: 1175px;
  }
}
.u-mb235 {
  margin-bottom: 235px;
}
.u-mr235 {
  margin-right: 235px;
}
.u-ml235 {
  margin-left: 235px;
}
.u-mt240 {
  margin-top: 240px;
}
.u-mt1200--sp {
  margin-top: 1200px;
}
@media screen and (min-width: 835px) {
  .u-mt1200--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1200--pc {
    margin-top: 1200px;
  }
}
.u-mb240 {
  margin-bottom: 240px;
}
.u-mr240 {
  margin-right: 240px;
}
.u-ml240 {
  margin-left: 240px;
}
.u-mt245 {
  margin-top: 245px;
}
.u-mt1225--sp {
  margin-top: 1225px;
}
@media screen and (min-width: 835px) {
  .u-mt1225--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1225--pc {
    margin-top: 1225px;
  }
}
.u-mb245 {
  margin-bottom: 245px;
}
.u-mr245 {
  margin-right: 245px;
}
.u-ml245 {
  margin-left: 245px;
}
.u-mt250 {
  margin-top: 250px;
}
.u-mt1250--sp {
  margin-top: 1250px;
}
@media screen and (min-width: 835px) {
  .u-mt1250--sp {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .u-mt1250--pc {
    margin-top: 1250px;
  }
}
.u-mb250 {
  margin-bottom: 250px;
}
.u-mr250 {
  margin-right: 250px;
}
.u-ml250 {
  margin-left: 250px;
}
.scroll-prevent {
  overflow: hidden;
}
.u-fs5 {
  font-size: 5px;
}
.u-fs10 {
  font-size: 10px;
}
.u-fs15 {
  font-size: 15px;
}
.u-fs20 {
  font-size: 20px;
}
.u-fs25 {
  font-size: 25px;
}
.u-fs30 {
  font-size: 30px;
}
.u-fs35 {
  font-size: 35px;
}
.u-fs40 {
  font-size: 40px;
}
.u-fs45 {
  font-size: 45px;
}
.u-fs50 {
  font-size: 50px;
}
.u-fs55 {
  font-size: 55px;
}
.u-fs60 {
  font-size: 60px;
}
.u-fs65 {
  font-size: 65px;
}
.u-fs70 {
  font-size: 70px;
}
.u-fs75 {
  font-size: 75px;
}
.u-fs80 {
  font-size: 80px;
}
.u-fs85 {
  font-size: 85px;
}
.u-fs90 {
  font-size: 90px;
}
.u-fs95 {
  font-size: 95px;
}
.u-fs100 {
  font-size: 100px;
}
.u-fs105 {
  font-size: 105px;
}
.u-fs110 {
  font-size: 110px;
}
.u-fs115 {
  font-size: 115px;
}
.u-fs120 {
  font-size: 120px;
}
.u-fs125 {
  font-size: 125px;
}
.u-fs130 {
  font-size: 130px;
}
.u-fs135 {
  font-size: 135px;
}
.u-fs140 {
  font-size: 140px;
}
.u-fs145 {
  font-size: 145px;
}
.u-fs150 {
  font-size: 150px;
}
.u-fs155 {
  font-size: 155px;
}
.u-fs160 {
  font-size: 160px;
}
.u-fs165 {
  font-size: 165px;
}
.u-fs170 {
  font-size: 170px;
}
.u-fs175 {
  font-size: 175px;
}
.u-fs180 {
  font-size: 180px;
}
.u-fs185 {
  font-size: 185px;
}
.u-fs190 {
  font-size: 190px;
}
.u-fs195 {
  font-size: 195px;
}
.u-fs200 {
  font-size: 200px;
}
.u-fs205 {
  font-size: 205px;
}
.u-fs210 {
  font-size: 210px;
}
.u-fs215 {
  font-size: 215px;
}
.u-fs220 {
  font-size: 220px;
}
.u-fs225 {
  font-size: 225px;
}
.u-fs230 {
  font-size: 230px;
}
.u-fs235 {
  font-size: 235px;
}
.u-fs240 {
  font-size: 240px;
}
.u-fs245 {
  font-size: 245px;
}
.u-fs250 {
  font-size: 250px;
}
.u-tac {
  text-align: center;
}
