@charset "UTF-8";
body {
	color: #512E1D;
	background: #fdfdfd;
	font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
	line-height: 100%;
}
img,svg {
	max-width: 100%;
	height: auto;
}
.tac {
    text-align: center;
}
.anchor-target {
  scroll-margin-top: 110px;
}
.content-wrap {
    width: 1100px;
    margin: auto;
}
.ma-v-content {
    width: 1400px;
    margin: auto;
    background-image: url(../img/top/main-v-image.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.main-v-spimg {
    display: none;
}
.is-sp {
    display: none;
}
.is-mvsp {
    display: none;
}
@media screen and (max-width: 1400px) {
.ma-v-content {
    width: 100%;
    padding: 0 20px;
}
}
@media screen and (max-width: 767px) {
.is-sp {
    display: block;
}
.is-pc {
    display: none;
}
}
@media screen and (max-width: 1100px) {
.content-wrap {
    width: 100%;
    padding: 0 20px;
}
.ma-v-content {
    background-image: none;
}
.main-v-spimg {
    display: block;
    text-align: center;
}
p.is-sp.main-v-spimg {
    display: block;
    text-align: center;
}
.is-mvsp {
    display: block;
}
.is-mvpc {
    display: none;
}
}
/* header */
header.header {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fdfdfd;
    z-index: 9999;
}
.header-content {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 16px 0;
}
.header-logo {
    display: table-cell;
    width: 30%;
    vertical-align: top;
}
.header-nav {
    display: table-cell;
    width: 70%;
    text-align: right;
    vertical-align: top;
}
h1.header-logo,p.header-logo {
    margin: 0;
    padding: 0;
}
.header-logo img {
    width: 277px;
}
.header-nav .nav-type-02 {
    padding-top: 8px;
}
.header-nav li a img {
    height: 15px;
}
.header-nav li {
    display: inline-block;
}
.header-nav .nav-type-01 li {
     padding: 0 0 0 30px;
}
.header-nav .nav-type-02 li {
     padding: 0 15px 0 15px;
     border-left: 1px solid #512e1d;
}
.header-nav .nav-type-02 li:first-child {
    border: none;
}
.header-nav .nav-type-02 li:last-child {
    padding: 0 0 0 15px;
}
.header-nav li a svg .nav-text {
    fill: #512e1d;
}
.header-nav li a svg {
    display: block;
    height: auto;
}
.header-nav li a svg .nav-text {
    fill: #512e1d;
}
.header-nav li a svg .hover-text {
    fill: #fefefe;
}
.header-nav li a:hover svg .hover-text {
    fill: #512e1d;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.header-nav li a svg .nav-text2 {
    fill: #512e1d;
}
.header-nav li a:hover svg .nav-text2 {
    fill: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.header-nav li a svg .hover-bg {
    fill: #fefefe;
    stroke: #512e1d;
    stroke-width: 3px;
}
.header-nav li a:hover svg .hover-bg {
    fill: #eba583;
    stroke: #eba583;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.header-nav li.nav-01 a svg {
    width: 227px;
}
.header-nav li.nav-02 a svg {
    width: 71px;
}
.header-nav li.nav-03 a svg {
    width: 207px;
}
.header-nav li.nav-04 a svg {
    width: 104px;
}
.header-nav li.nav-05 a svg {
    width: 62px;
    padding: 10px 0 5px;
}
.header-nav li.nav-06 a svg {
    width: 111px;
    padding: 10px 0 5px;
}
.header-nav li.nav-07 a svg {
    width: 47px;
    padding: 10px 0 5px;
}
.header-nav li.nav-08 a svg {
    width: 137px;
}
.btn-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    padding: 22px  8px;
    border-radius: 50%;
    box-shadow: 2px 2px 2px #b9b9b9;
    text-align: center;
}
.btn-top a svg {
    width: 45px;
}
.btn-top:hover {
    background: #eba583;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.btn-top a svg .hover-text {
    fill: #512e1d;
}
.btn-top:hover a svg .hover-text {
    fill: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
@media screen and (max-width: 767px) {
.btn-top {
    right: 15px;
}
}
/* hamburger&sp-nav */
.sp-nav {
    display: none;
}
@media screen and (max-width: 1100px) {
header.header {
    z-index: 30;
}
.nav-type-01,.nav-type-02 {
    display: none;
}
.sp-nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    text-align: right;
    z-index: 999;
    width: 100%;
}
.header-content {
    padding: 20px 0 15px;
}
.header-logo {
    width: 100%;
}
.header-logo img {
    width: 200px;
}
.overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: #eeedeb;
  z-index: 20;
  top:70px;
}
}
.hamburger {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 66px;
  position: relative;
  z-index: 9998;
}
.hamburger img {
  display: block;
  width: 100%;
  height: auto;
}
.menu {
  display: none;
  z-index: 9999;
}
.sp-nav .menu {
    border-top: 4px solid #eeedeb;
    position: relative;
    background: #fefefe;
}
.sp-nav .menu ul li {
    border-top: 2px solid #eeedeb;
    text-align: left;
    background-image: url(../img/common/sp-nav-icon.svg);
    background-repeat: no-repeat;
    background-position: right;
}
.sp-nav .menu ul li a {
    display: block;
    width: 100%;
}
.sp-nav .menu ul li img {
    max-width: 335px;
}
.sp-nav .menu ul li.sp-nav-btn {
    text-align: center;
    padding: 20px;
    background: #eeedeb;
}
.sp-nav-footer {
    background: #eeedeb;
    text-align: center;
    font-weight: 600;
    padding: 30px 0 0;
}
/* mainvisual */
main.main {
    padding: 110px 0 0;
}
.main-v-ttl {
    padding: 175px 0 0;
}
.main-v-ttl img {
    width: 688px;
}
.main-v-text {
    padding: 45px 0 0;
}
.main-v-text img {
    width: 588px;
}
.main-v-link {
    padding: 50px 0;
}
.main-v-link svg {
    width: 239px;
}
.main-v-link a svg .more-link {
    fill: #512e1d;
}
.main-v-link a:hover svg .more-link {
    fill: #eba583;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.main-v-link a svg .more-link-line {
	stroke: #512e1d;
    stroke-width: 3px;
}
.main-v-link a:hover svg .more-link-line {
	stroke: #eba583;
    stroke-width: 3px;
}
@media screen and (max-width: 767px) {
.main-v-ttl {
    text-align: center;
}
}
@media screen and (max-width: 1100px) {
main.main {
    padding: 80px 0 0;
}
.main-v-ttl {
    padding: 50px 0 0;
}
.main-v-ttl img {
    width: calc(100vw * 300 / 375);
    margin: auto;
}
.main-v-text {
    padding: 20px 0 0;
}
.main-v-text img {
    width: calc(100vw * 330 / 375);
    margin: auto;
}
.main-v-link {
    padding: 15px 0 50px;
    text-align: center;
}
.main-v-link svg {
    width: calc(100vw * 155 / 375);
}
}
/* top */
.top-section-01-warp {
	border-bottom:1px solid #fbf2ee;
}
.top-section-01 {
    padding: 100px 0 0;
    text-align: center;
}
.top-section-01 h2 img {
    width: 314px;
}
.top-sec01-text01 {
    padding: 70px 0 0;
}
.top-sec01-text01 img {
    width: 616px;
}
.top-sec01-text02 {
    padding: 35px 0 0;
}
.top-sec01-text02 img {
    width: 730px;
}
.top-sec01-text03 {
    padding: 65px 0 75px;
}
.top-sec01-text03 img {
    width: 712px;
}
.top-section-02 {
    padding: 75px 0 90px;
}
.top-section-02 h2 {
    text-align: center;
}
.top-section-02 h2 img {
    width: 99px;
}
.top-sec02-text01 {
    padding: 70px 0 55px;
    text-align: center;
}
.top-sec02-text01 img {
    width: 300px;
}
.top-sec02-imgeunit {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.top-sec02-imagebox {
    display: table-cell;
    width: 33%;
    vertical-align: top;
    text-align: center;
}
.top-sec02-imagebox:first-child {
    padding-right: 20px;
}
.top-sec02-imagebox:nth-child(2) {
    padding-right: 10px;
    padding-left: 10px;
}
.top-sec02-imagebox:last-child {
    padding-left: 20px;
}
.top-sec02-imagebox p {
    font-weight: 800;
    font-size: 30px;
    min-height: 80px;
}
.top-sec02-imagebox p span {
    border: 2px solid #512e1e;
    border-radius: 50%;
    padding: 0 8px;
    font-size: 0.6em;
    position: relative;
    top: -4px;
    left: -4px;
}
.top-sec02-imagebox p span.caption {
    border: none;
    padding: 15px 0 0;
    font-size: 0.5em;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    font-weight: 400;
}
.top-sec02-text02 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    padding: 20px 0 0;
}
.top-sec02-text03 {
    text-align: center;
    padding: 100px 0 0;
}
.top-sec02-text03 img {
    width: 777px;
}
.top-sec02-text04 {
    padding: 50px 50px 0;
    line-height: 150%;
    font-size: 24px;
}
.top-sec02-text05 {
    padding: 20px 50px 50px;
    line-height: 150%;
    font-size: 24px;
}
.top-sec02-text05 span {
    font-weight: 600;
}
.top-section-02-imagebox-type2 .top-sec02-imagebox:first-child {
    padding-right: 20px;
}
.top-section-02-imagebox-type2 .top-sec02-imagebox:nth-child(2) {
    padding-right: 0!important;
    padding-left: 20px;
}
.top-section-03 {
	border-top:1px solid #fbf2ee;
	padding: 90px 0 0;
}
.top-section-03 h2 {
    text-align: center;
    padding: 0 0 70px;
}
.top-section-03 h2 img {
    width: 280px;
}
.top-sec03-imgunit {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0 0 100px;
}
.top-sec03-imgox01,.top-sec03-imgox04 {
    display: table-cell;
    width: 42%;
    vertical-align: top;
}
.top-sec03-imgox02,.top-sec03-imgox03 {
    display: table-cell;
    width: 58%;
    vertical-align: top;
}
.top-sec03-imgox01.is-sp {
    display: none;
}
.top-sec03-imgox02 {
    padding: 0 0 0 60px;
}
.top-sec03-imgox03 {
    padding: 0 60px 0 0;
    text-align: right;
}
.top-sec03-ttl {
    width: 600px;
    padding: 0 0 45px;
    display: inline-block;
}
.top-sec03-text {
    width: 600px;
    line-height: 150%;
    font-size: 20px;
    display: inline-block;
    text-align: left;
}
.top-sec03-text span {
    color: #eba583;
    font-weight: 600;
}
.top-sec03-text strong {
    font-weight: 600;
}
.top-sec03-btnmore {
    padding: 0 0 75px;
    border-bottom: 1px solid #fbf2ee;
    text-align: center;
}
.top-sec03-btnmore svg {
    width: 239px;
}
.top-sec03-btnmore a svg .more-link {
    fill: #512e1d;
}
.top-sec03-btnmore a:hover svg .more-link {
    fill: #eba583;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.top-sec03-btnmore a svg .more-link-line {
	stroke: #512e1d;
    stroke-width: 3px;
}
.top-sec03-btnmore a:hover svg .more-link-line {
	stroke: #eba583;
    stroke-width: 3px;
}
.is-pc.top-sec03v2-01ttl {
    position: relative;
}
.is-pc.top-sec03v2-01ttl img {
    width: 585px;
    position: relative;
    top: 65px;
}
.top-sec03v2-01 {
    padding: 115px 0 85px;
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
}
.top-sec03v2-01-left {
    display: table-cell;
    width: 46%;
    vertical-align: top;
    position: relative;
}
.top-sec03v2-01-right {
    display: table-cell;
    width: 56%;
    vertical-align: top;
}
.top-sec03v2-01-left img {
    width: 600px;
    padding: 0 0 50px;
}
.top-sec03v2-01-left p:nth-child(2) {
    width: 450px;
    line-height: 150%;
    font-size: 20px;
}
.top-sec03v2-01-left p.top-sec03v2-01-text {
    width: 450px;
    font-size: 20px;
    line-height: 150%;
}
.top-sec03v2-01-left p.caption {
    width: 450px;
    font-size: 18px;
    line-height: 150%;
    padding: 50px 0 0;
}
.top-sec03v2-02 {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.top-sec03v2-02-left {
    display: table-cell;
    width: 32%;
    vertical-align: top;
}
.top-sec03v2-02-right {
    display: table-cell;
    width: 68%;
    vertical-align: top;
    line-height: 150%;
}
.top-sec03v2-02-left img {
    width: 305px;
}
.top-sec03v2-02-left p {
    padding: 25px 0 0;
    line-height: 150%;
    font-size: 16px;
}
.top-sec03v2-02-left p span.img-caption-01 {
    font-size: 26px;
}
.top-sec03v2-02-left p span.img-caption-02 {
    font-size: 18px;
}
.top-sec03v2-02-left p span.img-caption-03 {
    font-size: 15px;
}
.top-sec03v2-02-right p {
    font-size: 18px;
}
.top-sec03v2-02-right p.top-sec03v2-02-01 {
    font-weight: 600;
    padding: 0 0 40px;
    font-size: 20px;
    line-height: 150%;
}
.top-sec03v2-02-right p.top-sec03v2-02-02 {
    font-weight: 600;
    padding: 0 0 10px;
    font-size: 20px;
}
.top-sec03v2-02-03 {
    border: 2px solid #502e1e;
    padding: 30px 40px;
    margin: 20px 0 0;
    font-size: 16px;
}
.top-sec03v2-02-right p.top-sec03v2-02-04 {
    padding: 15px 0 0;
    font-size: 16px;
}
.top-sec03v2-02-right p.top-sec03v2-02-04 a {
    color: #d40000;
}
.top-section-04 {
    padding: 100px 0 30px;
}
.top-section-04 h2 {
    text-align: center;
    padding: 90px 0 70px;
    border-top: 1px solid #fbf2ee;
}
.top-section-04 h2 img {
    width: 145px;
}
.top-qa-ttl {
    font-size: 28px;
    font-weight: 600;
    line-height: 150%;
    padding: 0 0 30px;
}
p.top-qa-conent {
    font-size: 18px;
    line-height: 150%;
    padding: 0 0 60px;
}
.top-qa-conent a svg {
    width: 268px;
}
.top-qa-conent a svg .more-link {
    fill: #512e1d;
}
.top-qa-conent a:hover svg .more-link {
    fill: #eba583;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.top-qa-conent a svg .more-link-line {
	stroke: #512e1d;
    stroke-width: 3px;
}
.top-qa-conent a:hover svg .more-link-line {
	stroke: #eba583;
    stroke-width: 3px;
}
p.top-qa-conent a {
    display: block;
    padding: 20px 0 0;
}
p.top-qa-conent a {
    display: block;
    padding: 20px 0 0;
}
.top-foot-content {
    border-top: 1px solid #fbf2ee;
    padding: 90px 0 0;
}
.top-section-05 h2 {
    text-align: center;
    padding: 0 0 70px;
}
.top-section-05 h2 img {
    width: 168px;
}
.top-section-05 p {
    font-size: 16px;
    line-height: 150%;
    padding: 0 0 30px 2em;
    position: relative;
}
.top-section-05 p span {
    position: absolute;
    left: 0;
}
.top-section-05 em {
    font-style: italic;
}
@media screen and (max-width: 767px) {
.header-logo a {
    display: block;
    z-index: 9999;
    position: relative;
}
.top-sec03-imgunit,.top-sec03-imgox01, .top-sec03-imgox02,.top-sec03-imgox03, .top-sec03-imgox04,.top-sec03v2-01-left,.top-sec03v2-01-right {
    display: block;
    width: 100%;
}
.top-sec03-ttl,.top-sec03-text,.top-sec03v2-01-left p.top-sec03v2-01-text,.top-sec03v2-01-left p.caption,.top-sec03v2-01-left p:nth-child(2) {
    width: 100%;
}
.top-section-01 {
    padding: 40px 0 0;
}
.top-section-01 h2 img {
    width: calc(100vw * 190 / 375);
}
.top-sec01-text01 {
    padding: 25px 0 0;
}
.top-sec01-text01 img {
    width: calc(100vw * 296 / 375);
}
.top-sec01-text02 {
    padding: 20px 0 0;
}
.top-sec01-text02 img {
    width: calc(100vw * 333 / 375);
}
.top-sec01-text03 {
    padding: 30px 0;
    text-align: center;
}
.top-sec01-text03 img {
    width: calc(100vw * 296 / 375);
    margin: auto;
}
.top-section-02 {
    padding: 30px 0;
}
.top-section-02 h2 img {
    width: calc(100vw * 60 / 375);
}
p.top-sec02-text01 {
    padding: 25px 0;
}
.top-sec02-text01 img {
    width: calc(100vw * 148 / 375);
}
.top-sec02-imagebox {
    display: block;
    width: 100%;
    padding: 0!important;
}
.top-sec02-imagebox p {
    font-size: 20px;
    min-height: auto;
}
.top-sec02-imagebox p span {
    padding: 1px 6px;
}
.top-sec02-imagebox img {
    padding: 10px 0 20px;
    margin: auto;
    width: calc(100vw * 207 / 375);
}
.top-sec02-imagebox p span.caption {
    padding: 5px 0 0;
}
.top-sec02-text02 {
    font-size: 17px;
    line-height: 150%;
    padding: 0;
}
.top-sec02-text03 {
    padding: 40px 0 0;
}
.top-sec02-text03 img {
    width: calc(100vw * 195 / 375);
    margin: auto;
}
.top-sec02-text04 {
    padding: 20px 0 0;
    font-size: 16px;
}
.top-sec02-text05 {
    padding: 20px 0 20px;
    font-size: 16px;
}
.top-section-02-imagebox-type2 .top-sec02-imagebox img {
    width: calc(100vw * 235 / 375);
    padding: 0 0 10px;
}
.top-section-03 {
    padding: 30px 0 0;
}
.top-section-03 h2 img {
    width: calc(100vw * 176 / 375);
}
.top-sec03-imgox01.is-sp {
    display: block;
}
.top-sec03-imgox02 {
    padding: 0 20px;
}
.top-sec03-imgox01.is-pc {
    display: none;
}
.top-section-03 h2 {
    padding: 0 0 25px;
}
.top-sec03-ttl {
    padding: 0 0 20px;
}
.top-sec03-ttl img {
    width: calc(100vw * 305 / 375);
}
.top-sec03-text {
    font-size: 16px;
}
.top-sec03-imgunit {
    padding: 0 0 40px;
}
.top-sec03-imgox01 img,.top-sec03-imgox04 img {
    padding: 20px 0 0;
    width: calc(100vw * 235 / 375);
    margin: auto;
    display: block;
}
.top-sec03-imgox03 {
    padding: 0 20px;
}
.top-sec03-ttl img {
    width: calc(100vw * 276 / 375);
}
.top-sec03-imgox03 {
    text-align: left;
}
.top-sec03-btnmore svg {
    width: calc(100vw * 153 / 375);
}
.top-sec03-btnmore {
    padding: 0 0 30px;
}
.top-sec03v2-01 {
    padding: 30px 0 40px;
}
.top-sec03v2-01-left img {
    width: calc(100vw * 284 / 375);
    margin: auto;
    display: block;
    padding: 0 0 20px;
}
.top-sec03v2-01-left p:nth-child(2) {
    font-size: 16px;
}
.top-sec03v2-01-left .top-sec03v2-01-sp img {
    width: 100%;
}
.top-sec03v2-01-left p {
    line-height: 150%;
}
.top-sec03v2-01-left p.top-sec03v2-01-text {
    font-size: 16px;
}
.top-sec03v2-01-left p.caption {
    font-size: 12px;
    padding: 15px 0 0;
}
.top-sec03v2-01-right.is-pc {
    display: none;
}
.top-sec03v2-02,.top-sec03v2-02-left,.top-sec03v2-02-right {
    display: block;
    width: 100%;
}
.top-sec03v2-02 {
    padding: 0;
}
.top-sec03v2-02-left img {
    width: calc(100vw * 183 / 375);
    margin: auto;
    display: block;
}
.top-sec03v2-02-left p {
    padding: 10px 0 0;
    font-size: 14px;
    text-align: center;
}
.top-sec03v2-02-left p span.img-caption-01 {
    font-size: 18px;
    font-weight: 600;
}
.top-sec03v2-02-left p span.img-caption-02,.top-sec03v2-02-left p span.img-caption-03 {
    font-size: 14px;
}
.top-sec03v2-02-right p {
    font-size: 16px;
}
.top-sec03v2-02-right p.top-sec03v2-02-01 {
    padding: 30px 0;
    font-size: 16px;
}
.top-sec03v2-02-right p.top-sec03v2-02-02 {
    font-size: 15px;
}
.top-sec03v2-02-03 {
    padding: 20px 25px;
    font-size: 14px;
}
.top-sec03v2-02-right p.top-sec03v2-02-04 {
    font-size: 14px;
}
.top-sec03v2-02,.top-sec03v2-02-left,.top-sec03v2-02-right {
    display: block;
    width: 100%;
}
.top-sec03v2-02 {
    padding: 0;
}
.top-sec03v2-02-left img {
    width: calc(100vw * 183 / 375);
    margin: auto;
    display: block;
}
.top-sec03v2-02-left p {
    padding: 10px 0 0;
    font-size: 14px;
    text-align: center;
}
.top-sec03v2-02-left p span.img-caption-01 {
    font-size: 18px;
    font-weight: 600;
}
.top-sec03v2-02-left p span.img-caption-02,.top-sec03v2-02-left p span.img-caption-03 {
    font-size: 14px;
}
.top-sec03v2-02-right p {
    font-size: 16px;
}
.top-sec03v2-02-right p.top-sec03v2-02-01 {
    padding: 30px 0;
    font-size: 16px;
}
.top-sec03v2-02-right p.top-sec03v2-02-02 {
    font-size: 15px;
}
.top-sec03v2-02-03 {
    padding: 20px 25px;
    font-size: 14px;
}
.top-sec03v2-02-right p.top-sec03v2-02-04 {
    font-size: 14px;
}
.top-section-04 {
    padding: 50px 0 0;
}
.top-section-04 h2 img {
    width: calc(100vw * 87 / 375);
}
.top-section-04 h2 {
    padding: 30px 0 20px;
}
.top-qa-ttl {
    font-size: 18px;
    padding: 0 20px 15px;
}
p.top-qa-conent {
    font-size: 15px;
    padding: 0 20px 30px;
}
.top-qa-conent a svg {
    width: calc(100vw * 211 / 375);
}
.top-foot-content {
    padding: 30px 0 0;
}
.top-section-05 h2 {
    padding: 0 0 20px;
}
.top-section-05 h2 img {
    width: calc(100vw * 105 / 375);
}
section.top-section-05 {
    padding: 0;
}
.top-section-05 p {
    font-size: 14px;
    padding: 0 0 20px 2em;
}
}
@media screen and (min-width: 1120px) {
.top-qa-ttl {
    width: 1100px;
    margin: auto;
}
p.top-qa-conent {
    width: 1100px;
    margin: auto;
}
.top-section-05 {
    width: 1100px;
    margin: auto;
}
}
@media screen and (min-width: 767px) {
.content-single-page {
    width: 800px;
}
table.contact-table th.incontent-float-th {
    position: relative;
    height: 100px;
}
table.contact-table th.incontent-float-th p {
    position: absolute;
    top: 40px;
}
table.contact-table td:after {
    clear: both;
    display: block;
    content:"";
}
.mwform-checkbox-field.horizontal-item {
    float: left;
    display: block;
}
.mwform-checkbox-field.horizontal-item:nth-child(4) {
    clear: left;
    margin-left: 0!important;
}
}
@media screen and (max-width: 800px) {
.content-single-page {
    width: 100%;

}
}
@media (max-width: 1400px) and (min-width: 768px) {
.header-logo {
    position: relative;
    z-index: 9999;
}
.top-sec03-ttl {
    width: 100%;
}
.top-sec03-text {
    width: 100%;
}
.top-sec03-imgox02 {
    padding: 0 10% 0 40px;
}
.top-sec03-imgox03 {
    padding: 0 40px 0 10%;
}
.top-sec03v2-02-left {
    padding: 0 20px 0 0;
}
.top-sec03v2-01-left p:nth-child(2) {
    width: auto;
}
.top-sec03v2-01-left p.top-sec03v2-01-text {
    width: auto;
}
.top-sec03v2-01-left p.caption {
    width: auto;
}
.top-qa-ttl,p.top-qa-conent,.top-section-05,.content-single-page {
    padding-left: 20px!important;
    padding-right: 20px!important;
}
}
/* footer */
footer {
    display: block;
    width: 100%;
    padding: 90px 0 30px;
    text-align: center;
}
footer .foot-ttl {
    font-size: 18px;
    font-weight: 600;
}
footer p {
    font-size: 14px;
    padding: 10px 0 0;
}
/* content */
.content-header {
    background-image: url(../img/common/content-header-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    background-position: bottom center;
    height: 150px;
}
.content-header h1 {
    margin: 0;
    padding: 35px 0 0;
    line-height: 100%;
}
.content-single-page {
	padding: 125px 0 0;
}
.content-header h1 {
    margin: 0;
    line-height: 100%;
    padding: 35px 0 0;
}
.company-ttl {
    padding: 0 0 65px;
}
.company-ttl span,.company-ttl-name {
    font-size: 18px;
    padding: 0 0 10px;
    display: inline-block;
}
.company-ttl h2,h2.company-ttl-h2 {
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 65px;
}
.company-body p,.company-body-paragraph {
    font-size: 17px;
    padding: 0 0 1em;
    line-height: 150%;
}
.company-profile,.wp-block-columns.company-profile {
    text-align: right;
}
.content-single-company .wp-block-columns.company-profile.is-layout-flex {
    display: block;
}
.company-profile-text {
    width: 145px!important;
    display: inline-block!important;
    text-align: left;
    vertical-align: bottom;
    font-size: 17px;
    line-height: 150%;
}
.company-profile-img {
    width: 180px!important;
    display: inline-block!important;
}
.company-profile-text span,.president-name {
    display: block;
    font-size: 24px;
    font-weight: 600;
    padding: 10px 0 0;
}
table.content-table,.content-table-company table,.content-single-law table {
    width: 100%;
    padding: 0;
    border-top: 1px solid #b9aba4;
}
table.content-table.content-table-copany,.content-table-company table {
	margin: 95px 0 0;
}
table.content-table tr,.content-table-company table tr,.content-single-law table tr {
    border-bottom: 1px solid #b9aba4;
}
table.content-table th,table.content-table td,.content-table-company table td,.content-single-law table td {
    padding: 25px 0 25px 25px;
    text-align: left;
    font-size: 17px;
    position: relative;
    line-height: 150%;
    border-left: none;
    border-right: none;
}
table.content-table th span {
    position: absolute;
    left: 0;
}
.content-table-company table td strong {
    font-size: 15px;
    display: inline-block;
}
.content-table-company table td:first-child,.content-single-law table td:first-child {
    padding-left: 0;
    width: 20%;
}
.content-table-company table td:first-child:before,.content-single-law table td:first-child:before {
    content: "■";
    padding-right: 0.5em;
}
.content-single-page table th,.content-single-page table td {
    line-height: 150%;
}
.content-single-page table td:first-child {
    width: 30%;
}
.content-single-priv p {
    line-height: 150%;
    font-size: 16px;
    padding: 0 0 10px;
}
.content-single-priv p.prive-p-last,.content-single-priv li.prive-p-last {
	padding: 0 0 30px;
}
.content-single-priv p.prive-ttl {
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    padding: 0 0 20px;
}
.content-single-page a {
    color: #512e1e;
    text-decoration: underline;
    font-weight: 600;
}
.content-single-priv ul {
    padding: 0 0 10px;
}
.content-single-priv ul li {
    list-style: disc;
    list-style-position: inside;
    padding: 0 0 0 10px;
    line-height: 150%;
}
.content-single-priv ul.prive-p-last {
    padding: 0 0 30px;
}
.content-single-priv ol li {
    list-style: decimal;
    list-style-position: inside;
    padding: 0 0 10px 10px;
}
.contact-ttl {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 20px;
}
.content-single-contact p {
	font-size: 16px;
	line-height: 150%;
}
table.contact-table {
    width: 100%;
    margin: 40px 0 0;
}
table.contact-table th,table.contact-table td {
    padding: 15px 0;
    text-align: left;
    font-size: 16px;
}
.form-border {
	border-top: 1px solid #d9d1cd;
}
table.contact-table th {
    padding: 15px 20px 15px 0;
    width: 22%;
}
.content-single-contact input {
    padding: 15px;
    width: 100%;
    border: 1px solid #ddd6d2;
}
.content-single-contact .mwform-checkbox-field input {
    width: auto;
}
.form-border-after-p {
    padding: 10px 0 0;
}
table.contact-table.contact-table2 {
    margin: 0;
}
.content-single-contact p.form-elemetn {
    padding: 20px 0 30px;
}
.content-single-contact p.form-p {
    padding: 0 0 30px;
    clear: both;
}
p.form-newsget {
    clear: both;
    padding: 10px 0;
}
.content-single-contact p.form-accept {
    position: relative;
    padding: 10px 0 30px 0;
    clear: both;
}
.content-single-contact p.form-accept input {
    position: absolute;
    left: 0;
    top: 15px;
}
.content-single-contact textarea {
    padding: 10px;
    margin: 10px 0 0;
    width: 100%;
    height: 200px;
    border: 1px solid #ddd6d2;
}
.content-single-contact p.form-link {
    position: relative;
    padding: 0 0 50px;
}
.content-single-contact p.form-link a {
    position: relative;
    top: -25px;
}
.content-single-contact input.submit {
    display: inline-block;
    width: auto;
    margin: auto;
    border: 2px solid #512e1c;
    color: #512e1c;
    background: #fefefe;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 20px;
    padding: 20px 55px 20px 75px;
    cursor: pointer;
}
.mw_wp_form_preview .submit,.mw_wp_form_preview .submi-modoru {
    display: inline-block;
    width: auto;
    margin: auto;
    border: 2px solid #512e1c;
    color: #512e1c;
    background: #fefefe;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 10px;
    padding: 20px 55px 20px 75px;
    cursor: pointer;
}
.content-single-contact input.submit::first-letter {
    letter-spacing: 20px;
}
.cookie-unit {
    font-size: 14px;
    border: 1px solid #512e1d;
    padding: 10px;
}
.entry-after {
    width: 100%;
    max-width: 800px;
    margin: auto;
    border: 2px solid #cdc3be;
    padding: 100px;
    text-align: center;
    font-size: 18px;
    line-height: 150%;
}
p.entry-after-company {
    padding: 35px 0 0;
}
p.entry-after-link {
    padding: 75px 0 0;
}
p.entry-after-link a {
    text-decoration: none;
    color: #512e1e;
    border: 2px solid #512e1e;
    padding: 12px 30px;
}
p.entry-after-link a:hover {
    background: #512e1e;
    color: #fff;
}
.entry-after {
    width: 100%;
    max-width: 800px;
    margin: auto;
    border: 2px solid #cdc3be;
    padding: 100px;
    text-align: center;
    font-size: 18px;
    line-height: 150%;
}
p.entry-after-company {
    padding: 35px 0 0;
}
p.entry-after-link {
    padding: 75px 0 0;
}
p.entry-after-link a {
    text-decoration: none;
    color: #512e1e;
    border: 2px solid #512e1e;
    padding: 12px 30px;
}
p.entry-after-link a:hover {
    background: #512e1e;
    color: #fff;
}
.entry-after {
    padding: 30px;
    font-size: 16px;
}
.cc-window.cc-floating {
    font-size: 14px;
    color: #333;
    background: #fefefe;
    border: 1px solid #512e1e;
    padding: 15px 30px;
    width: 100vw!important;
    max-width: 100%!important;
    bottom: 0;
    margin: 0;
    right: 0;
    display: block;
}
span#cookieconsent\:desc {
    display: block;
    width: 80%;
    float: left;
}
span#cookieconsent\:desc a {
    font-weight: 600;
    text-decoration: underline;
}
.cc-window.cc-floating .cc-compliance {
    display: block!important;
    /* flex: 0; */
    width: 15%;
    float: left;
    padding: 0 0 0 20px;
}
.cc-window.cc-floating .cc-compliance a {
    border: 1px solid #333;
    color: #333;
}
.cc-window.cc-floating .cc-compliance a:hover {
    background: #333;
    color: #fff;
}
.cc-color-override--1837261914.cc-revoke {
    background: #512e1e;
}
.cc-window .cc-close {
    font-size: 1.8rem;
    font-weight: 200;
    top: 30px;
    right: 30px;
}
.page-form-kakunin p.form-link {
    padding: 20px 0 50px;
}
.page-form-kakunin p.form-elemetn {
    padding: 20px 0 10px;
}
@media screen and (max-width: 767px) {
.content-header {
    height: 80px;
}
.content-header h1 {
    font-size: 20px;
}
.content-single-page {
    padding: 35px 20px 0;
}
.company-ttl span {
    font-size: 15px;
}
.company-ttl h2 {
    font-size: 18px;
}
.company-ttl {
    padding: 0 0 30px;
}
.company-body p {
    font-size: 15px;
}
.company-body p,.company-body-paragraph {
    line-height: 170%;
}
table.content-table th, table.content-table td {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 0;
}
table.content-table tr {
    padding: 10px 0;
    display: block;
}
table.content-table th {
    padding: 0 0 0 1.5em;
}
.content-single-priv p.prive-ttl {
    font-size: 16px;
}
.content-single-priv p {
    font-size: 15px;
}
.content-single-priv ul {
    padding: 0 0 0 1.5em;
}
.content-single-priv ul li {
    font-size: 14px;
    list-style-position: outside;
    padding: 0;
}
.content-single-priv ol {
    padding: 0 0 0 15px;
}
.content-single-priv ol li {
    line-height: 150%;
    list-style-position: outside;
    padding: 0 0 5px 0;
    font-size: 14px;
}
.content-table-company table td,.content-table-company table td,.content-single-law table td {
    display: block;
    width: 100%;
    border-bottom: none;
    border-top: 1px solid #b9aba4;
    padding: 15px 0;
    font-size: 14px;
}
.content-table-company table td:first-child,.content-table-company table td:first-child,.content-single-law table td:first-child {
    display: block;
    width: 100%;
    border-bottom: none;
    border-top: none;
}
.content-single-page table td:first-child {
    padding-bottom: 10px;
}
.content-single-page table td:nth-child(2) {
    border-top: none;
    padding-top: 0;
}
table.contact-table th,table.contact-table td {
    display: block;
    width: 100%;
    padding: 10px 0 10px;
}
table.contact-table td span {
    /* height: 10px; */
    font-size: 0.95em;
    line-height: 180%;
}
table.contact-table td span.horizontal-item {
    margin: 0!important;
}
table.contact-table td label {
    display: block;
    height: auto;
}
.content-single-contact p.form-elemetn {
    position: relative;
    padding: 10px 0 10px 0;
}
.content-single-contact p.form-elemetn span {
    font-size: 0.95em;
    margin: 0 0.2em 1em 0!important;
}
.content-single-contact p.form-p {
    padding-bottom: 0;
}
p.form-newsget span {
    font-size: 0.95em;
}
.form-elemetn .mwform-checkbox-field.horizontal-item {
    display: block;
    margin: 0!important;
}
.content-single-contact p.form-p span {
    font-size: 0.95em;
    margin: 0!important;
}
.content-single-contact p.form-p span label {
    display: block;
}
.content-single-contact p.form-accept {
    font-size: 0.95em;
}
.entry-after {
    padding: 30px;
    font-size: 16px;
}
span#cookieconsent\:desc {
    width: 100%;
    float: none;
    font-size: 12px;
}
.cc-window.cc-floating .cc-compliance {
    width: 100%;
    float: none;
    padding: 0;
}
.cc-window .cc-close {
    top: 10px;
    right: 10px;
}
}
@media screen and (min-width: 767px) {
.content-single-contact p.form-link a {
    top: 0;
}
.content-single-priv li.prive-p-last {
    padding: 0 0 30px 10px;
}
.mwform-checkbox-field.horizontal-item:nth-child(7) {
    margin-left: 0!important;
}
}
.grecaptcha-badge {
    bottom: 120px!important;
}