@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300&display=swap");
/*
Theme Name: 大正製材所テーマ
Author: 
Author URI: 
Version: 1.0.0
*/
/*
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
}

*, ::before, ::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before, ::after {
  vertical-align: inherit;
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  margin: 0;
  padding: 0; /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details, main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active, a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code, kbd, pre, samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b, strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  outline-offset: -2px; /* Correct the outline style in Safari */
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button, input, optgroup, select, textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button, select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button, [type=button], [type=reset], [type=submit], [role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type=button],
[type=reset], [type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button, input, select, textarea {
  border-style: none;
  background-color: transparent;
}

/* Style select like a standard input */
select {
  -webkit-appearance: none; /* Chrome 41+ */
  -moz-appearance: none; /* Firefox 36+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

html, body {
  position: relative;
  width: 100%;
}

ul, li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
font-family: "Outfit", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /* ルートのフォントサイズを10px */
  font-size: 62.5%;
}

body {
  /* ルートのフォントサイズを1.6em（16pxと同等のサイズ） */
  font-size: 1.6em;

  color: #2B271A;
}

h1, h2, h3, h4, h5, h6, th, td {
  font-weight: normal;
  font-style: normal;
}

*, ::before, ::after {
  font-size: 1.5rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: #2B271A;
}
b, strong, .bold {
font-family: "Roboto", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

html {
  position: relative;
  height: 100%;
}

body {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

body {
  background-color: #efefef;
}

.p-footer {
  margin-top: auto;
}

a {
  cursor: pointer;
  text-decoration: none;
  word-break: break-all;
  color: #2B271A;
}
a:hover {
  text-decoration: none;
}

.u-br-after-md {
  font-size: inherit;
  line-height: inherit;
  display: inline;
  letter-spacing: inherit;
  color: inherit;
}
@media screen and (min-width: 560px) {
  .u-br-after-md {
    font-size: inherit;
    line-height: inherit;
  }
  .u-br-after-md:after {
    content: "\a";
    white-space: pre;
  }
}

.u-br-after-lg {
  font-size: inherit;
  line-height: inherit;
  display: inline;
  letter-spacing: inherit;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .u-br-after-lg:after {
    content: "\a";
    white-space: pre;
  }
}

.u-no-br-before-md {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.u-no-br-before-md:before {
  content: "\a";
  white-space: pre;
}
@media screen and (min-width: 560px) {
  .u-no-br-before-md {
    display: inline;
  }
  .u-no-br-before-md:before {
    content: "";
    white-space: unset;
  }
}

.u-no-br-after-md {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.u-no-br-after-md:after {
  content: "\a";
  white-space: pre;
}
@media screen and (min-width: 560px) {
  .u-no-br-after-md {
    display: inline;
  }
  .u-no-br-after-md:after {
    content: "";
    white-space: unset;
  }
}

.u-no-br-after-lg {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.u-no-br-after-lg:after {
  content: "\a";
  white-space: pre;
}
@media screen and (min-width: 768px) {
  .u-no-br-after-lg {
    display: inline;
  }
  .u-no-br-after-lg:after {
    content: "";
    white-space: unset;
  }
}

.u-br-before-lg {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
@media screen and (min-width: 768px) {
  .u-br-before-lg:before {
    content: "\a";
    white-space: pre;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.c-archive__nav {
  padding-top: 50px;
}

.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi span, .wp-pagenavi a {
  font-size: 1.3rem;
  line-height: 1;
  padding: 0 0.3em;
}
.wp-pagenavi .current {
  text-decoration: underline;
}

@media screen and (min-width: 560px) {
  .wp-pagenavi span, .wp-pagenavi a {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  .c-archive__nav {
    padding-top: 40px;
  }
}
.c-arrow_line {
  position: relative;
  display: block;
  width: 70%;
  padding-top: 5px;
  border-bottom: 1px solid #2B271A;
}
.c-arrow_line:after {
  position: absolute;
  top: -2px;
  right: 0;
  display: block;
  width: 12px;
  height: 7px;
  content: "";
  background-image: url(images/common/arrow.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .c-arrow_line {
    width: 77%;
  }
}
.p-contact__button_box {
  text-align: center;
}

.c-box_button--shadow {
  font-size: 1.5rem;
  line-height: 59px !important;
  display: inline-block;
  width: 100%;
  max-width: 388px;
  height: 59px;
  margin-left: -1px;
  cursor: pointer;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  text-align: center;
  letter-spacing: 0.025em;
  border: 1px solid #3F2C0A;
  -webkit-box-shadow: 2px 2px 0 0 #C6C6C6;
  box-shadow: 2px 2px 0 0 #C6C6C6;
}
.c-box_button--shadow:hover {
  color: #FFFFFF;
  background-color: #585858;
}

@media screen and (min-width: 560px) {
  .c-box_button--shadow {
    font-size: 2rem;
    line-height: 83px !important;
    height: 83px;
  }
}
.c-btn_menu {
  position: absolute;
  display: block;
  width: 25px;
  height: 17px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-mv__bt_menu {
  background-image: url(images/common/bt_menu.png);
}

.p-navbar__btn_menu {
  background-image: url(images/common/bt_menu@3x.png);
}

.p-menu__bt_close {
  background-image: url(images/common/bt_close.png);
}

.c-btn_page_top {
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: -30px;
  left: 0;
  display: block;
  overflow: hidden;
  width: 30px;
  height: 30px;
  margin: auto;
  cursor: pointer;
  -webkit-transition: top 0.3s, bottom 0.6s;
  transition: top 0.3s, bottom 0.6s;
  text-indent: -9999px;
  opacity: 0.8;
  background-image: url(images/common/goto_top@3x.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.btn-goto_top-show .c-btn_page_top {
  bottom: 0;
}
.btn-absolute.btn-goto_top-show .c-btn_page_top {
  position: absolute;
  top: -15px;
  bottom: unset;
  opacity: 1;
}

@media screen and (min-width: 560px) {
  .c-btn_page_top {
    bottom: -52px;
    width: 52px;
    height: 52px;
  }
  .btn-absolute.btn-goto_top-show .c-btn_page_top {
    top: -26px;
  }
}
.c-editor a {
  cursor: pointer;
}
.c-editor a, .c-editor a * {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-editor a:hover, .c-editor a:hover * {
  color: #888888;
}
.c-editor p {
  /*font-size: 1.3rem;*/
  line-height: 1.92;
  margin-bottom: 0.5em;
  letter-spacing: 0.025em;
	text-align: left;
}

@media screen and (min-width: 560px) {
  .c-editor p, .c-editor a {
    /*font-size: 1.5rem;*/
    line-height: 2;
  }
}
.c-form__list {
  font-weight: normal;
  display: block;
  width: 100%;
  text-align: left;
}
.c-form__list tbody, .c-form__list tr, .c-form__list th, .c-form__list td {
  font-weight: normal;
  display: block;
  width: 100%;
  text-align: left;
}
.c-form__list th {
  margin-bottom: 4px;
}
.c-form__list td {
  margin-bottom: 12px;
}
.c-form__list p {
  line-height: 0 !important;
}
.c-form__list label {
  /*font-size: 1.3rem;*/
  line-height: 1.9;
  letter-spacing: 0.025em;
}
.c-form__list tr:last-child th, .c-form__list tr:last-child td {
  margin-bottom: 0;
}

.c-form_text {
  font-family: "Lexend", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  line-height: 2;
  width: 100%;
  padding: 5px 8px;
  outline: none;
  background-color: #FFFFFF;
}

.c-form_textarea {
  font-family: "Lexend", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  line-height: 2;
  display: block;
  width: 100%;
  height: 16em;
  padding: 5px 8px;
  outline: none;
  background-color: #FFFFFF;
}

.c-form__privacy__box {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.c-form__privacy__anchor {
  /*font-size: 1.3rem;*/
  letter-spacing: 0.025em;
}

.c-form_button {
  font-size: 1.5rem;
  line-height: 59px !important;
  display: block;
  width: 100%;
  max-width: 388px;
  height: 59px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
  text-align: center;
  letter-spacing: 0.025em;
  border: 1px solid #3F2C0A;
  background-color: #FFFFFF;
  -webkit-box-shadow: 2px 2px 0 0 #C6C6C6;
  box-shadow: 2px 2px 0 0 #C6C6C6;
}
.c-form_button:hover {
  color: #FFFFFF;
  background-color: #585858;
}

@media screen and (min-width: 768px) {
  .c-form__list {
    display: table;
    width: 100%;
  }
  .c-form__list tr {
    display: table-row;
  }
  .c-form__list thead {
    display: table-header-group;
  }
  .c-form__list tbody {
    display: table-row-group;
  }
  .c-form__list tfoot {
    display: table-footer-group;
  }
  .c-form__list td, .c-form__list th {
    display: table-cell;
    padding-bottom: 16px;
    vertical-align: top;
  }
  .c-form__list th {
    width: 25%;
    padding-top: 5px;
  }
  .c-form__list label {
    /*font-size: 1.7rem;*/
  }
  .c-form__list tr:last-child th, .c-form__list tr:last-child td {
    padding-bottom: 0;
  }
  .c-form_text {
    font-size: 1.7rem;
  }
  .c-form_textarea {
    font-size: 1.7rem;
  }
  .c-form__privacy__box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .c-form__privacy__anchor {
    /*font-size: 1.7rem;*/
  }
  .c-form__submit__box .c-form_button {
    font-size: 2rem;
    line-height: 83px;
    max-width: unset;
    height: 83px;
    letter-spacing: 0.025em;
  }
}
.c-hover_text {
  cursor: pointer;
}
.c-hover_text, .c-hover_text * {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-hover_text:hover, .c-hover_text:hover * {
  color: #888888;
}

.c-image_text {
  display: block;
}
.c-image_text span {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.c-list {
  font-weight: normal;
  display: block;
  width: 100%;
  text-align: left;
  border-top: 1px solid #000000;
}
.c-list tbody, .c-list tr, .c-list th, .c-list td {
  font-weight: normal;
  display: block;
  text-align: left;
}
.c-list tr {
  padding: 11px 5px;
  border-bottom: 1px solid #000000;
}
.c-list th, .c-list td {
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.025em;
}
.c-list td {
  line-height: 1.5;
}

@media screen and (min-width: 560px) {
  .c-list {
    display: table;
    border-collapse: collapse;
  }
  .c-list tr {
    display: table-row;
  }
  .c-list thead {
    display: table-header-group;
  }
  .c-list tbody {
    display: table-row-group;
  }
  .c-list tfoot {
    display: table-footer-group;
  }
  .c-list td, .c-list th {
    font-size: 1.5rem;
    line-height: 1.5;
    display: table-cell;
    padding-top: 18px;
    padding-bottom: 17px;
    vertical-align: top;
    border-bottom: 1px solid #000000;
  }
  .c-list th {
    width: 130px;
    padding-right: 24px;
    padding-left: 24px;
  }
  .c-list td {
    padding-right: 24px;
  }
}
.c-page__header {
  position: relative;
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
}

.c-page__header__logo {
  position: absolute;
  z-index: 200;
  top: -22px;
  right: 0;
  left: 0;
  display: block;
  width: 106px;
  height: 84px;
  margin: auto;
  background-image: url(images/common/page-logo@3x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-page__header__title {
  font-size: 1.7rem;
  line-height: 1.17;
  letter-spacing: 0.15em;
}

.c-page__header__title__subtitle {
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 560px) {
  .c-page__header {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .c-page__header__logo {
    top: -42px;
    width: 160px;
    height: 128px;
  }
  .c-page__header__title {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 768px) {
  .c-page__header {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .c-page__header__logo {
    top: -58px;
    width: 220px;
    height: 176px;
  }
}
@media screen and (min-width: 960px) {
  .c-page__header__logo {
    top: -58px;
    width: 264px;
    height: 211px;
  }
  .c-page__header {
    padding-top: 80px;
    padding-bottom: 62px;
  }
}
@media screen and (min-width: 1100px) {
  .c-page__header {
    padding-bottom: 74px;
  }
}
.c-section {
  font-family: "Outfit", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  padding-bottom: 3em;
  }

.c-section__inner {
  position: relative;
  width: 100%;
	text-align: center;
}

.c-section__content {
  width: 87.5%;
  margin: 0 auto;
}
@media screen and (min-width: 560px) {
  .c-section__content {
    width: 90%;
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .c-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-section__content {
    max-width: 668px;
  }
}
@media screen and (min-width: 960px) {
  .c-section {
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-section__content {
    max-width: 700px;
  }
}
.c-single__page_nav {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000000;
}
.c-single__page_nav.is-no_bottom_border {
  border-bottom: none;
}

.c-single__page_nav__box {
  line-height: 1;
  width: 100%;
}

.box-prev + .box-next {
  margin-top: 1em;
}

.c-single__page_nav__anchor {
  font-size: 1.3rem;
  line-height: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  letter-spacing: 0.025em;
  text-overflow: ellipsis;
}
.c-single__page_nav__anchor:after, .c-single__page_nav__anchor:before {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
.c-single__page_nav__anchor.anchor-prev {
  line-height: 1;
  text-align: left;
}
.c-single__page_nav__anchor.anchor-prev:before {
  content: "＜";
}
.c-single__page_nav__anchor.anchor-next {
  line-height: 1;
  position: relative;
  padding-right: 1em;
  text-align: right;
}
.c-single__page_nav__anchor.anchor-next:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "＞";
}

@media screen and (min-width: 560px) {
  .c-single__page_nav {
    padding: 25px 0;
  }
  .c-single__page_nav:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
  }
  .c-single__page_nav__box {
    width: 50%;
  }
  .c-single__page_nav__box.box-prev {
    float: left;
  }
  .c-single__page_nav__box.box-next {
    float: right;
  }
  .box-prev + .box-next {
    margin-top: 0;
  }
  .c-single__page_nav__anchor {
    font-size: 1.5rem;
    margin-bottom: 0 !important;
  }
  .c-single__page_nav__anchor:before, .c-single__page_nav__anchor:after {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-single__page_nav {
    padding: 30px 0;
  }
}
.c-single .c-section__inner {
  /*background-color: #EBEBEB;*/
}

.c-single__header {
  margin-bottom: 30px;
  padding-top: 15px;
  border-top: 1px solid #000000;
}

.c-single__header__date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0.025em;
}

.c-single__header__title {
  font-size: 1.5rem;
  line-height: 1.33;
  display: block;
  letter-spacing: 0.025em;
}

.c-single__content {
  padding-bottom: 30px;
  border-bottom: 1px solid #000000;
	text-align: left;
}

.c-single__sns_box {
  margin-top: 1.6em;
}

.c-single__sns__link {
  font-family: "Outfit", sans-serif;
  font-size: 1.3rem;
}

@media screen and (min-width: 560px) {
  .c-single__header {
    margin-bottom: 36px;
    padding-top: 36px;
    border-top: 1px solid #000000;
  }
  .c-single__header__date {
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
  .c-single__header__title {
    font-size: 2.0rem;
    line-height: 1.6;
  }
  .c-single__content {
    padding-bottom: 36px;
  }
  .c-single__sns__link {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px) {
  .c-single__header {
    padding-top: 40px;
  }
  .c-single__header__date {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .c-single__header__title {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
.c-text, .c-text_2 {
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 560px) {
  .c-text {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.025em;
  }
  .c-text_2 {
    font-size: 1.7rem;
    line-height: 2;
    letter-spacing: 0.025em;
  }
}
.c-title_box {
  /*position: relative;*/
}

.c-title_box::before {
  /*display: none;*/
}

.c-title_box__inner {
  /*position: relative;*/
  width: 100%;
}

.c-title_box__image {
  /*width: 100%;
  height: auto;*/
}

.c-title_box__title {
      font-size: 1.3em;

}

#c-title_about {
  /*background-image: url(images/common/lead_about@3x.png);*/
}

#c-title_news {
  /*background-image: url(images/common/lead_news@3x.png);*/
}

#c-title_contact {
  background-image: url(images/common/lead_contact@3x.png);
  position: absolute;
  right: 0;
  top: 0px;
  left: 0;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin: auto;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media screen and (min-width: 560px) {
  .c-title_box__title {
      font-size: 1.3em;
	  letter-spacing: 0.15em;
    /*bottom: -118px;*/
    /*width: 150px;*/
    /*height: 150px;*/
  }
}
@media screen and (min-width: 768px) {
  .c-title_box__inner {
    /*max-width: 668px;*/
    margin: 0 auto;
  }
  .c-title_box::before {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 40px;
    content: "";
    /*background-color: #EBEBEB;*/
  }
}
@media screen and (min-width: 960px) {
  .c-title_box__inner {
    max-width: 700px;
  }
}
.wp-block-image {
  margin: 20px 0 30px;
}

.p-about .c-title_box {
  margin-bottom: 118px;
}
.p-about .c-section__content {
  padding-bottom: 0px;
}

.p-about__list_lead {
  font-size: 1.3rem;
  line-height: 1.9;
  margin-bottom: 1em;
  letter-spacing: 0.025em;
}

.p-about__list {
  margin-bottom: 60px;
}

.p-about__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-about__contact .c-arrow_line {
  width: 74%;
}

.p-about__contact__link {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 560px) {
  .p-about .c-title_box {
    margin-bottom: 168px;
  }
  .p-about .c-section__content {
    padding-bottom: 0px;
  }
  .p-about__list_lead {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 2em;
  }
  .p-about__contact__link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about .c-title_box::before {
    top: 0;
    bottom: unset;
  }
  .p-about .c-title_box__title {
    right: 20px;
    left: unset;
  }
  .p-about .c-title_box {
    margin-bottom: 106px;
  }
  .p-about .c-section__content {
    padding-bottom: 0px;
  }
  .p-about__contact .c-arrow_line {
    width: 77%;
  }
}
@media screen and (min-width: 960px) {
  .p-about__list {
    margin-bottom: 88px;
  }
}
@media screen and (min-width: 1500px) {
  .p-about .c-title_box {
    margin-bottom: 114px;
  }
  .p-about .c-title_box__inner {
    width: 70%;
    max-width: 1000px;
  }
  .p-about .c-title_box__title {
    right: 131px;
    left: unset;
  }
  .p-about .c-section__content {
    width: 70%;
    max-width: 800px;
    padding-bottom: 150px;
  }
  .p-about__list {
    margin-bottom: 60px;
  }
}
.p-contact {
  /*background-color: #FFFFFF;*/
	text-align: center;
}
.p-contact .p-contact__inner {
  /*background-color: #FFFFFF !important;*/
}
.p-contact .c-title_box {
  margin-bottom: 2em;
}
.p-contact .p-contact__body {
  max-width: 388px;
  padding-bottom: 0px;
}

.p-contact__address_box {
  margin-bottom: 0px;
	padding-top: 120px;
}

.p-contact__address_box__title, .p-contact__address_box__address, .p-contact__address_link, .p-contact__address_box__tel {
  font-size: 1.3rem;
  line-height: 1.3;
  display: block;
}

@media screen and (min-width: 560px) {
.p-contact__address_box__title, .p-contact__address_box__address, .p-contact__address_link, .p-contact__address_box__tel {
  font-size: 1.5rem;
}
}


.p-contact__address_box__title {
  /*margin-left: -0.6em;*/
}

.p-contact__address_box__name {
  font-size: 1.5rem;
  line-height: 1.7;
  display: block;
  letter-spacing: 0.025em;
}

.p-contact__button_box__inner .c-box_button--shadow {
  margin: 0 auto;
}

@media screen and (min-width: 560px) {
  .p-contact .c-title_box {
    margin-bottom: 2em;
  }
  .p-contact .c-section__content {
    /*padding-bottom: 100px;*/
  }
  .p-contact .p-contact__body {
    width: 90%;
    max-width: 500px !important;
  }
  .p-contact__address_box {
    margin-bottom: 0px;
  }
  .p-contact__address_box__title {
    margin-bottom: 0.5em;
  }
  .p-contact__address_box__title, .p-contact__address_box__address, .p-contact__address_link, .p-contact__address_box__tel {
    /*font-size: 1.3rem;*/
    line-height: 1.3;
  }
  .p-contact__address_box__name {
    font-size: 1.7rem;
    line-height: 1.76;
  }
  .p-contact__address_box:first-child .p-contact__address_box__name {
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 0.7em;
  }
  .p-contact__button_box__inner .c-box_button--shadow {
    max-width: unset;
  }
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 10px;
  }
  .p-contact .c-title_box__inner {
    max-width: unset;
  }
  .p-contact .c-title_box__title {
    right: unset;
    left: 55px;
  }
  .p-contact .c-title_box {
    margin-bottom: 2em;
  }
  .p-contact .p-contact__body {
    width: 90%;
    max-width: 668px !important;
    padding-bottom: 0px;
  }
  .p-contact__address_box {
    margin-bottom: 0px;
  }
  .p-contact__content__address {
	  text-align: center;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;*/
  }
  .p-contact__content__address__right {
    /*width: 370px;*/
  }
  .p-contact__button_box__inner .c-box_button--shadow {
    max-width: 388px;
  }
}
@media screen and (min-width: 960px) {
  .p-contact {
    padding-top: 15px;
  }
  .p-contact .c-title_box__title {
    left: 133px;
  }
  .p-contact .p-contact__inner .c-section__content {
    max-width: unset;
  }
  .p-contact .p-contact__body {
    max-width: 700px !important;
  }
  .p-contact__content__address__right {
    width: 50%;
  }
  .p-contact__button_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .p-contact__button_box__inner {
    width: 50%;
  }
  .p-contact__button_box .c-box_button--shadow {
    display: block;
    margin-left: 0;
  }
}
@media screen and (min-width: 1500px) {
  .p-contact .p-contact__body {
    max-width: 800px !important;
  }
  .p-contact .c-title_box__title {
    left: 271px;
  }
}
@media screen and (min-width: 1800px) {
  .p-contact .c-title_box__title {
    left: 421px;
  }
}
.p-mv {
  width: 100%;
  height: 60vh;
}

.p-mv__inner {
  position: relative;
  /*height: 50%;*/
}

.p-mv__inner--upper {
  background-color: #ffffff;
	height: 55px;
}
.p-mv__inner--lower {
  /*background-color: #ffffff;*/
	height: 100%;
}
@media screen and (min-width: 560px) {
.p-mv {
  width: 100%;
  height: 100vh;
	margin-bottom: 7em;
}

.p-mv__inner {
  position: relative;
  /*height: 50%;*/
}
.p-mv__inner--upper {
  background-color: #ffffff;
	height: 100px;
}
.p-mv__inner--lower {
  /*background-color: #ffffff;*/
	height: 80%;
}
}


.p-mv__catch {
  position: relative;
  position: absolute;
  top: 22px;
  left: 16px;
  width: 35px;
}
.p-mv__catch::before {
  float: left;
  padding-top: 408%;
  content: "";
}
.p-mv__catch::after {
  display: block;
  clear: both;
  content: "";
}
.p-mv__catch > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.p-mv__catch > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-mv__catch span {
  /*background-image: url(images/common/top_catch.png);*/
}

.p-mv__title {
  position: relative;
  position: absolute;
  z-index: 1;
  top: 22px;
  right: 0;
  left: 0;
  height: 90%;
  margin: auto;
  width: 50%;
  max-width: 300px;
  min-width: 250px;
}
@media screen and (min-width: 560px) {
.p-mv__title {
  position: relative;
  position: absolute;
  z-index: 1;
  top: 45%;
  right: 0;
  left: 0;
  height: 90%;
  margin: auto;
  width: 50%;
  max-width: 300px;
  min-width: 250px;
}
}

.p-mv__title::before {
  float: left;
  padding-top: 251%;
  content: "";
}
.p-mv__title::after {
  display: block;
  clear: both;
  content: "";
}
.p-mv__title > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.p-mv__title > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-mv__title span {
  background-image: url(images/common/main_logo-white-port@3x.png);
}

.p-mv__bt_menu {
  top: 20px;
  right: 20px;
}

.slick {
  width: 100%;
  height: 100%;
  /*-webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  opacity: 0;*/
}
.slick .slick-list, .slick .slick-track {
  height: 85%;
}
@media screen and (min-width: 560px) {
.slick {
  width: 100%;
  height: 100%;
  /*-webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  opacity: 0;*/
}
.slick .slick-list, .slick .slick-track {
  height: 100%;
}
}

.slick.slick-initialized {
  opacity: 1;
}

.slick__item {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.slick__item:after {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.slick__item#mv-1 {
  background-image: url(images/mainvisual/Beuys-coyote_new_sp.jpg);
  background-position: top center;
}
.slick__item#mv-2 {
  background-image: url(images/mainvisual/no2-sp.jpg);
  background-position: center center;
}
.slick__item#mv-3 {
  background-image: url(images/mainvisual/no3-sp.jpg);
  background-position: center center;
}
.slick__item#mv-4 {
  background-image: url(images/mainvisual/no4-sp.jpg);
  background-position: center center;
}
.slick__item#mv-5 {
  background-image: url(images/mainvisual/no5-sp.jpg);
  background-position: center center;
}

/* アニメーションを指定 */
@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /* 拡大率 */
  }
}
@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    /* 拡大率 */
  }
}
.add-zoom {
  -webkit-animation: fadezoom 10s 0s forwards;
  animation: fadezoom 10s 0s forwards;
}

@media screen and (min-width: 560px) {
  .p-mv__catch {
    top: 40px;
    left: 40px;
  }
  .p-mv__bt_menu {
    top: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-mv__catch {
    top: 40px;
    left: 40px;
    width: 40px;
  }
  .p-mv__bt_menu {
    top: 40px;
    right: 40px;
  }
  .slick__item#mv-1 {
    background-image: url(images/mainvisual/Beuys-coyote_new.jpg);
    background-position: top center;
  }
  .slick__item#mv-2 {
    background-image: url(images/mainvisual/no2-tb.jpg);
    background-position: center center;
  }
  .slick__item#mv-3 {
    background-image: url(images/mainvisual/no3-tb.jpg);
    background-position: center center;
  }
  .slick__item#mv-4 {
    background-image: url(images/mainvisual/no4-tb.jpg);
    background-position: center center;
  }
  .slick__item#mv-5 {
    background-image: url(images/mainvisual/no5-tb.jpg);
    background-position: center center;
  }
}
@media screen and (min-width: 960px) {
  .p-mv__catch {
    top: 43px;
    left: 43px;
    width: 47px;
  }
  .p-mv__bt_menu {
    top: 41px;
    right: 50px;
  }
}
@media screen and (min-width: 1100px) {
  .slick__item#mv-1 {
    background-image: url(images/mainvisual/Beuys-coyote_new.jpg);
    background-position: top center;
  }
  .slick__item#mv-2 {
    background-image: url(images/mainvisual/no2-pc.jpg);
    background-position: center center;
  }
  .slick__item#mv-3 {
    background-image: url(images/mainvisual/no3-pc.jpg);
    background-position: center center;
  }
  .slick__item#mv-4 {
    background-image: url(images/mainvisual/no4-pc.jpg);
    background-position: center center;
  }
  .slick__item#mv-5 {
    background-image: url(images/mainvisual/no5-pc.jpg);
    background-position: center center;
  }
}
@media screen and (min-width: 1800px) {
  .slick__item#mv-1 {
    background-image: url(images/mainvisual/Beuys-coyote_new.jpg);
    background-position: top center;
  }
  .slick__item#mv-2 {
    background-image: url(images/mainvisual/no2-pc2.jpg);
    background-position: center center;
  }
  .slick__item#mv-3 {
    background-image: url(images/mainvisual/no3-pc2.jpg);
    background-position: center center;
  }
  .slick__item#mv-4 {
    background-image: url(images/mainvisual/no4-pc2.jpg);
    background-position: center center;
  }
  .slick__item#mv-5 {
    background-image: url(images/mainvisual/no5-pc2.jpg);
    background-position: center center;
  }
}
.p-news .c-title_box {
  margin-bottom: 2em;
}
.p-news .c-section__content {
  padding-bottom: 0em;
}
.p-news .c-section__inner {
  /*background-color: #EBEBEB;*/
    /*padding-bottom: 5em;*/
}
@media screen and (min-width: 560px) {
  .p-news .c-title_box {
    margin-bottom: 2em;
  }
  .c-section {
    padding-bottom: 5em;
  }
}
@media screen and (min-width: 768px) {
  .p-news .c-title_box {
    margin-bottom: 2em;
  /*background-color: #EBEBEB;*/
  }
  .p-news .c-title_box::before {
    top: unset;
    bottom: 0;
  }
  .p-news .c-title_box__title {
    right: 0;
    left: 0;
  }
  .p-news .c-section__content {
    padding-bottom: 0em;
  }
}
@media screen and (min-width: 960px) {
  .p-news .c-title_box {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1500px) {
  .p-news .c-title_box {
    margin-bottom: 2em;
  }
  .p-news .c-title_box__inner {
    width: 70%;
    max-width: 1000px;
  }
  .p-news .c-section__content {
    width: 70%;
    max-width: 800px;
    padding-bottom: 0px;
  }
}
.p-taisho-sawmill .c-section__inner {
  padding-top: 55px;
  padding-bottom: 55px;
  /*background-color: #EBEBEB;*/
}

.p-about__catch__box {
  padding-bottom: 37px;
  text-align: center;
}

.p-about__catch {
  position: relative;
  display: inline-block;
  width: 55px;
  margin: 0 auto;
}
.p-about__catch::before {
  float: left;
  padding-top: 231%;
  content: "";
}
.p-about__catch::after {
  display: block;
  clear: both;
  content: "";
}
.p-about__catch > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.p-about__catch > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-about__catch span {
  background-image: url(images/about/about_catch.png);
}

@media screen and (min-width: 560px) {
  .p-taisho-sawmill .c-section__inner {
    padding-top: 96px;
    padding-bottom: 100px;
  }
  .p-about__catch {
    width: 65px;
  }
}
@media screen and (min-width: 768px) {
  .p-taisho-sawmill.c-section {
    padding-top: 10px;
  }
  .p-taisho-sawmill .c-section__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-about__catch__box {
    width: 36%;
  }
  .p-about__catch {
    width: 76px;
    margin-top: 58px;
  }
  .p-about__desc {
    width: 64%;
    padding-left: 18px;
  }
}
@media screen and (min-width: 960px) {
  .p-taisho-sawmill .c-section__inner {
    padding-top: 172px;
    padding-bottom: 152px;
  }
  .p-taisho-sawmill.c-section {
    padding-top: 15px;
  }
  .p-about__catch__box {
    width: 35%;
  }
  .p-about__catch {
    margin-top: 34px;
  }
  .p-about__desc {
    width: 65%;
    padding-left: 18px;
  }
}
@media screen and (min-width: 1100px) {
  .p-taisho-sawmill .c-section__inner {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .p-taisho-sawmill .c-section__content {
    width: 70%;
    max-width: 800px;
  }
}
.p-404__content {
  margin-bottom: 50px;
  text-align: center;
}

.p-404__note {
  margin-bottom: 30px;
}

.p-404__content__anchor {
  font-size: 1.3rem;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 560px) {
  .p-404 .c-section__content {
    max-width: 560px;
  }
}
@media screen and (min-width: 960px) {
  .p-404__note {
    margin-bottom: 80px;
  }
  .p-404__content {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1100px) {
  .p-404__content {
    margin-bottom: 150px;
  }
}
.p-footer {
  position: relative;
}

.p-footer__inner {
  /*padding-top: 30px;*/
  padding-bottom: 50px;
  /*background-color: #EBEBEB;*/
}

.p-footer__logo {
  display: block;
  width: 120px;
  height: 96px;
  margin: 0 auto 54px;
}

.p-footer_copyright {
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  display: block;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 560px) {
  .p-footer__inner {
  /*padding-top: 30px;*/
  padding-bottom: 50px;
  }
  .p-footer__logo {
    display: block;
    width: 209px;
    height: 167px;
    margin: 0 auto 93px;
  }
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 149px;
    height: 119px;
    margin: 0 auto 48px;
  }
  .p-footer__inner {
    /*padding-top: 30px;*/
    padding-bottom: 50px;
  }
}
.p-menu {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background-color: #EBEBEB;
}
.j-menu-show .p-menu {
  display: block !important;
}

.p-menu_button_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 22px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  background-image: url(images/common/bt_close@3x.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-menu__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-menu__list {
  text-align: center;
}

.p-menu__item {
  margin-bottom: 0.6em;
}

.p-menu__anchor {
  font-size: 1.7rem;
  display: block;
}

@media screen and (min-width: 560px) {
  .p-menu_button_close {
    top: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-menu__anchor {
    font-size: 2.3rem;
  }
  .p-menu_button_close {
    top: 40px;
    right: 40px;
  }
}
@media screen and (min-width: 960px) {
  .p-menu_button_close {
    top: 41px;
    right: 50px;
  }
}
.p-navbar {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  height: 55px;
  background-color: #FFFFFF;
}
.j-navbar-hide .p-navbar {
  top: -55px;
}
.home .p-navbar {
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}

body {
  padding-top: 55px;
}
body.home {
  padding-top: 0;
}
body.home .p-navbar__logo__anchor {
  display: inline-block !important;
}
body.home .p-navbar__logo__anchor--large {
  display: none !important;
}

.p-navbar__content {
  height: 55px;
  text-align: center;
}

.p-navbar__logo__anchor {
  display: inline-block;
  display: none;
  margin-top: 22px;
  cursor: pointer;
  width: 230px;
	  margin-left: auto;
	  margin-right: auto;
}
.p-navbar__logo {
  display: block;
}

.p-navbar__logo__image {
  width: auto;
  height: 40px;
}

.p-navbar__btn_menu {
  position: absolute;
  top: 20px;
  right: 20px;
}

.p-navbar__logo__anchor--large {
  position: absolute;
  top: 22px;
  right: 0;
  left: 0;
  display: block;
  width: 230px;
  margin: auto;
}
.p-navbar__logo__anchor--large .p-navbar__logo__image--large {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 560px) {
  .p-navbar__logo__anchor {
    margin-top: 20px;
    width: 260px;
  }
	.p-navbar__logo__anchor--large {
    top: 20px;
    width: 260px;
  }
}
@media screen and (min-width: 768px) {
  .p-navbar {
    height: 100px;
  }
  .j-navbar-hide .p-navbar {
    top: -100px;
  }
  body {
    padding-top: 100px;
  }
  body.home {
    padding-top: 0;
  }
  .p-navbar__content {
    height: 100px;
  }
  .p-navbar__logo__image {
    height: 45px;
  }
  .p-navbar__logo__anchor {
    margin-top: 42px;
    width: 300px;
	  margin-left: auto;
	  margin-right: auto;
  }
  .p-navbar__btn_menu {
    top: 41px;
    right: 50px;
  }
  .p-navbar__logo__anchor--large {
    top: 42px;
    width: 300px;
  }
}
.p-page_contact .c-section__inner {
  /*background-color: #EBEBEB;*/
}

.p-page_contact__content__header {
  margin-bottom: 30px;
}

p.p-page_contact__content__note {
  /*font-size: 1.3rem;*/
  line-height: 1.9;
  margin-bottom: 0.2em;
  letter-spacing: 0.025em;
}

p.p-page_contact__content__attention {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

.p-page_contact__content {
  padding-bottom: 50px;
}

.p-page_contact__thanks_title {
  font-size: 1.5rem;
  line-height: 1.333;
  margin-bottom: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.025em;
}

.p-page_contact__thanks__header {
  max-width: 567px;
  margin: 0 auto;
  text-align: center;
}

p.p-page_contact__thanks_note {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 0.025em;
}
p.p-page_contact__thanks_note span {
  font-size: 1.2rem;
  line-height: 1.5;
  display: inline;
  letter-spacing: 0.025em;
}

.p-page_contact__thanks_anchor {
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 768px) {
  .p-page_contact__content__header {
    margin-bottom: 40px;
  }
  p.p-page_contact__content__note {
    /*font-size: 1.7rem;*/
    line-height: 1.9;
    margin-bottom: 20px;
  }
  p.p-page_contact__content__attention {
    font-size: 1.5rem;
  }
  .p-page_contact__content {
    padding-bottom: 136px;
  }
  .p-page_contact__thanks_title {
    font-size: 2rem;
    line-height: 1.75;
  }
  p.p-page_contact__thanks_note {
    font-size: 1.5rem;
    margin-bottom: 80px;
  }
  p.p-page_contact__thanks_note span {
    font-size: 1.5rem;
    display: block;
  }
  .p-page_contact__thanks_anchor {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1100px) {
  .p-page_contact__thanks_title {
    font-size: 2.3rem;
    line-height: 1.75;
  }
  .p-page_contact__thanks__header {
    max-width: 700px;
  }
  p.p-page_contact__thanks_note {
    margin-bottom: 80px;
  }
  .p-page_contact__thanks_anchor {
    font-size: 1.7rem;
  }
}
.p-page_privacy .c-section__content {
  max-width: 567px;
}
.p-page_privacy .p-page_privacy__inner {
  padding-bottom: 30px;
  background-color: #EBEBEB;
}

.p-page_privacy__content p {
  font-size: 1.3rem;
  line-height: 1.9;
  margin-bottom: 2em;
  letter-spacing: 0.025em;
}
.p-page_privacy__content h2.wp-block-heading {
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing: 0.025em;
}

@media screen and (min-width: 560px) {
  .p-page_privacy__content p {
    font-size: 1.5rem;
    line-height: 2;
  }
  .p-page_privacy__content h2.wp-block-heading {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-page_privacy .p-page_privacy__inner {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1100px) {
  .p-page_privacy .c-section__content {
    max-width: 600px;
  }
}
/*# sourceMappingURL=style.css.map */