@charset "UTF-8";
/*!
Theme Name: VISCUS
Theme URI: -
Author: VISCUS
Author URI: VISCUS
Description: VISCUS
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: VISCUS
Tags:
*/
/**
 # Vendor CSS
 */
/**
 # Foundation
 */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

main {
  display: block;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*
	SASS Vars
---------------------------------------------------------------------------- */
/*
	CSS Vars
---------------------------------------------------------------------------- */
:root {
  --main-color: #666;
  --sub-color: #f6f6f6;
  --cta-color: #837062;
  --accent-color: #FF0000;
}

:root {
  --font-main: "Inter", sans-serif;
  --font-san-serif: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Lato", sans-serif;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "A1明朝", "游明朝体", "Yu Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #666666;
  text-align: left;
  background-color: #FFF;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0em;
  overflow-wrap: break-word;
  position: relative;
}

.transition {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.hover:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.smp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .smp {
    display: block !important;
  }
}

a:focus {
  outline: 0;
}

/**
 # Layout
 */
/*--------------------------------------------------------------
    # content.scss
--------------------------------------------------------------*/
.clearance__box {
  height: 90px;
  width: 100%;
}

.cmn--contents-post__wrap {
  padding: 65px 0 20px;
}
.cmn--contents-post2cols__wrap {
  margin: 0 auto;
  max-width: 1020px;
  display: flex;
  justify-content: space-between;
}
.cmn--contents-post__primary {
  width: 82.3529411765%;
}

@media screen and (max-width: 768px) {
  .clearance__box {
    height: 16vw;
    width: 100%;
  }
  .cmn--contents-post__wrap {
    padding: 0;
  }
  .cmn--contents-post2cols__wrap {
    max-width: initial;
    display: block;
    padding: 9.3333333333vw 4vw;
  }
  .cmn--contents-post__primary {
    width: auto;
  }
}
/*--------------------------------------------------------------
    # footer.scss
--------------------------------------------------------------*/
/*
    Footer [SNSList]
--------------------------------------------------------------*/
.l--snsnav {
  margin-top: 130px;
  padding: 0 24px;
}
.l--snsnav__inner {
  max-width: 1020px;
  border-bottom: 1px solid #c9c4bd;
  margin: 0 auto 40px;
}
.l--snsnav-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l--snsnav-list li {
  margin: 0 35px 30px;
}
.l--snsnav-list li a {
  display: block;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.l--snsnav-list li a:hover {
  opacity: 0.45;
}
.l--snsnav-list li figure img {
  max-width: 100%;
  height: 35px;
}

@media screen and (max-width: 768px) {
  .l--snsnav {
    margin-top: 14.6666666667vw;
    padding: 0;
  }
  .l--snsnav__inner {
    max-width: initial;
    border-bottom: 1px solid #c9c4bd;
    margin: 0 auto 10.6666666667vw;
  }
  .l--snsnav-list li {
    margin: 0 4.6666666667vw 6.6666666667vw;
  }
  .l--snsnav-list li figure img {
    max-width: 100%;
    height: 8vw;
  }
}
/*
    Footer
--------------------------------------------------------------*/
.l--footer {
  padding: 0 24px 60px;
}
.l--footer__inner {
  max-width: 1020px;
  margin: 0 auto;
}
.l--footer .index__links {
  font-size: 1.5rem;
  display: inline-block;
  margin: 0 0 35px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.l--footer .index__links:link {
  color: var(--main-color);
  text-decoration: none;
}
.l--footer .index__links:visited {
  color: var(--main-color);
  text-decoration: none;
}
.l--footer .index__links:hover {
  color: var(--main-color);
  text-decoration: none;
  opacity: 0.45;
}
.l--footer-list {
  margin: 0 0 130px;
  display: flex;
  justify-content: space-between;
}
.l--footer-list a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
}
.l--footer-list a:link {
  color: var(--main-color);
  text-decoration: none;
}
.l--footer-list a:visited {
  color: var(--main-color);
  text-decoration: none;
}
.l--footer-list a:hover {
  color: var(--main-color);
  text-decoration: none;
}
.l--footer-list a:after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background: #444;
  position: absolute;
  left: 0;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.l--footer-list a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.l--footer-list dt {
  font-size: 1.5rem;
  margin: 0 0 25px;
}
.l--footer-list dd.c-title {
  font-size: 1.5rem;
  margin: 0 0 15px;
  position: relative;
  padding-left: 1.5em;
}
.l--footer-list dd.c-title:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: var(--main-color);
  top: 7.5px;
  left: 0;
}
.l--footer-list dd.c-grandchild {
  font-size: 1.3rem;
  margin: 0 0 15px;
  position: relative;
  padding-left: 3em;
}
.l--footer-list dd.c-grandchild:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: var(--main-color);
  top: 7.5px;
  left: 1.5em;
}
.l--footer-copyright {
  display: block;
  text-align: center;
  color: #444;
  letter-spacing: 0.08em;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .l--footer {
    padding: 0 12vw 6.6666666667vw;
  }
  .l--footer__inner {
    max-width: initial;
    margin: 0 auto;
  }
  .l--footer .index__links {
    font-size: 3.2vw;
    margin: 0 0 6.6666666667vw;
  }
  .l--footer-list {
    margin: 0 0 22.6666666667vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .l--footer-box {
    width: 45.6140350877%;
    margin: 0 0 5.3333333333vw;
  }
  .l--footer-list dt {
    font-size: 3.2vw;
    margin: 0 0 5.3333333333vw;
  }
  .l--footer-list dd.c-title {
    font-size: 3.2vw;
    margin: 0 0 2vw;
    position: relative;
    padding-left: 1.5em;
  }
  .l--footer-list dd.c-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 1.6vw;
    top: 1.4vw;
    left: 0;
  }
  .l--footer-list dd.c-grandchild {
    font-size: 3.2vw;
    margin: 0 0 2vw;
    position: relative;
    padding-left: 3em;
  }
  .l--footer-list dd.c-grandchild:before {
    content: "";
    display: block;
    position: absolute;
    width: 1.6vw;
    top: 1.4vw;
    left: 0;
    left: 1.5em;
  }
  .l--footer-copyright {
    font-size: 2.6666666667vw;
  }
}
/*
    PageTop
--------------------------------------------------------------*/
.page--top-wrap {
  z-index: 50;
  position: fixed;
  bottom: 2.5%;
  right: 2.5%;
  width: 78px;
  height: 78px;
}
.page--top-wrap .page--top {
  width: 78px;
  height: 78px;
  border: 2px solid #FFF;
  background-color: var(--main-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.page--top-wrap .page--top:link {
  color: #FFF;
  text-decoration: none;
}
.page--top-wrap .page--top:visited {
  color: #FFF;
  text-decoration: none;
}
.page--top-wrap .page--top:hover {
  color: #FFF;
  text-decoration: none;
  opacity: 0.45;
}
.page--top-wrap span {
  padding: 20px 0 0;
  background-image: url(assets/images/common/arrow__top__wh.svg);
  background-repeat: no-repeat;
  background-size: 15px 8px;
  background-position: top center;
  font-size: 1.2rem;
  font-family: var(--font-main);
  font-weight: 400;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 768px) {
  .page--top-wrap {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
  .page--top-wrap .page--top {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    border: 1px solid #FFF;
  }
  .page--top-wrap span {
    padding: 2vw 0 0;
    background-image: url(assets/images/common/arrow__top__wh.svg);
    background-repeat: no-repeat;
    background-size: 2vw 1.0666666667vw;
    font-size: 1.6vw;
  }
}
/*--------------------------------------------------------------
    # header.scss
--------------------------------------------------------------*/
/*
    Header
--------------------------------------------------------------*/
.l--header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 90px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-color: #FFF;
}
.l--header__inner {
  width: auto;
  height: 90px;
  position: relative;
}
.l--header-logo a {
  display: block;
  position: absolute;
  top: 29.5px;
  left: 50px;
  width: 200px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.l--header-logo a img {
  width: 100%;
  vertical-align: bottom;
}
.l--header-logo a:link {
  text-decoration: none;
}
.l--header-logo a:visited {
  text-decoration: none;
}
.l--header-logo a:hover {
  text-decoration: none;
  opacity: 0.55;
}

@media screen and (max-width: 768px) {
  .l--header {
    height: 16vw;
  }
  .l--header__inner {
    height: 16vw;
  }
  .l--header-logo a {
    top: 6vw;
    left: 4vw;
    width: 24.6666666667vw;
  }
}
/*
    Gmenu
--------------------------------------------------------------*/
.l--gmenu-list {
  display: flex;
  right: 50px;
  top: 37px;
  position: absolute;
}

.l--gmenu-list > li {
  position: relative;
  margin: 0 25px 0;
}
.l--gmenu-list > li:last-child {
  margin: 0 0 0 25px;
}

.l--gmenu-list > li > a {
  font-size: 1.4rem;
  line-height: 1;
  padding: 0 0 37px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
}
.l--gmenu-list > li > a:link {
  text-decoration: none;
  color: var(--main-color);
}
.l--gmenu-list > li > a:visited {
  text-decoration: none;
  color: var(--main-color);
}
.l--gmenu-list > li > a:hover {
  text-decoration: none;
}
.l--gmenu-list > li > a:before {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background: #444;
  position: absolute;
  left: 0;
  bottom: 25px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.l--gmenu-list > li > a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@supports (-moz-appearance: none) {
  .l--gmenu-list > li > a:before {
    width: calc(100% - 2px);
  }
}

.l--gmenu-list > li > .gmenu--child {
  display: none;
  width: 15vw;
  position: absolute;
  top: 36px;
  left: 0;
  border: 1px solid #EAEAEA;
  border-top: none;
  box-sizing: border-box;
  height: 0;
  animation: gcmenu 0.25s ease-out forwards;
  z-index: 20;
}

.l--gmenu-list > li > .gmenu--child > li > a {
  padding: 10px 20px 10px 10px;
  background-color: rgb(255, 255, 255);
  display: block;
  position: relative;
  color: var(--main-color);
  font-size: 1.3rem;
}
.l--gmenu-list > li > .gmenu--child > li > a:link {
  text-decoration: none;
}
.l--gmenu-list > li > .gmenu--child > li > a:visited {
  text-decoration: none;
}
.l--gmenu-list > li > .gmenu--child > li > a:hover {
  text-decoration: underline;
}
.l--gmenu-list > li > .gmenu--child > li > a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--main-color);
  border-left: 1px solid var(--main-color);
  transform: rotate(135deg);
  position: absolute;
  right: 10px;
  top: calc(50% - 2.5px);
}

.l--gmenu-list > li:hover > .gmenu--child {
  display: block;
}

@media screen and (max-width: 1050px) {
  .l--gmenu-list {
    right: 20px;
  }
  .l--gmenu-list > li {
    margin: 0 10px 0;
  }
  .l--gmenu-list > li:last-child {
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .l--gmenu-list {
    display: block;
    position: relative;
    right: inherit;
    top: inherit;
  }
  .l--gmenu-list > li {
    margin: 0 0 10.6666666667vw;
  }
  .l--gmenu-list > li:last-child {
    margin: 0;
  }
  .l--gmenu-list > li > a {
    box-sizing: border-box;
    font-size: 4.8vw;
    display: block;
  }
  .l--gmenu-list > li > a:before {
    display: none;
  }
  .l--gmenu-list > li > a:hover::before {
    display: none;
  }
  .l--gmenu-list > li > a.gmenu--cmenu {
    position: relative;
  }
  .l--gmenu-list > li > a.gmenu--cmenu:after {
    content: "";
    display: block;
    position: absolute;
    right: 1.3333333333vw;
    top: 0;
    width: 4.6666666667vw;
    height: 4.6666666667vw;
    background-image: url(assets/images/common/icon__sb_area__open.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .l--gmenu-list > li > a.gmenu--cmenu.active:after {
    background-image: url(assets/images/common/icon__sb_area__close.svg);
    width: 4.6666666667vw;
    height: 0.2666666667vw;
    top: 2.1333333333vw;
  }
  .l--gmenu-list > li > .gmenu--child {
    z-index: 20;
    margin: 0 0 0 8vw;
    position: relative;
    top: inherit;
    width: auto;
    border: none;
    height: auto;
    animation: none;
  }
  .l--gmenu-list > li > .gmenu--child > li > a {
    padding: 0 0 0 5.3333333333vw;
    margin: 0 0 8vw;
    display: block;
    font-size: 4.4vw;
  }
  .l--gmenu-list > li > .gmenu--child > li > a:link {
    text-decoration: none;
    color: #444;
  }
  .l--gmenu-list > li > .gmenu--child > li > a:visited {
    text-decoration: none;
    color: #444;
  }
  .l--gmenu-list > li > .gmenu--child > li > a:hover {
    text-decoration: underline;
    color: #444;
  }
  .l--gmenu-list > li > .gmenu--child > li > a:before {
    content: "";
    display: block;
    width: 2vw;
    height: 0.1333333333vw;
    background-color: #444;
    position: absolute;
    top: 50%;
    left: 0;
    transform: none;
    right: inherit;
  }
  .l--gmenu-list > li > .gmenu--child > li:last-child a {
    border: none;
  }
  .l--gmenu-list > li:hover > .gmenu--child {
    display: none;
  }
}
/*
    menu.scss
---------------------------------------------------------------------------- */
.burger--wrap {
  display: none;
}

.burger--closetext {
  display: none;
}

@media screen and (max-width: 768px) {
  .burger--wrap {
    width: 6.6666666667vw;
    height: 5.0666666667vw;
    top: 5.6vw;
    right: 5.0666666667vw;
    display: block;
    position: absolute;
  }
  .burger {
    width: 6.6666666667vw;
    height: 5.0666666667vw;
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    right: 0;
    z-index: 1200;
    cursor: pointer;
  }
  .burger .line {
    width: 6.6666666667vw;
    height: 1px;
    background: #707070;
    transition: 0.3s;
    top: 0;
    right: 0;
    position: absolute;
  }
  .burger::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 45%;
    right: 0;
    background: #707070;
    transition: 0.6s;
  }
  .burger::after {
    content: "";
    position: absolute;
    width: 6.6666666667vw;
    height: 1px;
    bottom: 0;
    right: 0;
    background: #707070;
    transition: 0.8s;
  }
  .navigation {
    display: block;
    opacity: 0;
    top: 0;
    z-index: -1;
    width: 100vw;
    height: 0;
    position: fixed;
    right: 0;
    transition: 0.3s;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: rgb(255, 255, 255);
  }
  .navigation .navigation--content {
    padding: 12vw 6vw 0 26.6666666667vw;
    position: relative;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
    margin: 0 0 6.6666666667vw;
  }
  .burger-active::before {
    transform: rotate(135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #707070;
  }
  .burger-active::after {
    transform: rotate(-135deg);
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #707070;
    width: 100%;
  }
  .burger-active > .line {
    transform: scale(0);
  }
  .nav-active {
    top: 16vw;
    right: 0;
    opacity: 1;
    z-index: 300;
    display: block;
    height: 100vh;
  }
  .burger-active .line {
    background-color: #707070;
  }
  .navigation--content .l--snsnav-list {
    justify-content: start;
  }
  .navigation--content .l--snsnav-list li {
    margin: 0 9.3333333333vw 0 0;
  }
  .navigation--content .l--snsnav__inner {
    border: none;
  }
}
body.scrollrock {
  height: 100%;
  overflow: hidden;
}

/**
 # Objects -  Compornent -
 */
/*
	blockquote.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper blockquote {
  margin: 30px 0px 30px 5px;
  padding: 30px 15px 30px 20px;
  margin-top: 20px;
  font-style: normal;
  border-left: 5px solid #cccccc;
  background-color: #f6f6f6;
  position: relative;
}
.edit-post-layout .editor-styles-wrapper blockquote p {
  position: relative;
  z-index: 3;
}
.edit-post-layout .editor-styles-wrapper blockquote p:last-child {
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper blockquote:before {
  content: "”";
  font-size: 300%;
  font-weight: bold;
  line-height: 0.8em;
  font-family: "Times New Roman", "ＭＳ Ｐゴシック", sans-serif;
  color: #cccccc;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper blockquote {
    margin: 2.6666666667vw 0px 2.6666666667vw 0.6666666667vw;
    padding: 2.6666666667vw 2vw 2.6666666667vw 2.6666666667vw;
    border-left: 0.5333333333vw solid #cccccc;
  }
}
/*
    display.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .wp-block-column img {
  width: 100%;
  vertical-align: bottom;
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .wp-block-columns {
    gap: 0;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-column .wp-block-image {
    margin: 0 auto 2.6666666667vw;
  }
}
/*
    headline.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper h1 {
  font-size: 3.2rem;
  color: #2d2d2d;
  margin: 0 0 60px;
  line-height: 1.3571428571;
  position: relative;
}
.edit-post-layout .editor-styles-wrapper h2 {
  font-size: 2.2rem;
  margin: 60px 0 30px;
  line-height: 1.3636363636;
  border-bottom: 1px solid #CCC;
  padding: 0 0 15px;
}
.edit-post-layout .editor-styles-wrapper h2:first-child {
  margin: 0 0 30px;
}
.edit-post-layout .editor-styles-wrapper h3 {
  font-size: 2rem;
  color: #1c2459;
  line-height: 1.3;
  margin: 60px 0 30px;
  padding: 0;
}
.edit-post-layout .editor-styles-wrapper h3:first-child {
  margin: 0 0 30px;
}
.edit-post-layout .editor-styles-wrapper h4 {
  font-size: 1.8rem;
  color: #1c2459;
  line-height: 1.4444444444;
  margin: 60px 0 30px;
  padding: 0;
}
.edit-post-layout .editor-styles-wrapper h4:first-child {
  margin: 0 0 30px;
}
.edit-post-layout .editor-styles-wrapper h5 {
  font-size: 1.8rem;
  color: #000;
  margin: 60px 0 30px;
  line-height: 1.2;
  font-weight: 700;
  padding: 0;
}
.edit-post-layout .editor-styles-wrapper h5:first-child {
  margin: 0 0 30px;
}
.edit-post-layout .editor-styles-wrapper h6 {
  font-size: 1.8rem;
  color: #000;
  margin: 60px 0 30px;
  line-height: 1.2;
  font-weight: 400;
  padding: 0;
}
.edit-post-layout .editor-styles-wrapper h6:first-child {
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper h1 {
    font-size: 4.2666666667vw;
    color: #111;
    margin: 0 0 5.3333333333vw;
    line-height: 1.5;
    position: relative;
  }
  .edit-post-layout .editor-styles-wrapper h2 {
    font-size: 3.4666666667vw;
    margin: 0 0 4vw;
    line-height: 1.5;
    padding: 0 0 1.3333333333vw;
  }
  .edit-post-layout .editor-styles-wrapper h2:first-child {
    margin: 0 0 4vw;
  }
  .edit-post-layout .editor-styles-wrapper h3 {
    font-size: 3.4666666667vw;
    line-height: 1.5;
    margin: 0 0 4vw;
    padding: 0;
  }
  .edit-post-layout .editor-styles-wrapper h3:first-child {
    margin: 0 0 4vw;
  }
  .edit-post-layout .editor-styles-wrapper h4 {
    font-size: 3.2vw;
    line-height: 1.5;
    margin: 0 0 4vw;
    padding: 0;
  }
  .edit-post-layout .editor-styles-wrapper h4:first-child {
    margin: 0 0 4vw;
  }
  .edit-post-layout .editor-styles-wrapper h5 {
    font-size: 3.2vw;
    color: #000;
    margin: 0 0 4vw;
    line-height: 1.5;
    padding: 0;
  }
  .edit-post-layout .editor-styles-wrapper h5:first-child {
    margin: 0 0 4vw;
  }
  .edit-post-layout .editor-styles-wrapper h6 {
    font-size: 3.2vw;
    color: #000;
    margin: 0 0 4vw;
    line-height: 1.5;
    padding: 0;
  }
  .edit-post-layout .editor-styles-wrapper h6:first-child {
    margin: 0 0 4vw;
  }
}
/*
	hr.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  max-width: initial;
}

.wp-block-separator {
  border-bottom: 1px solid var(--main-color);
}

/*
	images.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .wp-block-image {
  clear: both;
  margin: 0 auto 30px;
}
.edit-post-layout .editor-styles-wrapper .wp-element-caption {
  line-height: 1.35;
}
.edit-post-layout .editor-styles-wrapper .wp-block-image .aligncenter {
  margin: 0 auto;
}
.edit-post-layout .editor-styles-wrapper .wp-block-image .aligncenter img {
  max-width: 100%;
  width: auto;
}

.wp-block-media-text__media img {
  height: auto;
}

.wp-block-image img {
  height: auto;
}

.wp-block {
  margin-top: 0;
}

.edit-post-layout .editor-styles-wrapper img.size-full {
  width: auto;
  margin: 0 auto;
  height: auto;
  display: block;
}
.edit-post-layout .editor-styles-wrapper .wp-block-image .size-full {
  width: auto;
  margin: 0 auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .wp-block-image img {
    width: 100%;
    vertical-align: bottom;
  }
}
/*
    list.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .block-library-list ol, .edit-post-layout .editor-styles-wrapper .block-library-list ul {
  padding-left: 0;
}

.edit-post-layout .editor-styles-wrapper ul {
  margin: 0 0 50px;
  padding: 0;
  counter-reset: number;
}
.edit-post-layout .editor-styles-wrapper ul li {
  font-size: 1.6rem;
  color: var(--main-color);
  position: relative;
  line-height: 1.5;
  padding: 0 0 15px 0;
  margin: 0 0 15px;
  list-style: none;
  list-style-position: outside;
  border-bottom: 0.25px solid #C7C7C7;
}
.edit-post-layout .editor-styles-wrapper ol {
  margin: 0 0 65px;
  padding: 0;
  list-style: none;
  counter-reset: number;
  padding: 0;
}
.edit-post-layout .editor-styles-wrapper ol li {
  font-size: 1.6rem;
  color: var(--main-color);
  padding: 0 0 15px 35px;
  margin: 0 0 15px;
  line-height: 1.5;
  position: relative;
  list-style: none;
  list-style-position: outside;
  border-bottom: 1px solid #C7C7C7;
}
.edit-post-layout .editor-styles-wrapper ol li:before {
  counter-increment: number;
  content: counter(number) "";
  display: block;
  position: absolute;
  font-size: 1.4rem;
  background-color: var(--main-color);
  border-radius: 50%;
  text-align: center;
  left: 0;
  top: 0px;
  color: #FFF;
  margin-right: 0.5em;
  width: 20px;
  height: 20px;
  line-height: 2rem;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper ul {
    margin: 0 0 4vw;
    padding: 0;
  }
  .edit-post-layout .editor-styles-wrapper ul li {
    font-size: 3.2vw;
    padding: 0 0 2.6666666667vw;
    margin: 0 0 2.6666666667vw;
  }
  .edit-post-layout .editor-styles-wrapper ol {
    margin: 0 0 4vw;
    padding: 0;
    list-style: none;
    counter-reset: number;
    padding: 0;
  }
  .edit-post-layout .editor-styles-wrapper ol li {
    font-size: 3.2vw;
    padding: 0 0 2.6666666667vw 6.6666666667vw;
    margin: 0 0 2.6666666667vw;
  }
  .edit-post-layout .editor-styles-wrapper ol li:before {
    counter-increment: number;
    content: counter(number) "";
    display: block;
    position: absolute;
    font-size: 3.2vw;
    background-color: var(--main-color);
    border-radius: 50%;
    text-align: center;
    left: 0;
    top: 0px;
    color: #FFF;
    margin-right: 0.5em;
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    line-height: 5.3333333333vw;
  }
}
/*
    table.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .wp-block-table thead {
  border: none;
}
.edit-post-layout .editor-styles-wrapper table {
  margin: 0 0 30px;
  width: 100%;
}
.edit-post-layout .editor-styles-wrapper table p {
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper table thead th {
  border: 1px solid #B9B9B9;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #767676;
  line-height: 1.5;
  background-color: #F2F2F2;
}
.edit-post-layout .editor-styles-wrapper table th {
  border: 1px solid #B9B9B9;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #767676;
  line-height: 1.5;
  background-color: #F2F2F2;
}
.edit-post-layout .editor-styles-wrapper table th.head__a {
  background-color: #EDF1F9;
}
.edit-post-layout .editor-styles-wrapper table td {
  color: #000;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border: 1px solid #B9B9B9;
}
.edit-post-layout .editor-styles-wrapper table td.head__a {
  background-color: #EDF1F9;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .wp-block-table thead {
    border: none;
  }
  .edit-post-layout .editor-styles-wrapper table {
    margin: 0 0 4vw;
  }
  .edit-post-layout .editor-styles-wrapper table p {
    margin: 0;
  }
  .edit-post-layout .editor-styles-wrapper table thead th {
    border: 1px solid #B9B9B9;
    padding: 2.6666666667vw;
    font-size: 3.2vw;
  }
  .edit-post-layout .editor-styles-wrapper table th {
    border: 1px solid #B9B9B9;
    padding: 2.6666666667vw;
    font-size: 3.2vw;
  }
  .edit-post-layout .editor-styles-wrapper table td {
    color: #000;
    padding: 20px;
    font-size: 3.2vw;
  }
}
/*
    _text.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper p {
  color: var(--main-color);
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 400;
  word-break: break-all;
  margin: 0 0 25px;
  letter-spacing: 0.05em;
}
.edit-post-layout .editor-styles-wrapper p em {
  font-style: italic;
}
.edit-post-layout .editor-styles-wrapper p strong {
  font-weight: 700;
}
.edit-post-layout .editor-styles-wrapper p mark {
  font-weight: normal;
  font-style: normal;
}
.edit-post-layout .editor-styles-wrapper p a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: var(--main-color);
}
.edit-post-layout .editor-styles-wrapper p a:link {
  text-decoration: underline;
}
.edit-post-layout .editor-styles-wrapper p a:visited {
  text-decoration: underline;
}
.edit-post-layout .editor-styles-wrapper p a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.edit-post-layout .editor-styles-wrapper .style-yellow-marker-line {
  border-bottom: 2px solid #1c2459;
  font-weight: 700;
}
.edit-post-layout .editor-styles-wrapper .style-caption-left {
  display: block;
  text-align: left;
}

.edit-post-layout .editor-styles-wrapper .style-caption-left {
  display: block;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper p {
    font-size: 3.2vw;
    line-height: 1.5;
    margin: 0 0 4vw;
  }
  .edit-post-layout .editor-styles-wrapper .style-yellow-marker-line {
    border-bottom: 0.2666666667vw solid #1c2459;
  }
}
/*
    _module.scss
---------------------------------------------------------------------------- */
.edit-post-layout .editor-styles-wrapper .kyakuchu {
  margin: 0 0 30px;
  padding: 25px 0 0;
  border-top: 1px solid #707070;
  font-size: 1.2rem;
  line-height: 1.5;
}
.edit-post-layout .editor-styles-wrapper .sankou {
  margin: 0 0 30px;
  background-color: #F5F7FD;
  padding: 40px 50px;
  line-height: 1.875;
}
.edit-post-layout .editor-styles-wrapper .sankou p {
  line-height: 1.875;
}
.edit-post-layout .editor-styles-wrapper .sankou p:last-child {
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper .ttl-sankou {
  border-bottom: 1px solid #BFBFBF;
  padding: 0 0 15px;
  margin: 0 0 30px;
  font-size: 1.6rem;
}
.edit-post-layout .editor-styles-wrapper .p--hint__wrapper {
  border: 1px solid #1539A4;
  box-sizing: border-box;
  position: relative;
  margin: 0 0 30px;
}
.edit-post-layout .editor-styles-wrapper .p--hint__wrapper p {
  color: #1539A4;
  line-height: 1.875;
  font-size: 1.6rem;
}
.edit-post-layout .editor-styles-wrapper .p--hint__wrapper p:last-child {
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper .p--hint__wrapper:before {
  content: "";
  width: 26px;
  height: 25px;
  position: absolute;
  right: -1px;
  top: -1px;
  display: block;
  background-image: url(assets/images/common/hint__obj.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.edit-post-layout .editor-styles-wrapper .p--hint__inner {
  padding: 30px 50px 40px;
}
.edit-post-layout .editor-styles-wrapper .p--hint-title {
  font-size: 1.6rem;
  text-align: center;
  padding: 0 0 20px;
  border-bottom: 1px dotted #1539A4;
  color: #0337AC;
  margin: 0 0 25px;
  font-weight: 700;
}
.edit-post-layout .editor-styles-wrapper #kanren {
  line-height: 1.875;
  color: #E56A00;
}
.edit-post-layout .editor-styles-wrapper #kanren a:link {
  color: #E56A00;
  text-decoration: none;
}
.edit-post-layout .editor-styles-wrapper #kanren a:visited {
  color: #E56A00;
  text-decoration: none;
}
.edit-post-layout .editor-styles-wrapper #kanren a:hover {
  color: #E56A00;
  text-decoration: underline;
}
.edit-post-layout .editor-styles-wrapper .kyocho-strong {
  background: #FFF25C;
  display: inline;
  padding: 3px 5px;
  font-style: normal;
  color: #000;
}
.edit-post-layout .editor-styles-wrapper .kyocho-mark {
  background: linear-gradient(transparent 55%, #FEF4BF 55%);
  font-weight: 700;
}
.edit-post-layout .editor-styles-wrapper .kyocho {
  border-bottom: 2px solid #FDEA80;
  font-weight: 700;
}
.edit-post-layout .editor-styles-wrapper .line-box {
  border: 1px solid #B9B9B9;
  padding: 40px 50px 40px;
  margin: 0 0 30px;
  line-height: 1.5;
}
.edit-post-layout .editor-styles-wrapper .line-box p {
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper .line-box ul {
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper .scroll_n {
  overflow: auto;
  white-space: nowrap;
  width: 100%;
}
.edit-post-layout .editor-styles-wrapper .scroll_n::-webkit-scrollbar {
  height: 5px;
}
.edit-post-layout .editor-styles-wrapper .scroll_n::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.edit-post-layout .editor-styles-wrapper .scroll_n::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}

.edit-post-layout .editor-styles-wrapper a:has(.ex--links) {
  color: #E56A00;
  text-decoration: none;
}
.edit-post-layout .editor-styles-wrapper a:has(.ex--links):hover {
  color: #E56A00;
  text-decoration: none;
}
.edit-post-layout .editor-styles-wrapper a:has(.ex--links):visited {
  color: #E56A00;
  text-decoration: underline;
}
.edit-post-layout .editor-styles-wrapper .ex--links {
  position: relative;
  font-size: 1.6rem;
}
.edit-post-layout .editor-styles-wrapper .ex--links:link {
  color: #E56A00;
  text-decoration: none;
}
.edit-post-layout .editor-styles-wrapper .ex--links:visited {
  color: #E56A00;
  text-decoration: none;
}
.edit-post-layout .editor-styles-wrapper .ex--links:hover {
  color: #E56A00;
  text-decoration: underline;
}
.edit-post-layout .editor-styles-wrapper .ex--links:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(assets/images/common/icon__ex.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  vertical-align: sub;
}
.edit-post-layout .editor-styles-wrapper a:has(.pdf--links) {
  color: #E56A00;
  text-decoration: none;
}
.edit-post-layout .editor-styles-wrapper a:has(.pdf--links):hover {
  color: #E56A00;
  text-decoration: none;
}
.edit-post-layout .editor-styles-wrapper a:has(.pdf--links):visited {
  color: #E56A00;
  text-decoration: underline;
}
.edit-post-layout .editor-styles-wrapper .pdf--links {
  position: relative;
  font-size: 1.6rem;
}
.edit-post-layout .editor-styles-wrapper .pdf--links:link {
  color: #E56A00;
  text-decoration: none;
}
.edit-post-layout .editor-styles-wrapper .pdf--links:visited {
  color: #E56A00;
  text-decoration: none;
}
.edit-post-layout .editor-styles-wrapper .pdf--links:hover {
  color: #E56A00;
  text-decoration: underline;
}
.edit-post-layout .editor-styles-wrapper .pdf--links:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(assets/images/common/icon__pdf.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  vertical-align: sub;
}
.edit-post-layout .editor-styles-wrapper .scroll_n {
  overflow: auto;
  white-space: nowrap;
  width: 100%;
}
.edit-post-layout .editor-styles-wrapper .scroll_n::-webkit-scrollbar {
  height: 5px;
}
.edit-post-layout .editor-styles-wrapper .scroll_n::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.edit-post-layout .editor-styles-wrapper .scroll_n::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .kyakuchu {
    margin: 0 0 4vw;
    padding: 2.6666666667vw 0 0;
    font-size: 1.4666666667vw;
  }
  .edit-post-layout .editor-styles-wrapper .sankou {
    margin: 0 0 4vw;
    padding: 4vw;
  }
  .edit-post-layout .editor-styles-wrapper .ttl-sankou {
    padding: 0 0 2vw;
    margin: 0 0 4vw;
    font-size: 2vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--hint__wrapper {
    margin: 0 0 4vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--hint__wrapper p {
    font-size: 1.7333333333vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--hint__wrapper:before {
    content: "";
    width: 3.4666666667vw;
    height: 3.3333333333vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--hint__inner {
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw;
  }
  .edit-post-layout .editor-styles-wrapper .p--hint-title {
    font-size: 2.1333333333vw;
    padding: 0 0 2.6666666667vw;
    margin: 0 0 2.6666666667vw;
  }
  .edit-post-layout .editor-styles-wrapper .line-box {
    padding: 4vw;
    margin: 0 0 4vw;
  }
  .edit-post-layout .editor-styles-wrapper .ex--links {
    font-size: 2vw;
  }
  .edit-post-layout .editor-styles-wrapper .ex--links:after {
    content: "";
    display: inline-block;
    width: 2.4vw;
    height: 2.4vw;
    background-image: url(assets/images/common/icon__ex.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    vertical-align: sub;
  }
  .edit-post-layout .editor-styles-wrapper .pdf--links {
    font-size: 2vw;
  }
  .edit-post-layout .editor-styles-wrapper .pdf--links:after {
    content: "";
    display: inline-block;
    width: 2.4vw;
    height: 2.4vw;
    background-image: url(assets/images/common/icon__pdf.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    vertical-align: sub;
  }
}
/**
 # Objects -  Module -
 */
/*
	headline.scss
---------------------------------------------------------------------------- */
.l--headline-ver01 {
  min-height: 475px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.l--headline-ver01.products {
  background-image: url(assets/images/pages/products/main.jpg);
}
.l--headline-ver01.about {
  background-image: url(assets/images/pages/about/main.jpg);
}
.l--headline-ver01.history-index {
  background-image: url(assets/images/pages/history/main__index.jpg);
}
.l--headline-ver01.history-development {
  background-image: url(assets/images/pages/history/main__development.jpg);
}
.l--headline-ver01.history-results {
  background-image: url(assets/images/pages/history/main__results.jpg);
}
.l--headline-ver01-title {
  font-size: 4rem;
  color: #FFF;
  writing-mode: vertical-rl;
}
.l--headline-ver01.about .l--headline-ver01-title {
  writing-mode: inherit;
  position: absolute;
  bottom: 50px;
  right: 80px;
}
.l--headline-ver02 {
  background-color: #f3f4f5;
  padding: 85px 0 50px;
}
.l--headline-ver02__inner {
  max-width: 1020px;
  margin: 0 auto;
}
.l--headline-ver02-title {
  font-size: 3.4rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .l--headline-ver01 {
    min-height: 86.6666666667vw;
  }
  .l--headline-ver01.products {
    background-image: url(assets/images/pages/products/main__smp.jpg);
  }
  .l--headline-ver01.about {
    background-image: url(assets/images/pages/about/main__smp.jpg);
  }
  .l--headline-ver01.history-index {
    background-image: url(assets/images/pages/history/main__index__smp.jpg);
  }
  .l--headline-ver01.history-development {
    background-image: url(assets/images/pages/history/main__development__smp.jpg);
  }
  .l--headline-ver01.history-results {
    background-image: url(assets/images/pages/history/main__results__smp.jpg);
  }
  .l--headline-ver01-title {
    font-size: 8vw;
  }
  .l--headline-ver01.about .l--headline-ver01-title {
    position: absolute;
    bottom: 6.6666666667vw;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  .l--headline-ver02 {
    padding: 16.6666666667vw 5.3333333333vw 10.6666666667vw;
  }
  .l--headline-ver02__inner {
    max-width: initial;
  }
  .l--headline-ver02-title {
    font-size: 5.3333333333vw;
  }
}
/*
   pager.scss
---------------------------------------------------------------------------- */
.p--singleNav {
  margin: 120px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p--singleNav-prev a {
  display: block;
  line-height: 1;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 0 0 0 20px;
  width: auto;
  height: auto;
  border: none;
  overflow: hidden;
  color: var(--main-color);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
}
.p--singleNav-prev a:link {
  text-decoration: none;
}
.p--singleNav-prev a:visited {
  text-decoration: none;
}
.p--singleNav-prev a:hover {
  text-decoration: none;
  opacity: 0.45;
}
.p--singleNav-prev {
  position: relative;
}
.p--singleNav-next a {
  display: block;
  line-height: 1;
  border-radius: 0;
  font-size: 1.6rem;
  padding: 0 20px 0 0;
  width: auto;
  height: auto;
  border: none;
  overflow: hidden;
  color: var(--main-color);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
}
.p--singleNav-next a:link {
  text-decoration: none;
}
.p--singleNav-next a:visited {
  text-decoration: none;
}
.p--singleNav-next a:hover {
  text-decoration: none;
  opacity: 0.45;
}
.p--singleNav-next {
  position: relative;
}

.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto 80px;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .extend {
  display: none;
}
.wp-pagenavi .first {
  display: block;
}
.wp-pagenavi .last {
  display: block;
}
.wp-pagenavi a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  box-sizing: border-box;
  padding: 0;
  border: none;
  font-size: 1.2rem;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border: 1px solid #222;
}
.wp-pagenavi a:link {
  color: #000;
  text-decoration: none;
}
.wp-pagenavi a:visited {
  color: #000;
  text-decoration: none;
}
.wp-pagenavi a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #222;
}
.wp-pagenavi span.current {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  border: 1px solid #222;
  margin: 0 5px;
  color: #FFF;
  font-weight: 400;
  padding: 0;
  border: none;
  position: relative;
  background-color: #222;
  width: 30px;
  height: 30px;
}
.wp-pagenavi span.extend {
  display: none;
}
.wp-pagenavi .previouspostslink {
  display: flex;
  margin: 0 5px 0;
  padding: 0 5px;
  width: auto;
  height: 30px;
  border: none;
  border: 1px solid #222;
}
.wp-pagenavi .previouspostslink:hover {
  border: 1px solid #222;
  background-color: #222;
  color: #FFF;
}
.wp-pagenavi .nextpostslink {
  vertical-align: bottom;
  display: flex;
  margin: 0 5px 0;
  padding: 0 5px;
  width: auto;
  height: 30px;
  border: none;
  border: 1px solid #222;
}
.wp-pagenavi .nextpostslink:hover {
  border: 1px solid #222;
  background-color: #222;
  color: #FFF;
}
.wp-pagenavi .last {
  display: flex;
  margin: 0 5px 0;
  padding: 0 5px;
  width: auto;
  height: 30px;
  border: none;
  border: 1px solid #222;
}
.wp-pagenavi .last:hover {
  border: 1px solid #222;
  background-color: #222;
  color: #FFF;
}
.wp-pagenavi .first {
  vertical-align: bottom;
  display: flex;
  margin: 0 5px 0;
  padding: 0 5px;
  width: auto;
  height: 30px;
  border: none;
  border: 1px solid #222;
}
.wp-pagenavi .first:hover {
  border: 1px solid #222;
  background-color: #222;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .p--singleNav {
    margin: 4vw 0;
  }
  .p--singleNav-index a {
    font-size: 1.6vw;
  }
  .p--singleNav-prev a {
    margin: 0 1.3333333333vw 0 0;
    padding: 0 0 0 5.3333333333vw;
    font-size: 1.6vw;
  }
  .p--singleNav-prev {
    position: relative;
  }
  .p--singleNav-prev i {
    position: absolute;
    display: block;
    width: 2.6666666667vw;
    height: 1.3333333333vw;
    border-bottom: 1px solid var(--main-color);
    top: 0;
    left: 0;
  }
  .p--singleNav-prev i:before {
    width: 1.3333333333vw;
    left: -0.33vw;
    bottom: 0.56vw;
    position: absolute;
  }
  .p--singleNav-next a {
    margin: 0 0 0 1.3333333333vw;
    padding: 0 5.3333333333vw 0 0;
    font-size: 1.6vw;
  }
  .p--singleNav-next {
    position: relative;
  }
  .p--singleNav-next i {
    position: absolute;
    display: block;
    width: 2.6666666667vw;
    height: 1.3333333333vw;
    border-bottom: 1px solid var(--main-color);
    top: 0;
    right: 0;
  }
  .p--singleNav-next i:before {
    width: 1.3333333333vw;
    right: -0.33vw;
    bottom: 0.56vw;
    position: absolute;
  }
  .wp-pagenavi {
    margin: 0 auto 10.6666666667vw;
  }
  .wp-pagenavi a {
    width: 8vw;
    height: 8vw;
    margin: 0 1.3333333333vw;
    box-sizing: border-box;
    padding: 0;
    border: none;
    font-size: 2.6666666667vw;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border: 1px solid #222;
  }
  .wp-pagenavi a:link {
    color: #000;
    text-decoration: none;
  }
  .wp-pagenavi a:visited {
    color: #000;
    text-decoration: none;
  }
  .wp-pagenavi a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #222;
  }
  .wp-pagenavi span.current {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6666666667vw;
    border: 1px solid #222;
    margin: 0 1.3333333333vw;
    color: #FFF;
    font-weight: 400;
    padding: 0;
    border: none;
    position: relative;
    background-color: #222;
    width: 8vw;
    height: 8vw;
  }
  .wp-pagenavi span.extend {
    display: none;
  }
  .wp-pagenavi .previouspostslink {
    display: flex;
    margin: 0 1.3333333333vw 0;
    padding: 0 1.3333333333vw;
    width: auto;
    height: 8vw;
    border: none;
    border: 1px solid #222;
  }
  .wp-pagenavi .previouspostslink:hover {
    border: 1px solid #222;
    background-color: #222;
    color: #FFF;
  }
  .wp-pagenavi .nextpostslink {
    vertical-align: bottom;
    display: flex;
    margin: 0 1.3333333333vw 0;
    padding: 0 1.3333333333vw;
    width: auto;
    height: 8vw;
    border: none;
    border: 1px solid #222;
  }
  .wp-pagenavi .nextpostslink:hover {
    border: 1px solid #222;
    background-color: #222;
    color: #FFF;
  }
  .wp-pagenavi .last {
    display: flex;
    margin: 0 1.3333333333vw 0;
    padding: 0 1.3333333333vw;
    width: auto;
    height: 8vw;
    border: none;
    border: 1px solid #222;
  }
  .wp-pagenavi .last:hover {
    border: 1px solid #222;
    background-color: #222;
    color: #FFF;
  }
  .wp-pagenavi .first {
    vertical-align: bottom;
    display: flex;
    margin: 0 1.3333333333vw 0;
    padding: 0 1.3333333333vw;
    width: auto;
    height: 8vw;
    border: none;
    border: 1px solid #222;
  }
  .wp-pagenavi .first:hover {
    border: 1px solid #222;
    background-color: #222;
    color: #FFF;
  }
}
/*--------------------------------------------------------------
    # _topic_path.scss
--------------------------------------------------------------*/
.l--topicpath {
  padding: 35px 32px;
}
.l--topicpath__inner {
  max-width: 1176px;
  margin: 0 auto;
}
.l--topicpath span {
  font-size: 1.2rem;
}
.l--topicpath span a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.l--topicpath span a:link {
  text-decoration: none;
  color: #000;
}
.l--topicpath span a:visited {
  text-decoration: none;
  color: #000;
}
.l--topicpath span a:hover {
  text-decoration: none;
  color: #000;
  opacity: 0.45;
}
.l--topicpath i {
  margin: 0 10px;
  display: inline-block;
  width: 4.5px;
  height: 9.3px;
  position: relative;
  background-image: url(assets/images/common/icon__topicpath.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .l--topicpath {
    padding: 1.3333333333vw 2.6666666667vw;
    width: 44.6666666667vw;
    overflow-x: scroll;
    white-space: nowrap;
  }
  .l--topicpath__inner {
    max-width: initial;
  }
  .l--topicpath span {
    font-size: 1.6vw;
  }
  .l--topicpath i {
    margin: 0 1.3333333333vw;
    width: 0.6vw;
    height: 1.2vw;
  }
}
/*
	btn.scss
---------------------------------------------------------------------------- */
.cmn--links__wrap {
  text-align: right;
  display: block;
  margin-left: auto;
  margin-right: 0px;
}

.cmn--links {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
}
.cmn--links span {
  display: inline-block;
  padding: 0 20px 0 0;
}
.cmn--links:link {
  text-decoration: none;
  color: var(--main-color);
}
.cmn--links:visited {
  text-decoration: none;
  color: var(--main-color);
}
.cmn--links:hover {
  text-decoration: none;
  color: var(--main-color);
}
.cmn--links:after {
  content: "";
  width: 8px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 25%;
  background-image: url(assets/images/common/arrwo__right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.cmn--links:hover:after {
  right: -15px;
}

.edit-post-layout .editor-styles-wrapper .cmn--button__wrap {
  text-align: center;
  display: flex;
  justify-content: center;
}
.edit-post-layout .editor-styles-wrapper .cmn--button__wrap a {
  margin: 0 auto;
}
.edit-post-layout .editor-styles-wrapper .cmn--button__wrap li {
  margin: 0;
  padding: 0;
  border: none;
  margin: 0 15px;
}
.edit-post-layout .editor-styles-wrapper .cmn--button__wrap li:before {
  display: none;
}
.edit-post-layout .editor-styles-wrapper .cmn--button__wrap li:last-child {
  margin: 0;
}

.cmn--button__wrap {
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0;
}
.cmn--button__wrap a {
  margin: 0 auto;
}
.cmn--button__wrap li {
  margin: 0 15px;
  border: none;
  margin: 0;
  padding: 0;
}
.cmn--button__wrap li:before {
  display: none;
}
.cmn--button__wrap li:last-child {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .cmn--links span {
    padding: 0 4vw 0 0;
    font-size: 3.2vw;
  }
  .cmn--links:after {
    content: "";
    width: 1.3333333333vw;
    height: 1.6vw;
    top: 35%;
  }
  .cmn--links:hover:after {
    right: -15px;
  }
  .edit-post-layout .editor-styles-wrapper .cmn--button__wrap {
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .edit-post-layout .editor-styles-wrapper .cmn--button__wrap a {
    margin: 0 auto;
  }
  .edit-post-layout .editor-styles-wrapper .cmn--button__wrap li {
    margin: 0;
    padding: 0;
    border: none;
    margin: 0 4vw;
  }
  .edit-post-layout .editor-styles-wrapper .cmn--button__wrap li:before {
    display: none;
  }
  .cmn--button__wrap {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0;
  }
  .cmn--button__wrap a {
    margin: 0 auto;
  }
  .cmn--button__wrap li {
    margin: 0 4vw;
    border: none;
    margin: 0;
    padding: 0;
  }
  .cmn--button__wrap li:before {
    display: none;
  }
}
/**
 # Objects -  project -
 */
/*--------------------------------------------------------------
    # _home.scss
--------------------------------------------------------------*/
/*
    Common & Config
--------------------------------------------------------------*/
.h--section {
  padding: 0 0 150px;
}
.h--section-title {
  font-size: 2.8rem;
  text-align: center;
  margin: 0 0 40px;
}
.h--section-text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0 0 35px;
}
.h--section__inner {
  max-width: 780px;
  margin: 0 auto;
}
.h--section-main {
  margin: 0 0 50px;
  min-height: 470px;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.h--section-main.products-photo {
  background-image: url(assets/images/pages/home/h__products__cover.jpg);
}
.h--section-main.about-photo {
  background-image: url(assets/images/pages/home/h__about__cover.jpg);
}

@media screen and (max-width: 768px) {
  .h--section {
    padding: 0 0 33.3333333333vw;
  }
  .h--section-title {
    font-size: 4.8vw;
    margin: 0 0 8vw;
  }
  .h--section-text {
    font-size: 2.9333333333vw;
    line-height: 1.75;
    margin: 0 0 6.6666666667vw;
  }
  .h--section__inner {
    max-width: 81.3333333333vw;
    margin: 0 auto;
  }
  .h--section-main {
    margin: 0 0 8vw;
    min-height: 66.6666666667vw;
  }
  .h--section-main.products-photo {
    background-image: url(assets/images/pages/home/h__products__cover__smp.jpg);
  }
  .h--section-main.about-photo {
    background-image: url(assets/images/pages/home/h__about__cover__smp.jpg);
  }
}
/*
    Keyvisual
--------------------------------------------------------------*/
.h--mv {
  position: relative;
  width: 100%;
  min-height: 750px;
}
.h--mv-logo {
  z-index: 30;
  position: absolute;
  width: 136px;
  height: 138px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
.h--mv-logo img {
  width: 100%;
  vertical-align: bottom;
}

.h--slider-box {
  display: block;
  min-height: 750px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .h--mv {
    min-height: 86.6666666667vw;
  }
  .h--mv-logo {
    width: 16.4vw;
    height: 16.6666666667vw;
  }
  .h--slider-box {
    min-height: 86.6666666667vw;
  }
}
/*
    PickUP
--------------------------------------------------------------*/
.h--pickup {
  padding: 45px 24px 50px;
  position: relative;
}
.h--pickup-box {
  position: relative;
  z-index: 10;
  max-width: 780px;
  margin: 0 auto;
}
.h--pickup-box .slick-slide {
  margin: 0 10px;
  width: 320px;
}
.h--pickup-box .slick-slide img {
  width: 100%;
  vertical-align: bottom;
}
.h--pickup-box .slick-slide a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.h--pickup-box .slick-slide a:hover {
  opacity: 0.45;
}
.h--pickup-box .slick-arrow {
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.h--pickup-box .slick-arrow:before {
  font-size: 0;
  opacity: 1;
}
.h--pickup-box .slick-prev {
  left: -40px;
  background-image: url(assets/images/common/slick__prev.svg);
}
.h--pickup-box .slick-next {
  right: -40px;
  background-image: url(assets/images/common/slick__next.svg);
}
.h--pickup-box a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.h--pickup-box a:link {
  text-decoration: none;
  color: var(--main-color);
}
.h--pickup-box a:visited {
  text-decoration: none;
  color: var(--main-color);
}
.h--pickup-box a:hover {
  text-decoration: none;
  color: var(--main-color);
}
.h--pickup-box-photo img {
  margin: 0 0 10px;
  width: 100%;
  vertical-align: bottom;
}
.h--pickup-box-photo figcaption {
  font-size: 1.3rem;
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  .h--pickup {
    padding: 6.6666666667vw 0;
    position: relative;
  }
  .h--pickup-box {
    max-width: initial;
    width: 80vw;
    margin: 0 auto;
  }
  .h--pickup-box .slick-slide {
    margin: 0 1.3333333333vw;
    width: 32vw;
  }
  .h--pickup-box .slick-slide img {
    width: 100%;
    vertical-align: bottom;
  }
  .h--pickup-box .slick-arrow {
    width: 4.6666666667vw;
    height: 4.6666666667vw;
  }
  .h--pickup-box .slick-prev {
    left: -6.66vw;
    background-image: url(assets/images/common/slick__prev.svg);
  }
  .h--pickup-box .slick-next {
    right: -6.66vw;
    background-image: url(assets/images/common/slick__next.svg);
  }
  .h--pickup-box-photo img {
    margin: 0 0 1.3333333333vw;
    width: 100%;
    vertical-align: bottom;
  }
  .h--pickup-box-photo figcaption {
    font-size: 2.9333333333vw;
  }
}
/*
    News
--------------------------------------------------------------*/
.h--news {
  padding: 0 24px 120px;
}
.h--news__inner {
  margin: 0 auto;
  max-width: 760px;
}
.h--news-list {
  margin: 0 0 10px;
}
.h--news-list li {
  border-bottom: 1px solid #b2b2b2;
  padding: 0 0 25px;
  margin: 0 0 25px;
  display: flex;
  justify-content: space-between;
}
.h--news-list-meta {
  width: 36.8421052632%;
  display: flex;
  justify-content: space-between;
  line-height: 1.75;
}
.h--news-list-title {
  width: 59.8684210526%;
  line-height: 1.75;
  font-size: 1.6rem;
}
.h--news-list-title a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.h--news-list-title a:link {
  text-decoration: none;
  color: var(--main-color);
}
.h--news-list-title a:visited {
  text-decoration: none;
  color: var(--main-color);
}
.h--news-list-title a:hover {
  text-decoration: none;
  color: var(--main-color);
  opacity: 0.45;
}
.h--news-list-category {
  width: 140px;
  display: block;
  text-align: center;
  position: relative;
  letter-spacing: -0.015em;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.h--news-list-category:before {
  content: "【";
  position: absolute;
  left: 0;
}
.h--news-list-category:after {
  content: "】";
  position: absolute;
  right: 0;
}
.h--news-list-category:link {
  text-decoration: none;
  color: var(--main-color);
}
.h--news-list-category:visited {
  text-decoration: none;
  color: var(--main-color);
}
.h--news-list-category:hover {
  text-decoration: none;
  color: var(--main-color);
  opacity: 0.45;
}

@media screen and (max-width: 768px) {
  .h--news {
    padding: 0 0 13.3333333333vw;
  }
  .h--news__inner {
    max-width: initial;
  }
  .h--news-list {
    margin: 0 0 5.3333333333vw;
  }
  .h--news-list li {
    padding: 0 0 2vw;
    margin: 0 0 2.6666666667vw;
    display: block;
  }
  .h--news-list-meta {
    width: auto;
    padding: 0 10vw;
    display: flex;
    justify-content: left;
    line-height: 1.75;
  }
  .h--news-list-meta-date {
    font-size: 2.9333333333vw;
    margin-right: 5.3333333333vw;
  }
  .h--news-list-title {
    width: auto;
    line-height: 1.75;
    font-size: 2.9333333333vw;
    padding: 0 10vw;
  }
  .h--news-list-category {
    width: 24vw;
    font-size: 2.9333333333vw;
    display: block;
    text-align: center;
    position: relative;
    letter-spacing: -0.015em;
  }
  .h--news-list-category:before {
    content: "【";
    position: absolute;
    left: 0;
    font-size: 2.9333333333vw;
  }
  .h--news-list-category:after {
    content: "】";
    position: absolute;
    right: 0;
    font-size: 2.9333333333vw;
  }
}
/*--------------------------------------------------------------
    # _page_styles.scss
--------------------------------------------------------------*/
/*
     Config [gutenberg Adjust]
--------------------------------------------------------------*/
body.acf_content {
  padding: 1.56vw;
}
body.acf_content p {
  font-size: 15px !important;
  line-height: 1.5;
  margin: 0 0 25px;
}

.wp-block {
  max-width: 100%;
}

.editor-post-title__block .editor-post-title__input {
  color: #FFF;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  margin: 0 0 2.56vw;
  position: relative;
  font-size: 3.6rem;
}

.wp-admin .edit-post-layout .editor-styles-wrapper {
  width: 80%;
  background-color: #FFF;
  padding: 0 60px;
  max-width: 840px;
  margin: 0 auto;
}

.editor-styles-wrapper .editor-post-title__block a:link {
  color: #444;
  text-decoration: underline;
}
.editor-styles-wrapper .editor-post-title__block a:visited {
  color: #444;
  text-decoration: none;
}
.editor-styles-wrapper .editor-post-title__block a:hover {
  color: #444;
  text-decoration: none;
}

.editor-block-list__block-edit .block-editor-block-list__block-edit figure.is-resized {
  margin: -28px 0 0;
}

/* Admin checkBox */
.acf-input input[type=checkbox], .acf-input input[type=radio] {
  height: 1rem;
  width: 1rem;
}

.acf-input input[type=checkbox]:checked::before {
  height: 2.3125rem;
  width: 2.3125rem;
}

.wp-admin .edit-post-layout .editor-styles-wrapper .acf-taxonomy-field .acf-checkbox-list li {
  border: none;
  font-size: 13px;
  padding: 5px;
  margin: 0 0 5px;
}

.wp-admin .edit-post-layout .editor-styles-wrapper .categorychecklist-holder {
  background-color: #F5F5F5;
}

/*
     Config [ACF Adjust]
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .acf-table {
  border: #DFDFDF solid 1px;
}
.edit-post-layout .editor-styles-wrapper .acf-table td {
  border: 1px solid #CCC;
  padding: 10px;
}

.edit-post-layout .editor-styles-wrapper .acf-input .acf-actions a:link {
  color: #FFF;
  text-decoration: none;
}
.edit-post-layout .editor-styles-wrapper .acf-input .acf-actions a:visited {
  color: #FFF;
  text-decoration: none;
}
.edit-post-layout .editor-styles-wrapper .acf-input .acf-actions a:hover {
  color: #FFF;
  text-decoration: none;
}

/*
     Editor Contents
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .acf-input a:link {
  color: #444;
  text-decoration: underline;
}
.edit-post-layout .editor-styles-wrapper .acf-input a:visited {
  color: #444;
  text-decoration: none;
}
.edit-post-layout .editor-styles-wrapper .acf-input a:hover {
  color: #444;
  text-decoration: none;
}

.edit-post-layout .editor-styles-wrapper .block-editor-block-variation-picker__variations li {
  margin: 8px 20px 0 0;
  border: none;
}
.edit-post-layout .editor-styles-wrapper .block-editor-block-variation-picker__variations li:before {
  display: none;
}

@media screen and (max-width: 768px) {
  .edit-post-layout__content .editor-styles-wrapper {
    padding: 0 4vw;
  }
  .edit-post-layout .editor-styles-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .block-editor-editor-skeleton__body {
    display: block !important;
  }
}
/*
     Gutenberg Block
--------------------------------------------------------------*/
.edit-post-layout .editor-styles-wrapper .wp-block-group {
  margin: 40px 0 60px;
  border-top: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae;
}
.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container {
  padding: 40px 0;
}
.edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container p:last-child {
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-reference-block {
  margin: 40px 0 60px;
  background-color: #F5F7FD;
  line-height: 1.875;
}
.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-reference-block .wp-block-group__inner-container {
  background-color: unset;
  padding: 40px;
}
.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-normal-line-block {
  margin: 40px 0 60px;
  border: 1px solid #B9B9B9;
  background-color: unset;
  line-height: 1.875;
}
.edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-normal-line-block .wp-block-group__inner-container {
  background-color: unset;
  padding: 40px;
}

.edit-post-layout .editor-styles-wrapper .g--gmap {
  border: 1px solid #e8e8e8;
  padding: 20px;
}
.edit-post-layout .editor-styles-wrapper .g--gmap__inner {
  border: 1px solid #e8e8e8;
}
.edit-post-layout .editor-styles-wrapper .g--gmap iframe {
  vertical-align: bottom;
  width: 100%;
  height: 410px;
}

.edit-post-layout .editor-styles-wrapper .g--linklist {
  background-color: #F8F8F8;
  padding: 15px;
  margin: 0 0 50px;
}
.edit-post-layout .editor-styles-wrapper .g--linklist__inner {
  padding: 20px;
  background-color: #FFF;
}
.edit-post-layout .editor-styles-wrapper .g--linklist-list {
  margin: 0;
  padding: 0;
}
.edit-post-layout .editor-styles-wrapper .g--linklist-list li {
  margin: 0 0 20px;
  padding: 0;
}
.edit-post-layout .editor-styles-wrapper .g--linklist-list li:before {
  display: none;
}
.edit-post-layout .editor-styles-wrapper .g--linklist-list li:last-child {
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper .g--linklist-list li a {
  padding: 15px;
  border: 1px solid #e8e8e8;
  width: auto;
  display: block;
  font-weight: bold;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  background-image: url(assets/images/common/parts/arrow01__right.png);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 96.5% center;
}
.edit-post-layout .editor-styles-wrapper .g--linklist-list li a:link {
  color: #333;
  text-decoration: none;
}
.edit-post-layout .editor-styles-wrapper .g--linklist-list li a:visited {
  color: #333;
  text-decoration: none;
}
.edit-post-layout .editor-styles-wrapper .g--linklist-list li a:hover {
  color: #444;
  border: 1px solid #444;
  text-decoration: none;
  background-color: #FFF;
  background-image: url(assets/images/common/parts/arrow01__right.png);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 96.5% center;
}
.edit-post-layout .editor-styles-wrapper .g--linklist-list-excheck {
  display: inline-block;
  padding: 0 20px 0 0;
}

.edit-post-layout .editor-styles-wrapper .g--pdflist {
  background-color: #EDEDED;
  padding: 10px;
  margin: 0 0 70px;
}
.edit-post-layout .editor-styles-wrapper .g--pdflist__inner {
  background-color: #FFF;
  padding: 0;
}
.edit-post-layout .editor-styles-wrapper .g--pdflist-list {
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper .g--pdflist-list-titleSub {
  font-weight: 300;
  margin: 0 0 0 15px;
}
.edit-post-layout .editor-styles-wrapper .g--pdflist-list li {
  margin: 0;
  padding: 0;
}
.edit-post-layout .editor-styles-wrapper .g--pdflist-list li:last-child {
  margin: 0;
}
.edit-post-layout .editor-styles-wrapper .g--pdflist-list li:before {
  display: none;
}
.edit-post-layout .editor-styles-wrapper .g--pdflist-list li a {
  display: block;
  color: var(--main-color);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 25px 35px;
  position: relative;
}
.edit-post-layout .editor-styles-wrapper .g--pdflist-list li a:link {
  color: var(--main-color);
  text-decoration: none;
}
.edit-post-layout .editor-styles-wrapper .g--pdflist-list li a:visited {
  color: var(--main-color);
  text-decoration: none;
}
.edit-post-layout .editor-styles-wrapper .g--pdflist-list li a:hover {
  color: var(--main-color);
  text-decoration: none;
  background-color: #F5F5F5;
}
.edit-post-layout .editor-styles-wrapper .g--pdflist-list li a:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 22px;
  position: relative;
  background-image: url(assets/images/common/parts/icon__pdf.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 0 20px;
  vertical-align: middle;
}

.edit-post-layout .editor-styles-wrapper .g--gallerybox {
  margin: 50px 0 80px;
}
.edit-post-layout .editor-styles-wrapper .g--gallerybox-list {
  display: flex;
  flex-wrap: wrap;
}
.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li {
  border: none;
  padding: 0;
  margin: 0 3.125% 30px 0;
  width: 31.25%;
}
.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li:before {
  display: none;
}
.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li img {
  width: 100%;
  vertical-align: bottom;
}
.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li:nth-child(3n) {
  margin: 0 0 30px 0;
}
.edit-post-layout .editor-styles-wrapper .g--gallerybox-images img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
  border: 5px solid #FFF;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:link {
  color: var(--main-color);
  text-decoration: none;
}
.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:visited {
  color: var(--main-color);
  text-decoration: none;
}
.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:hover {
  color: var(--main-color);
  text-decoration: none;
}
.edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:hover .g--gallerybox-images img {
  border: 5px solid var(--main-color);
}
.edit-post-layout .editor-styles-wrapper .g--gallerybox-cap {
  margin: 15px 0 0;
  padding: 0 20px 0;
  display: block;
  background-image: url(assets/images/common/parts/arrow01__right.png);
  background-repeat: no-repeat;
  background-size: 11px 11px;
  background-position: right center;
  text-align: center;
  color: #444;
  font-size: 2rem;
  font-weight: 700;
}
.edit-post-layout .editor-styles-wrapper .g--gallerybox-cap em {
  font-style: normal;
  display: block;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1;
}
.edit-post-layout .editor-styles-wrapper .g--gallerybox-cap.no-icon {
  background-image: none;
  font-weight: 400;
  font-size: 1.3rem;
}

.edit-post-layout .editor-styles-wrapper .wp-block-embed__wrapper div {
  text-align: center;
  margin: 0 auto 30px;
}

.edit-post-layout .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 20px;
  height: 100%;
}

.edit-post-layout .editor-styles-wrapper .has-media-on-the-right .wp-block-media-text__content {
  padding: 0 20px 0 0;
  height: 100%;
}

.edit-post-layout .editor-styles-wrapper .wp-block-media-text__media {
  height: 100%;
}

.edit-post-layout .editor-styles-wrapper .wp-block-media-text {
  margin: 0 0 50px;
}

@media screen and (max-width: 768px) {
  .edit-post-layout .editor-styles-wrapper .wp-block-group {
    margin: 5.3333333333vw 0;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container {
    padding: 5.3333333333vw 0;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group__inner-container p:last-child {
    margin: 0;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-reference-block {
    margin: 5.3333333333vw 0;
    background-color: #F5F7FD;
    line-height: 1.875;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-reference-block .wp-block-group__inner-container {
    background-color: unset;
    padding: 5.3333333333vw;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-normal-line-block {
    margin: 5.3333333333vw 0;
    border: 1px solid #B9B9B9;
    background-color: unset;
    line-height: 1.875;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-group.is-style-normal-line-block .wp-block-group__inner-container {
    background-color: unset;
    padding: 5.3333333333vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--gmap {
    padding: 1.3333333333vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--gmap__inner {
    border: 1px solid #e8e8e8;
  }
  .edit-post-layout .editor-styles-wrapper .g--gmap iframe {
    vertical-align: bottom;
    width: 100%;
    height: 26.6666666667vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist {
    padding: 1.3333333333vw;
    margin: 0 0 2.6666666667vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist__inner {
    padding: 2vw;
    background-color: #FFF;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist-list li {
    margin: 0 0 1.3333333333vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist-list li a {
    padding: 1.3333333333vw;
    background-image: url(assets/images/common/parts/arrow01__right.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 96.5% center;
  }
  .edit-post-layout .editor-styles-wrapper .g--linklist-list-excheck {
    display: inline-block;
  }
  .edit-post-layout .editor-styles-wrapper .g--pdflist {
    background-color: #EDEDED;
    padding: 1.3333333333vw;
    margin: 0 0 vw(20);
  }
  .edit-post-layout .editor-styles-wrapper .g--pdflist-list {
    margin: 0;
  }
  .edit-post-layout .editor-styles-wrapper .g--pdflist-list-titleSub {
    font-weight: 300;
    margin: 0 0 0 vw(10);
  }
  .edit-post-layout .editor-styles-wrapper .g--pdflist-list li a {
    font-size: 1.6vw;
    padding: 2vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--pdflist-list li a:after {
    content: "";
    display: inline-block;
    width: 2vw;
    height: 2.2666666667vw;
    margin: 0 0 0 1.3333333333vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox {
    margin: 0 0 4vw;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list {
    display: flex;
    flex-wrap: wrap;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li {
    border: none;
    padding: 0;
    margin: 0 3.125% 1.3333333333vw 0;
    width: 47.25%;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li:before {
    display: none;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li img {
    width: 100%;
    vertical-align: bottom;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li:nth-child(3n) {
    margin: 0 3.125% 1.3333333333vw 0;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li:nth-child(even) {
    margin: 0 0 1.3333333333vw 0;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-images img {
    width: 100%;
    vertical-align: bottom;
    height: auto;
    border: 5px solid #FFF;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:link {
    color: var(--main-color);
    text-decoration: none;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:visited {
    color: var(--main-color);
    text-decoration: none;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:hover {
    color: var(--main-color);
    text-decoration: none;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-list li a:hover .g--gallerybox-images img {
    border: 5px solid var(--main-color);
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-cap {
    margin: 1.3333333333vw 0 0;
    padding: 0 1.3333333333vw 0;
    display: block;
    background-image: url(assets/images/common/parts/arrow01__right.png);
    background-repeat: no-repeat;
    background-size: 1.3333333333vw 1.3333333333vw;
    background-position: right center;
    text-align: center;
    color: #444;
    font-size: 2vw;
    font-weight: 700;
  }
  .edit-post-layout .editor-styles-wrapper .g--gallerybox-cap em {
    font-style: normal;
    display: block;
    margin: 0 0 5px;
    font-size: 1.3333333333vw;
    font-weight: 300;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-embed__wrapper div {
    text-align: center;
    margin: 0 auto 30px;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content {
    padding: 2.6666666667vw 0 0;
    height: 100%;
  }
  .edit-post-layout .editor-styles-wrapper .has-media-on-the-right .wp-block-media-text__content {
    padding: 2.6666666667vw 0 0;
    height: 100%;
  }
  .edit-post-layout .editor-styles-wrapper .has-media-on-the-right .wp-block-media-text__content p:last-child {
    margin: 0;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-media-text__media {
    height: 100%;
  }
  .edit-post-layout .editor-styles-wrapper .wp-block-media-text {
    margin: 0 0 2.6666666667vw;
  }
}
/*
    Common & Config
--------------------------------------------------------------*/
.anchor--links {
  position: relative;
  z-index: -1;
}
.anchor--links:after {
  content: " ";
  margin-top: -140px;
  height: 140px;
  visibility: hidden;
  display: block;
  position: relative;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .anchor--links {
    position: relative;
  }
  .anchor--links:after {
    content: " ";
    margin-top: -16vw;
    height: 16vw;
  }
}
/*
    pages [about]
--------------------------------------------------------------*/
.about--section-title {
  font-size: 2.8rem;
  margin: 0 0 50px;
  text-align: center;
}
.about--section a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.about--section a:link {
  color: #444;
  text-decoration: underline;
}
.about--section a:visited {
  color: #444;
  text-decoration: none;
}
.about--section a:hover {
  color: #444;
  text-decoration: none;
  opacity: 0.45;
}

.about-vision {
  padding: 125px 24px 190px;
}
.about-vision__inner {
  margin: 0 auto;
  max-width: 1020px;
}
.about-vision p {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}

.about-greeting {
  padding: 125px 24px 160px;
  background-color: var(--sub-color);
}
.about-greeting__inner {
  margin: 0 auto;
  max-width: 960px;
}
.about-greeting__block {
  display: flex;
  justify-content: space-between;
}
.about-greeting-photo {
  width: 24.4791666667%;
}
.about-greeting-photo img {
  width: 100%;
  vertical-align: bottom;
}
.about-greeting-content {
  width: 72.3958333333%;
}
.about-greeting-text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0 0 50px;
  letter-spacing: -0.03em;
  padding: 10px 0 0;
}
.about-greeting-sign {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.about-greeting-sign img {
  width: 160px;
  vertical-align: bottom;
}
.about-greeting-sign em {
  display: block;
  font-style: normal;
  margin-right: 30px;
}

.about-company {
  padding: 180px 24px 0;
}
.about-company__inner {
  margin: 0 auto;
  max-width: 1020px;
}
.about-company-table {
  margin: 0 0 130px;
  width: 100%;
}
.about-company-table th {
  border-bottom: 1px solid #CECECE;
  padding: 25px 0 25px 75px;
  width: 20.5882352941%;
  font-size: 1.6rem;
  line-height: 1.75;
}
.about-company-table td {
  border-bottom: 1px solid #CECECE;
  padding: 25px 0 25px 75px;
  width: 79.4117647059%;
  font-size: 1.6rem;
  line-height: 1.75;
}

.about-historylinks__wrap {
  display: flex;
  justify-content: space-between;
}
.about-historylinks-box {
  display: block;
  position: relative;
  aspect-ratio: 1010/210;
  margin: 0 0 10px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.about-historylinks-box img {
  width: 100%;
  vertical-align: bottom;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  transform: scale(1);
}
.about-historylinks-box figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  font-size: 2.4rem;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.about-historylinks-box:hover img {
  transform: scale(1.1);
}
.about-historylinks-box:hover figcaption {
  background-color: rgb(0, 0, 0);
}
.about-historylinks-cbox {
  width: 49.0196078431%;
  display: block;
  position: relative;
  aspect-ratio: 500/150;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.about-historylinks-cbox img {
  width: 100%;
  vertical-align: bottom;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  transform: scale(1);
}
.about-historylinks-cbox figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  font-size: 2.4rem;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.about-historylinks-cbox:hover img {
  transform: scale(1.1);
}
.about-historylinks-cbox:hover figcaption {
  background-color: rgb(0, 0, 0);
}
.about-historylinks-photo {
  overflow: hidden;
}

.about-store {
  padding: 190px 24px 0;
}
.about-store__inner {
  margin: 0 auto;
  max-width: 1020px;
}
.about-store-box {
  margin: 0 0 30px;
  border: 1px solid #999;
}
.about-store-box:last-child {
  margin: 0;
}
.about-store-box__inner {
  padding: 10px 30px 10px 10px;
  display: flex;
  justify-content: space-between;
}
.about-store-box-photo {
  width: 40.5%;
}
.about-store-box-photo img {
  width: 100%;
  vertical-align: bottom;
}
.about-store-box-content {
  width: 53%;
  position: relative;
  padding: 45px 0 0;
}
.about-store-box-content .cmn--links__wrap {
  position: absolute;
  bottom: 15px;
  right: 0;
}
.about-store-box-title {
  font-size: 3.3rem;
  margin: 0 0 40px;
}
.about-store-box-title sub {
  font-size: 1.2rem;
  vertical-align: bottom;
  position: relative;
  bottom: -0.1em;
  margin: 0 0 0 10px;
}
.about-store-box-lead {
  padding: 0 0 15px;
  border-bottom: 1px solid #999;
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0 0 15px;
}
.about-store-box-table th {
  width: 22.641509434%;
  padding: 0 0 5px;
  line-height: 1.55;
}
.about-store-box-table td {
  width: 75.4716981132%;
  padding: 0 0 5px;
  line-height: 1.55;
}

.about-access {
  padding: 190px 24px 120px;
}
.about-access__inner {
  margin: 0 auto;
  max-width: 1020px;
}
.about-access-gmap {
  margin: 0 0 30px;
}
.about-access-gmap iframe {
  width: 100%;
  height: 620px;
}
.about-access-expblock {
  margin: 0 auto;
  display: flex;
  padding: 0 0 0 90px;
}
.about-access-expblock__cols {
  width: auto;
}
.about-access-expblock__cols dt {
  line-height: 1.75;
}
.about-access-expblock__cols dd {
  line-height: 1.75;
}
.about-access-expblock__cols:first-child {
  margin: 0 50px 0 0;
}

@media screen and (max-width: 768px) {
  .about--section-title {
    font-size: 4.8vw;
    margin: 0 0 9.3333333333vw;
  }
  .about-vision {
    padding: 10.6666666667vw 2.6666666667vw 22.6666666667vw;
  }
  .about-vision__inner {
    margin: 0 auto;
    max-width: initial;
  }
  .about-vision p {
    font-size: 3.2vw;
  }
  .about-greeting {
    padding: 21.3333333333vw 10vw 21.3333333333vw;
  }
  .about-greeting__inner {
    margin: 0 auto;
  }
  .about-greeting__block {
    display: block;
  }
  .about-greeting-photo {
    width: 41.3333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
  .about-greeting-content {
    width: auto;
  }
  .about-greeting-text {
    font-size: 3.2vw;
    margin: 0 0 12vw;
  }
  .about-greeting-sign {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 2.6666666667vw 0 0;
  }
  .about-greeting-sign img {
    width: 26.6666666667vw;
    vertical-align: bottom;
  }
  .about-greeting-sign em {
    display: block;
    font-style: normal;
    margin-right: 2.6666666667vw;
    font-size: 3.2vw;
  }
  .about-company {
    padding: 8vw 0 0;
  }
  .about-company__inner {
    margin: 0 auto;
    max-width: initial;
  }
  .about-company-table {
    margin: 0 auto 18.6666666667vw;
    width: 82.6666666667vw;
  }
  .about-company-table th {
    padding: 5.3333333333vw 0 5.3333333333vw 0;
    width: 22.5806451613%;
    font-size: 3.2vw;
  }
  .about-company-table td {
    padding: 5.3333333333vw 0 5.3333333333vw 0;
    width: 77.4193548387%;
    font-size: 3.2vw;
  }
  .about-historylinks__wrap {
    display: flex;
    justify-content: space-between;
  }
  .about-historylinks-box {
    aspect-ratio: 750/230;
    margin: 0 0 0.4vw;
  }
  .about-historylinks-box figcaption {
    padding: 2vw 0;
    font-size: 4.8vw;
  }
  .about-historylinks-cbox {
    width: 49.7333333333%;
    aspect-ratio: 373/65;
  }
  .about-historylinks-cbox figcaption {
    padding: 2vw 0;
    font-size: 4.8vw;
  }
  .about-store {
    padding: 21.3333333333vw 3.3333333333vw 0;
  }
  .about-store__inner {
    max-width: initial;
  }
  .about-store-box {
    margin: 0 0 5.3333333333vw;
  }
  .about-store-box__inner {
    padding: 2vw;
    display: block;
  }
  .about-store-box-photo {
    width: auto;
    margin: 0 0 6vw;
  }
  .about-store-box-photo img {
    width: 100%;
    vertical-align: bottom;
  }
  .about-store-box-content {
    width: auto;
    padding: 0 3.3333333333vw 0;
  }
  .about-store-box-content .cmn--links__wrap {
    position: relative;
    bottom: inherit;
    right: 0;
    margin: 0 0 3.3333333333vw;
  }
  .about-store-box-title {
    font-size: 4.4vw;
    margin: 0 0 6vw;
    text-align: center;
  }
  .about-store-box-title sub {
    display: block;
    font-size: 2.6666666667vw;
    margin: 1.3333333333vw 0 0;
  }
  .about-store-box-lead {
    padding: 0 0 4.6666666667vw;
    border-bottom: none;
    font-size: 3.2vw;
    margin: 0 0 6.6666666667vw;
    position: relative;
  }
  .about-store-box-lead:after {
    content: "";
    width: 70vw;
    height: 0.1333333333vw;
    position: absolute;
    background-color: #999;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .about-store-box-table th {
    width: 27.4193548387%;
    font-size: 3.2vw;
    line-height: 1.55;
  }
  .about-store-box-table td {
    width: 72.5806451613%;
    font-size: 3.2vw;
    line-height: 1.55;
  }
  .about-access {
    padding: 20vw 3.3333333333vw 21.3333333333vw;
  }
  .about-access__inner {
    max-width: initial;
  }
  .about-access-gmap {
    margin: 0 0 7.3333333333vw;
  }
  .about-access-gmap iframe {
    width: 100%;
    height: 56.6666666667vw;
  }
  .about-access-expblock {
    margin: 0 auto;
    display: block;
    padding: 0 5.3333333333vw;
  }
  .about-access-expblock__cols {
    width: auto;
  }
  .about-access-expblock__cols dt {
    line-height: 1.75;
    font-size: 3.2vw;
  }
  .about-access-expblock__cols dd {
    line-height: 1.75;
    font-size: 3.2vw;
    margin: 0 0 4vw;
  }
  .about-access-expblock__cols:first-child {
    margin: 0;
  }
}
/*
    pages [history index]
--------------------------------------------------------------*/
.history-intro {
  padding: 125px 24px 190px;
}
.history-intro.development-intro {
  padding: 125px 24px 0;
}
.history-intro.results-intro {
  padding: 125px 24px 330px;
}
.history-intro__inner {
  margin: 0 auto;
  max-width: 1020px;
}
.history-intro p {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}

.history-historylinks__wrap {
  margin: 120px 0 0;
  display: flex;
  justify-content: space-between;
}
.history-historylinks-cbox {
  width: 49.0196078431%;
  display: block;
  position: relative;
  aspect-ratio: 500/215;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.history-historylinks-cbox img {
  width: 100%;
  vertical-align: bottom;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  transform: scale(1);
}
.history-historylinks-cbox figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  font-size: 2.4rem;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.history-historylinks-cbox:hover img {
  transform: scale(1.1);
}
.history-historylinks-cbox:hover figcaption {
  background-color: rgb(0, 0, 0);
}
.history-historylinks-photo {
  overflow: hidden;
}

.history-development-box {
  min-height: 280px;
}
.history-development-box__wrap {
  margin: 245px 0 0;
}
.history-development-box-title {
  display: flex;
  align-items: center;
}
.history-development-box-text {
  font-size: 2.8rem;
  display: block;
  width: 280px;
}
.history-development-box-line {
  background-color: #b2b2b2;
  display: block;
  height: 1px;
  width: 110%;
  margin-right: calc(50% - 50vw);
  position: relative;
  top: 48%;
}
.history-development-box-content__inner {
  padding: 65px 0 0 29.4117647059%;
  font-size: 1.6rem;
  line-height: 1.75;
}

.history-results {
  padding: 0 24px;
}
.history-results__inner {
  max-width: 1020px;
  margin: 0 auto;
}
.history-results-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid #dddddd;
  padding: 50px 0;
}
.history-results-box:first-child {
  border-top: 1px solid #dddddd;
}
.history-results-box.onecols .history-results-box-content {
  width: auto;
}
.history-results-box-date {
  color: #666666;
  font-size: 1.4rem;
  display: block;
  margin: 0 0 10px;
}
.history-results-box-title {
  color: #2d2d2d;
  font-size: 1.6rem;
  display: block;
  margin: 0 0 10px;
  line-height: 1.45;
}
.history-results-box-photo {
  width: 49.5098039216%;
  order: 2;
}
.history-results-box-photo img {
  width: 100%;
  vertical-align: bottom;
}
.history-results-box-content {
  width: 46.0784313725%;
  order: 1;
}
.history-results-box-content p {
  font-size: 1.3rem;
  line-height: 1.75;
  color: #666666;
}

@media screen and (max-width: 768px) {
  .history-intro {
    padding: 13.3333333333vw 4.6666666667vw 26.6666666667vw;
  }
  .history-intro.development-intro {
    padding: 13.3333333333vw 10.6666666667vw 0;
  }
  .history-intro.results-intro {
    padding: 13.3333333333vw 10.6666666667vw 32vw;
  }
  .history-intro__inner {
    margin: 0 auto;
    max-width: initial;
  }
  .history-intro p {
    font-size: 3.2vw;
  }
  .history-historylinks__wrap {
    margin: 33.3333333333vw 0 0;
    display: block;
  }
  .history-historylinks-cbox {
    width: auto;
    aspect-ratio: 676/346;
    margin: 0 0 6vw;
  }
  .history-historylinks-cbox figcaption {
    padding: 1.3333333333vw 0;
    font-size: 4.4vw;
  }
  .history-development-box {
    min-height: 50.6666666667vw;
  }
  .history-development-box__wrap {
    margin: 36vw 0 0;
  }
  .history-development-box-title {
    display: flex;
    align-items: center;
  }
  .history-development-box-text {
    font-size: 4.8vw;
    display: block;
    width: 34.6666666667vw;
  }
  .history-development-box-line {
    background-color: #b2b2b2;
    display: block;
    height: 1px;
    width: 110%;
    margin-right: calc(50% - 50vw);
    position: relative;
    top: 48%;
  }
  .history-development-box-content__inner {
    padding: 9.3333333333vw 0 0;
    font-size: 3.2vw;
  }
  .history-results {
    padding: 0 10.6666666667vw;
  }
  .history-results__inner {
    max-width: initial;
  }
  .history-results-box {
    display: block;
    margin: 0 0 5.3333333333vw;
  }
  .history-results-box-photo {
    width: auto;
    margin: 0 0 5.3333333333vw;
  }
  .history-results-box-content {
    width: auto;
  }
  .history-results-box-content p {
    font-size: 3.2vw;
  }
}
/*
    pages [PrivacyPolicy & SitePolicy]
--------------------------------------------------------------*/
.policy-content {
  padding: 85px 24px;
}
.policy-content__inner {
  max-width: 1020px;
  margin: 0 auto;
}

.policy-lead {
  line-height: 1.75;
  font-size: 1.6rem;
}
.policy-section {
  margin: 0 0 85px;
}
.policy-section p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  color: #212529;
  margin: 0 0 17px;
}
.policy-section a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.policy-section a:link {
  color: #212529;
  text-decoration: underline;
}
.policy-section a:visited {
  color: #212529;
  text-decoration: none;
}
.policy-section a:hover {
  color: #212529;
  text-decoration: none;
  opacity: 0.45;
}
.policy-nav {
  display: inline-block;
  border: 4px solid #f5f5f5;
  padding: 15px 30px 15px 15px;
  margin: 0 0 85px;
  position: relative;
  z-index: 2;
}
.policy-nav p {
  margin: 0 0 15px;
  font-size: 1.6rem;
  line-height: 2;
}
.policy-nav svg {
  vertical-align: middle;
}
.policy ol {
  padding-left: 30px;
  margin: 0 0 15px;
}
.policy ol > li {
  list-style: none;
  margin: 0 0 9.5px;
}
.policy ol > li > a {
  text-decoration: none;
  color: #333366;
  border-bottom: #8e8eab dotted 1px;
  position: relative;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  line-height: 1.5;
}
.policy ol > li > a:hover {
  text-decoration: none;
  opacity: 0.45;
}
.policy ol > li > a:before {
  position: absolute;
  content: "";
  top: calc(50% - 4px);
  left: -30px;
  display: inline-block;
  vertical-align: middle;
  color: #888888;
  line-height: 1;
  width: 6.5px;
  height: 6.5px;
  border: 1px solid currentColor;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: currentcolor;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: currentcolor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-left: 8.5px;
}
.policy-title {
  text-align: center;
  font-size: 2.8rem;
  margin: 0 0 35px;
}
.policy ul {
  margin: 0 0 50px;
  list-style: disc;
  padding: 0 0 0 34px;
}
.policy ul > li {
  margin: 0 0 9.5px;
  line-height: 2;
}
.policy-sign {
  margin: 0 0 17px;
  padding: 0 0 0 10px;
}
.policy-sign dt {
  font-weight: 700;
  line-height: 2;
  position: relative;
  margin: 0 0 8.5px;
}
.policy-sign dt::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 1px;
  background-color: #999999;
  margin-right: 0.2rem;
}
.policy-sign dd {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 1rem;
}
.policy-contact {
  border: 1px solid rgba(68, 64, 0, 0.2666666667);
  padding: 15px;
  margin: 0 0 85px;
}
.policy-title-sub {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 34px;
}
.policy-contact-block {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.policy-contact-block h4 {
  text-align: center;
  font-size: 2.4rem;
  margin: 0 0 34px;
}
.policy-contact-block p {
  font-size: 1.6rem;
  line-height: 2;
  margin: 0 0 8.5px;
}
.policy-contact-data {
  display: flex;
  margin-bottom: 0;
  line-height: 2;
}
.policy-contact-data dt {
  width: 50%;
  text-align: right;
  margin-right: 17px;
}
.policy-contact-data dd {
  width: 50%;
  margin: 0 0 8.5px;
}
.policy .policy-section-history-list {
  list-style: none;
  padding: 0;
}
.policy .policy-section-history-list > li {
  margin-bottom: 8.5px;
  line-height: 2;
  border-bottom: 1px solid #dddddd;
}
.policy .policy-section-history-list > li:last-child {
  border: none;
}
.policy .policy-section-sign {
  text-align: right;
}
.policy-download {
  position: relative;
  z-index: 2;
  border: 1px solid #dddddd;
  background-color: #f7f7f7;
  border-radius: 2em;
  font-size: 1.5rem;
  display: inline-block;
  padding: 5px 20px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.policy-download:link {
  text-decoration: none;
  color: #444;
}
.policy-download:visited {
  text-decoration: none;
  color: #444;
}
.policy-download:hover {
  text-decoration: none;
  color: #444;
  opacity: 0.45;
}
.policy-dl {
  font-size: 1.6rem;
  margin: 0 0 34px;
  line-height: 2;
}
.policy-dl-title {
  position: relative;
  margin: 0 0 8.5px;
}
.policy-dl-title:before {
  content: "";
  display: inline-block;
  background-color: #aaa5b9;
  line-height: 1;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  margin-right: 5px;
}
.policy-dl dd {
  margin: 0 0 8.5px;
}
.policy-dl .policy-dl-circle {
  margin: 0 0 8.5px;
}
.policy-dl .policy-dl-circle > dt {
  position: relative;
}
.policy-dl .policy-dl-circle > dt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 2rem;
  height: 1px;
  background-color: #999999;
  margin-right: 0.2rem;
}
.policy-dl .policy-dl-circle > dd {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 17px;
}

@media screen and (max-width: 768px) {
  .policy-content {
    padding: 18.6666666667vw 5.3333333333vw;
  }
  .policy-content__inner {
    max-width: initial;
    margin: 0 auto;
  }
  .policy-lead {
    font-size: 3.2vw;
  }
  .policy-section {
    margin: 0 0 16vw;
  }
  .policy-section p {
    font-size: 3.2vw;
    margin: 0 0 4vw;
  }
  .policy-nav {
    display: block;
    border: 0.5333333333vw solid #f5f5f5;
    padding: 4vw;
    margin: 0 0 16vw;
    width: auto;
  }
  .policy-nav p {
    margin: 0 0 4vw;
    font-size: 3.2vw;
  }
  .policy-nav svg {
    vertical-align: middle;
  }
  .policy ol {
    padding-left: 6.6666666667vw;
    margin: 0 0 4vw;
  }
  .policy ol > li {
    list-style: none;
    margin: 0 0 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .policy ol > li > a:before {
    position: absolute;
    content: "";
    top: calc(50% - 4px);
    left: -30px;
    display: inline-block;
    vertical-align: middle;
    color: #888888;
    line-height: 1;
    width: 6.5px;
    height: 6.5px;
    border: 1px solid currentColor;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: currentcolor;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: currentcolor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    margin-left: 8.5px;
  }
  .policy-title {
    font-size: 4.8vw;
    margin: 0 0 6vw;
  }
  .policy ul {
    margin: 0 0 6vw;
    padding: 0 0 0 5.3333333333vw;
  }
  .policy ul > li {
    margin: 0 0 2.6666666667vw;
    font-size: 3.2vw;
  }
  .policy-sign {
    margin: 0 0 3.2vw;
    padding: 0 0 0 2.6666666667vw;
  }
  .policy-sign dt {
    font-size: 3.2vw;
    margin: 0 0 2.6666666667vw;
  }
  .policy-sign dt::before {
    width: 4vw;
  }
  .policy-sign dd {
    font-size: 3.2vw;
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 1rem;
  }
  .policy-contact {
    padding: 4vw;
    margin: 0 0 8vw;
  }
  .policy-title-sub {
    font-size: 4.5333333333vw;
    margin: 0 0 6.6666666667vw;
  }
  .policy-contact-block h4 {
    font-size: 4.5333333333vw;
    margin: 0 0 6.6666666667vw;
  }
  .policy-contact-block p {
    font-size: 3.4666666667vw;
    margin: 0 0 2.6666666667vw;
  }
  .policy-contact-data dt {
    margin-right: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .policy-contact-data dd {
    margin: 0 0 2.6666666667vw;
    font-size: 3.2vw;
  }
  .policy .policy-section-history-list > li {
    margin-bottom: 2.6666666667vw;
    font-size: 3.2vw;
  }
  .policy .policy-section-sign {
    text-align: right;
    font-size: 3.2vw;
  }
  .policy-download {
    border-radius: 2em;
    font-size: 3.2vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
  .policy-dl {
    font-size: 3.2vw;
    margin: 0 0 5.3333333333vw;
  }
  .policy-dl-title {
    margin: 0 0 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .policy-dl-title:before {
    content: "";
    display: inline-block;
    background-color: #aaa5b9;
    line-height: 1;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    box-sizing: border-box;
    margin-right: 0.6666666667vw;
  }
  .policy-dl dd {
    margin: 0 0 2.6666666667vw;
  }
  .policy-dl .policy-dl-circle {
    margin: 0 0 2.6666666667vw;
  }
  .policy-dl .policy-dl-circle > dt {
    position: relative;
  }
  .policy-dl .policy-dl-circle > dt:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 2.6666666667vw;
    height: 1px;
    background-color: #999999;
    margin-right: 0.2rem;
  }
  .policy-dl .policy-dl-circle > dd {
    font-size: 3.2vw;
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    padding-left: 4vw;
  }
}
/*
    pages [Recruit]
--------------------------------------------------------------*/
.recruit-content {
  padding: 85px 24px;
}
.recruit-content__inner {
  max-width: 1020px;
  margin: 0 auto;
}

.recruit-lead {
  line-height: 1.75;
  font-size: 1.6rem;
}
.recruit .lead-block {
  border-bottom: 1px solid #aeaeae;
  padding: 0 0 50px;
  margin: 0 0 50px;
}

.entry-info-table {
  width: 100%;
  margin: 0 0 35px;
}
.entry-info-table th {
  width: 17.6470588235%;
  padding: 0 0 65px;
  line-height: 1.75;
  font-size: 1.6rem;
}
.entry-info-table td {
  width: 82.3529411765%;
  padding: 0 0 65px;
  line-height: 1.75;
  font-size: 1.6rem;
}
.entry-info-button__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry-info-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #434343;
  width: 495px;
  height: 80px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  border-radius: 6px;
}
.entry-info-button:link {
  text-decoration: none;
  color: #FFF;
}
.entry-info-button:visited {
  text-decoration: none;
  color: #FFF;
}
.entry-info-button:hover {
  text-decoration: none;
  color: #FFF;
  opacity: 0.45;
}
.entry-info-button span {
  font-size: 2rem;
  font-family: var(--font-san-serif);
  line-height: 1;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .recruit-content {
    padding: 9.3333333333vw 4vw;
  }
  .recruit-content__inner {
    max-width: initial;
  }
  .recruit-lead {
    font-size: 3.2vw;
  }
  .recruit .lead-block {
    border-bottom: 1px solid #aeaeae;
    padding: 0 0 6vw;
    margin: 0 0 6vw;
  }
  .entry-info-table {
    margin: 0 0 4.6666666667vw;
  }
  .entry-info-table th {
    width: 100%;
    padding: 0 0 6.6666666667vw;
    font-size: 3.2vw;
    display: block;
  }
  .entry-info-table td {
    width: 100%;
    display: block;
    font-size: 3.2vw;
    padding: 0 0 6.6666666667vw 4vw;
  }
  .entry-info-button__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .entry-info-button {
    width: 66vw;
    height: 10.6666666667vw;
    border-radius: 0.8vw;
  }
  .entry-info-button span {
    font-size: 3.7333333333vw;
  }
}
/*
    pages [Form module]
--------------------------------------------------------------*/
.form-content {
  padding: 85px 24px;
}
.form-content__inner {
  max-width: 1020px;
  margin: 0 auto;
}

.form-lead {
  line-height: 1.75;
  font-size: 1.6rem;
}
.form .lead-block {
  border-bottom: 1px solid #aeaeae;
  padding: 0 0 50px;
  margin: 0 0 50px;
}
.form .p-country-name {
  display: none;
}
.form-thanks-catch {
  font-size: 2.8rem;
  margin: 0 0 45px;
}
.form-thanks-lead {
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 0 0 25px;
}
.form-thanks-button {
  margin: 80px auto 0;
  display: flex;
  width: 495px;
  height: 80px;
  background-color: #434343;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  font-family: var(--font-san-serif);
}
.form-thanks-button:link {
  text-decoration: none;
  color: #FFF;
}
.form-thanks-button:visited {
  text-decoration: none;
  color: #FFF;
}
.form-thanks-button:hover {
  text-decoration: none;
  color: #FFF;
  opacity: 0.45;
}

.p--form-layout {
  width: 100%;
}
.p--form-layout th {
  font-size: 1.6rem;
  line-height: 1.75;
  width: 17.1568627451%;
  vertical-align: top;
  padding: 10px 0 0;
}
.p--form-layout td {
  font-size: 1.6rem;
  line-height: 1.75;
  width: 82.3529411765%;
  vertical-align: top;
  padding: 0 0 30px;
}
.p--form-block {
  padding: 0 0 20px;
  margin: 0 0 50px;
}
.p--form-block.addline {
  border-bottom: 1px solid #aeaeae;
}
.p--form-address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 40px;
}
.p--form-address-stext {
  letter-spacing: -0.25em;
}
.p--form-address-zipcode-content {
  display: flex;
  align-items: center;
}
.p--form-address-zipcode-exp {
  margin-left: 30px;
}
.p--form-address dt {
  width: 20.2380952381%;
  padding: 0 0 30px;
}
.p--form-address dd {
  width: 79.7619047619%;
  padding: 0 0 30px;
}
.p--form-caution {
  margin: 60px 0;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: var(--font-san-serif);
}
.p--form .required {
  color: #cb0032;
  font-size: 1.6rem;
  display: block;
}
.p--form .text-block {
  border: 1px solid #aaaaaa;
  box-shadow: 2px 3px 3px -1px rgba(0, 0, 0, 0.52) inset;
  border-radius: 5px;
  padding: 16px;
  font-size: 1.6rem;
  width: 606.5px;
}
.p--form .textarea-block {
  border: 1px solid #aaaaaa;
  box-shadow: 2px 3px 3px -1px rgba(0, 0, 0, 0.52) inset;
  border-radius: 5px;
  padding: 16px;
  font-size: 1.6rem;
  width: 810px;
  height: 300px;
}
.p--form .text-block-half {
  border: 1px solid #aaaaaa;
  box-shadow: 2px 3px 3px -1px rgba(0, 0, 0, 0.52) inset;
  border-radius: 5px;
  padding: 16px;
  font-size: 1.6rem;
  width: 284px;
}
.p--form .text-block-zip {
  border: 1px solid #aaaaaa;
  box-shadow: 2px 3px 3px -1px rgba(0, 0, 0, 0.52) inset;
  border-radius: 5px;
  padding: 16px;
  font-size: 1.6rem;
  width: 118px;
}
.p--form .text-block-c {
  border: 1px solid #aaaaaa;
  box-shadow: 2px 3px 3px -1px rgba(0, 0, 0, 0.52) inset;
  border-radius: 5px;
  padding: 16px;
  font-size: 1.6rem;
  width: 636px;
}
.p--form ::placeholder {
  color: #bbbbbb;
}
.p--form ::-ms-input-placeholder {
  color: #bbbbbb;
}
.p--form :-ms-input-placeholder {
  color: #bbbbbb;
}

.form-radio-list {
  display: flex;
  justify-content: space-between;
}
.form-radio-list .mwform-radio-field {
  border: 1px solid #aeaeae;
  width: 45.8333333333%;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 0 0 10px;
  border-radius: 5px;
  box-shadow: -2px -1px 3px -1px rgba(0, 0, 0, 0.52) inset;
}

.form-radio-listlows {
  box-shadow: -2px -1px 3px -1px rgba(0, 0, 0, 0.52) inset;
  border-radius: 5px;
  border: 1px solid #aeaeae;
  width: 640px;
}
.form-radio-listlows .mwform-radio-field {
  border-bottom: 1px solid #aeaeae;
  display: block;
  padding: 15px 10px;
}

.type-radio .visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.type-radio .mwform-radio-field-text {
  cursor: pointer;
  padding-left: 40px;
  position: relative;
}
.type-radio .mwform-radio-field-text::before,
.type-radio .mwform-radio-field-text::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.type-radio .mwform-radio-field-text::before {
  background-color: #fff;
  border: 2px solid #aeaeae;
  height: 20px;
  width: 20px;
  left: 5px;
  box-sizing: border-box;
}
.type-radio .mwform-radio-field-text::after {
  background-color: #aeaeae;
  opacity: 0;
  height: 10px;
  width: 10px;
  left: 10px;
}
.type-radio input:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
.type-radio input:checked + .mwform-radio-field-text::before {
  border: 2px solid #b72e2e;
}

.entry-info .mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0;
}

.p-select {
  background: #FFF;
  height: 60px;
  width: 394px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  box-shadow: -2px -1px 3px -1px rgba(0, 0, 0, 0.52) inset;
  border: 1px solid #aaaaaa;
}

.p-select::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #444;
  border-right: 2px solid #444;
  z-index: -1;
}

.p-select select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 0 10px;
}

.p--form-privacy {
  box-shadow: 2px 3px 3px -1px rgba(0, 0, 0, 0.52) inset;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  margin: 0 0 30px;
  height: 180px;
  overflow-y: scroll;
}
.p--form-privacy__inner {
  padding: 15px;
}
.p--form-privacy__inner p {
  font-family: var(--font-san-serif);
  margin: 0 0 30px;
}

.p--form-control {
  margin: 70px 0 0;
  display: flex;
  justify-content: center;
}

.p--form-control .o-link-button {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 495px;
  height: 80px;
  border: none;
  color: #FFF;
  font-size: 2rem;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.p--form-control .o-link-button.submit {
  background-color: #434343;
}
.p--form-control .o-link-button.confirm {
  background-color: #959595;
}
.p--form-control .o-link-button:hover {
  opacity: 0.45;
}

.p--form-control .link-back {
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 80px;
  border: none;
  color: #FFF;
  font-size: 2rem;
  background-color: #959595;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  margin-right: 40px;
}
.p--form-control .link-back:hover {
  opacity: 0.45;
}

input[type=checkbox] {
  display: none;
}

.p--form-privacy-check {
  margin: 0 20px;
  display: block;
}

.mwform-checkbox-field-text {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.mwform-checkbox-field-text::before {
  background: #fff;
  border: 1px solid #231815;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.mwform-checkbox-field-text::after {
  border-right: 3px solid #b72e2e;
  border-bottom: 3px solid #b72e2e;
  content: "";
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}

.form-content .mw_wp_form .error {
  display: block;
  padding: 5px;
  color: #cb0032;
  font-family: var(--font-san-serif);
  margin: 0 0 0;
  font-weight: 700;
}

.has-error {
  border: 2px solid #cb0032 !important;
  background-color: #FBFAE8;
  box-shadow: none !important;
}

.mwform-checkbox-field-text.has-error {
  border: none !important;
  display: block;
}

.confirm-text {
  display: none;
}

.form-content .mw_wp_form_confirm .p--form .required {
  display: none;
}
.form-content .mw_wp_form_confirm .p--form-layout th {
  padding: 0 0 60px;
}
.form-content .mw_wp_form_confirm .p--form-layout td {
  padding: 0 0 60px;
}
.form-content .mw_wp_form_confirm .form-radio-listlows {
  box-shadow: unset;
  border-radius: 0;
  border: none;
}
.form-content .mw_wp_form_confirm .p-select {
  background: none;
  height: auto;
  width: auto;
  border-radius: 0;
  border: none;
  box-shadow: unset;
}
.form-content .mw_wp_form_confirm .p-select:after {
  display: none;
}
.form-content .mw_wp_form_confirm .p--form-privacy {
  display: none;
}
.form-content .mw_wp_form_confirm .p--form-privacy-check {
  display: none;
}
.form-content .mw_wp_form_confirm .confirm-text {
  display: block;
}
.form-content .mw_wp_form_confirm .p--form-caution {
  display: none;
}

@media screen and (max-width: 768px) {
  .form-content {
    padding: 9.3333333333vw 4vw;
  }
  .form-content__inner {
    max-width: initial;
  }
  .form-lead {
    font-size: 3.2vw;
  }
  .form .lead-block {
    border-bottom: 1px solid #aeaeae;
    padding: 0 0 16vw;
    margin: 0 0 8vw;
  }
  .form .p-country-name {
    display: none;
  }
  .form-thanks-catch {
    font-size: 3.7333333333vw;
    margin: 0 0 6.6666666667vw;
  }
  .form-thanks-lead {
    font-size: 3.2vw;
    margin: 0 0 5.3333333333vw;
  }
  .form-thanks-button {
    margin: 17.3333333333vw auto 0;
    width: 66vw;
    height: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .p--form-layout {
    width: 100%;
  }
  .p--form-layout th {
    display: block;
    font-size: 3.2vw;
    width: auto;
    padding: 0 0 2vw;
  }
  .p--form-layout td {
    display: block;
    font-size: 3.2vw;
    width: auto;
    padding: 0 0 7.3333333333vw;
  }
  .p--form-block {
    padding: 0 0 20px;
    margin: 0 0 50px;
  }
  .p--form-block.addline {
    border-bottom: 1px solid #aeaeae;
  }
  .p--form-address {
    display: block;
    width: 100%;
    margin: 0 0 5.3333333333vw;
  }
  .p--form-address-stext {
    letter-spacing: -0.25em;
  }
  .p--form-address-zipcode-content {
    display: flex;
    align-items: center;
  }
  .p--form-address-zipcode-exp {
    margin-left: 2.6666666667vw;
    font-size: 3.2vw;
  }
  .p--form-address dt {
    width: auto;
    padding: 0 0 2vw;
  }
  .p--form-address dd {
    width: auto;
    padding: 0 0 7.3333333333vw;
  }
  .p--form-address dd:last-child {
    padding: 0;
  }
  .p--form-caution {
    margin: 9.3333333333vw 0;
    font-size: 3.2vw;
  }
  .p--form .required {
    font-size: 2.4vw;
    display: inline-block;
    margin: 0 0 0 2vw;
  }
  .p--form .text-block {
    border-radius: 0.6666666667vw;
    padding: 4vw 2.6666666667vw;
    font-size: 3.2vw;
    width: 86.6666666667vw;
  }
  .p--form .textarea-block {
    border-radius: 0.6666666667vw;
    padding: 4vw 2.6666666667vw;
    font-size: 3.2vw;
    width: 86.6666666667vw;
    height: 62.6666666667vw;
  }
  .p--form .text-block-half {
    border-radius: 0.6666666667vw;
    padding: 4vw 2.6666666667vw;
    font-size: 3.2vw;
    width: 43.2vw;
  }
  .p--form .text-block-zip {
    border-radius: 0.6666666667vw;
    padding: 4vw 2.6666666667vw;
    font-size: 3.2vw;
    width: 32vw;
  }
  .p--form .text-block-c {
    border-radius: 0.6666666667vw;
    padding: 4vw 2.6666666667vw;
    font-size: 3.2vw;
    width: 86.6666666667vw;
  }
  .form-radio-list {
    display: block;
    justify-content: space-between;
    border: 1px solid #aeaeae;
    width: 92vw;
    border-radius: 0.6666666667vw;
    box-shadow: -2px -1px 3px -1px rgba(0, 0, 0, 0.52) inset;
  }
  .form-radio-list .mwform-radio-field {
    width: 90.6666666667vw;
    height: 10.6666666667vw;
    display: flex;
    align-items: center;
    padding: 2vw 1.3333333333vw;
    border-radius: 0.6666666667vw;
    box-shadow: none;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #aeaeae;
  }
  .form-radio-listlows {
    box-shadow: -2px -1px 3px -1px rgba(0, 0, 0, 0.52) inset;
    border-radius: 0.6666666667vw;
    width: 92vw;
  }
  .form-radio-listlows .mwform-radio-field {
    border-bottom: 1px solid #aeaeae;
    display: block;
    padding: 2vw 1.3333333333vw;
  }
  .type-radio .visually-hidden {
    position: absolute;
    white-space: nowrap;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    margin: -1px;
  }
  .type-radio .mwform-radio-field-text {
    cursor: pointer;
    padding-left: 40px;
    position: relative;
  }
  .type-radio .mwform-radio-field-text::before,
  .type-radio .mwform-radio-field-text::after {
    content: "";
    display: block;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
  }
  .type-radio .mwform-radio-field-text::before {
    background-color: #fff;
    border: 2px solid #aeaeae;
    height: 20px;
    width: 20px;
    left: 5px;
    box-sizing: border-box;
  }
  .type-radio .mwform-radio-field-text::after {
    background-color: #aeaeae;
    opacity: 0;
    height: 10px;
    width: 10px;
    left: 10px;
  }
  .type-radio input:checked + .mwform-radio-field-text::after {
    opacity: 1;
  }
  .type-radio input:checked + .mwform-radio-field-text::before {
    border: 2px solid #b72e2e;
  }
  .entry-info .mw_wp_form .horizontal-item + .horizontal-item {
    margin: 0;
  }
  .p-select {
    background: #FFF;
    height: 10.6666666667vw;
    width: 70vw;
    border-radius: 0.6666666667vw;
  }
  .p-select::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 2px solid #444;
    border-right: 2px solid #444;
    z-index: -1;
  }
  .p-select select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    color: #333;
    font-size: 3.2vw;
    width: 100%;
    height: 100%;
    padding: 0 10px;
  }
  .p--form-privacy {
    box-shadow: 2px 3px 3px -1px rgba(0, 0, 0, 0.52) inset;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    margin: 0 0 30px;
    height: 180px;
    overflow-y: scroll;
  }
  .p--form-privacy__inner {
    padding: 15px;
  }
  .p--form-privacy__inner p {
    font-family: var(--font-san-serif);
    margin: 0 0 30px;
  }
  .p--form-control {
    margin: 8vw 0 0;
  }
  .p--form-control .o-link-button {
    border-radius: 0;
    width: 66vw;
    height: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .p--form-control .link-back {
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17.3333333333vw;
    height: 10.6666666667vw;
    font-size: 3.7333333333vw;
    margin-right: 5.3333333333vw;
  }
  input[type=checkbox] {
    display: none;
  }
  .p--form-privacy-check {
    margin: 0 20px;
    display: block;
  }
  .mwform-checkbox-field-text {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
  }
  .mwform-checkbox-field-text::before {
    background: #fff;
    border: 1px solid #231815;
    content: "";
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
  }
  .mwform-checkbox-field-text::after {
    border-right: 3px solid #b72e2e;
    border-bottom: 3px solid #b72e2e;
    content: "";
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
  }
  input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
    opacity: 1;
  }
  .form-content .mw_wp_form .error {
    border: 0.5333333333vw solid #cb0032;
    padding: 1.3333333333vw;
    margin: 5.3333333333vw 0 0;
    max-width: 26.6666666667vw;
  }
  .confirm-text {
    display: none;
  }
  .form-content .mw_wp_form_confirm .p--form .required {
    display: none;
  }
  .form-content .mw_wp_form_confirm .p--form-layout th {
    padding: 0 0 6.6666666667vw;
  }
  .form-content .mw_wp_form_confirm .p--form-layout td {
    padding: 0 0 6.6666666667vw 2.6666666667vw;
  }
  .form-content .mw_wp_form_confirm .p--form-layout td .p--form-address {
    margin: 0 0 0 -2.66667vw;
  }
  .form-content .mw_wp_form_confirm .p--form-layout td .p--form-address dd {
    padding: 0 0 6.6666666667vw 2.6666666667vw;
  }
  .form-content .mw_wp_form_confirm .form-radio-list {
    box-shadow: unset;
    border-radius: 0;
    border: none;
  }
  .form-content .mw_wp_form_confirm .form-radio-listlows {
    box-shadow: unset;
    border-radius: 0;
    border: none;
  }
  .form-content .mw_wp_form_confirm .p-select {
    background: none;
    height: auto;
    width: auto;
    border-radius: 0;
    border: none;
    box-shadow: unset;
  }
  .form-content .mw_wp_form_confirm .p-select:after {
    display: none;
  }
  .form-content .mw_wp_form_confirm .p--form-privacy {
    display: none;
  }
  .form-content .mw_wp_form_confirm .p--form-privacy-check {
    display: none;
  }
  .form-content .mw_wp_form_confirm .confirm-text {
    display: block;
  }
  .form-content .mw_wp_form_confirm .p--form-caution {
    display: none;
  }
  .form-content .mw_wp_form_confirm .p--form-address-zipcode-exp {
    display: none;
  }
}
/*--------------------------------------------------------------
    # _post.scss
--------------------------------------------------------------*/
/*
    News
--------------------------------------------------------------*/
.p--news-title {
  margin: 0 0 100px;
  font-size: 2.9rem;
}

.p--news-list li {
  margin: 0 0 45px;
  padding: 0 0 10px;
  border-bottom: 0.5px solid #CCC;
  line-height: 1.75;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p--news-list-meta {
  width: 38.0952380952%;
  display: flex;
  align-items: center;
}
.p--news-list-meta-date {
  margin: 0 15.625% 0 0;
}
.p--news-list-meta-date time {
  letter-spacing: 0.05em;
  display: block;
}
.p--news-list-category {
  padding: 5px 20px;
  border: 0.5px solid #CCC;
  font-size: 1.4rem;
  display: block;
  line-height: 1;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.p--news-list-category:link {
  text-decoration: none;
  color: var(--main-color);
}
.p--news-list-category:visited {
  text-decoration: none;
  color: var(--main-color);
}
.p--news-list-category:hover {
  text-decoration: none;
  color: var(--main-color);
}
.p--news-list-title {
  width: 59.5238095238%;
}
.p--news-list-title a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.p--news-list-title a:link {
  text-decoration: none;
  color: var(--main-color);
}
.p--news-list-title a:visited {
  text-decoration: none;
  color: var(--main-color);
}
.p--news-list-title a:hover {
  text-decoration: underline;
  color: var(--main-color);
}

.p--archives-nav {
  width: 17.6470588235%;
}
.p--archives-nav__inner {
  padding: 0 0 0 60px;
}
.p--archives-list li {
  margin: 0 0 30px;
}
.p--archives-list li a {
  font-size: 1.6rem;
  position: relative;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.p--archives-list li a:link {
  text-decoration: none;
  color: var(--main-color);
}
.p--archives-list li a:visited {
  text-decoration: none;
  color: var(--main-color);
}
.p--archives-list li a:hover {
  text-decoration: none;
  color: var(--main-color);
}
.p--archives-list li a:before {
  display: block;
  content: "";
  height: 1px;
  width: 95%;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.p--archives-list li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.p--single-date {
  display: block;
  margin: 0 0 30px;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p--news-title {
    margin: 0 0 9.3333333333vw;
    font-size: 4.8vw;
  }
  .p--news-list li {
    margin: 0 0 12vw;
    padding: 0 0 2vw;
    display: block;
  }
  .p--news-list-meta {
    width: auto;
    margin: 0 0 4vw;
  }
  .p--news-list-meta-date {
    margin: 0 3.3333333333vw 0 0;
  }
  .p--news-list-meta-date time {
    font-size: 3.2vw;
    display: block;
  }
  .p--news-list-category {
    padding: 0.6666666667vw 2.6666666667vw;
    font-size: 3.2vw;
  }
  .p--news-list-title {
    width: auto;
    line-height: 1.25;
  }
  .p--news-list-title a {
    font-size: 3.2vw;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .p--news-list-title a:link {
    text-decoration: none;
    color: var(--main-color);
  }
  .p--news-list-title a:visited {
    text-decoration: none;
    color: var(--main-color);
  }
  .p--news-list-title a:hover {
    text-decoration: underline;
    color: var(--main-color);
  }
  .p--archives-nav {
    display: none;
  }
  .p--single-date {
    margin: 0 0 4vw;
    font-size: 3.2vw;
  }
  .p--archives-navsmp .p-select {
    background: #FFF;
    height: 10.6666666667vw;
    width: 92vw;
    border-radius: 0.6666666667vw;
  }
}
/*
    Products
--------------------------------------------------------------*/
.products--intro {
  padding: 100px 24px 260px;
}
.products--intro__inner {
  max-width: 1020px;
  margin: 0 auto;
}
.products--intro-lead {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}
.products--intro.tax__intro {
  padding: 100px 24px 200px;
}

.products--links__inner {
  padding: 40px 24px 150px;
}
.products--links-title {
  font-size: 2.8rem;
  margin: 0 0 40px;
  text-align: center;
}
.products--links-lead__wrap {
  max-width: 780px;
  margin: 0 auto;
}
.products--links-lead {
  font-size: 1.6rem;
  line-height: 1.75;
}
.products--links-main {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 475px;
}
.products--links-main.table {
  background-image: url(assets/images/pages/products/ph__01.jpg);
}
.products--links-main.living {
  background-image: url(assets/images/pages/products/ph__02.jpg);
}
.products--links .cmn--links__wrap {
  margin-top: 40px;
}

.products--items {
  padding: 0 24px 100px;
}
.products--items__inner {
  max-width: 1020px;
  margin: 0 auto;
}
.products--items-list {
  display: flex;
  flex-wrap: wrap;
}
.products--items-list li {
  width: 29.4117647059%;
  margin: 0 5.8823529412% 80px 0;
  position: relative;
  padding: 0 0 30px;
}
.products--items-list li:nth-child(3n) {
  margin: 0 0 80px 0;
}
.products--items-photo {
  display: block;
  margin: 0 0 35px;
}
.products--items-photo img {
  width: 100%;
  vertical-align: bottom;
}
.products--items-title {
  text-align: center;
  font-size: 2.4rem;
  margin: 0 0 30px;
}
.products--items-exp {
  font-size: 1.6rem;
  line-height: 1.75;
}
.products--items .cmn--links__wrap {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  .products--intro {
    padding: 13.3333333333vw 9.3333333333vw 33.3333333333vw;
  }
  .products--intro__inner {
    max-width: initial;
  }
  .products--intro-lead {
    font-size: 3.2vw;
  }
  .products--intro.tax__intro {
    padding: 13.3333333333vw 10.6666666667vw 33.3333333333vw;
  }
  .products--links__inner {
    padding: 10.6666666667vw 8.6666666667vw 36vw;
  }
  .products--links-title {
    font-size: 4.8vw;
    margin: 0 0 8vw;
  }
  .products--links-lead__wrap {
    max-width: initial;
    margin: 0 auto;
  }
  .products--links-lead {
    font-size: 3.2vw;
  }
  .products--links-main {
    min-height: 58.6666666667vw;
  }
  .products--links-main.table {
    background-image: url(assets/images/pages/products/ph__01__smp.jpg);
  }
  .products--links-main.living {
    background-image: url(assets/images/pages/products/ph__02__smp.jpg);
  }
  .products--links .cmn--links__wrap {
    margin-top: 10.6666666667vw;
  }
  .products--items {
    padding: 0 10.6666666667vw 13.3333333333vw;
  }
  .products--items__inner {
    max-width: initial;
  }
  .products--items-list {
    display: block;
  }
  .products--items-list li {
    width: auto;
    margin: 0 0 28vw;
    position: relative;
  }
  .products--items-list li:nth-child(3n) {
    margin: 0 0 28vw;
  }
  .products--items-photo {
    margin: 0 0 6.6666666667vw;
  }
  .products--items-title {
    font-size: 4.8vw;
    margin: 0 0 5.3333333333vw;
  }
  .products--items-exp {
    font-size: 3.2vw;
  }
  .products--items .cmn--links__wrap {
    position: relative;
    bottom: inherit;
    right: inherit;
    margin: 6.6666666667vw 0 0;
  }
}
/*--------------------------------------------------------------
    # _post.scss
--------------------------------------------------------------*/
/**
 # Objects -  utility -
 */
/*--------------------------------------------------------------
    # _utility.scss
--------------------------------------------------------------*/
.u-radius5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.u-radiusC {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.transition {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*--------------------------------------------------------------
    # _animation.scss
--------------------------------------------------------------*/
/*
    Opening
--------------------------------------------------------------*/
body.preload .overlay--content {
  opacity: 0;
}

body.loaded .overlay--content {
  opacity: 1;
  transition: 3s cubic-bezier(0.3, 0.2, 0.3, 1);
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.loading_logo {
  z-index: 2001;
  width: 220px;
  animation: logo-animation 3s forwards;
}
.loading_logo img {
  width: 100%;
  vertical-align: bottom;
}

@keyframes logo-animation {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  60% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
body.finished .loading {
  display: none;
}

/*
    home [keyvisual]
--------------------------------------------------------------*/
body.preload .h--mv-logo {
  opacity: 0;
  transform: translateY(0);
  transition: 3s cubic-bezier(0.3, 0.2, 0.3, 1) 1.5s;
  will-change: opacity, transform;
}

body.loaded .h--mv-logo {
  opacity: 1;
  transform: translateY(0);
  will-change: opacity, transform;
}

/* home [pickup] */
body.preload .h--pickup {
  opacity: 0;
  transform: translateY(0);
  transition: 3s cubic-bezier(0.3, 0.2, 0.3, 1) 1.5s;
}

body.loaded .h--pickup {
  opacity: 1;
  transform: translateY(0);
}

/*
    Common [to-up-ani]
--------------------------------------------------------------*/
.to-up-ani {
  opacity: 0;
  transform: translateY(40px);
  transition: 1.5s cubic-bezier(0.3, 0.2, 0.3, 1) 0s;
}

.to-up-ani.lazyloaded {
  opacity: 1;
  transform: translateY(0);
}

/*
    Common [fade-up-ani]
--------------------------------------------------------------*/
.fade-up-ani {
  opacity: 0;
  transform: translateY(0);
  transition: 2.5s cubic-bezier(0.3, 0.2, 0.3, 1) 0s;
}

.fade-up-ani.lazyloaded {
  opacity: 1;
  transform: translateY(0);
}

/*
    Common [fade-text]
--------------------------------------------------------------*/
.fade-text.lazyloaded {
  --opacity: 1;
}

.char {
  display: inline-block;
  opacity: var(--opacity, 0);
  transition: opacity 0.9s cubic-bezier(0.3, 0.2, 0.3, 1);
  transition-delay: calc(0.05s * var(--char-index));
}

/*
    Common [back-in-bg]
--------------------------------------------------------------*/
.back-in-bg {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: 1.7s cubic-bezier(0.3, 0.2, 0.3, 1);
}

.back-in-bg.lazyloaded {
  opacity: 1;
  transform: translateY(0);
}

.back-in-bg::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF;
  top: 0;
  left: 0;
  z-index: 1;
  transform-origin: center top;
  transition: 0.7s cubic-bezier(0.3, 0.2, 0.3, 1);
}

.back-in-bg::after {
  z-index: 2;
  background: #fff;
  transition: 1.1s cubic-bezier(0.3, 0.2, 0.3, 1);
  transform: scale3d(1, 1, 1);
  transform-origin: left top;
}

.back-in-bg.lazyloaded::before {
  background: #FFF;
  opacity: 1;
  transform: scale3d(1, 0, 1);
}

.back-in-bg.lazyloaded::after {
  transform: scale3d(1, 0, 1);
  transform-origin: left top;
}

/*
    Common [sep-in-bg]
--------------------------------------------------------------*/
.sep-in-bg {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: 1.7s cubic-bezier(0.3, 0.2, 0.3, 1);
}

.sep-in-bg.lazyloaded {
  opacity: 1;
  transform: translateY(0);
}

.sep-in-bg::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF;
  top: 0;
  left: 0;
  z-index: 1;
  transform-origin: center top;
  transition: 0.7s cubic-bezier(0.3, 0.2, 0.3, 1);
}

.sep-in-bg::after {
  z-index: 2;
  background: #fff;
  transition: 1.1s cubic-bezier(0.3, 0.2, 0.3, 1);
  transform: scale3d(1, 1, 1);
  transform-origin: left top;
}

.sep-in-bg.lazyloaded::before {
  background: #FFF;
  opacity: 1;
  transform: scale3d(1, 0, 1.2);
}

.sep-in-bg.lazyloaded::after {
  transform: scale3d(1, 0, 1.2);
  transform-origin: left top;
}/*# sourceMappingURL=style.css.map */