@charset "UTF-8";

/* ichiie.jp/css/common.css の内容 */

/*!
 * ress.css v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

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

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

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

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

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

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

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

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 */ }

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

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 */ }

/* 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 {
  border-style: 0;
  padding: 0; }

/* 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 */ }

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

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

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

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

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

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

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

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

/* # =================================================================
   # 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(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # 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; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

/*レスポンシブ対応。カラム数とカラム間marginを自由に設定するMixin*/
/*一列組のみ、記事が増え、2段、3段になるカラム組には適さない*/
/*参考→　https://qiita.com/noqua/items/0dc04aa528269db41a07　*/
html {
  font-size: 62.5%;
  font-weight: 400;
  color: #333333; }

body {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .1em;
  line-height: 1.7em;
  /* font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; } */
  font-family: "FOT-筑紫ゴシック Pr5 R", TsukuGoPr5-R, sans-serif }
  @media all and (max-width: 620px) {
    body {
      letter-spacing: .05em;
      line-height: 1.6em; } }

/* h1, h2, h3, h4 {
  font-family: "見出ゴMB31", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; } */

h2, h3 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #8d6949;
  font-weight: bold; }

a {
  text-decoration: none;
  color: #333333;
  transition: 0.2s all ease-out; }

a:hover {
  opacity: 0.6; }

select::-ms-expand {
  display: none; }

:focus {
  outline: none; }

label {
  cursor: pointer; }

input, textarea {
  appearance: none;
  background-color: none;
  border: none;
  border-radius: 0;
  cursor: pointer; }

th {
  font-weight: normal; }

::-moz-selection {
  color: #fff;
  background: #8d6949; }

::selection {
  color: #fff;
  background: #8d6949; }

::-moz-selection {
  color: #fff;
  background: #8d6949; }

ol, ul {
  list-style: none; }

/* section {
  margin: 80px auto; } */

article {
  margin: 100px 0 100px 0; }

p {
  margin: 0 0 20px;
  line-height: 1.8; }
  @media all and (max-width: 980px) {
    p {
      text-align: justify;
      text-justify: inter-ideograph; }
      p br {
        display: none; } }

/******************
structure
******************/
.wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #fff; }

.contents {
  /* padding: 0 0 350px; */
  width: 100%;
  min-height: calc(100vh - 70px);
  text-align: center; }
  /* @media all and (max-width: 980px) {
    .contents {
      padding: 0 0 350px; } } */
  /* @media all and (max-width: 620px) {
    .contents {
      padding: 0 0 440px; } } */

@media all and (min-width: 981px) {
  .inner {
    width: 100%;
    padding: 0 20px; } }
@media all and (max-width: 980px) {
  .inner {
    padding: 0 15px; } }
@media all and (max-width: 620px) {
  .inner {
    padding: 0 10px; } }

.contents-wrapper {
  margin: 0 auto;
  flex-direction: row; }
  @media all and (max-width: 980px) {
    .contents-wrapper {
      flex-wrap: wrap; } }
  .contents-wrapper p a {
    text-decoration: underline dotted;
    color: #8d6949;
    transition: 0.2s all ease-out;
    padding: 0 0 2px 0; }

.js-fadeIn {
  opacity: 0;
  -webkit-transition: 0.5s 0.2s;
  transition: 0.5s 0.2s; }

.js-fadeIn.animation {
  opacity: 1; }

.gotoTop {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0; }
  @media all and (max-width: 980px) {
    .gotoTop {
      right: 0;
      bottom: 0; } }

.gotoTop_btn {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #8d6949;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.gotoTop_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -5px;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.button-basic {
  display: block;
  text-decoration: none;
  background: none;
  border: 1px solid #8d6949;
  color: #8d6949;
  position: relative;
  text-align: center;
  font-family: "見出ゴMB31", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 3.8em;
  width: 300px;
  height: 50px;
  line-height: 50px;
  font-weight: bold; }
  .button-basic::after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: block;
    content: '';
    background: url(/img/arrow.svg) no-repeat;
    width: 15px;
    height: 9px; }
  @media all and (min-width: 981px) {
    .button-basic:hover {
      background: #8d6949;
      color: #fff; } }
  @media all and (max-width: 620px) {
    .button-basic {
      margin: 0 auto; } }

.button-back {
  display: block;
  text-decoration: none;
  background: none;
  border: 1px solid #8d6949;
  color: #8d6949;
  position: relative;
  text-align: center;
  font-family: "見出ゴMB31", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 300px;
  height: 50px;
  line-height: 50px;
  margin: 0 0 30px;
  position: relative;
  text-decoration: none !important; }
  .button-back::after {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    display: block;
    content: '';
    background: url(/img/arrow-back.svg) no-repeat;
    width: 15px;
    height: 9px; }
  @media all and (min-width: 981px) {
    .button-back:hover {
      background: #8d6949;
      color: #fff; } }

.pankuzu {
  position: relative;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  text-align: center;
  padding: 0 0 0 20px; }
  @media all and (max-width: 620px) {
    .pankuzu {
      padding: 0 0 0 10px; } }
  .pankuzu ol {
    width: 100%;
    max-width: 1100px;
    list-style: none;
    margin: 5px auto 3px auto;
    position: static;
    text-align: left; }
  .pankuzu li {
    margin-right: 10px;
    vertical-align: middle;
    display: inline; }
    .pankuzu li + li::before {
      display: inline-block;
      content: "";
      border-top: 1px solid;
      border-right: 1px solid;
      margin: 0 10px 0 0;
      width: 5px;
      height: 5px;
      transform: rotate(45deg);
      vertical-align: 0.2em; }
    .pankuzu li a {
      color: #333333; }
    .pankuzu li a.home {
      vertical-align: -0.3em; }

.pagenation {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 30px 0;
  border-top: 1px solid #9fa0a0; }
  .pagenation a {
    text-decoration: none; }
    @media all and (min-width: 981px) {
      .pagenation a:hover {
        opacity: 0.6; } }
  .pagenation .page-next {
    padding: 5px 15px;
    text-align: center; }
  .pagenation ol {
    display: flex;
    flex-wrap: wrap;
    margin: 10px; }
  .pagenation li + li {
    padding: 10px;
    color: #5b5a5a; }
  .pagenation li span {
    border-top: 1px solid #000;
    display: inline-block;
    margin: -1px 0 0 0;
    padding: 10px; }

.pager {
  display: flex;
  justify-content: space-between; }
  @media all and (max-width: 980px) {
    .pager {
      margin-bottom: 40px; } }

.pulldown {
  position: relative;
  margin: 0 0 30px;
  padding: 0;
  width: 100%; }
  .pulldown label {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 10px;
    border: solid 1px #9fa0a0;
    cursor: pointer; }
  .pulldown input {
    display: none;
    margin: 0; }
  .pulldown .archive-list {
    display: block;
    width: 100%;
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    transition: 0.2s all ease-out; }
    .pulldown .archive-list ul {
      position: relative;
      border: solid 1px #9fa0a0;
      border-bottom: 0;
      width: 100%;
      top: -15px;
      margin: 0;
      padding: 0; }
    .pulldown .archive-list li {
      border-bottom: solid 1px #9fa0a0;
      cursor: pointer;
      margin: 0;
      padding: 15px 10px 10px;
      width: 100%; }
      .pulldown .archive-list li a {
        display: block;
        color: #333333;
        width: 100%;
        height: 100%; }
  .pulldown input:checked ~ .archive-list {
    padding: 10px 0;
    height: auto;
    opacity: 1;
    transition: 0.2s all ease-out; }

strong {
  font-family: "見出ゴMB31", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.secondary-page {
  margin: 140px 0 80px 0; }
  @media all and (max-width: 980px) {
    .secondary-page {
      margin: 100px 0 80px 0; } }
  .secondary-page .contents-title {
    letter-spacing: 0.5em;
    text-align: center;
    margin: 0 0 50px 0; }
  .secondary-page .leed {
    margin: 0 auto;
    padding: 0 10px; }

img.r {
  float: right;
  border: none;
  margin: 0 0 25px 2px;
  vertical-align: top; }

img.l {
  float: left;
  margin: 0 2px 25px 0;
  vertical-align: top; }

img.c {
  display: block;
  text-align: center;
  margin: 0 auto 25px auto; }

/******************
  header
******************/
/* .header {
  position: relative;
  font-family: "見出ゴMB31", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 auto;
  width: 100%;
  z-index: 10000;
  position: fixed;
  height: 70px;
  border-bottom: 1px solid #8d6949;
  background-color: rgba(255, 255, 255, 0.9); }
  @media all and (max-width: 980px) {
    .header {
      height: 70px; } }
  @media all and (max-width: 620px) {
    .header {
      height: 60px; } }
  .header h1 {
    position: absolute;
    width: 97px;
    top: 10px;
    left: 20px;
    z-index: 200; }
    @media all and (max-width: 980px) {
      .header h1 {
        top: 10px; } }
    @media all and (max-width: 620px) {
      .header h1 {
        width: 80px;
        left: 15px; } }
  .header li {
    list-style-type: none;
    padding: 0 7px; }
    @media all and (max-width: 980px) {
      .header li {
        position: relative; } }
    .header li li:last-child {
      border-bottom: none; }
  .header a {
    color: #333333; }
  .header .navi {
    z-index: 8000; }
    @media all and (max-width: 980px) {
      .header .navi {
        display: none;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        left: 0;
        margin: 0; } }
    @media all and (max-width: 980px) {
      .header .navi .navi-list {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%); } }
    @media all and (min-width: 981px) {
      .header .navi .navi-list-main {
        position: absolute;
        top: 25px;
        right: 20px;
        display: flex; } }
    @media all and (max-width: 980px) {
      .header .navi .navi-list-main li {
        border-bottom: 1px solid #aaaaaa;
        padding: 0 0 0 20px; } }
    .header .navi .navi-list-main .crr {
      opacity: 0.6; }
    .header .navi .navi-list-main a {
      color: #8d6949; }
      @media all and (max-width: 980px) {
        .header .navi .navi-list-main a {
          display: block;
          width: 100%;
          height: 50px;
          line-height: 50px; }
          .header .navi .navi-list-main a::before {
            display: inline-block;
            content: "";
            border: 4px solid #8d6949;
            border-radius: 50%;
            position: relative;
            top: 4px;
            margin-right: 1em;
            width: 16px;
            height: 16px; }
          .header .navi .navi-list-main a::after {
            content: '';
            position: absolute;
            top: 50%;
            right: 20px;
            margin-top: -3px;
            width: 7px;
            height: 7px;
            border-bottom: 1px solid #333;
            border-left: 1px solid #333;
            -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
            -webkit-transition: 0.3s;
            transition: 0.3s; } }
    .header .navi .navi-list-sub {
      display: flex; }
      @media all and (min-width: 981px) {
        .header .navi .navi-list-sub {
          position: absolute;
          top: 44px;
          right: 20px; } }
      @media all and (max-width: 980px) {
        .header .navi .navi-list-sub {
          margin: 40px auto 0;
          max-width: 980px;
          width: 100%; } }
      .header .navi .navi-list-sub .fb {
        height: auto;
        width: 30px; }
      .header .navi .navi-list-sub .ig {
        height: auto;
        width: 30px; }
      .header .navi .navi-list-sub .crr a {
        color: #ed1b23; } */

/*スマホメニュー*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: 0.2s 0s ease-out;
  box-sizing: border-box; }

.open {
  color: #fff; }

.menu-trigger {
  z-index: 1000;
  display: none; }
  @media all and (max-width: 980px) {
    .menu-trigger {
      display: block;
      position: absolute;
      top: 25px;
      right: 0;
      width: 60px;
      height: 30px;
      z-index: 1000; } }
  @media all and (max-width: 620px) {
    .menu-trigger {
      top: 20px; } }
  .menu-trigger span:not(.label) {
    position: absolute;
    right: 0;
    left: 15px;
    width: 30px;
    height: 1px;
    background-color: #8d6949; }
  .menu-trigger .label {
    display: block;
    color: #333;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0;
    position: absolute;
    top: 10px;
    left: 15px;
    opacity: 1; }
  .menu-trigger.open span:not(.label) {
    background: #333; }
  .menu-trigger.open::before, .menu-trigger.open::after {
    opacity: 0; }
  .menu-trigger.open .label {
    opacity: 0; }

.menu-trigger span:nth-of-type(1) {
  top: 0px; }

.menu-trigger span:nth-of-type(2) {
  top: 10px; }

.menu-trigger span:nth-of-type(3) {
  top: 20px; }

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg); }

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg); }

.menu-trigger.inactive span:nth-of-type(1) {
  -webkit-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg);
  transition: 0.2s 0s ease-out; }

.menu-trigger.inactive span:nth-of-type(2) {
  opacity: 1;
  transition: 0.2s 0s ease-out; }

.menu-trigger.inactive span:nth-of-type(3) {
  -webkit-transform: translateY(0px) rotate(0deg);
  transform: translateY(0px) rotate(0deg);
  transition: 0.2s 0s ease-out; }

.site-header {
  padding: 0;
  position: fixed;
  top: 0;
  transition: .5s;
  width: 100%;
  z-index: 999; }

/* .footer {
  background: #eaeaea;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  bottom: 0;
  padding: 45px 0 30px;
  width: 100%;
  height: 350px; }
  @media all and (max-width: 980px) {
    .footer {
      height: 350px; } }
  @media all and (max-width: 620px) {
    .footer {
      height: 440px;
      padding: 20px 0 0; } }
  .footer p {
    text-align: center;
    color: #8d6949; }
    .footer p a {
      color: #8d6949; }
  .footer .footer-logo {
    max-width: 180px;
    margin: 0 auto 20px; }
  .footer .footer-menu {
    font-family: "見出ゴMB31", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: flex;
    flex-wrap: wrap;
    max-width: 793px;
    margin: 0 auto 40px;
    border-left: 1px solid #8d6949; }
    @media all and (max-width: 620px) {
      .footer .footer-menu {
        border-left: none;
        justify-content: space-between;
        margin: 0 auto 20px; } }
    .footer .footer-menu li {
      width: 20%;
      text-align: center;
      border-right: 1px solid #8d6949; }
      @media all and (max-width: 620px) {
        .footer .footer-menu li {
          width: 49%;
          margin: 0 0 10px 0;
          padding: 10px 0;
          border: 1px solid #8d6949; } }
      .footer .footer-menu li a {
        color: #8d6949; } */

.contact-direct-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  margin: 80px 0; }
  @media all and (max-width: 980px) {
    .contact-direct-wrapper {
      display: inherit; } }
  .contact-direct-wrapper .contact-direct {
    width: 50%;
    text-align: center; }
    @media all and (max-width: 980px) {
      .contact-direct-wrapper .contact-direct {
        width: 100%; } }
    .contact-direct-wrapper .contact-direct dt {
      border-bottom: 1px solid #a0a0a0;
      padding-bottom: 20px;
      margin-bottom: 20px; }
    .contact-direct-wrapper .contact-direct .time {
      margin-top: 10px;
      font-size: 12px;
      font-size: 1.2rem; }
      @media all and (max-width: 980px) {
        .contact-direct-wrapper .contact-direct .time {
          margin-bottom: 70px; } }
  .contact-direct-wrapper .button-direct {
    display: block;
    text-decoration: none;
    background: none;
    border: 1px solid #8d6949;
    color: #8d6949;
    position: relative;
    text-align: center;
    font-family: "見出ゴMB31", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    @icnlude appearance;
    font-size: 14px;
    font-size: 1.4rem;
    width: 280px;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    display: inline-block; }
    @media all and (max-width: 980px) {
      .contact-direct-wrapper .button-direct {
        margin: 0 auto; } }
    .contact-direct-wrapper .button-direct .mail-link::before {
      display: inline-block;
      content: '';
      background: url(/img/mail_icon.svg) no-repeat;
      width: 1.5em;
      height: 1.5em;
      margin: 0 10px 0 0;
      vertical-align: middle; }
    .contact-direct-wrapper .button-direct .tel-link::before {
      display: inline-block;
      content: '';
      background: url(/img/tel_icon.svg) no-repeat;
      width: 1.5em;
      height: 1.5em;
      margin: 0 10px 0 0;
      vertical-align: middle; }

.contact-form label {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 10px; }
.contact-form .contact-form-title {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 20px;
  margin-bottom: 40px; }
.contact-form .form-label {
  line-height: 40px; }
  @media all and (max-width: 980px) {
    .contact-form .form-label {
      float: none;
      line-height: 1.4em; } }
.contact-form .form-contents {
  margin-bottom: 30px; }
  @media all and (max-width: 980px) {
    .contact-form .form-contents {
      width: 100%;
      margin: 10px 0 30px 0; } }
  .contact-form .form-contents p {
    font-size: 12px;
    font-size: 1.2rem;
    color: #df0024;
    margin-left: -7px; }
.contact-form .form-input {
  width: 100%;
  height: 40px;
  background: #efefef;
  padding-left: 10px; }
.contact-form .form-textarea {
  width: 100%;
  height: 250px;
  background: #efefef;
  padding-left: 10px;
  padding-top: 10px; }
.contact-form .post {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 10px;
  letter-spacing: 0.1em; }
.contact-form .required {
  color: #ed1b23;
  padding: 0 0 0 10px;
  font-size: 12px;
  font-size: 1.2rem; }
.contact-form .form-post {
  width: 200px;
  height: 40px;
  background: #efefef;
  padding-left: 10px; }
.contact-form ::placeholder {
  color: #acacac;
  font-size: 12px;
  font-size: 1.2rem; }
.contact-form:focus {
  outline: 1px solid #ed1b23;
  outline-offset: 2px; }
.contact-form .button-send {
  display: block;
  text-decoration: none;
  background: none;
  border: 1px solid #8d6949;
  color: #8d6949;
  position: relative;
  text-align: center;
  font-family: "見出ゴMB31", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  @icnlude appearance;
  transition: 0.2s all ease-out;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
  width: 240px;
  height: 50px;
  display: inline-block;
  letter-spacing: 0.5em; }
  .contact-form .button-send::after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    display: block;
    content: '';
    background: url(/img/arrow.svg) no-repeat;
    width: 15px;
    height: 9px; }
  @media all and (max-width: 980px) {
    .contact-form .button-send {
      margin: 0 auto; } }
  @media all and (min-width: 981px) {
    .contact-form .button-send:hover {
      background: #8d6949;
      color: #fff; } }
.contact-form .button-send2 {
  display: block;
  text-decoration: none;
  background: none;
  border: 1px solid #8d6949;
  color: #8d6949;
  position: relative;
  text-align: center;
  font-family: "見出ゴMB31", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  @icnlude appearance;
  transition: 0.2s all ease-out;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 50px;
  width: 240px;
  height: 50px;
  margin: 0 10px 0 0;
  display: inline-block; }
  @media all and (max-width: 620px) {
    .contact-form .button-send2 {
      display: block;
      margin: 0 0 20px 0; } }

.step {
  margin: 0 0 60px 0; }
  .step ul {
    overflow: hidden; }
  .step li {
    width: 33%;
    float: left;
    color: #aaa;
    text-decoration: none;
    padding: 6px 0;
    background: #eee;
    position: relative;
    display: block;
    text-align: center; }
    .step li:after {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border-top: 50px solid transparent;
      border-bottom: 50px solid transparent;
      border-left: 30px solid #eee;
      position: absolute;
      top: 50%;
      margin-top: -50px;
      left: 100%;
      z-index: 2; }
    .step li li:before {
      content: " ";
      display: block;
      width: 0;
      height: 0;
      border-top: 50px solid transparent;
      border-bottom: 50px solid transparent;
      border-left: 30px solid white;
      position: absolute;
      top: 50%;
      margin-top: -50px;
      margin-left: 1px;
      left: 100%;
      z-index: 1; }
    .step li.crr {
      background: #888;
      color: #fff; }
    .step li.crr:after {
      border-left: 30px solid #888; }
    .step lili:first-child {
      padding: 6px 0 6px 30px; }
    .step li.sec {
      padding: 6px 0 6px 50px; }
    .step li:last-child {
      padding: 6px 30px 6px 50px; }
    .step lili:last-child:after, .step lili:last-child:before {
      border: 0; }

#formArea table {
  width: 100%;
  font-size: 1.4rem;
  margin: 30px 0;
  border-top: 1px solid #a0a0a0;
  border-collapse: collapse; }

#formArea form {
  max-width: 640px; }

#formArea th {
  padding: 15px;
  width: 150px;
  text-align: left; }
  @media all and (min-width: 981px) {
    #formArea th {
      border-bottom: 1px solid #a0a0a0; } }
  @media all and (max-width: 980px) {
    #formArea th {
      padding: 15px 0 0 0;
      width: 100%;
      display: block; } }

#formArea td {
  padding: 15px;
  border-bottom: 1px solid #a0a0a0; }
  @media all and (max-width: 980px) {
    #formArea td {
      display: block;
      padding: 15px 0 15px 0; } }

/*Checkboxes styles*/
input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

input[type="checkbox"] + label:last-child {
  margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #a0a0a0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s; }

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-color: #8d6949;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.confirm-form {
  max-width: 730px;
  margin: 40px auto 0; }

.confirm-text {
  text-align: center;
  margin: 0 0 40px 0; }

.confirm-list {
  margin: 0 0 60px 0;
  text-align: justify; }
  .confirm-list dt {
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 10px 0; }
  .confirm-list dd {
    margin: 0 0 15px 0;
    padding: 10px 0; }

.btn-list {
  display: flex;
  max-width: 620px;
  margin: 0 auto;
  justify-content: space-between; }
  @media all and (max-width: 620px) {
    .btn-list {
      display: block; } }
  @media all and (max-width: 620px) {
    .btn-list .button-basic {
      width: 100%; } }
  @media all and (max-width: 620px) {
    .btn-list .button-back {
      width: 100%; } }

.er {
  margin: 40px auto 0; }






/* ichiie.jp/css/top.css の内容 */

/*レスポンシブ対応。カラム数とカラム間marginを自由に設定するMixin*/
/*一列組のみ、記事が増え、2段、3段になるカラム組には適さない*/
/*参考→　https://qiita.com/noqua/items/0dc04aa528269db41a07　*/

/* .slider01 {
  position: relative;
  width: 100%;
  height: 100%; }
  .slider01 .slick-slide img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 570px;
    position: relative; }
    @media all and (max-width: 980px) {
      .slider01 .slick-slide img {
        height: 100vh; } }
  .slider01 .slick-slide::after {
    display: block;
    content: "";
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.slide-dots {
  position: absolute;
  bottom: 15px;
  right: 20px; }
  .slide-dots li {
    display: inline-block;
    margin: 0 22px 0 0; }
    .slide-dots li button {
      position: relative;
      text-indent: -9999px; }
      .slide-dots li button:before {
        content: '・';
        color: #fff;
        font-size: 40px;
        text-indent: 0px;
        position: absolute;
        top: 0;
        left: -10px; }
    .slide-dots li.slick-active button:before {
      content: '・';
      color: #333; } */

/* .top-catch {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }
  .top-catch img {
    width: 467px;
    height: 100%; }
    @media all and (max-width: 980px) {
      .top-catch img {
        width: 40px; } }
    @media all and (max-width: 620px) {
      .top-catch img {
        width: 32px; } } */

/* .top-company {
  text-align: left; }
  .top-company .flex-unit {
    display: flex;
    margin: 0 auto;
    max-width: 900px; }
    @media all and (max-width: 620px) {
      .top-company .flex-unit {
        display: block; } }
  .top-company .img-unit {
    max-width: 365px;
    width: 50%;
    margin: 0 40px 0 0; }
    @media all and (max-width: 620px) {
      .top-company .img-unit {
        width: 100%;
        margin: 0 auto 30px; } }
    .top-company .img-unit img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  @media all and (max-width: 980px) {
    .top-company .text-unit {
      width: 48%; } }
  @media all and (max-width: 620px) {
    .top-company .text-unit {
      width: 100%; } }
  .top-company .text-unit h2 {
    margin: 0 0 25px 0; }
  .top-company .text-unit p:last-child {
    margin: 0 0 30px 0; } */

.section.ichiie .section-title {
  color: #906949;
  font-weight: 400;
}
.section.ichiie .section-title::before {
  background-color: #906949;
}
.section.ichiie .mainmenu-content{
  margin-bottom: 75px;
}

.top-service {
  background: #f0f0f0;
  padding: 80px 0; }
  .top-service h2 {
    margin: 0 10px 40px; }
    @media all and (max-width: 620px) {
      .top-service h2 {
        text-align: left;
        line-height: 1.8; } }
  .top-service .row {
    max-width: 980px;
    margin: 0 auto 50px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between; }
    @media all and (max-width: 620px) {
      .top-service .row {
        display: block; } }
  .top-service .item {
    padding-top: 5px;
    background: #fff;
    width: 32%; }
    @media all and (max-width: 620px) {
      .top-service .item {
        width: 100%;
        margin: 0 0 40px 0; } }
    .top-service .item h3 {
      border-bottom: 2px solid #f0f0f0;
      padding-bottom: 10px; }
      @media all and (max-width: 980px) {
        .top-service .item h3 {
          font-size: 14px;
          font-size: 1.4rem; } }
    .top-service .item .skill {
      width: 40px;
      margin: 0 auto 3px; }
    .top-service .item .skill-img img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
    .top-service .item p {
      margin: 5px 0;
      font-size: 12px;
      font-size: 1.2rem;
      text-align: center; }
  .top-service .button-basic {
    margin: 0 auto; }
  .top-service p.des {
    color: #86694f;
    padding: 0 10px; }

/* .top-map h2 {
  margin: 0 0 30px 0;
  letter-spacing: 0.5em; }
.top-map .flex-unit {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto; }
  @media all and (max-width: 620px) {
    .top-map .flex-unit {
      display: block; } }
.top-map .img-unit {
  text-align: left;
  width: 49%; }
  @media all and (max-width: 620px) {
    .top-map .img-unit {
      width: 100%; } }
  .top-map .img-unit img {
    width: 100%;
    height: auto;
    max-height: 314px;
    vertical-align: bottom;
    margin: 0 0 15px 0;
    object-fit: cover; }
  .top-map .img-unit .way {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-size: 1.8rem; }
.top-map .map-unit {
  width: 49%; }
  @media all and (max-width: 620px) {
    .top-map .map-unit {
      width: 100%; } }
  .top-map .map-unit .button-basic {
    margin: 0 0 0 auto; }
    @media all and (max-width: 620px) {
      .top-map .map-unit .button-basic {
        margin: 0 auto; } }

#map {
  max-height: 311px;
  height: 100%;
  width: 100%;
  margin: 0 0 15px 0; }
  @media all and (max-width: 620px) {
    #map {
      height: 400px; } } */


/* ichiie.jp/css/slick.css の内容 */

/* Slider */
/* .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
    width: 100%; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; } */




/* ichiie.jp/css/advantage.css の内容 */

/*レスポンシブ対応。カラム数とカラム間marginを自由に設定するMixin*/
/*一列組のみ、記事が増え、2段、3段になるカラム組には適さない*/
/*参考→　https://qiita.com/noqua/items/0dc04aa528269db41a07　*/
@media all and (max-width: 980px) {
  .leed {
    max-width: 600px; } }

.advantage01 {
  margin: 120px 0 80px 0; }
  @media all and (max-width: 980px) {
    .advantage01 {
      margin: 80px 0; } }
  .advantage01 .img-unit {
    max-width: 70%;
    position: relative; }
    @media all and (max-width: 980px) {
      .advantage01 .img-unit {
        max-width: 100%; } }
    .advantage01 .img-unit img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  .advantage01 .text-unit {
    position: absolute;
    top: -60px;
    right: -90px;
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    max-height: 340px;
    padding: 20px;
    background: rgba(240, 240, 240, 0.6); }
    @media all and (max-width: 980px) {
      .advantage01 .text-unit {
        top: 0;
        right: 0; } }
    @media all and (max-width: 620px) {
      .advantage01 .text-unit {
        position: relative;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        padding: 20px 15px; } }
    .advantage01 .text-unit h3 {
      margin: 40px 0 0 15px;
      position: relative; }
      @media all and (max-width: 620px) {
        .advantage01 .text-unit h3 {
          margin: 0 0 15px 0; } }
      .advantage01 .text-unit h3 img {
        width: 20px; }
      .advantage01 .text-unit h3 span {
        position: absolute;
        top: -40px;
        right: -3px; }
        @media all and (max-width: 620px) {
          .advantage01 .text-unit h3 span {
            position: relative;
            top: 0;
            right: 0;
            margin: 0 20px 0 0; } }
    .advantage01 .text-unit p {
      margin: 0; }

.advantage02 {
  margin: 120px 0 80px 0; }
  @media all and (max-width: 980px) {
    .advantage02 {
      margin: 80px 0; } }
  .advantage02 .img-unit {
    max-width: 70%;
    position: relative;
    margin: 0 0 0 auto; }
    @media all and (max-width: 980px) {
      .advantage02 .img-unit {
        max-width: 100%; } }
    .advantage02 .img-unit img {
      width: 100%;
      height: auto;
      vertical-align: bottom; }
  .advantage02 .text-unit {
    position: absolute;
    top: -60px;
    left: -90px;
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    max-height: 340px;
    padding: 20px;
    background: rgba(240, 240, 240, 0.6); }
    @media all and (max-width: 980px) {
      .advantage02 .text-unit {
        top: 0;
        left: 0; } }
    @media all and (max-width: 620px) {
      .advantage02 .text-unit {
        position: relative;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        padding: 20px 15px; } }
    .advantage02 .text-unit h3 {
      margin: 40px 0 0 15px;
      position: relative; }
      @media all and (max-width: 620px) {
        .advantage02 .text-unit h3 {
          margin: 0 0 15px 0; } }
      .advantage02 .text-unit h3 img {
        width: 20px; }
      .advantage02 .text-unit h3 span {
        position: absolute;
        top: -40px;
        right: -3px; }
        @media all and (max-width: 620px) {
          .advantage02 .text-unit h3 span {
            position: relative;
            top: 0;
            right: 0;
            margin: 0 20px 0 0; } }
    .advantage02 .text-unit p {
      margin: 0; }

.next .text-unit {
  max-width: 680px;
  margin: 0 auto 20px;
  padding: 0 10px; }
  .next .text-unit .sub {
    font-weight: bold;
    font-family: "見出ゴMB31", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #8d6949;
    margin: 0 0 15px 0;
    text-align: center; }
  .next .text-unit h3 {
    border-bottom: 1px solid #8d6949;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0; }
  .next .text-unit p {
    text-align: justify;
    margin: 0; }
.next ul {
  display: flex;
  justify-content: space-between; }
.next li {
  width: 33.39%; }
  @media all and (max-width: 620px) {
    .next li {
      width: 49.9%; } }
  @media all and (max-width: 620px) {
    .next li:last-child {
      display: none; } }
  .next li img {
    vertical-align: bottom;
    width: 100%;
    height: auto; }
.next .button-basic {
  margin: 40px auto 0; }
